01JFKPZBMP78CVEN8SVSR80THN: 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: 01JFKQ04JH961K9X82MSJS0W34

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:19:48.150Zjob assigned to worker 01JFKQ19S4C4SDJS9MZMYCSA26 [factory aws, i-09fce82a8f54eed59] (queued for 1 m 26 s)
 
22024-12-21T04:19:55.579Zstarting task 0: "setup"
32024-12-21T04:19:55.588Z++ uname -s
42024-12-21T04:19:55.591Z+ kern=SunOS
52024-12-21T04:19:55.591Z+ case "$kern" in
62024-12-21T04:19:55.591Z+ groupadd -g 12345 build
72024-12-21T04:19:55.593Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:19:57.583Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:19:57.696Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:19:57.698Z+ home_fs=zfs
112024-12-21T04:19:57.698Z+ [[ zfs == autofs ]]
122024-12-21T04:19:57.698Z+ mkdir -p /home/build
132024-12-21T04:19:57.701Z+ chown build:build /home/build /work
142024-12-21T04:19:59.684Z+ chmod 0700 /home/build /work
152024-12-21T04:19:59.687Zprocess exited: duration 4147 ms, exit code 0
 
162024-12-21T04:19:59.692Zstarting task 1: "rust-toolchain"
172024-12-21T04:19:59.698Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:19:59.698Z * toolchain channel = "1.81.0"
192024-12-21T04:19:59.698Z * toolchain profile = "default"
202024-12-21T04:19:59.698Z' 1.81.0
212024-12-21T04:19:59.698Z+ printf ' * toolchain profile = "%s"
222024-12-21T04:19:59.698Z' default
232024-12-21T04:19:59.700Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:19:59.700Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:19:59.821Zinfo: downloading installer
262024-12-21T04:20:01.013Zinfo: profile set to 'default'
272024-12-21T04:20:01.013Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:20:01.017Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:20:01.156Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:20:01.156Zinfo: downloading component 'cargo'
312024-12-21T04:20:01.883Zinfo: downloading component 'clippy'
322024-12-21T04:20:02.152Zinfo: downloading component 'rust-docs'
332024-12-21T04:20:03.147Zinfo: downloading component 'rust-std'
342024-12-21T04:20:04.692Zinfo: downloading component 'rustc'
352024-12-21T04:20:10.260Zinfo: downloading component 'rustfmt'
362024-12-21T04:20:10.468Zinfo: installing component 'cargo'
372024-12-21T04:20:11.263Zinfo: installing component 'clippy'
382024-12-21T04:20:11.621Zinfo: installing component 'rust-docs'
392024-12-21T04:20:13.236Zinfo: installing component 'rust-std'
402024-12-21T04:20:14.950Zinfo: installing component 'rustc'
412024-12-21T04:20:20.674Zinfo: installing component 'rustfmt'
422024-12-21T04:20:20.997Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:20:20.997Z
442024-12-21T04:20:21.360Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:20:21.360Z
462024-12-21T04:20:21.363Z
472024-12-21T04:20:21.363ZRust is installed now. Great!
482024-12-21T04:20:21.363Z
492024-12-21T04:20:21.363ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:20:21.363Zenvironment variable. This has not been done automatically.
512024-12-21T04:20:21.363Z
522024-12-21T04:20:21.363ZTo configure your current shell, you need to source
532024-12-21T04:20:21.363Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:20:21.363Z
552024-12-21T04:20:21.363ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:20:21.363Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:20:21.363Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:20:21.435Z+ rustc --version
592024-12-21T04:20:21.501Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:20:21.504Zprocess exited: duration 22009 ms, exit code 0
 
612024-12-21T04:20:21.509Zstarting task 2: "authentication"
622024-12-21T04:20:21.527ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-12-21T04:20:29.609Zprocess exited: duration 8172 ms, exit code 0
 
642024-12-21T04:20:29.618Zstarting task 3: "clone repository"
652024-12-21T04:20:29.626Z+ mkdir -p /work/oxidecomputer/omicron
662024-12-21T04:20:29.631Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-12-21T04:20:29.730ZCloning into '/work/oxidecomputer/omicron'...
682024-12-21T04:20:37.019Z+ cd /work/oxidecomputer/omicron
692024-12-21T04:20:37.025Z+ git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16
702024-12-21T04:20:37.357ZFrom https://github.com/oxidecomputer/omicron
712024-12-21T04:20:37.358Z * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD
722024-12-21T04:20:37.388Z+ [[ -n renovate/csv-1.x ]]
732024-12-21T04:20:37.388Z++ git branch --show-current
742024-12-21T04:20:37.388Z+ current=main
752024-12-21T04:20:37.388Z+ [[ main != renovate/csv-1.x ]]
762024-12-21T04:20:37.388Z+ git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16
772024-12-21T04:20:37.388Z+ git checkout -f renovate/csv-1.x
782024-12-21T04:20:37.540ZSwitched to branch 'renovate/csv-1.x'
792024-12-21T04:20:37.549Z+ git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16
802024-12-21T04:20:37.718ZHEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1
812024-12-21T04:20:37.729Zprocess exited: duration 8164 ms, exit code 0
 
822024-12-21T04:20:37.761Zstarting task 4: "build"
832024-12-21T04:20:37.768Z+ source .github/buildomat/ci-env.sh
842024-12-21T04:20:37.768Z++ export CARGO_TERM_COLOR=always
852024-12-21T04:20:37.768Z++ CARGO_TERM_COLOR=always
862024-12-21T04:20:37.769Z+ cargo --version
872024-12-21T04:20:37.810Zcargo 1.81.0 (2dbb1af80 2024-08-20)
882024-12-21T04:20:37.815Z+ rustc --version
892024-12-21T04:20:37.875Zrustc 1.81.0 (eeb90cda1 2024-09-04)
902024-12-21T04:20:37.880Z+ cargo tree --locked
912024-12-21T04:20:38.210Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-12-21T04:20:38.415Z Updating crates.io index
932024-12-21T04:20:38.475Z Updating git repository `https://github.com/oxidecomputer/diffus`
942024-12-21T04:20:38.785Z Updating git repository `https://github.com/oxidecomputer/maghemite`
952024-12-21T04:20:39.235Z Updating git repository `https://github.com/oxidecomputer/oxnet`
962024-12-21T04:20:39.525Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
972024-12-21T04:20:39.826Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
982024-12-21T04:20:40.133Z Updating git repository `https://github.com/oxidecomputer/propolis`
992024-12-21T04:20:41.043Z Updating git repository `https://github.com/oxidecomputer/crucible`
1002024-12-21T04:20:42.603Z Updating git repository `https://github.com/oxidecomputer/opte`
1012024-12-21T04:20:43.183Z Updating git repository `https://github.com/oxidecomputer/falcon`
1022024-12-21T04:20:43.900Z Updating git repository `https://github.com/oxidecomputer/clickward`
1032024-12-21T04:20:44.186Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1042024-12-21T04:20:44.478Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1052024-12-21T04:20:45.141Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1062024-12-21T04:20:45.467Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1072024-12-21T04:20:45.792Z Updating git repository `https://github.com/oxidecomputer/tofino`
1082024-12-21T04:20:46.052Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1092024-12-21T04:20:46.328Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1102024-12-21T04:20:46.569Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1112024-12-21T04:20:47.483Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122024-12-21T04:20:47.745Z Updating git repository `https://github.com/oxidecomputer/ispf`
1132024-12-21T04:20:48.102Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1142024-12-21T04:20:48.422Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1152024-12-21T04:20:48.930Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1162024-12-21T04:20:49.240Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172024-12-21T04:20:49.669Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1182024-12-21T04:20:50.248Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1192024-12-21T04:20:50.492Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202024-12-21T04:20:50.898Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1212024-12-21T04:20:51.072Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1222024-12-21T04:20:52.625Z Downloading crates ...
1232024-12-21T04:20:52.737Z Downloaded anes v0.1.6
1242024-12-21T04:20:52.737Z Downloaded adler2 v2.0.0
1252024-12-21T04:20:52.737Z Downloaded atomicwrites v0.4.4
1262024-12-21T04:20:52.737Z Downloaded atty v0.2.14
1272024-12-21T04:20:52.845Z Downloaded cfg_aliases v0.1.1
1282024-12-21T04:20:52.845Z Downloaded foreign-types-shared v0.3.1
1292024-12-21T04:20:52.846Z Downloaded async-object-pool v0.1.5
1302024-12-21T04:20:52.846Z Downloaded async-attributes v1.1.2
1312024-12-21T04:20:52.846Z Downloaded async-channel v2.3.1
1322024-12-21T04:20:52.846Z Downloaded assert-json-diff v2.0.2
1332024-12-21T04:20:52.846Z Downloaded anstyle-parse v0.2.5
1342024-12-21T04:20:52.846Z Downloaded foreign-types v0.3.2
1352024-12-21T04:20:52.846Z Downloaded escape8259 v0.5.3
1362024-12-21T04:20:52.846Z Downloaded async-stream-impl v0.3.6
1372024-12-21T04:20:52.846Z Downloaded addr2line v0.24.2
1382024-12-21T04:20:52.846Z Downloaded async-global-executor v2.4.1
1392024-12-21T04:20:52.846Z Downloaded array-init v0.0.4
1402024-12-21T04:20:52.846Z Downloaded headers-core v0.3.0
1412024-12-21T04:20:52.846Z Downloaded fxhash v0.2.1
1422024-12-21T04:20:52.846Z Downloaded cfg_aliases v0.2.1
1432024-12-21T04:20:52.846Z Downloaded arrayref v0.3.9
1442024-12-21T04:20:52.846Z Downloaded anstyle-query v1.1.1
1452024-12-21T04:20:52.846Z Downloaded anstyle v1.0.10
1462024-12-21T04:20:52.846Z Downloaded bitflags v1.3.2
1472024-12-21T04:20:52.846Z Downloaded fastrand v2.1.1
1482024-12-21T04:20:52.846Z Downloaded fallible-iterator v0.2.0
1492024-12-21T04:20:52.846Z Downloaded castaway v0.2.3
1502024-12-21T04:20:52.846Z Downloaded async-signal v0.2.10
1512024-12-21T04:20:52.846Z Downloaded hubpack_derive v0.1.1
1522024-12-21T04:20:52.848Z Downloaded http-body v1.0.1
1532024-12-21T04:20:52.848Z Downloaded foreign-types-macros v0.2.3
1542024-12-21T04:20:52.848Z Downloaded byteorder v1.5.0
1552024-12-21T04:20:52.848Z Downloaded chrono-tz-build v0.4.0
1562024-12-21T04:20:52.848Z Downloaded bit-set v0.5.3
1572024-12-21T04:20:52.848Z Downloaded buf-list v1.0.3
1582024-12-21T04:20:52.848Z Downloaded http-range v0.1.5
1592024-12-21T04:20:52.848Z Downloaded cargo-platform v0.1.8
1602024-12-21T04:20:52.848Z Downloaded assert_matches v1.5.0
1612024-12-21T04:20:52.848Z Downloaded approx v0.5.1
1622024-12-21T04:20:52.848Z Downloaded async-recursion v1.1.1
1632024-12-21T04:20:52.848Z Downloaded gethostname v0.5.0
1642024-12-21T04:20:52.848Z Downloaded bitfield-struct v0.6.2
1652024-12-21T04:20:52.848Z Downloaded fallible-iterator v0.3.0
1662024-12-21T04:20:52.848Z Downloaded event-listener-strategy v0.5.2
1672024-12-21T04:20:52.848Z Downloaded blowfish v0.9.1
1682024-12-21T04:20:52.848Z Downloaded glob v0.3.1
1692024-12-21T04:20:52.848Z Downloaded foldhash v0.1.3
1702024-12-21T04:20:52.848Z Downloaded cast v0.3.0
1712024-12-21T04:20:52.848Z Downloaded block-padding v0.3.3
1722024-12-21T04:20:52.848Z Downloaded bb8 v0.8.5
1732024-12-21T04:20:52.848Z Downloaded bitfield v0.14.0
1742024-12-21T04:20:52.849Z Downloaded cbc v0.1.2
1752024-12-21T04:20:52.849Z Downloaded heck v0.4.1
1762024-12-21T04:20:52.849Z Downloaded futures-channel v0.3.31
1772024-12-21T04:20:52.849Z Downloaded aead v0.5.2
1782024-12-21T04:20:52.849Z Downloaded block-buffer v0.10.4
1792024-12-21T04:20:52.849Z Downloaded group v0.13.0
1802024-12-21T04:20:52.849Z Downloaded bytecount v0.6.8
1812024-12-21T04:20:52.849Z Downloaded autocfg v1.4.0
1822024-12-21T04:20:52.849Z Downloaded heck v0.5.0
1832024-12-21T04:20:52.849Z Downloaded hostname v0.3.1
1842024-12-21T04:20:52.849Z Downloaded cassowary v0.3.0
1852024-12-21T04:20:52.849Z Downloaded async-bb8-diesel v0.2.1
1862024-12-21T04:20:52.849Z Downloaded cexpr v0.6.0
1872024-12-21T04:20:52.849Z Downloaded httpdate v1.0.3
1882024-12-21T04:20:52.849Z Downloaded camino-tempfile v1.1.1
1892024-12-21T04:20:52.849Z Downloaded hash32 v0.2.1
1902024-12-21T04:20:52.849Z Downloaded bzip2 v0.4.4
1912024-12-21T04:20:52.849Z Downloaded backoff v0.4.0
1922024-12-21T04:20:52.849Z Downloaded hubpack v0.1.2
1932024-12-21T04:20:52.849Z Downloaded http-body-util v0.1.2
1942024-12-21T04:20:52.850Z Downloaded hostname v0.4.0
1952024-12-21T04:20:52.850Z Downloaded home v0.5.9
1962024-12-21T04:20:52.850Z Downloaded hex-literal v0.4.1
1972024-12-21T04:20:52.996Z Downloaded generic-array v0.14.7
1982024-12-21T04:20:52.996Z Downloaded ghash v0.5.1
1992024-12-21T04:20:52.996Z Downloaded errno v0.3.9
2002024-12-21T04:20:52.996Z Downloaded anyhow v1.0.93
2012024-12-21T04:20:52.996Z Downloaded futures-core v0.3.31
2022024-12-21T04:20:52.996Z Downloaded hashlink v0.9.1
2032024-12-21T04:20:52.996Z Downloaded fs_extra v1.3.0
2042024-12-21T04:20:52.996Z Downloaded chacha20 v0.9.1
2052024-12-21T04:20:52.996Z Downloaded russh-cryptovec v0.7.3
2062024-12-21T04:20:52.996Z Downloaded cargo_metadata v0.18.1
2072024-12-21T04:20:52.996Z Downloaded serde_spanned v0.6.8
2082024-12-21T04:20:52.997Z Downloaded futures-executor v0.3.31
2092024-12-21T04:20:52.997Z Downloaded fixedbitset v0.4.2
2102024-12-21T04:20:52.997Z Downloaded async-io v2.3.4
2112024-12-21T04:20:52.997Z Downloaded parking v2.2.1
2122024-12-21T04:20:52.997Z Downloaded olpc-cjson v0.1.4
2132024-12-21T04:20:52.997Z Downloaded num_enum_derive v0.5.11
2142024-12-21T04:20:52.998Z Downloaded camino v1.1.9
2152024-12-21T04:20:52.998Z Downloaded num-iter v0.1.45
2162024-12-21T04:20:52.998Z Downloaded blake2b_simd v1.0.2
2172024-12-21T04:20:52.998Z Downloaded hyper-rustls v0.26.0
2182024-12-21T04:20:52.998Z Downloaded humantime v2.1.0
2192024-12-21T04:20:52.998Z Downloaded httptest v0.16.1
2202024-12-21T04:20:52.998Z Downloaded cancel-safe-futures v0.1.5
2212024-12-21T04:20:52.998Z Downloaded tinyvec_macros v0.1.1
2222024-12-21T04:20:52.998Z Downloaded highway v1.2.0
2232024-12-21T04:20:52.998Z Downloaded httparse v1.9.5
2242024-12-21T04:20:52.998Z Downloaded percent-encoding v2.3.1
2252024-12-21T04:20:52.999Z Downloaded peg v0.8.4
2262024-12-21T04:20:52.999Z Downloaded tower-service v0.3.3
2272024-12-21T04:20:52.999Z Downloaded sync_wrapper v1.0.1
2282024-12-21T04:20:52.999Z Downloaded sigpipe v0.1.3
2292024-12-21T04:20:52.999Z Downloaded ahash v0.8.11
2302024-12-21T04:20:52.999Z Downloaded fs-err v2.11.0
2312024-12-21T04:20:52.999Z Downloaded anstream v0.6.15
2322024-12-21T04:20:52.999Z Downloaded cfg-expr v0.17.0
2332024-12-21T04:20:52.999Z Downloaded quick-error v1.2.3
2342024-12-21T04:20:52.999Z Downloaded bitflags v2.6.0
2352024-12-21T04:20:52.999Z Downloaded relative-path v1.9.3
2362024-12-21T04:20:53.000Z Downloaded hickory-client v0.24.1
2372024-12-21T04:20:53.000Z Downloaded signal-hook-registry v1.4.2
2382024-12-21T04:20:53.000Z Downloaded usdt-macro v0.5.0
2392024-12-21T04:20:53.000Z Downloaded crunchy v0.2.2
2402024-12-21T04:20:53.001Z Downloaded usdt-attr-macro v0.5.0
2412024-12-21T04:20:53.001Z Downloaded quinn-udp v0.5.5
2422024-12-21T04:20:53.001Z Downloaded parking_lot_core v0.8.6
2432024-12-21T04:20:53.001Z Downloaded signal-hook-mio v0.2.4
2442024-12-21T04:20:53.001Z Downloaded rustc-hash v2.0.0
2452024-12-21T04:20:53.001Z Downloaded parking_lot v0.11.2
2462024-12-21T04:20:53.001Z Downloaded cstr-argument v0.1.2
2472024-12-21T04:20:53.001Z Downloaded chacha20poly1305 v0.10.1
2482024-12-21T04:20:53.001Z Downloaded structmeta v0.2.0
2492024-12-21T04:20:53.001Z Downloaded dtrace-parser v0.2.0
2502024-12-21T04:20:53.001Z Downloaded ident_case v1.0.1
2512024-12-21T04:20:53.001Z Downloaded thiserror-impl v2.0.3
2522024-12-21T04:20:53.001Z Downloaded hmac v0.12.1
2532024-12-21T04:20:53.001Z Downloaded thiserror-impl v1.0.69
2542024-12-21T04:20:53.001Z Downloaded bytes v1.8.0
2552024-12-21T04:20:53.001Z Downloaded instant v0.1.13
2562024-12-21T04:20:53.001Z Downloaded tls_codec v0.4.1
2572024-12-21T04:20:53.001Z Downloaded md5 v0.7.0
2582024-12-21T04:20:53.001Z Downloaded pkcs8 v0.10.2
2592024-12-21T04:20:53.001Z Downloaded number_prefix v0.4.0
2602024-12-21T04:20:53.001Z Downloaded num_threads v0.1.7
2612024-12-21T04:20:53.002Z Downloaded unarray v0.1.4
2622024-12-21T04:20:53.002Z Downloaded num-conv v0.1.0
2632024-12-21T04:20:53.002Z Downloaded icu_provider_macros v1.5.0
2642024-12-21T04:20:53.002Z Downloaded zeroize v1.8.1
2652024-12-21T04:20:53.002Z Downloaded xz2 v0.1.7
2662024-12-21T04:20:53.002Z Downloaded thiserror-impl-no-std v2.0.2
2672024-12-21T04:20:53.002Z Downloaded tabwriter v1.4.0
2682024-12-21T04:20:53.002Z Downloaded tabled_derive v0.7.0
2692024-12-21T04:20:53.113Z Downloaded structmeta-derive v0.2.0
2702024-12-21T04:20:53.113Z Downloaded structmeta v0.3.0
2712024-12-21T04:20:53.113Z Downloaded similar-asserts v1.6.0
2722024-12-21T04:20:53.113Z Downloaded synstructure v0.13.1
2732024-12-21T04:20:53.113Z Downloaded fancy-regex v0.13.0
2742024-12-21T04:20:53.113Z Downloaded stable_deref_trait v1.2.0
2752024-12-21T04:20:53.113Z Downloaded sha2 v0.10.8
2762024-12-21T04:20:53.113Z Downloaded zeroize_derive v1.4.2
2772024-12-21T04:20:53.113Z Downloaded const_format_proc_macros v0.2.33
2782024-12-21T04:20:53.114Z Downloaded plotters-svg v0.3.7
2792024-12-21T04:20:53.114Z Downloaded utf-8 v0.7.6
2802024-12-21T04:20:53.114Z Downloaded unicase v2.7.0
2812024-12-21T04:20:53.114Z Downloaded parking_lot v0.12.3
2822024-12-21T04:20:53.114Z Downloaded cipher v0.4.4
2832024-12-21T04:20:53.114Z Downloaded which v4.4.2
2842024-12-21T04:20:53.114Z Downloaded usdt-impl v0.5.0
2852024-12-21T04:20:53.114Z Downloaded tls_codec_derive v0.4.1
2862024-12-21T04:20:53.114Z Downloaded base64 v0.22.1
2872024-12-21T04:20:53.114Z Downloaded inout v0.1.3
2882024-12-21T04:20:53.119Z Downloaded mirai-annotations v1.12.0
2892024-12-21T04:20:53.119Z Downloaded libefi-sys v0.1.0
2902024-12-21T04:20:53.119Z Downloaded internet-checksum v0.2.1
2912024-12-21T04:20:53.119Z Downloaded instability v0.3.2
2922024-12-21T04:20:53.119Z Downloaded dsl_auto_type v0.1.2
2932024-12-21T04:20:53.119Z Downloaded headers v0.4.0
2942024-12-21T04:20:53.119Z Downloaded flume v0.11.1
2952024-12-21T04:20:53.119Z Downloaded siphasher v0.3.11
2962024-12-21T04:20:53.119Z Downloaded signature v2.2.0
2972024-12-21T04:20:53.119Z Downloaded mime v0.3.17
2982024-12-21T04:20:53.119Z Downloaded proc-macro2 v1.0.89
2992024-12-21T04:20:53.120Z Downloaded cc v1.1.30
3002024-12-21T04:20:53.120Z Downloaded allocator-api2 v0.2.18
3012024-12-21T04:20:53.120Z Downloaded postcard v1.0.10
3022024-12-21T04:20:53.120Z Downloaded lru-cache v0.1.2
3032024-12-21T04:20:53.120Z Downloaded pbkdf2 v0.12.2
3042024-12-21T04:20:53.120Z Downloaded dirs-sys-next v0.1.2
3052024-12-21T04:20:53.120Z Downloaded lru v0.12.5
3062024-12-21T04:20:53.120Z Downloaded heapless v0.8.0
3072024-12-21T04:20:53.120Z Downloaded swrite v0.1.0
3082024-12-21T04:20:53.120Z Downloaded sqlparser_derive v0.2.2
3092024-12-21T04:20:53.120Z Downloaded openssl-sys v0.9.103
3102024-12-21T04:20:53.121Z Downloaded time-core v0.1.2
3112024-12-21T04:20:53.121Z Downloaded tinyvec v1.8.0
3122024-12-21T04:20:53.121Z Downloaded packed_struct v0.10.1
3132024-12-21T04:20:53.121Z Downloaded thread_local v1.1.8
3142024-12-21T04:20:53.122Z Downloaded bumpalo v3.16.0
3152024-12-21T04:20:53.123Z Downloaded mime_guess v2.0.5
3162024-12-21T04:20:53.123Z Downloaded radium v0.7.0
3172024-12-21T04:20:53.123Z Downloaded criterion-plot v0.5.0
3182024-12-21T04:20:53.123Z Downloaded rpassword v7.3.1
3192024-12-21T04:20:53.123Z Downloaded predicates-core v1.0.8
3202024-12-21T04:20:53.123Z Downloaded libtest-mimic v0.7.3
3212024-12-21T04:20:53.123Z Downloaded darling_macro v0.20.10
3222024-12-21T04:20:53.123Z Downloaded want v0.3.1
3232024-12-21T04:20:53.123Z Downloaded csv-core v0.1.11
3242024-12-21T04:20:53.123Z Downloaded dhcproto-macros v0.1.0
3252024-12-21T04:20:53.123Z Downloaded write16 v1.0.0
3262024-12-21T04:20:53.123Z Downloaded slab v0.4.9
3272024-12-21T04:20:53.124Z Downloaded serde_plain v1.0.2
3282024-12-21T04:20:53.124Z Downloaded owo-colors v4.1.0
3292024-12-21T04:20:53.124Z Downloaded strip-ansi-escapes v0.2.0
3302024-12-21T04:20:53.124Z Downloaded predicates-tree v1.0.11
3312024-12-21T04:20:53.124Z Downloaded iana-time-zone v0.1.61
3322024-12-21T04:20:53.124Z Downloaded serde_path_to_error v0.1.16
3332024-12-21T04:20:53.124Z Downloaded aes v0.8.4
3342024-12-21T04:20:53.124Z Downloaded base64 v0.21.7
3352024-12-21T04:20:53.124Z Downloaded phf v0.11.2
3362024-12-21T04:20:53.124Z Downloaded pbkdf2 v0.11.0
3372024-12-21T04:20:53.124Z Downloaded similar v2.6.0
3382024-12-21T04:20:53.124Z Downloaded supports-color v3.0.1
3392024-12-21T04:20:53.124Z Downloaded subtle v2.6.1
3402024-12-21T04:20:53.125Z Downloaded ipnet v2.10.1
3412024-12-21T04:20:53.125Z Downloaded equivalent v1.0.1
3422024-12-21T04:20:53.125Z Downloaded expectorate v1.1.0
3432024-12-21T04:20:53.125Z Downloaded env_logger v0.10.2
3442024-12-21T04:20:53.126Z Downloaded hickory-resolver v0.24.1
3452024-12-21T04:20:53.126Z Downloaded utf16_iter v1.0.5
3462024-12-21T04:20:53.126Z Downloaded miniz_oxide v0.8.0
3472024-12-21T04:20:53.167Z Downloaded untrusted v0.9.0
3482024-12-21T04:20:53.167Z Downloaded postgres-protocol v0.6.7
3492024-12-21T04:20:53.167Z Downloaded untrusted v0.7.1
3502024-12-21T04:20:53.167Z Downloaded peg-runtime v0.8.3
3512024-12-21T04:20:53.167Z Downloaded serde_regex v1.1.0
3522024-12-21T04:20:53.167Z Downloaded const-oid v0.9.6
3532024-12-21T04:20:53.167Z Downloaded display-error-chain v0.2.2
3542024-12-21T04:20:53.167Z Downloaded crypto-common v0.1.6
3552024-12-21T04:20:53.167Z Downloaded ctr v0.9.2
3562024-12-21T04:20:53.167Z Downloaded either v1.13.0
3572024-12-21T04:20:53.168Z Downloaded pkcs5 v0.7.1
3582024-12-21T04:20:53.168Z Downloaded env_filter v0.1.2
3592024-12-21T04:20:53.168Z Downloaded tokio-native-tls v0.3.1
3602024-12-21T04:20:53.169Z Downloaded tokio-macros v2.4.0
3612024-12-21T04:20:53.169Z Downloaded wyz v0.5.1
3622024-12-21T04:20:53.169Z Downloaded tinystr v0.7.6
3632024-12-21T04:20:53.169Z Downloaded tiny-keccak v2.0.2
3642024-12-21T04:20:53.169Z Downloaded phf_shared v0.10.0
3652024-12-21T04:20:53.169Z Downloaded hickory-server v0.24.1
3662024-12-21T04:20:53.169Z Downloaded linked-hash-map v0.5.6
3672024-12-21T04:20:53.169Z Downloaded proc-macro-error v1.0.4
3682024-12-21T04:20:53.169Z Downloaded dropshot_endpoint v0.13.0
3692024-12-21T04:20:53.169Z Downloaded linear-map v1.2.0
3702024-12-21T04:20:53.169Z Downloaded libsw v3.3.1
3712024-12-21T04:20:53.169Z Downloaded progenitor-client v0.8.0
3722024-12-21T04:20:53.169Z Downloaded rustls-pemfile v1.0.4
3732024-12-21T04:20:53.169Z Downloaded sync-ptr v0.1.1
3742024-12-21T04:20:53.170Z Downloaded keccak v0.1.5
3752024-12-21T04:20:53.170Z Downloaded threadpool v1.8.1
3762024-12-21T04:20:53.170Z Downloaded indoc v1.0.9
3772024-12-21T04:20:53.170Z Downloaded paste v1.0.15
3782024-12-21T04:20:53.170Z Downloaded packed_struct_codegen v0.10.1
3792024-12-21T04:20:53.170Z Downloaded schemars v0.8.21
3802024-12-21T04:20:53.170Z Downloaded toolchain_find v0.4.0
3812024-12-21T04:20:53.202Z Downloaded num_cpus v1.16.0
3822024-12-21T04:20:53.202Z Downloaded yansi v1.0.1
3832024-12-21T04:20:53.202Z Downloaded num v0.4.3
3842024-12-21T04:20:53.202Z Downloaded mockall v0.13.0
3852024-12-21T04:20:53.202Z Downloaded derive_builder_core v0.20.2
3862024-12-21T04:20:53.202Z Downloaded pin-project v1.1.6
3872024-12-21T04:20:53.202Z Downloaded rustc_version v0.1.7
3882024-12-21T04:20:53.202Z Downloaded aes-gcm v0.10.3
3892024-12-21T04:20:53.202Z Downloaded secrecy v0.8.0
3902024-12-21T04:20:53.202Z Downloaded phf_generator v0.11.2
3912024-12-21T04:20:53.203Z Downloaded phf_codegen v0.11.2
3922024-12-21T04:20:53.203Z Downloaded pkcs1 v0.7.5
3932024-12-21T04:20:53.203Z Downloaded slog-envlogger v2.2.0
3942024-12-21T04:20:53.203Z Downloaded whoami v1.5.2
3952024-12-21T04:20:53.203Z Downloaded yasna v0.5.2
3962024-12-21T04:20:53.203Z Downloaded num-rational v0.4.2
3972024-12-21T04:20:53.203Z Downloaded slog-scope v4.4.0
3982024-12-21T04:20:53.222Z Downloaded slog-json v2.6.1
3992024-12-21T04:20:53.222Z Downloaded slog-dtrace v0.3.0
4002024-12-21T04:20:53.222Z Downloaded test-strategy v0.3.1
4012024-12-21T04:20:53.222Z Downloaded rstest v0.23.0
4022024-12-21T04:20:53.223Z Downloaded poly1305 v0.8.0
4032024-12-21T04:20:53.223Z Downloaded topological-sort v0.2.2
4042024-12-21T04:20:53.223Z Downloaded doc-comment v0.3.3
4052024-12-21T04:20:53.223Z Downloaded num-bigint v0.4.6
4062024-12-21T04:20:53.231Z Downloaded slog-stdlog v4.1.1
4072024-12-21T04:20:53.231Z Downloaded semver v0.1.20
4082024-12-21T04:20:53.231Z Downloaded matches v0.1.10
4092024-12-21T04:20:53.232Z Downloaded match_cfg v0.1.0
4102024-12-21T04:20:53.232Z Downloaded multer v3.1.0
4112024-12-21T04:20:53.233Z Downloaded nom v7.1.3
4122024-12-21T04:20:53.233Z Downloaded openssl-probe v0.1.5
4132024-12-21T04:20:53.233Z Downloaded zone v0.1.8
4142024-12-21T04:20:53.233Z Downloaded kstat-rs v0.2.4
4152024-12-21T04:20:53.233Z Downloaded time-macros v0.2.18
4162024-12-21T04:20:53.233Z Downloaded hyper-staticfile v0.10.1
4172024-12-21T04:20:53.244Z Downloaded env_logger v0.11.5
4182024-12-21T04:20:53.244Z Downloaded cookie_store v0.21.0
4192024-12-21T04:20:53.244Z Downloaded thiserror v1.0.69
4202024-12-21T04:20:53.258Z Downloaded mio v1.0.2
4212024-12-21T04:20:53.258Z Downloaded crossbeam-epoch v0.9.18
4222024-12-21T04:20:53.258Z Downloaded term v0.7.0
4232024-12-21T04:20:53.270Z Downloaded rsa v0.9.6
4242024-12-21T04:20:53.270Z Downloaded oso-derive v0.27.3
4252024-12-21T04:20:53.270Z Downloaded darling_core v0.20.10
4262024-12-21T04:20:53.270Z Downloaded version_check v0.9.5
4272024-12-21T04:20:53.281Z Downloaded pretty-hex v0.2.1
4282024-12-21T04:20:53.281Z Downloaded maplit v1.0.2
4292024-12-21T04:20:53.282Z Downloaded precomputed-hash v0.1.1
4302024-12-21T04:20:53.282Z Downloaded managed v0.8.0
4312024-12-21T04:20:53.282Z Downloaded difflib v0.4.0
4322024-12-21T04:20:53.282Z Downloaded take_mut v0.2.2
4332024-12-21T04:20:53.282Z Downloaded utf8parse v0.2.2
4342024-12-21T04:20:53.282Z Downloaded crc-catalog v2.4.0
4352024-12-21T04:20:53.283Z Downloaded displaydoc v0.2.5
4362024-12-21T04:20:53.283Z Downloaded num_enum v0.5.11
4372024-12-21T04:20:53.311Z Downloaded zone v0.3.0
4382024-12-21T04:20:53.311Z Downloaded p521 v0.13.3
4392024-12-21T04:20:53.311Z Downloaded unicode-linebreak v0.1.5
4402024-12-21T04:20:53.312Z Downloaded ssh-key v0.6.6
4412024-12-21T04:20:53.312Z Downloaded target-triple v0.1.3
4422024-12-21T04:20:53.336Z Downloaded strum v0.26.3
4432024-12-21T04:20:53.336Z Downloaded pin-utils v0.1.0
4442024-12-21T04:20:53.336Z Downloaded plotters-backend v0.3.7
4452024-12-21T04:20:53.336Z Downloaded piper v0.2.4
4462024-12-21T04:20:53.336Z Downloaded debug-ignore v1.0.5
4472024-12-21T04:20:53.337Z Downloaded pkg-config v0.3.31
4482024-12-21T04:20:53.337Z Downloaded thiserror v2.0.3
4492024-12-21T04:20:53.337Z Downloaded powerfmt v0.2.0
4502024-12-21T04:20:53.337Z Downloaded des v0.8.1
4512024-12-21T04:20:53.337Z Downloaded der_derive v0.7.3
4522024-12-21T04:20:53.337Z Downloaded serde_with_macros v3.11.0
4532024-12-21T04:20:53.337Z Downloaded ssh-cipher v0.2.0
4542024-12-21T04:20:53.337Z Downloaded nibble_vec v0.1.0
4552024-12-21T04:20:53.337Z Downloaded textwrap v0.16.1
4562024-12-21T04:20:53.337Z Downloaded ed25519-dalek v2.1.1
4572024-12-21T04:20:53.348Z Downloaded salsa20 v0.10.2
4582024-12-21T04:20:53.348Z Downloaded plain v0.2.3
4592024-12-21T04:20:53.348Z Downloaded vsss-rs v3.3.4
4602024-12-21T04:20:53.348Z Downloaded papergrid v0.11.0
4612024-12-21T04:20:53.348Z Downloaded new_debug_unreachable v1.0.6
4622024-12-21T04:20:53.348Z Downloaded predicates v3.1.2
4632024-12-21T04:20:53.348Z Downloaded schemars_derive v0.8.21
4642024-12-21T04:20:53.348Z Downloaded aho-corasick v1.1.3
4652024-12-21T04:20:53.357Z Downloaded datatest-stable v0.2.9
4662024-12-21T04:20:53.358Z Downloaded crc v3.2.1
4672024-12-21T04:20:53.358Z Downloaded zerofrom-derive v0.1.4
4682024-12-21T04:20:53.358Z Downloaded sec1 v0.7.3
4692024-12-21T04:20:53.368Z Downloaded scopeguard v1.2.0
4702024-12-21T04:20:53.368Z Downloaded icu_locid_transform v1.5.0
4712024-12-21T04:20:53.368Z Downloaded downcast v0.11.0
4722024-12-21T04:20:53.368Z Downloaded data-encoding v2.6.0
4732024-12-21T04:20:53.368Z Downloaded ppv-lite86 v0.2.20
4742024-12-21T04:20:53.368Z Downloaded vergen v8.3.2
4752024-12-21T04:20:53.376Z Downloaded enum-as-inner v0.6.1
4762024-12-21T04:20:53.377Z Downloaded ciborium-io v0.2.2
4772024-12-21T04:20:53.377Z Downloaded enum-as-inner v0.5.1
4782024-12-21T04:20:53.377Z Downloaded maybe-uninit v2.0.0
4792024-12-21T04:20:53.377Z Downloaded termcolor v1.4.1
4802024-12-21T04:20:53.377Z Downloaded lock_api v0.4.12
4812024-12-21T04:20:53.377Z Downloaded macaddr v1.0.1
4822024-12-21T04:20:53.377Z Downloaded lazy_static v1.5.0
4832024-12-21T04:20:53.396Z Downloaded libxml v0.3.3
4842024-12-21T04:20:53.397Z Downloaded dof v0.3.0
4852024-12-21T04:20:53.397Z Downloaded target-spec v3.2.2
4862024-12-21T04:20:53.397Z Downloaded zone_cfg_derive v0.3.0
4872024-12-21T04:20:53.397Z Downloaded zerovec v0.10.4
4882024-12-21T04:20:53.429Z Downloaded zerovec-derive v0.10.3
4892024-12-21T04:20:53.429Z Downloaded termtree v0.4.1
4902024-12-21T04:20:53.429Z Downloaded cobs v0.2.3
4912024-12-21T04:20:53.429Z Downloaded console v0.15.8
4922024-12-21T04:20:53.429Z Downloaded normalize-line-endings v0.3.0
4932024-12-21T04:20:53.429Z Downloaded futures-util v0.3.31
4942024-12-21T04:20:53.429Z Downloaded waitgroup v0.1.2
4952024-12-21T04:20:53.457Z Downloaded oso v0.27.3
4962024-12-21T04:20:53.457Z Downloaded sct v0.7.1
4972024-12-21T04:20:53.458Z Downloaded pretty-hex v0.4.1
4982024-12-21T04:20:53.458Z Downloaded shell-words v1.1.0
4992024-12-21T04:20:53.458Z Downloaded nodrop v0.1.14
5002024-12-21T04:20:53.458Z Downloaded ryu v1.0.18
5012024-12-21T04:20:53.458Z Downloaded unicode-segmentation v1.12.0
5022024-12-21T04:20:53.458Z Downloaded diesel_table_macro_syntax v0.2.0
5032024-12-21T04:20:53.458Z Downloaded ciborium-ll v0.2.2
5042024-12-21T04:20:53.458Z Downloaded password-hash v0.5.0
5052024-12-21T04:20:53.458Z Downloaded password-hash v0.4.2
5062024-12-21T04:20:53.458Z Downloaded tempfile v3.13.0
5072024-12-21T04:20:53.458Z Downloaded guppy v0.17.8
5082024-12-21T04:20:53.509Z Downloaded reqwest v0.12.9
5092024-12-21T04:20:53.509Z Downloaded ucd-trie v0.1.7
5102024-12-21T04:20:53.509Z Downloaded psl-types v2.0.11
5112024-12-21T04:20:53.509Z Downloaded aws-lc-rs v1.10.0
5122024-12-21T04:20:53.509Z Downloaded colorchoice v1.0.2
5132024-12-21T04:20:53.509Z Downloaded crc-any v2.5.0
5142024-12-21T04:20:53.510Z Downloaded rusty-fork v0.3.0
5152024-12-21T04:20:53.510Z Downloaded lazycell v1.3.0
5162024-12-21T04:20:53.510Z Downloaded value-bag v1.9.0
5172024-12-21T04:20:53.510Z Downloaded cmake v0.1.51
5182024-12-21T04:20:53.510Z Downloaded time v0.3.36
5192024-12-21T04:20:53.558Z Downloaded pathdiff v0.2.2
5202024-12-21T04:20:53.558Z Downloaded slog-bunyan v2.5.0
5212024-12-21T04:20:53.559Z Downloaded slog-async v2.8.0
5222024-12-21T04:20:53.559Z Downloaded typify-macro v0.2.0
5232024-12-21T04:20:53.559Z Downloaded omicron-zone-package v0.11.1
5242024-12-21T04:20:53.559Z Downloaded serde_tokenstream v0.2.2
5252024-12-21T04:20:53.559Z Downloaded try-lock v0.2.5
5262024-12-21T04:20:53.559Z Downloaded rfc6979 v0.4.0
5272024-12-21T04:20:53.559Z Downloaded resolv-conf v0.7.0
5282024-12-21T04:20:53.559Z Downloaded blake3 v1.5.4
5292024-12-21T04:20:53.559Z Downloaded x509-cert v0.2.5
5302024-12-21T04:20:53.559Z Downloaded structmeta-derive v0.3.0
5312024-12-21T04:20:53.559Z Downloaded serde_urlencoded v0.7.1
5322024-12-21T04:20:53.559Z Downloaded unicode-bidi v0.3.17
5332024-12-21T04:20:53.559Z Downloaded pin-project-internal v1.1.6
5342024-12-21T04:20:53.559Z Downloaded unicode-ident v1.0.13
5352024-12-21T04:20:53.560Z Downloaded newtype_derive v0.1.6
5362024-12-21T04:20:53.560Z Downloaded idna_adapter v1.2.0
5372024-12-21T04:20:53.560Z Downloaded hashbrown v0.15.1
5382024-12-21T04:20:53.560Z Downloaded defmt-macros v0.3.9
5392024-12-21T04:20:53.560Z Downloaded rustls-pki-types v1.10.0
5402024-12-21T04:20:53.676Z Downloaded curve25519-dalek-derive v0.1.1
5412024-12-21T04:20:53.676Z Downloaded clap_lex v0.7.2
5422024-12-21T04:20:53.676Z Downloaded endian-type v0.1.2
5432024-12-21T04:20:53.676Z Downloaded vte v0.11.1
5442024-12-21T04:20:53.677Z Downloaded hkdf v0.12.4
5452024-12-21T04:20:53.677Z Downloaded serde-big-array v0.5.1
5462024-12-21T04:20:53.677Z Downloaded openssl-macros v0.1.1
5472024-12-21T04:20:53.677Z Downloaded lockfree-object-pool v0.1.6
5482024-12-21T04:20:53.677Z Downloaded sha1 v0.10.6
5492024-12-21T04:20:53.677Z Downloaded bitvec v1.0.1
5502024-12-21T04:20:53.677Z Downloaded path-tree v0.8.1
5512024-12-21T04:20:53.677Z Downloaded wait-timeout v0.2.0
5522024-12-21T04:20:53.677Z Downloaded typify v0.2.0
5532024-12-21T04:20:53.678Z Downloaded proptest v1.5.0
5542024-12-21T04:20:53.679Z Downloaded terminal_size v0.4.0
5552024-12-21T04:20:53.679Z Downloaded ssh-encoding v0.2.0
5562024-12-21T04:20:53.679Z Downloaded rustfmt-wrapper v0.2.1
5572024-12-21T04:20:53.679Z Downloaded tui-tree-widget v0.22.0
5582024-12-21T04:20:53.679Z Downloaded tracing-attributes v0.1.27
5592024-12-21T04:20:53.679Z Downloaded termios v0.3.3
5602024-12-21T04:20:53.679Z Downloaded litemap v0.7.3
5612024-12-21T04:20:53.679Z Downloaded defmt v0.3.8
5622024-12-21T04:20:53.679Z Downloaded signal-hook v0.3.17
5632024-12-21T04:20:53.679Z Downloaded tokio-tungstenite v0.23.1
5642024-12-21T04:20:53.679Z Downloaded ena v0.14.3
5652024-12-21T04:20:53.680Z Downloaded libloading v0.8.5
5662024-12-21T04:20:53.680Z Downloaded defmt-parser v0.3.4
5672024-12-21T04:20:53.680Z Downloaded strum_macros v0.25.3
5682024-12-21T04:20:53.806Z Downloaded is_ci v1.2.0
5692024-12-21T04:20:53.806Z Downloaded parse-display v0.10.0
5702024-12-21T04:20:53.806Z Downloaded serde_json v1.0.133
5712024-12-21T04:20:53.806Z Downloaded rand_chacha v0.3.1
5722024-12-21T04:20:53.814Z Downloaded r2d2 v0.8.10
5732024-12-21T04:20:53.815Z Downloaded progenitor-macro v0.8.0
5742024-12-21T04:20:53.815Z Downloaded zopfli v0.8.1
5752024-12-21T04:20:53.815Z Downloaded path-slash v0.1.5
5762024-12-21T04:20:53.815Z Downloaded goblin v0.8.2
5772024-12-21T04:20:53.815Z Downloaded smf v0.2.3
5782024-12-21T04:20:53.815Z Downloaded derive_more v0.99.18
5792024-12-21T04:20:53.815Z Downloaded crucible-workspace-hack v0.1.0
5802024-12-21T04:20:53.815Z Downloaded typenum v1.17.0
5812024-12-21T04:20:53.815Z Downloaded tokio-rustls v0.25.0
5822024-12-21T04:20:53.815Z Downloaded num-derive v0.4.2
5832024-12-21T04:20:53.815Z Downloaded crc32fast v1.4.2
5842024-12-21T04:20:53.815Z Downloaded utf8_iter v1.0.4
5852024-12-21T04:20:53.815Z Downloaded thiserror-no-std v2.0.2
5862024-12-21T04:20:53.815Z Downloaded serde v1.0.215
5872024-12-21T04:20:53.815Z Downloaded indent_write v2.2.0
5882024-12-21T04:20:53.815Z Downloaded impl-trait-for-tuples v0.2.2
5892024-12-21T04:20:53.815Z Downloaded convert_case v0.4.0
5902024-12-21T04:20:53.816Z Downloaded constant_time_eq v0.3.1
5912024-12-21T04:20:53.816Z Downloaded concurrent-queue v2.5.0
5922024-12-21T04:20:53.816Z Downloaded slog v2.7.0
5932024-12-21T04:20:53.816Z Downloaded reedline v0.35.0
5942024-12-21T04:20:53.816Z Downloaded newline-converter v0.3.0
5952024-12-21T04:20:53.816Z Downloaded memmap v0.7.0
5962024-12-21T04:20:53.816Z Downloaded yoke-derive v0.7.4
5972024-12-21T04:20:53.816Z Downloaded pem-rfc7468 v0.7.0
5982024-12-21T04:20:53.816Z Downloaded primeorder v0.13.6
5992024-12-21T04:20:53.816Z Downloaded prettyplease v0.2.25
6002024-12-21T04:20:53.816Z Downloaded spin v0.5.2
6012024-12-21T04:20:53.816Z Downloaded unicode-normalization v0.1.24
6022024-12-21T04:20:53.816Z Downloaded thread-id v4.2.2
6032024-12-21T04:20:53.817Z Downloaded indicatif v0.17.9
6042024-12-21T04:20:53.817Z Downloaded indexmap v2.6.0
6052024-12-21T04:20:53.817Z Downloaded embedded-io v0.6.1
6062024-12-21T04:20:53.817Z Downloaded snafu-derive v0.8.5
6072024-12-21T04:20:53.817Z Downloaded toml_datetime v0.6.8
6082024-12-21T04:20:53.817Z Downloaded tokio-tungstenite v0.24.0
6092024-12-21T04:20:53.817Z Downloaded pem v3.0.4
6102024-12-21T04:20:53.817Z Downloaded opaque-debug v0.3.1
6112024-12-21T04:20:53.817Z Downloaded dropshot_endpoint v0.12.0
6122024-12-21T04:20:53.817Z Downloaded icu_collections v1.5.0
6132024-12-21T04:20:53.817Z Downloaded is_terminal_polyfill v1.70.1
6142024-12-21T04:20:53.817Z Downloaded icu_normalizer_data v1.5.0
6152024-12-21T04:20:53.817Z Downloaded trybuild v1.0.101
6162024-12-21T04:20:53.934Z Downloaded memmap2 v0.9.5
6172024-12-21T04:20:53.940Z Downloaded quinn-proto v0.11.8
6182024-12-21T04:20:53.941Z Downloaded smawk v0.3.2
6192024-12-21T04:20:53.941Z Downloaded unicode-truncate v1.1.0
6202024-12-21T04:20:53.941Z Downloaded md-5 v0.10.6
6212024-12-21T04:20:53.941Z Downloaded nanorand v0.7.0
6222024-12-21T04:20:53.942Z Downloaded multimap v0.10.0
6232024-12-21T04:20:53.942Z Downloaded parse-size v1.1.0
6242024-12-21T04:20:53.942Z Downloaded memoffset v0.9.1
6252024-12-21T04:20:53.942Z Downloaded is-terminal v0.4.13
6262024-12-21T04:20:53.942Z Downloaded partial-io v0.5.4
6272024-12-21T04:20:53.942Z Downloaded itertools v0.12.1
6282024-12-21T04:20:53.942Z Downloaded num-integer v0.1.46
6292024-12-21T04:20:53.942Z Downloaded ipnetwork v0.20.0
6302024-12-21T04:20:53.942Z Downloaded zerofrom v0.1.4
6312024-12-21T04:20:53.942Z Downloaded parse-display-derive v0.10.0
6322024-12-21T04:20:53.943Z Downloaded icu_properties v1.5.1
6332024-12-21T04:20:53.943Z Downloaded uzers v0.12.1
6342024-12-21T04:20:53.943Z Downloaded toml v0.7.8
6352024-12-21T04:20:53.943Z Downloaded rustls-webpki v0.101.7
6362024-12-21T04:20:53.943Z Downloaded dyn-clone v1.0.17
6372024-12-21T04:20:53.943Z Downloaded dunce v1.0.5
6382024-12-21T04:20:53.943Z Downloaded strsim v0.11.1
6392024-12-21T04:20:53.943Z Downloaded stringprep v0.1.5
6402024-12-21T04:20:53.943Z Downloaded string_cache v0.8.7
6412024-12-21T04:20:53.943Z Downloaded zerocopy-derive v0.7.35
6422024-12-21T04:20:53.943Z Downloaded deranged v0.3.11
6432024-12-21T04:20:53.943Z Downloaded oorandom v11.1.4
6442024-12-21T04:20:53.943Z Downloaded colored v2.1.0
6452024-12-21T04:20:53.944Z Downloaded subprocess v0.2.9
6462024-12-21T04:20:53.944Z Downloaded clap_derive v4.5.18
6472024-12-21T04:20:53.944Z Downloaded russh v0.45.0
6482024-12-21T04:20:53.944Z Downloaded yoke v0.7.4
6492024-12-21T04:20:53.944Z Downloaded dhcproto v0.12.0
6502024-12-21T04:20:53.946Z Downloaded socket2 v0.5.7
6512024-12-21T04:20:53.946Z Downloaded serde_derive_internals v0.29.1
6522024-12-21T04:20:53.946Z Downloaded git2 v0.19.0
6532024-12-21T04:20:53.946Z Downloaded derive_builder_macro v0.20.2
6542024-12-21T04:20:53.946Z Downloaded rand_core v0.6.4
6552024-12-21T04:20:53.946Z Downloaded pest_meta v2.7.14
6562024-12-21T04:20:53.946Z Downloaded universal-hash v0.5.1
6572024-12-21T04:20:53.947Z Downloaded smallvec v0.6.14
6582024-12-21T04:20:53.947Z Downloaded serde_with v3.11.0
6592024-12-21T04:20:53.947Z Downloaded unicode-xid v0.2.6
6602024-12-21T04:20:53.947Z Downloaded serde_yaml v0.9.34+deprecated
6612024-12-21T04:20:53.947Z Downloaded kv-log-macro v1.0.7
6622024-12-21T04:20:53.947Z Downloaded rtoolbox v0.0.2
6632024-12-21T04:20:53.947Z Downloaded peg-macros v0.8.4
6642024-12-21T04:20:53.947Z Downloaded tokio-stream v0.1.16
6652024-12-21T04:20:53.949Z Downloaded phf_shared v0.11.2
6662024-12-21T04:20:53.949Z Downloaded toml v0.8.19
6672024-12-21T04:20:53.949Z Downloaded rust-argon2 v2.1.0
6682024-12-21T04:20:54.070Z Downloaded rustc_version v0.4.1
6692024-12-21T04:20:54.070Z Downloaded derive_builder v0.20.2
6702024-12-21T04:20:54.070Z Downloaded rand_xorshift v0.3.0
6712024-12-21T04:20:54.070Z Downloaded cookie v0.18.1
6722024-12-21T04:20:54.071Z Downloaded pin-project-lite v0.2.14
6732024-12-21T04:20:54.071Z Downloaded plotters v0.3.7
6742024-12-21T04:20:54.071Z Downloaded tokio-tungstenite v0.21.0
6752024-12-21T04:20:54.071Z Downloaded walkdir v2.5.0
6762024-12-21T04:20:54.071Z Downloaded tokio-rustls v0.26.0
6772024-12-21T04:20:54.071Z Downloaded ron v0.7.1
6782024-12-21T04:20:54.071Z Downloaded once_cell v1.20.2
6792024-12-21T04:20:54.071Z Downloaded indexmap v1.9.3
6802024-12-21T04:20:54.071Z Downloaded derive-where v1.2.7
6812024-12-21T04:20:54.072Z Downloaded snafu v0.8.5
6822024-12-21T04:20:54.072Z Downloaded diff v0.1.13
6832024-12-21T04:20:54.072Z Downloaded unicode-properties v0.1.3
6842024-12-21T04:20:54.072Z Downloaded memchr v2.7.4
6852024-12-21T04:20:54.072Z Downloaded rustc-demangle v0.1.24
6862024-12-21T04:20:54.072Z Downloaded russh-keys v0.45.0
6872024-12-21T04:20:54.072Z Downloaded rustls-webpki v0.102.8
6882024-12-21T04:20:54.072Z Downloaded unicode_categories v0.1.1
6892024-12-21T04:20:54.072Z Downloaded radix_trie v0.2.1
6902024-12-21T04:20:54.072Z Downloaded smallvec v1.13.2
6912024-12-21T04:20:54.072Z Downloaded crossbeam-channel v0.5.13
6922024-12-21T04:20:54.073Z Downloaded der v0.7.9
6932024-12-21T04:20:54.073Z Downloaded parse-zoneinfo v0.3.1
6942024-12-21T04:20:54.073Z Downloaded unicode-width v0.1.14
6952024-12-21T04:20:54.073Z Downloaded gimli v0.31.1
6962024-12-21T04:20:54.073Z Downloaded criterion v0.5.1
6972024-12-21T04:20:54.073Z Downloaded tokio-util v0.7.12
6982024-12-21T04:20:54.073Z Downloaded compact_str v0.8.0
6992024-12-21T04:20:54.073Z Downloaded regress v0.9.1
7002024-12-21T04:20:54.073Z Downloaded smoltcp v0.9.1
7012024-12-21T04:20:54.073Z Downloaded portable-atomic v1.9.0
7022024-12-21T04:20:54.073Z Downloaded elliptic-curve v0.13.8
7032024-12-21T04:20:54.132Z Downloaded bstr v1.10.0
7042024-12-21T04:20:54.132Z Downloaded typed-path v0.9.3
7052024-12-21T04:20:54.132Z Downloaded webpki-roots v0.26.6
7062024-12-21T04:20:54.132Z Downloaded chrono-tz v0.10.0
7072024-12-21T04:20:54.132Z Downloaded rstest_macros v0.23.0
7082024-12-21T04:20:54.132Z Downloaded zerocopy v0.7.35
7092024-12-21T04:20:54.132Z Downloaded log v0.4.22
7102024-12-21T04:20:54.132Z Downloaded regex-syntax v0.6.29
7112024-12-21T04:20:54.132Z Downloaded rusqlite v0.32.1
7122024-12-21T04:20:54.132Z Downloaded rand_distr v0.4.3
7132024-12-21T04:20:54.132Z Downloaded rustls v0.21.12
7142024-12-21T04:20:54.132Z Downloaded zerocopy-derive v0.8.10
7152024-12-21T04:20:54.169Z Downloaded syn v1.0.109
7162024-12-21T04:20:54.169Z Downloaded idna v0.3.0
7172024-12-21T04:20:54.169Z Downloaded idna v0.2.3
7182024-12-21T04:20:54.169Z Downloaded petname v2.0.2
7192024-12-21T04:20:54.169Z Downloaded regex-syntax v0.8.5
7202024-12-21T04:20:54.169Z Downloaded nix v0.27.1
7212024-12-21T04:20:54.169Z Downloaded regex v1.11.1
7222024-12-21T04:20:54.189Z Downloaded lalrpop v0.19.12
7232024-12-21T04:20:54.189Z Downloaded object v0.36.5
7242024-12-21T04:20:54.190Z Downloaded unicode-width v0.2.0
7252024-12-21T04:20:54.190Z Downloaded p384 v0.13.0
7262024-12-21T04:20:54.245Z Downloaded object v0.30.4
7272024-12-21T04:20:54.245Z Downloaded curve25519-dalek v4.1.3
7282024-12-21T04:20:54.245Z Downloaded nix v0.29.0
7292024-12-21T04:20:54.245Z Downloaded itertools v0.10.5
7302024-12-21T04:20:54.311Z Downloaded bzip2-sys v0.1.11+1.0.8
7312024-12-21T04:20:54.311Z Downloaded rustls v0.22.4
7322024-12-21T04:20:54.311Z Downloaded clap_builder v4.5.21
7332024-12-21T04:20:54.311Z Downloaded rayon v1.10.0
7342024-12-21T04:20:54.312Z Downloaded idna v0.5.0
7352024-12-21T04:20:54.312Z Downloaded nix v0.28.0
7362024-12-21T04:20:54.312Z Downloaded idna v0.4.0
7372024-12-21T04:20:54.349Z Downloaded hickory-proto v0.24.1
7382024-12-21T04:20:54.349Z Downloaded smoltcp v0.11.0
7392024-12-21T04:20:54.349Z Downloaded openapiv3 v2.0.0
7402024-12-21T04:20:54.349Z Downloaded petgraph v0.6.5
7412024-12-21T04:20:54.349Z Downloaded vcpkg v0.2.15
7422024-12-21T04:20:54.409Z Downloaded trust-dns-proto v0.22.0
7432024-12-21T04:20:54.409Z Downloaded diesel v2.2.6
7442024-12-21T04:20:54.466Z Downloaded salty v0.3.0
7452024-12-21T04:20:54.466Z Downloaded regress v0.10.1
7462024-12-21T04:20:54.467Z Downloaded dropshot v0.12.0
7472024-12-21T04:20:54.467Z Downloaded zerocopy v0.8.10
7482024-12-21T04:20:54.535Z Downloaded syn v2.0.87
7492024-12-21T04:20:54.535Z Downloaded dropshot v0.13.0
7502024-12-21T04:20:54.535Z Downloaded rustls v0.23.19
7512024-12-21T04:20:54.574Z Downloaded libz-sys v1.1.20
7522024-12-21T04:20:54.574Z Downloaded openssl v0.10.66
7532024-12-21T04:20:54.575Z Downloaded lzma-sys v0.1.20
7542024-12-21T04:20:54.575Z Downloaded rustix v0.38.37
7552024-12-21T04:20:54.599Z Downloaded sled v0.34.7
7562024-12-21T04:20:54.599Z Downloaded tungstenite v0.21.0
7572024-12-21T04:20:54.599Z Downloaded sha3 v0.10.8
7582024-12-21T04:20:54.599Z Downloaded serde_derive v1.0.215
7592024-12-21T04:20:54.614Z Downloaded typify-impl v0.2.0
7602024-12-21T04:20:54.614Z Downloaded steno v0.4.1
7612024-12-21T04:20:54.614Z Downloaded polar-core v0.27.3
7622024-12-21T04:20:54.671Z Downloaded icu_properties_data v1.5.0
7632024-12-21T04:20:54.672Z Downloaded zerocopy-derive v0.6.6
7642024-12-21T04:20:54.875Z Downloaded winnow v0.5.40
7652024-12-21T04:20:54.875Z Downloaded rand v0.8.5
7662024-12-21T04:20:54.875Z Downloaded tabled v0.15.0
7672024-12-21T04:20:54.876Z Downloaded ratatui v0.28.1
7682024-12-21T04:20:54.876Z Downloaded libm v0.2.8
7692024-12-21T04:20:54.876Z Downloaded num-bigint-dig v0.8.4
7702024-12-21T04:20:54.876Z Downloaded idna v1.0.3
7712024-12-21T04:20:54.876Z Downloaded sqlparser v0.45.0
7722024-12-21T04:20:54.876Z Downloaded zip v0.6.6
7732024-12-21T04:20:54.876Z Downloaded rand_seeder v0.3.0
7742024-12-21T04:20:54.876Z Downloaded tokio-postgres v0.7.12
7752024-12-21T04:20:54.876Z Downloaded toml_edit v0.22.22
7762024-12-21T04:20:54.876Z Downloaded zerocopy v0.6.6
7772024-12-21T04:20:54.876Z Downloaded tokio-rustls v0.24.1
7782024-12-21T04:20:54.876Z Downloaded embedded-io v0.4.0
7792024-12-21T04:20:54.877Z Downloaded ed25519 v2.2.3
7802024-12-21T04:20:54.877Z Downloaded spin v0.9.8
7812024-12-21T04:20:54.877Z Downloaded itoa v1.0.11
7822024-12-21T04:20:54.877Z Downloaded winnow v0.6.20
7832024-12-21T04:20:54.877Z Downloaded itertools v0.13.0
7842024-12-21T04:20:54.877Z Downloaded spki v0.7.3
7852024-12-21T04:20:54.878Z Downloaded ecdsa v0.16.9
7862024-12-21T04:20:54.878Z Downloaded pretty_assertions v1.4.1
7872024-12-21T04:20:54.878Z Downloaded crossterm v0.28.1
7882024-12-21T04:20:55.092Z Downloaded unsafe-libyaml v0.2.11
7892024-12-21T04:20:55.092Z Downloaded publicsuffix v2.2.3
7902024-12-21T04:20:55.092Z Downloaded qorb v0.2.1
7912024-12-21T04:20:55.092Z Downloaded regex-automata v0.4.8
7922024-12-21T04:20:55.092Z Downloaded diesel_derives v2.2.3
7932024-12-21T04:20:55.092Z Downloaded sqlformat v0.2.6
7942024-12-21T04:20:55.093Z Downloaded uuid v1.11.0
7952024-12-21T04:20:55.093Z Downloaded serde-hex v0.1.0
7962024-12-21T04:20:55.093Z Downloaded progenitor-impl v0.8.0
7972024-12-21T04:20:55.093Z Downloaded tracing-core v0.1.32
7982024-12-21T04:20:55.093Z Downloaded serde_repr v0.1.19
7992024-12-21T04:20:55.093Z Downloaded ref-cast v1.0.23
8002024-12-21T04:20:55.093Z Downloaded bindgen v0.69.5
8012024-12-21T04:20:55.093Z Downloaded tokio v1.40.0
8022024-12-21T04:20:55.093Z Downloaded tough v0.19.0
8032024-12-21T04:20:55.093Z Downloaded newtype-uuid v1.1.3
8042024-12-21T04:20:55.093Z Downloaded num-complex v0.4.6
8052024-12-21T04:20:55.093Z Downloaded crossbeam-utils v0.8.20
8062024-12-21T04:20:55.094Z Downloaded samael v0.0.17
8072024-12-21T04:20:55.094Z Downloaded libc v0.2.162
8082024-12-21T04:20:55.094Z Downloaded chrono v0.4.38
8092024-12-21T04:20:55.094Z Downloaded static_assertions v1.1.0
8102024-12-21T04:20:55.094Z Downloaded csv v1.3.1
8112024-12-21T04:20:55.094Z Downloaded native-tls v0.2.12
8122024-12-21T04:20:55.094Z Downloaded icu_normalizer v1.5.0
8132024-12-21T04:20:55.094Z Downloaded icu_locid_transform_data v1.5.0
8142024-12-21T04:20:55.094Z Downloaded icu_locid v1.5.0
8152024-12-21T04:20:55.094Z Downloaded h2 v0.4.6
8162024-12-21T04:20:55.396Z Downloaded async-std v1.13.0
8172024-12-21T04:20:55.397Z Downloaded strum_macros v0.26.4
8182024-12-21T04:20:55.397Z Downloaded polling v3.7.3
8192024-12-21T04:20:55.397Z Downloaded lalrpop-util v0.19.12
8202024-12-21T04:20:55.397Z Downloaded tar v0.4.42
8212024-12-21T04:20:55.397Z Downloaded zip v2.1.3
8222024-12-21T04:20:55.397Z Downloaded crossbeam-deque v0.8.5
8232024-12-21T04:20:55.397Z Downloaded quick-xml v0.33.0
8242024-12-21T04:20:55.397Z Downloaded vte_generate_state_changes v0.1.2
8252024-12-21T04:20:55.398Z Downloaded shlex v1.3.0
8262024-12-21T04:20:55.398Z Downloaded rustc-hash v1.1.0
8272024-12-21T04:20:55.398Z Downloaded ref-cast-impl v1.0.23
8282024-12-21T04:20:55.398Z Downloaded target-lexicon v0.12.16
8292024-12-21T04:20:55.398Z Downloaded parking_lot_core v0.9.10
8302024-12-21T04:20:55.398Z Downloaded nu-ansi-term v0.50.1
8312024-12-21T04:20:55.398Z Downloaded hyper v1.5.0
8322024-12-21T04:20:55.399Z Downloaded num-traits v0.2.19
8332024-12-21T04:20:55.399Z Downloaded url v2.5.3
8342024-12-21T04:20:55.399Z Downloaded nested v0.1.1
8352024-12-21T04:20:55.399Z Downloaded twox-hash v1.6.3
8362024-12-21T04:20:55.400Z Downloaded tap v1.0.1
8372024-12-21T04:20:55.400Z Downloaded hashbrown v0.14.5
8382024-12-21T04:20:55.401Z Downloaded crypto-bigint v0.5.5
8392024-12-21T04:20:55.401Z Downloaded scheduled-thread-pool v0.2.7
8402024-12-21T04:20:55.401Z Downloaded pest v2.7.14
8412024-12-21T04:20:55.401Z Downloaded rustyline v14.0.0
8422024-12-21T04:20:55.521Z Downloaded dirs-next v2.0.0
8432024-12-21T04:20:55.521Z Downloaded digest v0.10.7
8442024-12-21T04:20:55.521Z Downloaded zone_cfg_derive v0.1.2
8452024-12-21T04:20:55.521Z Downloaded mockall_derive v0.13.0
8462024-12-21T04:20:55.521Z Downloaded hyper-util v0.1.10
8472024-12-21T04:20:55.521Z Downloaded rayon-core v1.12.1
8482024-12-21T04:20:55.522Z Downloaded minimal-lexical v0.2.1
8492024-12-21T04:20:55.522Z Downloaded rcgen v0.12.1
8502024-12-21T04:20:55.523Z Downloaded strum_macros v0.24.3
8512024-12-21T04:20:55.523Z Downloaded stringmetrics v2.2.2
8522024-12-21T04:20:55.523Z Downloaded toml_edit v0.19.15
8532024-12-21T04:20:55.523Z Downloaded ron v0.8.1
8542024-12-21T04:20:55.523Z Downloaded flate2 v1.0.34
8552024-12-21T04:20:55.523Z Downloaded http v1.1.0
8562024-12-21T04:20:55.523Z Downloaded rustversion v1.0.17
8572024-12-21T04:20:55.523Z Downloaded clang-sys v1.8.1
8582024-12-21T04:20:55.524Z Downloaded jobserver v0.1.32
8592024-12-21T04:20:55.524Z Downloaded indoc v2.0.5
8602024-12-21T04:20:55.524Z Downloaded writeable v0.5.5
8612024-12-21T04:20:55.524Z Downloaded tinytemplate v1.2.1
8622024-12-21T04:20:55.524Z Downloaded p256 v0.13.2
8632024-12-21T04:20:55.524Z Downloaded const_format v0.2.33
8642024-12-21T04:20:55.525Z Downloaded clap v4.5.21
8652024-12-21T04:20:55.525Z Downloaded darling v0.20.10
8662024-12-21T04:20:55.525Z Downloaded tungstenite v0.24.0
8672024-12-21T04:20:55.525Z Downloaded tungstenite v0.23.0
8682024-12-21T04:20:55.525Z Downloaded heapless v0.7.17
8692024-12-21T04:20:55.525Z Downloaded hashbrown v0.12.3
8702024-12-21T04:20:55.526Z Downloaded progenitor v0.8.0
8712024-12-21T04:20:55.526Z Downloaded proc-macro-error-attr v1.0.4
8722024-12-21T04:20:55.526Z Downloaded proc-macro-crate v3.2.0
8732024-12-21T04:20:55.526Z Downloaded proc-macro-crate v1.3.1
8742024-12-21T04:20:55.526Z Downloaded polyval v0.6.2
8752024-12-21T04:20:55.526Z Downloaded hyper-tls v0.6.0
8762024-12-21T04:20:55.527Z Downloaded diesel-dtrace v0.4.2
8772024-12-21T04:20:55.527Z Downloaded slog-term v2.9.1
8782024-12-21T04:20:55.527Z Downloaded semver v1.0.23
8792024-12-21T04:20:55.527Z Downloaded rustls-pemfile v2.2.0
8802024-12-21T04:20:55.527Z Downloaded rustls-native-certs v0.7.3
8812024-12-21T04:20:55.528Z Downloaded tracing v0.1.40
8822024-12-21T04:20:55.528Z Downloaded cpufeatures v0.2.14
8832024-12-21T04:20:55.528Z Downloaded icu_provider v1.5.0
8842024-12-21T04:20:55.528Z Downloaded hashbrown v0.13.2
8852024-12-21T04:20:55.528Z Downloaded httpmock v0.8.0-alpha.1
8862024-12-21T04:20:55.529Z Downloaded encoding_rs v0.8.34
8872024-12-21T04:20:55.529Z Downloaded quinn v0.11.5
8882024-12-21T04:20:55.529Z Downloaded quote v1.0.37
8892024-12-21T04:20:55.529Z Downloaded backtrace v0.3.74
8902024-12-21T04:20:55.529Z Downloaded arc-swap v1.7.1
8912024-12-21T04:20:55.529Z Downloaded scroll v0.12.0
8922024-12-21T04:20:55.530Z Downloaded postgres-types v0.2.8
8932024-12-21T04:20:55.530Z Downloaded simd-adler32 v0.3.7
8942024-12-21T04:20:55.530Z Downloaded signal-hook-tokio v0.3.1
8952024-12-21T04:20:55.530Z Downloaded ciborium v0.2.2
8962024-12-21T04:20:55.530Z Downloaded xattr v1.3.1
8972024-12-21T04:20:55.530Z Downloaded usdt v0.5.0
8982024-12-21T04:20:55.530Z Downloaded pest_generator v2.7.14
8992024-12-21T04:20:55.531Z Downloaded pest_derive v2.7.14
9002024-12-21T04:20:55.531Z Downloaded hyper-rustls v0.27.3
9012024-12-21T04:20:55.531Z Downloaded futures v0.3.31
9022024-12-21T04:20:55.531Z Downloaded fatfs v0.3.6
9032024-12-21T04:20:55.531Z Downloaded event-listener v5.3.1
9042024-12-21T04:20:55.532Z Downloaded base64 v0.13.1
9052024-12-21T04:20:55.532Z Downloaded half v2.4.1
9062024-12-21T04:20:55.532Z Downloaded scrypt v0.11.0
9072024-12-21T04:20:55.532Z Downloaded same-file v1.0.6
9082024-12-21T04:20:55.532Z Downloaded futures-lite v2.3.0
9092024-12-21T04:20:55.532Z Downloaded blake2 v0.10.6
9102024-12-21T04:20:55.533Z Downloaded async-trait v0.1.83
9112024-12-21T04:20:55.533Z Downloaded scroll_derive v0.12.0
9122024-12-21T04:20:55.533Z Downloaded async-executor v1.13.1
9132024-12-21T04:20:55.533Z Downloaded async-channel v1.9.0
9142024-12-21T04:20:55.533Z Downloaded globset v0.4.15
9152024-12-21T04:20:55.533Z Downloaded getrandom v0.2.15
9162024-12-21T04:20:55.533Z Downloaded futures-macro v0.3.31
9172024-12-21T04:20:55.533Z Downloaded fd-lock v4.0.2
9182024-12-21T04:20:55.534Z Downloaded fragile v2.0.0
9192024-12-21T04:20:55.534Z Downloaded fallible-streaming-iterator v0.1.9
9202024-12-21T04:20:55.534Z Downloaded base64ct v1.6.0
9212024-12-21T04:20:55.534Z Downloaded hash32 v0.3.1
9222024-12-21T04:20:55.534Z Downloaded futures-sink v0.3.31
9232024-12-21T04:20:55.534Z Downloaded async-task v4.7.1
9242024-12-21T04:20:55.534Z Downloaded hex v0.4.3
9252024-12-21T04:20:55.534Z Downloaded float-ord v0.3.2
9262024-12-21T04:20:55.534Z Downloaded bcs v0.1.6
9272024-12-21T04:20:55.534Z Downloaded async-process v2.3.0
9282024-12-21T04:20:55.535Z Downloaded ascii-canvas v3.0.0
9292024-12-21T04:20:55.535Z Downloaded heck v0.3.3
9302024-12-21T04:20:55.535Z Downloaded guppy-workspace-hack v0.1.0
9312024-12-21T04:20:55.535Z Downloaded foreign-types v0.5.0
9322024-12-21T04:20:55.535Z Downloaded ff v0.13.0
9332024-12-21T04:20:55.535Z Downloaded argon2 v0.5.3
9342024-12-21T04:20:55.535Z Downloaded bcrypt-pbkdf v0.10.0
9352024-12-21T04:20:55.535Z Downloaded assert_cmd v2.0.16
9362024-12-21T04:20:55.536Z Downloaded futures-io v0.3.31
9372024-12-21T04:20:55.536Z Downloaded funty v2.0.0
9382024-12-21T04:20:55.536Z Downloaded form_urlencoded v1.2.1
9392024-12-21T04:20:55.536Z Downloaded filetime v0.2.25
9402024-12-21T04:20:55.536Z Downloaded arrayvec v0.7.6
9412024-12-21T04:20:55.536Z Downloaded futures-timer v3.0.3
9422024-12-21T04:20:55.614Z Downloaded futures-task v0.3.31
9432024-12-21T04:20:55.614Z Downloaded foreign-types-shared v0.1.1
9442024-12-21T04:20:55.615Z Downloaded fnv v1.0.7
9452024-12-21T04:20:55.615Z Downloaded float-cmp v0.9.0
9462024-12-21T04:20:55.615Z Downloaded flagset v0.4.6
9472024-12-21T04:20:55.615Z Downloaded cfg-if v1.0.0
9482024-12-21T04:20:55.615Z Downloaded async-lock v3.4.0
9492024-12-21T04:20:55.615Z Downloaded base16ct v0.2.0
9502024-12-21T04:20:55.615Z Downloaded atomic-waker v1.1.2
9512024-12-21T04:20:55.615Z Downloaded event-listener v2.5.3
9522024-12-21T04:20:55.615Z Downloaded blocking v1.6.1
9532024-12-21T04:20:55.615Z Downloaded bit-vec v0.6.3
9542024-12-21T04:20:55.615Z Downloaded async-stream v0.3.6
9552024-12-21T04:20:55.616Z Downloaded libgit2-sys v0.17.0+1.8.1
9562024-12-21T04:20:55.704Z Downloaded aws-lc-sys v0.22.0
9572024-12-21T04:20:56.107Z Downloaded ring v0.17.8
9582024-12-21T04:20:56.284Z Downloaded ring v0.16.20
9592024-12-21T04:20:56.360Z Downloaded libsqlite3-sys v0.30.1
9602024-12-21T04:20:56.841Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9612024-12-21T04:21:08.564Z Startup: Refreshing catalog 'helios-dev' ... Done
9622024-12-21T04:21:12.557Z Startup: Caching catalogs ... Done
9632024-12-21T04:21:23.395ZPlanning: Solver setup ... Done (9.949s)
9642024-12-21T04:21:23.528ZPlanning: Running solver ... Done (0.135s)
9652024-12-21T04:21:23.670ZPlanning: Finding local manifests ... Done (0.037s)
9662024-12-21T04:21:23.709ZPlanning: Fetching manifests: 0/5 0% complete
9672024-12-21T04:21:25.149ZPlanning: Fetching manifests: 5/5 100% complete
9682024-12-21T04:21:25.494ZPlanning: Package planning ... Done (0.349s)
9692024-12-21T04:21:25.551ZPlanning: Merging actions ... Done (0.057s)
9702024-12-21T04:21:25.891ZPlanning: Checking for conflicting actions ... Done (0.342s)
9712024-12-21T04:21:28.784ZPlanning: Consolidating action changes ... Done (2.919s)
9722024-12-21T04:21:29.190ZPlanning: Evaluating mediators ... Done (0.405s)
9732024-12-21T04:21:29.272ZPlanning: Planning completed in 16.78 seconds
9742024-12-21T04:21:29.294Z Packages to install: 4
9752024-12-21T04:21:29.294Z Packages to update: 1
9762024-12-21T04:21:29.294Z Mediators to change: 2
9772024-12-21T04:21:29.294Z Services to change: 1
9782024-12-21T04:21:29.294Z Estimated space available: 155.37 GB
9792024-12-21T04:21:29.294ZEstimated space to be consumed: 1.62 GB
9802024-12-21T04:21:29.294Z Create boot environment: No
9812024-12-21T04:21:29.294ZCreate backup boot environment: Yes
9822024-12-21T04:21:29.294Z Rebuild boot archive: No
9832024-12-21T04:21:29.294Z
9842024-12-21T04:21:29.294ZChanged mediators:
9852024-12-21T04:21:29.295Z mediator clang:
9862024-12-21T04:21:29.295Z version: None -> 15 (system default)
9872024-12-21T04:21:29.295Z
9882024-12-21T04:21:29.295Z mediator llvm:
9892024-12-21T04:21:29.295Z version: 14 (system default) -> 15 (system default)
9902024-12-21T04:21:29.296Z
9912024-12-21T04:21:29.296ZChanged packages:
9922024-12-21T04:21:29.296Zhelios-dev
9932024-12-21T04:21:29.296Z developer/build-essential
9942024-12-21T04:21:29.296Z None -> 11-2.0
9952024-12-21T04:21:29.296Z library/libxmlsec1
9962024-12-21T04:21:29.296Z None -> 1.2.35-2.0
9972024-12-21T04:21:29.296Z ooce/developer/clang-15
9982024-12-21T04:21:29.296Z None -> 15.0.7-2.0
9992024-12-21T04:21:29.296Z ooce/developer/llvm-15
10002024-12-21T04:21:29.296Z None -> 15.0.7-2.0
10012024-12-21T04:21:29.296Z package/pkg
10022024-12-21T04:21:29.296Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10032024-12-21T04:21:29.296Z
10042024-12-21T04:21:29.296ZServices:
10052024-12-21T04:21:29.296Z restart_fmri:
10062024-12-21T04:21:29.296Z svc:/system/update-man-index:default
10072024-12-21T04:21:29.296Z
10082024-12-21T04:21:29.296ZEditable files to change:
10092024-12-21T04:21:29.297Z Update:
10102024-12-21T04:21:29.297Z usr/share/lib/pkg/web/config.shtml
10112024-12-21T04:21:29.462Z
10122024-12-21T04:21:29.462ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10132024-12-21T04:21:36.013ZDownload: 212/4281 items 1.3/220.6MB 0% complete (671k/s)
10142024-12-21T04:21:54.890ZDownload: 213/4281 items 1.3/220.6MB 0% complete
10152024-12-21T04:22:00.188ZDownload: 458/4281 items 17.0/220.6MB 7% complete (3.4M/s)
10162024-12-21T04:22:05.484ZDownload: 739/4281 items 18.3/220.6MB 8% complete (1.8M/s)
10172024-12-21T04:22:10.872ZDownload: 900/4281 items 18.9/220.6MB 8% complete (228k/s)
10182024-12-21T04:22:16.082ZDownload: 1184/4281 items 82.7/220.6MB 37% complete (6.4M/s)
10192024-12-21T04:22:21.345ZDownload: 1196/4281 items 83.0/220.6MB 37% complete (6.4M/s)
10202024-12-21T04:22:31.744ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
10212024-12-21T04:22:36.751ZDownload: 1480/4281 items 117.3/220.6MB 53% complete (7.4M/s)
10222024-12-21T04:22:41.714ZDownload: 1845/4281 items 118.5/220.6MB 53% complete (3.7M/s)
10232024-12-21T04:22:46.669ZDownload: 2140/4281 items 119.0/220.6MB 53% complete (174k/s)
10242024-12-21T04:22:52.645ZDownload: 2217/4281 items 119.2/220.6MB 54% complete (123k/s)
10252024-12-21T04:22:58.255ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (112k/s)
10262024-12-21T04:23:04.616ZDownload: 2222/4281 items 119.2/220.6MB 54% complete
10272024-12-21T04:23:13.451ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
10282024-12-21T04:23:18.407ZDownload: 2505/4281 items 120.3/220.6MB 54% complete (218k/s)
10292024-12-21T04:23:23.364ZDownload: 2995/4281 items 121.3/220.6MB 54% complete (209k/s)
10302024-12-21T04:23:29.609ZDownload: 3245/4281 items 202.6/220.6MB 91% complete (8.2M/s)
10312024-12-21T04:23:34.783ZDownload: 3280/4281 items 208.8/220.6MB 94% complete (8.6M/s)
10322024-12-21T04:23:43.965ZDownload: 3282/4281 items 210.5/220.6MB 95% complete (6.5M/s)
10332024-12-21T04:23:56.760ZDownload: 3283/4281 items 210.5/220.6MB 95% complete
10342024-12-21T04:24:01.721ZDownload: 3932/4281 items 217.9/220.6MB 98% complete (1.5M/s)
10352024-12-21T04:24:06.883ZDownload: 4205/4281 items 220.5/220.6MB 99% complete (1.1M/s)
10362024-12-21T04:24:11.050ZDownload: Completed 220.60 MB in 161.08 seconds (1.4M/s)
10372024-12-21T04:24:13.210Z Actions: 1/5063 actions (Removing old actions)
10382024-12-21T04:24:13.229Z Actions: 194/5063 actions (Installing new actions)
10392024-12-21T04:24:17.939Z Actions: 4226/5063 actions (Updating modified actions)
10402024-12-21T04:24:18.246Z Actions: Completed 5063 actions in 5.08 seconds.
10412024-12-21T04:24:18.667Z Done (0.417s)
10422024-12-21T04:24:18.669Z Done (0.000s)
10432024-12-21T04:24:19.244Z Done (0.581s)
10442024-12-21T04:24:23.990Z Done (4.556s)
10452024-12-21T04:24:24.139Z Done (0.080s)
10462024-12-21T04:24:24.143Z Done (0.000s)
10472024-12-21T04:24:24.319Z Done (0.000s)
10482024-12-21T04:24:25.018ZPlanning: Evaluating mediator changes ... Done
10492024-12-21T04:24:25.180ZPlanning: Checking for conflicting actions ... Done
10502024-12-21T04:24:25.195ZPlanning: Consolidating action changes ... Done
10512024-12-21T04:24:25.451ZPlanning: Evaluating mediators ... Done
10522024-12-21T04:24:25.454ZPlanning: Planning completed in 0.44 seconds
10532024-12-21T04:24:25.493Z Mediators to change: 2
10542024-12-21T04:24:25.493Z Create boot environment: No
10552024-12-21T04:24:25.497ZCreate backup boot environment: No
10562024-12-21T04:24:25.595Z Done
10572024-12-21T04:24:25.595Z Done
10582024-12-21T04:24:25.970Z Done
10592024-12-21T04:24:29.704Z Done
10602024-12-21T04:24:29.796Z Done
10612024-12-21T04:24:29.799Z Done
10622024-12-21T04:24:29.933Z Done
10632024-12-21T04:24:30.565ZPlanning: Evaluating mediator changes ... Done
10642024-12-21T04:24:30.568ZPlanning: Merging actions ... Done
10652024-12-21T04:24:30.763ZPlanning: Checking for conflicting actions ... Done
10662024-12-21T04:24:30.766ZPlanning: Consolidating action changes ... Done
10672024-12-21T04:24:31.031ZPlanning: Evaluating mediators ... Done
10682024-12-21T04:24:31.087ZPlanning: Planning completed in 0.78 seconds
10692024-12-21T04:24:31.128Z Packages to change: 1
10702024-12-21T04:24:31.128Z Mediators to change: 1
10712024-12-21T04:24:31.131Z Services to change: 1
10722024-12-21T04:24:31.131Z Create boot environment: No
10732024-12-21T04:24:31.131ZCreate backup boot environment: Yes
10742024-12-21T04:24:32.373Z Actions: 1/6 actions (Updating modified actions)
10752024-12-21T04:24:32.376Z Actions: Completed 6 actions in 0.00 seconds.
10762024-12-21T04:24:32.376Z Done
10772024-12-21T04:24:32.376Z Done
10782024-12-21T04:24:32.490Z Done
10792024-12-21T04:24:36.205Z Done
10802024-12-21T04:24:36.305Z Done
10812024-12-21T04:24:36.308Z Done
10822024-12-21T04:24:36.440Z Done
10832024-12-21T04:24:36.880ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10842024-12-21T04:24:36.880Zclang system 15 system
10852024-12-21T04:24:36.880Zcsh system system illumos
10862024-12-21T04:24:36.880Zctags system system illumos
10872024-12-21T04:24:36.880Zgcc vendor 12 vendor
10882024-12-21T04:24:36.880Zgcc system 10 system
10892024-12-21T04:24:36.880Zgcc system 7 system
10902024-12-21T04:24:36.880Zgo system 1.20 system
10912024-12-21T04:24:36.880Zgo system 1.19 system
10922024-12-21T04:24:36.880Zllvm system 15 system
10932024-12-21T04:24:36.880Zllvm system 14 system
10942024-12-21T04:24:36.880Zmariadb system 10.6 system
10952024-12-21T04:24:36.880Zmta vendor vendor dma
10962024-12-21T04:24:36.882Zopenjdk system 17 system
10972024-12-21T04:24:36.882Zopenjdk system 11 system
10982024-12-21T04:24:36.882Zopenjdk system 1.8 system
10992024-12-21T04:24:36.882Zopenssl vendor 3 vendor
11002024-12-21T04:24:36.882Zperl system 5.36 system
11012024-12-21T04:24:36.882Zpostgresql system 15 system
11022024-12-21T04:24:36.882Zpostgresql system 13 system
11032024-12-21T04:24:36.882Zpython vendor 3 vendor
11042024-12-21T04:24:36.882Zpython system 2 system
11052024-12-21T04:24:36.882Zpython3 system 3.11 system
11062024-12-21T04:24:36.882Zruby system 3.0 system
11072024-12-21T04:24:36.882Zwords vendor vendor american-english
11082024-12-21T04:24:36.882Zwords system system australian-english
11092024-12-21T04:24:36.882Zwords system system british-english
11102024-12-21T04:24:36.882Zwords system system canadian-english
11112024-12-21T04:24:36.882Zwords system system french
11122024-12-21T04:24:36.882Zwords system system italian
11132024-12-21T04:24:36.882Zwords system system ngerman
11142024-12-21T04:24:36.882Zwords system system ogerman
11152024-12-21T04:24:36.882Zwords system system spanish
11162024-12-21T04:24:37.214ZPUBLISHER TYPE STATUS P LOCATION
11172024-12-21T04:24:37.214Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11182024-12-21T04:24:39.984ZFMRI IFO
11192024-12-21T04:24:39.985Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11202024-12-21T04:24:39.985Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11212024-12-21T04:24:39.985Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11222024-12-21T04:24:39.985Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11232024-12-21T04:24:39.985Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11242024-12-21T04:24:39.985Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11252024-12-21T04:24:39.985Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11262024-12-21T04:24:39.985Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11272024-12-21T04:24:39.985Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11282024-12-21T04:24:39.985Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11292024-12-21T04:24:39.985Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11302024-12-21T04:24:39.985Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11312024-12-21T04:24:39.985Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11322024-12-21T04:24:39.985Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11332024-12-21T04:24:39.985Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11342024-12-21T04:24:41.047Z Downloading crates ...
11352024-12-21T04:24:41.250Z Downloaded cargo_toml v0.20.5
11362024-12-21T04:24:41.389Z Compiling proc-macro2 v1.0.89
11372024-12-21T04:24:41.389Z Compiling unicode-ident v1.0.13
11382024-12-21T04:24:41.389Z Compiling version_check v0.9.5
11392024-12-21T04:24:41.389Z Compiling serde v1.0.215
11402024-12-21T04:24:41.402Z Compiling thiserror v1.0.69
11412024-12-21T04:24:41.402Z Compiling memchr v2.7.4
11422024-12-21T04:24:41.402Z Compiling libc v0.2.162
11432024-12-21T04:24:41.403Z Compiling itoa v1.0.11
11442024-12-21T04:24:41.644Z Compiling ryu v1.0.18
11452024-12-21T04:24:41.654Z Compiling ucd-trie v0.1.7
11462024-12-21T04:24:41.988Z Compiling once_cell v1.20.2
11472024-12-21T04:24:42.237Z Compiling byteorder v1.5.0
11482024-12-21T04:24:42.363Z Compiling rustix v0.38.37
11492024-12-21T04:24:42.376Z Compiling serde_json v1.0.133
11502024-12-21T04:24:42.672Z Compiling bitflags v2.6.0
11512024-12-21T04:24:42.712Z Compiling proc-macro-error-attr v1.0.4
11522024-12-21T04:24:42.970Z Compiling usdt-impl v0.5.0
11532024-12-21T04:24:43.034Z Compiling syn v1.0.109
11542024-12-21T04:24:43.112Z Compiling proc-macro-error v1.0.4
11552024-12-21T04:24:43.155Z Compiling quote v1.0.37
11562024-12-21T04:24:43.236Z Compiling plain v0.2.3
11572024-12-21T04:24:43.374Z Compiling equivalent v1.0.1
11582024-12-21T04:24:43.377Z Compiling camino v1.1.9
11592024-12-21T04:24:43.397Z Compiling log v0.4.22
11602024-12-21T04:24:43.473Z Compiling errno v0.3.9
11612024-12-21T04:24:43.629Z Compiling syn v2.0.87
11622024-12-21T04:24:43.783Z Compiling thread-id v4.2.2
11632024-12-21T04:24:43.818Z Compiling utf8parse v0.2.2
11642024-12-21T04:24:43.851Z Compiling hashbrown v0.15.1
11652024-12-21T04:24:43.969Z Compiling anstyle-parse v0.2.5
11662024-12-21T04:24:44.089Z Compiling unicode-width v0.1.14
11672024-12-21T04:24:44.304Z Compiling colorchoice v1.0.2
11682024-12-21T04:24:44.323Z Compiling semver v1.0.23
11692024-12-21T04:24:44.453Z Compiling is_terminal_polyfill v1.70.1
11702024-12-21T04:24:44.579Z Compiling winnow v0.6.20
11712024-12-21T04:24:44.612Z Compiling anstyle v1.0.10
11722024-12-21T04:24:44.848Z Compiling anstyle-query v1.1.1
11732024-12-21T04:24:44.927Z Compiling pretty-hex v0.4.1
11742024-12-21T04:24:44.995Z Compiling autocfg v1.4.0
11752024-12-21T04:24:45.096Z Compiling indexmap v2.6.0
11762024-12-21T04:24:45.114Z Compiling anstream v0.6.15
11772024-12-21T04:24:45.457Z Compiling clap_lex v0.7.2
11782024-12-21T04:24:45.905Z Compiling terminal_size v0.4.0
11792024-12-21T04:24:46.003Z Compiling heck v0.4.1
11802024-12-21T04:24:46.100Z Compiling heck v0.5.0
11812024-12-21T04:24:46.227Z Compiling fs-err v2.11.0
11822024-12-21T04:24:46.645Z Compiling cfg-if v1.0.0
11832024-12-21T04:24:46.649Z Compiling bytecount v0.6.8
11842024-12-21T04:24:46.650Z Compiling fnv v1.0.7
11852024-12-21T04:24:46.675Z Compiling anyhow v1.0.93
11862024-12-21T04:24:46.706Z Compiling fastrand v2.1.1
11872024-12-21T04:24:46.747Z Compiling strsim v0.11.1
11882024-12-21T04:24:46.992Z Compiling papergrid v0.11.0
11892024-12-21T04:24:47.266Z Compiling clap_builder v4.5.21
11902024-12-21T04:24:47.389Z Compiling tempfile v3.13.0
11912024-12-21T04:24:47.678Z Compiling memmap v0.7.0
11922024-12-21T04:24:47.793Z Compiling smawk v0.3.2
11932024-12-21T04:24:48.000Z Compiling unicode-linebreak v0.1.5
11942024-12-21T04:24:48.487Z Compiling textwrap v0.16.1
11952024-12-21T04:24:48.500Z Compiling swrite v0.1.0
11962024-12-21T04:24:49.519Z Compiling tabled_derive v0.7.0
11972024-12-21T04:24:51.141Z Compiling tabled v0.15.0
11982024-12-21T04:24:52.665Z Compiling serde_derive v1.0.215
11992024-12-21T04:24:52.665Z Compiling thiserror-impl v1.0.69
12002024-12-21T04:24:52.668Z Compiling zerocopy-derive v0.7.35
12012024-12-21T04:24:52.668Z Compiling scroll_derive v0.12.0
12022024-12-21T04:24:52.924Z Compiling clap_derive v4.5.18
12032024-12-21T04:24:53.929Z Compiling scroll v0.12.0
12042024-12-21T04:24:54.388Z Compiling zerocopy v0.7.35
12052024-12-21T04:24:54.409Z Compiling goblin v0.8.2
12062024-12-21T04:24:55.317Z Compiling pest v2.7.14
12072024-12-21T04:24:56.605Z Compiling clap v4.5.21
12082024-12-21T04:24:57.629Z Compiling pest_meta v2.7.14
12092024-12-21T04:24:58.441Z Compiling pest_generator v2.7.14
12102024-12-21T04:25:00.379Z Compiling pest_derive v2.7.14
12112024-12-21T04:25:01.103Z Compiling dtrace-parser v0.2.0
12122024-12-21T04:25:02.989Z Compiling serde_spanned v0.6.8
12132024-12-21T04:25:02.989Z Compiling toml_datetime v0.6.8
12142024-12-21T04:25:02.992Z Compiling cargo-platform v0.1.8
12152024-12-21T04:25:03.387Z Compiling serde_tokenstream v0.2.2
12162024-12-21T04:25:03.404Z Compiling toml_edit v0.22.22
12172024-12-21T04:25:03.544Z Compiling macaddr v1.0.1
12182024-12-21T04:25:03.637Z Compiling camino-tempfile v1.1.1
12192024-12-21T04:25:04.505Z Compiling dof v0.3.0
12202024-12-21T04:25:04.505Z Compiling cargo_metadata v0.18.1
12212024-12-21T04:25:06.177Z Compiling toml v0.8.19
12222024-12-21T04:25:06.532Z Compiling usdt-macro v0.5.0
12232024-12-21T04:25:06.533Z Compiling usdt-attr-macro v0.5.0
12242024-12-21T04:25:07.030Z Compiling cargo_toml v0.20.5
12252024-12-21T04:25:07.895Z Compiling usdt v0.5.0
12262024-12-21T04:25:10.684Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12272024-12-21T04:25:14.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.63s
12282024-12-21T04:25:14.908Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12292024-12-21T04:25:15.754Z Compiling serde v1.0.215
12302024-12-21T04:25:15.760Z Compiling lock_api v0.4.12
12312024-12-21T04:25:15.760Z Compiling scopeguard v1.2.0
12322024-12-21T04:25:15.760Z Compiling value-bag v1.9.0
12332024-12-21T04:25:15.760Z Compiling typenum v1.17.0
12342024-12-21T04:25:15.760Z Compiling generic-array v0.14.7
12352024-12-21T04:25:15.890Z Compiling syn v2.0.87
12362024-12-21T04:25:15.901Z Compiling getrandom v0.2.15
12372024-12-21T04:25:16.074Z Compiling subtle v2.6.1
12382024-12-21T04:25:16.183Z Compiling rand_core v0.6.4
12392024-12-21T04:25:16.378Z Compiling log v0.4.22
12402024-12-21T04:25:16.470Z Compiling shlex v1.3.0
12412024-12-21T04:25:16.487Z Compiling jobserver v0.1.32
12422024-12-21T04:25:16.535Z Compiling const-oid v0.9.6
12432024-12-21T04:25:16.709Z Compiling smallvec v1.13.2
12442024-12-21T04:25:16.768Z Compiling spin v0.9.8
12452024-12-21T04:25:16.892Z Compiling cc v1.1.30
12462024-12-21T04:25:17.106Z Compiling pin-project-lite v0.2.14
12472024-12-21T04:25:17.138Z Compiling rustix v0.38.37
12482024-12-21T04:25:17.228Z Compiling parking_lot_core v0.9.10
12492024-12-21T04:25:17.316Z Compiling futures-core v0.3.31
12502024-12-21T04:25:17.430Z Compiling signal-hook-registry v1.4.2
12512024-12-21T04:25:17.579Z Compiling mio v1.0.2
12522024-12-21T04:25:17.998Z Compiling aho-corasick v1.1.3
12532024-12-21T04:25:18.281Z Compiling parking_lot v0.12.3
12542024-12-21T04:25:18.342Z Compiling cpufeatures v0.2.14
12552024-12-21T04:25:18.438Z Compiling either v1.13.0
12562024-12-21T04:25:18.491Z Compiling regex-syntax v0.8.5
12572024-12-21T04:25:18.550Z Compiling lazy_static v1.5.0
12582024-12-21T04:25:18.673Z Compiling stable_deref_trait v1.2.0
12592024-12-21T04:25:18.778Z Compiling futures-sink v0.3.31
12602024-12-21T04:25:18.796Z Compiling glob v0.3.1
12612024-12-21T04:25:18.874Z Compiling socket2 v0.5.7
12622024-12-21T04:25:18.925Z Compiling slab v0.4.9
12632024-12-21T04:25:19.136Z Compiling prettyplease v0.2.25
12642024-12-21T04:25:19.354Z Compiling minimal-lexical v0.2.1
12652024-12-21T04:25:19.477Z Compiling serde_json v1.0.133
12662024-12-21T04:25:19.806Z Compiling nom v7.1.3
12672024-12-21T04:25:19.828Z Compiling clang-sys v1.8.1
12682024-12-21T04:25:19.861Z Compiling libloading v0.8.5
12692024-12-21T04:25:20.115Z Compiling bindgen v0.69.5
12702024-12-21T04:25:20.282Z Compiling home v0.5.9
12712024-12-21T04:25:20.552Z Compiling futures-channel v0.3.31
12722024-12-21T04:25:20.951Z Compiling itertools v0.12.1
12732024-12-21T04:25:20.994Z Compiling futures-task v0.3.31
12742024-12-21T04:25:21.131Z Compiling lazycell v1.3.0
12752024-12-21T04:25:21.299Z Compiling rustc-hash v1.1.0
12762024-12-21T04:25:21.307Z Compiling pin-utils v0.1.0
12772024-12-21T04:25:21.409Z Compiling libm v0.2.8
12782024-12-21T04:25:21.443Z Compiling foldhash v0.1.3
12792024-12-21T04:25:21.742Z Compiling futures-io v0.3.31
12802024-12-21T04:25:21.775Z Compiling allocator-api2 v0.2.18
12812024-12-21T04:25:22.058Z Compiling regex-automata v0.4.8
12822024-12-21T04:25:22.610Z Compiling hashbrown v0.15.1
12832024-12-21T04:25:23.410Z Compiling cexpr v0.6.0
12842024-12-21T04:25:23.608Z Compiling synstructure v0.13.1
12852024-12-21T04:25:24.155Z Compiling cmake v0.1.51
12862024-12-21T04:25:25.229Z Compiling num-traits v0.2.19
12872024-12-21T04:25:25.262Z Compiling tinyvec_macros v0.1.1
12882024-12-21T04:25:25.331Z Compiling fs_extra v1.3.0
12892024-12-21T04:25:25.347Z Compiling dunce v1.0.5
12902024-12-21T04:25:25.363Z Compiling pkg-config v0.3.31
12912024-12-21T04:25:25.482Z Compiling tinyvec v1.8.0
12922024-12-21T04:25:25.951Z Compiling ring v0.17.8
12932024-12-21T04:25:27.035Z Compiling unicode-normalization v0.1.24
12942024-12-21T04:25:27.138Z Compiling base64ct v1.6.0
12952024-12-21T04:25:27.188Z Compiling paste v1.0.15
12962024-12-21T04:25:27.216Z Compiling unicode-bidi v0.3.17
12972024-12-21T04:25:27.692Z Compiling regex v1.11.1
12982024-12-21T04:25:27.715Z Compiling writeable v0.5.5
12992024-12-21T04:25:28.173Z Compiling litemap v0.7.3
13002024-12-21T04:25:28.367Z Compiling pem-rfc7468 v0.7.0
13012024-12-21T04:25:28.637Z Compiling flagset v0.4.6
13022024-12-21T04:25:28.828Z Compiling httparse v1.9.5
13032024-12-21T04:25:28.846Z Compiling aws-lc-rs v1.10.0
13042024-12-21T04:25:29.090Z Compiling tracing-core v0.1.32
13052024-12-21T04:25:29.305Z Compiling crossbeam-utils v0.8.20
13062024-12-21T04:25:29.660Z Compiling rustls-pki-types v1.10.0
13072024-12-21T04:25:29.902Z Compiling icu_locid_transform_data v1.5.0
13082024-12-21T04:25:30.011Z Compiling percent-encoding v2.3.1
13092024-12-21T04:25:30.370Z Compiling powerfmt v0.2.0
13102024-12-21T04:25:30.428Z Compiling mirai-annotations v1.12.0
13112024-12-21T04:25:30.601Z Compiling num-conv v0.1.0
13122024-12-21T04:25:30.704Z Compiling serde_derive v1.0.215
13132024-12-21T04:25:30.749Z Compiling zeroize_derive v1.4.2
13142024-12-21T04:25:30.766Z Compiling zerocopy-derive v0.7.35
13152024-12-21T04:25:30.839Z Compiling tokio-macros v2.4.0
13162024-12-21T04:25:30.885Z Compiling zerofrom-derive v0.1.4
13172024-12-21T04:25:32.370Z Compiling zeroize v1.8.1
13182024-12-21T04:25:32.517Z Compiling thiserror-impl v1.0.69
13192024-12-21T04:25:32.758Z Compiling yoke-derive v0.7.4
13202024-12-21T04:25:33.127Z Compiling zerocopy v0.7.35
13212024-12-21T04:25:34.157Z Compiling crypto-common v0.1.6
13222024-12-21T04:25:34.390Z Compiling block-buffer v0.10.4
13232024-12-21T04:25:34.473Z Compiling futures-macro v0.3.31
13242024-12-21T04:25:34.659Z Compiling digest v0.10.7
13252024-12-21T04:25:34.698Z Compiling zerovec-derive v0.10.3
13262024-12-21T04:25:34.886Z Compiling block-padding v0.3.3
13272024-12-21T04:25:35.001Z Compiling zerofrom v0.1.4
13282024-12-21T04:25:35.142Z Compiling hmac v0.12.1
13292024-12-21T04:25:35.142Z Compiling displaydoc v0.2.5
13302024-12-21T04:25:35.240Z Compiling inout v0.1.3
13312024-12-21T04:25:35.377Z Compiling sha2 v0.10.8
13322024-12-21T04:25:35.504Z Compiling cipher v0.4.4
13332024-12-21T04:25:35.815Z Compiling yoke v0.7.4
13342024-12-21T04:25:35.984Z Compiling thiserror v1.0.69
13352024-12-21T04:25:36.043Z Compiling ppv-lite86 v0.2.20
13362024-12-21T04:25:36.130Z Compiling der_derive v0.7.3
13372024-12-21T04:25:36.230Z Compiling icu_provider_macros v1.5.0
13382024-12-21T04:25:36.552Z Compiling futures-util v0.3.31
13392024-12-21T04:25:36.909Z Compiling rand_chacha v0.3.1
13402024-12-21T04:25:36.928Z Compiling tracing-attributes v0.1.27
13412024-12-21T04:25:37.401Z Compiling zerovec v0.10.4
13422024-12-21T04:25:37.452Z Compiling rand v0.8.5
13432024-12-21T04:25:38.675Z Compiling der v0.7.9
13442024-12-21T04:25:38.996Z Compiling pest v2.7.14
13452024-12-21T04:25:39.312Z Compiling tinystr v0.7.6
13462024-12-21T04:25:39.644Z Compiling icu_collections v1.5.0
13472024-12-21T04:25:39.720Z Compiling icu_locid v1.5.0
13482024-12-21T04:25:39.736Z Compiling salsa20 v0.10.2
13492024-12-21T04:25:39.959Z Compiling pbkdf2 v0.12.2
13502024-12-21T04:25:40.133Z Compiling vcpkg v0.2.15
13512024-12-21T04:25:40.858Z Compiling tracing v0.1.40
13522024-12-21T04:25:41.174Z Compiling icu_provider v1.5.0
13532024-12-21T04:25:41.375Z Compiling spki v0.7.3
13542024-12-21T04:25:41.758Z Compiling untrusted v0.9.0
13552024-12-21T04:25:41.939Z Compiling icu_locid_transform v1.5.0
13562024-12-21T04:25:42.038Z Compiling time-core v0.1.2
13572024-12-21T04:25:42.154Z Compiling untrusted v0.7.1
13582024-12-21T04:25:42.215Z Compiling icu_properties_data v1.5.0
13592024-12-21T04:25:42.255Z Compiling time-macros v0.2.18
13602024-12-21T04:25:42.337Z Compiling pest_meta v2.7.14
13612024-12-21T04:25:42.378Z Compiling openssl-sys v0.9.103
13622024-12-21T04:25:42.474Z Compiling scrypt v0.11.0
13632024-12-21T04:25:42.871Z Compiling aes v0.8.4
13642024-12-21T04:25:43.070Z Compiling cbc v0.1.2
13652024-12-21T04:25:43.320Z Compiling icu_properties v1.5.1
13662024-12-21T04:25:43.524Z Compiling scroll_derive v0.12.0
13672024-12-21T04:25:44.615Z Compiling deranged v0.3.11
13682024-12-21T04:25:45.055Z Compiling bitflags v2.6.0
13692024-12-21T04:25:45.194Z Compiling bytes v1.8.0
13702024-12-21T04:25:45.716Z Compiling indexmap v2.6.0
13712024-12-21T04:25:46.129Z Compiling tokio v1.40.0
13722024-12-21T04:25:46.508Z Compiling http v1.1.0
13732024-12-21T04:25:46.572Z Compiling semver v1.0.23
13742024-12-21T04:25:47.262Z Compiling rustc_version v0.4.1
13752024-12-21T04:25:47.614Z Compiling atomic-waker v1.1.2
13762024-12-21T04:25:47.798Z Compiling num_threads v0.1.7
13772024-12-21T04:25:47.929Z Compiling write16 v1.0.0
13782024-12-21T04:25:48.059Z Compiling icu_normalizer_data v1.5.0
13792024-12-21T04:25:48.078Z Compiling utf8_iter v1.0.4
13802024-12-21T04:25:48.167Z Compiling utf16_iter v1.0.5
13812024-12-21T04:25:48.331Z Compiling icu_normalizer v1.5.0
13822024-12-21T04:25:48.360Z Compiling http-body v1.0.1
13832024-12-21T04:25:48.362Z Compiling time v0.3.36
13842024-12-21T04:25:48.615Z Compiling scroll v0.12.0
13852024-12-21T04:25:48.624Z Compiling pkcs5 v0.7.1
13862024-12-21T04:25:48.898Z Compiling pest_generator v2.7.14
13872024-12-21T04:25:49.029Z Compiling form_urlencoded v1.2.1
13882024-12-21T04:25:49.153Z Compiling slog v2.7.0
13892024-12-21T04:25:49.356Z Compiling try-lock v0.2.5
13902024-12-21T04:25:49.526Z Compiling which v4.4.2
13912024-12-21T04:25:49.738Z Compiling want v0.3.1
13922024-12-21T04:25:50.040Z Compiling pkcs8 v0.10.2
13932024-12-21T04:25:50.144Z Compiling idna_adapter v1.2.0
13942024-12-21T04:25:50.289Z Compiling goblin v0.8.2
13952024-12-21T04:25:50.363Z Compiling uuid v1.11.0
13962024-12-21T04:25:50.784Z Compiling httpdate v1.0.3
13972024-12-21T04:25:50.933Z Compiling pest_derive v2.7.14
13982024-12-21T04:25:50.952Z Compiling iana-time-zone v0.1.61
13992024-12-21T04:25:51.271Z Compiling chrono v0.4.38
14002024-12-21T04:25:51.435Z Compiling idna v1.0.3
14012024-12-21T04:25:51.754Z Compiling dtrace-parser v0.2.0
14022024-12-21T04:25:52.672Z Compiling serde_spanned v0.6.8
14032024-12-21T04:25:52.913Z Compiling serde_tokenstream v0.2.2
14042024-12-21T04:25:53.352Z Compiling toml_datetime v0.6.8
14052024-12-21T04:25:53.516Z Compiling match_cfg v0.1.0
14062024-12-21T04:25:53.608Z Compiling tower-service v0.3.3
14072024-12-21T04:25:53.701Z Compiling openssl v0.10.66
14082024-12-21T04:25:53.737Z Compiling base64 v0.22.1
14092024-12-21T04:25:53.844Z Compiling foreign-types-shared v0.1.1
14102024-12-21T04:25:53.951Z Compiling adler2 v2.0.0
14112024-12-21T04:25:53.954Z Compiling rustversion v1.0.17
14122024-12-21T04:25:54.147Z Compiling miniz_oxide v0.8.0
14132024-12-21T04:25:54.165Z Compiling foreign-types v0.3.2
14142024-12-21T04:25:54.261Z Compiling hostname v0.3.1
14152024-12-21T04:25:54.509Z Compiling tokio-util v0.7.12
14162024-12-21T04:25:54.531Z Compiling url v2.5.3
14172024-12-21T04:25:55.104Z Compiling async-trait v0.1.83
14182024-12-21T04:25:55.719Z Compiling h2 v0.4.6
14192024-12-21T04:25:55.989Z Compiling dof v0.3.0
14202024-12-21T04:25:56.163Z Compiling openssl-macros v0.1.1
14212024-12-21T04:25:56.577Z Compiling serde_derive_internals v0.29.1
14222024-12-21T04:25:56.909Z Compiling usdt-impl v0.5.0
14232024-12-21T04:25:57.922Z Compiling dirs-sys-next v0.1.2
14242024-12-21T04:25:58.169Z Compiling syn v1.0.109
14252024-12-21T04:25:58.517Z Compiling siphasher v0.3.11
14262024-12-21T04:25:58.576Z Compiling schemars v0.8.21
14272024-12-21T04:25:58.808Z Compiling native-tls v0.2.12
14282024-12-21T04:25:58.892Z Compiling rustls v0.22.4
14292024-12-21T04:25:58.920Z Compiling rustls v0.23.19
14302024-12-21T04:25:59.135Z Compiling data-encoding v2.6.0
14312024-12-21T04:25:59.236Z Compiling dirs-next v2.0.0
14322024-12-21T04:25:59.388Z Compiling schemars_derive v0.8.21
14332024-12-21T04:26:00.664Z Compiling http-body-util v0.1.2
14342024-12-21T04:26:00.963Z Compiling crossbeam-epoch v0.9.18
14352024-12-21T04:26:01.220Z Compiling heapless v0.7.17
14362024-12-21T04:26:01.619Z Compiling signature v2.2.0
14372024-12-21T04:26:01.682Z Compiling sha1 v0.10.6
14382024-12-21T04:26:01.759Z Compiling bzip2-sys v0.1.11+1.0.8
14392024-12-21T04:26:01.813Z Compiling thread_local v1.1.8
14402024-12-21T04:26:01.929Z Compiling cookie v0.18.1
14412024-12-21T04:26:02.109Z Compiling multer v3.1.0
14422024-12-21T04:26:02.209Z Compiling encoding_rs v0.8.34
14432024-12-21T04:26:02.278Z Compiling rayon-core v1.12.1
14442024-12-21T04:26:02.387Z Compiling signal-hook v0.3.17
14452024-12-21T04:26:02.406Z Compiling gimli v0.31.1
14462024-12-21T04:26:02.538Z Compiling openssl-probe v0.1.5
14472024-12-21T04:26:02.662Z Compiling ipnet v2.10.1
14482024-12-21T04:26:02.837Z Compiling hyper v1.5.0
14492024-12-21T04:26:02.883Z Compiling slog-async v2.8.0
14502024-12-21T04:26:03.447Z Compiling dyn-clone v1.0.17
14512024-12-21T04:26:03.669Z Compiling mime v0.3.17
14522024-12-21T04:26:03.949Z Compiling unicode-properties v0.1.3
14532024-12-21T04:26:04.364Z Compiling stringprep v0.1.5
14542024-12-21T04:26:05.713Z Compiling hyper-util v0.1.10
14552024-12-21T04:26:06.892Z Compiling addr2line v0.24.2
14562024-12-21T04:26:07.105Z Compiling toml_edit v0.22.22
14572024-12-21T04:26:07.664Z Compiling crossbeam-deque v0.8.5
14582024-12-21T04:26:07.710Z Compiling usdt-macro v0.5.0
14592024-12-21T04:26:08.000Z Compiling usdt-attr-macro v0.5.0
14602024-12-21T04:26:08.091Z Compiling term v0.7.0
14612024-12-21T04:26:08.659Z Compiling slog-json v2.6.1
14622024-12-21T04:26:08.932Z Compiling serde_urlencoded v0.7.1
14632024-12-21T04:26:09.032Z Compiling crossbeam-channel v0.5.13
14642024-12-21T04:26:09.163Z Compiling curve25519-dalek v4.1.3
14652024-12-21T04:26:09.444Z Compiling futures-executor v0.3.31
14662024-12-21T04:26:09.582Z Compiling md-5 v0.10.6
14672024-12-21T04:26:09.608Z Compiling enum-as-inner v0.6.1
14682024-12-21T04:26:09.804Z Compiling async-stream-impl v0.3.6
14692024-12-21T04:26:09.860Z Compiling rustls-pemfile v2.2.0
14702024-12-21T04:26:10.010Z Compiling num-integer v0.1.46
14712024-12-21T04:26:10.123Z Compiling idna v0.3.0
14722024-12-21T04:26:10.212Z Compiling idna v0.4.0
14732024-12-21T04:26:10.706Z Compiling hash32 v0.2.1
14742024-12-21T04:26:10.849Z Compiling ff v0.13.0
14752024-12-21T04:26:11.077Z Compiling is-terminal v0.4.13
14762024-12-21T04:26:11.097Z Compiling object v0.36.5
14772024-12-21T04:26:11.211Z Compiling dropshot v0.12.0
14782024-12-21T04:26:11.282Z Compiling fallible-iterator v0.2.0
14792024-12-21T04:26:11.487Z Compiling utf-8 v0.7.6
14802024-12-21T04:26:11.837Z Compiling quick-error v1.2.3
14812024-12-21T04:26:11.864Z Compiling psl-types v2.0.11
14822024-12-21T04:26:11.957Z Compiling take_mut v0.2.2
14832024-12-21T04:26:11.991Z Compiling rustc-demangle v0.1.24
14842024-12-21T04:26:12.011Z Compiling smoltcp v0.9.1
14852024-12-21T04:26:12.060Z Compiling anyhow v1.0.93
14862024-12-21T04:26:12.112Z Compiling base16ct v0.2.0
14872024-12-21T04:26:12.460Z Compiling num-bigint-dig v0.8.4
14882024-12-21T04:26:12.676Z Compiling linked-hash-map v0.5.6
14892024-12-21T04:26:12.725Z Compiling portable-atomic v1.9.0
14902024-12-21T04:26:12.973Z Compiling sec1 v0.7.3
14912024-12-21T04:26:13.018Z Compiling lru-cache v0.1.2
14922024-12-21T04:26:13.216Z Compiling publicsuffix v2.2.3
14932024-12-21T04:26:13.480Z Compiling resolv-conf v0.7.0
14942024-12-21T04:26:13.528Z Compiling postgres-protocol v0.6.7
14952024-12-21T04:26:13.894Z Compiling tungstenite v0.24.0
14962024-12-21T04:26:14.365Z Compiling async-stream v0.3.6
14972024-12-21T04:26:14.380Z Compiling slog-term v2.9.1
14982024-12-21T04:26:14.679Z Compiling hickory-proto v0.24.1
14992024-12-21T04:26:14.913Z Compiling usdt v0.5.0
15002024-12-21T04:26:15.490Z Compiling group v0.13.0
15012024-12-21T04:26:15.685Z Compiling num-iter v0.1.45
15022024-12-21T04:26:15.832Z Compiling toml v0.8.19
15032024-12-21T04:26:16.003Z Compiling futures v0.3.31
15042024-12-21T04:26:16.131Z Compiling slog-bunyan v2.5.0
15052024-12-21T04:26:16.738Z Compiling camino v1.1.9
15062024-12-21T04:26:17.704Z Compiling tokio-native-tls v0.3.1
15072024-12-21T04:26:18.002Z Compiling phf_shared v0.11.2
15082024-12-21T04:26:18.169Z Compiling dropshot_endpoint v0.12.0
15092024-12-21T04:26:18.387Z Compiling terminal_size v0.4.0
15102024-12-21T04:26:18.622Z Compiling backtrace v0.3.74
15112024-12-21T04:26:18.657Z Compiling waitgroup v0.1.2
15122024-12-21T04:26:18.729Z Compiling openapiv3 v2.0.0
15132024-12-21T04:26:18.887Z Compiling serde_path_to_error v0.1.16
15142024-12-21T04:26:19.288Z Compiling hkdf v0.12.4
15152024-12-21T04:26:19.556Z Compiling crypto-bigint v0.5.5
15162024-12-21T04:26:19.696Z Compiling zerocopy-derive v0.6.6
15172024-12-21T04:26:22.012Z Compiling curve25519-dalek-derive v0.1.1
15182024-12-21T04:26:22.388Z Compiling webpki-roots v0.26.6
15192024-12-21T04:26:22.603Z Compiling idna v0.5.0
15202024-12-21T04:26:22.649Z Compiling hubpack_derive v0.1.1
15212024-12-21T04:26:22.952Z Compiling hostname v0.4.0
15222024-12-21T04:26:23.213Z Compiling fs-err v2.11.0
15232024-12-21T04:26:23.250Z Compiling ahash v0.8.11
15242024-12-21T04:26:23.492Z Compiling crc32fast v1.4.2
15252024-12-21T04:26:23.543Z Compiling winnow v0.5.40
15262024-12-21T04:26:23.561Z Compiling bitflags v1.3.2
15272024-12-21T04:26:23.585Z Compiling newtype-uuid v1.1.3
15282024-12-21T04:26:23.670Z Compiling managed v0.8.0
15292024-12-21T04:26:23.843Z Compiling debug-ignore v1.0.5
15302024-12-21T04:26:23.861Z Compiling console v0.15.8
15312024-12-21T04:26:24.028Z Compiling flate2 v1.0.34
15322024-12-21T04:26:24.368Z Compiling hubpack v0.1.2
15332024-12-21T04:26:24.843Z Compiling clap_builder v4.5.21
15342024-12-21T04:26:25.028Z Compiling strum_macros v0.25.3
15352024-12-21T04:26:25.623Z Compiling cookie_store v0.21.0
15362024-12-21T04:26:25.810Z Compiling elliptic-curve v0.13.8
15372024-12-21T04:26:26.365Z Compiling zerocopy v0.6.6
15382024-12-21T04:26:26.662Z Compiling hickory-resolver v0.24.1
15392024-12-21T04:26:27.239Z Compiling toml_edit v0.19.15
15402024-12-21T04:26:27.575Z Compiling phf v0.11.2
15412024-12-21T04:26:27.932Z Compiling signal-hook-mio v0.2.4
15422024-12-21T04:26:28.076Z Compiling hyper-tls v0.6.0
15432024-12-21T04:26:28.214Z Compiling rayon v1.10.0
15442024-12-21T04:26:28.490Z Compiling bzip2 v0.4.4
15452024-12-21T04:26:29.269Z Compiling tokio-tungstenite v0.24.0
15462024-12-21T04:26:29.809Z Compiling postgres-types v0.2.8
15472024-12-21T04:26:32.849Z Compiling ed25519 v2.2.3
15482024-12-21T04:26:33.083Z Compiling phf_shared v0.10.0
15492024-12-21T04:26:33.510Z Compiling tokio-stream v0.1.16
15502024-12-21T04:26:33.546Z Compiling pkcs1 v0.7.5
15512024-12-21T04:26:33.592Z Compiling serde-big-array v0.5.1
15522024-12-21T04:26:33.855Z Compiling rfc6979 v0.4.0
15532024-12-21T04:26:34.058Z Compiling clap_derive v4.5.18
15542024-12-21T04:26:34.350Z Compiling derive-where v1.2.7
15552024-12-21T04:26:34.577Z Compiling serde_repr v0.1.19
15562024-12-21T04:26:34.600Z Compiling float-cmp v0.9.0
15572024-12-21T04:26:34.784Z Compiling bstr v1.10.0
15582024-12-21T04:26:34.843Z Compiling sync_wrapper v1.0.1
15592024-12-21T04:26:35.026Z Compiling predicates-core v1.0.8
15602024-12-21T04:26:35.437Z Compiling normalize-line-endings v0.3.0
15612024-12-21T04:26:35.544Z Compiling static_assertions v1.1.0
15622024-12-21T04:26:35.609Z Compiling new_debug_unreachable v1.0.6
15632024-12-21T04:26:35.660Z Compiling precomputed-hash v0.1.1
15642024-12-21T04:26:36.711Z Compiling fixedbitset v0.4.2
15652024-12-21T04:26:36.714Z Compiling difflib v0.4.0
15662024-12-21T04:26:36.714Z Compiling number_prefix v0.4.0
15672024-12-21T04:26:36.714Z Compiling whoami v1.5.2
15682024-12-21T04:26:36.714Z Compiling unicode-segmentation v1.12.0
15692024-12-21T04:26:36.714Z Compiling bit-vec v0.6.3
15702024-12-21T04:26:36.742Z Compiling unicode-width v0.2.0
15712024-12-21T04:26:37.060Z Compiling bit-set v0.5.3
15722024-12-21T04:26:37.111Z Compiling similar v2.6.0
15732024-12-21T04:26:37.284Z Compiling indicatif v0.17.9
15742024-12-21T04:26:37.333Z Compiling tokio-postgres v0.7.12
15752024-12-21T04:26:37.381Z Compiling predicates v3.1.2
15762024-12-21T04:26:38.014Z Compiling petgraph v0.6.5
15772024-12-21T04:26:39.122Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15782024-12-21T04:26:39.293Z Compiling clap v4.5.21
15792024-12-21T04:26:39.421Z Compiling string_cache v0.8.7
15802024-12-21T04:26:39.569Z Compiling ecdsa v0.16.9
15812024-12-21T04:26:39.634Z Compiling rsa v0.9.6
15822024-12-21T04:26:39.901Z Compiling ed25519-dalek v2.1.1
15832024-12-21T04:26:40.481Z Compiling toml v0.7.8
15842024-12-21T04:26:41.300Z Compiling zip v0.6.6
15852024-12-21T04:26:42.190Z Compiling crossterm v0.28.1
15862024-12-21T04:26:43.271Z Compiling hex v0.4.3
15872024-12-21T04:26:43.414Z Compiling x509-cert v0.2.5
15882024-12-21T04:26:43.458Z Compiling itertools v0.10.5
15892024-12-21T04:26:43.690Z Compiling peg-runtime v0.8.3
15902024-12-21T04:26:43.902Z Compiling unicode-xid v0.2.6
15912024-12-21T04:26:44.101Z Compiling lalrpop-util v0.19.12
15922024-12-21T04:26:44.356Z Compiling strum_macros v0.26.4
15932024-12-21T04:26:44.464Z Compiling xattr v1.3.1
15942024-12-21T04:26:44.740Z Compiling filetime v0.2.25
15952024-12-21T04:26:45.074Z Compiling tar v0.4.42
15962024-12-21T04:26:49.255Z Compiling strum v0.26.3
15972024-12-21T04:26:52.226Z Compiling aws-lc-sys v0.22.0
15982024-12-21T04:27:20.564Z Compiling rustls-webpki v0.102.8
15992024-12-21T04:27:24.046Z Compiling tokio-rustls v0.25.0
16002024-12-21T04:27:25.800Z Compiling tokio-rustls v0.26.0
16012024-12-21T04:27:26.200Z Compiling hyper-rustls v0.27.3
16022024-12-21T04:27:26.515Z Compiling reqwest v0.12.9
16032024-12-21T04:27:27.379Z Compiling qorb v0.2.1
16042024-12-21T04:27:32.605Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052024-12-21T04:27:32.839Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062024-12-21T04:27:38.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
16072024-12-21T04:27:38.926Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16082024-12-21T04:27:38.981ZDec 21 04:27:38.213 INFO Starting download, target: DendriteOpenapi
16092024-12-21T04:27:38.981ZDec 21 04:27:38.213 INFO Starting download, target: Console
16102024-12-21T04:27:38.982ZDec 21 04:27:38.213 INFO Starting download, target: Cockroach
16112024-12-21T04:27:38.991ZDec 21 04:27:38.213 INFO Starting download, target: Clickhouse
16122024-12-21T04:27:38.991ZDec 21 04:27:38.213 INFO Starting download, target: DendriteStub
16132024-12-21T04:27:38.992ZDec 21 04:27:38.213 INFO Starting download, target: MaghemiteMgd
16142024-12-21T04:27:38.992ZDec 21 04:27:38.213 INFO Starting download, target: TransceiverControl
16152024-12-21T04:27:38.992ZDec 21 04:27:38.214 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16162024-12-21T04:27:38.992ZDec 21 04:27:38.214 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16172024-12-21T04:27:38.992ZDec 21 04:27:38.214 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16182024-12-21T04:27:38.992ZDec 21 04:27:38.214 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16192024-12-21T04:27:38.992ZDec 21 04:27:38.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16202024-12-21T04:27:38.993ZDec 21 04:27:38.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16212024-12-21T04:27:38.993ZDec 21 04:27:38.214 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16222024-12-21T04:27:39.348ZDec 21 04:27:38.583 INFO Download complete, target: DendriteOpenapi
16232024-12-21T04:27:39.465ZDec 21 04:27:38.696 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16242024-12-21T04:27:39.653ZDec 21 04:27:38.904 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16252024-12-21T04:27:39.761ZDec 21 04:27:39.007 INFO Download complete, target: Console
16262024-12-21T04:27:40.271ZDec 21 04:27:39.520 INFO Download complete, target: TransceiverControl
16272024-12-21T04:27:40.704ZDec 21 04:27:39.969 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16282024-12-21T04:27:40.811ZDec 21 04:27:40.084 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16292024-12-21T04:27:40.852ZDec 21 04:27:40.125 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16302024-12-21T04:27:41.535ZDec 21 04:27:40.815 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16312024-12-21T04:27:41.535ZDec 21 04:27:40.815 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16322024-12-21T04:27:43.444ZDec 21 04:27:42.741 INFO Download complete, target: DendriteStub
16332024-12-21T04:27:43.572ZDec 21 04:27:42.870 INFO Download complete, target: MaghemiteMgd
16342024-12-21T04:27:48.829ZDec 21 04:27:48.171 INFO Checking that binary works, target: Cockroach
16352024-12-21T04:27:48.987ZDec 21 04:27:48.335 INFO Download complete, target: Cockroach
16362024-12-21T04:27:53.249ZDec 21 04:27:52.635 INFO Checking that binary works, target: Clickhouse
16372024-12-21T04:27:53.380ZDec 21 04:27:52.767 INFO Download complete, target: Clickhouse
16382024-12-21T04:27:53.388ZAll prerequisites installed successfully
16392024-12-21T04:27:53.390Z
16402024-12-21T04:27:53.390Zreal 7:00.401767217
16412024-12-21T04:27:53.390Zuser 16:44.991837986
16422024-12-21T04:27:53.390Zsys 3:13.342478147
16432024-12-21T04:27:53.390Ztrap 0.526880507
16442024-12-21T04:27:53.390Ztflt 1.614348127
16452024-12-21T04:27:53.391Zdflt 2.389019240
16462024-12-21T04:27:53.391Zkflt 0.025258416
16472024-12-21T04:27:53.391Zlock 32:04.944947098
16482024-12-21T04:27:53.391Zslp 1:07:02.114564520
16492024-12-21T04:27:53.391Zlat 56.162998113
16502024-12-21T04:27:53.391Zstop 2:07.775668343
16512024-12-21T04:27:53.391Z+ source ./tools/include/force-git-over-https.sh
16522024-12-21T04:27:53.391Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16532024-12-21T04:27:53.391Z++ (( i = 0 ))
16542024-12-21T04:27:53.391Z++ (( i < 5 ))
16552024-12-21T04:27:53.391Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16562024-12-21T04:27:53.394Z++ (( i++ ))
16572024-12-21T04:27:53.394Z++ (( i < 5 ))
16582024-12-21T04:27:53.394Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16592024-12-21T04:27:53.397Z++ (( i++ ))
16602024-12-21T04:27:53.397Z++ (( i < 5 ))
16612024-12-21T04:27:53.397Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16622024-12-21T04:27:53.400Z++ (( i++ ))
16632024-12-21T04:27:53.400Z++ (( i < 5 ))
16642024-12-21T04:27:53.400Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16652024-12-21T04:27:53.403Z++ (( i++ ))
16662024-12-21T04:27:53.403Z++ (( i < 5 ))
16672024-12-21T04:27:53.403Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16682024-12-21T04:27:53.405Z++ (( i++ ))
16692024-12-21T04:27:53.405Z++ (( i < 5 ))
16702024-12-21T04:27:53.405Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16712024-12-21T04:27:53.405Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16722024-12-21T04:27:53.405Z+ rc=0
16732024-12-21T04:27:53.405Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16742024-12-21T04:28:25.831Z+ case $rc in
16752024-12-21T04:28:25.832Z+ pfexec zfs create -p rpool/images/build/host
16762024-12-21T04:28:26.063Z+ pfexec zfs create -p rpool/images/build/recovery
16772024-12-21T04:28:26.151Z+ cargo xtask releng --output-dir /work
16782024-12-21T04:28:26.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16792024-12-21T04:28:26.695Z Running `target/debug/xtask releng --output-dir /work`
16802024-12-21T04:28:27.621Z Compiling proc-macro2 v1.0.89
16812024-12-21T04:28:27.621Z Compiling unicode-ident v1.0.13
16822024-12-21T04:28:27.621Z Compiling libc v0.2.162
16832024-12-21T04:28:27.626Z Compiling serde v1.0.215
16842024-12-21T04:28:27.626Z Compiling autocfg v1.4.0
16852024-12-21T04:28:27.626Z Compiling version_check v0.9.5
16862024-12-21T04:28:27.626Z Compiling cfg-if v1.0.0
16872024-12-21T04:28:27.935Z Compiling memchr v2.7.4
16882024-12-21T04:28:27.977Z Compiling typenum v1.17.0
16892024-12-21T04:28:28.043Z Compiling shlex v1.3.0
16902024-12-21T04:28:28.502Z Compiling generic-array v0.14.7
16912024-12-21T04:28:28.554Z Compiling value-bag v1.9.0
16922024-12-21T04:28:28.641Z Compiling lock_api v0.4.12
16932024-12-21T04:28:28.793Z Compiling scopeguard v1.2.0
16942024-12-21T04:28:28.933Z Compiling parking_lot_core v0.9.10
16952024-12-21T04:28:29.101Z Compiling log v0.4.22
16962024-12-21T04:28:29.319Z Compiling rustix v0.38.37
16972024-12-21T04:28:29.376Z Compiling serde_json v1.0.133
16982024-12-21T04:28:29.693Z Compiling quote v1.0.37
16992024-12-21T04:28:29.695Z Compiling libm v0.2.8
17002024-12-21T04:28:29.908Z Compiling jobserver v0.1.32
17012024-12-21T04:28:29.998Z Compiling getrandom v0.2.15
17022024-12-21T04:28:30.051Z Compiling num-traits v0.2.19
17032024-12-21T04:28:30.290Z Compiling syn v2.0.87
17042024-12-21T04:28:30.336Z Compiling cc v1.1.30
17052024-12-21T04:28:30.368Z Compiling once_cell v1.20.2
17062024-12-21T04:28:30.387Z Compiling thiserror v1.0.69
17072024-12-21T04:28:30.393Z Compiling itoa v1.0.11
17082024-12-21T04:28:30.486Z Compiling spin v0.9.8
17092024-12-21T04:28:30.675Z Compiling aho-corasick v1.1.3
17102024-12-21T04:28:30.842Z Compiling regex-syntax v0.8.5
17112024-12-21T04:28:30.926Z Compiling slab v0.4.9
17122024-12-21T04:28:31.199Z Compiling errno v0.3.9
17132024-12-21T04:28:31.635Z Compiling byteorder v1.5.0
17142024-12-21T04:28:31.676Z Compiling either v1.13.0
17152024-12-21T04:28:32.190Z Compiling lazy_static v1.5.0
17162024-12-21T04:28:32.330Z Compiling rand_core v0.6.4
17172024-12-21T04:28:32.333Z Compiling glob v0.3.1
17182024-12-21T04:28:32.570Z Compiling subtle v2.6.1
17192024-12-21T04:28:32.767Z Compiling prettyplease v0.2.25
17202024-12-21T04:28:32.988Z Compiling minimal-lexical v0.2.1
17212024-12-21T04:28:33.221Z Compiling clang-sys v1.8.1
17222024-12-21T04:28:33.245Z Compiling libloading v0.8.5
17232024-12-21T04:28:33.480Z Compiling nom v7.1.3
17242024-12-21T04:28:33.876Z Compiling bindgen v0.69.5
17252024-12-21T04:28:33.995Z Compiling home v0.5.9
17262024-12-21T04:28:34.240Z Compiling itertools v0.12.1
17272024-12-21T04:28:34.595Z Compiling rustc-hash v1.1.0
17282024-12-21T04:28:34.744Z Compiling lazycell v1.3.0
17292024-12-21T04:28:34.929Z Compiling regex-automata v0.4.8
17302024-12-21T04:28:35.627Z Compiling cmake v0.1.51
17312024-12-21T04:28:36.618Z Compiling dunce v1.0.5
17322024-12-21T04:28:36.760Z Compiling smallvec v1.13.2
17332024-12-21T04:28:36.926Z Compiling cexpr v0.6.0
17342024-12-21T04:28:37.226Z Compiling pkg-config v0.3.31
17352024-12-21T04:28:37.276Z Compiling fs_extra v1.3.0
17362024-12-21T04:28:37.278Z Compiling semver v1.0.23
17372024-12-21T04:28:37.476Z Compiling ring v0.17.8
17382024-12-21T04:28:37.900Z Compiling heck v0.5.0
17392024-12-21T04:28:38.209Z Compiling synstructure v0.13.1
17402024-12-21T04:28:38.532Z Compiling ryu v1.0.18
17412024-12-21T04:28:38.607Z Compiling paste v1.0.15
17422024-12-21T04:28:38.751Z Compiling httparse v1.9.5
17432024-12-21T04:28:38.883Z Compiling aws-lc-rs v1.10.0
17442024-12-21T04:28:39.289Z Compiling const-oid v0.9.6
17452024-12-21T04:28:39.838Z Compiling pin-project-lite v0.2.14
17462024-12-21T04:28:39.884Z Compiling allocator-api2 v0.2.18
17472024-12-21T04:28:40.940Z Compiling regex v1.11.1
17482024-12-21T04:28:41.342Z Compiling futures-core v0.3.31
17492024-12-21T04:28:41.597Z Compiling signal-hook-registry v1.4.2
17502024-12-21T04:28:42.042Z Compiling crossbeam-utils v0.8.20
17512024-12-21T04:28:42.419Z Compiling num-conv v0.1.0
17522024-12-21T04:28:42.491Z Compiling time-core v0.1.2
17532024-12-21T04:28:42.662Z Compiling schemars v0.8.21
17542024-12-21T04:28:42.714Z Compiling parking_lot v0.12.3
17552024-12-21T04:28:42.714Z Compiling serde_derive_internals v0.29.1
17562024-12-21T04:28:42.817Z Compiling time-macros v0.2.18
17572024-12-21T04:28:43.200Z Compiling mio v1.0.2
17582024-12-21T04:28:43.374Z Compiling vcpkg v0.2.15
17592024-12-21T04:28:44.268Z Compiling serde_derive v1.0.215
17602024-12-21T04:28:44.885Z Compiling zeroize_derive v1.4.2
17612024-12-21T04:28:44.962Z Compiling zerocopy-derive v0.7.35
17622024-12-21T04:28:45.206Z Compiling tokio-macros v2.4.0
17632024-12-21T04:28:45.210Z Compiling thiserror-impl v1.0.69
17642024-12-21T04:28:45.367Z Compiling zerofrom-derive v0.1.4
17652024-12-21T04:28:46.142Z Compiling yoke-derive v0.7.4
17662024-12-21T04:28:46.460Z Compiling zeroize v1.8.1
17672024-12-21T04:28:46.978Z Compiling futures-macro v0.3.31
17682024-12-21T04:28:47.025Z Compiling zerovec-derive v0.10.3
17692024-12-21T04:28:47.273Z Compiling displaydoc v0.2.5
17702024-12-21T04:28:48.371Z Compiling zerocopy v0.7.35
17712024-12-21T04:28:48.986Z Compiling crypto-common v0.1.6
17722024-12-21T04:28:49.122Z Compiling icu_provider_macros v1.5.0
17732024-12-21T04:28:49.225Z Compiling tracing-attributes v0.1.27
17742024-12-21T04:28:49.262Z Compiling block-buffer v0.10.4
17752024-12-21T04:28:49.551Z Compiling digest v0.10.7
17762024-12-21T04:28:49.738Z Compiling der_derive v0.7.3
17772024-12-21T04:28:50.063Z Compiling openssl-sys v0.9.103
17782024-12-21T04:28:50.158Z Compiling schemars_derive v0.8.21
17792024-12-21T04:28:51.665Z Compiling fnv v1.0.7
17802024-12-21T04:28:52.690Z Compiling socket2 v0.5.7
17812024-12-21T04:28:53.466Z Compiling ahash v0.8.11
17822024-12-21T04:28:53.835Z Compiling futures-sink v0.3.31
17832024-12-21T04:28:54.065Z Compiling cpufeatures v0.2.14
17842024-12-21T04:28:54.213Z Compiling foldhash v0.1.3
17852024-12-21T04:28:54.404Z Compiling equivalent v1.0.1
17862024-12-21T04:28:54.550Z Compiling hashbrown v0.15.1
17872024-12-21T04:28:54.801Z Compiling stable_deref_trait v1.2.0
17882024-12-21T04:28:54.879Z Compiling slog v2.7.0
17892024-12-21T04:28:55.575Z Compiling futures-channel v0.3.31
17902024-12-21T04:28:55.758Z Compiling zerofrom v0.1.4
17912024-12-21T04:28:56.052Z Compiling scroll_derive v0.12.0
17922024-12-21T04:28:56.087Z Compiling ucd-trie v0.1.7
17932024-12-21T04:28:56.127Z Compiling futures-io v0.3.31
17942024-12-21T04:28:56.158Z Compiling pin-utils v0.1.0
17952024-12-21T04:28:56.193Z Compiling futures-task v0.3.31
17962024-12-21T04:28:56.296Z Compiling openssl v0.10.66
17972024-12-21T04:28:56.489Z Compiling futures-util v0.3.31
17982024-12-21T04:28:56.555Z Compiling pest v2.7.14
17992024-12-21T04:28:56.585Z Compiling yoke v0.7.4
18002024-12-21T04:28:57.025Z Compiling hmac v0.12.1
18012024-12-21T04:28:57.207Z Compiling iana-time-zone v0.1.61
18022024-12-21T04:28:57.640Z Compiling tinyvec_macros v0.1.1
18032024-12-21T04:28:57.671Z Compiling zerovec v0.10.4
18042024-12-21T04:28:57.752Z Compiling tinyvec v1.8.0
18052024-12-21T04:28:58.930Z Compiling bitflags v2.6.0
18062024-12-21T04:28:59.486Z Compiling bytes v1.8.0
18072024-12-21T04:29:01.020Z Compiling tokio v1.40.0
18082024-12-21T04:29:01.675Z Compiling serde_tokenstream v0.2.2
18092024-12-21T04:29:02.064Z Compiling indexmap v2.6.0
18102024-12-21T04:29:03.687Z Compiling http v1.1.0
18112024-12-21T04:29:04.244Z Compiling which v4.4.2
18122024-12-21T04:29:04.619Z Compiling rustc_version v0.4.1
18132024-12-21T04:29:05.099Z Compiling uuid v1.11.0
18142024-12-21T04:29:05.384Z Compiling pest_meta v2.7.14
18152024-12-21T04:29:06.062Z Compiling chrono v0.4.38
18162024-12-21T04:29:06.310Z Compiling block-padding v0.3.3
18172024-12-21T04:29:06.582Z Compiling openssl-macros v0.1.1
18182024-12-21T04:29:07.505Z Compiling native-tls v0.2.12
18192024-12-21T04:29:08.081Z Compiling syn v1.0.109
18202024-12-21T04:29:08.497Z Compiling rustls v0.23.19
18212024-12-21T04:29:08.951Z Compiling pest_generator v2.7.14
18222024-12-21T04:29:09.779Z Compiling inout v0.1.3
18232024-12-21T04:29:10.023Z Compiling unicode-normalization v0.1.24
18242024-12-21T04:29:10.904Z Compiling pest_derive v2.7.14
18252024-12-21T04:29:10.945Z Compiling cipher v0.4.4
18262024-12-21T04:29:11.647Z Compiling tinystr v0.7.6
18272024-12-21T04:29:11.812Z Compiling sha2 v0.10.8
18282024-12-21T04:29:12.283Z Compiling async-trait v0.1.83
18292024-12-21T04:29:12.884Z Compiling usdt-impl v0.5.0
18302024-12-21T04:29:13.288Z Compiling cookie v0.18.1
18312024-12-21T04:29:13.620Z Compiling litemap v0.7.3
18322024-12-21T04:29:14.104Z Compiling unicode-bidi v0.3.17
18332024-12-21T04:29:14.928Z Compiling writeable v0.5.5
18342024-12-21T04:29:16.079Z Compiling dyn-clone v1.0.17
18352024-12-21T04:29:16.334Z Compiling base64ct v1.6.0
18362024-12-21T04:29:17.032Z Compiling pem-rfc7468 v0.7.0
18372024-12-21T04:29:17.789Z Compiling icu_locid v1.5.0
18382024-12-21T04:29:19.814Z Compiling aws-lc-sys v0.22.0
18392024-12-21T04:29:20.923Z Compiling scroll v0.12.0
18402024-12-21T04:29:21.563Z Compiling ppv-lite86 v0.2.20
18412024-12-21T04:29:21.834Z Compiling tracing-core v0.1.32
18422024-12-21T04:29:22.475Z Compiling rustls-pki-types v1.10.0
18432024-12-21T04:29:24.284Z Compiling untrusted v0.7.1
18442024-12-21T04:29:24.533Z Compiling percent-encoding v2.3.1
18452024-12-21T04:29:25.040Z Compiling flagset v0.4.6
18462024-12-21T04:29:25.178Z Compiling plain v0.2.3
18472024-12-21T04:29:25.338Z Compiling camino v1.1.9
18482024-12-21T04:29:25.365Z Compiling goblin v0.8.2
18492024-12-21T04:29:25.403Z Compiling der v0.7.9
18502024-12-21T04:29:25.895Z Compiling tracing v0.1.40
18512024-12-21T04:29:26.728Z Compiling rand_chacha v0.3.1
18522024-12-21T04:29:28.074Z Compiling icu_provider v1.5.0
18532024-12-21T04:29:28.591Z Compiling tokio-util v0.7.12
18542024-12-21T04:29:29.564Z Compiling mirai-annotations v1.12.0
18552024-12-21T04:29:29.838Z Compiling pretty-hex v0.4.1
18562024-12-21T04:29:30.078Z Compiling powerfmt v0.2.0
18572024-12-21T04:29:30.154Z Compiling rustls v0.22.4
18582024-12-21T04:29:30.570Z Compiling untrusted v0.9.0
18592024-12-21T04:29:30.570Z Compiling icu_locid_transform_data v1.5.0
18602024-12-21T04:29:30.579Z Compiling rayon-core v1.12.1
18612024-12-21T04:29:30.723Z Compiling icu_locid_transform v1.5.0
18622024-12-21T04:29:30.839Z Compiling deranged v0.3.11
18632024-12-21T04:29:31.477Z Compiling dof v0.3.0
18642024-12-21T04:29:33.415Z Compiling spki v0.7.3
18652024-12-21T04:29:33.840Z Compiling rand v0.8.5
18662024-12-21T04:29:34.160Z Compiling dtrace-parser v0.2.0
18672024-12-21T04:29:35.283Z Compiling salsa20 v0.10.2
18682024-12-21T04:29:35.555Z Compiling icu_collections v1.5.0
18692024-12-21T04:29:35.729Z Compiling pbkdf2 v0.12.2
18702024-12-21T04:29:36.858Z Compiling bzip2-sys v0.1.11+1.0.8
18712024-12-21T04:29:37.160Z Compiling thread-id v4.2.2
18722024-12-21T04:29:37.439Z Compiling icu_properties_data v1.5.0
18732024-12-21T04:29:38.089Z Compiling num_threads v0.1.7
18742024-12-21T04:29:38.336Z Compiling atomic-waker v1.1.2
18752024-12-21T04:29:38.487Z Compiling time v0.3.36
18762024-12-21T04:29:38.635Z Compiling icu_properties v1.5.1
18772024-12-21T04:29:42.925Z Compiling scrypt v0.11.0
18782024-12-21T04:29:42.955Z Compiling form_urlencoded v1.2.1
18792024-12-21T04:29:43.441Z Compiling aes v0.8.4
18802024-12-21T04:29:43.510Z Compiling cbc v0.1.2
18812024-12-21T04:29:43.678Z Compiling http-body v1.0.1
18822024-12-21T04:29:44.038Z Compiling multer v3.1.0
18832024-12-21T04:29:44.080Z Compiling slog-async v2.8.0
18842024-12-21T04:29:44.310Z Compiling utf8_iter v1.0.4
18852024-12-21T04:29:44.644Z Compiling utf16_iter v1.0.5
18862024-12-21T04:29:44.686Z Compiling icu_normalizer_data v1.5.0
18872024-12-21T04:29:44.850Z Compiling write16 v1.0.0
18882024-12-21T04:29:45.060Z Compiling try-lock v0.2.5
18892024-12-21T04:29:45.272Z Compiling icu_normalizer v1.5.0
18902024-12-21T04:29:45.297Z Compiling want v0.3.1
18912024-12-21T04:29:45.979Z Compiling pkcs5 v0.7.1
18922024-12-21T04:29:51.266Z Compiling h2 v0.4.6
18932024-12-21T04:29:52.459Z Compiling heapless v0.7.17
18942024-12-21T04:29:52.672Z Compiling zerocopy-derive v0.6.6
18952024-12-21T04:29:53.072Z Compiling signal-hook v0.3.17
18962024-12-21T04:29:53.326Z Compiling httpdate v1.0.3
18972024-12-21T04:29:53.625Z Compiling base64 v0.22.1
18982024-12-21T04:29:54.189Z Compiling anyhow v1.0.93
18992024-12-21T04:29:54.889Z Compiling num-bigint-dig v0.8.4
19002024-12-21T04:29:55.870Z Compiling pkcs8 v0.10.2
19012024-12-21T04:29:56.158Z Compiling idna_adapter v1.2.0
19022024-12-21T04:29:56.729Z Compiling usdt-attr-macro v0.5.0
19032024-12-21T04:29:57.286Z Compiling usdt-macro v0.5.0
19042024-12-21T04:29:58.969Z Compiling async-stream-impl v0.3.6
19052024-12-21T04:29:58.989Z Compiling rustversion v1.0.17
19062024-12-21T04:29:59.031Z Compiling strsim v0.11.1
19072024-12-21T04:29:59.861Z Compiling hyper v1.5.0
19082024-12-21T04:30:00.186Z Compiling tower-service v0.3.3
19092024-12-21T04:30:01.220Z Compiling idna v1.0.3
19102024-12-21T04:30:03.059Z Compiling hyper-util v0.1.10
19112024-12-21T04:30:07.165Z Compiling curve25519-dalek v4.1.3
19122024-12-21T04:30:07.254Z Compiling openapiv3 v2.0.0
19132024-12-21T04:30:07.585Z Compiling serde_spanned v0.6.8
19142024-12-21T04:30:07.805Z Compiling toml_datetime v0.6.8
19152024-12-21T04:30:08.353Z Compiling enum-as-inner v0.6.1
19162024-12-21T04:30:09.773Z Compiling dropshot v0.12.0
19172024-12-21T04:30:10.317Z Compiling portable-atomic v1.9.0
19182024-12-21T04:30:10.695Z Compiling adler2 v2.0.0
19192024-12-21T04:30:10.888Z Compiling match_cfg v0.1.0
19202024-12-21T04:30:11.037Z Compiling smoltcp v0.9.1
19212024-12-21T04:30:11.577Z Compiling newtype-uuid v1.1.3
19222024-12-21T04:30:11.720Z Compiling foreign-types-shared v0.1.1
19232024-12-21T04:30:11.869Z Compiling foreign-types v0.3.2
19242024-12-21T04:30:12.138Z Compiling hostname v0.3.1
19252024-12-21T04:30:12.249Z Compiling miniz_oxide v0.8.0
19262024-12-21T04:30:13.709Z Compiling url v2.5.3
19272024-12-21T04:30:20.655Z Compiling http-body-util v0.1.2
19282024-12-21T04:30:21.382Z Compiling clap_derive v4.5.18
19292024-12-21T04:30:22.234Z Compiling dirs-sys-next v0.1.2
19302024-12-21T04:30:22.756Z Compiling encoding_rs v0.8.34
19312024-12-21T04:30:25.916Z Compiling mime v0.3.17
19322024-12-21T04:30:26.459Z Compiling siphasher v0.3.11
19332024-12-21T04:30:26.969Z Compiling data-encoding v2.6.0
19342024-12-21T04:30:28.931Z Compiling dirs-next v2.0.0
19352024-12-21T04:30:34.524Z Compiling serde_urlencoded v0.7.1
19362024-12-21T04:30:34.997Z Compiling crossbeam-epoch v0.9.18
19372024-12-21T04:30:35.256Z Compiling hashbrown v0.14.5
19382024-12-21T04:30:35.713Z Compiling hubpack_derive v0.1.1
19392024-12-21T04:30:36.534Z Compiling rustls-pemfile v2.2.0
19402024-12-21T04:30:36.634Z Compiling dropshot_endpoint v0.12.0
19412024-12-21T04:30:38.008Z Compiling sha1 v0.10.6
19422024-12-21T04:30:38.427Z Compiling signature v2.2.0
19432024-12-21T04:30:38.673Z Compiling curve25519-dalek-derive v0.1.1
19442024-12-21T04:30:39.672Z Compiling rustls-webpki v0.102.8
19452024-12-21T04:30:40.179Z Compiling thread_local v1.1.8
19462024-12-21T04:30:40.218Z Compiling fs-err v2.11.0
19472024-12-21T04:30:40.678Z Compiling unicode-properties v0.1.3
19482024-12-21T04:30:40.779Z Compiling winnow v0.6.20
19492024-12-21T04:30:41.207Z Compiling openssl-probe v0.1.5
19502024-12-21T04:30:41.388Z Compiling ipnet v2.10.1
19512024-12-21T04:30:42.678Z Compiling anstyle v1.0.10
19522024-12-21T04:30:44.077Z Compiling gimli v0.31.1
19532024-12-21T04:30:44.173Z Compiling utf8parse v0.2.2
19542024-12-21T04:30:44.340Z Compiling anstyle-parse v0.2.5
19552024-12-21T04:30:44.360Z Compiling toml_edit v0.22.22
19562024-12-21T04:30:45.288Z Compiling stringprep v0.1.5
19572024-12-21T04:30:47.820Z Compiling regress v0.10.1
19582024-12-21T04:30:49.247Z Compiling addr2line v0.24.2
19592024-12-21T04:30:49.924Z Compiling crossbeam-deque v0.8.5
19602024-12-21T04:30:50.292Z Compiling term v0.7.0
19612024-12-21T04:30:51.512Z Compiling slog-json v2.6.1
19622024-12-21T04:30:52.075Z Compiling crossbeam-channel v0.5.13
19632024-12-21T04:30:53.011Z Compiling idna v0.3.0
19642024-12-21T04:30:53.857Z Compiling idna v0.4.0
19652024-12-21T04:30:54.569Z Compiling futures-executor v0.3.31
19662024-12-21T04:30:54.589Z Compiling num-integer v0.1.46
19672024-12-21T04:30:55.082Z Compiling md-5 v0.10.6
19682024-12-21T04:30:55.328Z Compiling ff v0.13.0
19692024-12-21T04:30:55.356Z Compiling hash32 v0.2.1
19702024-12-21T04:30:55.373Z Compiling is-terminal v0.4.13
19712024-12-21T04:30:55.519Z Compiling memmap v0.7.0
19722024-12-21T04:30:55.571Z Compiling object v0.36.5
19732024-12-21T04:30:55.727Z Compiling fallible-iterator v0.2.0
19742024-12-21T04:30:55.854Z Compiling base16ct v0.2.0
19752024-12-21T04:30:56.144Z Compiling linked-hash-map v0.5.6
19762024-12-21T04:30:56.470Z Compiling psl-types v2.0.11
19772024-12-21T04:30:56.703Z Compiling rustc-demangle v0.1.24
19782024-12-21T04:30:56.736Z Compiling is_terminal_polyfill v1.70.1
19792024-12-21T04:30:56.880Z Compiling colorchoice v1.0.2
19802024-12-21T04:30:56.947Z Compiling anstyle-query v1.1.1
19812024-12-21T04:30:57.052Z Compiling quick-error v1.2.3
19822024-12-21T04:30:57.111Z Compiling heck v0.4.1
19832024-12-21T04:30:57.204Z Compiling take_mut v0.2.2
19842024-12-21T04:30:57.374Z Compiling utf-8 v0.7.6
19852024-12-21T04:30:57.502Z Compiling strum_macros v0.25.3
19862024-12-21T04:30:57.583Z Compiling tungstenite v0.24.0
19872024-12-21T04:30:58.711Z Compiling resolv-conf v0.7.0
19882024-12-21T04:30:58.988Z Compiling anstream v0.6.15
19892024-12-21T04:30:59.369Z Compiling publicsuffix v2.2.3
19902024-12-21T04:30:59.651Z Compiling lru-cache v0.1.2
19912024-12-21T04:30:59.686Z Compiling postgres-protocol v0.6.7
19922024-12-21T04:30:59.880Z Compiling sec1 v0.7.3
19932024-12-21T04:30:59.958Z Compiling usdt v0.5.0
19942024-12-21T04:31:00.476Z Compiling group v0.13.0
19952024-12-21T04:31:00.799Z Compiling slog-term v2.9.1
19962024-12-21T04:31:00.910Z Compiling num-iter v0.1.45
19972024-12-21T04:31:01.111Z Compiling futures v0.3.31
19982024-12-21T04:31:01.137Z Compiling hickory-proto v0.24.1
19992024-12-21T04:31:02.567Z Compiling tokio-rustls v0.26.0
20002024-12-21T04:31:03.040Z Compiling backtrace v0.3.74
20012024-12-21T04:31:03.561Z Compiling slog-bunyan v2.5.0
20022024-12-21T04:31:03.625Z Compiling typify-impl v0.2.0
20032024-12-21T04:31:03.780Z Compiling tokio-rustls v0.25.0
20042024-12-21T04:31:03.859Z Compiling toml v0.8.19
20052024-12-21T04:31:04.236Z Compiling tokio-native-tls v0.3.1
20062024-12-21T04:31:04.514Z Compiling phf_shared v0.11.2
20072024-12-21T04:31:05.285Z Compiling async-stream v0.3.6
20082024-12-21T04:31:05.306Z Compiling waitgroup v0.1.2
20092024-12-21T04:31:05.360Z Compiling webpki-roots v0.26.6
20102024-12-21T04:31:05.503Z Compiling idna v0.5.0
20112024-12-21T04:31:05.679Z Compiling terminal_size v0.4.0
20122024-12-21T04:31:05.912Z Compiling serde_path_to_error v0.1.16
20132024-12-21T04:31:06.561Z Compiling hkdf v0.12.4
20142024-12-21T04:31:06.717Z Compiling crypto-bigint v0.5.5
20152024-12-21T04:31:06.809Z Compiling serde_repr v0.1.19
20162024-12-21T04:31:07.023Z Compiling derive-where v1.2.7
20172024-12-21T04:31:08.057Z Compiling hostname v0.4.0
20182024-12-21T04:31:08.291Z Compiling crc32fast v1.4.2
20192024-12-21T04:31:09.416Z Compiling clap_lex v0.7.2
20202024-12-21T04:31:09.624Z Compiling unicode-width v0.1.14
20212024-12-21T04:31:09.906Z Compiling winnow v0.5.40
20222024-12-21T04:31:10.176Z Compiling managed v0.8.0
20232024-12-21T04:31:10.318Z Compiling debug-ignore v1.0.5
20242024-12-21T04:31:10.387Z Compiling bitflags v1.3.2
20252024-12-21T04:31:11.853Z Compiling console v0.15.8
20262024-12-21T04:31:12.911Z Compiling elliptic-curve v0.13.8
20272024-12-21T04:31:13.134Z Compiling clap_builder v4.5.21
20282024-12-21T04:31:13.635Z Compiling toml_edit v0.19.15
20292024-12-21T04:31:13.654Z Compiling flate2 v1.0.34
20302024-12-21T04:31:14.561Z Compiling hickory-resolver v0.24.1
20312024-12-21T04:31:14.726Z Compiling cookie_store v0.21.0
20322024-12-21T04:31:15.423Z Compiling typify-macro v0.2.0
20332024-12-21T04:31:19.189Z Compiling hyper-rustls v0.27.3
20342024-12-21T04:31:20.630Z Compiling phf v0.11.2
20352024-12-21T04:31:20.946Z Compiling hyper-tls v0.6.0
20362024-12-21T04:31:21.399Z Compiling signal-hook-mio v0.2.4
20372024-12-21T04:31:21.562Z Compiling rayon v1.10.0
20382024-12-21T04:31:21.584Z Compiling bzip2 v0.4.4
20392024-12-21T04:31:21.977Z Compiling postgres-types v0.2.8
20402024-12-21T04:31:22.051Z Compiling tokio-tungstenite v0.24.0
20412024-12-21T04:31:22.770Z Compiling ed25519 v2.2.3
20422024-12-21T04:31:23.165Z Compiling hubpack v0.1.2
20432024-12-21T04:31:23.210Z Compiling phf_shared v0.10.0
20442024-12-21T04:31:23.624Z Compiling pkcs1 v0.7.5
20452024-12-21T04:31:23.627Z Compiling zerocopy v0.6.6
20462024-12-21T04:31:23.787Z Compiling tokio-stream v0.1.16
20472024-12-21T04:31:24.614Z Compiling serde-big-array v0.5.1
20482024-12-21T04:31:24.875Z Compiling rfc6979 v0.4.0
20492024-12-21T04:31:24.898Z Compiling float-cmp v0.9.0
20502024-12-21T04:31:25.061Z Compiling sync_wrapper v1.0.1
20512024-12-21T04:31:25.234Z Compiling bstr v1.10.0
20522024-12-21T04:31:25.416Z Compiling predicates-core v1.0.8
20532024-12-21T04:31:25.561Z Compiling fixedbitset v0.4.2
20542024-12-21T04:31:25.752Z Compiling unicode-width v0.2.0
20552024-12-21T04:31:26.022Z Compiling normalize-line-endings v0.3.0
20562024-12-21T04:31:26.308Z Compiling bit-vec v0.6.3
20572024-12-21T04:31:26.338Z Compiling precomputed-hash v0.1.1
20582024-12-21T04:31:26.463Z Compiling static_assertions v1.1.0
20592024-12-21T04:31:26.483Z Compiling unicode-segmentation v1.12.0
20602024-12-21T04:31:26.563Z Compiling difflib v0.4.0
20612024-12-21T04:31:26.589Z Compiling whoami v1.5.2
20622024-12-21T04:31:26.759Z Compiling new_debug_unreachable v1.0.6
20632024-12-21T04:31:26.911Z Compiling number_prefix v0.4.0
20642024-12-21T04:31:27.109Z Compiling indicatif v0.17.9
20652024-12-21T04:31:27.142Z Compiling predicates v3.1.2
20662024-12-21T04:31:27.304Z Compiling similar v2.6.0
20672024-12-21T04:31:28.625Z Compiling tokio-postgres v0.7.12
20682024-12-21T04:31:28.987Z Compiling reqwest v0.12.9
20692024-12-21T04:31:29.815Z Compiling string_cache v0.8.7
20702024-12-21T04:31:30.249Z Compiling bit-set v0.5.3
20712024-12-21T04:31:30.505Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20722024-12-21T04:31:30.610Z Compiling petgraph v0.6.5
20732024-12-21T04:31:34.799Z Compiling ecdsa v0.16.9
20742024-12-21T04:31:35.003Z Compiling qorb v0.2.1
20752024-12-21T04:31:35.449Z Compiling rsa v0.9.6
20762024-12-21T04:31:36.423Z Compiling ed25519-dalek v2.1.1
20772024-12-21T04:31:36.995Z Compiling zip v0.6.6
20782024-12-21T04:31:37.106Z Compiling crossterm v0.28.1
20792024-12-21T04:31:37.568Z Compiling toml v0.7.8
20802024-12-21T04:31:37.609Z Compiling clap v4.5.21
20812024-12-21T04:31:40.653Z Compiling x509-cert v0.2.5
20822024-12-21T04:31:40.876Z Compiling hex v0.4.3
20832024-12-21T04:31:42.843Z Compiling itertools v0.10.5
20842024-12-21T04:31:45.101Z Compiling peg-runtime v0.8.3
20852024-12-21T04:31:45.658Z Compiling radium v0.7.0
20862024-12-21T04:31:45.686Z Compiling unicode-xid v0.2.6
20872024-12-21T04:31:46.445Z Compiling lalrpop-util v0.19.12
20882024-12-21T04:31:46.769Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20892024-12-21T04:32:04.654Z Compiling tap v1.0.1
20902024-12-21T04:32:05.535Z Compiling maybe-uninit v2.0.0
20912024-12-21T04:32:05.850Z Compiling ident_case v1.0.1
20922024-12-21T04:32:06.051Z Compiling darling_core v0.20.10
20932024-12-21T04:32:06.080Z Compiling wyz v0.5.1
20942024-12-21T04:32:15.684Z Compiling typify v0.2.0
20952024-12-21T04:32:19.472Z Compiling unsafe-libyaml v0.2.11
20962024-12-21T04:32:19.506Z Compiling packed_struct v0.10.1
20972024-12-21T04:32:19.680Z Compiling funty v2.0.0
20982024-12-21T04:32:22.131Z Compiling serde_yaml v0.9.34+deprecated
20992024-12-21T04:32:23.149Z Compiling bitvec v1.0.1
21002024-12-21T04:32:26.138Z Compiling progenitor-impl v0.8.0
21012024-12-21T04:32:27.287Z Compiling darling_macro v0.20.10
21022024-12-21T04:32:31.475Z Compiling ipnetwork v0.20.0
21032024-12-21T04:32:31.477Z Compiling packed_struct_codegen v0.10.1
21042024-12-21T04:32:32.250Z Compiling structmeta-derive v0.3.0
21052024-12-21T04:32:33.118Z Compiling indexmap v1.9.3
21062024-12-21T04:32:34.016Z Compiling nodrop v0.1.14
21072024-12-21T04:32:34.058Z Compiling crc-catalog v2.4.0
21082024-12-21T04:32:34.347Z Compiling fastrand v2.1.1
21092024-12-21T04:32:35.013Z Compiling structmeta v0.3.0
21102024-12-21T04:32:35.053Z Compiling tempfile v3.13.0
21112024-12-21T04:32:35.641Z Compiling crc v3.2.1
21122024-12-21T04:32:36.306Z Compiling array-init v0.0.4
21132024-12-21T04:32:37.646Z Compiling progenitor-macro v0.8.0
21142024-12-21T04:32:37.675Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21152024-12-21T04:32:41.911Z Compiling darling v0.20.10
21162024-12-21T04:32:42.055Z Compiling smallvec v0.6.14
21172024-12-21T04:32:50.225Z Compiling progenitor-client v0.8.0
21182024-12-21T04:32:51.231Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21192024-12-21T04:32:52.585Z Compiling pin-project-internal v1.1.6
21202024-12-21T04:32:52.607Z Compiling dropshot v0.13.0
21212024-12-21T04:32:53.015Z Compiling same-file v1.0.6
21222024-12-21T04:32:55.274Z Compiling hashbrown v0.12.3
21232024-12-21T04:32:55.374Z Compiling base64 v0.21.7
21242024-12-21T04:32:56.499Z Compiling termcolor v1.4.1
21252024-12-21T04:32:56.695Z Compiling bitfield v0.14.0
21262024-12-21T04:32:56.988Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21272024-12-21T04:32:57.574Z Compiling env_logger v0.10.2
21282024-12-21T04:33:00.760Z Compiling ron v0.8.1
21292024-12-21T04:33:00.782Z Compiling pin-project v1.1.6
21302024-12-21T04:33:08.339Z Compiling walkdir v2.5.0
21312024-12-21T04:33:10.085Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21322024-12-21T04:33:12.805Z Compiling progenitor v0.8.0
21332024-12-21T04:33:13.302Z Compiling serde-hex v0.1.0
21342024-12-21T04:33:14.282Z Compiling serde_with_macros v3.11.0
21352024-12-21T04:33:15.742Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21362024-12-21T04:33:16.090Z Compiling parse-display-derive v0.10.0
21372024-12-21T04:33:18.471Z Compiling strum_macros v0.26.4
21382024-12-21T04:33:20.111Z Compiling hashbrown v0.13.2
21392024-12-21T04:33:20.609Z Compiling xattr v1.3.1
21402024-12-21T04:33:20.692Z Compiling dropshot_endpoint v0.13.0
21412024-12-21T04:33:20.945Z Compiling snafu-derive v0.8.5
21422024-12-21T04:33:21.537Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21432024-12-21T04:33:22.186Z Compiling ring v0.16.20
21442024-12-21T04:33:22.284Z Compiling blake3 v1.5.4
21452024-12-21T04:33:22.930Z Compiling filetime v0.2.25
21462024-12-21T04:33:22.950Z Compiling instant v0.1.13
21472024-12-21T04:33:22.997Z Compiling zip v2.1.3
21482024-12-21T04:33:23.132Z Compiling buf-list v1.0.3
21492024-12-21T04:33:23.154Z Compiling lockfree-object-pool v0.1.6
21502024-12-21T04:33:23.267Z Compiling crc-any v2.5.0
21512024-12-21T04:33:23.331Z Compiling simd-adler32 v0.3.7
21522024-12-21T04:33:24.172Z Compiling bumpalo v3.16.0
21532024-12-21T04:33:24.467Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21542024-12-21T04:33:24.580Z Compiling zopfli v0.8.1
21552024-12-21T04:33:24.773Z Compiling tar v0.4.42
21562024-12-21T04:33:25.819Z Compiling snafu v0.8.5
21572024-12-21T04:33:27.497Z Compiling backoff v0.4.0
21582024-12-21T04:33:27.538Z Compiling strum v0.26.3
21592024-12-21T04:33:28.390Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-12-21T04:33:28.631Z Compiling object v0.30.4
21612024-12-21T04:33:28.789Z Compiling parse-display v0.10.0
21622024-12-21T04:33:30.391Z Compiling serde_with v3.11.0
21632024-12-21T04:33:30.605Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642024-12-21T04:33:30.784Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21652024-12-21T04:33:31.235Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21662024-12-21T04:33:31.553Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21672024-12-21T04:33:32.194Z Compiling camino-tempfile v1.1.1
21682024-12-21T04:33:32.263Z Compiling globset v0.4.15
21692024-12-21T04:33:33.030Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-12-21T04:33:33.279Z Compiling regress v0.9.1
21712024-12-21T04:33:34.820Z Compiling pem v3.0.4
21722024-12-21T04:33:36.275Z Compiling olpc-cjson v0.1.4
21732024-12-21T04:33:36.642Z Compiling serde_plain v1.0.2
21742024-12-21T04:33:37.175Z Compiling macaddr v1.0.1
21752024-12-21T04:33:37.819Z Compiling async-recursion v1.1.1
21762024-12-21T04:33:39.352Z Compiling memmap2 v0.9.5
21772024-12-21T04:33:39.743Z Compiling typed-path v0.9.3
21782024-12-21T04:33:39.954Z Compiling arrayref v0.3.9
21792024-12-21T04:33:39.956Z Compiling arrayvec v0.7.6
21802024-12-21T04:33:40.082Z Compiling spin v0.5.2
21812024-12-21T04:33:40.363Z Compiling constant_time_eq v0.3.1
21822024-12-21T04:33:40.499Z Compiling path-slash v0.1.5
21832024-12-21T04:33:40.759Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21842024-12-21T04:33:42.033Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21852024-12-21T04:33:42.966Z Compiling tough v0.19.0
21862024-12-21T04:33:47.402Z Compiling itertools v0.13.0
21872024-12-21T04:33:48.065Z Compiling cargo-platform v0.1.8
21882024-12-21T04:33:49.154Z Compiling parse-size v1.1.0
21892024-12-21T04:33:49.200Z Compiling topological-sort v0.2.2
21902024-12-21T04:33:49.476Z Compiling omicron-zone-package v0.11.1
21912024-12-21T04:33:49.498Z Compiling cargo_metadata v0.18.1
21922024-12-21T04:33:49.754Z Compiling shell-words v1.1.0
21932024-12-21T04:33:56.066Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21942024-12-21T04:34:09.618Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21952024-12-21T04:34:24.096Z Finished `release` profile [optimized] target(s) in 6m 00s
21962024-12-21T04:34:24.262Z Running `target/release/omicron-releng --output-dir /work`
21972024-12-21T04:34:24.315ZDec 21 04:34:23.257 DEBG changing working directory to /work/oxidecomputer/omicron
21982024-12-21T04:34:24.422ZDec 21 04:34:23.367 DEBG running: git rev-parse HEAD
21992024-12-21T04:34:24.429ZDec 21 04:34:23.374 DEBG process exited with exit status: 0 (6.951308ms)
22002024-12-21T04:34:24.429ZDec 21 04:34:23.374 INFO version: 12.0.0-0.ci+git3c83ce0d399
22012024-12-21T04:34:24.471ZDec 21 04:34:23.417 INFO cloning helios to /work/oxidecomputer/helios
22022024-12-21T04:34:24.471ZDec 21 04:34:23.417 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22032024-12-21T04:34:24.477ZCloning into '/work/oxidecomputer/helios'...
22042024-12-21T04:34:25.031ZDec 21 04:34:23.980 DEBG process exited with exit status: 0 (563.383772ms)
22052024-12-21T04:34:25.031ZDec 21 04:34:23.980 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22062024-12-21T04:34:25.038Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
22072024-12-21T04:34:25.038Z# branch.head master
22082024-12-21T04:34:25.038Z# branch.upstream origin/master
22092024-12-21T04:34:25.038Z# branch.ab +0 -0
22102024-12-21T04:34:25.040ZDec 21 04:34:23.989 DEBG process exited with exit status: 0 (8.47218ms)
22112024-12-21T04:34:25.040ZDec 21 04:34:23.989 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22122024-12-21T04:34:25.955ZDec 21 04:34:24.908 DEBG process exited with exit status: 0 (919.009365ms)
22132024-12-21T04:34:25.955ZDec 21 04:34:24.908 DEBG running: zfs list rpool/images/build/host
22142024-12-21T04:34:25.958ZNAME USED AVAIL REFER MOUNTPOINT
22152024-12-21T04:34:25.958Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22162024-12-21T04:34:25.958ZDec 21 04:34:24.915 DEBG process exited with exit status: 0 (7.579594ms)
22172024-12-21T04:34:25.958ZDec 21 04:34:24.916 DEBG running: zfs list rpool/images/build/recovery
22182024-12-21T04:34:25.962ZNAME USED AVAIL REFER MOUNTPOINT
22192024-12-21T04:34:25.962Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22202024-12-21T04:34:25.964ZDec 21 04:34:24.922 DEBG process exited with exit status: 0 (6.510141ms)
22212024-12-21T04:34:25.964ZDec 21 04:34:24.923 INFO [hubris-staging] running task
22222024-12-21T04:34:25.964ZDec 21 04:34:24.923 INFO [hubris-production] running task
22232024-12-21T04:34:25.964ZDec 21 04:34:24.924 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
22242024-12-21T04:34:25.968ZDec 21 04:34:24.927 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22252024-12-21T04:34:26.040Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22262024-12-21T04:34:26.457Z[ omicron-package] Blocking waiting for file lock on package cache
22272024-12-21T04:34:27.109Z[ omicron-package] Blocking waiting for file lock on package cache
22282024-12-21T04:34:27.391Z[ omicron-package] Blocking waiting for file lock on package cache
22292024-12-21T04:34:27.952ZDec 21 04:34:26.929 INFO [hubris-production] task succeeded (2.00542566s)
22302024-12-21T04:34:28.306Z[ omicron-package] Compiling zerocopy v0.8.10
22312024-12-21T04:34:28.308Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22322024-12-21T04:34:28.308Z[ omicron-package] Compiling itertools v0.13.0
22332024-12-21T04:34:28.309Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22342024-12-21T04:34:28.309Z[ omicron-package] Compiling heapless v0.8.0
22352024-12-21T04:34:28.809Z[ omicron-package] Compiling hash32 v0.3.1
22362024-12-21T04:34:28.811Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-21T04:34:28.811Z[ omicron-package] Compiling smoltcp v0.11.0
22382024-12-21T04:34:29.543Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22392024-12-21T04:34:29.682Z[ omicron-package] Compiling num_enum_derive v0.5.11
22402024-12-21T04:34:30.126Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22412024-12-21T04:34:30.254Z[ omicron-package] Compiling cobs v0.2.3
22422024-12-21T04:34:30.791Z[ omicron-package] Compiling postcard v1.0.10
22432024-12-21T04:34:30.919Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22442024-12-21T04:34:31.381Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22452024-12-21T04:34:31.457Z[ omicron-package] Compiling proc-macro-error v1.0.4
22462024-12-21T04:34:32.188Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22472024-12-21T04:34:32.458Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22482024-12-21T04:34:33.603Z[ omicron-package] Compiling foreign-types v0.5.0
22492024-12-21T04:34:33.913Z[ omicron-package] Compiling tabwriter v1.4.0
22502024-12-21T04:34:34.091Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22512024-12-21T04:34:34.171Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22522024-12-21T04:34:34.175Z[ omicron-package] Compiling num_enum v0.5.11
22532024-12-21T04:34:34.573Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22542024-12-21T04:34:34.956Z[ omicron-package] Compiling cstr-argument v0.1.2
22552024-12-21T04:34:35.064Z[ omicron-package] Compiling thiserror v2.0.3
22562024-12-21T04:34:35.570Z[ omicron-package] Compiling pretty-hex v0.2.1
22572024-12-21T04:34:35.849Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22582024-12-21T04:34:35.993Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22592024-12-21T04:34:36.073Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602024-12-21T04:34:36.191Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22612024-12-21T04:34:36.475Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22622024-12-21T04:34:37.130Z[ omicron-package] Compiling colored v2.1.0
22632024-12-21T04:34:37.132Z[ omicron-package] Compiling thiserror-impl v2.0.3
22642024-12-21T04:34:37.301Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22652024-12-21T04:34:38.522Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22662024-12-21T04:34:38.769Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22672024-12-21T04:34:39.273Z[ omicron-package] Compiling num-derive v0.4.2
22682024-12-21T04:34:39.983Z[ omicron-package] Compiling sigpipe v0.1.3
22692024-12-21T04:34:40.215Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22702024-12-21T04:34:40.378ZDec 21 04:34:39.466 INFO [hubris-staging] task succeeded (14.543347831s)
22712024-12-21T04:34:41.300Z[ omicron-package] Compiling libefi-sys v0.1.0
22722024-12-21T04:34:41.560Z[ omicron-package] Compiling zone v0.3.0
22732024-12-21T04:34:42.204Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22742024-12-21T04:34:42.633Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22752024-12-21T04:34:43.630Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22762024-12-21T04:34:43.680Z[ omicron-package] Compiling smf v0.2.3
22772024-12-21T04:34:43.796Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22782024-12-21T04:34:44.466Z[ omicron-package] Compiling bitfield-struct v0.6.2
22792024-12-21T04:34:46.537Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22802024-12-21T04:34:46.645Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22812024-12-21T04:34:46.766Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22822024-12-21T04:34:46.909Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22832024-12-21T04:34:46.979Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22842024-12-21T04:34:46.982Z[ omicron-package] Compiling gethostname v0.5.0
22852024-12-21T04:34:47.260Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22862024-12-21T04:34:47.612Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22872024-12-21T04:34:50.154Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22882024-12-21T04:34:51.489Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-21T04:34:52.919Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22902024-12-21T04:34:55.717Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22912024-12-21T04:34:56.390Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22922024-12-21T04:34:58.166Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22932024-12-21T04:35:09.692Z[ helios-setup] Dec 21 04:35:09.048 INFO helios repository root is: /work/oxidecomputer/helios
22942024-12-21T04:35:09.694Z[ helios-setup] Dec 21 04:35:09.051 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
22952024-12-21T04:35:09.694Z[ helios-setup] Dec 21 04:35:09.051 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22962024-12-21T04:35:09.699Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22972024-12-21T04:35:10.658Z[ helios-setup] Dec 21 04:35:10.024 INFO clone ok!, project: chelsio-t6-roms
22982024-12-21T04:35:10.660Z[ helios-setup] Dec 21 04:35:10.024 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
22992024-12-21T04:35:10.660Z[ helios-setup] Dec 21 04:35:10.024 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23002024-12-21T04:35:10.663Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23012024-12-21T04:35:11.168Z[ helios-setup] Dec 21 04:35:10.538 INFO clone ok!, project: pinprick
23022024-12-21T04:35:11.172Z[ helios-setup] Dec 21 04:35:10.538 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
23032024-12-21T04:35:11.173Z[ helios-setup] Dec 21 04:35:10.538 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23042024-12-21T04:35:11.175Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23052024-12-21T04:35:11.828Z[ helios-setup] Dec 21 04:35:11.203 INFO clone ok!, project: image-builder
23062024-12-21T04:35:11.830Z[ helios-setup] Dec 21 04:35:11.203 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
23072024-12-21T04:35:11.830Z[ helios-setup] Dec 21 04:35:11.203 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23082024-12-21T04:35:11.832Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23092024-12-21T04:35:12.705Z[ helios-setup] Dec 21 04:35:12.089 INFO clone ok!, project: phbl
23102024-12-21T04:35:12.710Z[ helios-setup] Dec 21 04:35:12.089 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
23112024-12-21T04:35:12.710Z[ helios-setup] Dec 21 04:35:12.090 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23122024-12-21T04:35:12.713Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23132024-12-21T04:35:13.509Z[ helios-setup] Dec 21 04:35:12.900 INFO clone ok!, project: bootserver
23142024-12-21T04:35:13.512Z[ helios-setup] Dec 21 04:35:12.900 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
23152024-12-21T04:35:13.512Z[ helios-setup] Dec 21 04:35:12.901 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23162024-12-21T04:35:13.516Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23172024-12-21T04:35:16.561Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.04s
23182024-12-21T04:35:16.815Z[ omicron-package]
23192024-12-21T04:35:16.815Z[ omicron-package] real 51.268030214
23202024-12-21T04:35:16.818Z[ omicron-package] user 2:59.399748820
23212024-12-21T04:35:16.818Z[ omicron-package] sys 26.601065522
23222024-12-21T04:35:16.818Z[ omicron-package] trap 0.193635087
23232024-12-21T04:35:16.818Z[ omicron-package] tflt 0.751191162
23242024-12-21T04:35:16.818Z[ omicron-package] dflt 0.741950066
23252024-12-21T04:35:16.818Z[ omicron-package] kflt 0.000651274
23262024-12-21T04:35:16.818Z[ omicron-package] lock 6:14.032757226
23272024-12-21T04:35:16.818Z[ omicron-package] slp 10:20.495102960
23282024-12-21T04:35:16.818Z[ omicron-package] lat 1:40.635378243
23292024-12-21T04:35:16.818Z[ omicron-package] stop 59.617233410
23302024-12-21T04:35:16.818ZDec 21 04:35:16.237 INFO [omicron-package] process exited with exit status: 0 (51.313643862s)
23312024-12-21T04:35:16.818ZDec 21 04:35:16.238 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
23322024-12-21T04:35:16.894ZDec 21 04:35:16.316 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23332024-12-21T04:35:16.906Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23342024-12-21T04:35:16.909Z[ host-target] Created new build target 'host' and set it as active
23352024-12-21T04:35:16.910ZDec 21 04:35:16.330 INFO [host-target] process exited with exit status: 0 (92.859958ms)
23362024-12-21T04:35:16.910ZDec 21 04:35:16.331 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23372024-12-21T04:35:16.915Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23382024-12-21T04:35:16.918Z[ recovery-target] Created new build target 'recovery' and set it as active
23392024-12-21T04:35:16.918ZDec 21 04:35:16.339 INFO [recovery-target] process exited with exit status: 0 (23.161695ms)
23402024-12-21T04:35:16.924Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23412024-12-21T04:35:18.197Z[ host-package] Compiling convert_case v0.4.0
23422024-12-21T04:35:18.199Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23432024-12-21T04:35:18.199Z[ host-package] Compiling newline-converter v0.3.0
23442024-12-21T04:35:18.199Z[ host-package] Compiling password-hash v0.5.0
23452024-12-21T04:35:18.199Z[ host-package] Compiling blake2 v0.10.6
23462024-12-21T04:35:18.199Z[ host-package] Compiling atomicwrites v0.4.4
23472024-12-21T04:35:18.361Z[ host-package] Compiling progenitor-client v0.8.0
23482024-12-21T04:35:18.424Z[ host-package] Compiling cancel-safe-futures v0.1.5
23492024-12-21T04:35:18.506Z[ host-package] Compiling expectorate v1.1.0
23502024-12-21T04:35:18.585Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23512024-12-21T04:35:18.712Z[ host-package] Compiling owo-colors v4.1.0
23522024-12-21T04:35:18.880Z[ host-package] Compiling progenitor v0.8.0
23532024-12-21T04:35:18.925Z[ host-package] Compiling argon2 v0.5.3
23542024-12-21T04:35:18.971Z[ host-package] Compiling num-rational v0.4.2
23552024-12-21T04:35:19.054Z[ host-package] Compiling derive_more v0.99.18
23562024-12-21T04:35:19.135Z[ host-package] Compiling num-complex v0.4.6
23572024-12-21T04:35:19.614Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23582024-12-21T04:35:19.693Z[ helios-setup] Dec 21 04:35:19.136 INFO clone ok!, project: amd-firmware
23592024-12-21T04:35:19.696Z[ helios-setup] Dec 21 04:35:19.136 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23602024-12-21T04:35:19.696Z[ helios-setup] Dec 21 04:35:19.136 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23612024-12-21T04:35:19.696Z[ helios-setup] Dec 21 04:35:19.136 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
23622024-12-21T04:35:19.696Z[ helios-setup] Dec 21 04:35:19.137 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
23632024-12-21T04:35:19.696Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23642024-12-21T04:35:20.254Z[ host-package] Compiling num v0.4.3
23652024-12-21T04:35:20.382Z[ host-package] Compiling libsw v3.3.1
23662024-12-21T04:35:20.403Z[ host-package] Compiling indent_write v2.2.0
23672024-12-21T04:35:20.452Z[ host-package] Compiling swrite v0.1.0
23682024-12-21T04:35:20.548Z[ host-package] Compiling float-ord v0.3.2
23692024-12-21T04:35:20.614Z[ host-package] Compiling linear-map v1.2.0
23702024-12-21T04:35:20.655Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23712024-12-21T04:35:20.750Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23722024-12-21T04:35:20.782Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23732024-12-21T04:35:20.971Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23742024-12-21T04:35:20.999Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23752024-12-21T04:35:21.088Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23762024-12-21T04:35:21.434Z[ host-package] Compiling highway v1.2.0
23772024-12-21T04:35:21.553Z[ host-package] Compiling semver v0.1.20
23782024-12-21T04:35:22.186Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23792024-12-21T04:35:22.428Z[ host-package] Compiling rustc_version v0.1.7
23802024-12-21T04:35:22.910Z[ host-package] Compiling newtype_derive v0.1.6
23812024-12-21T04:35:22.956Z[ host-package] Compiling tungstenite v0.21.0
23822024-12-21T04:35:23.241Z[ host-package] Compiling ipnetwork v0.20.0
23832024-12-21T04:35:24.136Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23842024-12-21T04:35:24.882Z[ host-package] Compiling tokio-tungstenite v0.21.0
23852024-12-21T04:35:25.579Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23862024-12-21T04:35:26.057Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23872024-12-21T04:35:28.515Z[ host-package] Compiling humantime v2.1.0
23882024-12-21T04:35:29.249Z[ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
23892024-12-21T04:35:29.517Z[ host-package] Compiling dropshot v0.13.0
23902024-12-21T04:35:29.625Z[ host-package] Compiling instant v0.1.13
23912024-12-21T04:35:29.807Z[ host-package] Compiling backoff v0.4.0
23922024-12-21T04:35:29.926Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23932024-12-21T04:35:29.941Z[ helios-setup] Dec 21 04:35:29.482 INFO clone ok!, project: amd-host-image-builder
23942024-12-21T04:35:29.944Z[ helios-setup] Dec 21 04:35:29.483 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23952024-12-21T04:35:29.944Z[ helios-setup] Dec 21 04:35:29.483 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
23962024-12-21T04:35:29.944Z[ helios-setup] Dec 21 04:35:29.483 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23972024-12-21T04:35:29.947Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23982024-12-21T04:35:30.303Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23992024-12-21T04:35:30.485Z[ host-package] Compiling steno v0.4.1
24002024-12-21T04:35:30.728Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24012024-12-21T04:35:30.804Z[ host-package] Compiling parse-display v0.10.0
24022024-12-21T04:35:31.061Z[ helios-setup] Dec 21 04:35:30.612 INFO clone ok!, project: pilot
24032024-12-21T04:35:31.064Z[ helios-setup] Dec 21 04:35:30.613 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24042024-12-21T04:35:31.495Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052024-12-21T04:35:31.738Z[ host-package] Compiling strum v0.26.3
24062024-12-21T04:35:31.788Z[ helios-setup] Dec 21 04:35:31.346 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24072024-12-21T04:35:31.967Z[ host-package] Compiling serde_with v3.11.0
24082024-12-21T04:35:32.457Z[ helios-setup] Dec 21 04:35:32.020 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24092024-12-21T04:35:32.459Z[ helios-setup] Dec 21 04:35:32.021 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24102024-12-21T04:35:33.011Z[ helios-setup] Dec 21 04:35:32.579 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24112024-12-21T04:35:33.570Z[ helios-setup] Dec 21 04:35:33.144 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24122024-12-21T04:35:33.578Z[ helios-setup] Dec 21 04:35:33.144 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24132024-12-21T04:35:34.222Z[ helios-setup] Dec 21 04:35:33.791 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24142024-12-21T04:35:34.741Z[ helios-setup] Dec 21 04:35:34.325 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24152024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24162024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24172024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO ok!
24182024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24192024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24202024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO ok!
24212024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24222024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24232024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO ok!
24242024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24252024-12-21T04:35:34.743Z[ helios-setup] Dec 21 04:35:34.326 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24262024-12-21T04:35:35.062Z[ helios-setup] Dec 21 04:35:34.649 INFO E| Downloading crates ...
24272024-12-21T04:35:35.240Z[ helios-setup] Dec 21 04:35:34.829 INFO E| Downloaded miniz_oxide v0.7.2
24282024-12-21T04:35:35.299Z[ helios-setup] Dec 21 04:35:34.888 INFO E| Compiling adler v1.0.2
24292024-12-21T04:35:35.457Z[ helios-setup] Dec 21 04:35:35.048 INFO E| Compiling miniz_oxide v0.7.2
24302024-12-21T04:35:36.343Z[ host-package] Compiling regress v0.9.1
24312024-12-21T04:35:36.976Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24322024-12-21T04:35:38.131Z[ helios-setup] Dec 21 04:35:37.747 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24332024-12-21T04:35:39.011Z[ helios-setup] Dec 21 04:35:38.635 INFO E| Finished `release` profile [optimized] target(s) in 4.21s
24342024-12-21T04:35:39.023Z[ helios-setup] Dec 21 04:35:38.646 INFO building project "pinprick" ok (4 seconds)
24352024-12-21T04:35:39.023Z[ helios-setup] Dec 21 04:35:38.646 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24362024-12-21T04:35:39.023Z[ helios-setup] Dec 21 04:35:38.646 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24372024-12-21T04:35:39.323Z[ helios-setup] Dec 21 04:35:38.949 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24382024-12-21T04:35:39.781Z[ host-package] Compiling macaddr v1.0.1
24392024-12-21T04:35:39.964Z[ helios-setup] Dec 21 04:35:39.596 INFO E| From https://github.com/jclulow/rust-jmclib
24402024-12-21T04:35:39.964Z[ helios-setup] Dec 21 04:35:39.596 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24412024-12-21T04:35:39.980Z[ helios-setup] Dec 21 04:35:39.612 INFO E| Updating crates.io index
24422024-12-21T04:35:39.982Z[ host-package] Compiling slog-dtrace v0.3.0
24432024-12-21T04:35:40.161Z[ helios-setup] Dec 21 04:35:39.794 INFO E| Downloading crates ...
24442024-12-21T04:35:40.309Z[ helios-setup] Dec 21 04:35:39.944 INFO E| Downloaded errno v0.3.1
24452024-12-21T04:35:40.312Z[ helios-setup] Dec 21 04:35:39.947 INFO E| Downloaded unicode-width v0.1.10
24462024-12-21T04:35:40.314Z[ helios-setup] Dec 21 04:35:39.948 INFO E| Downloaded itoa v1.0.9
24472024-12-21T04:35:40.317Z[ helios-setup] Dec 21 04:35:39.951 INFO E| Downloaded sha-1 v0.9.8
24482024-12-21T04:35:40.319Z[ helios-setup] Dec 21 04:35:39.953 INFO E| Downloaded block-buffer v0.9.0
24492024-12-21T04:35:40.323Z[ helios-setup] Dec 21 04:35:39.954 INFO E| Downloaded anyhow v1.0.72
24502024-12-21T04:35:40.325Z[ helios-setup] Dec 21 04:35:39.959 INFO E| Downloaded opaque-debug v0.3.0
24512024-12-21T04:35:40.327Z[ helios-setup] Dec 21 04:35:39.961 INFO E| Downloaded libdevinfo-sys v1.0.0
24522024-12-21T04:35:40.327Z[ helios-setup] Dec 21 04:35:39.962 INFO E| Downloaded digest v0.9.0
24532024-12-21T04:35:40.333Z[ helios-setup] Dec 21 04:35:39.964 INFO E| Downloaded getrandom v0.2.10
24542024-12-21T04:35:40.336Z[ helios-setup] Dec 21 04:35:39.967 INFO E| Downloaded cpufeatures v0.2.9
24552024-12-21T04:35:40.341Z[ helios-setup] Dec 21 04:35:39.977 INFO E| Downloaded walkdir v2.3.3
24562024-12-21T04:35:40.344Z[ helios-setup] Dec 21 04:35:39.980 INFO E| Downloaded md-5 v0.9.1
24572024-12-21T04:35:40.346Z[ helios-setup] Dec 21 04:35:39.982 INFO E| Downloaded uuid v0.8.2
24582024-12-21T04:35:40.351Z[ helios-setup] Dec 21 04:35:39.987 INFO E| Downloaded tempfile v3.7.0
24592024-12-21T04:35:40.354Z[ helios-setup] Dec 21 04:35:39.990 INFO E| Downloaded fastrand v2.0.0
24602024-12-21T04:35:40.357Z[ helios-setup] Dec 21 04:35:39.992 INFO E| Downloaded quote v1.0.31
24612024-12-21T04:35:40.360Z[ helios-setup] Dec 21 04:35:39.996 INFO E| Downloaded bitflags v2.3.3
24622024-12-21T04:35:40.365Z[ helios-setup] Dec 21 04:35:40.000 INFO E| Downloaded once_cell v1.18.0
24632024-12-21T04:35:40.368Z[ helios-setup] Dec 21 04:35:40.004 INFO E| Downloaded unicode-ident v1.0.11
24642024-12-21T04:35:40.373Z[ helios-setup] Dec 21 04:35:40.009 INFO E| Downloaded typenum v1.16.0
24652024-12-21T04:35:40.377Z[ helios-setup] Dec 21 04:35:40.013 INFO E| Downloaded ryu v1.0.15
24662024-12-21T04:35:40.380Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24672024-12-21T04:35:40.385Z[ helios-setup] Dec 21 04:35:40.018 INFO E| Downloaded toml v0.5.11
24682024-12-21T04:35:40.388Z[ helios-setup] Dec 21 04:35:40.023 INFO E| Downloaded serde v1.0.193
24692024-12-21T04:35:40.392Z[ helios-setup] Dec 21 04:35:40.028 INFO E| Downloaded serde_derive v1.0.193
24702024-12-21T04:35:40.396Z[ helios-setup] Dec 21 04:35:40.032 INFO E| Downloaded proc-macro2 v1.0.66
24712024-12-21T04:35:40.401Z[ helios-setup] Dec 21 04:35:40.037 INFO E| Downloaded serde_json v1.0.103
24722024-12-21T04:35:40.429Z[ helios-setup] Dec 21 04:35:40.065 INFO E| Downloaded syn v2.0.32
24732024-12-21T04:35:40.435Z[ helios-setup] Dec 21 04:35:40.072 INFO E| Downloaded rustix v0.38.4
24742024-12-21T04:35:40.465Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24752024-12-21T04:35:40.480Z[ helios-setup] Dec 21 04:35:40.116 INFO E| Downloaded libc v0.2.147
24762024-12-21T04:35:40.603Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling libc v0.2.147
24772024-12-21T04:35:40.603Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling proc-macro2 v1.0.66
24782024-12-21T04:35:40.603Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling unicode-ident v1.0.11
24792024-12-21T04:35:40.606Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling cfg-if v1.0.0
24802024-12-21T04:35:40.606Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling version_check v0.9.4
24812024-12-21T04:35:40.606Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling typenum v1.16.0
24822024-12-21T04:35:40.606Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling serde v1.0.193
24832024-12-21T04:35:40.606Z[ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling slog v2.7.0
24842024-12-21T04:35:41.040Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24852024-12-21T04:35:41.559Z[ helios-setup] Dec 21 04:35:41.206 INFO E| Compiling time-core v0.1.2
24862024-12-21T04:35:41.645Z[ helios-setup] Dec 21 04:35:41.291 INFO E| Compiling itoa v1.0.9
24872024-12-21T04:35:42.007Z[ helios-setup] Dec 21 04:35:41.653 INFO E| Compiling powerfmt v0.2.0
24882024-12-21T04:35:42.052Z[ helios-setup] Dec 21 04:35:41.703 INFO E| Compiling rustix v0.38.4
24892024-12-21T04:35:42.490Z[ helios-setup] Dec 21 04:35:42.144 INFO E| Compiling generic-array v0.14.7
24902024-12-21T04:35:42.599Z[ helios-setup] Dec 21 04:35:42.255 INFO E| Compiling num-conv v0.1.0
24912024-12-21T04:35:42.766Z[ helios-setup] Dec 21 04:35:42.424 INFO E| Compiling deranged v0.3.11
24922024-12-21T04:35:42.888Z[ helios-setup] Dec 21 04:35:42.546 INFO E| Compiling once_cell v1.18.0
24932024-12-21T04:35:43.008Z[ helios-setup] Dec 21 04:35:42.667 INFO E| Compiling time-macros v0.2.18
24942024-12-21T04:35:43.219Z[ helios-setup] Dec 21 04:35:42.880 INFO E| Compiling bitflags v2.3.3
24952024-12-21T04:35:43.606Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24962024-12-21T04:35:43.700Z[ helios-setup] Dec 21 04:35:43.366 INFO E| Compiling num_threads v0.1.6
24972024-12-21T04:35:43.835Z[ helios-setup] Dec 21 04:35:43.503 INFO E| Compiling quote v1.0.31
24982024-12-21T04:35:43.862Z[ helios-setup] Dec 21 04:35:43.530 INFO E| Compiling thread_local v1.1.7
24992024-12-21T04:35:44.312Z[ host-package] Compiling prettyplease v0.2.25
25002024-12-21T04:35:44.557Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25012024-12-21T04:35:45.106Z[ helios-setup] Dec 21 04:35:44.785 INFO E| Compiling syn v2.0.32
25022024-12-21T04:35:45.252Z[ helios-setup] Dec 21 04:35:44.931 INFO E| Compiling fastrand v2.0.0
25032024-12-21T04:35:45.362Z[ helios-setup] Dec 21 04:35:45.043 INFO E| Compiling anyhow v1.0.72
25042024-12-21T04:35:45.732Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
25052024-12-21T04:35:45.919Z[ helios-setup] Dec 21 04:35:45.604 INFO E| Compiling dirs-sys-next v0.1.2
25062024-12-21T04:35:46.486Z[ helios-setup] Dec 21 04:35:46.177 INFO E| Compiling dirs-next v2.0.0
25072024-12-21T04:35:46.585Z[ helios-setup] Dec 21 04:35:46.277 INFO E| Compiling errno v0.3.1
25082024-12-21T04:35:46.713Z[ helios-setup] Dec 21 04:35:46.406 INFO E| Compiling term v0.7.0
25092024-12-21T04:35:46.893Z[ helios-setup] Dec 21 04:35:46.588 INFO E| Compiling block-buffer v0.9.0
25102024-12-21T04:35:47.006Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112024-12-21T04:35:47.154Z[ helios-setup] Dec 21 04:35:46.851 INFO E| Compiling digest v0.9.0
25122024-12-21T04:35:47.227Z[ helios-setup] Dec 21 04:35:46.925 INFO E| Compiling atty v0.2.14
25132024-12-21T04:35:47.295Z[ helios-setup] Dec 21 04:35:46.993 INFO E| Compiling serde_json v1.0.103
25142024-12-21T04:35:47.393Z[ helios-setup] Dec 21 04:35:47.093 INFO E| Compiling opaque-debug v0.3.0
25152024-12-21T04:35:47.515Z[ helios-setup] Dec 21 04:35:47.216 INFO E| Compiling getrandom v0.2.10
25162024-12-21T04:35:47.557Z[ helios-setup] Dec 21 04:35:47.259 INFO E| Compiling ryu v1.0.15
25172024-12-21T04:35:48.029Z[ helios-setup] Dec 21 04:35:47.734 INFO E| Compiling same-file v1.0.6
25182024-12-21T04:35:48.167Z[ helios-setup] Dec 21 04:35:47.874 INFO E| Compiling cpufeatures v0.2.9
25192024-12-21T04:35:48.200Z[ helios-setup] Dec 21 04:35:47.907 INFO E| Compiling time v0.3.36
25202024-12-21T04:35:48.273Z[ helios-setup] Dec 21 04:35:47.981 INFO E| Compiling unicode-width v0.1.10
25212024-12-21T04:35:48.403Z[ helios-setup] Dec 21 04:35:48.111 INFO E| Compiling walkdir v2.3.3
25222024-12-21T04:35:48.495Z[ helios-setup] Dec 21 04:35:48.205 INFO E| Compiling getopts v0.2.21
25232024-12-21T04:35:48.515Z[ helios-setup] Dec 21 04:35:48.226 INFO E| Compiling sha-1 v0.9.8
25242024-12-21T04:35:50.092Z[ helios-setup] Dec 21 04:35:49.816 INFO E| Compiling tempfile v3.7.0
25252024-12-21T04:35:50.388Z[ helios-setup] Dec 21 04:35:50.114 INFO E| Compiling md-5 v0.9.1
25262024-12-21T04:35:50.501Z[ helios-setup] Dec 21 04:35:50.228 INFO E| Compiling glob v0.3.1
25272024-12-21T04:35:50.510Z[ helios-setup] Dec 21 04:35:50.234 INFO E| Compiling libdevinfo-sys v1.0.0
25282024-12-21T04:35:51.365Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292024-12-21T04:35:52.174Z[ helios-setup] Dec 21 04:35:51.918 INFO E| Compiling slog-term v2.9.0
25302024-12-21T04:35:53.901Z[ helios-setup] Dec 21 04:35:53.660 INFO E| Compiling serde_derive v1.0.193
25312024-12-21T04:35:54.280Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
25322024-12-21T04:36:08.156Z[ host-package] Compiling half v2.4.1
25332024-12-21T04:36:08.874Z[ helios-setup] Dec 21 04:36:08.769 INFO E| Compiling toml v0.5.11
25342024-12-21T04:36:08.878Z[ helios-setup] Dec 21 04:36:08.769 INFO E| Compiling uuid v0.8.2
25352024-12-21T04:36:09.133Z[ host-package] Compiling ciborium-io v0.2.2
25362024-12-21T04:36:09.505Z[ host-package] Compiling ciborium-ll v0.2.2
25372024-12-21T04:36:09.576Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25382024-12-21T04:36:09.668Z[ host-package] Compiling fastrand v2.1.1
25392024-12-21T04:36:10.026Z[ host-package] Compiling display-error-chain v0.2.2
25402024-12-21T04:36:10.292Z[ host-package] Compiling ciborium v0.2.2
25412024-12-21T04:36:10.331Z[ host-package] Compiling same-file v1.0.6
25422024-12-21T04:36:10.512Z[ host-package] Compiling tempfile v3.13.0
25432024-12-21T04:36:10.594Z[ host-package] Compiling walkdir v2.5.0
25442024-12-21T04:36:10.957Z[ helios-setup] Dec 21 04:36:10.871 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25452024-12-21T04:36:11.447Z[ host-package] Compiling ring v0.16.20
25462024-12-21T04:36:11.484Z[ host-package] Compiling blake3 v1.5.4
25472024-12-21T04:36:11.537Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482024-12-21T04:36:11.538Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25492024-12-21T04:36:12.536Z[ host-package] Compiling xattr v1.3.1
25502024-12-21T04:36:12.958Z[ host-package] Compiling memmap2 v0.9.5
25512024-12-21T04:36:13.147Z[ host-package] Compiling filetime v0.2.25
25522024-12-21T04:36:13.433Z[ host-package] Compiling spin v0.5.2
25532024-12-21T04:36:13.637Z[ host-package] Compiling constant_time_eq v0.3.1
25542024-12-21T04:36:13.709Z[ host-package] Compiling keccak v0.1.5
25552024-12-21T04:36:13.838Z[ host-package] Compiling arrayvec v0.7.6
25562024-12-21T04:36:13.921Z[ helios-setup] Dec 21 04:36:13.861 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25572024-12-21T04:36:14.342Z[ host-package] Compiling arrayref v0.3.9
25582024-12-21T04:36:14.731Z[ host-package] Compiling sha3 v0.10.8
25592024-12-21T04:36:15.776Z[ host-package] Compiling tar v0.4.42
25602024-12-21T04:36:15.897Z[ host-package] Compiling camino-tempfile v1.1.1
25612024-12-21T04:36:16.022Z[ host-package] Compiling toolchain_find v0.4.0
25622024-12-21T04:36:16.487Z[ host-package] Compiling const_format_proc_macros v0.2.33
25632024-12-21T04:36:16.823Z[ host-package] Compiling maplit v1.0.2
25642024-12-21T04:36:16.994Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652024-12-21T04:36:17.037Z[ host-package] Compiling crunchy v0.2.2
25662024-12-21T04:36:17.112Z[ host-package] Compiling topological-sort v0.2.2
25672024-12-21T04:36:17.451Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25682024-12-21T04:36:17.513Z[ host-package] Compiling omicron-zone-package v0.11.1
25692024-12-21T04:36:17.680Z[ host-package] Compiling tiny-keccak v2.0.2
25702024-12-21T04:36:18.109Z[ host-package] Compiling dsl_auto_type v0.1.2
25712024-12-21T04:36:18.156Z[ host-package] Compiling phf_generator v0.11.2
25722024-12-21T04:36:18.159Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25732024-12-21T04:36:18.415Z[ host-package] Compiling secrecy v0.8.0
25742024-12-21T04:36:18.599Z[ host-package] Compiling const_format v0.2.33
25752024-12-21T04:36:18.704Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25762024-12-21T04:36:18.897Z[ host-package] Compiling arc-swap v1.7.1
25772024-12-21T04:36:19.166Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25782024-12-21T04:36:19.501Z[ host-package] Compiling slog-scope v4.4.0
25792024-12-21T04:36:19.710Z[ host-package] Compiling diesel_derives v2.2.3
25802024-12-21T04:36:19.710Z[ host-package] Compiling r2d2 v0.8.10
25812024-12-21T04:36:19.710Z[ host-package] Compiling phf_codegen v0.11.2
25822024-12-21T04:36:20.089Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25832024-12-21T04:36:20.254Z[ host-package] Compiling ascii-canvas v3.0.0
25842024-12-21T04:36:20.376Z[ host-package] Compiling universal-hash v0.5.1
25852024-12-21T04:36:20.535Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25862024-12-21T04:36:20.732Z[ host-package] Compiling parse-zoneinfo v0.3.1
25872024-12-21T04:36:20.814Z[ host-package] Compiling ena v0.14.3
25882024-12-21T04:36:21.294Z[ host-package] Compiling diff v0.1.13
25892024-12-21T04:36:21.942Z[ host-package] Compiling opaque-debug v0.3.1
25902024-12-21T04:36:22.129Z[ host-package] Compiling regex-syntax v0.6.29
25912024-12-21T04:36:22.653Z[ host-package] Compiling poly1305 v0.8.0
25922024-12-21T04:36:23.689Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25932024-12-21T04:36:24.094Z[ host-package] Compiling thiserror-no-std v2.0.2
25942024-12-21T04:36:24.743Z[ host-package] Compiling chrono-tz-build v0.4.0
25952024-12-21T04:36:24.801Z[ host-package] Compiling slog-stdlog v4.1.1
25962024-12-21T04:36:26.080Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25972024-12-21T04:36:26.466Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25982024-12-21T04:36:26.909Z[ host-package] Compiling lalrpop v0.19.12
25992024-12-21T04:36:27.016Z[ helios-setup] Dec 21 04:36:27.076 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s
26002024-12-21T04:36:27.050Z[ helios-setup] Dec 21 04:36:27.110 INFO building project "image-builder" ok (48 seconds)
26012024-12-21T04:36:27.050Z[ helios-setup] Dec 21 04:36:27.110 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26022024-12-21T04:36:27.053Z[ helios-setup] Dec 21 04:36:27.110 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26032024-12-21T04:36:27.329Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042024-12-21T04:36:27.414Z[ helios-setup] Dec 21 04:36:27.478 INFO E| Downloading crates ...
26052024-12-21T04:36:27.537Z[ helios-setup] Dec 21 04:36:27.602 INFO E| Downloaded sha2 v0.10.5
26062024-12-21T04:36:27.541Z[ helios-setup] Dec 21 04:36:27.606 INFO E| Downloaded miniz_oxide v0.6.2
26072024-12-21T04:36:27.544Z[ helios-setup] Dec 21 04:36:27.609 INFO E| Downloaded generic-array v0.14.6
26082024-12-21T04:36:27.546Z[ helios-setup] Dec 21 04:36:27.612 INFO E| Downloaded block-buffer v0.10.3
26092024-12-21T04:36:27.548Z[ helios-setup] Dec 21 04:36:27.613 INFO E| Downloaded digest v0.10.3
26102024-12-21T04:36:27.606Z[ host-package] Compiling chacha20 v0.9.1
26112024-12-21T04:36:27.626Z[ helios-setup] Dec 21 04:36:27.692 INFO E| Downloaded flate2 v1.0.25
26122024-12-21T04:36:27.635Z[ helios-setup] Dec 21 04:36:27.701 INFO E| Downloaded typenum v1.15.0
26132024-12-21T04:36:27.638Z[ helios-setup] Dec 21 04:36:27.702 INFO E| Downloaded anyhow v1.0.62
26142024-12-21T04:36:27.641Z[ helios-setup] Dec 21 04:36:27.707 INFO E| Downloaded bytes v1.2.1
26152024-12-21T04:36:27.646Z[ helios-setup] Dec 21 04:36:27.712 INFO E| Downloaded cpufeatures v0.2.5
26162024-12-21T04:36:27.722Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling version_check v0.9.4
26172024-12-21T04:36:27.722Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling typenum v1.15.0
26182024-12-21T04:36:27.722Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling cfg-if v1.0.0
26192024-12-21T04:36:27.723Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling crc32fast v1.3.2
26202024-12-21T04:36:27.727Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling anyhow v1.0.62
26212024-12-21T04:36:27.727Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling adler v1.0.2
26222024-12-21T04:36:27.727Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling unicode-width v0.1.10
26232024-12-21T04:36:27.727Z[ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling cpufeatures v0.2.5
26242024-12-21T04:36:28.198Z[ helios-setup] Dec 21 04:36:28.252 INFO E| Compiling bitflags v1.3.2
26252024-12-21T04:36:28.204Z[ host-package] Compiling aead v0.5.2
26262024-12-21T04:36:28.338Z[ helios-setup] Dec 21 04:36:28.385 INFO E| Compiling miniz_oxide v0.6.2
26272024-12-21T04:36:28.454Z[ helios-setup] Dec 21 04:36:28.494 INFO E| Compiling getopts v0.2.21
26282024-12-21T04:36:28.558Z[ helios-setup] Dec 21 04:36:28.593 INFO E| Compiling bytes v1.2.1
26292024-12-21T04:36:28.871Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26302024-12-21T04:36:29.160Z[ helios-setup] Dec 21 04:36:29.162 INFO E| Compiling generic-array v0.14.6
26312024-12-21T04:36:29.509Z[ host-package] Compiling ref-cast v1.0.23
26322024-12-21T04:36:30.203Z[ helios-setup] Dec 21 04:36:30.149 INFO E| Compiling flate2 v1.0.25
26332024-12-21T04:36:30.410Z[ host-package] Compiling vte v0.11.1
26342024-12-21T04:36:30.477Z[ host-package] Compiling chacha20poly1305 v0.10.1
26352024-12-21T04:36:31.150Z[ host-package] Compiling chrono-tz v0.10.0
26362024-12-21T04:36:32.344Z[ host-package] Compiling slog-envlogger v2.2.0
26372024-12-21T04:36:32.904Z[ host-package] Compiling vsss-rs v3.3.4
26382024-12-21T04:36:34.269Z[ helios-setup] Dec 21 04:36:33.995 INFO E| Compiling crypto-common v0.1.6
26392024-12-21T04:36:34.271Z[ helios-setup] Dec 21 04:36:33.995 INFO E| Compiling block-buffer v0.10.3
26402024-12-21T04:36:34.464Z[ helios-setup] Dec 21 04:36:34.180 INFO E| Compiling digest v0.10.3
26412024-12-21T04:36:34.743Z[ host-package] Compiling diesel v2.2.6
26422024-12-21T04:36:34.809Z[ helios-setup] Dec 21 04:36:34.506 INFO E| Compiling sha2 v0.10.5
26432024-12-21T04:36:35.292Z[ helios-setup] Dec 21 04:36:34.963 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26442024-12-21T04:36:35.664Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26452024-12-21T04:36:36.101Z[ host-package] Compiling derive_builder_core v0.20.2
26462024-12-21T04:36:38.209Z[ host-package] Compiling headers-core v0.3.0
26472024-12-21T04:36:38.969Z[ host-package] Compiling fxhash v0.2.1
26482024-12-21T04:36:39.154Z[ host-package] Compiling libxml v0.3.3
26492024-12-21T04:36:39.645Z[ host-package] Compiling ref-cast-impl v1.0.23
26502024-12-21T04:36:39.977Z[ host-package] Compiling bytecount v0.6.8
26512024-12-21T04:36:40.132Z[ helios-setup] Dec 21 04:36:39.542 INFO E| Finished `release` profile [optimized] target(s) in 13.08s
26522024-12-21T04:36:40.147Z[ helios-setup] Dec 21 04:36:39.556 INFO building project "bootserver" ok (13 seconds)
26532024-12-21T04:36:40.147Z[ helios-setup] Dec 21 04:36:39.556 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26542024-12-21T04:36:40.147Z[ helios-setup] Dec 21 04:36:39.556 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26552024-12-21T04:36:40.157Z[ helios-setup] Dec 21 04:36:39.566 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26562024-12-21T04:36:40.415Z[ host-package] Compiling papergrid v0.11.0
26572024-12-21T04:36:40.571Z[ helios-setup] Dec 21 04:36:39.958 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26582024-12-21T04:36:40.571Z[ helios-setup] Dec 21 04:36:39.958 INFO E| info: downloading component 'cargo'
26592024-12-21T04:36:41.123Z[ host-package] Compiling derive_builder_macro v0.20.2
26602024-12-21T04:36:41.754Z[ helios-setup] Dec 21 04:36:41.077 INFO E| info: downloading component 'clippy'
26612024-12-21T04:36:42.041Z[ helios-setup] Dec 21 04:36:41.348 INFO E| info: downloading component 'rust-docs'
26622024-12-21T04:36:42.055Z[ host-package] Compiling headers v0.4.0
26632024-12-21T04:36:43.406Z[ helios-setup] Dec 21 04:36:42.639 INFO E| info: downloading component 'rust-src'
26642024-12-21T04:36:43.619Z[ helios-setup] Dec 21 04:36:42.841 INFO E| info: downloading component 'rust-std'
26652024-12-21T04:36:45.928Z[ helios-setup] Dec 21 04:36:45.025 INFO E| info: downloading component 'rustc'
26662024-12-21T04:36:51.079Z[ helios-setup] Dec 21 04:36:49.898 INFO E| info: downloading component 'rustfmt'
26672024-12-21T04:36:51.778Z[ helios-setup] Dec 21 04:36:50.559 INFO E| info: installing component 'cargo'
26682024-12-21T04:36:53.097Z[ helios-setup] Dec 21 04:36:51.807 INFO E| info: installing component 'clippy'
26692024-12-21T04:36:53.561Z[ helios-setup] Dec 21 04:36:52.246 INFO E| info: installing component 'rust-docs'
26702024-12-21T04:36:54.891Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26712024-12-21T04:36:57.076Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722024-12-21T04:36:58.664Z[ host-package] Compiling polar-core v0.27.3
26732024-12-21T04:36:59.829Z[ helios-setup] Dec 21 04:36:58.188 INFO E| info: installing component 'rust-src'
26742024-12-21T04:37:00.312Z[ helios-setup] Dec 21 04:36:58.675 INFO E| info: installing component 'rust-std'
26752024-12-21T04:37:00.782Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762024-12-21T04:37:01.218Z[ host-package] Compiling tabled_derive v0.7.0
26772024-12-21T04:37:01.301Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782024-12-21T04:37:02.781Z[ helios-setup] Dec 21 04:37:01.167 INFO E| info: installing component 'rustc'
26792024-12-21T04:37:03.772Z[ host-package] Compiling fd-lock v4.0.2
26802024-12-21T04:37:03.926Z[ host-package] Compiling peg-macros v0.8.4
26812024-12-21T04:37:04.143Z[ host-package] Compiling strum_macros v0.24.3
26822024-12-21T04:37:06.777Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26832024-12-21T04:37:07.923Z[ host-package] Compiling kstat-rs v0.2.4
26842024-12-21T04:37:07.994Z[ host-package] Compiling samael v0.0.17
26852024-12-21T04:37:08.045Z[ host-package] Compiling unicase v2.7.0
26862024-12-21T04:37:08.509Z[ host-package] Compiling indoc v1.0.9
26872024-12-21T04:37:08.956Z[ helios-setup] Dec 21 04:37:07.398 INFO E| info: installing component 'rustfmt'
26882024-12-21T04:37:08.996Z[ host-package] Compiling nu-ansi-term v0.50.1
26892024-12-21T04:37:09.691Z[ host-package] Compiling reedline v0.35.0
26902024-12-21T04:37:09.863Z[ helios-setup] Dec 21 04:37:08.313 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26912024-12-21T04:37:10.356Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26922024-12-21T04:37:10.787Z[ helios-setup] Dec 21 04:37:09.246 INFO E| From https://github.com/oxidecomputer/amd-apcb
26932024-12-21T04:37:10.787Z[ helios-setup] Dec 21 04:37:09.246 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26942024-12-21T04:37:10.787Z[ helios-setup] Dec 21 04:37:09.246 INFO E| * [new tag] v0.4.3 -> v0.4.3
26952024-12-21T04:37:10.820Z[ helios-setup] Dec 21 04:37:09.278 INFO E| * [new tag] v0.1.3 -> v0.1.3
26962024-12-21T04:37:10.820Z[ helios-setup] Dec 21 04:37:09.278 INFO E| * [new tag] v0.1.4 -> v0.1.4
26972024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.1.5 -> v0.1.5
26982024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.2.0 -> v0.2.0
26992024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.0 -> v0.3.0
27002024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.1 -> v0.3.1
27012024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.2 -> v0.3.2
27022024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.3 -> v0.3.3
27032024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.4.0 -> v0.4.0
27042024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.280 INFO E| * [new tag] v0.4.1 -> v0.4.1
27052024-12-21T04:37:10.822Z[ helios-setup] Dec 21 04:37:09.280 INFO E| * [new tag] v0.4.2 -> v0.4.2
27062024-12-21T04:37:10.861Z[ helios-setup] Dec 21 04:37:09.320 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
27072024-12-21T04:37:11.852Z[ helios-setup] Dec 21 04:37:10.320 INFO E| From https://github.com/oxidecomputer/amd-efs
27082024-12-21T04:37:11.852Z[ helios-setup] Dec 21 04:37:10.320 INFO E| * [new branch] empty -> origin/empty
27092024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.320 INFO E| * [new branch] issue-99 -> origin/issue-99
27102024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.320 INFO E| * [new branch] main -> origin/main
27112024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.321 INFO E| * [new branch] review -> origin/review
27122024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.321 INFO E| * [new ref] -> origin/HEAD
27132024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.321 INFO E| * [new tag] v0.2.0 -> v0.2.0
27142024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.321 INFO E| * [new tag] v0.2.1 -> v0.2.1
27152024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.321 INFO E| * [new tag] v0.2.2 -> v0.2.2
27162024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.3 -> v0.2.3
27172024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.4 -> v0.2.4
27182024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.5 -> v0.2.5
27192024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.6 -> v0.2.6
27202024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.7 -> v0.2.7
27212024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.3.0 -> v0.3.0
27222024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.3.1 -> v0.3.1
27232024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.4.0 -> v0.4.0
27242024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.323 INFO E| * [new tag] v0.4.1 -> v0.4.1
27252024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.323 INFO E| * [new tag] v0.4.2 -> v0.4.2
27262024-12-21T04:37:11.855Z[ helios-setup] Dec 21 04:37:10.323 INFO E| * [new tag] v0.4.3 -> v0.4.3
27272024-12-21T04:37:11.877Z[ helios-setup] Dec 21 04:37:10.345 INFO E| Updating crates.io index
27282024-12-21T04:37:12.048Z[ helios-setup] Dec 21 04:37:10.518 INFO E| Downloading crates ...
27292024-12-21T04:37:12.279Z[ helios-setup] Dec 21 04:37:10.751 INFO E| Downloaded cfg-if v0.1.10
27302024-12-21T04:37:12.281Z[ helios-setup] Dec 21 04:37:10.753 INFO E| Downloaded bytesize v1.3.0
27312024-12-21T04:37:12.283Z[ helios-setup] Dec 21 04:37:10.755 INFO E| Downloaded parse_int v0.6.0
27322024-12-21T04:37:12.286Z[ helios-setup] Dec 21 04:37:10.758 INFO E| Downloaded ansi_term v0.12.1
27332024-12-21T04:37:12.291Z[ helios-setup] Dec 21 04:37:10.762 INFO E| Downloaded unic-ucd-version v0.9.0
27342024-12-21T04:37:12.293Z[ helios-setup] Dec 21 04:37:10.763 INFO E| Downloaded unic-char-property v0.9.0
27352024-12-21T04:37:12.295Z[ helios-setup] Dec 21 04:37:10.765 INFO E| Downloaded memoffset v0.5.6
27362024-12-21T04:37:12.298Z[ helios-setup] Dec 21 04:37:10.767 INFO E| Downloaded fletcher v0.1.0
27372024-12-21T04:37:12.298Z[ helios-setup] Dec 21 04:37:10.769 INFO E| Downloaded scroll_derive v0.10.5
27382024-12-21T04:37:12.327Z[ helios-setup] Dec 21 04:37:10.799 INFO E| Downloaded unic-common v0.9.0
27392024-12-21T04:37:12.331Z[ helios-setup] Dec 21 04:37:10.800 INFO E| Downloaded unic-char-range v0.9.0
27402024-12-21T04:37:12.331Z[ helios-setup] Dec 21 04:37:10.802 INFO E| Downloaded thiserror-impl v1.0.64
27412024-12-21T04:37:12.333Z[ helios-setup] Dec 21 04:37:10.804 INFO E| Downloaded textwrap v0.11.0
27422024-12-21T04:37:12.335Z[ helios-setup] Dec 21 04:37:10.807 INFO E| Downloaded strum v0.23.0
27432024-12-21T04:37:12.338Z[ helios-setup] Dec 21 04:37:10.809 INFO E| Downloaded vec_map v0.8.2
27442024-12-21T04:37:12.338Z[ helios-setup] Dec 21 04:37:10.810 INFO E| Downloaded thiserror v1.0.64
27452024-12-21T04:37:12.346Z[ helios-setup] Dec 21 04:37:10.819 INFO E| Downloaded unic-ucd-ident v0.9.0
27462024-12-21T04:37:12.349Z[ helios-setup] Dec 21 04:37:10.822 INFO E| Downloaded strum_macros v0.23.1
27472024-12-21T04:37:12.351Z[ helios-setup] Dec 21 04:37:10.824 INFO E| Downloaded pest_derive v2.7.13
27482024-12-21T04:37:12.355Z[ helios-setup] Dec 21 04:37:10.828 INFO E| Downloaded scroll v0.10.2
27492024-12-21T04:37:12.357Z[ helios-setup] Dec 21 04:37:10.830 INFO E| Downloaded pest_meta v2.7.13
27502024-12-21T04:37:12.360Z[ helios-setup] Dec 21 04:37:10.833 INFO E| Downloaded structopt-derive v0.4.18
27512024-12-21T04:37:12.362Z[ helios-setup] Dec 21 04:37:10.835 INFO E| Downloaded pre-proc-macro v0.2.1
27522024-12-21T04:37:12.364Z[ helios-setup] Dec 21 04:37:10.837 INFO E| Downloaded serde_derive v1.0.210
27532024-12-21T04:37:12.368Z[ helios-setup] Dec 21 04:37:10.841 INFO E| Downloaded proc-macro2 v1.0.86
27542024-12-21T04:37:12.372Z[ helios-setup] Dec 21 04:37:10.845 INFO E| Downloaded serde v1.0.210
27552024-12-21T04:37:12.380Z[ helios-setup] Dec 21 04:37:10.849 INFO E| Downloaded modular-bitfield-impl v0.11.2
27562024-12-21T04:37:12.380Z[ helios-setup] Dec 21 04:37:10.851 INFO E| Downloaded modular-bitfield v0.11.2
27572024-12-21T04:37:12.393Z[ helios-setup] Dec 21 04:37:10.866 INFO E| Downloaded structopt v0.3.26
27582024-12-21T04:37:12.404Z[ helios-setup] Dec 21 04:37:10.877 INFO E| Downloaded proc-macro-crate v0.1.5
27592024-12-21T04:37:12.407Z[ helios-setup] Dec 21 04:37:10.879 INFO E| Downloaded semver-parser v0.7.0
27602024-12-21T04:37:12.409Z[ helios-setup] Dec 21 04:37:10.881 INFO E| Downloaded semver v0.9.0
27612024-12-21T04:37:12.412Z[ helios-setup] Dec 21 04:37:10.883 INFO E| Downloaded once_cell v1.20.1
27622024-12-21T04:37:12.414Z[ helios-setup] Dec 21 04:37:10.886 INFO E| Downloaded strsim v0.8.0
27632024-12-21T04:37:12.416Z[ helios-setup] Dec 21 04:37:10.889 INFO E| Downloaded serde_json v1.0.128
27642024-12-21T04:37:12.428Z[ helios-setup] Dec 21 04:37:10.901 INFO E| Downloaded clap v2.34.0
27652024-12-21T04:37:12.448Z[ helios-setup] Dec 21 04:37:10.922 INFO E| Downloaded syn v2.0.79
27662024-12-21T04:37:12.465Z[ helios-setup] Dec 21 04:37:10.939 INFO E| Downloaded pest v2.7.13
27672024-12-21T04:37:12.473Z[ helios-setup] Dec 21 04:37:10.946 INFO E| Downloaded goblin v0.4.3
27682024-12-21T04:37:12.486Z[ helios-setup] Dec 21 04:37:10.954 INFO E| Downloaded rustc_version v0.2.3
27692024-12-21T04:37:12.492Z[ helios-setup] Dec 21 04:37:10.956 INFO E| Downloaded pre v0.2.1
27702024-12-21T04:37:12.492Z[ helios-setup] Dec 21 04:37:10.957 INFO E| Downloaded libc v0.2.159
27712024-12-21T04:37:12.522Z[ helios-setup] Dec 21 04:37:10.997 INFO E| Downloaded pest_generator v2.7.13
27722024-12-21T04:37:12.525Z[ helios-setup] Dec 21 04:37:10.998 INFO E| Downloaded four-cc v0.3.0
27732024-12-21T04:37:12.614Z[ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling proc-macro2 v1.0.86
27742024-12-21T04:37:12.617Z[ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling unicode-ident v1.0.13
27752024-12-21T04:37:12.617Z[ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling syn v1.0.109
27762024-12-21T04:37:12.617Z[ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling version_check v0.9.5
27772024-12-21T04:37:12.617Z[ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling memchr v2.7.4
27782024-12-21T04:37:12.617Z[ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling thiserror v1.0.64
27792024-12-21T04:37:12.617Z[ helios-setup] Dec 21 04:37:11.090 INFO E| Compiling semver-parser v0.7.0
27802024-12-21T04:37:12.617Z[ helios-setup] Dec 21 04:37:11.090 INFO E| Compiling autocfg v1.4.0
27812024-12-21T04:37:13.045Z[ helios-setup] Dec 21 04:37:11.522 INFO E| Compiling serde v1.0.210
27822024-12-21T04:37:13.774Z[ helios-setup] Dec 21 04:37:12.259 INFO E| Compiling semver v0.9.0
27832024-12-21T04:37:14.104Z[ helios-setup] Dec 21 04:37:12.587 INFO E| Compiling proc-macro-error-attr v1.0.4
27842024-12-21T04:37:14.289Z[ helios-setup] Dec 21 04:37:12.776 INFO E| Compiling proc-macro-error v1.0.4
27852024-12-21T04:37:14.351Z[ helios-setup] Dec 21 04:37:12.842 INFO E| Compiling serde_json v1.0.128
27862024-12-21T04:37:14.497Z[ helios-setup] Dec 21 04:37:12.984 INFO E| Compiling num-traits v0.2.19
27872024-12-21T04:37:14.844Z[ host-package] Compiling peg v0.8.4
27882024-12-21T04:37:15.005Z[ helios-setup] Dec 21 04:37:13.502 INFO E| Compiling rustc_version v0.2.3
27892024-12-21T04:37:15.086Z[ helios-setup] Dec 21 04:37:13.576 INFO E| Compiling itoa v1.0.11
27902024-12-21T04:37:15.276Z[ helios-setup] Dec 21 04:37:13.775 INFO E| Compiling ryu v1.0.18
27912024-12-21T04:37:15.306Z[ helios-setup] Dec 21 04:37:13.805 INFO E| Compiling unicode-segmentation v1.12.0
27922024-12-21T04:37:15.359Z[ host-package] Compiling tabled v0.15.0
27932024-12-21T04:37:15.428Z[ helios-setup] Dec 21 04:37:13.929 INFO E| Compiling schemars v0.8.21
27942024-12-21T04:37:15.894Z[ helios-setup] Dec 21 04:37:14.398 INFO E| Compiling pre-proc-macro v0.2.1
27952024-12-21T04:37:15.936Z[ helios-setup] Dec 21 04:37:14.442 INFO E| Compiling memoffset v0.5.6
27962024-12-21T04:37:16.169Z[ helios-setup] Dec 21 04:37:14.676 INFO E| Compiling quote v1.0.37
27972024-12-21T04:37:16.370Z[ helios-setup] Dec 21 04:37:14.879 INFO E| Compiling lazy_static v1.5.0
27982024-12-21T04:37:16.622Z[ helios-setup] Dec 21 04:37:15.133 INFO E| Compiling heck v0.3.3
27992024-12-21T04:37:16.633Z[ helios-setup] Dec 21 04:37:15.145 INFO E| Compiling rustversion v1.0.17
28002024-12-21T04:37:16.648Z[ helios-setup] Dec 21 04:37:15.160 INFO E| Compiling paste v1.0.15
28012024-12-21T04:37:16.856Z[ helios-setup] Dec 21 04:37:15.367 INFO E| Compiling syn v2.0.79
28022024-12-21T04:37:17.426Z[ helios-setup] Dec 21 04:37:15.945 INFO E| Compiling ucd-trie v0.1.7
28032024-12-21T04:37:17.557Z[ helios-setup] Dec 21 04:37:16.077 INFO E| Compiling libc v0.2.159
28042024-12-21T04:37:18.113Z[ helios-setup] Dec 21 04:37:16.638 INFO E| Compiling dyn-clone v1.0.17
28052024-12-21T04:37:18.689Z[ helios-setup] Dec 21 04:37:17.219 INFO E| Compiling pre v0.2.1
28062024-12-21T04:37:18.953Z[ helios-setup] Dec 21 04:37:17.486 INFO E| Compiling static_assertions v1.1.0
28072024-12-21T04:37:19.051Z[ helios-setup] Dec 21 04:37:17.584 INFO E| Compiling once_cell v1.20.1
28082024-12-21T04:37:19.301Z[ helios-setup] Dec 21 04:37:17.830 INFO E| Compiling cfg-if v0.1.10
28092024-12-21T04:37:19.387Z[ helios-setup] Dec 21 04:37:17.924 INFO E| Compiling byteorder v1.5.0
28102024-12-21T04:37:20.589Z[ helios-setup] Dec 21 04:37:19.137 INFO E| Compiling unicode-width v0.1.14
28112024-12-21T04:37:21.062Z[ helios-setup] Dec 21 04:37:19.613 INFO E| Compiling atty v0.2.14
28122024-12-21T04:37:21.485Z[ helios-setup] Dec 21 04:37:20.040 INFO E| Compiling textwrap v0.11.0
28132024-12-21T04:37:21.624Z[ helios-setup] Dec 21 04:37:20.181 INFO E| Compiling unic-common v0.9.0
28142024-12-21T04:37:22.185Z[ helios-setup] Dec 21 04:37:20.747 INFO E| Compiling fletcher v0.1.0
28152024-12-21T04:37:22.343Z[ helios-setup] Dec 21 04:37:20.906 INFO E| Compiling vec_map v0.8.2
28162024-12-21T04:37:22.579Z[ helios-setup] Dec 21 04:37:21.144 INFO E| Compiling unic-char-range v0.9.0
28172024-12-21T04:37:22.849Z[ helios-setup] Dec 21 04:37:21.417 INFO E| Compiling parse_int v0.6.0
28182024-12-21T04:37:22.904Z[ helios-setup] Dec 21 04:37:21.473 INFO E| Compiling strsim v0.8.0
28192024-12-21T04:37:23.039Z[ helios-setup] Dec 21 04:37:21.608 INFO E| Compiling bitflags v1.3.2
28202024-12-21T04:37:23.151Z[ helios-setup] Dec 21 04:37:21.722 INFO E| Compiling ansi_term v0.12.1
28212024-12-21T04:37:23.196Z[ helios-setup] Dec 21 04:37:21.767 INFO E| Compiling strum v0.23.0
28222024-12-21T04:37:23.217Z[ helios-setup] Dec 21 04:37:21.788 INFO E| Compiling unic-char-property v0.9.0
28232024-12-21T04:37:23.265Z[ helios-setup] Dec 21 04:37:21.836 INFO E| Compiling unic-ucd-version v0.9.0
28242024-12-21T04:37:23.449Z[ helios-setup] Dec 21 04:37:22.022 INFO E| Compiling log v0.4.22
28252024-12-21T04:37:23.498Z[ helios-setup] Dec 21 04:37:22.072 INFO E| Compiling plain v0.2.3
28262024-12-21T04:37:23.571Z[ helios-setup] Dec 21 04:37:22.146 INFO E| Compiling unic-ucd-ident v0.9.0
28272024-12-21T04:37:23.946Z[ helios-setup] Dec 21 04:37:22.524 INFO E| Compiling clap v2.34.0
28282024-12-21T04:37:24.742Z[ helios-setup] Dec 21 04:37:23.021 INFO E| Compiling bytesize v1.3.0
28292024-12-21T04:37:26.448Z[ helios-setup] Dec 21 04:37:25.041 INFO E| Compiling serde_derive_internals v0.29.1
28302024-12-21T04:37:28.280Z[ helios-setup] Dec 21 04:37:26.897 INFO E| Compiling toml v0.5.11
28312024-12-21T04:37:31.719Z[ helios-setup] Dec 21 04:37:30.367 INFO E| Compiling proc-macro-crate v0.1.5
28322024-12-21T04:37:32.523Z[ helios-setup] Dec 21 04:37:31.178 INFO E| Compiling thiserror-impl v1.0.64
28332024-12-21T04:37:32.629Z[ helios-setup] Dec 21 04:37:31.285 INFO E| Compiling serde_derive v1.0.210
28342024-12-21T04:37:32.749Z[ helios-setup] Dec 21 04:37:31.406 INFO E| Compiling schemars_derive v0.8.21
28352024-12-21T04:37:33.754Z[ helios-setup] Dec 21 04:37:32.421 INFO E| Compiling zerocopy-derive v0.6.6
28362024-12-21T04:37:34.373Z[ helios-setup] Dec 21 04:37:33.046 INFO E| Compiling num-derive v0.4.2
28372024-12-21T04:37:37.618Z[ helios-setup] Dec 21 04:37:36.319 INFO E| Compiling zerocopy v0.6.6
28382024-12-21T04:37:38.902Z[ helios-setup] Dec 21 04:37:37.616 INFO E| Compiling modular-bitfield-impl v0.11.2
28392024-12-21T04:37:39.173Z[ helios-setup] Dec 21 04:37:37.877 INFO E| Compiling scroll_derive v0.10.5
28402024-12-21T04:37:39.348Z[ helios-setup] Dec 21 04:37:38.065 INFO E| Compiling pest v2.7.13
28412024-12-21T04:37:39.357Z[ helios-setup] Dec 21 04:37:38.073 INFO E| Compiling strum_macros v0.23.1
28422024-12-21T04:37:39.376Z[ helios-setup] Dec 21 04:37:38.094 INFO E| Compiling structopt-derive v0.4.18
28432024-12-21T04:37:42.395Z[ helios-setup] Dec 21 04:37:41.141 INFO E| Compiling scroll v0.10.2
28442024-12-21T04:37:43.527Z[ helios-setup] Dec 21 04:37:42.283 INFO E| Compiling goblin v0.4.3
28452024-12-21T04:37:44.871Z[ helios-setup] Dec 21 04:37:43.640 INFO E| Compiling modular-bitfield v0.11.2
28462024-12-21T04:37:44.998Z[ helios-setup] Dec 21 04:37:43.767 INFO E| Compiling structopt v0.3.26
28472024-12-21T04:37:45.105Z[ helios-setup] Dec 21 04:37:43.875 INFO E| Compiling pest_meta v2.7.13
28482024-12-21T04:37:47.121Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28492024-12-21T04:37:47.143Z[ helios-setup] Dec 21 04:37:45.933 INFO E| Compiling pest_generator v2.7.13
28502024-12-21T04:37:50.594Z[ host-package] Compiling derive_builder v0.20.2
28512024-12-21T04:37:51.012Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28522024-12-21T04:37:51.121Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28532024-12-21T04:37:51.497Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28542024-12-21T04:37:52.208Z[ host-package] Compiling bcs v0.1.6
28552024-12-21T04:37:52.645Z[ helios-setup] Dec 21 04:37:51.484 INFO E| Compiling pest_derive v2.7.13
28562024-12-21T04:37:53.484Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28572024-12-21T04:37:54.086Z[ host-package] Compiling oso-derive v0.27.3
28582024-12-21T04:37:55.541Z[ host-package] Compiling libz-sys v1.1.20
28592024-12-21T04:37:56.191Z[ helios-setup] Dec 21 04:37:55.063 INFO E| Compiling json5 v0.4.1
28602024-12-21T04:37:56.684Z[ host-package] Compiling quick-xml v0.33.0
28612024-12-21T04:37:57.601Z[ host-package] Compiling diesel-dtrace v0.4.2
28622024-12-21T04:37:58.388Z[ host-package] Compiling parking_lot_core v0.8.6
28632024-12-21T04:38:01.663Z[ helios-setup] Dec 21 04:38:00.585 INFO E| Compiling four-cc v0.3.0
28642024-12-21T04:38:01.663Z[ helios-setup] Dec 21 04:38:00.585 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28652024-12-21T04:38:01.858Z[ helios-setup] Dec 21 04:38:00.781 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28662024-12-21T04:38:02.769Z[ host-package] Compiling oso v0.27.3
28672024-12-21T04:38:06.203Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28682024-12-21T04:38:08.160Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28692024-12-21T04:38:14.974Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28702024-12-21T04:38:18.559Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28712024-12-21T04:38:19.114Z[ host-package] Compiling bb8 v0.8.5
28722024-12-21T04:38:20.053Z[ host-package] Compiling async-bb8-diesel v0.2.1
28732024-12-21T04:38:23.223Z[ host-package] Compiling nibble_vec v0.1.0
28742024-12-21T04:38:23.339Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28752024-12-21T04:38:23.563Z[ host-package] Compiling atty v0.2.14
28762024-12-21T04:38:23.796Z[ host-package] Compiling endian-type v0.1.2
28772024-12-21T04:38:24.101Z[ host-package] Compiling salty v0.3.0
28782024-12-21T04:38:24.713Z[ host-package] Compiling radix_trie v0.2.1
28792024-12-21T04:38:26.215Z[ host-package] Compiling parking_lot v0.11.2
28802024-12-21T04:38:28.559Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28812024-12-21T04:38:35.647Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28822024-12-21T04:38:40.732Z[ host-package] Compiling sled v0.34.7
28832024-12-21T04:38:45.097Z[ helios-setup] Dec 21 04:38:44.413 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28842024-12-21T04:38:57.994Z[ helios-setup] Dec 21 04:38:57.428 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28852024-12-21T04:39:01.454Z[ host-package] Compiling mime_guess v2.0.5
28862024-12-21T04:39:02.596Z[ host-package] Compiling hickory-client v0.24.1
28872024-12-21T04:39:02.993Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28882024-12-21T04:39:04.384Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28892024-12-21T04:39:04.941Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28902024-12-21T04:39:05.440Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28912024-12-21T04:39:08.534Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28922024-12-21T04:39:10.341Z[ host-package] Compiling hickory-server v0.24.1
28932024-12-21T04:39:11.006Z[ host-package] Compiling primeorder v0.13.6
28942024-12-21T04:39:11.631Z[ host-package] Compiling castaway v0.2.3
28952024-12-21T04:39:11.854Z[ host-package] Compiling vergen v8.3.2
28962024-12-21T04:39:12.252Z[ host-package] Compiling env_filter v0.1.2
28972024-12-21T04:39:13.962Z[ host-package] Compiling cargo-platform v0.1.8
28982024-12-21T04:39:14.554Z[ host-package] Compiling nanorand v0.7.0
28992024-12-21T04:39:15.544Z[ host-package] Compiling memoffset v0.9.1
29002024-12-21T04:39:15.627Z[ host-package] Compiling flume v0.11.1
29012024-12-21T04:39:16.264Z[ host-package] Compiling cargo_metadata v0.18.1
29022024-12-21T04:39:16.636Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29032024-12-21T04:39:20.533Z[ host-package] Compiling git2 v0.19.0
29042024-12-21T04:39:20.718Z[ host-package] Compiling env_logger v0.11.5
29052024-12-21T04:39:21.684Z[ host-package] Compiling compact_str v0.8.0
29062024-12-21T04:39:22.341Z[ host-package] Compiling p384 v0.13.0
29072024-12-21T04:39:23.655Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29082024-12-21T04:39:24.634Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29092024-12-21T04:39:24.809Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29102024-12-21T04:39:27.517Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29112024-12-21T04:39:30.656Z[ host-package] Compiling unicode-truncate v1.1.0
29122024-12-21T04:39:30.690Z[ host-package] Compiling lru v0.12.5
29132024-12-21T04:39:31.265Z[ host-package] Compiling rand_seeder v0.3.0
29142024-12-21T04:39:31.305Z[ host-package] Compiling libsqlite3-sys v0.30.1
29152024-12-21T04:39:31.760Z[ host-package] Compiling lzma-sys v0.1.20
29162024-12-21T04:39:32.011Z[ host-package] Compiling instability v0.3.2
29172024-12-21T04:39:32.316Z[ host-package] Compiling rustls v0.21.12
29182024-12-21T04:39:32.702Z[ host-package] Compiling http-range v0.1.5
29192024-12-21T04:39:32.985Z[ host-package] Compiling cfg_aliases v0.2.1
29202024-12-21T04:39:33.170Z[ host-package] Compiling cassowary v0.3.0
29212024-12-21T04:39:33.440Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29222024-12-21T04:39:33.471Z[ host-package] Compiling nix v0.29.0
29232024-12-21T04:39:33.969Z[ host-package] Compiling ratatui v0.28.1
29242024-12-21T04:39:34.917Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29252024-12-21T04:39:36.351Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29262024-12-21T04:39:37.700Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29272024-12-21T04:39:38.610Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29282024-12-21T04:39:38.799Z[ helios-setup] Dec 21 04:39:38.604 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s
29292024-12-21T04:39:38.834Z[ helios-setup] Dec 21 04:39:38.639 INFO building project "amd-host-image-builder" ok (180 seconds)
29302024-12-21T04:39:38.837Z[ helios-setup] Dec 21 04:39:38.639 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29312024-12-21T04:39:38.837Z[ helios-setup] Dec 21 04:39:38.639 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29322024-12-21T04:39:39.155Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29332024-12-21T04:39:39.161Z[ helios-setup] Dec 21 04:39:38.969 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29342024-12-21T04:39:39.487Z[ host-package] Compiling sct v0.7.1
29352024-12-21T04:39:39.645Z[ host-package] Compiling rustls-webpki v0.101.7
29362024-12-21T04:39:39.996Z[ host-package] Compiling heck v0.3.3
29372024-12-21T04:39:40.133Z[ helios-setup] Dec 21 04:39:39.950 INFO E| From https://github.com/oxidecomputer/progenitor
29382024-12-21T04:39:40.133Z[ helios-setup] Dec 21 04:39:39.950 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29392024-12-21T04:39:40.169Z[ helios-setup] Dec 21 04:39:39.986 INFO E| * [new tag] v0.1.1 -> v0.1.1
29402024-12-21T04:39:40.169Z[ helios-setup] Dec 21 04:39:39.987 INFO E| * [new tag] v0.2.0 -> v0.2.0
29412024-12-21T04:39:40.300Z[ helios-setup] Dec 21 04:39:40.118 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29422024-12-21T04:39:40.461Z[ host-package] Compiling csv-core v0.1.11
29432024-12-21T04:39:40.810Z[ helios-setup] Dec 21 04:39:40.632 INFO E| From https://github.com/jclulow/hiercmd
29442024-12-21T04:39:40.810Z[ helios-setup] Dec 21 04:39:40.632 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29452024-12-21T04:39:40.829Z[ helios-setup] Dec 21 04:39:40.652 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29462024-12-21T04:39:41.354Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29472024-12-21T04:39:41.472Z[ helios-setup] Dec 21 04:39:41.300 INFO E| From https://github.com/jclulow/network-interface
29482024-12-21T04:39:41.472Z[ helios-setup] Dec 21 04:39:41.301 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29492024-12-21T04:39:41.493Z[ helios-setup] Dec 21 04:39:41.320 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29502024-12-21T04:39:41.704Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29512024-12-21T04:39:41.972Z[ helios-setup] Dec 21 04:39:41.805 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29522024-12-21T04:39:41.972Z[ helios-setup] Dec 21 04:39:41.805 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29532024-12-21T04:39:42.025Z[ helios-setup] Dec 21 04:39:41.858 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29542024-12-21T04:39:42.034Z[ host-package] Compiling glob v0.3.1
29552024-12-21T04:39:42.492Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29562024-12-21T04:39:42.820Z[ helios-setup] Dec 21 04:39:42.662 INFO E| From https://github.com/oxidecomputer/facade
29572024-12-21T04:39:42.820Z[ helios-setup] Dec 21 04:39:42.662 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29582024-12-21T04:39:42.863Z[ helios-setup] Dec 21 04:39:42.705 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29592024-12-21T04:39:43.614Z[ helios-setup] Dec 21 04:39:43.462 INFO E| From https://github.com/oxidecomputer/dropshot
29602024-12-21T04:39:43.617Z[ helios-setup] Dec 21 04:39:43.462 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29612024-12-21T04:39:43.653Z[ helios-setup] Dec 21 04:39:43.502 INFO E| * [new tag] v0.3.0 -> v0.3.0
29622024-12-21T04:39:43.653Z[ helios-setup] Dec 21 04:39:43.502 INFO E| * [new tag] v0.4.0 -> v0.4.0
29632024-12-21T04:39:43.656Z[ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.5.0 -> v0.5.0
29642024-12-21T04:39:43.656Z[ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.5.1 -> v0.5.1
29652024-12-21T04:39:43.656Z[ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.6.0 -> v0.6.0
29662024-12-21T04:39:43.656Z[ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.7.0 -> v0.7.0
29672024-12-21T04:39:43.656Z[ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.8.0 -> v0.8.0
29682024-12-21T04:39:43.656Z[ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.9.0 -> v0.9.0
29692024-12-21T04:39:43.704Z[ helios-setup] Dec 21 04:39:43.553 INFO E| Updating crates.io index
29702024-12-21T04:39:43.826Z[ helios-setup] Dec 21 04:39:43.676 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29712024-12-21T04:39:44.461Z[ host-package] Compiling csv v1.3.1
29722024-12-21T04:39:44.609Z[ helios-setup] Dec 21 04:39:44.466 INFO E| From https://github.com/oxidecomputer/typify
29732024-12-21T04:39:44.609Z[ helios-setup] Dec 21 04:39:44.466 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29742024-12-21T04:39:44.643Z[ helios-setup] Dec 21 04:39:44.501 INFO E| * [new tag] v0.0.10 -> v0.0.10
29752024-12-21T04:39:44.643Z[ helios-setup] Dec 21 04:39:44.501 INFO E| * [new tag] v0.0.11 -> v0.0.11
29762024-12-21T04:39:44.644Z[ helios-setup] Dec 21 04:39:44.501 INFO E| * [new tag] v0.0.4 -> v0.0.4
29772024-12-21T04:39:44.646Z[ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.5 -> v0.0.5
29782024-12-21T04:39:44.646Z[ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.7 -> v0.0.7
29792024-12-21T04:39:44.646Z[ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.8 -> v0.0.8
29802024-12-21T04:39:44.646Z[ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.9 -> v0.0.9
29812024-12-21T04:39:44.975Z[ helios-setup] Dec 21 04:39:44.836 INFO E| Downloading crates ...
29822024-12-21T04:39:45.203Z[ helios-setup] Dec 21 04:39:45.044 INFO E| Downloaded const-random v0.1.15
29832024-12-21T04:39:45.207Z[ helios-setup] Dec 21 04:39:45.047 INFO E| Downloaded ahash v0.7.6
29842024-12-21T04:39:45.207Z[ helios-setup] Dec 21 04:39:45.056 INFO E| Downloaded const-random-macro v0.1.15
29852024-12-21T04:39:45.207Z[ helios-setup] Dec 21 04:39:45.058 INFO E| Downloaded project-root v0.2.2
29862024-12-21T04:39:45.207Z[ helios-setup] Dec 21 04:39:45.060 INFO E| Downloaded concolor-override v1.0.0
29872024-12-21T04:39:45.207Z[ helios-setup] Dec 21 04:39:45.061 INFO E| Downloaded async-stream-impl v0.3.5
29882024-12-21T04:39:45.207Z[ helios-setup] Dec 21 04:39:45.066 INFO E| Downloaded ahash v0.8.3
29892024-12-21T04:39:45.255Z[ helios-setup] Dec 21 04:39:45.118 INFO E| Downloaded smawk v0.3.1
29902024-12-21T04:39:45.262Z[ helios-setup] Dec 21 04:39:45.126 INFO E| Downloaded rustls-pemfile v1.0.2
29912024-12-21T04:39:45.269Z[ helios-setup] Dec 21 04:39:45.133 INFO E| Downloaded dyn-clone v1.0.11
29922024-12-21T04:39:45.283Z[ helios-setup] Dec 21 04:39:45.147 INFO E| Downloaded socket2 v0.4.9
29932024-12-21T04:39:45.285Z[ helios-setup] Dec 21 04:39:45.150 INFO E| Downloaded slog-bunyan v2.4.0
29942024-12-21T04:39:45.287Z[ helios-setup] Dec 21 04:39:45.151 INFO E| Downloaded num_enum v0.5.7
29952024-12-21T04:39:45.292Z[ helios-setup] Dec 21 04:39:45.156 INFO E| Downloaded strsim v0.10.0
29962024-12-21T04:39:45.295Z[ helios-setup] Dec 21 04:39:45.159 INFO E| Downloaded tempfile v3.5.0
29972024-12-21T04:39:45.298Z[ helios-setup] Dec 21 04:39:45.162 INFO E| Downloaded smallvec v1.10.0
29982024-12-21T04:39:45.301Z[ helios-setup] Dec 21 04:39:45.165 INFO E| Downloaded smartstring v1.0.1
29992024-12-21T04:39:45.304Z[ helios-setup] Dec 21 04:39:45.169 INFO E| Downloaded try-lock v0.2.4
30002024-12-21T04:39:45.307Z[ helios-setup] Dec 21 04:39:45.170 INFO E| Downloaded paste v1.0.12
30012024-12-21T04:39:45.311Z[ helios-setup] Dec 21 04:39:45.176 INFO E| Downloaded proc-macro-crate v1.2.1
30022024-12-21T04:39:45.314Z[ helios-setup] Dec 21 04:39:45.178 INFO E| Downloaded http-body v0.4.5
30032024-12-21T04:39:45.316Z[ helios-setup] Dec 21 04:39:45.180 INFO E| Downloaded home v0.5.4
30042024-12-21T04:39:45.319Z[ helios-setup] Dec 21 04:39:45.182 INFO E| Downloaded futures-executor v0.3.28
30052024-12-21T04:39:45.321Z[ helios-setup] Dec 21 04:39:45.185 INFO E| Downloaded percent-encoding v2.2.0
30062024-12-21T04:39:45.324Z[ helios-setup] Dec 21 04:39:45.186 INFO E| Downloaded want v0.3.0
30072024-12-21T04:39:45.324Z[ helios-setup] Dec 21 04:39:45.188 INFO E| Downloaded futures-sink v0.3.28
30082024-12-21T04:39:45.327Z[ helios-setup] Dec 21 04:39:45.189 INFO E| Downloaded either v1.8.0
30092024-12-21T04:39:45.327Z[ helios-setup] Dec 21 04:39:45.191 INFO E| Downloaded byteorder v1.4.3
30102024-12-21T04:39:45.330Z[ helios-setup] Dec 21 04:39:45.195 INFO E| Downloaded toml_datetime v0.6.1
30112024-12-21T04:39:45.333Z[ helios-setup] Dec 21 04:39:45.196 INFO E| Downloaded thiserror-impl v1.0.38
30122024-12-21T04:39:45.335Z[ helios-setup] Dec 21 04:39:45.199 INFO E| Downloaded jobserver v0.1.26
30132024-12-21T04:39:45.338Z[ helios-setup] Dec 21 04:39:45.202 INFO E| Downloaded camino v1.1.4
30142024-12-21T04:39:45.340Z[ helios-setup] Dec 21 04:39:45.205 INFO E| Downloaded terminal_size v0.2.6
30152024-12-21T04:39:45.357Z[ helios-setup] Dec 21 04:39:45.221 INFO E| Downloaded utf8parse v0.2.1
30162024-12-21T04:39:45.359Z[ helios-setup] Dec 21 04:39:45.224 INFO E| Downloaded bincode v1.3.3
30172024-12-21T04:39:45.363Z[ helios-setup] Dec 21 04:39:45.228 INFO E| Downloaded scopeguard v1.1.0
30182024-12-21T04:39:45.366Z[ helios-setup] Dec 21 04:39:45.231 INFO E| Downloaded semver v0.11.0
30192024-12-21T04:39:45.370Z[ helios-setup] Dec 21 04:39:45.234 INFO E| Downloaded semver-parser v0.10.2
30202024-12-21T04:39:45.373Z[ helios-setup] Dec 21 04:39:45.238 INFO E| Downloaded sha1 v0.10.5
30212024-12-21T04:39:45.377Z[ helios-setup] Dec 21 04:39:45.242 INFO E| Downloaded io-lifetimes v1.0.10
30222024-12-21T04:39:45.382Z[ helios-setup] Dec 21 04:39:45.247 INFO E| Downloaded pkg-config v0.3.26
30232024-12-21T04:39:45.385Z[ helios-setup] Dec 21 04:39:45.250 INFO E| Downloaded signal-hook-registry v1.4.0
30242024-12-21T04:39:45.388Z[ helios-setup] Dec 21 04:39:45.253 INFO E| Downloaded log v0.4.17
30252024-12-21T04:39:45.393Z[ helios-setup] Dec 21 04:39:45.258 INFO E| Downloaded sha2 v0.10.6
30262024-12-21T04:39:45.397Z[ helios-setup] Dec 21 04:39:45.262 INFO E| Downloaded tokio-rustls v0.24.0
30272024-12-21T04:39:45.401Z[ helios-setup] Dec 21 04:39:45.266 INFO E| Downloaded slab v0.4.7
30282024-12-21T04:39:45.404Z[ helios-setup] Dec 21 04:39:45.269 INFO E| Downloaded sct v0.7.0
30292024-12-21T04:39:45.413Z[ helios-setup] Dec 21 04:39:45.276 INFO E| Downloaded cc v1.0.78
30302024-12-21T04:39:45.416Z[ helios-setup] Dec 21 04:39:45.281 INFO E| Downloaded serde_derive_internals v0.26.0
30312024-12-21T04:39:45.421Z[ helios-setup] Dec 21 04:39:45.285 INFO E| Downloaded toml v0.7.3
30322024-12-21T04:39:45.430Z[ helios-setup] Dec 21 04:39:45.294 INFO E| Downloaded serde_tokenstream v0.2.0
30332024-12-21T04:39:45.434Z[ helios-setup] Dec 21 04:39:45.300 INFO E| Downloaded tinyvec v1.6.0
30342024-12-21T04:39:45.439Z[ helios-setup] Dec 21 04:39:45.305 INFO E| Downloaded unicode-ident v1.0.8
30352024-12-21T04:39:45.444Z[ helios-setup] Dec 21 04:39:45.309 INFO E| Downloaded uuid v1.3.0
30362024-12-21T04:39:45.451Z[ helios-setup] Dec 21 04:39:45.316 INFO E| Downloaded unicode-bidi v0.3.13
30372024-12-21T04:39:45.454Z[ helios-setup] Dec 21 04:39:45.320 INFO E| Downloaded rayon-core v1.10.2
30382024-12-21T04:39:45.460Z[ helios-setup] Dec 21 04:39:45.326 INFO E| Downloaded tracing-core v0.1.30
30392024-12-21T04:39:45.465Z[ helios-setup] Dec 21 04:39:45.331 INFO E| Downloaded serde_derive v1.0.204
30402024-12-21T04:39:45.470Z[ helios-setup] Dec 21 04:39:45.335 INFO E| Downloaded tungstenite v0.18.0
30412024-12-21T04:39:45.474Z[ helios-setup] Dec 21 04:39:45.340 INFO E| Downloaded serde_yaml v0.9.21
30422024-12-21T04:39:45.481Z[ helios-setup] Dec 21 04:39:45.346 INFO E| Downloaded unsafe-libyaml v0.2.8
30432024-12-21T04:39:45.486Z[ helios-setup] Dec 21 04:39:45.352 INFO E| Downloaded serde v1.0.204
30442024-12-21T04:39:45.491Z[ helios-setup] Dec 21 04:39:45.357 INFO E| Downloaded tokio-util v0.7.7
30452024-12-21T04:39:45.503Z[ helios-setup] Dec 21 04:39:45.369 INFO E| Downloaded url v2.3.1
30462024-12-21T04:39:45.508Z[ helios-setup] Dec 21 04:39:45.374 INFO E| Downloaded aho-corasick v0.7.20
30472024-12-21T04:39:45.514Z[ helios-setup] Dec 21 04:39:45.380 INFO E| Downloaded winnow v0.4.1
30482024-12-21T04:39:45.527Z[ helios-setup] Dec 21 04:39:45.393 INFO E| Downloaded unicode-normalization v0.1.22
30492024-12-21T04:39:45.532Z[ helios-setup] Dec 21 04:39:45.399 INFO E| Downloaded serde_json v1.0.95
30502024-12-21T04:39:45.544Z[ helios-setup] Dec 21 04:39:45.410 INFO E| Downloaded pest v2.5.7
30512024-12-21T04:39:45.551Z[ helios-setup] Dec 21 04:39:45.417 INFO E| Downloaded http v0.2.9
30522024-12-21T04:39:45.558Z[ helios-setup] Dec 21 04:39:45.423 INFO E| Downloaded syn v2.0.72
30532024-12-21T04:39:45.575Z[ helios-setup] Dec 21 04:39:45.442 INFO E| Downloaded syn v1.0.107
30542024-12-21T04:39:45.591Z[ helios-setup] Dec 21 04:39:45.458 INFO E| Downloaded reqwest v0.11.16
30552024-12-21T04:39:45.604Z[ helios-setup] Dec 21 04:39:45.471 INFO E| Downloaded rayon v1.6.1
30562024-12-21T04:39:45.618Z[ helios-setup] Dec 21 04:39:45.485 INFO E| Downloaded futures-util v0.3.28
30572024-12-21T04:39:45.638Z[ helios-setup] Dec 21 04:39:45.505 INFO E| Downloaded h2 v0.3.16
30582024-12-21T04:39:45.648Z[ helios-setup] Dec 21 04:39:45.515 INFO E| Downloaded hyper v0.14.25
30592024-12-21T04:39:45.661Z[ helios-setup] Dec 21 04:39:45.528 INFO E| Downloaded git2 v0.16.1
30602024-12-21T04:39:45.674Z[ helios-setup] Dec 21 04:39:45.542 INFO E| Downloaded regress v0.5.0
30612024-12-21T04:39:45.685Z[ helios-setup] Dec 21 04:39:45.553 INFO E| Downloaded regex v1.7.3
30622024-12-21T04:39:45.698Z[ helios-setup] Dec 21 04:39:45.565 INFO E| Downloaded rustls v0.21.0
30632024-12-21T04:39:45.715Z[ helios-setup] Dec 21 04:39:45.583 INFO E| Downloaded rustix v0.37.3
30642024-12-21T04:39:45.744Z[ helios-setup] Dec 21 04:39:45.612 INFO E| Downloaded rhai v1.14.0
30652024-12-21T04:39:45.767Z[ helios-setup] Dec 21 04:39:45.635 INFO E| Downloaded chrono v0.4.24
30662024-12-21T04:39:45.778Z[ helios-setup] Dec 21 04:39:45.646 INFO E| Downloaded clap_builder v4.2.1
30672024-12-21T04:39:45.789Z[ helios-setup] Dec 21 04:39:45.658 INFO E| Downloaded mio v0.8.5
30682024-12-21T04:39:45.799Z[ helios-setup] Dec 21 04:39:45.667 INFO E| Downloaded openapiv3 v1.0.2
30692024-12-21T04:39:45.819Z[ helios-setup] Dec 21 04:39:45.687 INFO E| Downloaded unicode-linebreak v0.1.4
30702024-12-21T04:39:45.822Z[ helios-setup] Dec 21 04:39:45.691 INFO E| Downloaded toml_edit v0.19.8
30712024-12-21T04:39:45.851Z[ helios-setup] Dec 21 04:39:45.720 INFO E| Downloaded crossbeam-channel v0.5.6
30722024-12-21T04:39:45.858Z[ helios-setup] Dec 21 04:39:45.727 INFO E| Downloaded tracing v0.1.37
30732024-12-21T04:39:45.865Z[ helios-setup] Dec 21 04:39:45.734 INFO E| Downloaded rustls-webpki v0.100.1
30742024-12-21T04:39:45.875Z[ helios-setup] Dec 21 04:39:45.744 INFO E| Downloaded base64 v0.21.0
30752024-12-21T04:39:45.881Z[ helios-setup] Dec 21 04:39:45.751 INFO E| Downloaded memchr v2.5.0
30762024-12-21T04:39:45.888Z[ helios-setup] Dec 21 04:39:45.758 INFO E| Downloaded schemars v0.8.12
30772024-12-21T04:39:45.907Z[ helios-setup] Dec 21 04:39:45.777 INFO E| Downloaded bytes v1.4.0
30782024-12-21T04:39:45.914Z[ helios-setup] Dec 21 04:39:45.783 INFO E| Downloaded tokio v1.27.0
30792024-12-21T04:39:45.976Z[ helios-setup] Dec 21 04:39:45.846 INFO E| Downloaded textwrap v0.16.0
30802024-12-21T04:39:45.980Z[ helios-setup] Dec 21 04:39:45.850 INFO E| Downloaded ryu v1.0.13
30812024-12-21T04:39:45.984Z[ helios-setup] Dec 21 04:39:45.855 INFO E| Downloaded anyhow v1.0.68
30822024-12-21T04:39:45.990Z[ helios-setup] Dec 21 04:39:45.861 INFO E| Downloaded ucd-trie v0.1.5
30832024-12-21T04:39:45.993Z[ helios-setup] Dec 21 04:39:45.864 INFO E| Downloaded parking_lot_core v0.9.6
30842024-12-21T04:39:45.997Z[ helios-setup] Dec 21 04:39:45.867 INFO E| Downloaded num-traits v0.2.15
30852024-12-21T04:39:46.001Z[ helios-setup] Dec 21 04:39:45.872 INFO E| Downloaded clap v4.2.1
30862024-12-21T04:39:46.015Z[ helios-setup] Dec 21 04:39:45.886 INFO E| Downloaded semver v1.0.17
30872024-12-21T04:39:46.019Z[ helios-setup] Dec 21 04:39:45.890 INFO E| Downloaded parking_lot v0.12.1
30882024-12-21T04:39:46.024Z[ helios-setup] Dec 21 04:39:45.895 INFO E| Downloaded libc v0.2.139
30892024-12-21T04:39:46.065Z[ helios-setup] Dec 21 04:39:45.935 INFO E| Downloaded futures v0.3.28
30902024-12-21T04:39:46.073Z[ helios-setup] Dec 21 04:39:45.944 INFO E| Downloaded crossbeam-epoch v0.9.13
30912024-12-21T04:39:46.078Z[ helios-setup] Dec 21 04:39:45.949 INFO E| Downloaded tokio-tungstenite v0.18.0
30922024-12-21T04:39:46.082Z[ helios-setup] Dec 21 04:39:45.953 INFO E| Downloaded time v0.1.45
30932024-12-21T04:39:46.085Z[ helios-setup] Dec 21 04:39:45.956 INFO E| Downloaded crossbeam-utils v0.8.14
30942024-12-21T04:39:46.090Z[ helios-setup] Dec 21 04:39:45.961 INFO E| Downloaded serde_spanned v0.6.1
30952024-12-21T04:39:46.092Z[ helios-setup] Dec 21 04:39:45.964 INFO E| Downloaded rhai_codegen v1.5.0
30962024-12-21T04:39:46.106Z[ helios-setup] Dec 21 04:39:45.978 INFO E| Downloaded clap_derive v4.2.0
30972024-12-21T04:39:46.111Z[ helios-setup] Dec 21 04:39:45.982 INFO E| Downloaded getrandom v0.2.8
30982024-12-21T04:39:46.115Z[ helios-setup] Dec 21 04:39:45.987 INFO E| Downloaded serde_path_to_error v0.1.11
30992024-12-21T04:39:46.118Z[ helios-setup] Dec 21 04:39:45.990 INFO E| Downloaded slog-async v2.7.0
31002024-12-21T04:39:46.121Z[ helios-setup] Dec 21 04:39:45.992 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31012024-12-21T04:39:46.124Z[ helios-setup] Dec 21 04:39:45.995 INFO E| Downloaded once_cell v1.17.0
31022024-12-21T04:39:46.127Z[ helios-setup] Dec 21 04:39:45.999 INFO E| Downloaded lock_api v0.4.9
31032024-12-21T04:39:46.130Z[ helios-setup] Dec 21 04:39:46.002 INFO E| Downloaded autocfg v1.1.0
31042024-12-21T04:39:46.133Z[ helios-setup] Dec 21 04:39:46.005 INFO E| Downloaded tower-service v0.3.2
31052024-12-21T04:39:46.136Z[ helios-setup] Dec 21 04:39:46.007 INFO E| Downloaded tokio-macros v2.0.0
31062024-12-21T04:39:46.138Z[ helios-setup] Dec 21 04:39:46.008 INFO E| Downloaded thiserror v1.0.38
31072024-12-21T04:39:46.170Z[ helios-setup] Dec 21 04:39:46.041 INFO E| Downloaded quote v1.0.36
31082024-12-21T04:39:46.173Z[ helios-setup] Dec 21 04:39:46.045 INFO E| Downloaded pin-project-lite v0.2.9
31092024-12-21T04:39:46.180Z[ helios-setup] Dec 21 04:39:46.052 INFO E| Downloaded ipnet v2.7.2
31102024-12-21T04:39:46.182Z[ helios-setup] Dec 21 04:39:46.054 INFO E| Downloaded iana-time-zone v0.1.56
31112024-12-21T04:39:46.185Z[ helios-setup] Dec 21 04:39:46.057 INFO E| Downloaded httparse v1.8.0
31122024-12-21T04:39:46.188Z[ helios-setup] Dec 21 04:39:46.060 INFO E| Downloaded futures-channel v0.3.28
31132024-12-21T04:39:46.190Z[ helios-setup] Dec 21 04:39:46.063 INFO E| Downloaded digest v0.10.6
31142024-12-21T04:39:46.193Z[ helios-setup] Dec 21 04:39:46.065 INFO E| Downloaded cargo-lock v8.0.3
31152024-12-21T04:39:46.196Z[ helios-setup] Dec 21 04:39:46.068 INFO E| Downloaded async-trait v0.1.68
31162024-12-21T04:39:46.201Z[ helios-setup] Dec 21 04:39:46.074 INFO E| Downloaded schemars_derive v0.8.12
31172024-12-21T04:39:46.204Z[ helios-setup] Dec 21 04:39:46.076 INFO E| Downloaded crossbeam-deque v0.8.2
31182024-12-21T04:39:46.206Z[ helios-setup] Dec 21 04:39:46.078 INFO E| Downloaded async-stream v0.3.5
31192024-12-21T04:39:46.213Z[ helios-setup] Dec 21 04:39:46.081 INFO E| Downloaded is-terminal v0.4.7
31202024-12-21T04:39:46.215Z[ helios-setup] Dec 21 04:39:46.088 INFO E| Downloaded futures-io v0.3.28
31212024-12-21T04:39:46.219Z[ helios-setup] Dec 21 04:39:46.089 INFO E| Downloaded form_urlencoded v1.1.0
31222024-12-21T04:39:46.219Z[ helios-setup] Dec 21 04:39:46.090 INFO E| Downloaded toolchain_find v0.2.0
31232024-12-21T04:39:46.223Z[ helios-setup] Dec 21 04:39:46.092 INFO E| Downloaded rustfmt-wrapper v0.2.0
31242024-12-21T04:39:46.223Z[ helios-setup] Dec 21 04:39:46.094 INFO E| Downloaded itoa v1.0.6
31252024-12-21T04:39:46.226Z[ helios-setup] Dec 21 04:39:46.096 INFO E| Downloaded num_cpus v1.15.0
31262024-12-21T04:39:46.228Z[ helios-setup] Dec 21 04:39:46.100 INFO E| Downloaded memoffset v0.7.1
31272024-12-21T04:39:46.230Z[ helios-setup] Dec 21 04:39:46.102 INFO E| Downloaded futures-macro v0.3.28
31282024-12-21T04:39:46.233Z[ helios-setup] Dec 21 04:39:46.104 INFO E| Downloaded fastrand v1.9.0
31292024-12-21T04:39:46.235Z[ helios-setup] Dec 21 04:39:46.106 INFO E| Downloaded clap_lex v0.4.1
31302024-12-21T04:39:46.235Z[ helios-setup] Dec 21 04:39:46.108 INFO E| Downloaded ppv-lite86 v0.2.17
31312024-12-21T04:39:46.238Z[ helios-setup] Dec 21 04:39:46.110 INFO E| Downloaded num_enum_derive v0.5.7
31322024-12-21T04:39:46.240Z[ helios-setup] Dec 21 04:39:46.112 INFO E| Downloaded num-integer v0.1.45
31332024-12-21T04:39:46.242Z[ helios-setup] Dec 21 04:39:46.114 INFO E| Downloaded lazy_static v1.4.0
31342024-12-21T04:39:46.244Z[ helios-setup] Dec 21 04:39:46.116 INFO E| Downloaded httpdate v1.0.2
31352024-12-21T04:39:46.248Z[ helios-setup] Dec 21 04:39:46.119 INFO E| Downloaded futures-task v0.3.28
31362024-12-21T04:39:46.251Z[ helios-setup] Dec 21 04:39:46.122 INFO E| Downloaded futures-core v0.3.28
31372024-12-21T04:39:46.251Z[ helios-setup] Dec 21 04:39:46.124 INFO E| Downloaded built v0.6.0
31382024-12-21T04:39:46.254Z[ helios-setup] Dec 21 04:39:46.126 INFO E| Downloaded anstyle v0.3.5
31392024-12-21T04:39:46.256Z[ helios-setup] Dec 21 04:39:46.128 INFO E| Downloaded concolor-query v0.3.3
31402024-12-21T04:39:46.258Z[ helios-setup] Dec 21 04:39:46.130 INFO E| Downloaded anstyle-parse v0.1.1
31412024-12-21T04:39:46.262Z[ helios-setup] Dec 21 04:39:46.134 INFO E| Downloaded anstream v0.2.6
31422024-12-21T04:39:46.277Z[ helios-setup] Dec 21 04:39:46.149 INFO E| Downloaded encoding_rs v0.8.32
31432024-12-21T04:39:46.374Z[ helios-setup] Dec 21 04:39:46.247 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31442024-12-21T04:39:46.583Z[ helios-setup] Dec 21 04:39:46.459 INFO E| Downloaded libz-sys v1.1.8
31452024-12-21T04:39:47.080Z[ helios-setup] Dec 21 04:39:46.821 INFO E| Compiling proc-macro2 v1.0.86
31462024-12-21T04:39:47.097Z[ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling libc v0.2.139
31472024-12-21T04:39:47.097Z[ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling unicode-ident v1.0.8
31482024-12-21T04:39:47.097Z[ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling autocfg v1.1.0
31492024-12-21T04:39:47.097Z[ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling cfg-if v1.0.0
31502024-12-21T04:39:47.097Z[ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling version_check v0.9.4
31512024-12-21T04:39:47.097Z[ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling serde v1.0.204
31522024-12-21T04:39:47.097Z[ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling syn v1.0.107
31532024-12-21T04:39:47.251Z[ host-package] Compiling zone_cfg_derive v0.1.2
31542024-12-21T04:39:47.442Z[ helios-setup] Dec 21 04:39:47.325 INFO E| Compiling memchr v2.5.0
31552024-12-21T04:39:48.512Z[ helios-setup] Dec 21 04:39:48.405 INFO E| Compiling once_cell v1.17.0
31562024-12-21T04:39:48.666Z[ helios-setup] Dec 21 04:39:48.560 INFO E| Compiling thiserror v1.0.38
31572024-12-21T04:39:48.994Z[ helios-setup] Dec 21 04:39:48.892 INFO E| Compiling log v0.4.17
31582024-12-21T04:39:49.381Z[ helios-setup] Dec 21 04:39:49.283 INFO E| Compiling itoa v1.0.6
31592024-12-21T04:39:49.815Z[ helios-setup] Dec 21 04:39:49.718 INFO E| Compiling serde_json v1.0.95
31602024-12-21T04:39:50.443Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31612024-12-21T04:39:50.798Z[ helios-setup] Dec 21 04:39:50.712 INFO E| Compiling getrandom v0.2.8
31622024-12-21T04:39:50.864Z[ helios-setup] Dec 21 04:39:50.778 INFO E| Compiling indexmap v1.9.3
31632024-12-21T04:39:51.042Z[ helios-setup] Dec 21 04:39:50.958 INFO E| Compiling jobserver v0.1.26
31642024-12-21T04:39:51.429Z[ helios-setup] Dec 21 04:39:51.348 INFO E| Compiling quote v1.0.36
31652024-12-21T04:39:51.772Z[ helios-setup] Dec 21 04:39:51.695 INFO E| Compiling pin-project-lite v0.2.9
31662024-12-21T04:39:51.827Z[ helios-setup] Dec 21 04:39:51.750 INFO E| Compiling scopeguard v1.1.0
31672024-12-21T04:39:51.829Z[ host-package] Compiling nix v0.27.1
31682024-12-21T04:39:51.876Z[ helios-setup] Dec 21 04:39:51.799 INFO E| Compiling cc v1.0.78
31692024-12-21T04:39:52.181Z[ helios-setup] Dec 21 04:39:52.107 INFO E| Compiling num-integer v0.1.45
31702024-12-21T04:39:52.240Z[ helios-setup] Dec 21 04:39:52.167 INFO E| Compiling futures-core v0.3.28
31712024-12-21T04:39:52.243Z[ helios-setup] Dec 21 04:39:52.168 INFO E| Compiling bytes v1.4.0
31722024-12-21T04:39:52.507Z[ helios-setup] Dec 21 04:39:52.437 INFO E| Compiling syn v2.0.72
31732024-12-21T04:39:53.232Z[ helios-setup] Dec 21 04:39:53.167 INFO E| Compiling ryu v1.0.13
31742024-12-21T04:39:54.549Z[ helios-setup] Dec 21 04:39:54.496 INFO E| Compiling lock_api v0.4.9
31752024-12-21T04:39:54.614Z[ helios-setup] Dec 21 04:39:54.563 INFO E| Compiling typenum v1.16.0
31762024-12-21T04:39:55.152Z[ helios-setup] Dec 21 04:39:55.105 INFO E| Compiling bitflags v1.3.2
31772024-12-21T04:39:55.364Z[ helios-setup] Dec 21 04:39:55.319 INFO E| Compiling parking_lot_core v0.9.6
31782024-12-21T04:39:55.648Z[ helios-setup] Dec 21 04:39:55.605 INFO E| Compiling num_cpus v1.15.0
31792024-12-21T04:39:56.004Z[ helios-setup] Dec 21 04:39:55.964 INFO E| Compiling generic-array v0.14.6
31802024-12-21T04:39:56.195Z[ helios-setup] Dec 21 04:39:56.158 INFO E| Compiling slab v0.4.7
31812024-12-21T04:39:56.286Z[ helios-setup] Dec 21 04:39:56.250 INFO E| Compiling futures-sink v0.3.28
31822024-12-21T04:39:56.286Z[ helios-setup] Dec 21 04:39:56.250 INFO E| Compiling futures-task v0.3.28
31832024-12-21T04:39:56.625Z[ helios-setup] Dec 21 04:39:56.592 INFO E| Compiling futures-channel v0.3.28
31842024-12-21T04:39:57.248Z[ helios-setup] Dec 21 04:39:57.218 INFO E| Compiling tokio v1.27.0
31852024-12-21T04:39:57.358Z[ host-package] Compiling hyper-staticfile v0.10.1
31862024-12-21T04:39:57.425Z[ helios-setup] Dec 21 04:39:57.398 INFO E| Compiling futures-util v0.3.28
31872024-12-21T04:39:57.605Z[ helios-setup] Dec 21 04:39:57.581 INFO E| Compiling schemars v0.8.12
31882024-12-21T04:39:58.589Z[ helios-setup] Dec 21 04:39:58.573 INFO E| Compiling mio v0.8.5
31892024-12-21T04:39:58.744Z[ helios-setup] Dec 21 04:39:58.730 INFO E| Compiling signal-hook-registry v1.4.0
31902024-12-21T04:39:59.024Z[ helios-setup] Dec 21 04:39:59.012 INFO E| Compiling socket2 v0.4.9
31912024-12-21T04:39:59.246Z[ helios-setup] Dec 21 04:39:59.237 INFO E| Compiling ahash v0.7.6
31922024-12-21T04:39:59.449Z[ helios-setup] Dec 21 04:39:59.439 INFO E| Compiling num-traits v0.2.15
31932024-12-21T04:40:00.274Z[ helios-setup] Dec 21 04:40:00.272 INFO E| Compiling pin-utils v0.1.0
31942024-12-21T04:40:00.475Z[ helios-setup] Dec 21 04:40:00.476 INFO E| Compiling futures-io v0.3.28
31952024-12-21T04:40:00.855Z[ helios-setup] Dec 21 04:40:00.860 INFO E| Compiling crunchy v0.2.2
31962024-12-21T04:40:00.936Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972024-12-21T04:40:01.315Z[ helios-setup] Dec 21 04:40:01.324 INFO E| Compiling io-lifetimes v1.0.10
31982024-12-21T04:40:02.575Z[ helios-setup] Dec 21 04:40:02.580 INFO E| Compiling ahash v0.8.3
31992024-12-21T04:40:03.138Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32002024-12-21T04:40:03.251Z[ helios-setup] Dec 21 04:40:03.276 INFO E| Compiling tiny-keccak v2.0.2
32012024-12-21T04:40:03.251Z[ helios-setup] Dec 21 04:40:03.277 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32022024-12-21T04:40:03.542Z[ helios-setup] Dec 21 04:40:03.572 INFO E| Compiling hashbrown v0.12.3
32032024-12-21T04:40:03.655Z[ helios-setup] Dec 21 04:40:03.686 INFO E| Compiling rustix v0.37.3
32042024-12-21T04:40:03.844Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32052024-12-21T04:40:04.388Z[ helios-setup] Dec 21 04:40:04.425 INFO E| Compiling block-buffer v0.10.3
32062024-12-21T04:40:04.557Z[ helios-setup] Dec 21 04:40:04.592 INFO E| Compiling serde_derive_internals v0.26.0
32072024-12-21T04:40:04.880Z[ helios-setup] Dec 21 04:40:04.921 INFO E| Compiling crypto-common v0.1.6
32082024-12-21T04:40:06.089Z[ helios-setup] Dec 21 04:40:06.139 INFO E| Compiling errno v0.3.1
32092024-12-21T04:40:06.326Z[ helios-setup] Dec 21 04:40:06.368 INFO E| Compiling fnv v1.0.7
32102024-12-21T04:40:06.404Z[ helios-setup] Dec 21 04:40:06.460 INFO E| Compiling crossbeam-utils v0.8.14
32112024-12-21T04:40:06.595Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
32122024-12-21T04:40:06.999Z[ helios-setup] Dec 21 04:40:07.057 INFO E| Compiling slog v2.7.0
32132024-12-21T04:40:07.171Z[ helios-setup] Dec 21 04:40:07.218 INFO E| Compiling pkg-config v0.3.26
32142024-12-21T04:40:07.905Z[ helios-setup] Dec 21 04:40:07.914 INFO E| Compiling http v0.2.9
32152024-12-21T04:40:09.382Z[ helios-setup] Dec 21 04:40:09.295 INFO E| Compiling digest v0.10.6
32162024-12-21T04:40:10.228Z[ helios-setup] Dec 21 04:40:10.112 INFO E| Compiling aho-corasick v0.7.20
32172024-12-21T04:40:11.070Z[ helios-setup] Dec 21 04:40:10.895 INFO E| Compiling tinyvec_macros v0.1.1
32182024-12-21T04:40:11.592Z[ helios-setup] Dec 21 04:40:11.400 INFO E| Compiling httparse v1.8.0
32192024-12-21T04:40:12.005Z[ helios-setup] Dec 21 04:40:11.791 INFO E| Compiling unicode-width v0.1.10
32202024-12-21T04:40:12.654Z[ helios-setup] Dec 21 04:40:12.406 INFO E| Compiling percent-encoding v2.2.0
32212024-12-21T04:40:13.164Z[ helios-setup] Dec 21 04:40:12.886 INFO E| Compiling heck v0.4.1
32222024-12-21T04:40:13.468Z[ helios-setup] Dec 21 04:40:13.177 INFO E| Compiling anyhow v1.0.68
32232024-12-21T04:40:13.593Z[ helios-setup] Dec 21 04:40:13.294 INFO E| Compiling cpufeatures v0.2.5
32242024-12-21T04:40:13.795Z[ helios-setup] Dec 21 04:40:13.485 INFO E| Compiling regex-syntax v0.6.29
32252024-12-21T04:40:13.964Z[ helios-setup] Dec 21 04:40:13.646 INFO E| Compiling const-random-macro v0.1.15
32262024-12-21T04:40:14.042Z[ helios-setup] Dec 21 04:40:13.719 INFO E| Compiling form_urlencoded v1.1.0
32272024-12-21T04:40:14.248Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32282024-12-21T04:40:14.286Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32292024-12-21T04:40:14.398Z[ helios-setup] Dec 21 04:40:14.053 INFO E| Compiling tinyvec v1.6.0
32302024-12-21T04:40:15.198Z[ helios-setup] Dec 21 04:40:14.813 INFO E| Compiling thiserror-impl v1.0.38
32312024-12-21T04:40:15.496Z[ helios-setup] Dec 21 04:40:15.095 INFO E| Compiling schemars_derive v0.8.12
32322024-12-21T04:40:16.137Z[ helios-setup] Dec 21 04:40:15.699 INFO E| Compiling hashbrown v0.13.2
32332024-12-21T04:40:16.324Z[ helios-setup] Dec 21 04:40:15.878 INFO E| Compiling serde_derive v1.0.204
32342024-12-21T04:40:16.880Z[ helios-setup] Dec 21 04:40:16.404 INFO E| Compiling futures-macro v0.3.28
32352024-12-21T04:40:17.755Z[ helios-setup] Dec 21 04:40:17.232 INFO E| Compiling tokio-macros v2.0.0
32362024-12-21T04:40:18.780Z[ helios-setup] Dec 21 04:40:18.200 INFO E| Compiling libz-sys v1.1.8
32372024-12-21T04:40:20.323Z[ helios-setup] Dec 21 04:40:19.661 INFO E| Compiling chrono v0.4.24
32382024-12-21T04:40:22.044Z[ helios-setup] Dec 21 04:40:21.289 INFO E| Compiling regex v1.7.3
32392024-12-21T04:40:24.002Z[ helios-setup] Dec 21 04:40:23.142 INFO E| Compiling uuid v1.3.0
32402024-12-21T04:40:24.191Z[ helios-setup] Dec 21 04:40:23.309 INFO E| Compiling dyn-clone v1.0.11
32412024-12-21T04:40:24.793Z[ helios-setup] Dec 21 04:40:23.883 INFO E| Compiling unicode-normalization v0.1.22
32422024-12-21T04:40:24.896Z[ helios-setup] Dec 21 04:40:23.987 INFO E| Compiling regress v0.5.0
32432024-12-21T04:40:25.332Z[ helios-setup] Dec 21 04:40:24.400 INFO E| Compiling const-random v0.1.15
32442024-12-21T04:40:26.851Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32452024-12-21T04:40:27.360Z[ helios-setup] Dec 21 04:40:26.316 INFO E| Compiling getopts v0.2.21
32462024-12-21T04:40:30.900Z[ helios-setup] Dec 21 04:40:26.586 INFO E| Compiling tracing-core v0.1.30
32472024-12-21T04:40:30.960Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32482024-12-21T04:40:30.960Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32492024-12-21T04:40:30.960Z[ helios-setup] Dec 21 04:40:27.265 INFO E| Compiling memoffset v0.7.1
32502024-12-21T04:40:30.960Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32512024-12-21T04:40:30.960Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32522024-12-21T04:40:30.975Z[ helios-setup] Dec 21 04:40:28.249 INFO E| Compiling powerfmt v0.2.0
32532024-12-21T04:40:30.975Z[ helios-setup] Dec 21 04:40:29.330 INFO E| Compiling ucd-trie v0.1.5
32542024-12-21T04:40:30.975Z[ helios-setup] Dec 21 04:40:29.553 INFO E| Compiling time-core v0.1.2
32552024-12-21T04:40:31.280Z[ helios-setup] Dec 21 04:40:30.027 INFO E| Compiling unicode-bidi v0.3.13
32562024-12-21T04:40:31.625Z[ helios-setup] Dec 21 04:40:30.244 INFO E| Compiling num-conv v0.1.0
32572024-12-21T04:40:32.040Z[ helios-setup] Dec 21 04:40:30.746 INFO E| Compiling time-macros v0.2.18
32582024-12-21T04:40:34.176Z[ helios-setup] Dec 21 04:40:32.701 INFO E| Compiling idna v0.3.0
32592024-12-21T04:40:34.670Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32602024-12-21T04:40:34.807Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32612024-12-21T04:40:36.057Z[ host-package] Compiling hashlink v0.9.1
32622024-12-21T04:40:36.262Z[ host-package] Compiling tungstenite v0.23.0
32632024-12-21T04:40:36.742Z[ helios-setup] Dec 21 04:40:35.193 INFO E| Compiling pest v2.5.7
32642024-12-21T04:40:37.073Z[ host-package] Compiling fallible-iterator v0.3.0
32652024-12-21T04:40:37.528Z[ helios-setup] Dec 21 04:40:35.938 INFO E| Compiling deranged v0.3.11
32662024-12-21T04:40:37.908Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32672024-12-21T04:40:38.659Z[ host-package] Compiling base64 v0.13.1
32682024-12-21T04:40:38.679Z[ helios-setup] Dec 21 04:40:37.010 INFO E| Compiling tracing v0.1.37
32692024-12-21T04:40:39.207Z[ host-package] Compiling tokio-tungstenite v0.23.1
32702024-12-21T04:40:40.277Z[ host-package] Compiling ron v0.7.1
32712024-12-21T04:40:40.650Z[ host-package] Compiling rusqlite v0.32.1
32722024-12-21T04:40:41.600Z[ helios-setup] Dec 21 04:40:39.976 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32732024-12-21T04:40:41.895Z[ helios-setup] Dec 21 04:40:40.273 INFO E| Compiling time v0.1.45
32742024-12-21T04:40:41.999Z[ helios-setup] Dec 21 04:40:40.378 INFO E| Compiling crossbeam-epoch v0.9.13
32752024-12-21T04:40:42.418Z[ helios-setup] Dec 21 04:40:40.801 INFO E| Compiling semver v1.0.17
32762024-12-21T04:40:42.503Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32772024-12-21T04:40:43.215Z[ helios-setup] Dec 21 04:40:41.604 INFO E| Compiling iana-time-zone v0.1.56
32782024-12-21T04:40:43.752Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32792024-12-21T04:40:43.802Z[ helios-setup] Dec 21 04:40:42.198 INFO E| Compiling num_threads v0.1.6
32802024-12-21T04:40:44.310Z[ helios-setup] Dec 21 04:40:42.711 INFO E| Compiling time v0.3.36
32812024-12-21T04:40:45.151Z[ helios-setup] Dec 21 04:40:43.557 INFO E| Compiling semver-parser v0.10.2
32822024-12-21T04:40:45.307Z[ helios-setup] Dec 21 04:40:43.717 INFO E| Compiling url v2.3.1
32832024-12-21T04:40:45.592Z[ helios-setup] Dec 21 04:40:44.004 INFO E| Compiling toml v0.5.11
32842024-12-21T04:40:45.898Z[ helios-setup] Dec 21 04:40:44.311 INFO E| Compiling smallvec v1.10.0
32852024-12-21T04:40:48.343Z[ helios-setup] Dec 21 04:40:46.779 INFO E| Compiling parking_lot v0.12.1
32862024-12-21T04:40:50.646Z[ host-package] Compiling xz2 v0.1.7
32872024-12-21T04:40:51.146Z[ helios-setup] Dec 21 04:40:49.609 INFO E| Compiling serde_tokenstream v0.2.0
32882024-12-21T04:40:52.308Z[ host-package] Compiling tokio-rustls v0.24.1
32892024-12-21T04:40:53.354Z[ host-package] Compiling zone v0.1.8
32902024-12-21T04:40:54.287Z[ helios-setup] Dec 21 04:40:52.779 INFO E| Compiling crossbeam-channel v0.5.6
32912024-12-21T04:40:57.452Z[ helios-setup] Dec 21 04:40:55.972 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32922024-12-21T04:40:58.356Z[ helios-setup] Dec 21 04:40:56.884 INFO E| Compiling dirs-sys-next v0.1.2
32932024-12-21T04:40:58.522Z[ helios-setup] Dec 21 04:40:57.052 INFO E| Compiling same-file v1.0.6
32942024-12-21T04:40:59.427Z[ helios-setup] Dec 21 04:40:57.963 INFO E| Compiling try-lock v0.2.4
32952024-12-21T04:40:59.894Z[ helios-setup] Dec 21 04:40:58.436 INFO E| Compiling crc32fast v1.3.2
32962024-12-21T04:41:00.193Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32972024-12-21T04:41:01.797Z[ helios-setup] Dec 21 04:41:00.357 INFO E| Compiling want v0.3.0
32982024-12-21T04:41:02.620Z[ helios-setup] Dec 21 04:41:01.187 INFO E| Compiling dirs-next v2.0.0
32992024-12-21T04:41:02.939Z[ helios-setup] Dec 21 04:41:01.509 INFO E| Compiling walkdir v2.3.3
33002024-12-21T04:41:06.016Z[ helios-setup] Dec 21 04:41:04.614 INFO E| Compiling proc-macro-crate v1.2.1
33012024-12-21T04:41:06.071Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022024-12-21T04:41:07.368Z[ helios-setup] Dec 21 04:41:05.979 INFO E| Compiling semver v0.11.0
33032024-12-21T04:41:08.685Z[ helios-setup] Dec 21 04:41:07.308 INFO E| Compiling futures-executor v0.3.28
33042024-12-21T04:41:10.210Z[ helios-setup] Dec 21 04:41:08.844 INFO E| Compiling tokio-util v0.7.7
33052024-12-21T04:41:10.475Z[ helios-setup] Dec 21 04:41:09.114 INFO E| Compiling http-body v0.4.5
33062024-12-21T04:41:10.976Z[ helios-setup] Dec 21 04:41:09.619 INFO E| Compiling ring v0.16.20
33072024-12-21T04:41:13.602Z[ helios-setup] Dec 21 04:41:12.269 INFO E| Compiling h2 v0.3.16
33082024-12-21T04:41:13.648Z[ helios-setup] Dec 21 04:41:12.316 INFO E| Compiling rand_core v0.6.4
33092024-12-21T04:41:14.626Z[ helios-setup] Dec 21 04:41:13.302 INFO E| Compiling thread_local v1.1.7
33102024-12-21T04:41:15.255Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33112024-12-21T04:41:15.585Z[ helios-setup] Dec 21 04:41:14.271 INFO E| Compiling home v0.5.4
33122024-12-21T04:41:15.676Z[ helios-setup] Dec 21 04:41:14.362 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33132024-12-21T04:41:16.238Z[ helios-setup] Dec 21 04:41:14.929 INFO E| Compiling lazy_static v1.4.0
33142024-12-21T04:41:16.322Z[ helios-setup] Dec 21 04:41:15.013 INFO E| Compiling utf8parse v0.2.1
33152024-12-21T04:41:17.091Z[ helios-setup] Dec 21 04:41:15.789 INFO E| Compiling tower-service v0.3.2
33162024-12-21T04:41:17.265Z[ helios-setup] Dec 21 04:41:15.965 INFO E| Compiling adler v1.0.2
33172024-12-21T04:41:17.517Z[ helios-setup] Dec 21 04:41:16.219 INFO E| Compiling rayon-core v1.10.2
33182024-12-21T04:41:18.253Z[ helios-setup] Dec 21 04:41:16.962 INFO E| Compiling ppv-lite86 v0.2.17
33192024-12-21T04:41:18.885Z[ helios-setup] Dec 21 04:41:17.600 INFO E| Compiling httpdate v1.0.2
33202024-12-21T04:41:20.429Z[ helios-setup] Dec 21 04:41:19.158 INFO E| Compiling fastrand v1.9.0
33212024-12-21T04:41:21.472Z[ helios-setup] Dec 21 04:41:20.185 INFO E| Compiling base64 v0.21.0
33222024-12-21T04:41:22.142Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33232024-12-21T04:41:23.517Z[ helios-setup] Dec 21 04:41:22.275 INFO E| Compiling tempfile v3.5.0
33242024-12-21T04:41:23.817Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33252024-12-21T04:41:23.982Z[ helios-setup] Dec 21 04:41:22.744 INFO E| Compiling rand_chacha v0.3.1
33262024-12-21T04:41:24.142Z[ helios-setup] Dec 21 04:41:22.905 INFO E| Compiling hyper v0.14.25
33272024-12-21T04:41:24.800Z[ helios-setup] Dec 21 04:41:23.570 INFO E| Compiling miniz_oxide v0.6.2
33282024-12-21T04:41:25.222Z[ helios-setup] Dec 21 04:41:23.977 INFO E| Compiling anstyle-parse v0.1.1
33292024-12-21T04:41:26.474Z[ helios-setup] Dec 21 04:41:25.259 INFO E| Compiling toolchain_find v0.2.0
33302024-12-21T04:41:28.431Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33312024-12-21T04:41:36.987Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33322024-12-21T04:41:40.794Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33332024-12-21T04:41:40.949Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33342024-12-21T04:41:41.104Z[ host-package] Compiling rustls-pemfile v1.0.4
33352024-12-21T04:41:41.801Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362024-12-21T04:41:43.378Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33372024-12-21T04:41:43.464Z[ helios-setup] Dec 21 04:41:42.401 INFO E| Compiling futures v0.3.28
33382024-12-21T04:41:43.869Z[ host-package] Compiling signal-hook-tokio v0.3.1
33392024-12-21T04:41:43.919Z[ helios-setup] Dec 21 04:41:42.859 INFO E| Compiling cargo-lock v8.0.3
33402024-12-21T04:41:44.614Z[ host-package] Compiling twox-hash v1.6.3
33412024-12-21T04:41:45.025Z[ host-package] Compiling yasna v0.5.2
33422024-12-21T04:41:45.907Z[ helios-setup] Dec 21 04:41:44.864 INFO E| Compiling num_enum_derive v0.5.7
33432024-12-21T04:41:46.797Z[ host-package] Compiling smawk v0.3.2
33442024-12-21T04:41:47.380Z[ host-package] Compiling is_ci v1.2.0
33452024-12-21T04:41:47.726Z[ helios-setup] Dec 21 04:41:46.704 INFO E| Compiling crossbeam-deque v0.8.2
33462024-12-21T04:41:48.121Z[ host-package] Compiling unicode-linebreak v0.1.5
33472024-12-21T04:41:48.163Z[ helios-setup] Dec 21 04:41:47.145 INFO E| Compiling term v0.7.0
33482024-12-21T04:41:49.334Z[ host-package] Compiling textwrap v0.16.1
33492024-12-21T04:41:49.754Z[ helios-setup] Dec 21 04:41:48.750 INFO E| Compiling serde_urlencoded v0.7.1
33502024-12-21T04:41:49.945Z[ helios-setup] Dec 21 04:41:48.943 INFO E| Compiling sha1 v0.10.5
33512024-12-21T04:41:51.016Z[ helios-setup] Dec 21 04:41:50.023 INFO E| Compiling sha2 v0.10.6
33522024-12-21T04:41:51.085Z[ helios-setup] Dec 21 04:41:50.094 INFO E| Compiling is-terminal v0.4.7
33532024-12-21T04:41:51.086Z[ host-package] Compiling rcgen v0.12.1
33542024-12-21T04:41:51.384Z[ helios-setup] Dec 21 04:41:50.395 INFO E| Compiling atty v0.2.14
33552024-12-21T04:41:51.814Z[ helios-setup] Dec 21 04:41:50.827 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33562024-12-21T04:41:52.295Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33572024-12-21T04:41:52.911Z[ helios-setup] Dec 21 04:41:51.936 INFO E| Compiling anstyle v0.3.5
33582024-12-21T04:41:53.943Z[ helios-setup] Dec 21 04:41:52.977 INFO E| Compiling concolor-override v1.0.0
33592024-12-21T04:41:54.119Z[ helios-setup] Dec 21 04:41:53.155 INFO E| Compiling concolor-query v0.3.3
33602024-12-21T04:41:55.566Z[ host-package] Compiling supports-color v3.0.1
33612024-12-21T04:41:57.187Z[ helios-setup] Dec 21 04:41:56.251 INFO E| Compiling anstream v0.2.6
33622024-12-21T04:41:59.701Z[ helios-setup] Dec 21 04:41:58.788 INFO E| Compiling slog-term v2.9.0
33632024-12-21T04:41:59.889Z[ helios-setup] Dec 21 04:41:58.978 INFO E| Compiling num_enum v0.5.7
33642024-12-21T04:42:00.558Z[ helios-setup] Dec 21 04:41:59.652 INFO E| Compiling flate2 v1.0.25
33652024-12-21T04:42:01.242Z[ helios-setup] Dec 21 04:42:00.342 INFO E| Compiling rustfmt-wrapper v0.2.0
33662024-12-21T04:42:02.889Z[ helios-setup] Dec 21 04:42:02.004 INFO E| Compiling rand v0.8.5
33672024-12-21T04:42:03.319Z[ helios-setup] Dec 21 04:42:02.436 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33682024-12-21T04:42:03.852Z[ helios-setup] Dec 21 04:42:02.976 INFO E| Compiling openapiv3 v1.0.2
33692024-12-21T04:42:05.804Z[ helios-setup] Dec 21 04:42:04.946 INFO E| Compiling encoding_rs v0.8.32
33702024-12-21T04:42:07.222Z[ helios-setup] Dec 21 04:42:06.377 INFO E| Compiling spin v0.5.2
33712024-12-21T04:42:07.988Z[ helios-setup] Dec 21 04:42:07.150 INFO E| Compiling clap_lex v0.4.1
33722024-12-21T04:42:09.857Z[ helios-setup] Dec 21 04:42:08.830 INFO E| Compiling either v1.8.0
33732024-12-21T04:42:10.675Z[ helios-setup] Dec 21 04:42:09.861 INFO E| Compiling base64 v0.13.1
33742024-12-21T04:42:11.778Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33752024-12-21T04:42:12.090Z[ helios-setup] Dec 21 04:42:11.289 INFO E| Compiling utf-8 v0.7.6
33762024-12-21T04:42:12.307Z[ helios-setup] Dec 21 04:42:11.507 INFO E| Compiling byteorder v1.4.3
33772024-12-21T04:42:12.913Z[ helios-setup] Dec 21 04:42:12.120 INFO E| Compiling ipnet v2.7.2
33782024-12-21T04:42:13.149Z[ helios-setup] Dec 21 04:42:12.358 INFO E| Compiling project-root v0.2.2
33792024-12-21T04:42:13.808Z[ helios-setup] Dec 21 04:42:13.021 INFO E| Compiling mime v0.3.17
33802024-12-21T04:42:13.939Z[ helios-setup] Dec 21 04:42:13.155 INFO E| Compiling strsim v0.10.0
33812024-12-21T04:42:16.121Z[ helios-setup] Dec 21 04:42:15.357 INFO E| Compiling unsafe-libyaml v0.2.8
33822024-12-21T04:42:17.428Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33832024-12-21T04:42:17.643Z[ helios-setup] Dec 21 04:42:16.893 INFO E| Compiling untrusted v0.7.1
33842024-12-21T04:42:18.142Z[ helios-setup] Dec 21 04:42:17.396 INFO E| Compiling reqwest v0.11.16
33852024-12-21T04:42:18.716Z[ helios-setup] Dec 21 04:42:17.975 INFO E| Compiling clap_builder v4.2.1
33862024-12-21T04:42:19.820Z[ helios-setup] Dec 21 04:42:19.090 INFO E| Compiling serde_yaml v0.9.21
33872024-12-21T04:42:20.086Z[ helios-setup] Dec 21 04:42:19.358 INFO E| Compiling tungstenite v0.18.0
33882024-12-21T04:42:21.034Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33892024-12-21T04:42:27.187Z[ helios-setup] Dec 21 04:42:26.524 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33902024-12-21T04:42:27.437Z[ helios-setup] Dec 21 04:42:26.776 INFO E| Compiling rayon v1.6.1
33912024-12-21T04:42:30.490Z[ helios-setup] Dec 21 04:42:29.857 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33922024-12-21T04:42:33.037Z[ helios-setup] Dec 21 04:42:32.427 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33932024-12-21T04:42:33.662Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33942024-12-21T04:42:38.467Z[ helios-setup] Dec 21 04:42:37.905 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33952024-12-21T04:42:39.297Z[ helios-setup] Dec 21 04:42:38.743 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33962024-12-21T04:42:40.103Z[ helios-setup] Dec 21 04:42:39.556 INFO E| Compiling clap_derive v4.2.0
33972024-12-21T04:42:44.376Z[ helios-setup] Dec 21 04:42:43.869 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33982024-12-21T04:42:46.445Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33992024-12-21T04:42:49.882Z[ helios-setup] Dec 21 04:42:49.426 INFO E| Compiling clap v4.2.1
34002024-12-21T04:42:52.655Z[ helios-setup] Dec 21 04:42:52.222 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34012024-12-21T04:42:56.313Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34022024-12-21T04:43:06.643Z[ helios-setup] Dec 21 04:43:06.338 INFO E| Compiling tokio-tungstenite v0.18.0
34032024-12-21T04:43:08.487Z[ helios-setup] Dec 21 04:43:08.199 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34042024-12-21T04:43:11.747Z[ helios-setup] Dec 21 04:43:11.488 INFO E| Compiling smartstring v1.0.1
34052024-12-21T04:43:11.960Z[ helios-setup] Dec 21 04:43:11.704 INFO E| Compiling rustls v0.21.0
34062024-12-21T04:43:12.774Z[ helios-setup] Dec 21 04:43:12.525 INFO E| Compiling toml_datetime v0.6.1
34072024-12-21T04:43:12.874Z[ helios-setup] Dec 21 04:43:12.626 INFO E| Compiling serde_spanned v0.6.1
34082024-12-21T04:43:13.495Z[ helios-setup] Dec 21 04:43:13.253 INFO E| Compiling camino v1.1.4
34092024-12-21T04:43:14.070Z[ helios-setup] Dec 21 04:43:13.833 INFO E| Compiling match_cfg v0.1.0
34102024-12-21T04:43:14.384Z[ helios-setup] Dec 21 04:43:14.150 INFO E| Compiling slog-async v2.7.0
34112024-12-21T04:43:14.452Z[ helios-setup] Dec 21 04:43:14.219 INFO E| Compiling async-trait v0.1.68
34122024-12-21T04:43:15.169Z[ helios-setup] Dec 21 04:43:14.942 INFO E| Compiling static_assertions v1.1.0
34132024-12-21T04:43:15.439Z[ helios-setup] Dec 21 04:43:15.214 INFO E| Compiling winnow v0.4.1
34142024-12-21T04:43:15.718Z[ helios-setup] Dec 21 04:43:15.495 INFO E| Compiling paste v1.0.12
34152024-12-21T04:43:17.763Z[ helios-setup] Dec 21 04:43:17.560 INFO E| Compiling hostname v0.3.1
34162024-12-21T04:43:18.464Z[ helios-setup] Dec 21 04:43:18.267 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34172024-12-21T04:43:19.220Z[ helios-setup] Dec 21 04:43:19.030 INFO E| Compiling slog-json v2.6.1
34182024-12-21T04:43:20.461Z[ helios-setup] Dec 21 04:43:20.283 INFO E| Compiling unicode-linebreak v0.1.4
34192024-12-21T04:43:23.057Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34202024-12-21T04:43:23.249Z[ helios-setup] Dec 21 04:43:23.096 INFO E| Compiling toml_edit v0.19.8
34212024-12-21T04:43:24.499Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34222024-12-21T04:43:25.036Z[ helios-setup] Dec 21 04:43:24.899 INFO E| Compiling sct v0.7.0
34232024-12-21T04:43:25.455Z[ helios-setup] Dec 21 04:43:25.322 INFO E| Compiling rustls-webpki v0.100.1
34242024-12-21T04:43:26.269Z[ helios-setup] Dec 21 04:43:26.143 INFO E| Compiling async-stream-impl v0.3.5
34252024-12-21T04:43:29.622Z[ helios-setup] Dec 21 04:43:29.527 INFO E| Compiling rhai_codegen v1.5.0
34262024-12-21T04:43:30.015Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34272024-12-21T04:43:30.589Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34282024-12-21T04:43:32.418Z[ helios-setup] Dec 21 04:43:32.348 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34292024-12-21T04:43:33.507Z[ helios-setup] Dec 21 04:43:33.424 INFO E| Compiling take_mut v0.2.2
34302024-12-21T04:43:33.937Z[ helios-setup] Dec 21 04:43:33.877 INFO E| Compiling toml v0.7.3
34312024-12-21T04:43:34.805Z[ helios-setup] Dec 21 04:43:34.757 INFO E| Compiling async-stream v0.3.5
34322024-12-21T04:43:35.116Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34332024-12-21T04:43:35.241Z[ helios-setup] Dec 21 04:43:35.197 INFO E| Compiling rhai v1.14.0
34342024-12-21T04:43:35.885Z[ helios-setup] Dec 21 04:43:35.846 INFO E| Compiling slog-bunyan v2.4.0
34352024-12-21T04:43:39.308Z[ helios-setup] Dec 21 04:43:39.300 INFO E| Compiling tokio-rustls v0.24.0
34362024-12-21T04:43:40.378Z[ helios-setup] Dec 21 04:43:40.380 INFO E| Compiling rustls-pemfile v1.0.2
34372024-12-21T04:43:40.445Z[ helios-setup] Dec 21 04:43:40.448 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34382024-12-21T04:43:41.899Z[ helios-setup] Dec 21 04:43:41.915 INFO E| Compiling serde_path_to_error v0.1.11
34392024-12-21T04:43:44.017Z[ host-package] Compiling fatfs v0.3.6
34402024-12-21T04:43:44.038Z[ helios-setup] Dec 21 04:43:44.073 INFO E| Compiling bincode v1.3.3
34412024-12-21T04:43:44.855Z[ helios-setup] Dec 21 04:43:44.899 INFO E| Compiling terminal_size v0.2.6
34422024-12-21T04:43:45.462Z[ helios-setup] Dec 21 04:43:45.510 INFO E| Compiling smawk v0.3.1
34432024-12-21T04:43:46.166Z[ helios-setup] Dec 21 04:43:46.222 INFO E| Compiling textwrap v0.16.0
34442024-12-21T04:43:46.900Z[ helios-setup] Dec 21 04:43:46.962 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34452024-12-21T04:43:49.592Z[ host-package] Compiling subprocess v0.2.9
34462024-12-21T04:43:55.349Z[ host-package] Compiling rtoolbox v0.0.2
34472024-12-21T04:43:56.287Z[ host-package] Compiling assert_matches v1.5.0
34482024-12-21T04:43:58.343Z[ host-package] Compiling rpassword v7.3.1
34492024-12-21T04:44:00.015Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502024-12-21T04:44:01.547Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34512024-12-21T04:44:04.000Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34522024-12-21T04:44:15.597Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34532024-12-21T04:44:16.764Z[ helios-setup] Dec 21 04:44:15.217 INFO E| Compiling git2 v0.16.1
34542024-12-21T04:44:17.920Z[ host-package] Compiling tui-tree-widget v0.22.0
34552024-12-21T04:44:18.474Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34562024-12-21T04:44:19.979Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34572024-12-21T04:44:20.636Z[ host-package] Compiling uzers v0.12.1
34582024-12-21T04:44:22.391Z[ helios-setup] Dec 21 04:44:20.776 INFO E| Compiling built v0.6.0
34592024-12-21T04:44:24.535Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34602024-12-21T04:44:25.720Z[ helios-setup] Dec 21 04:44:24.134 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34612024-12-21T04:44:27.254Z[ helios-setup] Dec 21 04:44:25.683 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34622024-12-21T04:44:27.950Z[ helios-setup] Dec 21 04:44:26.385 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34632024-12-21T04:44:31.168Z[ helios-setup] Dec 21 04:44:29.632 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34642024-12-21T04:44:33.747Z[ helios-setup] Dec 21 04:44:32.235 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34652024-12-21T04:44:37.126Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34662024-12-21T04:44:40.982Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34672024-12-21T04:45:26.874Z[ helios-setup] Dec 21 04:45:25.845 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34682024-12-21T04:45:31.722Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34692024-12-21T04:45:33.023Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34702024-12-21T04:45:38.308Z[ host-package] Compiling multimap v0.10.0
34712024-12-21T04:46:30.817Z[ helios-setup] Dec 21 04:46:30.369 INFO E| Finished `release` profile [optimized] target(s) in 6m 55s
34722024-12-21T04:46:30.953Z[ helios-setup] Dec 21 04:46:30.507 INFO building project "pilot" ok (415 seconds)
34732024-12-21T04:46:30.955Z[ helios-setup] rm -f helios-build
34742024-12-21T04:46:30.958Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34752024-12-21T04:46:30.961Z[ helios-setup]
34762024-12-21T04:46:30.963Z[ helios-setup] Setup complete! ./helios-build is now available.
34772024-12-21T04:46:30.966Z[ helios-setup]
34782024-12-21T04:46:30.966Z[ helios-setup]
34792024-12-21T04:46:30.966Z[ helios-setup] real 12:11.588043593
34802024-12-21T04:46:30.966Z[ helios-setup] user 29:36.491344019
34812024-12-21T04:46:30.969Z[ helios-setup] sys 3:40.103534267
34822024-12-21T04:46:30.969Z[ helios-setup] trap 1.803946837
34832024-12-21T04:46:30.969Z[ helios-setup] tflt 7.794047718
34842024-12-21T04:46:30.969Z[ helios-setup] dflt 27.673674257
34852024-12-21T04:46:30.969Z[ helios-setup] kflt 0.027239577
34862024-12-21T04:46:30.969Z[ helios-setup] lock 2:04:31.004269183
34872024-12-21T04:46:30.969Z[ helios-setup] slp 3:45:57.902508433
34882024-12-21T04:46:30.969Z[ helios-setup] lat 33:31.934464136
34892024-12-21T04:46:30.969Z[ helios-setup] stop 4:44.723006845
34902024-12-21T04:46:30.969ZDec 21 04:46:30.521 INFO [helios-setup] process exited with exit status: 0 (731.594588742s)
34912024-12-21T04:46:30.969ZDec 21 04:46:30.522 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34922024-12-21T04:46:30.998Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34932024-12-21T04:46:31.211Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34942024-12-21T04:46:31.213Z[ phbl-toolchain] info: downloading component 'cargo'
34952024-12-21T04:46:32.403Z[ phbl-toolchain] info: downloading component 'clippy'
34962024-12-21T04:46:32.839Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34972024-12-21T04:46:37.588Z[ phbl-toolchain] info: downloading component 'miri'
34982024-12-21T04:46:37.765Z[ phbl-toolchain] info: downloading component 'rust-docs'
34992024-12-21T04:46:39.105Z[ phbl-toolchain] info: downloading component 'rust-src'
35002024-12-21T04:46:39.317Z[ phbl-toolchain] info: downloading component 'rust-std'
35012024-12-21T04:46:41.171Z[ phbl-toolchain] info: downloading component 'rustc'
35022024-12-21T04:46:48.981Z[ phbl-toolchain] info: downloading component 'rustfmt'
35032024-12-21T04:46:49.234Z[ phbl-toolchain] info: installing component 'cargo'
35042024-12-21T04:46:50.594Z[ phbl-toolchain] info: installing component 'clippy'
35052024-12-21T04:46:51.169Z[ phbl-toolchain] info: installing component 'llvm-tools'
35062024-12-21T04:46:56.893Z[ phbl-toolchain] info: installing component 'miri'
35072024-12-21T04:46:57.288Z[ phbl-toolchain] info: installing component 'rust-docs'
35082024-12-21T04:47:04.860Z[ phbl-toolchain] info: installing component 'rust-src'
35092024-12-21T04:47:05.697Z[ phbl-toolchain] info: installing component 'rust-std'
35102024-12-21T04:47:08.222Z[ phbl-toolchain] info: installing component 'rustc'
35112024-12-21T04:47:17.129Z[ phbl-toolchain] info: installing component 'rustfmt'
35122024-12-21T04:47:17.901Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35132024-12-21T04:47:17.904ZDec 21 04:47:17.885 INFO [phbl-toolchain] process exited with exit status: 0 (47.36358985s)
35142024-12-21T04:48:22.928Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35152024-12-21T04:48:31.150Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35162024-12-21T04:55:10.519Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 04s
35172024-12-21T04:56:19.676ZDec 21 04:56:18.584 INFO [host-package] process exited with exit status: 0 (1274.252738952s)
35182024-12-21T04:56:19.679ZDec 21 04:56:18.584 INFO [host-stamp] running task
35192024-12-21T04:56:19.679ZDec 21 04:56:18.584 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35202024-12-21T04:56:19.679ZDec 21 04:56:18.584 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+git3c83ce0d399
35212024-12-21T04:56:19.697ZDec 21 04:56:18.606 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+git3c83ce0d399
35222024-12-21T04:56:19.706Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35232024-12-21T04:56:19.709Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35242024-12-21T04:56:19.712ZDec 21 04:56:18.619 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+git3c83ce0d399
35252024-12-21T04:56:19.720Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35262024-12-21T04:56:19.723ZDec 21 04:56:18.632 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+git3c83ce0d399
35272024-12-21T04:56:19.736Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35282024-12-21T04:56:19.736ZDec 21 04:56:18.646 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+git3c83ce0d399
35292024-12-21T04:56:19.754Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35302024-12-21T04:56:19.754ZDec 21 04:56:18.664 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+git3c83ce0d399
35312024-12-21T04:56:19.767Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35322024-12-21T04:56:19.775Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35332024-12-21T04:56:19.787ZDec 21 04:56:18.682 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+git3c83ce0d399
35342024-12-21T04:56:19.791Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35352024-12-21T04:56:19.791Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35362024-12-21T04:56:19.794ZDec 21 04:56:18.702 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+git3c83ce0d399
35372024-12-21T04:56:19.811Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35382024-12-21T04:56:19.811ZDec 21 04:56:18.722 INFO [stamp-oxlog] process exited with exit status: 0 (89.79229ms)
35392024-12-21T04:56:19.815ZDec 21 04:56:18.722 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (58.10805ms)
35402024-12-21T04:56:19.825Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35412024-12-21T04:56:19.829Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35422024-12-21T04:56:19.832ZDec 21 04:56:18.743 INFO [stamp-overlay] process exited with exit status: 0 (40.61577ms)
35432024-12-21T04:56:19.900Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35442024-12-21T04:56:19.903ZDec 21 04:56:18.814 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.261783ms)
35452024-12-21T04:56:19.930Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35462024-12-21T04:56:19.935ZDec 21 04:56:18.846 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.350852ms)
35472024-12-21T04:56:20.088Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35482024-12-21T04:56:20.094ZDec 21 04:56:19.005 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (420.342001ms)
35492024-12-21T04:56:20.913Z[recovery-package] Compiling newtype-uuid v1.1.3
35502024-12-21T04:56:20.952Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35512024-12-21T04:56:20.958ZDec 21 04:56:19.876 INFO [stamp-propolis-server] process exited with exit status: 0 (1.229702726s)
35522024-12-21T04:56:21.426Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35532024-12-21T04:56:21.731Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35542024-12-21T04:56:21.731Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35552024-12-21T04:56:21.760Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35562024-12-21T04:56:22.384Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35572024-12-21T04:56:29.528Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35582024-12-21T04:56:29.533ZDec 21 04:56:28.532 INFO [stamp-switch-asic] process exited with exit status: 0 (9.925966846s)
35592024-12-21T04:56:29.535ZDec 21 04:56:28.533 INFO [host-stamp] task succeeded (9.948826401s)
35602024-12-21T04:56:29.535ZDec 21 04:56:28.533 INFO [host-proto] running task
35612024-12-21T04:56:30.024ZDec 21 04:56:29.001 INFO [host-proto] task succeeded (468.243592ms)
35622024-12-21T04:56:30.024ZDec 21 04:56:29.001 INFO [host-profile] running task
35632024-12-21T04:56:30.093ZDec 21 04:56:29.001 INFO [host-profile] task succeeded (469.452µs)
35642024-12-21T04:56:30.093ZDec 21 04:56:29.002 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/.tmpreaqKo/proto/host/root -N 'ci 3c83ce0/${os_short_commit} 2024-12-21 04:34' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35652024-12-21T04:56:30.093Z[ host-image] Dec 21 04:56:29.023 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35662024-12-21T04:56:30.093Z[ host-image] Dec 21 04:56:29.023 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35672024-12-21T04:56:30.093Z[ host-image] Dec 21 04:56:29.041 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpreaqKo/proto/host/root"
35682024-12-21T04:56:30.093Z[ host-image] Dec 21 04:56:29.041 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35692024-12-21T04:56:30.093Z[ host-image] Dec 21 04:56:29.041 INFO image builder template: ramdisk-01-os...
35702024-12-21T04:56:30.093Z[ host-image] Dec 21 04:56:29.042 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/.tmpreaqKo/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
35712024-12-21T04:56:30.093Z[ host-image] Dec 21 04:56:29.067 INFO O| Dec 21 04:56:29.066 INFO CREATE DATASET: rpool/images/build/host/output
35722024-12-21T04:56:30.392Z[ host-image] Dec 21 04:56:29.366 INFO O| Dec 21 04:56:29.366 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35732024-12-21T04:56:30.418Z[ host-image] Dec 21 04:56:29.371 INFO O| Dec 21 04:56:29.371 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35742024-12-21T04:56:30.623Z[ host-image] Dec 21 04:56:29.625 INFO O| Dec 21 04:56:29.625 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35752024-12-21T04:56:30.745Z[ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35762024-12-21T04:56:30.752Z[ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35772024-12-21T04:56:30.753Z[ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35782024-12-21T04:56:30.753Z[ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35792024-12-21T04:56:30.753Z[ host-image] Dec 21 04:56:29.761 INFO O| Dec 21 04:56:29.761 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35802024-12-21T04:56:31.037Z[ host-image] Dec 21 04:56:30.050 INFO O| Dec 21 04:56:30.050 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35812024-12-21T04:56:31.049Z[ host-image] Dec 21 04:56:30.062 INFO O| Dec 21 04:56:30.062 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35822024-12-21T04:56:31.162Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35832024-12-21T04:56:31.162Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35842024-12-21T04:56:31.162Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35852024-12-21T04:56:31.164Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35862024-12-21T04:56:31.457Z[ host-image] Dec 21 04:56:30.474 INFO O| Dec 21 04:56:30.474 INFO O| Caching catalogs ... Done
35872024-12-21T04:56:31.554Z[ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO STEP 0 (pkg_image_create) COMPLETE
35882024-12-21T04:56:31.554Z[ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-12-21T04:56:31.557Z[ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO skip step because feature "repo_redist" is not enabled
35902024-12-21T04:56:31.557Z[ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-12-21T04:56:31.568Z[ host-image] Dec 21 04:56:30.586 INFO O| Dec 21 04:56:30.586 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"]
35922024-12-21T04:56:32.180Z[ host-image] Dec 21 04:56:31.204 INFO O| Dec 21 04:56:31.204 INFO STEP 2 (pkg_set_publisher) COMPLETE
35932024-12-21T04:56:32.180Z[ host-image] Dec 21 04:56:31.204 INFO O| Dec 21 04:56:31.204 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35942024-12-21T04:56:32.201Z[ host-image] Dec 21 04:56:31.225 INFO O| Dec 21 04:56:31.224 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"]
35952024-12-21T04:56:32.825Z[ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO STEP 3 (pkg_set_publisher) COMPLETE
35962024-12-21T04:56:32.825Z[ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35972024-12-21T04:56:32.828Z[ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO skip step because feature "repo_redist" is not enabled
35982024-12-21T04:56:32.828Z[ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35992024-12-21T04:56:33.421Z[ host-image] Dec 21 04:56:32.444 INFO O| Dec 21 04:56:32.444 INFO variant opensolaris.zone is already global
36002024-12-21T04:56:33.421Z[ host-image] Dec 21 04:56:32.444 INFO O| Dec 21 04:56:32.444 INFO STEP 5 (pkg_change_variant) COMPLETE
36012024-12-21T04:56:33.439Z[ host-image] Dec 21 04:56:32.444 INFO O| Dec 21 04:56:32.444 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36022024-12-21T04:56:34.112Z[ host-image] Dec 21 04:56:33.085 INFO O| Dec 21 04:56:33.085 INFO variant opensolaris.imagetype is full; changing to partial
36032024-12-21T04:56:34.112Z[ host-image] Dec 21 04:56:33.085 INFO O| Dec 21 04:56:33.085 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36042024-12-21T04:56:34.515Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36052024-12-21T04:56:34.648Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36062024-12-21T04:56:36.311Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36072024-12-21T04:56:37.341Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36082024-12-21T04:56:40.426Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36092024-12-21T04:56:43.951Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36102024-12-21T04:56:45.406Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36112024-12-21T04:56:46.299Z[ host-image] Dec 21 04:56:45.450 INFO O| Dec 21 04:56:45.450 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36122024-12-21T04:56:53.975Z[ host-image] Dec 21 04:56:53.196 INFO O| Dec 21 04:56:53.196 INFO O| Startup: Caching catalogs ... Done
36132024-12-21T04:56:54.054Z[ host-image] Dec 21 04:56:53.275 INFO O| Dec 21 04:56:53.274 INFO O| Planning: Planning completed in 0.00 seconds
36142024-12-21T04:56:54.062Z[ host-image] Dec 21 04:56:53.275 INFO O| Dec 21 04:56:53.275 INFO O| Planning: Consolidating action changes ... Done
36152024-12-21T04:56:54.063Z[ host-image] Dec 21 04:56:53.275 INFO O| Dec 21 04:56:53.275 INFO O| Planning: Evaluating mediators ... Done
36162024-12-21T04:56:54.066Z[ host-image] Dec 21 04:56:53.276 INFO O| Dec 21 04:56:53.276 INFO O| Planning: Planning completed in 0.00 seconds
36172024-12-21T04:56:54.066Z[ host-image] Dec 21 04:56:53.276 INFO O| Dec 21 04:56:53.276 INFO O| Variants/Facets to change: 1
36182024-12-21T04:56:54.074Z[ host-image] Dec 21 04:56:53.297 INFO O| Dec 21 04:56:53.297 INFO O| Done
36192024-12-21T04:56:54.074Z[ host-image] Dec 21 04:56:53.297 INFO O| Dec 21 04:56:53.297 INFO O| Done
36202024-12-21T04:56:54.862Z[ host-image] Dec 21 04:56:54.091 INFO O| Dec 21 04:56:54.091 INFO O| Done
36212024-12-21T04:56:54.931Z[ host-image] Dec 21 04:56:54.161 INFO O| Dec 21 04:56:54.161 INFO O| Done
36222024-12-21T04:56:54.934Z[ host-image] Dec 21 04:56:54.163 INFO O| Dec 21 04:56:54.163 INFO O| Done
36232024-12-21T04:56:54.934Z[ host-image] Dec 21 04:56:54.163 INFO O| Dec 21 04:56:54.163 INFO O| Done
36242024-12-21T04:56:54.941Z[ host-image] Dec 21 04:56:54.165 INFO O| Dec 21 04:56:54.165 INFO O| Done
36252024-12-21T04:56:55.621Z[ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO STEP 6 (pkg_change_variant) COMPLETE
36262024-12-21T04:56:55.621Z[ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36272024-12-21T04:56:55.631Z[ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO skip step because feature "debug_variant" is not enabled
36282024-12-21T04:56:55.632Z[ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36292024-12-21T04:56:56.023Z[ host-image] Dec 21 04:56:55.263 INFO O| Dec 21 04:56:55.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36302024-12-21T04:56:56.491Z[ host-image] Dec 21 04:56:55.722 INFO O| Dec 21 04:56:55.722 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36312024-12-21T04:56:56.498Z[ host-image] Dec 21 04:56:55.723 INFO O| Dec 21 04:56:55.723 INFO O| Planning: Planning completed in 0.00 seconds
36322024-12-21T04:56:56.498Z[ host-image] Dec 21 04:56:55.724 INFO O| Dec 21 04:56:55.724 INFO O| Planning: Consolidating action changes ... Done
36332024-12-21T04:56:56.498Z[ host-image] Dec 21 04:56:55.724 INFO O| Dec 21 04:56:55.724 INFO O| Planning: Evaluating mediators ... Done
36342024-12-21T04:56:56.498Z[ host-image] Dec 21 04:56:55.724 INFO O| Dec 21 04:56:55.724 INFO O| Planning: Planning completed in 0.00 seconds
36352024-12-21T04:56:56.498Z[ host-image] Dec 21 04:56:55.725 INFO O| Dec 21 04:56:55.725 INFO O| Variants/Facets to change: 1
36362024-12-21T04:56:56.498Z[ host-image] Dec 21 04:56:55.743 INFO O| Dec 21 04:56:55.743 INFO O| Done
36372024-12-21T04:56:56.498Z[ host-image] Dec 21 04:56:55.743 INFO O| Dec 21 04:56:55.743 INFO O| Done
36382024-12-21T04:56:56.902Z[ host-image] Dec 21 04:56:56.148 INFO O| Dec 21 04:56:56.148 INFO O| Done
36392024-12-21T04:56:56.954Z[ host-image] Dec 21 04:56:56.203 INFO O| Dec 21 04:56:56.203 INFO O| Done
36402024-12-21T04:56:56.958Z[ host-image] Dec 21 04:56:56.203 INFO O| Dec 21 04:56:56.203 INFO O| Done
36412024-12-21T04:56:56.958Z[ host-image] Dec 21 04:56:56.204 INFO O| Dec 21 04:56:56.203 INFO O| Done
36422024-12-21T04:56:56.959Z[ host-image] Dec 21 04:56:56.205 INFO O| Dec 21 04:56:56.205 INFO O| Done
36432024-12-21T04:56:57.011Z[ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 8 (pkg_change_facet) COMPLETE
36442024-12-21T04:56:57.016Z[ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36452024-12-21T04:56:57.016Z[ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO skip step because feature "recovery" is not enabled
36462024-12-21T04:56:57.017Z[ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-12-21T04:56:57.017Z[ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO skip step because feature "recovery" is not enabled
36482024-12-21T04:56:57.017Z[ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-12-21T04:56:57.024Z[ host-image] Dec 21 04:56:56.272 INFO O| Dec 21 04:56:56.272 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"]
36502024-12-21T04:56:57.489Z[ host-image] Dec 21 04:56:56.736 INFO O| Dec 21 04:56:56.736 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36512024-12-21T04:57:09.196Z[recovery-package] Finished `release` profile [optimized] target(s) in 49.70s
36522024-12-21T04:57:11.528ZDec 21 04:57:10.899 INFO [recovery-package] process exited with exit status: 0 (52.314762365s)
36532024-12-21T04:57:11.530ZDec 21 04:57:10.899 INFO [recovery-stamp] running task
36542024-12-21T04:57:11.543ZDec 21 04:57:10.899 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36552024-12-21T04:57:11.543ZDec 21 04:57:10.909 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git3c83ce0d399
36562024-12-21T04:57:11.543ZDec 21 04:57:10.922 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+git3c83ce0d399
36572024-12-21T04:57:11.552Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36582024-12-21T04:57:11.565Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36592024-12-21T04:57:11.623Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36602024-12-21T04:57:11.629ZDec 21 04:57:11.008 INFO [stamp-installinator] process exited with exit status: 0 (98.794297ms)
36612024-12-21T04:57:11.665Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36622024-12-21T04:57:11.669ZDec 21 04:57:11.051 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (129.749843ms)
36632024-12-21T04:57:11.673ZDec 21 04:57:11.052 INFO [recovery-stamp] task succeeded (152.512331ms)
36642024-12-21T04:57:11.673ZDec 21 04:57:11.052 INFO [recovery-proto] running task
36652024-12-21T04:57:11.673ZDec 21 04:57:11.052 INFO [tuf-stamp] running task
36662024-12-21T04:57:11.673ZDec 21 04:57:11.053 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+git3c83ce0d399
36672024-12-21T04:57:11.687ZDec 21 04:57:11.066 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+git3c83ce0d399
36682024-12-21T04:57:11.703Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36692024-12-21T04:57:11.710ZDec 21 04:57:11.080 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+git3c83ce0d399
36702024-12-21T04:57:11.716Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36712024-12-21T04:57:11.716ZDec 21 04:57:11.097 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+git3c83ce0d399
36722024-12-21T04:57:11.729Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36732024-12-21T04:57:11.733ZDec 21 04:57:11.112 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+git3c83ce0d399
36742024-12-21T04:57:11.741Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36752024-12-21T04:57:11.774ZDec 21 04:57:11.130 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+git3c83ce0d399
36762024-12-21T04:57:11.806Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36772024-12-21T04:57:11.811ZDec 21 04:57:11.189 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+git3c83ce0d399
36782024-12-21T04:57:11.893Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36792024-12-21T04:57:11.972ZDec 21 04:57:11.256 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+git3c83ce0d399
36802024-12-21T04:57:11.974ZDec 21 04:57:11.282 INFO [recovery-proto] task succeeded (230.258884ms)
36812024-12-21T04:57:11.974ZDec 21 04:57:11.282 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/.tmpreaqKo/proto/recovery/root -N 'recovery 3c83ce0/${os_short_commit} 2024-12-21 04:34' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36822024-12-21T04:57:11.982Z[ recovery-image] Dec 21 04:57:11.310 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36832024-12-21T04:57:11.982Z[ recovery-image] Dec 21 04:57:11.311 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36842024-12-21T04:57:11.982Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36852024-12-21T04:57:11.982ZDec 21 04:57:11.319 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+git3c83ce0d399
36862024-12-21T04:57:11.999Z[ recovery-image] Dec 21 04:57:11.328 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpreaqKo/proto/recovery/root"
36872024-12-21T04:57:12.019Z[ recovery-image] Dec 21 04:57:11.328 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36882024-12-21T04:57:12.019Z[ recovery-image] Dec 21 04:57:11.328 INFO image builder template: ramdisk-01-os...
36892024-12-21T04:57:12.019Z[ recovery-image] Dec 21 04:57:11.328 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/.tmpreaqKo/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
36902024-12-21T04:57:12.019Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36912024-12-21T04:57:12.019ZDec 21 04:57:11.382 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git3c83ce0d399
36922024-12-21T04:57:12.030Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36932024-12-21T04:57:12.037Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36942024-12-21T04:57:12.037ZDec 21 04:57:11.414 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+git3c83ce0d399
36952024-12-21T04:57:12.094Z[ recovery-image] Dec 21 04:57:11.470 INFO O| Dec 21 04:57:11.419 INFO CREATE DATASET: rpool/images/build/recovery/output
36962024-12-21T04:57:12.122Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36972024-12-21T04:57:12.129ZDec 21 04:57:11.508 INFO [stamp-probe] process exited with exit status: 0 (252.741594ms)
36982024-12-21T04:57:12.141Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36992024-12-21T04:57:12.288Z[ recovery-image] Dec 21 04:57:11.660 INFO O| Dec 21 04:57:11.660 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37002024-12-21T04:57:12.293Z[ recovery-image] Dec 21 04:57:11.667 INFO O| Dec 21 04:57:11.667 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37012024-12-21T04:57:12.496Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
37022024-12-21T04:57:12.553Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37032024-12-21T04:57:12.732Z[ recovery-image] Dec 21 04:57:12.120 INFO O| Dec 21 04:57:12.120 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37042024-12-21T04:57:12.779Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37052024-12-21T04:57:12.811ZDec 21 04:57:12.204 INFO [stamp-ntp] process exited with exit status: 0 (789.449973ms)
37062024-12-21T04:57:12.856Z[ recovery-image] Dec 21 04:57:12.245 INFO O| Dec 21 04:57:12.245 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37072024-12-21T04:57:12.862Z[ recovery-image] Dec 21 04:57:12.246 INFO O| Dec 21 04:57:12.245 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37082024-12-21T04:57:12.862Z[ recovery-image] Dec 21 04:57:12.246 INFO O| Dec 21 04:57:12.246 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37092024-12-21T04:57:12.862Z[ recovery-image] Dec 21 04:57:12.246 INFO O| Dec 21 04:57:12.246 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37102024-12-21T04:57:12.866Z[ recovery-image] Dec 21 04:57:12.258 INFO O| Dec 21 04:57:12.258 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37112024-12-21T04:57:13.157Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37122024-12-21T04:57:13.190ZDec 21 04:57:12.586 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.533113054s)
37132024-12-21T04:57:13.321Z[ recovery-image] Dec 21 04:57:12.706 INFO O| Dec 21 04:57:12.706 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142024-12-21T04:57:13.341Z[ recovery-image] Dec 21 04:57:12.723 INFO O| Dec 21 04:57:12.723 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37152024-12-21T04:57:13.576Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37162024-12-21T04:57:13.627ZDec 21 04:57:13.025 INFO [stamp-internal-dns] process exited with exit status: 0 (1.91253988s)
37172024-12-21T04:57:13.765Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37182024-12-21T04:57:13.770ZDec 21 04:57:13.171 INFO [stamp-external-dns] process exited with exit status: 0 (1.982023593s)
37192024-12-21T04:57:13.813Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37202024-12-21T04:57:13.818ZDec 21 04:57:13.212 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.0820563s)
37212024-12-21T04:57:13.935Z[ recovery-image] Dec 21 04:57:13.338 INFO O| Dec 21 04:57:13.338 INFO O| Caching catalogs ... Done
37222024-12-21T04:57:14.057Z[ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO STEP 0 (pkg_image_create) COMPLETE
37232024-12-21T04:57:14.057Z[ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-21T04:57:14.057Z[ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO skip step because feature "repo_redist" is not enabled
37252024-12-21T04:57:14.057Z[ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-21T04:57:14.073Z[ recovery-image] Dec 21 04:57:13.475 INFO O| Dec 21 04:57:13.475 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37272024-12-21T04:57:14.108Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37282024-12-21T04:57:14.112ZDec 21 04:57:13.517 INFO [stamp-oximeter] process exited with exit status: 0 (2.451164462s)
37292024-12-21T04:57:14.557Z[ recovery-image] Dec 21 04:57:13.965 INFO O| Dec 21 04:57:13.965 INFO STEP 2 (pkg_set_publisher) COMPLETE
37302024-12-21T04:57:14.557Z[ recovery-image] Dec 21 04:57:13.965 INFO O| Dec 21 04:57:13.965 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37312024-12-21T04:57:14.572Z[ recovery-image] Dec 21 04:57:13.980 INFO O| Dec 21 04:57:13.980 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"]
37322024-12-21T04:57:15.046Z[ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO STEP 3 (pkg_set_publisher) COMPLETE
37332024-12-21T04:57:15.047Z[ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37342024-12-21T04:57:15.047Z[ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO skip step because feature "repo_redist" is not enabled
37352024-12-21T04:57:15.050Z[ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37362024-12-21T04:57:15.538Z[ recovery-image] Dec 21 04:57:14.947 INFO O| Dec 21 04:57:14.947 INFO variant opensolaris.zone is already global
37372024-12-21T04:57:15.538Z[ recovery-image] Dec 21 04:57:14.947 INFO O| Dec 21 04:57:14.947 INFO STEP 5 (pkg_change_variant) COMPLETE
37382024-12-21T04:57:15.545Z[ recovery-image] Dec 21 04:57:14.947 INFO O| Dec 21 04:57:14.947 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392024-12-21T04:57:15.990Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37402024-12-21T04:57:16.005ZDec 21 04:57:15.409 INFO [stamp-nexus] process exited with exit status: 0 (4.311660656s)
37412024-12-21T04:57:16.034Z[ recovery-image] Dec 21 04:57:15.455 INFO O| Dec 21 04:57:15.455 INFO variant opensolaris.imagetype is full; changing to partial
37422024-12-21T04:57:16.034Z[ recovery-image] Dec 21 04:57:15.455 INFO O| Dec 21 04:57:15.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37432024-12-21T04:57:16.663Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37442024-12-21T04:57:16.851Z[verify-libraries] Compiling home v0.5.9
37452024-12-21T04:57:16.864Z[verify-libraries] Compiling cfg_aliases v0.1.1
37462024-12-21T04:57:16.901Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37472024-12-21T04:57:16.901Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37482024-12-21T04:57:16.905Z[verify-libraries] Compiling unicode_categories v0.1.1
37492024-12-21T04:57:17.122Z[verify-libraries] Compiling nix v0.28.0
37502024-12-21T04:57:17.226Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37512024-12-21T04:57:17.371Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37522024-12-21T04:57:17.539Z[verify-libraries] Compiling polyval v0.6.2
37532024-12-21T04:57:17.739Z[verify-libraries] Compiling sqlformat v0.2.6
37542024-12-21T04:57:17.848Z[verify-libraries] Compiling ctr v0.9.2
37552024-12-21T04:57:18.441Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37562024-12-21T04:57:18.509ZDec 21 04:57:17.931 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.548497814s)
37572024-12-21T04:57:18.589Z[verify-libraries] Compiling sqlparser v0.45.0
37582024-12-21T04:57:18.596Z[verify-libraries] Compiling ghash v0.5.1
37592024-12-21T04:57:18.773Z[verify-libraries] Compiling ssh-encoding v0.2.0
37602024-12-21T04:57:18.837Z[verify-libraries] Compiling aes-gcm v0.10.3
37612024-12-21T04:57:19.373Z[verify-libraries] Compiling blowfish v0.9.1
37622024-12-21T04:57:20.077Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37632024-12-21T04:57:20.756Z[verify-libraries] Compiling ssh-cipher v0.2.0
37642024-12-21T04:57:20.850Z[verify-libraries] Compiling password-hash v0.4.2
37652024-12-21T04:57:23.513Z[verify-libraries] Compiling rustyline v14.0.0
37662024-12-21T04:57:26.014Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37672024-12-21T04:57:26.025Z[verify-libraries] Compiling matches v0.1.10
37682024-12-21T04:57:26.043ZDec 21 04:57:25.556 INFO [stamp-clickhouse] process exited with exit status: 0 (14.476037172s)
37692024-12-21T04:57:26.082Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37702024-12-21T04:57:26.108ZDec 21 04:57:25.622 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.303356078s)
37712024-12-21T04:57:26.108ZDec 21 04:57:25.622 INFO [tuf-stamp] task succeeded (14.570678263s)
37722024-12-21T04:57:26.261Z[verify-libraries] Compiling idna v0.2.3
37732024-12-21T04:57:27.214Z[verify-libraries] Compiling pbkdf2 v0.11.0
37742024-12-21T04:57:27.272Z[verify-libraries] Compiling ssh-key v0.6.6
37752024-12-21T04:57:27.841Z[verify-libraries] Compiling p256 v0.13.2
37762024-12-21T04:57:28.860Z[ recovery-image] Dec 21 04:57:28.392 INFO O| Dec 21 04:57:28.392 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37772024-12-21T04:57:30.547Z[verify-libraries] Compiling p521 v0.13.3
37782024-12-21T04:57:30.866Z[verify-libraries] Compiling enum-as-inner v0.5.1
37792024-12-21T04:57:32.298Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37802024-12-21T04:57:32.825Z[verify-libraries] Compiling md5 v0.7.0
37812024-12-21T04:57:33.262Z[verify-libraries] Compiling russh-keys v0.45.0
37822024-12-21T04:57:33.576Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37832024-12-21T04:57:40.671Z[ recovery-image] Dec 21 04:57:37.750 INFO O| Dec 21 04:57:37.749 INFO O| Startup: Caching catalogs ... Done
37842024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:37.927 INFO O| Dec 21 04:57:37.926 INFO O| Planning: Planning completed in 0.00 seconds
37852024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:37.927 INFO O| Dec 21 04:57:37.927 INFO O| Planning: Consolidating action changes ... Done
37862024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:37.928 INFO O| Dec 21 04:57:37.928 INFO O| Planning: Evaluating mediators ... Done
37872024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:37.928 INFO O| Dec 21 04:57:37.928 INFO O| Planning: Planning completed in 0.00 seconds
37882024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:37.928 INFO O| Dec 21 04:57:37.928 INFO O| Variants/Facets to change: 1
37892024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:38.063 INFO O| Dec 21 04:57:38.063 INFO O| Done
37902024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:38.063 INFO O| Dec 21 04:57:38.063 INFO O| Done
37912024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:39.075 INFO O| Dec 21 04:57:39.074 INFO O| Done
37922024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:39.191 INFO O| Dec 21 04:57:39.191 INFO O| Done
37932024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:39.193 INFO O| Dec 21 04:57:39.193 INFO O| Done
37942024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:39.193 INFO O| Dec 21 04:57:39.193 INFO O| Done
37952024-12-21T04:57:40.740Z[ recovery-image] Dec 21 04:57:39.195 INFO O| Dec 21 04:57:39.195 INFO O| Done
37962024-12-21T04:57:40.748Z[ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO STEP 6 (pkg_change_variant) COMPLETE
37972024-12-21T04:57:40.749Z[ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-12-21T04:57:40.749Z[ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO skip step because feature "debug_variant" is not enabled
37992024-12-21T04:57:40.749Z[ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38002024-12-21T04:57:40.888Z[ recovery-image] Dec 21 04:57:40.535 INFO O| Dec 21 04:57:40.535 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38012024-12-21T04:57:41.799Z[ recovery-image] Dec 21 04:57:41.456 INFO O| Dec 21 04:57:41.456 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38022024-12-21T04:57:41.803Z[ recovery-image] Dec 21 04:57:41.458 INFO O| Dec 21 04:57:41.457 INFO O| Planning: Planning completed in 0.00 seconds
38032024-12-21T04:57:41.803Z[ recovery-image] Dec 21 04:57:41.458 INFO O| Dec 21 04:57:41.458 INFO O| Planning: Consolidating action changes ... Done
38042024-12-21T04:57:41.803Z[ recovery-image] Dec 21 04:57:41.459 INFO O| Dec 21 04:57:41.458 INFO O| Planning: Evaluating mediators ... Done
38052024-12-21T04:57:41.803Z[ recovery-image] Dec 21 04:57:41.459 INFO O| Dec 21 04:57:41.459 INFO O| Planning: Planning completed in 0.00 seconds
38062024-12-21T04:57:41.803Z[ recovery-image] Dec 21 04:57:41.459 INFO O| Dec 21 04:57:41.459 INFO O| Variants/Facets to change: 1
38072024-12-21T04:57:41.907Z[ recovery-image] Dec 21 04:57:41.565 INFO O| Dec 21 04:57:41.565 INFO O| Done
38082024-12-21T04:57:41.907Z[ recovery-image] Dec 21 04:57:41.565 INFO O| Dec 21 04:57:41.565 INFO O| Done
38092024-12-21T04:57:42.739Z[ recovery-image] Dec 21 04:57:42.400 INFO O| Dec 21 04:57:42.400 INFO O| Done
38102024-12-21T04:57:42.851Z[ recovery-image] Dec 21 04:57:42.517 INFO O| Dec 21 04:57:42.517 INFO O| Done
38112024-12-21T04:57:42.855Z[ recovery-image] Dec 21 04:57:42.518 INFO O| Dec 21 04:57:42.518 INFO O| Done
38122024-12-21T04:57:42.855Z[ recovery-image] Dec 21 04:57:42.519 INFO O| Dec 21 04:57:42.519 INFO O| Done
38132024-12-21T04:57:42.855Z[ recovery-image] Dec 21 04:57:42.521 INFO O| Dec 21 04:57:42.521 INFO O| Done
38142024-12-21T04:57:42.928Z[verify-libraries] Compiling num-bigint v0.4.6
38152024-12-21T04:57:42.973Z[ recovery-image] Dec 21 04:57:42.639 INFO O| Dec 21 04:57:42.639 INFO STEP 8 (pkg_change_facet) COMPLETE
38162024-12-21T04:57:42.973Z[ recovery-image] Dec 21 04:57:42.639 INFO O| Dec 21 04:57:42.639 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38172024-12-21T04:57:43.626Z[ recovery-image] Dec 21 04:57:43.299 INFO O| Dec 21 04:57:43.299 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38182024-12-21T04:57:44.746Z[ recovery-image] Dec 21 04:57:44.430 INFO O| Dec 21 04:57:44.429 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38192024-12-21T04:57:44.749Z[ recovery-image] Dec 21 04:57:44.432 INFO O| Dec 21 04:57:44.431 INFO O| Planning: Planning completed in 0.00 seconds
38202024-12-21T04:57:44.749Z[ recovery-image] Dec 21 04:57:44.432 INFO O| Dec 21 04:57:44.432 INFO O| Planning: Consolidating action changes ... Done
38212024-12-21T04:57:44.749Z[ recovery-image] Dec 21 04:57:44.433 INFO O| Dec 21 04:57:44.433 INFO O| Planning: Evaluating mediators ... Done
38222024-12-21T04:57:44.752Z[ recovery-image] Dec 21 04:57:44.433 INFO O| Dec 21 04:57:44.433 INFO O| Planning: Planning completed in 0.00 seconds
38232024-12-21T04:57:44.752Z[ recovery-image] Dec 21 04:57:44.434 INFO O| Dec 21 04:57:44.434 INFO O| Variants/Facets to change: 1
38242024-12-21T04:57:44.842Z[ recovery-image] Dec 21 04:57:44.527 INFO O| Dec 21 04:57:44.526 INFO O| Done
38252024-12-21T04:57:44.842Z[ recovery-image] Dec 21 04:57:44.527 INFO O| Dec 21 04:57:44.527 INFO O| Done
38262024-12-21T04:57:45.698Z[ recovery-image] Dec 21 04:57:45.390 INFO O| Dec 21 04:57:45.390 INFO O| Done
38272024-12-21T04:57:45.807Z[ recovery-image] Dec 21 04:57:45.500 INFO O| Dec 21 04:57:45.500 INFO O| Done
38282024-12-21T04:57:45.814Z[ recovery-image] Dec 21 04:57:45.501 INFO O| Dec 21 04:57:45.501 INFO O| Done
38292024-12-21T04:57:45.815Z[ recovery-image] Dec 21 04:57:45.502 INFO O| Dec 21 04:57:45.502 INFO O| Done
38302024-12-21T04:57:45.815Z[ recovery-image] Dec 21 04:57:45.504 INFO O| Dec 21 04:57:45.504 INFO O| Done
38312024-12-21T04:57:45.924Z[ recovery-image] Dec 21 04:57:45.618 INFO O| Dec 21 04:57:45.618 INFO STEP 9 (pkg_change_facet) COMPLETE
38322024-12-21T04:57:45.924Z[ recovery-image] Dec 21 04:57:45.619 INFO O| Dec 21 04:57:45.618 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38332024-12-21T04:57:46.746Z[ recovery-image] Dec 21 04:57:46.448 INFO O| Dec 21 04:57:46.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38342024-12-21T04:57:51.046Z[ recovery-image] Dec 21 04:57:47.417 INFO O| Dec 21 04:57:47.417 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38352024-12-21T04:57:51.070Z[ recovery-image] Dec 21 04:57:47.419 INFO O| Dec 21 04:57:47.419 INFO O| Planning: Planning completed in 0.00 seconds
38362024-12-21T04:57:51.070Z[ recovery-image] Dec 21 04:57:47.420 INFO O| Dec 21 04:57:47.420 INFO O| Planning: Consolidating action changes ... Done
38372024-12-21T04:57:51.070Z[ recovery-image] Dec 21 04:57:47.420 INFO O| Dec 21 04:57:47.420 INFO O| Planning: Evaluating mediators ... Done
38382024-12-21T04:57:51.070Z[ recovery-image] Dec 21 04:57:47.421 INFO O| Dec 21 04:57:47.421 INFO O| Planning: Planning completed in 0.00 seconds
38392024-12-21T04:57:51.070Z[ recovery-image] Dec 21 04:57:47.421 INFO O| Dec 21 04:57:47.421 INFO O| Variants/Facets to change: 1
38402024-12-21T04:57:51.070Z[ recovery-image] Dec 21 04:57:47.509 INFO O| Dec 21 04:57:47.509 INFO O| Done
38412024-12-21T04:57:51.070Z[ recovery-image] Dec 21 04:57:47.509 INFO O| Dec 21 04:57:47.509 INFO O| Done
38422024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.485 INFO O| Dec 21 04:57:48.485 INFO O| Done
38432024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.581 INFO O| Dec 21 04:57:48.581 INFO O| Done
38442024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.582 INFO O| Dec 21 04:57:48.582 INFO O| Done
38452024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.582 INFO O| Dec 21 04:57:48.582 INFO O| Done
38462024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.585 INFO O| Dec 21 04:57:48.584 INFO O| Done
38472024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.686 INFO O| Dec 21 04:57:48.686 INFO STEP 10 (pkg_change_facet) COMPLETE
38482024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.686 INFO O| Dec 21 04:57:48.686 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492024-12-21T04:57:51.071Z[ recovery-image] Dec 21 04:57:48.706 INFO O| Dec 21 04:57:48.706 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"]
38502024-12-21T04:57:51.079Z[ recovery-image] Dec 21 04:57:49.874 INFO O| Dec 21 04:57:49.874 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38512024-12-21T04:57:51.079Z[verify-libraries] Compiling des v0.8.1
38522024-12-21T04:57:51.083Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38532024-12-21T04:57:52.172Z[verify-libraries] Compiling hex-literal v0.4.1
38542024-12-21T04:57:52.583Z[verify-libraries] Compiling russh v0.45.0
38552024-12-21T04:57:52.947Z[ host-image] Dec 21 04:57:52.705 INFO O| Dec 21 04:57:52.705 INFO O| Planning: Solver setup ... Done
38562024-12-21T04:57:53.629Z[verify-libraries] Compiling dhcproto v0.12.0
38572024-12-21T04:57:57.660Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38582024-12-21T04:57:59.716Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38592024-12-21T04:58:04.886Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38602024-12-21T04:58:12.582Z[verify-libraries] Compiling petname v2.0.2
38612024-12-21T04:58:13.796Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38622024-12-21T04:58:14.561Z[verify-libraries] Compiling internet-checksum v0.2.1
38632024-12-21T04:58:15.581Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38642024-12-21T04:58:21.264Z[verify-libraries] Compiling heck v0.4.1
38652024-12-21T04:58:22.759Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38662024-12-21T04:58:31.479Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38672024-12-21T04:58:34.114Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38682024-12-21T04:58:41.158Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38692024-12-21T04:58:46.497Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38702024-12-21T04:59:00.461Z[ recovery-image] Dec 21 04:58:58.834 INFO O| Dec 21 04:58:58.834 INFO O| Planning: Solver setup ... Done
38712024-12-21T04:59:01.607Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38722024-12-21T04:59:04.017Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38732024-12-21T04:59:09.381Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38742024-12-21T04:59:15.803Z[ host-image] Dec 21 04:59:14.315 INFO O| Dec 21 04:59:14.315 INFO O| Planning: Running solver ... Done
38752024-12-21T04:59:16.403Z[ host-image] Dec 21 04:59:14.920 INFO O| Dec 21 04:59:14.920 INFO O| Planning: Finding local manifests ... Done
38762024-12-21T04:59:16.421Z[ host-image] Dec 21 04:59:14.938 INFO O| Dec 21 04:59:14.938 INFO O| Planning: Fetching manifests: 0/124 0% complete
38772024-12-21T04:59:21.981Z[ host-image] Dec 21 04:59:20.549 INFO O| Dec 21 04:59:20.549 INFO O| Planning: Fetching manifests: 124/124 100% complete
38782024-12-21T04:59:23.333Z[ host-image] Dec 21 04:59:21.914 INFO O| Dec 21 04:59:21.913 INFO O| Planning: Package planning ... Done
38792024-12-21T04:59:24.874Z[ host-image] Dec 21 04:59:23.469 INFO O| Dec 21 04:59:23.469 INFO O| Planning: Merging actions ... Done
38802024-12-21T04:59:25.471Z[ host-image] Dec 21 04:59:24.071 INFO O| Dec 21 04:59:24.071 INFO O| Planning: Checking for conflicting actions ... Done
38812024-12-21T04:59:25.850Z[ host-image] Dec 21 04:59:24.454 INFO O| Dec 21 04:59:24.454 INFO O| Planning: Consolidating action changes ... Done
38822024-12-21T04:59:26.389Z[ host-image] Dec 21 04:59:24.997 INFO O| Dec 21 04:59:24.997 INFO O| Planning: Evaluating mediators ... Done
38832024-12-21T04:59:32.904Z[ host-image] Dec 21 04:59:31.570 INFO O| Dec 21 04:59:31.569 INFO O| Planning: Planning completed in 154.83 seconds
38842024-12-21T04:59:32.909Z[ host-image] Dec 21 04:59:31.577 INFO O| Dec 21 04:59:31.576 INFO O| Packages to install: 124
38852024-12-21T04:59:32.909Z[ host-image] Dec 21 04:59:31.577 INFO O| Dec 21 04:59:31.577 INFO O| Mediators to change: 4
38862024-12-21T04:59:32.911Z[ host-image] Dec 21 04:59:31.577 INFO O| Dec 21 04:59:31.577 INFO O| Services to change: 6
38872024-12-21T04:59:33.330Z[ host-image] Dec 21 04:59:31.691 INFO O| Dec 21 04:59:31.691 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38882024-12-21T04:59:37.986Z[ host-image] Dec 21 04:59:36.699 INFO O| Dec 21 04:59:36.699 INFO O| Download: 833/22788 items 5.9/199.7MB 2% complete (1.2M/s)
38892024-12-21T04:59:38.826Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38902024-12-21T04:59:41.196Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38912024-12-21T04:59:42.956Z[ host-image] Dec 21 04:59:41.714 INFO O| Dec 21 04:59:41.714 INFO O| Download: 1462/22788 items 8.8/199.7MB 4% complete (921k/s)
38922024-12-21T04:59:46.239Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38932024-12-21T04:59:46.658Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38942024-12-21T04:59:47.143Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38952024-12-21T04:59:47.543Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38962024-12-21T04:59:47.947Z[ host-image] Dec 21 04:59:46.751 INFO O| Dec 21 04:59:46.750 INFO O| Download: 1654/22788 items 10.9/199.7MB 5% complete (840k/s)
38972024-12-21T04:59:48.015Z[verify-libraries] Compiling sync-ptr v0.1.1
38982024-12-21T04:59:48.350Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38992024-12-21T04:59:53.286Z[ host-image] Dec 21 04:59:52.139 INFO O| Dec 21 04:59:52.139 INFO O| Download: 1771/22788 items 12.0/199.7MB 6% complete (359k/s)
39002024-12-21T04:59:55.320Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39012024-12-21T04:59:57.161Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39022024-12-21T04:59:57.961Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39032024-12-21T04:59:58.320Z[ host-image] Dec 21 04:59:57.219 INFO O| Dec 21 04:59:57.219 INFO O| Download: 2087/22788 items 23.3/199.7MB 11% complete (1.2M/s)
39042024-12-21T05:00:03.462Z[ host-image] Dec 21 05:00:02.407 INFO O| Dec 21 05:00:02.407 INFO O| Download: 2336/22788 items 27.5/199.7MB 13% complete (1.6M/s)
39052024-12-21T05:00:05.616Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39062024-12-21T05:00:08.419Z[ host-image] Dec 21 05:00:07.410 INFO O| Dec 21 05:00:07.410 INFO O| Download: 2943/22788 items 33.8/199.7MB 16% complete (1.0M/s)
39072024-12-21T05:00:14.247Z[ host-image] Dec 21 05:00:13.290 INFO O| Dec 21 05:00:13.290 INFO O| Download: 3486/22788 items 35.5/199.7MB 17% complete (926k/s)
39082024-12-21T05:00:18.763Z[ recovery-image] Dec 21 05:00:17.847 INFO O| Dec 21 05:00:17.847 INFO O| Planning: Running solver ... Done
39092024-12-21T05:00:19.216Z[ host-image] Dec 21 05:00:18.304 INFO O| Dec 21 05:00:18.304 INFO O| Download: 4125/22788 items 40.5/199.7MB 20% complete (669k/s)
39102024-12-21T05:00:19.331Z[ recovery-image] Dec 21 05:00:18.421 INFO O| Dec 21 05:00:18.421 INFO O| Planning: Finding local manifests ... Done
39112024-12-21T05:00:19.348Z[ recovery-image] Dec 21 05:00:18.439 INFO O| Dec 21 05:00:18.438 INFO O| Planning: Fetching manifests: 0/124 0% complete
39122024-12-21T05:00:22.659Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39132024-12-21T05:00:24.229Z[ host-image] Dec 21 05:00:23.363 INFO O| Dec 21 05:00:23.363 INFO O| Download: 4553/22788 items 42.6/199.7MB 21% complete (738k/s)
39142024-12-21T05:00:24.839Z[ recovery-image] Dec 21 05:00:23.979 INFO O| Dec 21 05:00:23.979 INFO O| Planning: Fetching manifests: 124/124 100% complete
39152024-12-21T05:00:25.951Z[ recovery-image] Dec 21 05:00:25.101 INFO O| Dec 21 05:00:25.101 INFO O| Planning: Package planning ... Done
39162024-12-21T05:00:26.664Z[ recovery-image] Dec 21 05:00:25.819 INFO O| Dec 21 05:00:25.819 INFO O| Planning: Merging actions ... Done
39172024-12-21T05:00:26.836Z[ recovery-image] Dec 21 05:00:25.994 INFO O| Dec 21 05:00:25.994 INFO O| Planning: Checking for conflicting actions ... Done
39182024-12-21T05:00:26.990Z[ recovery-image] Dec 21 05:00:26.150 INFO O| Dec 21 05:00:26.150 INFO O| Planning: Consolidating action changes ... Done
39192024-12-21T05:00:27.330Z[ recovery-image] Dec 21 05:00:26.492 INFO O| Dec 21 05:00:26.492 INFO O| Planning: Evaluating mediators ... Done
39202024-12-21T05:00:28.028Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39212024-12-21T05:00:29.185Z[ host-image] Dec 21 05:00:28.365 INFO O| Dec 21 05:00:28.364 INFO O| Download: 5071/22788 items 45.9/199.7MB 22% complete (559k/s)
39222024-12-21T05:00:33.342Z[ recovery-image] Dec 21 05:00:32.559 INFO O| Dec 21 05:00:32.559 INFO O| Planning: Planning completed in 162.68 seconds
39232024-12-21T05:00:33.350Z[ recovery-image] Dec 21 05:00:32.567 INFO O| Dec 21 05:00:32.567 INFO O| Packages to install: 124
39242024-12-21T05:00:33.353Z[ recovery-image] Dec 21 05:00:32.567 INFO O| Dec 21 05:00:32.567 INFO O| Mediators to change: 4
39252024-12-21T05:00:33.353Z[ recovery-image] Dec 21 05:00:32.567 INFO O| Dec 21 05:00:32.567 INFO O| Services to change: 5
39262024-12-21T05:00:33.431Z[ recovery-image] Dec 21 05:00:32.649 INFO O| Dec 21 05:00:32.649 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39272024-12-21T05:00:34.162Z[ host-image] Dec 21 05:00:33.386 INFO O| Dec 21 05:00:33.386 INFO O| Download: 5745/22788 items 46.3/199.7MB 23% complete (424k/s)
39282024-12-21T05:00:38.406Z[ recovery-image] Dec 21 05:00:37.668 INFO O| Dec 21 05:00:37.668 INFO O| Download: 541/15862 items 5.2/176.4MB 2% complete (1.1M/s)
39292024-12-21T05:00:39.183Z[ host-image] Dec 21 05:00:38.452 INFO O| Dec 21 05:00:38.452 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete (391k/s)
39302024-12-21T05:00:39.340Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39312024-12-21T05:00:43.525Z[ recovery-image] Dec 21 05:00:42.835 INFO O| Dec 21 05:00:42.835 INFO O| Download: 998/15862 items 7.8/176.4MB 4% complete (850k/s)
39322024-12-21T05:00:44.156Z[ host-image] Dec 21 05:00:43.472 INFO O| Dec 21 05:00:43.472 INFO O| Download: 6293/22788 items 46.6/199.7MB 23% complete (31.6k/s)
39332024-12-21T05:00:46.197Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39342024-12-21T05:00:46.854Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39352024-12-21T05:00:48.514Z[ recovery-image] Dec 21 05:00:47.869 INFO O| Dec 21 05:00:47.869 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (812k/s)
39362024-12-21T05:00:49.119Z[ host-image] Dec 21 05:00:48.477 INFO O| Dec 21 05:00:48.477 INFO O| Download: 6684/22788 items 46.8/199.7MB 23% complete (56.2k/s)
39372024-12-21T05:00:49.303Z[verify-libraries] Compiling termios v0.3.3
39382024-12-21T05:00:49.642Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39392024-12-21T05:00:53.738Z[ recovery-image] Dec 21 05:00:53.140 INFO O| Dec 21 05:00:53.140 INFO O| Download: 1098/15862 items 9.2/176.4MB 5% complete (242k/s)
39402024-12-21T05:00:55.028Z[ host-image] Dec 21 05:00:54.442 INFO O| Dec 21 05:00:54.442 INFO O| Download: 6852/22788 items 48.9/199.7MB 24% complete (224k/s)
39412024-12-21T05:00:58.796Z[ recovery-image] Dec 21 05:00:58.245 INFO O| Dec 21 05:00:58.245 INFO O| Download: 1185/15862 items 14.1/176.4MB 8% complete (560k/s)
39422024-12-21T05:00:59.985Z[ host-image] Dec 21 05:00:59.444 INFO O| Dec 21 05:00:59.444 INFO O| Download: 7349/22788 items 57.5/199.7MB 28% complete (1.0M/s)
39432024-12-21T05:01:02.452Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39442024-12-21T05:01:03.943Z[ recovery-image] Dec 21 05:01:03.439 INFO O| Dec 21 05:01:03.438 INFO O| Download: 1502/15862 items 21.7/176.4MB 12% complete (1.4M/s)
39452024-12-21T05:01:06.374Z[ host-image] Dec 21 05:01:05.891 INFO O| Dec 21 05:01:05.891 INFO O| Download: 7959/22788 items 59.6/199.7MB 29% complete (1.1M/s)
39462024-12-21T05:01:09.207Z[ recovery-image] Dec 21 05:01:08.751 INFO O| Dec 21 05:01:08.751 INFO O| Download: 1520/15862 items 21.9/176.4MB 12% complete (824k/s)
39472024-12-21T05:01:12.746Z[ host-image] Dec 21 05:01:12.322 INFO O| Dec 21 05:01:12.322 INFO O| Download: 8078/22788 items 60.4/199.7MB 30% complete (258k/s)
39482024-12-21T05:01:15.608Z[ recovery-image] Dec 21 05:01:15.210 INFO O| Dec 21 05:01:15.210 INFO O| Download: 1612/15862 items 25.0/176.4MB 14% complete (416k/s)
39492024-12-21T05:01:18.821Z[ host-image] Dec 21 05:01:18.451 INFO O| Dec 21 05:01:18.451 INFO O| Download: 8081/22788 items 60.4/199.7MB 30% complete (133k/s)
39502024-12-21T05:01:20.574Z[ recovery-image] Dec 21 05:01:20.221 INFO O| Dec 21 05:01:20.221 INFO O| Download: 1878/15862 items 28.5/176.4MB 16% complete (467k/s)
39512024-12-21T05:01:23.927Z[ host-image] Dec 21 05:01:23.604 INFO O| Dec 21 05:01:23.604 INFO O| Download: 8260/22788 items 65.0/199.7MB 32% complete (468k/s)
39522024-12-21T05:01:23.938Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39532024-12-21T05:01:25.535Z[ recovery-image] Dec 21 05:01:25.227 INFO O| Dec 21 05:01:25.227 INFO O| Download: 2333/15862 items 31.3/176.4MB 17% complete (666k/s)
39542024-12-21T05:01:28.902Z[ host-image] Dec 21 05:01:28.624 INFO O| Dec 21 05:01:28.624 INFO O| Download: 8288/22788 items 66.8/199.7MB 33% complete (712k/s)
39552024-12-21T05:01:30.492Z[ recovery-image] Dec 21 05:01:30.229 INFO O| Dec 21 05:01:30.229 INFO O| Download: 2649/15862 items 33.0/176.4MB 18% complete (478k/s)
39562024-12-21T05:01:35.455Z[ recovery-image] Dec 21 05:01:35.237 INFO O| Dec 21 05:01:35.237 INFO O| Download: 2810/15862 items 35.7/176.4MB 20% complete (365k/s)
39572024-12-21T05:01:37.809Z[ host-image] Dec 21 05:01:37.613 INFO O| Dec 21 05:01:37.612 INFO O| Download: 8304/22788 items 68.1/199.7MB 34% complete (530k/s)
39582024-12-21T05:01:40.420Z[ recovery-image] Dec 21 05:01:40.247 INFO O| Dec 21 05:01:40.247 INFO O| Download: 3300/15862 items 37.9/176.4MB 21% complete (494k/s)
39592024-12-21T05:01:43.900Z[ host-image] Dec 21 05:01:43.759 INFO O| Dec 21 05:01:43.759 INFO O| Download: 8361/22788 items 69.1/199.7MB 34% complete (225k/s)
39602024-12-21T05:01:48.093Z[ recovery-image] Dec 21 05:01:47.991 INFO O| Dec 21 05:01:47.990 INFO O| Download: 3609/15862 items 39.1/176.4MB 22% complete (610k/s)
39612024-12-21T05:01:48.867Z[ host-image] Dec 21 05:01:48.771 INFO O| Dec 21 05:01:48.771 INFO O| Download: 9048/22788 items 74.6/199.7MB 37% complete (518k/s)
39622024-12-21T05:01:53.237Z[ recovery-image] Dec 21 05:01:53.181 INFO O| Dec 21 05:01:53.181 INFO O| Download: 3687/15862 items 40.1/176.4MB 22% complete (204k/s)
39632024-12-21T05:01:54.390Z[ host-image] Dec 21 05:01:54.345 INFO O| Dec 21 05:01:54.345 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.5M/s)
39642024-12-21T05:01:58.238Z[ recovery-image] Dec 21 05:01:58.228 INFO O| Dec 21 05:01:58.227 INFO O| Download: 4285/15862 items 42.7/176.4MB 24% complete (379k/s)
39652024-12-21T05:01:59.352Z[ host-image] Dec 21 05:01:59.352 INFO O| Dec 21 05:01:59.352 INFO O| Download: 10008/22788 items 83.7/199.7MB 41% complete (861k/s)
39662024-12-21T05:02:03.420Z[ recovery-image] Dec 21 05:02:03.457 INFO O| Dec 21 05:02:03.457 INFO O| Download: 4778/15862 items 43.0/176.4MB 24% complete (321k/s)
39672024-12-21T05:02:04.797Z[ host-image] Dec 21 05:02:04.846 INFO O| Dec 21 05:02:04.846 INFO O| Download: 10410/22788 items 88.0/199.7MB 44% complete (717k/s)
39682024-12-21T05:02:10.076Z[ host-image] Dec 21 05:02:09.850 INFO O| Dec 21 05:02:09.849 INFO O| Download: 10430/22788 items 88.1/199.7MB 44% complete (439k/s)
39692024-12-21T05:02:10.435Z[ recovery-image] Dec 21 05:02:10.190 INFO O| Dec 21 05:02:10.190 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete (280k/s)
39702024-12-21T05:02:15.611Z[ host-image] Dec 21 05:02:15.087 INFO O| Dec 21 05:02:15.087 INFO O| Download: 10846/22788 items 90.0/199.7MB 45% complete (209k/s)
39712024-12-21T05:02:15.741Z[ recovery-image] Dec 21 05:02:15.209 INFO O| Dec 21 05:02:15.209 INFO O| Download: 5208/15862 items 43.2/176.4MB 24% complete (49.2k/s)
39722024-12-21T05:02:21.027Z[ recovery-image] Dec 21 05:02:20.210 INFO O| Dec 21 05:02:20.210 INFO O| Download: 5608/15862 items 43.5/176.4MB 24% complete (49.6k/s)
39732024-12-21T05:02:21.055Z[ host-image] Dec 21 05:02:20.236 INFO O| Dec 21 05:02:20.236 INFO O| Download: 11087/22788 items 92.0/199.7MB 46% complete (385k/s)
39742024-12-21T05:02:26.377Z[ host-image] Dec 21 05:02:25.271 INFO O| Dec 21 05:02:25.271 INFO O| Download: 11130/22788 items 92.9/199.7MB 46% complete (267k/s)
39752024-12-21T05:02:27.247Z[ recovery-image] Dec 21 05:02:26.094 INFO O| Dec 21 05:02:26.094 INFO O| Download: 5663/15862 items 44.5/176.4MB 25% complete (120k/s)
39762024-12-21T05:02:31.893Z[ host-image] Dec 21 05:02:30.489 INFO O| Dec 21 05:02:30.489 INFO O| Download: 11239/22788 items 94.1/199.7MB 47% complete (221k/s)
39772024-12-21T05:02:37.612Z[ host-image] Dec 21 05:02:35.959 INFO O| Dec 21 05:02:35.959 INFO O| Download: 11285/22788 items 95.4/199.7MB 47% complete (338k/s)
39782024-12-21T05:02:42.669Z[ host-image] Dec 21 05:02:41.063 INFO O| Dec 21 05:02:41.063 INFO O| Download: 11885/22788 items 96.5/199.7MB 48% complete (234k/s)
39792024-12-21T05:02:43.694Z[ recovery-image] Dec 21 05:02:42.097 INFO O| Dec 21 05:02:42.097 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete
39802024-12-21T05:02:48.536Z[ host-image] Dec 21 05:02:46.983 INFO O| Dec 21 05:02:46.982 INFO O| Download: 12181/22788 items 108.6/199.7MB 54% complete (1.3M/s)
39812024-12-21T05:02:48.727Z[ recovery-image] Dec 21 05:02:47.175 INFO O| Dec 21 05:02:47.175 INFO O| Download: 5911/15862 items 53.0/176.4MB 30% complete (1.9M/s)
39822024-12-21T05:02:53.512Z[ host-image] Dec 21 05:02:52.005 INFO O| Dec 21 05:02:52.005 INFO O| Download: 12674/22788 items 109.6/199.7MB 54% complete (1.2M/s)
39832024-12-21T05:02:56.590Z[ recovery-image] Dec 21 05:02:55.110 INFO O| Dec 21 05:02:55.110 INFO O| Download: 6014/15862 items 54.1/176.4MB 30% complete (1.2M/s)
39842024-12-21T05:02:58.486Z[ host-image] Dec 21 05:02:57.023 INFO O| Dec 21 05:02:57.023 INFO O| Download: 13195/22788 items 109.9/199.7MB 55% complete (134k/s)
39852024-12-21T05:03:02.060Z[ recovery-image] Dec 21 05:03:00.630 INFO O| Dec 21 05:03:00.630 INFO O| Download: 6141/15862 items 60.3/176.4MB 34% complete (615k/s)
39862024-12-21T05:03:07.029Z[ recovery-image] Dec 21 05:03:05.644 INFO O| Dec 21 05:03:05.644 INFO O| Download: 6492/15862 items 63.9/176.4MB 36% complete (815k/s)
39872024-12-21T05:03:09.616Z[ host-image] Dec 21 05:03:08.254 INFO O| Dec 21 05:03:08.254 INFO O| Download: 13315/22788 items 110.0/199.7MB 55% complete
39882024-12-21T05:03:13.348Z[ recovery-image] Dec 21 05:03:12.021 INFO O| Dec 21 05:03:12.021 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.4M/s)
39892024-12-21T05:03:14.572Z[ host-image] Dec 21 05:03:13.256 INFO O| Dec 21 05:03:13.256 INFO O| Download: 13815/22788 items 110.2/199.7MB 55% complete (60.8k/s)
39902024-12-21T05:03:18.352Z[ recovery-image] Dec 21 05:03:17.071 INFO O| Dec 21 05:03:17.071 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (973k/s)
39912024-12-21T05:03:19.306Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39922024-12-21T05:03:19.946Z[ host-image] Dec 21 05:03:18.679 INFO O| Dec 21 05:03:18.678 INFO O| Download: 13900/22788 items 110.3/199.7MB 55% complete (53.6k/s)
39932024-12-21T05:03:24.919Z[ host-image] Dec 21 05:03:23.697 INFO O| Dec 21 05:03:23.697 INFO O| Download: 14006/22788 items 110.3/199.7MB 55% complete (5.7k/s)
39942024-12-21T05:03:26.711Z[ recovery-image] Dec 21 05:03:25.505 INFO O| Dec 21 05:03:25.505 INFO O| Download: 7905/15862 items 76.9/176.4MB 43% complete (330k/s)
39952024-12-21T05:03:29.998Z[ host-image] Dec 21 05:03:28.822 INFO O| Dec 21 05:03:28.822 INFO O| Download: 14422/22788 items 111.6/199.7MB 55% complete (130k/s)
39962024-12-21T05:03:31.805Z[ recovery-image] Dec 21 05:03:30.645 INFO O| Dec 21 05:03:30.645 INFO O| Download: 8030/15862 items 79.0/176.4MB 44% complete (239k/s)
39972024-12-21T05:03:35.893Z[ host-image] Dec 21 05:03:34.771 INFO O| Dec 21 05:03:34.771 INFO O| Download: 14501/22788 items 116.4/199.7MB 58% complete (566k/s)
39982024-12-21T05:03:36.770Z[ recovery-image] Dec 21 05:03:35.656 INFO O| Dec 21 05:03:35.655 INFO O| Download: 8532/15862 items 79.9/176.4MB 45% complete (282k/s)
39992024-12-21T05:03:41.994Z[ host-image] Dec 21 05:03:40.928 INFO O| Dec 21 05:03:40.928 INFO O| Download: 14521/22788 items 116.7/199.7MB 58% complete (591k/s)
40002024-12-21T05:03:44.765Z[ recovery-image] Dec 21 05:03:43.724 INFO O| Dec 21 05:03:43.724 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (268k/s)
40012024-12-21T05:03:46.969Z[ host-image] Dec 21 05:03:45.947 INFO O| Dec 21 05:03:45.947 INFO O| Download: 15165/22788 items 122.3/199.7MB 61% complete (694k/s)
40022024-12-21T05:03:49.858Z[ recovery-image] Dec 21 05:03:48.863 INFO O| Dec 21 05:03:48.863 INFO O| Download: 8815/15862 items 91.4/176.4MB 51% complete (1.0M/s)
40032024-12-21T05:03:50.594Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40042024-12-21T05:03:52.029Z[ host-image] Dec 21 05:03:51.054 INFO O| Dec 21 05:03:51.054 INFO O| Download: 15546/22788 items 124.4/199.7MB 62% complete (911k/s)
40052024-12-21T05:03:54.902Z[ recovery-image] Dec 21 05:03:53.953 INFO O| Dec 21 05:03:53.953 INFO O| Download: 8919/15862 items 92.6/176.4MB 52% complete (1.2M/s)
40062024-12-21T05:03:57.158Z[ host-image] Dec 21 05:03:56.229 INFO O| Dec 21 05:03:56.229 INFO O| Download: 15732/22788 items 126.0/199.7MB 63% complete (388k/s)
40072024-12-21T05:03:59.857Z[ recovery-image] Dec 21 05:03:58.953 INFO O| Dec 21 05:03:58.953 INFO O| Download: 8941/15862 items 92.7/176.4MB 52% complete (297k/s)
40082024-12-21T05:04:01.515Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40092024-12-21T05:04:02.122Z[ host-image] Dec 21 05:04:01.239 INFO O| Dec 21 05:04:01.238 INFO O| Download: 15985/22788 items 134.1/199.7MB 67% complete (972k/s)
40102024-12-21T05:04:02.570Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40112024-12-21T05:04:04.124Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40122024-12-21T05:04:04.844Z[ recovery-image] Dec 21 05:04:03.985 INFO O| Dec 21 05:04:03.985 INFO O| Download: 9528/15862 items 92.9/176.4MB 52% complete (32.4k/s)
40132024-12-21T05:04:07.087Z[ host-image] Dec 21 05:04:06.249 INFO O| Dec 21 05:04:06.249 INFO O| Download: 16435/22788 items 147.1/199.7MB 73% complete (2.1M/s)
40142024-12-21T05:04:10.101Z[ recovery-image] Dec 21 05:04:09.290 INFO O| Dec 21 05:04:09.290 INFO O| Download: 9959/15862 items 93.1/176.4MB 52% complete (55.4k/s)
40152024-12-21T05:04:12.095Z[ host-image] Dec 21 05:04:11.302 INFO O| Dec 21 05:04:11.302 INFO O| Download: 16992/22788 items 148.6/199.7MB 74% complete (1.6M/s)
40162024-12-21T05:04:15.140Z[ recovery-image] Dec 21 05:04:14.375 INFO O| Dec 21 05:04:14.375 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete (55.4k/s)
40172024-12-21T05:04:17.191Z[ host-image] Dec 21 05:04:16.311 INFO O| Dec 21 05:04:16.311 INFO O| Download: 17600/22788 items 149.7/199.7MB 74% complete (285k/s)
40182024-12-21T05:04:20.095Z[ recovery-image] Dec 21 05:04:19.375 INFO O| Dec 21 05:04:19.375 INFO O| Download: 10919/15862 items 93.9/176.4MB 53% complete (75.0k/s)
40192024-12-21T05:04:22.013Z[ host-image] Dec 21 05:04:21.311 INFO O| Dec 21 05:04:21.311 INFO O| Download: 17893/22788 items 150.3/199.7MB 75% complete (166k/s)
40202024-12-21T05:04:26.984Z[ host-image] Dec 21 05:04:26.327 INFO O| Dec 21 05:04:26.327 INFO O| Download: 18316/22788 items 163.5/199.7MB 81% complete (1.4M/s)
40212024-12-21T05:04:27.094Z[ recovery-image] Dec 21 05:04:26.438 INFO O| Dec 21 05:04:26.438 INFO O| Download: 11015/15862 items 94.7/176.4MB 53% complete (127k/s)
40222024-12-21T05:04:31.949Z[ host-image] Dec 21 05:04:31.337 INFO O| Dec 21 05:04:31.337 INFO O| Download: 18977/22788 items 165.9/199.7MB 83% complete (1.6M/s)
40232024-12-21T05:04:32.074Z[ recovery-image] Dec 21 05:04:31.463 INFO O| Dec 21 05:04:31.463 INFO O| Download: 11405/15862 items 107.1/176.4MB 60% complete (1.3M/s)
40242024-12-21T05:04:36.904Z[ host-image] Dec 21 05:04:36.337 INFO O| Dec 21 05:04:36.337 INFO O| Download: 19374/22788 items 167.8/199.7MB 84% complete (446k/s)
40252024-12-21T05:04:39.480Z[ recovery-image] Dec 21 05:04:38.936 INFO O| Dec 21 05:04:38.936 INFO O| Download: 11514/15862 items 111.4/176.4MB 63% complete (2.1M/s)
40262024-12-21T05:04:41.862Z[ host-image] Dec 21 05:04:41.339 INFO O| Dec 21 05:04:41.339 INFO O| Download: 19851/22788 items 169.9/199.7MB 85% complete (402k/s)
40272024-12-21T05:04:44.443Z[ recovery-image] Dec 21 05:04:43.944 INFO O| Dec 21 05:04:43.944 INFO O| Download: 11911/15862 items 128.1/176.4MB 72% complete (1.8M/s)
40282024-12-21T05:04:47.085Z[ host-image] Dec 21 05:04:46.610 INFO O| Dec 21 05:04:46.610 INFO O| Download: 20009/22788 items 170.4/199.7MB 85% complete (445k/s)
40292024-12-21T05:04:54.568Z[ host-image] Dec 21 05:04:54.161 INFO O| Dec 21 05:04:54.161 INFO O| Download: 20010/22788 items 170.4/199.7MB 85% complete (432k/s)
40302024-12-21T05:04:56.414Z[ recovery-image] Dec 21 05:04:56.024 INFO O| Dec 21 05:04:56.024 INFO O| Download: 11920/15862 items 128.2/176.4MB 72% complete
40312024-12-21T05:05:00.333Z[ host-image] Dec 21 05:04:59.977 INFO O| Dec 21 05:04:59.977 INFO O| Download: 20628/22788 items 172.5/199.7MB 86% complete (614k/s)
40322024-12-21T05:05:04.812Z[ recovery-image] Dec 21 05:05:04.499 INFO O| Dec 21 05:05:04.499 INFO O| Download: 11921/15862 items 128.3/176.4MB 72% complete
40332024-12-21T05:05:05.301Z[ host-image] Dec 21 05:05:04.993 INFO O| Dec 21 05:05:04.993 INFO O| Download: 20733/22788 items 173.4/199.7MB 86% complete (294k/s)
40342024-12-21T05:05:10.823Z[ recovery-image] Dec 21 05:05:10.564 INFO O| Dec 21 05:05:10.564 INFO O| Download: 11949/15862 items 135.8/176.4MB 77% complete (1.5M/s)
40352024-12-21T05:05:12.828Z[ host-image] Dec 21 05:05:12.588 INFO O| Dec 21 05:05:12.588 INFO O| Download: 20848/22788 items 178.1/199.7MB 89% complete (525k/s)
40362024-12-21T05:05:15.797Z[ recovery-image] Dec 21 05:05:15.584 INFO O| Dec 21 05:05:15.583 INFO O| Download: 12297/15862 items 141.0/176.4MB 79% complete (1.5M/s)
40372024-12-21T05:05:18.593Z[ host-image] Dec 21 05:05:18.405 INFO O| Dec 21 05:05:18.405 INFO O| Download: 20988/22788 items 178.9/199.7MB 89% complete (493k/s)
40382024-12-21T05:05:20.836Z[ recovery-image] Dec 21 05:05:20.667 INFO O| Dec 21 05:05:20.667 INFO O| Download: 13017/15862 items 144.1/176.4MB 81% complete (894k/s)
40392024-12-21T05:05:25.819Z[ recovery-image] Dec 21 05:05:25.697 INFO O| Dec 21 05:05:25.697 INFO O| Download: 13611/15862 items 147.1/176.4MB 83% complete (615k/s)
40402024-12-21T05:05:30.777Z[ recovery-image] Dec 21 05:05:30.700 INFO O| Dec 21 05:05:30.700 INFO O| Download: 14144/15862 items 148.9/176.4MB 84% complete (488k/s)
40412024-12-21T05:05:38.078Z[ recovery-image] Dec 21 05:05:38.068 INFO O| Dec 21 05:05:38.068 INFO O| Download: 14672/15862 items 150.6/176.4MB 85% complete (531k/s)
40422024-12-21T05:05:41.032Z[ host-image] Dec 21 05:05:41.048 INFO O| Dec 21 05:05:41.048 INFO O| Download: 20990/22788 items 178.9/199.7MB 89% complete
40432024-12-21T05:05:45.957Z[ recovery-image] Dec 21 05:05:45.892 INFO O| Dec 21 05:05:45.892 INFO O| Download: 14716/15862 items 151.7/176.4MB 86% complete (269k/s)
40442024-12-21T05:05:51.269Z[ recovery-image] Dec 21 05:05:50.917 INFO O| Dec 21 05:05:50.917 INFO O| Download: 15174/15862 items 158.0/176.4MB 89% complete (666k/s)
40452024-12-21T05:05:53.775Z[ host-image] Dec 21 05:05:53.288 INFO O| Dec 21 05:05:53.288 INFO O| Download: 21069/22788 items 179.4/199.7MB 89% complete
40462024-12-21T05:05:56.571Z[ recovery-image] Dec 21 05:05:55.933 INFO O| Dec 21 05:05:55.933 INFO O| Download: 15430/15862 items 165.1/176.4MB 93% complete (1.3M/s)
40472024-12-21T05:05:59.720Z[ host-image] Dec 21 05:05:58.912 INFO O| Dec 21 05:05:58.912 INFO O| Download: 21585/22788 items 183.5/199.7MB 91% complete (881k/s)
40482024-12-21T05:06:01.856Z[ recovery-image] Dec 21 05:06:00.933 INFO O| Dec 21 05:06:00.933 INFO O| Download: 15545/15862 items 169.0/176.4MB 95% complete (1.1M/s)
40492024-12-21T05:06:05.012Z[ host-image] Dec 21 05:06:03.918 INFO O| Dec 21 05:06:03.918 INFO O| Download: 21881/22788 items 188.6/199.7MB 94% complete (896k/s)
40502024-12-21T05:06:07.367Z[ recovery-image] Dec 21 05:06:06.146 INFO O| Dec 21 05:06:06.146 INFO O| Download: 15654/15862 items 170.2/176.4MB 96% complete (862k/s)
40512024-12-21T05:06:10.499Z[ host-image] Dec 21 05:06:09.109 INFO O| Dec 21 05:06:09.109 INFO O| Download: 21956/22788 items 191.6/199.7MB 95% complete (912k/s)
40522024-12-21T05:06:12.788Z[ recovery-image] Dec 21 05:06:11.275 INFO O| Dec 21 05:06:11.275 INFO O| Download: 15689/15862 items 174.4/176.4MB 98% complete (546k/s)
40532024-12-21T05:06:16.363Z[ host-image] Dec 21 05:06:14.701 INFO O| Dec 21 05:06:14.701 INFO O| Download: 22078/22788 items 193.0/199.7MB 96% complete (666k/s)
40542024-12-21T05:06:16.936Z[ recovery-image] Dec 21 05:06:15.279 INFO O| Dec 21 05:06:15.279 INFO O| Download: Completed 176.38 MB in 342.63 seconds (525k/s)
40552024-12-21T05:06:18.172Z[ recovery-image] Dec 21 05:06:16.526 INFO O| Dec 21 05:06:16.526 INFO O| Actions: 1/25028 actions (Installing new actions)
40562024-12-21T05:06:22.702Z[ host-image] Dec 21 05:06:21.097 INFO O| Dec 21 05:06:21.097 INFO O| Download: 22257/22788 items 197.8/199.7MB 99% complete (675k/s)
40572024-12-21T05:06:23.127Z[ recovery-image] Dec 21 05:06:21.526 INFO O| Dec 21 05:06:21.526 INFO O| Actions: 8549/25028 actions (Installing new actions)
40582024-12-21T05:06:27.138Z[ host-image] Dec 21 05:06:25.574 INFO O| Dec 21 05:06:25.574 INFO O| Download: Completed 199.66 MB in 413.88 seconds (492k/s)
40592024-12-21T05:06:28.084Z[ recovery-image] Dec 21 05:06:26.527 INFO O| Dec 21 05:06:26.527 INFO O| Actions: 15030/25028 actions (Installing new actions)
40602024-12-21T05:06:28.995Z[ host-image] Dec 21 05:06:27.420 INFO O| Dec 21 05:06:27.420 INFO O| Actions: 1/49485 actions (Installing new actions)
40612024-12-21T05:06:33.925Z[ host-image] Dec 21 05:06:32.422 INFO O| Dec 21 05:06:32.422 INFO O| Actions: 8345/49485 actions (Installing new actions)
40622024-12-21T05:06:34.589Z[ recovery-image] Dec 21 05:06:33.092 INFO O| Dec 21 05:06:33.092 INFO O| Actions: 24473/25028 actions (Installing new actions)
40632024-12-21T05:06:37.735Z[ recovery-image] Dec 21 05:06:36.267 INFO O| Dec 21 05:06:36.267 INFO O| Actions: Completed 25028 actions in 19.74 seconds.
40642024-12-21T05:06:38.635Z[ recovery-image] Dec 21 05:06:37.175 INFO O| Dec 21 05:06:37.175 INFO O| Done
40652024-12-21T05:06:38.638Z[ recovery-image] Dec 21 05:06:37.175 INFO O| Dec 21 05:06:37.175 INFO O| Done
40662024-12-21T05:06:39.117Z[ host-image] Dec 21 05:06:37.430 INFO O| Dec 21 05:06:37.430 INFO O| Actions: 12481/49485 actions (Installing new actions)
40672024-12-21T05:06:40.504Z[ recovery-image] Dec 21 05:06:39.061 INFO O| Dec 21 05:06:39.061 INFO O| Done
40682024-12-21T05:06:42.341Z[ recovery-image] Dec 21 05:06:40.915 INFO O| Dec 21 05:06:40.915 INFO O| Done
40692024-12-21T05:06:42.365Z[ recovery-image] Dec 21 05:06:40.939 INFO O| Dec 21 05:06:40.939 INFO O| Done
40702024-12-21T05:06:43.843Z[ host-image] Dec 21 05:06:42.430 INFO O| Dec 21 05:06:42.430 INFO O| Actions: 19884/49485 actions (Installing new actions)
40712024-12-21T05:06:47.758Z[ recovery-image] Dec 21 05:06:46.381 INFO O| Dec 21 05:06:46.381 INFO O| Done
40722024-12-21T05:06:48.641Z[ recovery-image] Dec 21 05:06:47.272 INFO O| Dec 21 05:06:47.272 INFO O| Done
40732024-12-21T05:06:48.798Z[ host-image] Dec 21 05:06:47.430 INFO O| Dec 21 05:06:47.430 INFO O| Actions: 26692/49485 actions (Installing new actions)
40742024-12-21T05:06:49.557Z[ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 11 (pkg_install) COMPLETE
40752024-12-21T05:06:49.561Z[ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40762024-12-21T05:06:49.561Z[ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO skip step because feature "recovery" is enabled
40772024-12-21T05:06:49.561Z[ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40782024-12-21T05:06:49.561Z[ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO skip step because feature "omicron1" is not enabled
40792024-12-21T05:06:49.561Z[ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40802024-12-21T05:06:49.580Z[ recovery-image] Dec 21 05:06:48.220 INFO O| Dec 21 05:06:48.219 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40812024-12-21T05:06:52.845Z[ recovery-image] Dec 21 05:06:51.514 INFO O| Dec 21 05:06:51.514 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40822024-12-21T05:06:53.111Z[ host-image] Dec 21 05:06:51.783 INFO O| Dec 21 05:06:51.783 INFO O| Actions: Completed 49485 actions in 24.35 seconds.
40832024-12-21T05:06:54.778Z[ host-image] Dec 21 05:06:53.466 INFO O| Dec 21 05:06:53.465 INFO O| Done
40842024-12-21T05:06:54.778Z[ host-image] Dec 21 05:06:53.466 INFO O| Dec 21 05:06:53.466 INFO O| Done
40852024-12-21T05:06:56.594Z[ host-image] Dec 21 05:06:55.297 INFO O| Dec 21 05:06:55.297 INFO O| Done
40862024-12-21T05:06:58.035Z[ recovery-image] Dec 21 05:06:56.752 INFO O| Dec 21 05:06:56.751 INFO O| Planning: Solver setup ... Done
40872024-12-21T05:06:58.041Z[ recovery-image] Dec 21 05:06:56.758 INFO O| Dec 21 05:06:56.758 INFO O| Planning: Running solver ... Done
40882024-12-21T05:06:58.155Z[ recovery-image] Dec 21 05:06:56.872 INFO O| Dec 21 05:06:56.872 INFO O| Planning: Finding local manifests ... Done
40892024-12-21T05:06:58.159Z[ recovery-image] Dec 21 05:06:56.873 INFO O| Dec 21 05:06:56.873 INFO O| Planning: Fetching manifests: 0/1 0% complete
40902024-12-21T05:06:58.391Z[ recovery-image] Dec 21 05:06:57.111 INFO O| Dec 21 05:06:57.111 INFO O| Planning: Fetching manifests: 1/1 100% complete
40912024-12-21T05:06:58.440Z[ recovery-image] Dec 21 05:06:57.159 INFO O| Dec 21 05:06:57.159 INFO O| Planning: Package planning ... Done
40922024-12-21T05:06:58.442Z[ recovery-image] Dec 21 05:06:57.160 INFO O| Dec 21 05:06:57.160 INFO O| Planning: Merging actions ... Done
40932024-12-21T05:06:58.507Z[ recovery-image] Dec 21 05:06:57.228 INFO O| Dec 21 05:06:57.228 INFO O| Planning: Checking for conflicting actions ... Done
40942024-12-21T05:06:58.509Z[ recovery-image] Dec 21 05:06:57.228 INFO O| Dec 21 05:06:57.228 INFO O| Planning: Consolidating action changes ... Done
40952024-12-21T05:06:58.938Z[ recovery-image] Dec 21 05:06:57.663 INFO O| Dec 21 05:06:57.663 INFO O| Planning: Evaluating mediators ... Done
40962024-12-21T05:06:58.940Z[ recovery-image] Dec 21 05:06:57.664 INFO O| Dec 21 05:06:57.663 INFO O| Planning: Planning completed in 6.15 seconds
40972024-12-21T05:06:58.942Z[ recovery-image] Dec 21 05:06:57.666 INFO O| Dec 21 05:06:57.666 INFO O| Packages to install: 1
40982024-12-21T05:06:58.966Z[ recovery-image] Dec 21 05:06:57.691 INFO O| Dec 21 05:06:57.691 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40992024-12-21T05:06:59.176Z[ host-image] Dec 21 05:06:57.902 INFO O| Dec 21 05:06:57.901 INFO O| Done
41002024-12-21T05:06:59.223Z[ host-image] Dec 21 05:06:57.950 INFO O| Dec 21 05:06:57.950 INFO O| Done
41012024-12-21T05:06:59.811Z[ recovery-image] Dec 21 05:06:58.544 INFO O| Dec 21 05:06:58.544 INFO O| Download: Completed 9.99 MB in 0.85 seconds (11.7M/s)
41022024-12-21T05:06:59.923Z[ recovery-image] Dec 21 05:06:58.657 INFO O| Dec 21 05:06:58.657 INFO O| Actions: 1/22 actions (Installing new actions)
41032024-12-21T05:07:00.325Z[ recovery-image] Dec 21 05:06:59.062 INFO O| Dec 21 05:06:59.062 INFO O| Actions: Completed 22 actions in 0.40 seconds.
41042024-12-21T05:07:00.768Z[ recovery-image] Dec 21 05:06:59.509 INFO O| Dec 21 05:06:59.509 INFO O| Done
41052024-12-21T05:07:00.768Z[ recovery-image] Dec 21 05:06:59.510 INFO O| Dec 21 05:06:59.509 INFO O| Done
41062024-12-21T05:07:02.152Z[ recovery-image] Dec 21 05:07:00.906 INFO O| Dec 21 05:07:00.906 INFO O| Done
41072024-12-21T05:07:04.244Z[ recovery-image] Dec 21 05:07:03.017 INFO O| Dec 21 05:07:03.017 INFO O| Done
41082024-12-21T05:07:04.267Z[ recovery-image] Dec 21 05:07:03.041 INFO O| Dec 21 05:07:03.041 INFO O| Done
41092024-12-21T05:07:04.267Z[ recovery-image] Dec 21 05:07:03.041 INFO O| Dec 21 05:07:03.041 INFO O| Done
41102024-12-21T05:07:04.284Z[ recovery-image] Dec 21 05:07:03.058 INFO O| Dec 21 05:07:03.058 INFO O| Done
41112024-12-21T05:07:04.457Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.232 INFO STEP 14 (pkg_install) COMPLETE
41122024-12-21T05:07:04.457Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41132024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "mfg" is not enabled
41142024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41152024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "compliance" is not enabled
41162024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41172024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "stress" is not enabled
41182024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41192024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "nfs" is not enabled
41202024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41212024-12-21T05:07:04.461Z[ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41222024-12-21T05:07:04.659Z[ recovery-image] Dec 21 05:07:03.436 INFO O| Dec 21 05:07:03.436 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41232024-12-21T05:07:04.949Z[ recovery-image] Dec 21 05:07:03.728 INFO O| Dec 21 05:07:03.728 INFO completed processing gimlet/ramdisk-01-os
41242024-12-21T05:07:04.952Z[ recovery-image] Dec 21 05:07:03.732 INFO image builder template: ramdisk-02-trim...
41252024-12-21T05:07:04.952Z[ recovery-image] Dec 21 05:07:03.732 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/.tmpreaqKo/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
41262024-12-21T05:07:04.993Z[ recovery-image] Dec 21 05:07:03.773 INFO O| Dec 21 05:07:03.773 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41272024-12-21T05:07:05.000Z[ recovery-image] Dec 21 05:07:03.780 INFO O| Dec 21 05:07:03.780 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41282024-12-21T05:07:05.143Z[ recovery-image] Dec 21 05:07:03.924 INFO O| Dec 21 05:07:03.924 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41292024-12-21T05:07:05.281Z[ recovery-image] Dec 21 05:07:04.064 INFO O| Dec 21 05:07:04.063 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41302024-12-21T05:07:05.284Z[ recovery-image] Dec 21 05:07:04.064 INFO O| Dec 21 05:07:04.064 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41312024-12-21T05:07:05.295Z[ recovery-image] Dec 21 05:07:04.078 INFO O| Dec 21 05:07:04.078 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41322024-12-21T05:07:05.348Z[ recovery-image] Dec 21 05:07:04.124 INFO O| Dec 21 05:07:04.124 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41332024-12-21T05:07:05.351Z[ recovery-image] Dec 21 05:07:04.133 INFO O| Dec 21 05:07:04.133 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41342024-12-21T05:07:05.919Z[ recovery-image] Dec 21 05:07:04.706 INFO O| Dec 21 05:07:04.706 INFO rolled back to input snapshot; work may begin
41352024-12-21T05:07:05.919Z[ recovery-image] Dec 21 05:07:04.706 INFO O| Dec 21 05:07:04.706 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41362024-12-21T05:07:05.927Z[ recovery-image] Dec 21 05:07:04.716 INFO O| Dec 21 05:07:04.716 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-21T05:07:05.961Z[ recovery-image] Dec 21 05:07:04.750 INFO O| Dec 21 05:07:04.749 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41382024-12-21T05:07:06.131Z[ recovery-image] Dec 21 05:07:04.922 INFO O| Dec 21 05:07:04.922 INFO STEP 0 (remove_files) COMPLETE
41392024-12-21T05:07:06.131Z[ recovery-image] Dec 21 05:07:04.922 INFO O| Dec 21 05:07:04.922 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-21T05:07:06.151Z[ recovery-image] Dec 21 05:07:04.942 INFO O| Dec 21 05:07:04.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41412024-12-21T05:07:06.154Z[ recovery-image] Dec 21 05:07:04.944 INFO O| Dec 21 05:07:04.944 INFO STEP 1 (remove_files) COMPLETE
41422024-12-21T05:07:06.154Z[ recovery-image] Dec 21 05:07:04.944 INFO O| Dec 21 05:07:04.944 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-21T05:07:06.185Z[ recovery-image] Dec 21 05:07:04.976 INFO O| Dec 21 05:07:04.976 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41442024-12-21T05:07:06.205Z[ recovery-image] Dec 21 05:07:04.996 INFO O| Dec 21 05:07:04.996 INFO STEP 2 (remove_files) COMPLETE
41452024-12-21T05:07:06.205Z[ recovery-image] Dec 21 05:07:04.996 INFO O| Dec 21 05:07:04.996 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462024-12-21T05:07:06.251Z[ recovery-image] Dec 21 05:07:05.042 INFO O| Dec 21 05:07:05.042 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41472024-12-21T05:07:06.254Z[ recovery-image] Dec 21 05:07:05.046 INFO O| Dec 21 05:07:05.046 INFO STEP 3 (remove_files) COMPLETE
41482024-12-21T05:07:06.254Z[ recovery-image] Dec 21 05:07:05.046 INFO O| Dec 21 05:07:05.046 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-21T05:07:06.322Z[ recovery-image] Dec 21 05:07:05.114 INFO O| Dec 21 05:07:05.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41502024-12-21T05:07:06.328Z[ recovery-image] Dec 21 05:07:05.120 INFO O| Dec 21 05:07:05.120 INFO STEP 4 (remove_files) COMPLETE
41512024-12-21T05:07:06.328Z[ recovery-image] Dec 21 05:07:05.120 INFO O| Dec 21 05:07:05.120 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522024-12-21T05:07:06.356Z[ recovery-image] Dec 21 05:07:05.149 INFO O| Dec 21 05:07:05.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41532024-12-21T05:07:06.359Z[ recovery-image] Dec 21 05:07:05.149 INFO O| Dec 21 05:07:05.149 INFO STEP 5 (remove_files) COMPLETE
41542024-12-21T05:07:06.359Z[ recovery-image] Dec 21 05:07:05.149 INFO O| Dec 21 05:07:05.149 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552024-12-21T05:07:06.375Z[ recovery-image] Dec 21 05:07:05.168 INFO O| Dec 21 05:07:05.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41562024-12-21T05:07:06.394Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 6 (remove_files) COMPLETE
41572024-12-21T05:07:06.396Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582024-12-21T05:07:06.396Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO skip step because feature "recovery" is enabled
41592024-12-21T05:07:06.397Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-21T05:07:06.397Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO skip step because feature "recovery" is enabled
41612024-12-21T05:07:06.397Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-21T05:07:06.397Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO skip step because feature "recovery" is enabled
41632024-12-21T05:07:06.397Z[ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642024-12-21T05:07:06.429Z[ recovery-image] Dec 21 05:07:05.222 INFO O| Dec 21 05:07:05.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41652024-12-21T05:07:06.435Z[ recovery-image] Dec 21 05:07:05.228 INFO O| Dec 21 05:07:05.228 INFO STEP 10 (remove_files) COMPLETE
41662024-12-21T05:07:06.435Z[ recovery-image] Dec 21 05:07:05.228 INFO O| Dec 21 05:07:05.228 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672024-12-21T05:07:06.454Z[ recovery-image] Dec 21 05:07:05.248 INFO O| Dec 21 05:07:05.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41682024-12-21T05:07:06.457Z[ recovery-image] Dec 21 05:07:05.249 INFO O| Dec 21 05:07:05.249 INFO STEP 11 (remove_files) COMPLETE
41692024-12-21T05:07:06.457Z[ recovery-image] Dec 21 05:07:05.249 INFO O| Dec 21 05:07:05.249 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-21T05:07:06.474Z[ recovery-image] Dec 21 05:07:05.268 INFO O| Dec 21 05:07:05.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41712024-12-21T05:07:06.477Z[ recovery-image] Dec 21 05:07:05.271 INFO O| Dec 21 05:07:05.270 INFO STEP 12 (remove_files) COMPLETE
41722024-12-21T05:07:06.477Z[ recovery-image] Dec 21 05:07:05.271 INFO O| Dec 21 05:07:05.271 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732024-12-21T05:07:06.745Z[ recovery-image] Dec 21 05:07:05.541 INFO O| Dec 21 05:07:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41742024-12-21T05:07:06.748Z[ recovery-image] Dec 21 05:07:05.543 INFO O| Dec 21 05:07:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41752024-12-21T05:07:06.750Z[ recovery-image] Dec 21 05:07:05.544 INFO O| Dec 21 05:07:05.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41762024-12-21T05:07:06.770Z[ recovery-image] Dec 21 05:07:05.566 INFO O| Dec 21 05:07:05.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41772024-12-21T05:07:06.868Z[ host-image] Dec 21 05:07:05.664 INFO O| Dec 21 05:07:05.664 INFO O| Done
41782024-12-21T05:07:06.929Z[ recovery-image] Dec 21 05:07:05.726 INFO O| Dec 21 05:07:05.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41792024-12-21T05:07:06.931Z[ recovery-image] Dec 21 05:07:05.727 INFO O| Dec 21 05:07:05.727 INFO STEP 13 (remove_files) COMPLETE
41802024-12-21T05:07:06.931Z[ recovery-image] Dec 21 05:07:05.727 INFO O| Dec 21 05:07:05.727 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-21T05:07:06.985Z[ recovery-image] Dec 21 05:07:05.784 INFO O| Dec 21 05:07:05.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41822024-12-21T05:07:06.988Z[ recovery-image] Dec 21 05:07:05.786 INFO O| Dec 21 05:07:05.786 INFO STEP 14 (remove_files) COMPLETE
41832024-12-21T05:07:06.988Z[ recovery-image] Dec 21 05:07:05.786 INFO O| Dec 21 05:07:05.786 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-21T05:07:07.007Z[ recovery-image] Dec 21 05:07:05.806 INFO O| Dec 21 05:07:05.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41852024-12-21T05:07:07.018Z[ recovery-image] Dec 21 05:07:05.817 INFO O| Dec 21 05:07:05.816 INFO STEP 15 (remove_files) COMPLETE
41862024-12-21T05:07:07.018Z[ recovery-image] Dec 21 05:07:05.817 INFO O| Dec 21 05:07:05.817 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-21T05:07:07.043Z[ recovery-image] Dec 21 05:07:05.841 INFO O| Dec 21 05:07:05.841 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41882024-12-21T05:07:07.046Z[ recovery-image] Dec 21 05:07:05.842 INFO O| Dec 21 05:07:05.842 INFO STEP 16 (remove_files) COMPLETE
41892024-12-21T05:07:07.046Z[ recovery-image] Dec 21 05:07:05.842 INFO O| Dec 21 05:07:05.842 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-21T05:07:07.064Z[ recovery-image] Dec 21 05:07:05.862 INFO O| Dec 21 05:07:05.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41912024-12-21T05:07:07.067Z[ recovery-image] Dec 21 05:07:05.864 INFO O| Dec 21 05:07:05.864 INFO STEP 17 (remove_files) COMPLETE
41922024-12-21T05:07:07.067Z[ recovery-image] Dec 21 05:07:05.865 INFO O| Dec 21 05:07:05.864 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-21T05:07:07.093Z[ recovery-image] Dec 21 05:07:05.893 INFO O| Dec 21 05:07:05.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41942024-12-21T05:07:07.096Z[ recovery-image] Dec 21 05:07:05.893 INFO O| Dec 21 05:07:05.893 INFO STEP 18 (remove_files) COMPLETE
41952024-12-21T05:07:07.096Z[ recovery-image] Dec 21 05:07:05.893 INFO O| Dec 21 05:07:05.893 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-21T05:07:07.126Z[ recovery-image] Dec 21 05:07:05.925 INFO O| Dec 21 05:07:05.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41972024-12-21T05:07:07.126Z[ recovery-image] Dec 21 05:07:05.925 INFO O| Dec 21 05:07:05.925 INFO STEP 19 (remove_files) COMPLETE
41982024-12-21T05:07:07.129Z[ recovery-image] Dec 21 05:07:05.925 INFO O| Dec 21 05:07:05.925 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-21T05:07:07.146Z[ recovery-image] Dec 21 05:07:05.946 INFO O| Dec 21 05:07:05.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42002024-12-21T05:07:07.146Z[ recovery-image] Dec 21 05:07:05.946 INFO O| Dec 21 05:07:05.946 INFO STEP 20 (remove_files) COMPLETE
42012024-12-21T05:07:07.146Z[ recovery-image] Dec 21 05:07:05.946 INFO O| Dec 21 05:07:05.946 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-21T05:07:07.165Z[ recovery-image] Dec 21 05:07:05.965 INFO O| Dec 21 05:07:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42032024-12-21T05:07:07.165Z[ recovery-image] Dec 21 05:07:05.965 INFO O| Dec 21 05:07:05.965 INFO STEP 21 (remove_files) COMPLETE
42042024-12-21T05:07:07.165Z[ recovery-image] Dec 21 05:07:05.965 INFO O| Dec 21 05:07:05.965 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-21T05:07:07.184Z[ recovery-image] Dec 21 05:07:05.984 INFO O| Dec 21 05:07:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42062024-12-21T05:07:07.184Z[ recovery-image] Dec 21 05:07:05.984 INFO O| Dec 21 05:07:05.984 INFO STEP 22 (remove_files) COMPLETE
42072024-12-21T05:07:07.184Z[ recovery-image] Dec 21 05:07:05.984 INFO O| Dec 21 05:07:05.984 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-21T05:07:07.205Z[ recovery-image] Dec 21 05:07:06.003 INFO O| Dec 21 05:07:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42092024-12-21T05:07:07.205Z[ recovery-image] Dec 21 05:07:06.003 INFO O| Dec 21 05:07:06.003 INFO STEP 23 (remove_files) COMPLETE
42102024-12-21T05:07:07.205Z[ recovery-image] Dec 21 05:07:06.003 INFO O| Dec 21 05:07:06.003 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-21T05:07:07.221Z[ recovery-image] Dec 21 05:07:06.022 INFO O| Dec 21 05:07:06.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42122024-12-21T05:07:07.221Z[ recovery-image] Dec 21 05:07:06.022 INFO O| Dec 21 05:07:06.022 INFO STEP 24 (remove_files) COMPLETE
42132024-12-21T05:07:07.222Z[ recovery-image] Dec 21 05:07:06.022 INFO O| Dec 21 05:07:06.022 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-21T05:07:07.239Z[ recovery-image] Dec 21 05:07:06.040 INFO O| Dec 21 05:07:06.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42152024-12-21T05:07:07.239Z[ recovery-image] Dec 21 05:07:06.040 INFO O| Dec 21 05:07:06.040 INFO STEP 25 (remove_files) COMPLETE
42162024-12-21T05:07:07.239Z[ recovery-image] Dec 21 05:07:06.040 INFO O| Dec 21 05:07:06.040 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-21T05:07:07.264Z[ recovery-image] Dec 21 05:07:06.065 INFO O| Dec 21 05:07:06.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42182024-12-21T05:07:07.264Z[ recovery-image] Dec 21 05:07:06.065 INFO O| Dec 21 05:07:06.065 INFO STEP 26 (remove_files) COMPLETE
42192024-12-21T05:07:07.264Z[ recovery-image] Dec 21 05:07:06.065 INFO O| Dec 21 05:07:06.065 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-21T05:07:07.292Z[ recovery-image] Dec 21 05:07:06.093 INFO O| Dec 21 05:07:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42212024-12-21T05:07:07.292Z[ recovery-image] Dec 21 05:07:06.093 INFO O| Dec 21 05:07:06.093 INFO STEP 27 (remove_files) COMPLETE
42222024-12-21T05:07:07.292Z[ recovery-image] Dec 21 05:07:06.093 INFO O| Dec 21 05:07:06.093 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-21T05:07:07.311Z[ recovery-image] Dec 21 05:07:06.112 INFO O| Dec 21 05:07:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42242024-12-21T05:07:07.311Z[ recovery-image] Dec 21 05:07:06.112 INFO O| Dec 21 05:07:06.112 INFO STEP 28 (remove_files) COMPLETE
42252024-12-21T05:07:07.311Z[ recovery-image] Dec 21 05:07:06.112 INFO O| Dec 21 05:07:06.112 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-21T05:07:07.330Z[ recovery-image] Dec 21 05:07:06.130 INFO O| Dec 21 05:07:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42272024-12-21T05:07:07.330Z[ recovery-image] Dec 21 05:07:06.131 INFO O| Dec 21 05:07:06.131 INFO STEP 29 (remove_files) COMPLETE
42282024-12-21T05:07:07.330Z[ recovery-image] Dec 21 05:07:06.131 INFO O| Dec 21 05:07:06.131 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-21T05:07:07.349Z[ recovery-image] Dec 21 05:07:06.151 INFO O| Dec 21 05:07:06.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42302024-12-21T05:07:07.352Z[ recovery-image] Dec 21 05:07:06.151 INFO O| Dec 21 05:07:06.151 INFO STEP 30 (remove_files) COMPLETE
42312024-12-21T05:07:07.352Z[ recovery-image] Dec 21 05:07:06.152 INFO O| Dec 21 05:07:06.151 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-21T05:07:07.385Z[ recovery-image] Dec 21 05:07:06.187 INFO O| Dec 21 05:07:06.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42332024-12-21T05:07:07.388Z[ recovery-image] Dec 21 05:07:06.188 INFO O| Dec 21 05:07:06.187 INFO STEP 31 (remove_files) COMPLETE
42342024-12-21T05:07:07.388Z[ recovery-image] Dec 21 05:07:06.188 INFO O| Dec 21 05:07:06.188 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-21T05:07:07.407Z[ recovery-image] Dec 21 05:07:06.209 INFO O| Dec 21 05:07:06.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42362024-12-21T05:07:07.407Z[ recovery-image] Dec 21 05:07:06.209 INFO O| Dec 21 05:07:06.209 INFO STEP 32 (remove_files) COMPLETE
42372024-12-21T05:07:07.409Z[ recovery-image] Dec 21 05:07:06.209 INFO O| Dec 21 05:07:06.209 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-21T05:07:07.427Z[ recovery-image] Dec 21 05:07:06.230 INFO O| Dec 21 05:07:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42392024-12-21T05:07:07.427Z[ recovery-image] Dec 21 05:07:06.230 INFO O| Dec 21 05:07:06.230 INFO STEP 33 (remove_files) COMPLETE
42402024-12-21T05:07:07.427Z[ recovery-image] Dec 21 05:07:06.230 INFO O| Dec 21 05:07:06.230 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-21T05:07:07.454Z[ recovery-image] Dec 21 05:07:06.256 INFO O| Dec 21 05:07:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42422024-12-21T05:07:07.454Z[ recovery-image] Dec 21 05:07:06.256 INFO O| Dec 21 05:07:06.256 INFO STEP 34 (remove_files) COMPLETE
42432024-12-21T05:07:07.454Z[ recovery-image] Dec 21 05:07:06.256 INFO O| Dec 21 05:07:06.256 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-21T05:07:07.482Z[ recovery-image] Dec 21 05:07:06.285 INFO O| Dec 21 05:07:06.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42452024-12-21T05:07:07.482Z[ recovery-image] Dec 21 05:07:06.285 INFO O| Dec 21 05:07:06.285 INFO STEP 35 (remove_files) COMPLETE
42462024-12-21T05:07:07.485Z[ recovery-image] Dec 21 05:07:06.285 INFO O| Dec 21 05:07:06.285 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-21T05:07:07.502Z[ recovery-image] Dec 21 05:07:06.305 INFO O| Dec 21 05:07:06.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42482024-12-21T05:07:07.502Z[ recovery-image] Dec 21 05:07:06.305 INFO O| Dec 21 05:07:06.305 INFO STEP 36 (remove_files) COMPLETE
42492024-12-21T05:07:07.502Z[ recovery-image] Dec 21 05:07:06.306 INFO O| Dec 21 05:07:06.305 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-21T05:07:07.522Z[ recovery-image] Dec 21 05:07:06.324 INFO O| Dec 21 05:07:06.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42512024-12-21T05:07:07.522Z[ recovery-image] Dec 21 05:07:06.324 INFO O| Dec 21 05:07:06.324 INFO STEP 37 (remove_files) COMPLETE
42522024-12-21T05:07:07.522Z[ recovery-image] Dec 21 05:07:06.324 INFO O| Dec 21 05:07:06.324 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-21T05:07:07.541Z[ recovery-image] Dec 21 05:07:06.344 INFO O| Dec 21 05:07:06.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42542024-12-21T05:07:07.541Z[ recovery-image] Dec 21 05:07:06.344 INFO O| Dec 21 05:07:06.344 INFO STEP 38 (remove_files) COMPLETE
42552024-12-21T05:07:07.543Z[ recovery-image] Dec 21 05:07:06.344 INFO O| Dec 21 05:07:06.344 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-21T05:07:07.559Z[ recovery-image] Dec 21 05:07:06.362 INFO O| Dec 21 05:07:06.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42572024-12-21T05:07:07.559Z[ recovery-image] Dec 21 05:07:06.362 INFO O| Dec 21 05:07:06.362 INFO STEP 39 (remove_files) COMPLETE
42582024-12-21T05:07:07.559Z[ recovery-image] Dec 21 05:07:06.362 INFO O| Dec 21 05:07:06.362 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-21T05:07:07.580Z[ recovery-image] Dec 21 05:07:06.383 INFO O| Dec 21 05:07:06.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42602024-12-21T05:07:07.580Z[ recovery-image] Dec 21 05:07:06.383 INFO O| Dec 21 05:07:06.383 INFO STEP 40 (remove_files) COMPLETE
42612024-12-21T05:07:07.580Z[ recovery-image] Dec 21 05:07:06.383 INFO O| Dec 21 05:07:06.383 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622024-12-21T05:07:07.602Z[ recovery-image] Dec 21 05:07:06.404 INFO O| Dec 21 05:07:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42632024-12-21T05:07:07.602Z[ recovery-image] Dec 21 05:07:06.404 INFO O| Dec 21 05:07:06.404 INFO STEP 41 (remove_files) COMPLETE
42642024-12-21T05:07:07.605Z[ recovery-image] Dec 21 05:07:06.404 INFO O| Dec 21 05:07:06.404 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-21T05:07:07.623Z[ recovery-image] Dec 21 05:07:06.426 INFO O| Dec 21 05:07:06.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42662024-12-21T05:07:07.623Z[ recovery-image] Dec 21 05:07:06.426 INFO O| Dec 21 05:07:06.426 INFO STEP 42 (remove_files) COMPLETE
42672024-12-21T05:07:07.623Z[ recovery-image] Dec 21 05:07:06.426 INFO O| Dec 21 05:07:06.426 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-21T05:07:07.669Z[ recovery-image] Dec 21 05:07:06.473 INFO O| Dec 21 05:07:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42692024-12-21T05:07:07.669Z[ recovery-image] Dec 21 05:07:06.473 INFO O| Dec 21 05:07:06.473 INFO STEP 43 (remove_files) COMPLETE
42702024-12-21T05:07:07.671Z[ recovery-image] Dec 21 05:07:06.473 INFO O| Dec 21 05:07:06.473 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712024-12-21T05:07:07.717Z[ recovery-image] Dec 21 05:07:06.522 INFO O| Dec 21 05:07:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42722024-12-21T05:07:07.718Z[ recovery-image] Dec 21 05:07:06.522 INFO O| Dec 21 05:07:06.522 INFO STEP 44 (remove_files) COMPLETE
42732024-12-21T05:07:07.718Z[ recovery-image] Dec 21 05:07:06.522 INFO O| Dec 21 05:07:06.522 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-21T05:07:07.763Z[ host-image] Dec 21 05:07:06.568 INFO O| Dec 21 05:07:06.568 INFO O| Done
42752024-12-21T05:07:07.802Z[ recovery-image] Dec 21 05:07:06.608 INFO O| Dec 21 05:07:06.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42762024-12-21T05:07:07.802Z[ recovery-image] Dec 21 05:07:06.608 INFO O| Dec 21 05:07:06.608 INFO STEP 45 (remove_files) COMPLETE
42772024-12-21T05:07:07.802Z[ recovery-image] Dec 21 05:07:06.608 INFO O| Dec 21 05:07:06.608 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42782024-12-21T05:07:07.865Z[ recovery-image] Dec 21 05:07:06.671 INFO O| Dec 21 05:07:06.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42792024-12-21T05:07:07.868Z[ recovery-image] Dec 21 05:07:06.671 INFO O| Dec 21 05:07:06.671 INFO STEP 46 (remove_files) COMPLETE
42802024-12-21T05:07:07.868Z[ recovery-image] Dec 21 05:07:06.671 INFO O| Dec 21 05:07:06.671 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-21T05:07:07.887Z[ recovery-image] Dec 21 05:07:06.693 INFO O| Dec 21 05:07:06.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42822024-12-21T05:07:07.889Z[ recovery-image] Dec 21 05:07:06.693 INFO O| Dec 21 05:07:06.693 INFO STEP 47 (remove_files) COMPLETE
42832024-12-21T05:07:07.889Z[ recovery-image] Dec 21 05:07:06.693 INFO O| Dec 21 05:07:06.693 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842024-12-21T05:07:07.913Z[ recovery-image] Dec 21 05:07:06.714 INFO O| Dec 21 05:07:06.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42852024-12-21T05:07:07.913Z[ recovery-image] Dec 21 05:07:06.715 INFO O| Dec 21 05:07:06.715 INFO STEP 48 (remove_files) COMPLETE
42862024-12-21T05:07:07.913Z[ recovery-image] Dec 21 05:07:06.715 INFO O| Dec 21 05:07:06.715 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42872024-12-21T05:07:07.939Z[ recovery-image] Dec 21 05:07:06.746 INFO O| Dec 21 05:07:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42882024-12-21T05:07:07.939Z[ recovery-image] Dec 21 05:07:06.746 INFO O| Dec 21 05:07:06.746 INFO STEP 49 (remove_files) COMPLETE
42892024-12-21T05:07:07.939Z[ recovery-image] Dec 21 05:07:06.746 INFO O| Dec 21 05:07:06.746 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42902024-12-21T05:07:07.964Z[ recovery-image] Dec 21 05:07:06.771 INFO O| Dec 21 05:07:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42912024-12-21T05:07:07.967Z[ recovery-image] Dec 21 05:07:06.771 INFO O| Dec 21 05:07:06.771 INFO STEP 50 (remove_files) COMPLETE
42922024-12-21T05:07:07.967Z[ recovery-image] Dec 21 05:07:06.771 INFO O| Dec 21 05:07:06.771 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-21T05:07:07.986Z[ recovery-image] Dec 21 05:07:06.794 INFO O| Dec 21 05:07:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42942024-12-21T05:07:07.990Z[ recovery-image] Dec 21 05:07:06.794 INFO O| Dec 21 05:07:06.794 INFO STEP 51 (remove_files) COMPLETE
42952024-12-21T05:07:07.990Z[ recovery-image] Dec 21 05:07:06.794 INFO O| Dec 21 05:07:06.794 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42962024-12-21T05:07:08.008Z[ recovery-image] Dec 21 05:07:06.815 INFO O| Dec 21 05:07:06.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42972024-12-21T05:07:08.012Z[ recovery-image] Dec 21 05:07:06.816 INFO O| Dec 21 05:07:06.816 INFO STEP 52 (remove_files) COMPLETE
42982024-12-21T05:07:08.012Z[ recovery-image] Dec 21 05:07:06.816 INFO O| Dec 21 05:07:06.816 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992024-12-21T05:07:08.035Z[ recovery-image] Dec 21 05:07:06.843 INFO O| Dec 21 05:07:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43002024-12-21T05:07:08.038Z[ recovery-image] Dec 21 05:07:06.843 INFO O| Dec 21 05:07:06.843 INFO STEP 53 (remove_files) COMPLETE
43012024-12-21T05:07:08.038Z[ recovery-image] Dec 21 05:07:06.843 INFO O| Dec 21 05:07:06.843 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43022024-12-21T05:07:08.056Z[ recovery-image] Dec 21 05:07:06.864 INFO O| Dec 21 05:07:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43032024-12-21T05:07:08.056Z[ recovery-image] Dec 21 05:07:06.864 INFO O| Dec 21 05:07:06.864 INFO STEP 54 (remove_files) COMPLETE
43042024-12-21T05:07:08.060Z[ recovery-image] Dec 21 05:07:06.864 INFO O| Dec 21 05:07:06.864 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052024-12-21T05:07:08.077Z[ recovery-image] Dec 21 05:07:06.885 INFO O| Dec 21 05:07:06.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43062024-12-21T05:07:08.077Z[ recovery-image] Dec 21 05:07:06.885 INFO O| Dec 21 05:07:06.885 INFO STEP 55 (remove_files) COMPLETE
43072024-12-21T05:07:08.077Z[ recovery-image] Dec 21 05:07:06.886 INFO O| Dec 21 05:07:06.885 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082024-12-21T05:07:08.098Z[ recovery-image] Dec 21 05:07:06.906 INFO O| Dec 21 05:07:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43092024-12-21T05:07:08.101Z[ recovery-image] Dec 21 05:07:06.907 INFO O| Dec 21 05:07:06.906 INFO STEP 56 (remove_files) COMPLETE
43102024-12-21T05:07:08.101Z[ recovery-image] Dec 21 05:07:06.907 INFO O| Dec 21 05:07:06.907 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112024-12-21T05:07:08.120Z[ recovery-image] Dec 21 05:07:06.929 INFO O| Dec 21 05:07:06.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43122024-12-21T05:07:08.120Z[ recovery-image] Dec 21 05:07:06.929 INFO O| Dec 21 05:07:06.929 INFO STEP 57 (remove_files) COMPLETE
43132024-12-21T05:07:08.120Z[ recovery-image] Dec 21 05:07:06.929 INFO O| Dec 21 05:07:06.929 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142024-12-21T05:07:08.143Z[ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43152024-12-21T05:07:08.143Z[ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43162024-12-21T05:07:08.145Z[ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43172024-12-21T05:07:08.146Z[ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43182024-12-21T05:07:08.146Z[ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43192024-12-21T05:07:08.146Z[ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43202024-12-21T05:07:08.146Z[ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO ok!
43212024-12-21T05:07:08.146Z[ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO STEP 58 (ensure_file) COMPLETE
43222024-12-21T05:07:08.146Z[ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232024-12-21T05:07:08.170Z[ recovery-image] Dec 21 05:07:06.979 INFO O| Dec 21 05:07:06.979 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43242024-12-21T05:07:08.171Z[ recovery-image] Dec 21 05:07:06.979 INFO O| Dec 21 05:07:06.979 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43252024-12-21T05:07:08.174Z[ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43262024-12-21T05:07:08.174Z[ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43272024-12-21T05:07:08.174Z[ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43282024-12-21T05:07:08.174Z[ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43292024-12-21T05:07:08.174Z[ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO ok!
43302024-12-21T05:07:08.174Z[ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO STEP 59 (ensure_file) COMPLETE
43312024-12-21T05:07:08.175Z[ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43322024-12-21T05:07:08.244Z[ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43332024-12-21T05:07:08.244Z[ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43342024-12-21T05:07:08.247Z[ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43352024-12-21T05:07:08.247Z[ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO ok!
43362024-12-21T05:07:08.247Z[ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO STEP 60 (ensure_file) COMPLETE
43372024-12-21T05:07:08.247Z[ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43382024-12-21T05:07:08.254Z[ recovery-image] Dec 21 05:07:07.063 INFO O| Dec 21 05:07:07.063 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43392024-12-21T05:07:08.254Z[ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43402024-12-21T05:07:08.257Z[ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43412024-12-21T05:07:08.257Z[ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO ok!
43422024-12-21T05:07:08.257Z[ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO STEP 61 (ensure_file) COMPLETE
43432024-12-21T05:07:08.257Z[ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43442024-12-21T05:07:08.272Z[ recovery-image] Dec 21 05:07:07.080 INFO O| Dec 21 05:07:07.080 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43452024-12-21T05:07:08.272Z[ recovery-image] Dec 21 05:07:07.080 INFO O| Dec 21 05:07:07.080 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43462024-12-21T05:07:08.272Z[ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43472024-12-21T05:07:08.274Z[ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43482024-12-21T05:07:08.274Z[ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO ok!
43492024-12-21T05:07:08.274Z[ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO STEP 62 (ensure_file) COMPLETE
43502024-12-21T05:07:08.274Z[ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43512024-12-21T05:07:08.294Z[ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43522024-12-21T05:07:08.297Z[ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43532024-12-21T05:07:08.297Z[ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43542024-12-21T05:07:08.297Z[ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43552024-12-21T05:07:08.297Z[ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO ok!
43562024-12-21T05:07:08.297Z[ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO STEP 63 (ensure_file) COMPLETE
43572024-12-21T05:07:08.297Z[ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.121 INFO O| Dec 21 05:07:07.121 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43592024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.121 INFO O| Dec 21 05:07:07.121 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43602024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43612024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO ok!
43622024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO STEP 64 (assemble_files) COMPLETE
43632024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.151 INFO O| Dec 21 05:07:07.151 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43652024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.151 INFO O| Dec 21 05:07:07.151 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43662024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43672024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43682024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO ok!
43692024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 65 (ensure_file) COMPLETE
43702024-12-21T05:07:08.371Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43712024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO skip step because feature "omicron1" is not enabled
43722024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO skip step because feature "omicron1" is not enabled
43742024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43752024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO skip step because feature "omicron1" is not enabled
43762024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43772024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.180 INFO O| Dec 21 05:07:07.180 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43782024-12-21T05:07:08.372Z[ recovery-image] Dec 21 05:07:07.180 INFO O| Dec 21 05:07:07.180 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43792024-12-21T05:07:08.374Z[ host-image] Dec 21 05:07:07.184 INFO O| Dec 21 05:07:07.184 INFO STEP 11 (pkg_install) COMPLETE
43802024-12-21T05:07:08.375Z[ host-image] Dec 21 05:07:07.184 INFO O| Dec 21 05:07:07.184 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43812024-12-21T05:07:08.390Z[ host-image] Dec 21 05:07:07.201 INFO O| Dec 21 05:07:07.201 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"]
43822024-12-21T05:07:09.404Z[ host-image] Dec 21 05:07:08.223 INFO O| Dec 21 05:07:08.223 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43832024-12-21T05:07:10.930Z[ recovery-image] Dec 21 05:07:09.763 INFO O| Dec 21 05:07:09.763 INFO STEP 69 (pack_tar) COMPLETE
43842024-12-21T05:07:10.930Z[ recovery-image] Dec 21 05:07:09.763 INFO O| Dec 21 05:07:09.763 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43852024-12-21T05:07:10.930Z[ recovery-image] Dec 21 05:07:09.763 INFO O| Dec 21 05:07:09.763 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43862024-12-21T05:07:11.354Z[ recovery-image] Dec 21 05:07:10.192 INFO O| Dec 21 05:07:10.192 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43872024-12-21T05:07:11.472Z[ recovery-image] Dec 21 05:07:10.311 INFO O| Dec 21 05:07:10.311 INFO completed processing gimlet/ramdisk-02-trim
43882024-12-21T05:07:11.476Z[ recovery-image] Dec 21 05:07:10.315 INFO image builder template: ramdisk-03-recovery-trim...
43892024-12-21T05:07:11.478Z[ recovery-image] Dec 21 05:07:10.315 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/.tmpreaqKo/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
43902024-12-21T05:07:11.657Z[ recovery-image] Dec 21 05:07:10.498 INFO O| Dec 21 05:07:10.497 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43912024-12-21T05:07:11.666Z[ recovery-image] Dec 21 05:07:10.506 INFO O| Dec 21 05:07:10.506 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43922024-12-21T05:07:11.767Z[ recovery-image] Dec 21 05:07:10.608 INFO O| Dec 21 05:07:10.608 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43932024-12-21T05:07:11.859Z[ recovery-image] Dec 21 05:07:10.702 INFO O| Dec 21 05:07:10.702 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43942024-12-21T05:07:11.862Z[ recovery-image] Dec 21 05:07:10.702 INFO O| Dec 21 05:07:10.702 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43952024-12-21T05:07:11.875Z[ recovery-image] Dec 21 05:07:10.718 INFO O| Dec 21 05:07:10.718 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43962024-12-21T05:07:11.884Z[ recovery-image] Dec 21 05:07:10.727 INFO O| Dec 21 05:07:10.727 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43972024-12-21T05:07:11.895Z[ recovery-image] Dec 21 05:07:10.737 INFO O| Dec 21 05:07:10.737 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43982024-12-21T05:07:12.274Z[ recovery-image] Dec 21 05:07:11.120 INFO O| Dec 21 05:07:11.119 INFO rolled back to input snapshot; work may begin
43992024-12-21T05:07:12.277Z[ recovery-image] Dec 21 05:07:11.120 INFO O| Dec 21 05:07:11.120 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44002024-12-21T05:07:12.286Z[ recovery-image] Dec 21 05:07:11.132 INFO O| Dec 21 05:07:11.132 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-21T05:07:12.305Z[ recovery-image] Dec 21 05:07:11.152 INFO O| Dec 21 05:07:11.152 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44022024-12-21T05:07:12.318Z[ recovery-image] Dec 21 05:07:11.165 INFO O| Dec 21 05:07:11.165 INFO STEP 0 (remove_files) COMPLETE
44032024-12-21T05:07:12.318Z[ recovery-image] Dec 21 05:07:11.165 INFO O| Dec 21 05:07:11.165 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-21T05:07:12.362Z[ recovery-image] Dec 21 05:07:11.209 INFO O| Dec 21 05:07:11.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44052024-12-21T05:07:12.687Z[ recovery-image] Dec 21 05:07:11.536 INFO O| Dec 21 05:07:11.536 INFO STEP 1 (remove_files) COMPLETE
44062024-12-21T05:07:12.687Z[ recovery-image] Dec 21 05:07:11.536 INFO O| Dec 21 05:07:11.536 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-21T05:07:12.706Z[ recovery-image] Dec 21 05:07:11.557 INFO O| Dec 21 05:07:11.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44082024-12-21T05:07:12.750Z[ recovery-image] Dec 21 05:07:11.601 INFO O| Dec 21 05:07:11.600 INFO STEP 2 (remove_files) COMPLETE
44092024-12-21T05:07:12.750Z[ recovery-image] Dec 21 05:07:11.601 INFO O| Dec 21 05:07:11.601 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-21T05:07:12.771Z[ recovery-image] Dec 21 05:07:11.622 INFO O| Dec 21 05:07:11.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44112024-12-21T05:07:12.974Z[ recovery-image] Dec 21 05:07:11.826 INFO O| Dec 21 05:07:11.826 INFO STEP 3 (remove_files) COMPLETE
44122024-12-21T05:07:12.974Z[ recovery-image] Dec 21 05:07:11.826 INFO O| Dec 21 05:07:11.826 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-21T05:07:13.033Z[ recovery-image] Dec 21 05:07:11.886 INFO O| Dec 21 05:07:11.886 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44142024-12-21T05:07:13.283Z[ recovery-image] Dec 21 05:07:12.139 INFO O| Dec 21 05:07:12.139 INFO STEP 4 (remove_files) COMPLETE
44152024-12-21T05:07:13.283Z[ recovery-image] Dec 21 05:07:12.139 INFO O| Dec 21 05:07:12.139 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-21T05:07:13.316Z[ recovery-image] Dec 21 05:07:12.171 INFO O| Dec 21 05:07:12.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
44172024-12-21T05:07:13.323Z[ recovery-image] Dec 21 05:07:12.177 INFO O| Dec 21 05:07:12.177 INFO STEP 5 (remove_files) COMPLETE
44182024-12-21T05:07:13.323Z[ recovery-image] Dec 21 05:07:12.178 INFO O| Dec 21 05:07:12.177 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-21T05:07:13.357Z[ recovery-image] Dec 21 05:07:12.213 INFO O| Dec 21 05:07:12.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44202024-12-21T05:07:13.359Z[ recovery-image] Dec 21 05:07:12.215 INFO O| Dec 21 05:07:12.214 INFO STEP 6 (remove_files) COMPLETE
44212024-12-21T05:07:13.359Z[ recovery-image] Dec 21 05:07:12.215 INFO O| Dec 21 05:07:12.214 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-21T05:07:13.401Z[ recovery-image] Dec 21 05:07:12.257 INFO O| Dec 21 05:07:12.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44232024-12-21T05:07:13.427Z[ recovery-image] Dec 21 05:07:12.283 INFO O| Dec 21 05:07:12.282 INFO STEP 7 (remove_files) COMPLETE
44242024-12-21T05:07:13.427Z[ recovery-image] Dec 21 05:07:12.283 INFO O| Dec 21 05:07:12.283 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-21T05:07:13.482Z[ recovery-image] Dec 21 05:07:12.340 INFO O| Dec 21 05:07:12.340 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44262024-12-21T05:07:13.557Z[ recovery-image] Dec 21 05:07:12.414 INFO O| Dec 21 05:07:12.414 INFO STEP 8 (remove_files) COMPLETE
44272024-12-21T05:07:13.557Z[ recovery-image] Dec 21 05:07:12.414 INFO O| Dec 21 05:07:12.414 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-21T05:07:13.591Z[ recovery-image] Dec 21 05:07:12.449 INFO O| Dec 21 05:07:12.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44292024-12-21T05:07:13.615Z[ recovery-image] Dec 21 05:07:12.473 INFO O| Dec 21 05:07:12.473 INFO STEP 9 (remove_files) COMPLETE
44302024-12-21T05:07:13.615Z[ recovery-image] Dec 21 05:07:12.473 INFO O| Dec 21 05:07:12.473 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-21T05:07:13.647Z[ recovery-image] Dec 21 05:07:12.506 INFO O| Dec 21 05:07:12.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44322024-12-21T05:07:13.662Z[ recovery-image] Dec 21 05:07:12.520 INFO O| Dec 21 05:07:12.520 INFO STEP 10 (remove_files) COMPLETE
44332024-12-21T05:07:13.662Z[ recovery-image] Dec 21 05:07:12.521 INFO O| Dec 21 05:07:12.520 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-21T05:07:13.684Z[ recovery-image] Dec 21 05:07:12.543 INFO O| Dec 21 05:07:12.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44352024-12-21T05:07:14.317Z[ recovery-image] Dec 21 05:07:13.182 INFO O| Dec 21 05:07:13.182 INFO STEP 11 (remove_files) COMPLETE
44362024-12-21T05:07:14.318Z[ recovery-image] Dec 21 05:07:13.182 INFO O| Dec 21 05:07:13.182 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-21T05:07:14.339Z[ recovery-image] Dec 21 05:07:13.204 INFO O| Dec 21 05:07:13.204 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44382024-12-21T05:07:14.357Z[ recovery-image] Dec 21 05:07:13.221 INFO O| Dec 21 05:07:13.221 INFO STEP 12 (remove_files) COMPLETE
44392024-12-21T05:07:14.357Z[ recovery-image] Dec 21 05:07:13.222 INFO O| Dec 21 05:07:13.221 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-21T05:07:14.375Z[ host-image] Dec 21 05:07:13.241 INFO O| Dec 21 05:07:13.241 INFO O| Planning: Solver setup ... Done
44412024-12-21T05:07:14.379Z[ recovery-image] Dec 21 05:07:13.245 INFO O| Dec 21 05:07:13.245 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44422024-12-21T05:07:14.382Z[ host-image] Dec 21 05:07:13.248 INFO O| Dec 21 05:07:13.248 INFO O| Planning: Running solver ... Done
44432024-12-21T05:07:14.393Z[ recovery-image] Dec 21 05:07:13.259 INFO O| Dec 21 05:07:13.259 INFO STEP 13 (remove_files) COMPLETE
44442024-12-21T05:07:14.396Z[ recovery-image] Dec 21 05:07:13.259 INFO O| Dec 21 05:07:13.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-21T05:07:14.418Z[ recovery-image] Dec 21 05:07:13.284 INFO O| Dec 21 05:07:13.284 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44462024-12-21T05:07:14.421Z[ recovery-image] Dec 21 05:07:13.286 INFO O| Dec 21 05:07:13.286 INFO STEP 14 (remove_files) COMPLETE
44472024-12-21T05:07:14.422Z[ recovery-image] Dec 21 05:07:13.286 INFO O| Dec 21 05:07:13.286 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-21T05:07:14.437Z[ recovery-image] Dec 21 05:07:13.303 INFO O| Dec 21 05:07:13.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44492024-12-21T05:07:14.440Z[ recovery-image] Dec 21 05:07:13.304 INFO O| Dec 21 05:07:13.304 INFO STEP 15 (remove_files) COMPLETE
44502024-12-21T05:07:14.440Z[ recovery-image] Dec 21 05:07:13.304 INFO O| Dec 21 05:07:13.304 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-21T05:07:14.459Z[ recovery-image] Dec 21 05:07:13.325 INFO O| Dec 21 05:07:13.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44522024-12-21T05:07:14.476Z[ host-image] Dec 21 05:07:13.343 INFO O| Dec 21 05:07:13.342 INFO O| Planning: Finding local manifests ... Done
44532024-12-21T05:07:14.479Z[ host-image] Dec 21 05:07:13.345 INFO O| Dec 21 05:07:13.345 INFO O| Planning: Fetching manifests: 0/5 0% complete
44542024-12-21T05:07:14.522Z[ recovery-image] Dec 21 05:07:13.388 INFO O| Dec 21 05:07:13.388 INFO STEP 16 (remove_files) COMPLETE
44552024-12-21T05:07:14.522Z[ recovery-image] Dec 21 05:07:13.388 INFO O| Dec 21 05:07:13.388 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-21T05:07:14.543Z[ recovery-image] Dec 21 05:07:13.410 INFO O| Dec 21 05:07:13.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44572024-12-21T05:07:14.547Z[ recovery-image] Dec 21 05:07:13.411 INFO O| Dec 21 05:07:13.411 INFO STEP 17 (remove_files) COMPLETE
44582024-12-21T05:07:14.547Z[ recovery-image] Dec 21 05:07:13.411 INFO O| Dec 21 05:07:13.411 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-21T05:07:14.564Z[ recovery-image] Dec 21 05:07:13.431 INFO O| Dec 21 05:07:13.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44602024-12-21T05:07:14.571Z[ recovery-image] Dec 21 05:07:13.439 INFO O| Dec 21 05:07:13.439 INFO STEP 18 (remove_files) COMPLETE
44612024-12-21T05:07:14.574Z[ recovery-image] Dec 21 05:07:13.439 INFO O| Dec 21 05:07:13.439 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-21T05:07:14.594Z[ recovery-image] Dec 21 05:07:13.461 INFO O| Dec 21 05:07:13.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44632024-12-21T05:07:14.729Z[ host-image] Dec 21 05:07:13.598 INFO O| Dec 21 05:07:13.598 INFO O| Planning: Fetching manifests: 5/5 100% complete
44642024-12-21T05:07:14.791Z[ recovery-image] Dec 21 05:07:13.660 INFO O| Dec 21 05:07:13.660 INFO STEP 19 (remove_files) COMPLETE
44652024-12-21T05:07:14.791Z[ recovery-image] Dec 21 05:07:13.660 INFO O| Dec 21 05:07:13.660 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-21T05:07:14.796Z[ host-image] Dec 21 05:07:13.665 INFO O| Dec 21 05:07:13.665 INFO O| Planning: Package planning ... Done
44672024-12-21T05:07:14.803Z[ host-image] Dec 21 05:07:13.672 INFO O| Dec 21 05:07:13.672 INFO O| Planning: Merging actions ... Done
44682024-12-21T05:07:14.837Z[ recovery-image] Dec 21 05:07:13.707 INFO O| Dec 21 05:07:13.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44692024-12-21T05:07:14.874Z[ recovery-image] Dec 21 05:07:13.743 INFO O| Dec 21 05:07:13.743 INFO STEP 20 (remove_files) COMPLETE
44702024-12-21T05:07:14.874Z[ recovery-image] Dec 21 05:07:13.743 INFO O| Dec 21 05:07:13.743 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-21T05:07:14.897Z[ recovery-image] Dec 21 05:07:13.767 INFO O| Dec 21 05:07:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44722024-12-21T05:07:14.897Z[ recovery-image] Dec 21 05:07:13.767 INFO O| Dec 21 05:07:13.767 INFO STEP 21 (remove_files) COMPLETE
44732024-12-21T05:07:14.897Z[ recovery-image] Dec 21 05:07:13.767 INFO O| Dec 21 05:07:13.767 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-21T05:07:14.918Z[ recovery-image] Dec 21 05:07:13.788 INFO O| Dec 21 05:07:13.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44752024-12-21T05:07:14.922Z[ recovery-image] Dec 21 05:07:13.789 INFO O| Dec 21 05:07:13.789 INFO STEP 22 (remove_files) COMPLETE
44762024-12-21T05:07:14.922Z[ recovery-image] Dec 21 05:07:13.789 INFO O| Dec 21 05:07:13.789 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-21T05:07:14.965Z[ recovery-image] Dec 21 05:07:13.836 INFO O| Dec 21 05:07:13.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44782024-12-21T05:07:14.965Z[ recovery-image] Dec 21 05:07:13.836 INFO O| Dec 21 05:07:13.836 INFO STEP 23 (remove_files) COMPLETE
44792024-12-21T05:07:14.968Z[ recovery-image] Dec 21 05:07:13.836 INFO O| Dec 21 05:07:13.836 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-21T05:07:14.971Z[ host-image] Dec 21 05:07:13.840 INFO O| Dec 21 05:07:13.840 INFO O| Planning: Checking for conflicting actions ... Done
44812024-12-21T05:07:14.971Z[ host-image] Dec 21 05:07:13.842 INFO O| Dec 21 05:07:13.842 INFO O| Planning: Consolidating action changes ... Done
44822024-12-21T05:07:15.009Z[ recovery-image] Dec 21 05:07:13.880 INFO O| Dec 21 05:07:13.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44832024-12-21T05:07:15.009Z[ recovery-image] Dec 21 05:07:13.880 INFO O| Dec 21 05:07:13.880 INFO STEP 24 (remove_files) COMPLETE
44842024-12-21T05:07:15.009Z[ recovery-image] Dec 21 05:07:13.880 INFO O| Dec 21 05:07:13.880 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-12-21T05:07:15.033Z[ recovery-image] Dec 21 05:07:13.905 INFO O| Dec 21 05:07:13.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44862024-12-21T05:07:15.034Z[ recovery-image] Dec 21 05:07:13.905 INFO O| Dec 21 05:07:13.905 INFO STEP 25 (remove_files) COMPLETE
44872024-12-21T05:07:15.034Z[ recovery-image] Dec 21 05:07:13.905 INFO O| Dec 21 05:07:13.905 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-21T05:07:15.059Z[ recovery-image] Dec 21 05:07:13.931 INFO O| Dec 21 05:07:13.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44892024-12-21T05:07:15.062Z[ recovery-image] Dec 21 05:07:13.931 INFO O| Dec 21 05:07:13.931 INFO STEP 26 (remove_files) COMPLETE
44902024-12-21T05:07:15.063Z[ recovery-image] Dec 21 05:07:13.931 INFO O| Dec 21 05:07:13.931 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-12-21T05:07:15.084Z[ recovery-image] Dec 21 05:07:13.955 INFO O| Dec 21 05:07:13.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44922024-12-21T05:07:15.084Z[ recovery-image] Dec 21 05:07:13.956 INFO O| Dec 21 05:07:13.956 INFO STEP 27 (remove_files) COMPLETE
44932024-12-21T05:07:15.087Z[ recovery-image] Dec 21 05:07:13.956 INFO O| Dec 21 05:07:13.956 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-12-21T05:07:15.109Z[ recovery-image] Dec 21 05:07:13.981 INFO O| Dec 21 05:07:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44952024-12-21T05:07:15.109Z[ recovery-image] Dec 21 05:07:13.981 INFO O| Dec 21 05:07:13.981 INFO STEP 28 (remove_files) COMPLETE
44962024-12-21T05:07:15.109Z[ recovery-image] Dec 21 05:07:13.981 INFO O| Dec 21 05:07:13.981 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-12-21T05:07:15.132Z[ recovery-image] Dec 21 05:07:14.004 INFO O| Dec 21 05:07:14.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44982024-12-21T05:07:15.132Z[ recovery-image] Dec 21 05:07:14.004 INFO O| Dec 21 05:07:14.004 INFO STEP 29 (remove_files) COMPLETE
44992024-12-21T05:07:15.132Z[ recovery-image] Dec 21 05:07:14.004 INFO O| Dec 21 05:07:14.004 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-21T05:07:15.153Z[ recovery-image] Dec 21 05:07:14.026 INFO O| Dec 21 05:07:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45012024-12-21T05:07:15.153Z[ recovery-image] Dec 21 05:07:14.026 INFO O| Dec 21 05:07:14.026 INFO STEP 30 (remove_files) COMPLETE
45022024-12-21T05:07:15.156Z[ recovery-image] Dec 21 05:07:14.026 INFO O| Dec 21 05:07:14.026 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-21T05:07:15.176Z[ recovery-image] Dec 21 05:07:14.047 INFO O| Dec 21 05:07:14.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45042024-12-21T05:07:15.176Z[ recovery-image] Dec 21 05:07:14.048 INFO O| Dec 21 05:07:14.047 INFO STEP 31 (remove_files) COMPLETE
45052024-12-21T05:07:15.179Z[ recovery-image] Dec 21 05:07:14.048 INFO O| Dec 21 05:07:14.048 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-21T05:07:15.206Z[ recovery-image] Dec 21 05:07:14.078 INFO O| Dec 21 05:07:14.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45072024-12-21T05:07:15.210Z[ recovery-image] Dec 21 05:07:14.084 INFO O| Dec 21 05:07:14.083 INFO STEP 32 (remove_files) COMPLETE
45082024-12-21T05:07:15.211Z[ recovery-image] Dec 21 05:07:14.084 INFO O| Dec 21 05:07:14.084 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-21T05:07:15.237Z[ recovery-image] Dec 21 05:07:14.110 INFO O| Dec 21 05:07:14.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45102024-12-21T05:07:15.241Z[ recovery-image] Dec 21 05:07:14.115 INFO O| Dec 21 05:07:14.115 INFO STEP 33 (remove_files) COMPLETE
45112024-12-21T05:07:15.241Z[ recovery-image] Dec 21 05:07:14.115 INFO O| Dec 21 05:07:14.115 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-21T05:07:15.261Z[ recovery-image] Dec 21 05:07:14.134 INFO O| Dec 21 05:07:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45132024-12-21T05:07:15.261Z[ recovery-image] Dec 21 05:07:14.134 INFO O| Dec 21 05:07:14.134 INFO STEP 34 (remove_files) COMPLETE
45142024-12-21T05:07:15.261Z[ recovery-image] Dec 21 05:07:14.134 INFO O| Dec 21 05:07:14.134 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-21T05:07:15.292Z[ recovery-image] Dec 21 05:07:14.165 INFO O| Dec 21 05:07:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45162024-12-21T05:07:15.292Z[ recovery-image] Dec 21 05:07:14.165 INFO O| Dec 21 05:07:14.165 INFO STEP 35 (remove_files) COMPLETE
45172024-12-21T05:07:15.295Z[ recovery-image] Dec 21 05:07:14.165 INFO O| Dec 21 05:07:14.165 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-12-21T05:07:15.327Z[ recovery-image] Dec 21 05:07:14.201 INFO O| Dec 21 05:07:14.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45192024-12-21T05:07:15.339Z[ recovery-image] Dec 21 05:07:14.213 INFO O| Dec 21 05:07:14.213 INFO STEP 36 (remove_files) COMPLETE
45202024-12-21T05:07:15.339Z[ recovery-image] Dec 21 05:07:14.214 INFO O| Dec 21 05:07:14.213 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-12-21T05:07:15.350Z[ host-image] Dec 21 05:07:14.224 INFO O| Dec 21 05:07:14.224 INFO O| Planning: Evaluating mediators ... Done
45222024-12-21T05:07:15.354Z[ host-image] Dec 21 05:07:14.226 INFO O| Dec 21 05:07:14.226 INFO O| Planning: Planning completed in 6.00 seconds
45232024-12-21T05:07:15.356Z[ host-image] Dec 21 05:07:14.229 INFO O| Dec 21 05:07:14.229 INFO O| Packages to install: 5
45242024-12-21T05:07:15.357Z[ host-image] Dec 21 05:07:14.229 INFO O| Dec 21 05:07:14.229 INFO O| Services to change: 2
45252024-12-21T05:07:15.361Z[ recovery-image] Dec 21 05:07:14.236 INFO O| Dec 21 05:07:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
45262024-12-21T05:07:15.367Z[ recovery-image] Dec 21 05:07:14.242 INFO O| Dec 21 05:07:14.242 INFO STEP 37 (remove_files) COMPLETE
45272024-12-21T05:07:15.370Z[ recovery-image] Dec 21 05:07:14.242 INFO O| Dec 21 05:07:14.242 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-21T05:07:15.375Z[ host-image] Dec 21 05:07:14.250 INFO O| Dec 21 05:07:14.250 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
45292024-12-21T05:07:15.388Z[ recovery-image] Dec 21 05:07:14.263 INFO O| Dec 21 05:07:14.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45302024-12-21T05:07:15.390Z[ recovery-image] Dec 21 05:07:14.263 INFO O| Dec 21 05:07:14.263 INFO STEP 38 (remove_files) COMPLETE
45312024-12-21T05:07:15.390Z[ recovery-image] Dec 21 05:07:14.263 INFO O| Dec 21 05:07:14.263 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-21T05:07:15.433Z[ recovery-image] Dec 21 05:07:14.308 INFO O| Dec 21 05:07:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45332024-12-21T05:07:15.433Z[ recovery-image] Dec 21 05:07:14.308 INFO O| Dec 21 05:07:14.308 INFO STEP 39 (remove_files) COMPLETE
45342024-12-21T05:07:15.433Z[ recovery-image] Dec 21 05:07:14.308 INFO O| Dec 21 05:07:14.308 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-21T05:07:15.457Z[ recovery-image] Dec 21 05:07:14.332 INFO O| Dec 21 05:07:14.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45362024-12-21T05:07:15.457Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.332 INFO STEP 40 (remove_files) COMPLETE
45372024-12-21T05:07:15.460Z[ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.333 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-21T05:07:15.477Z[ recovery-image] Dec 21 05:07:14.353 INFO O| Dec 21 05:07:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45392024-12-21T05:07:15.477Z[ recovery-image] Dec 21 05:07:14.353 INFO O| Dec 21 05:07:14.353 INFO STEP 41 (remove_files) COMPLETE
45402024-12-21T05:07:15.482Z[ recovery-image] Dec 21 05:07:14.353 INFO O| Dec 21 05:07:14.353 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-21T05:07:15.530Z[ recovery-image] Dec 21 05:07:14.405 INFO O| Dec 21 05:07:14.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45422024-12-21T05:07:15.531Z[ recovery-image] Dec 21 05:07:14.406 INFO O| Dec 21 05:07:14.406 INFO STEP 42 (remove_files) COMPLETE
45432024-12-21T05:07:15.531Z[ recovery-image] Dec 21 05:07:14.406 INFO O| Dec 21 05:07:14.406 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-21T05:07:15.551Z[ recovery-image] Dec 21 05:07:14.427 INFO O| Dec 21 05:07:14.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45452024-12-21T05:07:15.551Z[ recovery-image] Dec 21 05:07:14.427 INFO O| Dec 21 05:07:14.427 INFO STEP 43 (remove_files) COMPLETE
45462024-12-21T05:07:15.551Z[ recovery-image] Dec 21 05:07:14.427 INFO O| Dec 21 05:07:14.427 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-21T05:07:15.579Z[ recovery-image] Dec 21 05:07:14.456 INFO O| Dec 21 05:07:14.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45482024-12-21T05:07:15.585Z[ recovery-image] Dec 21 05:07:14.461 INFO O| Dec 21 05:07:14.461 INFO STEP 44 (remove_files) COMPLETE
45492024-12-21T05:07:15.585Z[ recovery-image] Dec 21 05:07:14.461 INFO O| Dec 21 05:07:14.461 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-21T05:07:15.617Z[ recovery-image] Dec 21 05:07:14.492 INFO O| Dec 21 05:07:14.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45512024-12-21T05:07:15.619Z[ recovery-image] Dec 21 05:07:14.492 INFO O| Dec 21 05:07:14.492 INFO STEP 45 (remove_files) COMPLETE
45522024-12-21T05:07:15.619Z[ recovery-image] Dec 21 05:07:14.492 INFO O| Dec 21 05:07:14.492 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-21T05:07:15.638Z[ recovery-image] Dec 21 05:07:14.515 INFO O| Dec 21 05:07:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45542024-12-21T05:07:15.640Z[ recovery-image] Dec 21 05:07:14.515 INFO O| Dec 21 05:07:14.515 INFO STEP 46 (remove_files) COMPLETE
45552024-12-21T05:07:15.640Z[ recovery-image] Dec 21 05:07:14.515 INFO O| Dec 21 05:07:14.515 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-21T05:07:15.657Z[ recovery-image] Dec 21 05:07:14.534 INFO O| Dec 21 05:07:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45572024-12-21T05:07:15.660Z[ recovery-image] Dec 21 05:07:14.534 INFO O| Dec 21 05:07:14.534 INFO STEP 47 (remove_files) COMPLETE
45582024-12-21T05:07:15.660Z[ recovery-image] Dec 21 05:07:14.534 INFO O| Dec 21 05:07:14.534 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-21T05:07:15.676Z[ recovery-image] Dec 21 05:07:14.553 INFO O| Dec 21 05:07:14.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45602024-12-21T05:07:15.676Z[ recovery-image] Dec 21 05:07:14.553 INFO O| Dec 21 05:07:14.553 INFO STEP 48 (remove_files) COMPLETE
45612024-12-21T05:07:15.679Z[ recovery-image] Dec 21 05:07:14.553 INFO O| Dec 21 05:07:14.553 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-21T05:07:15.702Z[ recovery-image] Dec 21 05:07:14.578 INFO O| Dec 21 05:07:14.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45632024-12-21T05:07:15.705Z[ recovery-image] Dec 21 05:07:14.578 INFO O| Dec 21 05:07:14.578 INFO STEP 49 (remove_files) COMPLETE
45642024-12-21T05:07:15.705Z[ recovery-image] Dec 21 05:07:14.578 INFO O| Dec 21 05:07:14.578 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-21T05:07:15.725Z[ recovery-image] Dec 21 05:07:14.603 INFO O| Dec 21 05:07:14.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45662024-12-21T05:07:15.725Z[ recovery-image] Dec 21 05:07:14.603 INFO O| Dec 21 05:07:14.603 INFO STEP 50 (remove_files) COMPLETE
45672024-12-21T05:07:15.725Z[ recovery-image] Dec 21 05:07:14.603 INFO O| Dec 21 05:07:14.603 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-21T05:07:15.746Z[ recovery-image] Dec 21 05:07:14.624 INFO O| Dec 21 05:07:14.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45692024-12-21T05:07:15.746Z[ recovery-image] Dec 21 05:07:14.624 INFO O| Dec 21 05:07:14.624 INFO STEP 51 (remove_files) COMPLETE
45702024-12-21T05:07:15.749Z[ recovery-image] Dec 21 05:07:14.624 INFO O| Dec 21 05:07:14.624 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-21T05:07:15.764Z[ recovery-image] Dec 21 05:07:14.643 INFO O| Dec 21 05:07:14.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45722024-12-21T05:07:15.764Z[ recovery-image] Dec 21 05:07:14.643 INFO O| Dec 21 05:07:14.643 INFO STEP 52 (remove_files) COMPLETE
45732024-12-21T05:07:15.767Z[ recovery-image] Dec 21 05:07:14.643 INFO O| Dec 21 05:07:14.643 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-21T05:07:15.784Z[ recovery-image] Dec 21 05:07:14.663 INFO O| Dec 21 05:07:14.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45752024-12-21T05:07:15.809Z[ recovery-image] Dec 21 05:07:14.687 INFO O| Dec 21 05:07:14.687 INFO STEP 53 (remove_files) COMPLETE
45762024-12-21T05:07:15.809Z[ recovery-image] Dec 21 05:07:14.687 INFO O| Dec 21 05:07:14.687 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-21T05:07:15.830Z[ recovery-image] Dec 21 05:07:14.709 INFO O| Dec 21 05:07:14.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45782024-12-21T05:07:15.838Z[ recovery-image] Dec 21 05:07:14.717 INFO O| Dec 21 05:07:14.717 INFO STEP 54 (remove_files) COMPLETE
45792024-12-21T05:07:15.841Z[ recovery-image] Dec 21 05:07:14.717 INFO O| Dec 21 05:07:14.717 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-21T05:07:15.865Z[ recovery-image] Dec 21 05:07:14.743 INFO O| Dec 21 05:07:14.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45812024-12-21T05:07:15.869Z[ recovery-image] Dec 21 05:07:14.744 INFO O| Dec 21 05:07:14.743 INFO STEP 55 (remove_files) COMPLETE
45822024-12-21T05:07:15.869Z[ recovery-image] Dec 21 05:07:14.744 INFO O| Dec 21 05:07:14.744 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-21T05:07:15.886Z[ recovery-image] Dec 21 05:07:14.765 INFO O| Dec 21 05:07:14.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45842024-12-21T05:07:15.886Z[ recovery-image] Dec 21 05:07:14.765 INFO O| Dec 21 05:07:14.765 INFO STEP 56 (remove_files) COMPLETE
45852024-12-21T05:07:15.889Z[ recovery-image] Dec 21 05:07:14.765 INFO O| Dec 21 05:07:14.765 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-21T05:07:15.907Z[ recovery-image] Dec 21 05:07:14.786 INFO O| Dec 21 05:07:14.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45872024-12-21T05:07:15.910Z[ recovery-image] Dec 21 05:07:14.786 INFO O| Dec 21 05:07:14.786 INFO STEP 57 (remove_files) COMPLETE
45882024-12-21T05:07:15.910Z[ recovery-image] Dec 21 05:07:14.786 INFO O| Dec 21 05:07:14.786 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-21T05:07:15.935Z[ recovery-image] Dec 21 05:07:14.815 INFO O| Dec 21 05:07:14.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45902024-12-21T05:07:15.938Z[ recovery-image] Dec 21 05:07:14.815 INFO O| Dec 21 05:07:14.815 INFO STEP 58 (remove_files) COMPLETE
45912024-12-21T05:07:15.938Z[ recovery-image] Dec 21 05:07:14.815 INFO O| Dec 21 05:07:14.815 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-21T05:07:15.959Z[ recovery-image] Dec 21 05:07:14.838 INFO O| Dec 21 05:07:14.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45932024-12-21T05:07:15.959Z[ recovery-image] Dec 21 05:07:14.839 INFO O| Dec 21 05:07:14.838 INFO STEP 59 (remove_files) COMPLETE
45942024-12-21T05:07:15.959Z[ recovery-image] Dec 21 05:07:14.839 INFO O| Dec 21 05:07:14.839 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-21T05:07:15.982Z[ recovery-image] Dec 21 05:07:14.860 INFO O| Dec 21 05:07:14.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45962024-12-21T05:07:15.982Z[ recovery-image] Dec 21 05:07:14.860 INFO O| Dec 21 05:07:14.860 INFO STEP 60 (remove_files) COMPLETE
45972024-12-21T05:07:15.982Z[ recovery-image] Dec 21 05:07:14.860 INFO O| Dec 21 05:07:14.860 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-21T05:07:16.004Z[ recovery-image] Dec 21 05:07:14.884 INFO O| Dec 21 05:07:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45992024-12-21T05:07:16.007Z[ recovery-image] Dec 21 05:07:14.885 INFO O| Dec 21 05:07:14.885 INFO STEP 61 (remove_files) COMPLETE
46002024-12-21T05:07:16.007Z[ recovery-image] Dec 21 05:07:14.885 INFO O| Dec 21 05:07:14.885 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-21T05:07:16.026Z[ recovery-image] Dec 21 05:07:14.907 INFO O| Dec 21 05:07:14.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46022024-12-21T05:07:16.026Z[ recovery-image] Dec 21 05:07:14.907 INFO O| Dec 21 05:07:14.907 INFO STEP 62 (remove_files) COMPLETE
46032024-12-21T05:07:16.026Z[ recovery-image] Dec 21 05:07:14.907 INFO O| Dec 21 05:07:14.907 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-21T05:07:16.048Z[ recovery-image] Dec 21 05:07:14.928 INFO O| Dec 21 05:07:14.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46052024-12-21T05:07:16.051Z[ recovery-image] Dec 21 05:07:14.930 INFO O| Dec 21 05:07:14.930 INFO STEP 63 (remove_files) COMPLETE
46062024-12-21T05:07:16.051Z[ recovery-image] Dec 21 05:07:14.930 INFO O| Dec 21 05:07:14.930 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-21T05:07:16.068Z[ recovery-image] Dec 21 05:07:14.949 INFO O| Dec 21 05:07:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46082024-12-21T05:07:16.068Z[ recovery-image] Dec 21 05:07:14.949 INFO O| Dec 21 05:07:14.949 INFO STEP 64 (remove_files) COMPLETE
46092024-12-21T05:07:16.070Z[ recovery-image] Dec 21 05:07:14.949 INFO O| Dec 21 05:07:14.949 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-21T05:07:16.086Z[ recovery-image] Dec 21 05:07:14.967 INFO O| Dec 21 05:07:14.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46112024-12-21T05:07:16.089Z[ recovery-image] Dec 21 05:07:14.971 INFO O| Dec 21 05:07:14.971 INFO STEP 65 (remove_files) COMPLETE
46122024-12-21T05:07:16.089Z[ recovery-image] Dec 21 05:07:14.971 INFO O| Dec 21 05:07:14.971 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-21T05:07:16.114Z[ recovery-image] Dec 21 05:07:14.995 INFO O| Dec 21 05:07:14.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46142024-12-21T05:07:16.114Z[ recovery-image] Dec 21 05:07:14.996 INFO O| Dec 21 05:07:14.995 INFO STEP 66 (remove_files) COMPLETE
46152024-12-21T05:07:16.117Z[ recovery-image] Dec 21 05:07:14.996 INFO O| Dec 21 05:07:14.996 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-21T05:07:16.138Z[ recovery-image] Dec 21 05:07:15.019 INFO O| Dec 21 05:07:15.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46172024-12-21T05:07:16.140Z[ recovery-image] Dec 21 05:07:15.020 INFO O| Dec 21 05:07:15.020 INFO STEP 67 (remove_files) COMPLETE
46182024-12-21T05:07:16.141Z[ recovery-image] Dec 21 05:07:15.020 INFO O| Dec 21 05:07:15.020 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-21T05:07:16.158Z[ recovery-image] Dec 21 05:07:15.040 INFO O| Dec 21 05:07:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46202024-12-21T05:07:16.158Z[ recovery-image] Dec 21 05:07:15.040 INFO O| Dec 21 05:07:15.040 INFO STEP 68 (remove_files) COMPLETE
46212024-12-21T05:07:16.161Z[ recovery-image] Dec 21 05:07:15.040 INFO O| Dec 21 05:07:15.040 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-21T05:07:16.177Z[ recovery-image] Dec 21 05:07:15.059 INFO O| Dec 21 05:07:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46232024-12-21T05:07:16.177Z[ recovery-image] Dec 21 05:07:15.059 INFO O| Dec 21 05:07:15.059 INFO STEP 69 (remove_files) COMPLETE
46242024-12-21T05:07:16.179Z[ recovery-image] Dec 21 05:07:15.059 INFO O| Dec 21 05:07:15.059 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-21T05:07:16.199Z[ recovery-image] Dec 21 05:07:15.081 INFO O| Dec 21 05:07:15.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46262024-12-21T05:07:16.199Z[ recovery-image] Dec 21 05:07:15.081 INFO O| Dec 21 05:07:15.081 INFO STEP 70 (remove_files) COMPLETE
46272024-12-21T05:07:16.203Z[ recovery-image] Dec 21 05:07:15.081 INFO O| Dec 21 05:07:15.081 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-21T05:07:16.218Z[ recovery-image] Dec 21 05:07:15.100 INFO O| Dec 21 05:07:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46292024-12-21T05:07:16.218Z[ recovery-image] Dec 21 05:07:15.100 INFO O| Dec 21 05:07:15.100 INFO STEP 71 (remove_files) COMPLETE
46302024-12-21T05:07:16.221Z[ recovery-image] Dec 21 05:07:15.100 INFO O| Dec 21 05:07:15.100 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-21T05:07:16.238Z[ recovery-image] Dec 21 05:07:15.118 INFO O| Dec 21 05:07:15.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46322024-12-21T05:07:16.238Z[ recovery-image] Dec 21 05:07:15.118 INFO O| Dec 21 05:07:15.118 INFO STEP 72 (remove_files) COMPLETE
46332024-12-21T05:07:16.240Z[ recovery-image] Dec 21 05:07:15.118 INFO O| Dec 21 05:07:15.118 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-21T05:07:16.257Z[ recovery-image] Dec 21 05:07:15.138 INFO O| Dec 21 05:07:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46352024-12-21T05:07:16.257Z[ recovery-image] Dec 21 05:07:15.138 INFO O| Dec 21 05:07:15.138 INFO STEP 73 (remove_files) COMPLETE
46362024-12-21T05:07:16.257Z[ recovery-image] Dec 21 05:07:15.138 INFO O| Dec 21 05:07:15.138 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-21T05:07:16.276Z[ recovery-image] Dec 21 05:07:15.157 INFO O| Dec 21 05:07:15.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46382024-12-21T05:07:16.290Z[ recovery-image] Dec 21 05:07:15.173 INFO O| Dec 21 05:07:15.161 INFO STEP 74 (remove_files) COMPLETE
46392024-12-21T05:07:16.290Z[ recovery-image] Dec 21 05:07:15.173 INFO O| Dec 21 05:07:15.173 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-21T05:07:16.311Z[ recovery-image] Dec 21 05:07:15.193 INFO O| Dec 21 05:07:15.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46412024-12-21T05:07:16.313Z[ recovery-image] Dec 21 05:07:15.194 INFO O| Dec 21 05:07:15.194 INFO STEP 75 (remove_files) COMPLETE
46422024-12-21T05:07:16.313Z[ recovery-image] Dec 21 05:07:15.194 INFO O| Dec 21 05:07:15.194 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-21T05:07:16.333Z[ recovery-image] Dec 21 05:07:15.216 INFO O| Dec 21 05:07:15.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46442024-12-21T05:07:16.333Z[ recovery-image] Dec 21 05:07:15.216 INFO O| Dec 21 05:07:15.216 INFO STEP 76 (remove_files) COMPLETE
46452024-12-21T05:07:16.334Z[ recovery-image] Dec 21 05:07:15.216 INFO O| Dec 21 05:07:15.216 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-21T05:07:16.351Z[ recovery-image] Dec 21 05:07:15.235 INFO O| Dec 21 05:07:15.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46472024-12-21T05:07:16.357Z[ recovery-image] Dec 21 05:07:15.240 INFO O| Dec 21 05:07:15.240 INFO STEP 77 (remove_files) COMPLETE
46482024-12-21T05:07:16.359Z[ recovery-image] Dec 21 05:07:15.240 INFO O| Dec 21 05:07:15.240 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-21T05:07:16.384Z[ recovery-image] Dec 21 05:07:15.268 INFO O| Dec 21 05:07:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46502024-12-21T05:07:16.384Z[ recovery-image] Dec 21 05:07:15.268 INFO O| Dec 21 05:07:15.268 INFO STEP 78 (remove_files) COMPLETE
46512024-12-21T05:07:16.384Z[ recovery-image] Dec 21 05:07:15.268 INFO O| Dec 21 05:07:15.268 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-21T05:07:16.404Z[ recovery-image] Dec 21 05:07:15.287 INFO O| Dec 21 05:07:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46532024-12-21T05:07:16.404Z[ recovery-image] Dec 21 05:07:15.287 INFO O| Dec 21 05:07:15.287 INFO STEP 79 (remove_files) COMPLETE
46542024-12-21T05:07:16.404Z[ recovery-image] Dec 21 05:07:15.287 INFO O| Dec 21 05:07:15.287 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-21T05:07:16.422Z[ recovery-image] Dec 21 05:07:15.306 INFO O| Dec 21 05:07:15.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46562024-12-21T05:07:16.422Z[ recovery-image] Dec 21 05:07:15.306 INFO O| Dec 21 05:07:15.306 INFO STEP 80 (remove_files) COMPLETE
46572024-12-21T05:07:16.422Z[ recovery-image] Dec 21 05:07:15.306 INFO O| Dec 21 05:07:15.306 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-21T05:07:16.445Z[ recovery-image] Dec 21 05:07:15.330 INFO O| Dec 21 05:07:15.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46592024-12-21T05:07:16.446Z[ recovery-image] Dec 21 05:07:15.330 INFO O| Dec 21 05:07:15.330 INFO STEP 81 (remove_files) COMPLETE
46602024-12-21T05:07:16.446Z[ recovery-image] Dec 21 05:07:15.330 INFO O| Dec 21 05:07:15.330 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-21T05:07:16.464Z[ recovery-image] Dec 21 05:07:15.349 INFO O| Dec 21 05:07:15.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46622024-12-21T05:07:16.464Z[ recovery-image] Dec 21 05:07:15.349 INFO O| Dec 21 05:07:15.349 INFO STEP 82 (remove_files) COMPLETE
46632024-12-21T05:07:16.467Z[ recovery-image] Dec 21 05:07:15.349 INFO O| Dec 21 05:07:15.349 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-21T05:07:16.492Z[ recovery-image] Dec 21 05:07:15.373 INFO O| Dec 21 05:07:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46652024-12-21T05:07:16.492Z[ recovery-image] Dec 21 05:07:15.374 INFO O| Dec 21 05:07:15.374 INFO STEP 83 (remove_files) COMPLETE
46662024-12-21T05:07:16.495Z[ recovery-image] Dec 21 05:07:15.374 INFO O| Dec 21 05:07:15.374 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-21T05:07:16.514Z[ recovery-image] Dec 21 05:07:15.399 INFO O| Dec 21 05:07:15.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46682024-12-21T05:07:16.514Z[ recovery-image] Dec 21 05:07:15.399 INFO O| Dec 21 05:07:15.399 INFO STEP 84 (remove_files) COMPLETE
46692024-12-21T05:07:16.515Z[ recovery-image] Dec 21 05:07:15.399 INFO O| Dec 21 05:07:15.399 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-21T05:07:16.541Z[ recovery-image] Dec 21 05:07:15.426 INFO O| Dec 21 05:07:15.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46712024-12-21T05:07:16.541Z[ recovery-image] Dec 21 05:07:15.426 INFO O| Dec 21 05:07:15.426 INFO STEP 85 (remove_files) COMPLETE
46722024-12-21T05:07:16.541Z[ recovery-image] Dec 21 05:07:15.426 INFO O| Dec 21 05:07:15.426 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-21T05:07:16.576Z[ recovery-image] Dec 21 05:07:15.461 INFO O| Dec 21 05:07:15.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46742024-12-21T05:07:16.580Z[ recovery-image] Dec 21 05:07:15.461 INFO O| Dec 21 05:07:15.461 INFO STEP 86 (remove_files) COMPLETE
46752024-12-21T05:07:16.580Z[ recovery-image] Dec 21 05:07:15.461 INFO O| Dec 21 05:07:15.461 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-21T05:07:16.597Z[ recovery-image] Dec 21 05:07:15.481 INFO O| Dec 21 05:07:15.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46772024-12-21T05:07:16.600Z[ recovery-image] Dec 21 05:07:15.481 INFO O| Dec 21 05:07:15.481 INFO STEP 87 (remove_files) COMPLETE
46782024-12-21T05:07:16.600Z[ recovery-image] Dec 21 05:07:15.481 INFO O| Dec 21 05:07:15.481 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-21T05:07:16.617Z[ recovery-image] Dec 21 05:07:15.503 INFO O| Dec 21 05:07:15.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46802024-12-21T05:07:16.617Z[ recovery-image] Dec 21 05:07:15.503 INFO O| Dec 21 05:07:15.503 INFO STEP 88 (remove_files) COMPLETE
46812024-12-21T05:07:16.617Z[ recovery-image] Dec 21 05:07:15.503 INFO O| Dec 21 05:07:15.503 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-21T05:07:16.636Z[ recovery-image] Dec 21 05:07:15.522 INFO O| Dec 21 05:07:15.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46832024-12-21T05:07:16.636Z[ recovery-image] Dec 21 05:07:15.522 INFO O| Dec 21 05:07:15.522 INFO STEP 89 (remove_files) COMPLETE
46842024-12-21T05:07:16.639Z[ recovery-image] Dec 21 05:07:15.522 INFO O| Dec 21 05:07:15.522 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-21T05:07:16.662Z[ recovery-image] Dec 21 05:07:15.548 INFO O| Dec 21 05:07:15.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46862024-12-21T05:07:16.662Z[ recovery-image] Dec 21 05:07:15.548 INFO O| Dec 21 05:07:15.548 INFO STEP 90 (remove_files) COMPLETE
46872024-12-21T05:07:16.662Z[ recovery-image] Dec 21 05:07:15.548 INFO O| Dec 21 05:07:15.548 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-21T05:07:16.711Z[ recovery-image] Dec 21 05:07:15.598 INFO O| Dec 21 05:07:15.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46892024-12-21T05:07:16.714Z[ recovery-image] Dec 21 05:07:15.598 INFO O| Dec 21 05:07:15.598 INFO STEP 91 (remove_files) COMPLETE
46902024-12-21T05:07:16.715Z[ recovery-image] Dec 21 05:07:15.598 INFO O| Dec 21 05:07:15.598 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-21T05:07:16.779Z[ recovery-image] Dec 21 05:07:15.666 INFO O| Dec 21 05:07:15.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46922024-12-21T05:07:16.779Z[ recovery-image] Dec 21 05:07:15.666 INFO O| Dec 21 05:07:15.666 INFO STEP 92 (remove_files) COMPLETE
46932024-12-21T05:07:16.781Z[ recovery-image] Dec 21 05:07:15.666 INFO O| Dec 21 05:07:15.666 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-21T05:07:16.806Z[ recovery-image] Dec 21 05:07:15.687 INFO O| Dec 21 05:07:15.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46952024-12-21T05:07:16.806Z[ recovery-image] Dec 21 05:07:15.687 INFO O| Dec 21 05:07:15.687 INFO STEP 93 (remove_files) COMPLETE
46962024-12-21T05:07:16.806Z[ recovery-image] Dec 21 05:07:15.687 INFO O| Dec 21 05:07:15.687 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-21T05:07:16.819Z[ recovery-image] Dec 21 05:07:15.707 INFO O| Dec 21 05:07:15.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46982024-12-21T05:07:16.819Z[ recovery-image] Dec 21 05:07:15.707 INFO O| Dec 21 05:07:15.707 INFO STEP 94 (remove_files) COMPLETE
46992024-12-21T05:07:16.822Z[ recovery-image] Dec 21 05:07:15.707 INFO O| Dec 21 05:07:15.707 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-21T05:07:16.838Z[ recovery-image] Dec 21 05:07:15.726 INFO O| Dec 21 05:07:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47012024-12-21T05:07:16.838Z[ recovery-image] Dec 21 05:07:15.726 INFO O| Dec 21 05:07:15.726 INFO STEP 95 (remove_files) COMPLETE
47022024-12-21T05:07:16.838Z[ recovery-image] Dec 21 05:07:15.726 INFO O| Dec 21 05:07:15.726 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-21T05:07:16.858Z[ recovery-image] Dec 21 05:07:15.746 INFO O| Dec 21 05:07:15.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47042024-12-21T05:07:16.858Z[ recovery-image] Dec 21 05:07:15.746 INFO O| Dec 21 05:07:15.746 INFO STEP 96 (remove_files) COMPLETE
47052024-12-21T05:07:16.858Z[ recovery-image] Dec 21 05:07:15.746 INFO O| Dec 21 05:07:15.746 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-21T05:07:16.885Z[ host-image] Dec 21 05:07:15.772 INFO O| Dec 21 05:07:15.772 INFO O| Download: Completed 1.45 MB in 1.52 seconds (972k/s)
47072024-12-21T05:07:16.932Z[ recovery-image] Dec 21 05:07:15.821 INFO O| Dec 21 05:07:15.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47082024-12-21T05:07:16.936Z[ recovery-image] Dec 21 05:07:15.821 INFO O| Dec 21 05:07:15.821 INFO STEP 97 (remove_files) COMPLETE
47092024-12-21T05:07:16.936Z[ recovery-image] Dec 21 05:07:15.821 INFO O| Dec 21 05:07:15.821 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-21T05:07:16.990Z[ recovery-image] Dec 21 05:07:15.879 INFO O| Dec 21 05:07:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47112024-12-21T05:07:16.992Z[ recovery-image] Dec 21 05:07:15.879 INFO O| Dec 21 05:07:15.879 INFO STEP 98 (remove_files) COMPLETE
47122024-12-21T05:07:16.992Z[ recovery-image] Dec 21 05:07:15.879 INFO O| Dec 21 05:07:15.879 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-21T05:07:17.005Z[ host-image] Dec 21 05:07:15.895 INFO O| Dec 21 05:07:15.895 INFO O| Actions: 1/305 actions (Installing new actions)
47142024-12-21T05:07:17.026Z[ recovery-image] Dec 21 05:07:15.916 INFO O| Dec 21 05:07:15.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47152024-12-21T05:07:17.029Z[ recovery-image] Dec 21 05:07:15.916 INFO O| Dec 21 05:07:15.916 INFO STEP 99 (remove_files) COMPLETE
47162024-12-21T05:07:17.029Z[ recovery-image] Dec 21 05:07:15.916 INFO O| Dec 21 05:07:15.916 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-12-21T05:07:17.046Z[ recovery-image] Dec 21 05:07:15.936 INFO O| Dec 21 05:07:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47182024-12-21T05:07:17.057Z[ recovery-image] Dec 21 05:07:15.947 INFO O| Dec 21 05:07:15.947 INFO STEP 100 (remove_files) COMPLETE
47192024-12-21T05:07:17.057Z[ recovery-image] Dec 21 05:07:15.947 INFO O| Dec 21 05:07:15.947 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-12-21T05:07:17.078Z[ recovery-image] Dec 21 05:07:15.969 INFO O| Dec 21 05:07:15.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47212024-12-21T05:07:17.078Z[ recovery-image] Dec 21 05:07:15.969 INFO O| Dec 21 05:07:15.969 INFO STEP 101 (remove_files) COMPLETE
47222024-12-21T05:07:17.083Z[ recovery-image] Dec 21 05:07:15.969 INFO O| Dec 21 05:07:15.969 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-12-21T05:07:17.108Z[ recovery-image] Dec 21 05:07:15.999 INFO O| Dec 21 05:07:15.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47242024-12-21T05:07:17.108Z[ recovery-image] Dec 21 05:07:15.999 INFO O| Dec 21 05:07:15.999 INFO STEP 102 (remove_files) COMPLETE
47252024-12-21T05:07:17.111Z[ recovery-image] Dec 21 05:07:15.999 INFO O| Dec 21 05:07:15.999 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-12-21T05:07:17.199Z[ recovery-image] Dec 21 05:07:16.090 INFO O| Dec 21 05:07:16.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47272024-12-21T05:07:17.199Z[ recovery-image] Dec 21 05:07:16.090 INFO O| Dec 21 05:07:16.090 INFO STEP 103 (remove_files) COMPLETE
47282024-12-21T05:07:17.199Z[ recovery-image] Dec 21 05:07:16.090 INFO O| Dec 21 05:07:16.090 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-21T05:07:17.217Z[ host-image] Dec 21 05:07:16.108 INFO O| Dec 21 05:07:16.108 INFO O| Actions: Completed 305 actions in 0.21 seconds.
47302024-12-21T05:07:17.249Z[ recovery-image] Dec 21 05:07:16.141 INFO O| Dec 21 05:07:16.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47312024-12-21T05:07:17.249Z[ recovery-image] Dec 21 05:07:16.141 INFO O| Dec 21 05:07:16.141 INFO STEP 104 (remove_files) COMPLETE
47322024-12-21T05:07:17.253Z[ recovery-image] Dec 21 05:07:16.141 INFO O| Dec 21 05:07:16.141 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-21T05:07:17.269Z[ recovery-image] Dec 21 05:07:16.161 INFO O| Dec 21 05:07:16.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47342024-12-21T05:07:17.272Z[ recovery-image] Dec 21 05:07:16.161 INFO O| Dec 21 05:07:16.161 INFO STEP 105 (remove_files) COMPLETE
47352024-12-21T05:07:17.272Z[ recovery-image] Dec 21 05:07:16.161 INFO O| Dec 21 05:07:16.161 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-21T05:07:17.290Z[ recovery-image] Dec 21 05:07:16.182 INFO O| Dec 21 05:07:16.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47372024-12-21T05:07:17.291Z[ recovery-image] Dec 21 05:07:16.182 INFO O| Dec 21 05:07:16.182 INFO STEP 106 (remove_files) COMPLETE
47382024-12-21T05:07:17.291Z[ recovery-image] Dec 21 05:07:16.182 INFO O| Dec 21 05:07:16.182 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-21T05:07:17.320Z[ recovery-image] Dec 21 05:07:16.211 INFO O| Dec 21 05:07:16.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47402024-12-21T05:07:17.320Z[ recovery-image] Dec 21 05:07:16.211 INFO O| Dec 21 05:07:16.211 INFO STEP 107 (remove_files) COMPLETE
47412024-12-21T05:07:17.320Z[ recovery-image] Dec 21 05:07:16.211 INFO O| Dec 21 05:07:16.211 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-21T05:07:17.360Z[ recovery-image] Dec 21 05:07:16.253 INFO O| Dec 21 05:07:16.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47432024-12-21T05:07:17.360Z[ recovery-image] Dec 21 05:07:16.253 INFO O| Dec 21 05:07:16.253 INFO STEP 108 (remove_files) COMPLETE
47442024-12-21T05:07:17.363Z[ recovery-image] Dec 21 05:07:16.253 INFO O| Dec 21 05:07:16.253 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-21T05:07:17.383Z[ recovery-image] Dec 21 05:07:16.276 INFO O| Dec 21 05:07:16.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47462024-12-21T05:07:17.386Z[ recovery-image] Dec 21 05:07:16.276 INFO O| Dec 21 05:07:16.276 INFO STEP 109 (remove_files) COMPLETE
47472024-12-21T05:07:17.386Z[ recovery-image] Dec 21 05:07:16.276 INFO O| Dec 21 05:07:16.276 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-21T05:07:17.426Z[ recovery-image] Dec 21 05:07:16.320 INFO O| Dec 21 05:07:16.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47492024-12-21T05:07:17.427Z[ recovery-image] Dec 21 05:07:16.320 INFO O| Dec 21 05:07:16.320 INFO STEP 110 (remove_files) COMPLETE
47502024-12-21T05:07:17.427Z[ recovery-image] Dec 21 05:07:16.320 INFO O| Dec 21 05:07:16.320 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-21T05:07:17.450Z[ recovery-image] Dec 21 05:07:16.344 INFO O| Dec 21 05:07:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47522024-12-21T05:07:17.450Z[ recovery-image] Dec 21 05:07:16.344 INFO O| Dec 21 05:07:16.344 INFO STEP 111 (remove_files) COMPLETE
47532024-12-21T05:07:17.453Z[ recovery-image] Dec 21 05:07:16.344 INFO O| Dec 21 05:07:16.344 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-21T05:07:17.481Z[ recovery-image] Dec 21 05:07:16.375 INFO O| Dec 21 05:07:16.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47552024-12-21T05:07:17.484Z[ recovery-image] Dec 21 05:07:16.375 INFO O| Dec 21 05:07:16.375 INFO STEP 112 (remove_files) COMPLETE
47562024-12-21T05:07:17.484Z[ recovery-image] Dec 21 05:07:16.375 INFO O| Dec 21 05:07:16.375 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-21T05:07:17.505Z[ recovery-image] Dec 21 05:07:16.399 INFO O| Dec 21 05:07:16.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47582024-12-21T05:07:17.505Z[ recovery-image] Dec 21 05:07:16.399 INFO O| Dec 21 05:07:16.399 INFO STEP 113 (remove_files) COMPLETE
47592024-12-21T05:07:17.509Z[ recovery-image] Dec 21 05:07:16.400 INFO O| Dec 21 05:07:16.399 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-21T05:07:17.533Z[ recovery-image] Dec 21 05:07:16.426 INFO O| Dec 21 05:07:16.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47612024-12-21T05:07:17.533Z[ recovery-image] Dec 21 05:07:16.426 INFO O| Dec 21 05:07:16.426 INFO STEP 114 (remove_files) COMPLETE
47622024-12-21T05:07:17.535Z[ recovery-image] Dec 21 05:07:16.426 INFO O| Dec 21 05:07:16.426 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-21T05:07:17.555Z[ recovery-image] Dec 21 05:07:16.449 INFO O| Dec 21 05:07:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47642024-12-21T05:07:17.555Z[ recovery-image] Dec 21 05:07:16.449 INFO O| Dec 21 05:07:16.449 INFO STEP 115 (remove_files) COMPLETE
47652024-12-21T05:07:17.557Z[ recovery-image] Dec 21 05:07:16.449 INFO O| Dec 21 05:07:16.449 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-21T05:07:17.577Z[ recovery-image] Dec 21 05:07:16.472 INFO O| Dec 21 05:07:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47672024-12-21T05:07:17.577Z[ recovery-image] Dec 21 05:07:16.472 INFO O| Dec 21 05:07:16.472 INFO STEP 116 (remove_files) COMPLETE
47682024-12-21T05:07:17.581Z[ recovery-image] Dec 21 05:07:16.472 INFO O| Dec 21 05:07:16.472 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-21T05:07:17.598Z[ recovery-image] Dec 21 05:07:16.493 INFO O| Dec 21 05:07:16.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47702024-12-21T05:07:17.598Z[ recovery-image] Dec 21 05:07:16.493 INFO O| Dec 21 05:07:16.493 INFO STEP 117 (remove_files) COMPLETE
47712024-12-21T05:07:17.598Z[ recovery-image] Dec 21 05:07:16.493 INFO O| Dec 21 05:07:16.493 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-21T05:07:17.618Z[ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47732024-12-21T05:07:17.618Z[ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO STEP 118 (remove_files) COMPLETE
47742024-12-21T05:07:17.618Z[ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-21T05:07:17.638Z[ recovery-image] Dec 21 05:07:16.533 INFO O| Dec 21 05:07:16.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47762024-12-21T05:07:17.638Z[ recovery-image] Dec 21 05:07:16.533 INFO O| Dec 21 05:07:16.533 INFO STEP 119 (remove_files) COMPLETE
47772024-12-21T05:07:17.638Z[ recovery-image] Dec 21 05:07:16.533 INFO O| Dec 21 05:07:16.533 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-21T05:07:17.674Z[ recovery-image] Dec 21 05:07:16.570 INFO O| Dec 21 05:07:16.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47792024-12-21T05:07:17.679Z[ recovery-image] Dec 21 05:07:16.570 INFO O| Dec 21 05:07:16.570 INFO STEP 120 (remove_files) COMPLETE
47802024-12-21T05:07:17.679Z[ recovery-image] Dec 21 05:07:16.570 INFO O| Dec 21 05:07:16.570 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-21T05:07:17.700Z[ recovery-image] Dec 21 05:07:16.596 INFO O| Dec 21 05:07:16.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47822024-12-21T05:07:17.712Z[ recovery-image] Dec 21 05:07:16.608 INFO O| Dec 21 05:07:16.608 INFO STEP 121 (remove_files) COMPLETE
47832024-12-21T05:07:17.712Z[ recovery-image] Dec 21 05:07:16.608 INFO O| Dec 21 05:07:16.608 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-21T05:07:17.765Z[ recovery-image] Dec 21 05:07:16.661 INFO O| Dec 21 05:07:16.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47852024-12-21T05:07:17.765Z[ recovery-image] Dec 21 05:07:16.661 INFO O| Dec 21 05:07:16.661 INFO STEP 122 (remove_files) COMPLETE
47862024-12-21T05:07:17.765Z[ recovery-image] Dec 21 05:07:16.661 INFO O| Dec 21 05:07:16.661 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-21T05:07:17.808Z[ recovery-image] Dec 21 05:07:16.705 INFO O| Dec 21 05:07:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47882024-12-21T05:07:17.812Z[ recovery-image] Dec 21 05:07:16.705 INFO O| Dec 21 05:07:16.705 INFO STEP 123 (remove_files) COMPLETE
47892024-12-21T05:07:17.812Z[ recovery-image] Dec 21 05:07:16.705 INFO O| Dec 21 05:07:16.705 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-21T05:07:17.832Z[ recovery-image] Dec 21 05:07:16.729 INFO O| Dec 21 05:07:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47912024-12-21T05:07:17.835Z[ recovery-image] Dec 21 05:07:16.729 INFO O| Dec 21 05:07:16.729 INFO STEP 124 (remove_files) COMPLETE
47922024-12-21T05:07:17.835Z[ recovery-image] Dec 21 05:07:16.729 INFO O| Dec 21 05:07:16.729 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-21T05:07:17.869Z[ recovery-image] Dec 21 05:07:16.767 INFO O| Dec 21 05:07:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47942024-12-21T05:07:17.872Z[ recovery-image] Dec 21 05:07:16.767 INFO O| Dec 21 05:07:16.767 INFO STEP 125 (remove_files) COMPLETE
47952024-12-21T05:07:17.872Z[ recovery-image] Dec 21 05:07:16.767 INFO O| Dec 21 05:07:16.767 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-21T05:07:17.894Z[ host-image] Dec 21 05:07:16.792 INFO O| Dec 21 05:07:16.792 INFO O| Done
47972024-12-21T05:07:17.894Z[ host-image] Dec 21 05:07:16.792 INFO O| Dec 21 05:07:16.792 INFO O| Done
47982024-12-21T05:07:17.902Z[ recovery-image] Dec 21 05:07:16.800 INFO O| Dec 21 05:07:16.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47992024-12-21T05:07:17.905Z[ recovery-image] Dec 21 05:07:16.800 INFO O| Dec 21 05:07:16.800 INFO STEP 126 (remove_files) COMPLETE
48002024-12-21T05:07:17.905Z[ recovery-image] Dec 21 05:07:16.801 INFO O| Dec 21 05:07:16.800 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-21T05:07:17.924Z[ recovery-image] Dec 21 05:07:16.822 INFO O| Dec 21 05:07:16.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48022024-12-21T05:07:17.926Z[ recovery-image] Dec 21 05:07:16.822 INFO O| Dec 21 05:07:16.822 INFO STEP 127 (remove_files) COMPLETE
48032024-12-21T05:07:17.926Z[ recovery-image] Dec 21 05:07:16.822 INFO O| Dec 21 05:07:16.822 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-21T05:07:17.971Z[ recovery-image] Dec 21 05:07:16.841 INFO O| Dec 21 05:07:16.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48052024-12-21T05:07:17.971Z[ recovery-image] Dec 21 05:07:16.842 INFO O| Dec 21 05:07:16.842 INFO STEP 128 (remove_files) COMPLETE
48062024-12-21T05:07:17.971Z[ recovery-image] Dec 21 05:07:16.842 INFO O| Dec 21 05:07:16.842 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-21T05:07:17.971Z[ recovery-image] Dec 21 05:07:16.868 INFO O| Dec 21 05:07:16.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48082024-12-21T05:07:17.972Z[ recovery-image] Dec 21 05:07:16.868 INFO O| Dec 21 05:07:16.868 INFO STEP 129 (remove_files) COMPLETE
48092024-12-21T05:07:17.972Z[ recovery-image] Dec 21 05:07:16.868 INFO O| Dec 21 05:07:16.868 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-21T05:07:18.021Z[ recovery-image] Dec 21 05:07:16.920 INFO O| Dec 21 05:07:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48112024-12-21T05:07:18.021Z[ recovery-image] Dec 21 05:07:16.920 INFO O| Dec 21 05:07:16.920 INFO STEP 130 (remove_files) COMPLETE
48122024-12-21T05:07:18.021Z[ recovery-image] Dec 21 05:07:16.920 INFO O| Dec 21 05:07:16.920 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-21T05:07:18.050Z[ recovery-image] Dec 21 05:07:16.948 INFO O| Dec 21 05:07:16.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48142024-12-21T05:07:18.050Z[ recovery-image] Dec 21 05:07:16.948 INFO O| Dec 21 05:07:16.948 INFO STEP 131 (remove_files) COMPLETE
48152024-12-21T05:07:18.050Z[ recovery-image] Dec 21 05:07:16.948 INFO O| Dec 21 05:07:16.948 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-21T05:07:18.071Z[ recovery-image] Dec 21 05:07:16.969 INFO O| Dec 21 05:07:16.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48172024-12-21T05:07:18.071Z[ recovery-image] Dec 21 05:07:16.969 INFO O| Dec 21 05:07:16.969 INFO STEP 132 (remove_files) COMPLETE
48182024-12-21T05:07:18.074Z[ recovery-image] Dec 21 05:07:16.970 INFO O| Dec 21 05:07:16.969 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-21T05:07:18.124Z[ recovery-image] Dec 21 05:07:17.024 INFO O| Dec 21 05:07:17.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48202024-12-21T05:07:18.124Z[ recovery-image] Dec 21 05:07:17.024 INFO O| Dec 21 05:07:17.024 INFO STEP 133 (remove_files) COMPLETE
48212024-12-21T05:07:18.124Z[ recovery-image] Dec 21 05:07:17.024 INFO O| Dec 21 05:07:17.024 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-21T05:07:18.146Z[ recovery-image] Dec 21 05:07:17.046 INFO O| Dec 21 05:07:17.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48232024-12-21T05:07:18.146Z[ recovery-image] Dec 21 05:07:17.046 INFO O| Dec 21 05:07:17.046 INFO STEP 134 (remove_files) COMPLETE
48242024-12-21T05:07:18.146Z[ recovery-image] Dec 21 05:07:17.046 INFO O| Dec 21 05:07:17.046 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-21T05:07:18.166Z[ recovery-image] Dec 21 05:07:17.065 INFO O| Dec 21 05:07:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48262024-12-21T05:07:18.166Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.065 INFO STEP 135 (remove_files) COMPLETE
48272024-12-21T05:07:18.166Z[ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-21T05:07:18.186Z[ recovery-image] Dec 21 05:07:17.086 INFO O| Dec 21 05:07:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48292024-12-21T05:07:18.187Z[ recovery-image] Dec 21 05:07:17.087 INFO O| Dec 21 05:07:17.086 INFO STEP 136 (remove_files) COMPLETE
48302024-12-21T05:07:18.187Z[ recovery-image] Dec 21 05:07:17.087 INFO O| Dec 21 05:07:17.086 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-21T05:07:18.206Z[ recovery-image] Dec 21 05:07:17.106 INFO O| Dec 21 05:07:17.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48322024-12-21T05:07:18.206Z[ recovery-image] Dec 21 05:07:17.106 INFO O| Dec 21 05:07:17.106 INFO STEP 137 (remove_files) COMPLETE
48332024-12-21T05:07:18.206Z[ recovery-image] Dec 21 05:07:17.106 INFO O| Dec 21 05:07:17.106 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-21T05:07:18.225Z[ recovery-image] Dec 21 05:07:17.125 INFO O| Dec 21 05:07:17.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48352024-12-21T05:07:18.225Z[ recovery-image] Dec 21 05:07:17.126 INFO O| Dec 21 05:07:17.126 INFO STEP 138 (remove_files) COMPLETE
48362024-12-21T05:07:18.228Z[ recovery-image] Dec 21 05:07:17.126 INFO O| Dec 21 05:07:17.126 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-21T05:07:18.256Z[ recovery-image] Dec 21 05:07:17.157 INFO O| Dec 21 05:07:17.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48382024-12-21T05:07:18.257Z[ recovery-image] Dec 21 05:07:17.157 INFO O| Dec 21 05:07:17.157 INFO STEP 139 (remove_files) COMPLETE
48392024-12-21T05:07:18.259Z[ recovery-image] Dec 21 05:07:17.157 INFO O| Dec 21 05:07:17.157 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-21T05:07:18.309Z[ recovery-image] Dec 21 05:07:17.210 INFO O| Dec 21 05:07:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48412024-12-21T05:07:18.311Z[ recovery-image] Dec 21 05:07:17.210 INFO O| Dec 21 05:07:17.210 INFO STEP 140 (remove_files) COMPLETE
48422024-12-21T05:07:18.311Z[ recovery-image] Dec 21 05:07:17.210 INFO O| Dec 21 05:07:17.210 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-21T05:07:18.329Z[ recovery-image] Dec 21 05:07:17.230 INFO O| Dec 21 05:07:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48442024-12-21T05:07:18.329Z[ recovery-image] Dec 21 05:07:17.230 INFO O| Dec 21 05:07:17.230 INFO STEP 141 (remove_files) COMPLETE
48452024-12-21T05:07:18.329Z[ recovery-image] Dec 21 05:07:17.230 INFO O| Dec 21 05:07:17.230 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-21T05:07:18.347Z[ recovery-image] Dec 21 05:07:17.248 INFO O| Dec 21 05:07:17.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48472024-12-21T05:07:18.347Z[ recovery-image] Dec 21 05:07:17.248 INFO O| Dec 21 05:07:17.248 INFO STEP 142 (remove_files) COMPLETE
48482024-12-21T05:07:18.350Z[ recovery-image] Dec 21 05:07:17.248 INFO O| Dec 21 05:07:17.248 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-21T05:07:18.366Z[ recovery-image] Dec 21 05:07:17.268 INFO O| Dec 21 05:07:17.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48502024-12-21T05:07:18.366Z[ recovery-image] Dec 21 05:07:17.268 INFO O| Dec 21 05:07:17.268 INFO STEP 143 (remove_files) COMPLETE
48512024-12-21T05:07:18.366Z[ recovery-image] Dec 21 05:07:17.268 INFO O| Dec 21 05:07:17.268 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-21T05:07:18.404Z[ recovery-image] Dec 21 05:07:17.306 INFO O| Dec 21 05:07:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48532024-12-21T05:07:18.407Z[ recovery-image] Dec 21 05:07:17.306 INFO O| Dec 21 05:07:17.306 INFO STEP 144 (remove_files) COMPLETE
48542024-12-21T05:07:18.407Z[ recovery-image] Dec 21 05:07:17.306 INFO O| Dec 21 05:07:17.306 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-21T05:07:18.466Z[ recovery-image] Dec 21 05:07:17.368 INFO O| Dec 21 05:07:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48562024-12-21T05:07:18.469Z[ recovery-image] Dec 21 05:07:17.369 INFO O| Dec 21 05:07:17.369 INFO STEP 145 (remove_files) COMPLETE
48572024-12-21T05:07:18.469Z[ recovery-image] Dec 21 05:07:17.369 INFO O| Dec 21 05:07:17.369 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-21T05:07:18.486Z[ recovery-image] Dec 21 05:07:17.389 INFO O| Dec 21 05:07:17.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48592024-12-21T05:07:18.486Z[ recovery-image] Dec 21 05:07:17.389 INFO O| Dec 21 05:07:17.389 INFO STEP 146 (remove_files) COMPLETE
48602024-12-21T05:07:18.486Z[ recovery-image] Dec 21 05:07:17.389 INFO O| Dec 21 05:07:17.389 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-21T05:07:18.526Z[ recovery-image] Dec 21 05:07:17.429 INFO O| Dec 21 05:07:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48622024-12-21T05:07:18.526Z[ recovery-image] Dec 21 05:07:17.429 INFO O| Dec 21 05:07:17.429 INFO STEP 147 (remove_files) COMPLETE
48632024-12-21T05:07:18.529Z[ recovery-image] Dec 21 05:07:17.429 INFO O| Dec 21 05:07:17.429 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-21T05:07:18.545Z[ recovery-image] Dec 21 05:07:17.449 INFO O| Dec 21 05:07:17.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48652024-12-21T05:07:18.545Z[ recovery-image] Dec 21 05:07:17.449 INFO O| Dec 21 05:07:17.449 INFO STEP 148 (remove_files) COMPLETE
48662024-12-21T05:07:18.545Z[ recovery-image] Dec 21 05:07:17.449 INFO O| Dec 21 05:07:17.449 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-21T05:07:18.574Z[ recovery-image] Dec 21 05:07:17.477 INFO O| Dec 21 05:07:17.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48682024-12-21T05:07:18.577Z[ recovery-image] Dec 21 05:07:17.477 INFO O| Dec 21 05:07:17.477 INFO STEP 149 (remove_files) COMPLETE
48692024-12-21T05:07:18.577Z[ recovery-image] Dec 21 05:07:17.478 INFO O| Dec 21 05:07:17.477 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-21T05:07:18.635Z[ recovery-image] Dec 21 05:07:17.539 INFO O| Dec 21 05:07:17.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48712024-12-21T05:07:18.638Z[ recovery-image] Dec 21 05:07:17.539 INFO O| Dec 21 05:07:17.539 INFO STEP 150 (remove_files) COMPLETE
48722024-12-21T05:07:18.638Z[ recovery-image] Dec 21 05:07:17.540 INFO O| Dec 21 05:07:17.539 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-21T05:07:18.655Z[ recovery-image] Dec 21 05:07:17.560 INFO O| Dec 21 05:07:17.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48742024-12-21T05:07:18.658Z[ recovery-image] Dec 21 05:07:17.560 INFO O| Dec 21 05:07:17.560 INFO STEP 151 (remove_files) COMPLETE
48752024-12-21T05:07:18.658Z[ recovery-image] Dec 21 05:07:17.560 INFO O| Dec 21 05:07:17.560 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-21T05:07:18.689Z[ recovery-image] Dec 21 05:07:17.594 INFO O| Dec 21 05:07:17.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48772024-12-21T05:07:18.693Z[ recovery-image] Dec 21 05:07:17.594 INFO O| Dec 21 05:07:17.594 INFO STEP 152 (remove_files) COMPLETE
48782024-12-21T05:07:18.693Z[ recovery-image] Dec 21 05:07:17.595 INFO O| Dec 21 05:07:17.594 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-21T05:07:18.711Z[ recovery-image] Dec 21 05:07:17.616 INFO O| Dec 21 05:07:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48802024-12-21T05:07:18.714Z[ recovery-image] Dec 21 05:07:17.616 INFO O| Dec 21 05:07:17.616 INFO STEP 153 (remove_files) COMPLETE
48812024-12-21T05:07:18.714Z[ recovery-image] Dec 21 05:07:17.617 INFO O| Dec 21 05:07:17.616 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-21T05:07:18.733Z[ recovery-image] Dec 21 05:07:17.638 INFO O| Dec 21 05:07:17.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48832024-12-21T05:07:18.733Z[ recovery-image] Dec 21 05:07:17.638 INFO O| Dec 21 05:07:17.638 INFO STEP 154 (remove_files) COMPLETE
48842024-12-21T05:07:18.733Z[ recovery-image] Dec 21 05:07:17.638 INFO O| Dec 21 05:07:17.638 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-21T05:07:18.760Z[ recovery-image] Dec 21 05:07:17.665 INFO O| Dec 21 05:07:17.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48862024-12-21T05:07:18.760Z[ recovery-image] Dec 21 05:07:17.665 INFO O| Dec 21 05:07:17.665 INFO STEP 155 (remove_files) COMPLETE
48872024-12-21T05:07:18.760Z[ recovery-image] Dec 21 05:07:17.665 INFO O| Dec 21 05:07:17.665 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-21T05:07:18.793Z[ recovery-image] Dec 21 05:07:17.699 INFO O| Dec 21 05:07:17.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48892024-12-21T05:07:18.794Z[ recovery-image] Dec 21 05:07:17.699 INFO O| Dec 21 05:07:17.699 INFO STEP 156 (remove_files) COMPLETE
48902024-12-21T05:07:18.794Z[ recovery-image] Dec 21 05:07:17.699 INFO O| Dec 21 05:07:17.699 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-21T05:07:18.816Z[ recovery-image] Dec 21 05:07:17.722 INFO O| Dec 21 05:07:17.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48922024-12-21T05:07:18.816Z[ recovery-image] Dec 21 05:07:17.722 INFO O| Dec 21 05:07:17.722 INFO STEP 157 (remove_files) COMPLETE
48932024-12-21T05:07:18.816Z[ recovery-image] Dec 21 05:07:17.722 INFO O| Dec 21 05:07:17.722 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-21T05:07:18.846Z[ recovery-image] Dec 21 05:07:17.752 INFO O| Dec 21 05:07:17.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48952024-12-21T05:07:18.846Z[ recovery-image] Dec 21 05:07:17.752 INFO O| Dec 21 05:07:17.752 INFO STEP 158 (remove_files) COMPLETE
48962024-12-21T05:07:18.846Z[ recovery-image] Dec 21 05:07:17.752 INFO O| Dec 21 05:07:17.752 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-21T05:07:18.869Z[ recovery-image] Dec 21 05:07:17.775 INFO O| Dec 21 05:07:17.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48982024-12-21T05:07:18.872Z[ recovery-image] Dec 21 05:07:17.775 INFO O| Dec 21 05:07:17.775 INFO STEP 159 (remove_files) COMPLETE
48992024-12-21T05:07:18.872Z[ recovery-image] Dec 21 05:07:17.776 INFO O| Dec 21 05:07:17.775 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-21T05:07:18.887Z[ recovery-image] Dec 21 05:07:17.794 INFO O| Dec 21 05:07:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49012024-12-21T05:07:18.887Z[ recovery-image] Dec 21 05:07:17.794 INFO O| Dec 21 05:07:17.794 INFO STEP 160 (remove_files) COMPLETE
49022024-12-21T05:07:18.890Z[ recovery-image] Dec 21 05:07:17.794 INFO O| Dec 21 05:07:17.794 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-21T05:07:18.915Z[ recovery-image] Dec 21 05:07:17.821 INFO O| Dec 21 05:07:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49042024-12-21T05:07:18.916Z[ recovery-image] Dec 21 05:07:17.821 INFO O| Dec 21 05:07:17.821 INFO STEP 161 (remove_files) COMPLETE
49052024-12-21T05:07:18.920Z[ recovery-image] Dec 21 05:07:17.821 INFO O| Dec 21 05:07:17.821 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-21T05:07:18.962Z[ recovery-image] Dec 21 05:07:17.869 INFO O| Dec 21 05:07:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49072024-12-21T05:07:18.962Z[ recovery-image] Dec 21 05:07:17.869 INFO O| Dec 21 05:07:17.869 INFO STEP 162 (remove_files) COMPLETE
49082024-12-21T05:07:18.962Z[ recovery-image] Dec 21 05:07:17.869 INFO O| Dec 21 05:07:17.869 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-21T05:07:19.001Z[ recovery-image] Dec 21 05:07:17.908 INFO O| Dec 21 05:07:17.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49102024-12-21T05:07:19.004Z[ recovery-image] Dec 21 05:07:17.909 INFO O| Dec 21 05:07:17.908 INFO STEP 163 (remove_files) COMPLETE
49112024-12-21T05:07:19.004Z[ recovery-image] Dec 21 05:07:17.909 INFO O| Dec 21 05:07:17.909 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-21T05:07:19.028Z[ recovery-image] Dec 21 05:07:17.935 INFO O| Dec 21 05:07:17.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49132024-12-21T05:07:19.031Z[ recovery-image] Dec 21 05:07:17.936 INFO O| Dec 21 05:07:17.935 INFO STEP 164 (remove_files) COMPLETE
49142024-12-21T05:07:19.031Z[ recovery-image] Dec 21 05:07:17.936 INFO O| Dec 21 05:07:17.936 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-21T05:07:19.051Z[ recovery-image] Dec 21 05:07:17.957 INFO O| Dec 21 05:07:17.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49162024-12-21T05:07:19.053Z[ recovery-image] Dec 21 05:07:17.957 INFO O| Dec 21 05:07:17.957 INFO STEP 165 (remove_files) COMPLETE
49172024-12-21T05:07:19.053Z[ recovery-image] Dec 21 05:07:17.957 INFO O| Dec 21 05:07:17.957 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-21T05:07:19.069Z[ recovery-image] Dec 21 05:07:17.977 INFO O| Dec 21 05:07:17.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49192024-12-21T05:07:19.071Z[ recovery-image] Dec 21 05:07:17.977 INFO O| Dec 21 05:07:17.977 INFO STEP 166 (remove_files) COMPLETE
49202024-12-21T05:07:19.071Z[ recovery-image] Dec 21 05:07:17.977 INFO O| Dec 21 05:07:17.977 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-21T05:07:19.133Z[ recovery-image] Dec 21 05:07:18.042 INFO O| Dec 21 05:07:18.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49222024-12-21T05:07:19.151Z[ recovery-image] Dec 21 05:07:18.059 INFO O| Dec 21 05:07:18.059 INFO STEP 167 (remove_files) COMPLETE
49232024-12-21T05:07:19.151Z[ recovery-image] Dec 21 05:07:18.059 INFO O| Dec 21 05:07:18.059 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-21T05:07:19.182Z[ recovery-image] Dec 21 05:07:18.092 INFO O| Dec 21 05:07:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49252024-12-21T05:07:19.182Z[ recovery-image] Dec 21 05:07:18.092 INFO O| Dec 21 05:07:18.092 INFO STEP 168 (remove_files) COMPLETE
49262024-12-21T05:07:19.182Z[ recovery-image] Dec 21 05:07:18.092 INFO O| Dec 21 05:07:18.092 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-21T05:07:19.204Z[ recovery-image] Dec 21 05:07:18.112 INFO O| Dec 21 05:07:18.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49282024-12-21T05:07:19.204Z[ recovery-image] Dec 21 05:07:18.112 INFO O| Dec 21 05:07:18.112 INFO STEP 169 (remove_files) COMPLETE
49292024-12-21T05:07:19.204Z[ recovery-image] Dec 21 05:07:18.112 INFO O| Dec 21 05:07:18.112 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-21T05:07:19.222Z[ recovery-image] Dec 21 05:07:18.132 INFO O| Dec 21 05:07:18.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49312024-12-21T05:07:19.222Z[ recovery-image] Dec 21 05:07:18.132 INFO O| Dec 21 05:07:18.132 INFO STEP 170 (remove_files) COMPLETE
49322024-12-21T05:07:19.225Z[ recovery-image] Dec 21 05:07:18.132 INFO O| Dec 21 05:07:18.132 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-21T05:07:19.241Z[ recovery-image] Dec 21 05:07:18.151 INFO O| Dec 21 05:07:18.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49342024-12-21T05:07:19.243Z[ recovery-image] Dec 21 05:07:18.151 INFO O| Dec 21 05:07:18.151 INFO STEP 171 (remove_files) COMPLETE
49352024-12-21T05:07:19.243Z[ recovery-image] Dec 21 05:07:18.152 INFO O| Dec 21 05:07:18.151 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-21T05:07:19.273Z[ recovery-image] Dec 21 05:07:18.182 INFO O| Dec 21 05:07:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49372024-12-21T05:07:19.276Z[ recovery-image] Dec 21 05:07:18.183 INFO O| Dec 21 05:07:18.183 INFO STEP 172 (remove_files) COMPLETE
49382024-12-21T05:07:19.276Z[ recovery-image] Dec 21 05:07:18.183 INFO O| Dec 21 05:07:18.183 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-21T05:07:19.294Z[ recovery-image] Dec 21 05:07:18.204 INFO O| Dec 21 05:07:18.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49402024-12-21T05:07:19.297Z[ recovery-image] Dec 21 05:07:18.204 INFO O| Dec 21 05:07:18.204 INFO STEP 173 (remove_files) COMPLETE
49412024-12-21T05:07:19.297Z[ recovery-image] Dec 21 05:07:18.204 INFO O| Dec 21 05:07:18.204 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-21T05:07:19.327Z[ recovery-image] Dec 21 05:07:18.236 INFO O| Dec 21 05:07:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49432024-12-21T05:07:19.327Z[ recovery-image] Dec 21 05:07:18.236 INFO O| Dec 21 05:07:18.236 INFO STEP 174 (remove_files) COMPLETE
49442024-12-21T05:07:19.327Z[ recovery-image] Dec 21 05:07:18.236 INFO O| Dec 21 05:07:18.236 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-21T05:07:19.334Z[ host-image] Dec 21 05:07:18.244 INFO O| Dec 21 05:07:18.244 INFO O| Done
49462024-12-21T05:07:19.348Z[ recovery-image] Dec 21 05:07:18.257 INFO O| Dec 21 05:07:18.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49472024-12-21T05:07:19.348Z[ recovery-image] Dec 21 05:07:18.257 INFO O| Dec 21 05:07:18.257 INFO STEP 175 (remove_files) COMPLETE
49482024-12-21T05:07:19.353Z[ recovery-image] Dec 21 05:07:18.257 INFO O| Dec 21 05:07:18.257 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-21T05:07:19.369Z[ recovery-image] Dec 21 05:07:18.280 INFO O| Dec 21 05:07:18.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49502024-12-21T05:07:19.369Z[ recovery-image] Dec 21 05:07:18.280 INFO O| Dec 21 05:07:18.280 INFO STEP 176 (remove_files) COMPLETE
49512024-12-21T05:07:19.374Z[ recovery-image] Dec 21 05:07:18.280 INFO O| Dec 21 05:07:18.280 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-21T05:07:19.393Z[ recovery-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49532024-12-21T05:07:19.393Z[ recovery-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO STEP 177 (remove_files) COMPLETE
49542024-12-21T05:07:19.396Z[ recovery-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-21T05:07:19.435Z[ recovery-image] Dec 21 05:07:18.347 INFO O| Dec 21 05:07:18.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49562024-12-21T05:07:19.438Z[ recovery-image] Dec 21 05:07:18.347 INFO O| Dec 21 05:07:18.347 INFO STEP 178 (remove_files) COMPLETE
49572024-12-21T05:07:19.438Z[ recovery-image] Dec 21 05:07:18.347 INFO O| Dec 21 05:07:18.347 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-21T05:07:19.492Z[ recovery-image] Dec 21 05:07:18.404 INFO O| Dec 21 05:07:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49592024-12-21T05:07:19.492Z[ recovery-image] Dec 21 05:07:18.404 INFO O| Dec 21 05:07:18.404 INFO STEP 179 (remove_files) COMPLETE
49602024-12-21T05:07:19.492Z[ recovery-image] Dec 21 05:07:18.404 INFO O| Dec 21 05:07:18.404 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-21T05:07:19.514Z[ recovery-image] Dec 21 05:07:18.426 INFO O| Dec 21 05:07:18.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49622024-12-21T05:07:19.514Z[ recovery-image] Dec 21 05:07:18.426 INFO O| Dec 21 05:07:18.426 INFO STEP 180 (remove_files) COMPLETE
49632024-12-21T05:07:19.516Z[ recovery-image] Dec 21 05:07:18.427 INFO O| Dec 21 05:07:18.426 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-21T05:07:19.544Z[ recovery-image] Dec 21 05:07:18.456 INFO O| Dec 21 05:07:18.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49652024-12-21T05:07:19.544Z[ recovery-image] Dec 21 05:07:18.456 INFO O| Dec 21 05:07:18.456 INFO STEP 181 (remove_files) COMPLETE
49662024-12-21T05:07:19.545Z[ recovery-image] Dec 21 05:07:18.456 INFO O| Dec 21 05:07:18.456 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-21T05:07:19.566Z[ recovery-image] Dec 21 05:07:18.479 INFO O| Dec 21 05:07:18.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49682024-12-21T05:07:19.566Z[ recovery-image] Dec 21 05:07:18.479 INFO O| Dec 21 05:07:18.479 INFO STEP 182 (remove_files) COMPLETE
49692024-12-21T05:07:19.569Z[ recovery-image] Dec 21 05:07:18.479 INFO O| Dec 21 05:07:18.479 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-21T05:07:19.624Z[ recovery-image] Dec 21 05:07:18.537 INFO O| Dec 21 05:07:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49712024-12-21T05:07:19.624Z[ recovery-image] Dec 21 05:07:18.537 INFO O| Dec 21 05:07:18.537 INFO STEP 183 (remove_files) COMPLETE
49722024-12-21T05:07:19.624Z[ recovery-image] Dec 21 05:07:18.537 INFO O| Dec 21 05:07:18.537 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-21T05:07:19.646Z[ recovery-image] Dec 21 05:07:18.560 INFO O| Dec 21 05:07:18.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49742024-12-21T05:07:19.647Z[ recovery-image] Dec 21 05:07:18.560 INFO O| Dec 21 05:07:18.560 INFO STEP 184 (remove_files) COMPLETE
49752024-12-21T05:07:19.647Z[ recovery-image] Dec 21 05:07:18.560 INFO O| Dec 21 05:07:18.560 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-21T05:07:19.677Z[ recovery-image] Dec 21 05:07:18.591 INFO O| Dec 21 05:07:18.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49772024-12-21T05:07:19.681Z[ recovery-image] Dec 21 05:07:18.591 INFO O| Dec 21 05:07:18.591 INFO STEP 185 (remove_files) COMPLETE
49782024-12-21T05:07:19.681Z[ recovery-image] Dec 21 05:07:18.591 INFO O| Dec 21 05:07:18.591 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-21T05:07:19.712Z[ recovery-image] Dec 21 05:07:18.626 INFO O| Dec 21 05:07:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49802024-12-21T05:07:19.712Z[ recovery-image] Dec 21 05:07:18.626 INFO O| Dec 21 05:07:18.626 INFO STEP 186 (remove_files) COMPLETE
49812024-12-21T05:07:19.715Z[ recovery-image] Dec 21 05:07:18.626 INFO O| Dec 21 05:07:18.626 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-21T05:07:19.773Z[ recovery-image] Dec 21 05:07:18.688 INFO O| Dec 21 05:07:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49832024-12-21T05:07:19.774Z[ recovery-image] Dec 21 05:07:18.688 INFO O| Dec 21 05:07:18.688 INFO STEP 187 (remove_files) COMPLETE
49842024-12-21T05:07:19.776Z[ recovery-image] Dec 21 05:07:18.688 INFO O| Dec 21 05:07:18.688 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-21T05:07:19.812Z[ recovery-image] Dec 21 05:07:18.727 INFO O| Dec 21 05:07:18.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49862024-12-21T05:07:19.812Z[ recovery-image] Dec 21 05:07:18.727 INFO O| Dec 21 05:07:18.727 INFO STEP 188 (remove_files) COMPLETE
49872024-12-21T05:07:19.815Z[ recovery-image] Dec 21 05:07:18.728 INFO O| Dec 21 05:07:18.727 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-21T05:07:19.836Z[ recovery-image] Dec 21 05:07:18.751 INFO O| Dec 21 05:07:18.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49892024-12-21T05:07:19.836Z[ recovery-image] Dec 21 05:07:18.751 INFO O| Dec 21 05:07:18.751 INFO STEP 189 (remove_files) COMPLETE
49902024-12-21T05:07:19.838Z[ recovery-image] Dec 21 05:07:18.751 INFO O| Dec 21 05:07:18.751 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-21T05:07:19.872Z[ recovery-image] Dec 21 05:07:18.787 INFO O| Dec 21 05:07:18.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49922024-12-21T05:07:19.872Z[ recovery-image] Dec 21 05:07:18.787 INFO O| Dec 21 05:07:18.787 INFO STEP 190 (remove_files) COMPLETE
49932024-12-21T05:07:19.874Z[ recovery-image] Dec 21 05:07:18.787 INFO O| Dec 21 05:07:18.787 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-21T05:07:19.897Z[ recovery-image] Dec 21 05:07:18.813 INFO O| Dec 21 05:07:18.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49952024-12-21T05:07:19.898Z[ recovery-image] Dec 21 05:07:18.813 INFO O| Dec 21 05:07:18.813 INFO STEP 191 (remove_files) COMPLETE
49962024-12-21T05:07:19.898Z[ recovery-image] Dec 21 05:07:18.813 INFO O| Dec 21 05:07:18.813 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-21T05:07:19.918Z[ recovery-image] Dec 21 05:07:18.834 INFO O| Dec 21 05:07:18.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49982024-12-21T05:07:19.918Z[ recovery-image] Dec 21 05:07:18.834 INFO O| Dec 21 05:07:18.834 INFO STEP 192 (remove_files) COMPLETE
49992024-12-21T05:07:19.918Z[ recovery-image] Dec 21 05:07:18.834 INFO O| Dec 21 05:07:18.834 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-21T05:07:19.937Z[ recovery-image] Dec 21 05:07:18.854 INFO O| Dec 21 05:07:18.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50012024-12-21T05:07:19.938Z[ recovery-image] Dec 21 05:07:18.854 INFO O| Dec 21 05:07:18.854 INFO STEP 193 (remove_files) COMPLETE
50022024-12-21T05:07:19.938Z[ recovery-image] Dec 21 05:07:18.854 INFO O| Dec 21 05:07:18.854 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-21T05:07:19.957Z[ recovery-image] Dec 21 05:07:18.873 INFO O| Dec 21 05:07:18.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50042024-12-21T05:07:19.957Z[ recovery-image] Dec 21 05:07:18.873 INFO O| Dec 21 05:07:18.873 INFO STEP 194 (remove_files) COMPLETE
50052024-12-21T05:07:19.957Z[ recovery-image] Dec 21 05:07:18.873 INFO O| Dec 21 05:07:18.873 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-21T05:07:19.988Z[ recovery-image] Dec 21 05:07:18.904 INFO O| Dec 21 05:07:18.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50072024-12-21T05:07:19.988Z[ recovery-image] Dec 21 05:07:18.904 INFO O| Dec 21 05:07:18.904 INFO STEP 195 (remove_files) COMPLETE
50082024-12-21T05:07:19.988Z[ recovery-image] Dec 21 05:07:18.904 INFO O| Dec 21 05:07:18.904 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-21T05:07:20.010Z[ recovery-image] Dec 21 05:07:18.926 INFO O| Dec 21 05:07:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50102024-12-21T05:07:20.010Z[ recovery-image] Dec 21 05:07:18.926 INFO O| Dec 21 05:07:18.926 INFO STEP 196 (remove_files) COMPLETE
50112024-12-21T05:07:20.010Z[ recovery-image] Dec 21 05:07:18.926 INFO O| Dec 21 05:07:18.926 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-21T05:07:20.041Z[ recovery-image] Dec 21 05:07:18.958 INFO O| Dec 21 05:07:18.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50132024-12-21T05:07:20.044Z[ recovery-image] Dec 21 05:07:18.958 INFO O| Dec 21 05:07:18.958 INFO STEP 197 (remove_files) COMPLETE
50142024-12-21T05:07:20.044Z[ recovery-image] Dec 21 05:07:18.959 INFO O| Dec 21 05:07:18.959 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-21T05:07:20.064Z[ recovery-image] Dec 21 05:07:18.981 INFO O| Dec 21 05:07:18.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50162024-12-21T05:07:20.064Z[ recovery-image] Dec 21 05:07:18.982 INFO O| Dec 21 05:07:18.982 INFO STEP 198 (remove_files) COMPLETE
50172024-12-21T05:07:20.067Z[ recovery-image] Dec 21 05:07:18.982 INFO O| Dec 21 05:07:18.982 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-21T05:07:20.090Z[ recovery-image] Dec 21 05:07:19.007 INFO O| Dec 21 05:07:19.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50192024-12-21T05:07:20.092Z[ recovery-image] Dec 21 05:07:19.007 INFO O| Dec 21 05:07:19.007 INFO STEP 199 (remove_files) COMPLETE
50202024-12-21T05:07:20.092Z[ recovery-image] Dec 21 05:07:19.007 INFO O| Dec 21 05:07:19.007 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-21T05:07:20.111Z[ recovery-image] Dec 21 05:07:19.029 INFO O| Dec 21 05:07:19.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50222024-12-21T05:07:20.114Z[ recovery-image] Dec 21 05:07:19.029 INFO O| Dec 21 05:07:19.029 INFO STEP 200 (remove_files) COMPLETE
50232024-12-21T05:07:20.114Z[ recovery-image] Dec 21 05:07:19.029 INFO O| Dec 21 05:07:19.029 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-21T05:07:20.132Z[ recovery-image] Dec 21 05:07:19.050 INFO O| Dec 21 05:07:19.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50252024-12-21T05:07:20.132Z[ recovery-image] Dec 21 05:07:19.050 INFO O| Dec 21 05:07:19.050 INFO STEP 201 (remove_files) COMPLETE
50262024-12-21T05:07:20.132Z[ recovery-image] Dec 21 05:07:19.050 INFO O| Dec 21 05:07:19.050 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-21T05:07:20.152Z[ recovery-image] Dec 21 05:07:19.070 INFO O| Dec 21 05:07:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50282024-12-21T05:07:20.152Z[ recovery-image] Dec 21 05:07:19.070 INFO O| Dec 21 05:07:19.070 INFO STEP 202 (remove_files) COMPLETE
50292024-12-21T05:07:20.154Z[ recovery-image] Dec 21 05:07:19.070 INFO O| Dec 21 05:07:19.070 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-21T05:07:20.184Z[ recovery-image] Dec 21 05:07:19.102 INFO O| Dec 21 05:07:19.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50312024-12-21T05:07:20.184Z[ recovery-image] Dec 21 05:07:19.102 INFO O| Dec 21 05:07:19.102 INFO STEP 203 (remove_files) COMPLETE
50322024-12-21T05:07:20.184Z[ recovery-image] Dec 21 05:07:19.102 INFO O| Dec 21 05:07:19.102 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-12-21T05:07:20.210Z[ recovery-image] Dec 21 05:07:19.129 INFO O| Dec 21 05:07:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50342024-12-21T05:07:20.210Z[ recovery-image] Dec 21 05:07:19.129 INFO O| Dec 21 05:07:19.129 INFO STEP 204 (remove_files) COMPLETE
50352024-12-21T05:07:20.210Z[ recovery-image] Dec 21 05:07:19.129 INFO O| Dec 21 05:07:19.129 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-12-21T05:07:20.230Z[ recovery-image] Dec 21 05:07:19.149 INFO O| Dec 21 05:07:19.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50372024-12-21T05:07:20.230Z[ recovery-image] Dec 21 05:07:19.149 INFO O| Dec 21 05:07:19.149 INFO STEP 205 (remove_files) COMPLETE
50382024-12-21T05:07:20.230Z[ recovery-image] Dec 21 05:07:19.149 INFO O| Dec 21 05:07:19.149 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-12-21T05:07:20.271Z[ recovery-image] Dec 21 05:07:19.190 INFO O| Dec 21 05:07:19.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50402024-12-21T05:07:20.272Z[ recovery-image] Dec 21 05:07:19.190 INFO O| Dec 21 05:07:19.190 INFO STEP 206 (remove_files) COMPLETE
50412024-12-21T05:07:20.272Z[ recovery-image] Dec 21 05:07:19.190 INFO O| Dec 21 05:07:19.190 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-12-21T05:07:20.303Z[ recovery-image] Dec 21 05:07:19.222 INFO O| Dec 21 05:07:19.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50432024-12-21T05:07:20.303Z[ recovery-image] Dec 21 05:07:19.222 INFO O| Dec 21 05:07:19.222 INFO STEP 207 (remove_files) COMPLETE
50442024-12-21T05:07:20.306Z[ recovery-image] Dec 21 05:07:19.222 INFO O| Dec 21 05:07:19.222 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-12-21T05:07:20.337Z[ recovery-image] Dec 21 05:07:19.257 INFO O| Dec 21 05:07:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50462024-12-21T05:07:20.337Z[ recovery-image] Dec 21 05:07:19.257 INFO O| Dec 21 05:07:19.257 INFO STEP 208 (remove_files) COMPLETE
50472024-12-21T05:07:20.337Z[ recovery-image] Dec 21 05:07:19.257 INFO O| Dec 21 05:07:19.257 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-12-21T05:07:20.357Z[ recovery-image] Dec 21 05:07:19.277 INFO O| Dec 21 05:07:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50492024-12-21T05:07:20.357Z[ recovery-image] Dec 21 05:07:19.277 INFO O| Dec 21 05:07:19.277 INFO STEP 209 (remove_files) COMPLETE
50502024-12-21T05:07:20.357Z[ recovery-image] Dec 21 05:07:19.277 INFO O| Dec 21 05:07:19.277 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-12-21T05:07:20.396Z[ recovery-image] Dec 21 05:07:19.316 INFO O| Dec 21 05:07:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50522024-12-21T05:07:20.396Z[ recovery-image] Dec 21 05:07:19.316 INFO O| Dec 21 05:07:19.316 INFO STEP 210 (remove_files) COMPLETE
50532024-12-21T05:07:20.398Z[ recovery-image] Dec 21 05:07:19.316 INFO O| Dec 21 05:07:19.316 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-12-21T05:07:20.412Z[ recovery-image] Dec 21 05:07:19.333 INFO O| Dec 21 05:07:19.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50552024-12-21T05:07:20.415Z[ recovery-image] Dec 21 05:07:19.333 INFO O| Dec 21 05:07:19.333 INFO STEP 211 (remove_files) COMPLETE
50562024-12-21T05:07:20.415Z[ recovery-image] Dec 21 05:07:19.333 INFO O| Dec 21 05:07:19.333 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-21T05:07:20.446Z[ recovery-image] Dec 21 05:07:19.367 INFO O| Dec 21 05:07:19.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50582024-12-21T05:07:20.450Z[ recovery-image] Dec 21 05:07:19.367 INFO O| Dec 21 05:07:19.367 INFO STEP 212 (remove_files) COMPLETE
50592024-12-21T05:07:20.450Z[ recovery-image] Dec 21 05:07:19.367 INFO O| Dec 21 05:07:19.367 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-21T05:07:20.466Z[ recovery-image] Dec 21 05:07:19.387 INFO O| Dec 21 05:07:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50612024-12-21T05:07:20.466Z[ recovery-image] Dec 21 05:07:19.387 INFO O| Dec 21 05:07:19.387 INFO STEP 213 (remove_files) COMPLETE
50622024-12-21T05:07:20.466Z[ recovery-image] Dec 21 05:07:19.387 INFO O| Dec 21 05:07:19.387 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-21T05:07:20.485Z[ recovery-image] Dec 21 05:07:19.406 INFO O| Dec 21 05:07:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50642024-12-21T05:07:20.485Z[ recovery-image] Dec 21 05:07:19.407 INFO O| Dec 21 05:07:19.406 INFO STEP 214 (remove_files) COMPLETE
50652024-12-21T05:07:20.486Z[ recovery-image] Dec 21 05:07:19.407 INFO O| Dec 21 05:07:19.407 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-21T05:07:20.506Z[ recovery-image] Dec 21 05:07:19.427 INFO O| Dec 21 05:07:19.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50672024-12-21T05:07:20.506Z[ recovery-image] Dec 21 05:07:19.427 INFO O| Dec 21 05:07:19.427 INFO STEP 215 (remove_files) COMPLETE
50682024-12-21T05:07:20.506Z[ recovery-image] Dec 21 05:07:19.427 INFO O| Dec 21 05:07:19.427 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-21T05:07:20.532Z[ recovery-image] Dec 21 05:07:19.453 INFO O| Dec 21 05:07:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50702024-12-21T05:07:20.532Z[ recovery-image] Dec 21 05:07:19.453 INFO O| Dec 21 05:07:19.453 INFO STEP 216 (remove_files) COMPLETE
50712024-12-21T05:07:20.532Z[ recovery-image] Dec 21 05:07:19.453 INFO O| Dec 21 05:07:19.453 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-21T05:07:20.564Z[ recovery-image] Dec 21 05:07:19.486 INFO O| Dec 21 05:07:19.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50732024-12-21T05:07:20.564Z[ recovery-image] Dec 21 05:07:19.486 INFO O| Dec 21 05:07:19.486 INFO STEP 217 (remove_files) COMPLETE
50742024-12-21T05:07:20.566Z[ recovery-image] Dec 21 05:07:19.486 INFO O| Dec 21 05:07:19.486 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-21T05:07:20.600Z[ recovery-image] Dec 21 05:07:19.522 INFO O| Dec 21 05:07:19.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50762024-12-21T05:07:20.600Z[ recovery-image] Dec 21 05:07:19.522 INFO O| Dec 21 05:07:19.522 INFO STEP 218 (remove_files) COMPLETE
50772024-12-21T05:07:20.603Z[ recovery-image] Dec 21 05:07:19.522 INFO O| Dec 21 05:07:19.522 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-21T05:07:20.663Z[ recovery-image] Dec 21 05:07:19.586 INFO O| Dec 21 05:07:19.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50792024-12-21T05:07:20.666Z[ recovery-image] Dec 21 05:07:19.586 INFO O| Dec 21 05:07:19.586 INFO STEP 219 (remove_files) COMPLETE
50802024-12-21T05:07:20.666Z[ recovery-image] Dec 21 05:07:19.586 INFO O| Dec 21 05:07:19.586 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-21T05:07:20.687Z[ recovery-image] Dec 21 05:07:19.610 INFO O| Dec 21 05:07:19.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50822024-12-21T05:07:20.687Z[ recovery-image] Dec 21 05:07:19.610 INFO O| Dec 21 05:07:19.610 INFO STEP 220 (remove_files) COMPLETE
50832024-12-21T05:07:20.687Z[ recovery-image] Dec 21 05:07:19.610 INFO O| Dec 21 05:07:19.610 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-21T05:07:20.710Z[ recovery-image] Dec 21 05:07:19.633 INFO O| Dec 21 05:07:19.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50852024-12-21T05:07:20.710Z[ recovery-image] Dec 21 05:07:19.633 INFO O| Dec 21 05:07:19.633 INFO STEP 221 (remove_files) COMPLETE
50862024-12-21T05:07:20.713Z[ recovery-image] Dec 21 05:07:19.633 INFO O| Dec 21 05:07:19.633 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-21T05:07:20.736Z[ recovery-image] Dec 21 05:07:19.659 INFO O| Dec 21 05:07:19.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50882024-12-21T05:07:20.736Z[ recovery-image] Dec 21 05:07:19.660 INFO O| Dec 21 05:07:19.659 INFO STEP 222 (remove_files) COMPLETE
50892024-12-21T05:07:20.736Z[ recovery-image] Dec 21 05:07:19.660 INFO O| Dec 21 05:07:19.660 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-21T05:07:20.764Z[ recovery-image] Dec 21 05:07:19.687 INFO O| Dec 21 05:07:19.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50912024-12-21T05:07:20.790Z[ recovery-image] Dec 21 05:07:19.714 INFO O| Dec 21 05:07:19.714 INFO STEP 223 (remove_files) COMPLETE
50922024-12-21T05:07:20.790Z[ recovery-image] Dec 21 05:07:19.714 INFO O| Dec 21 05:07:19.714 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-21T05:07:20.814Z[ recovery-image] Dec 21 05:07:19.737 INFO O| Dec 21 05:07:19.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50942024-12-21T05:07:20.816Z[ recovery-image] Dec 21 05:07:19.738 INFO O| Dec 21 05:07:19.737 INFO STEP 224 (remove_files) COMPLETE
50952024-12-21T05:07:20.817Z[ recovery-image] Dec 21 05:07:19.738 INFO O| Dec 21 05:07:19.738 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-21T05:07:20.872Z[ recovery-image] Dec 21 05:07:19.796 INFO O| Dec 21 05:07:19.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50972024-12-21T05:07:20.872Z[ recovery-image] Dec 21 05:07:19.796 INFO O| Dec 21 05:07:19.796 INFO STEP 225 (remove_files) COMPLETE
50982024-12-21T05:07:20.872Z[ recovery-image] Dec 21 05:07:19.796 INFO O| Dec 21 05:07:19.796 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-21T05:07:20.910Z[ recovery-image] Dec 21 05:07:19.835 INFO O| Dec 21 05:07:19.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51002024-12-21T05:07:20.910Z[ recovery-image] Dec 21 05:07:19.835 INFO O| Dec 21 05:07:19.835 INFO STEP 226 (remove_files) COMPLETE
51012024-12-21T05:07:20.913Z[ recovery-image] Dec 21 05:07:19.835 INFO O| Dec 21 05:07:19.835 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-21T05:07:20.931Z[ recovery-image] Dec 21 05:07:19.856 INFO O| Dec 21 05:07:19.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51032024-12-21T05:07:20.931Z[ recovery-image] Dec 21 05:07:19.856 INFO O| Dec 21 05:07:19.856 INFO STEP 227 (remove_files) COMPLETE
51042024-12-21T05:07:20.934Z[ recovery-image] Dec 21 05:07:19.857 INFO O| Dec 21 05:07:19.856 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-21T05:07:20.959Z[ recovery-image] Dec 21 05:07:19.884 INFO O| Dec 21 05:07:19.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51062024-12-21T05:07:20.959Z[ recovery-image] Dec 21 05:07:19.884 INFO O| Dec 21 05:07:19.884 INFO STEP 228 (remove_files) COMPLETE
51072024-12-21T05:07:20.961Z[ recovery-image] Dec 21 05:07:19.884 INFO O| Dec 21 05:07:19.884 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-21T05:07:20.980Z[ recovery-image] Dec 21 05:07:19.906 INFO O| Dec 21 05:07:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51092024-12-21T05:07:20.980Z[ recovery-image] Dec 21 05:07:19.906 INFO O| Dec 21 05:07:19.906 INFO STEP 229 (remove_files) COMPLETE
51102024-12-21T05:07:20.983Z[ recovery-image] Dec 21 05:07:19.906 INFO O| Dec 21 05:07:19.906 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-21T05:07:21.001Z[ recovery-image] Dec 21 05:07:19.926 INFO O| Dec 21 05:07:19.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51122024-12-21T05:07:21.001Z[ recovery-image] Dec 21 05:07:19.926 INFO O| Dec 21 05:07:19.926 INFO STEP 230 (remove_files) COMPLETE
51132024-12-21T05:07:21.004Z[ recovery-image] Dec 21 05:07:19.926 INFO O| Dec 21 05:07:19.926 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-21T05:07:21.022Z[ recovery-image] Dec 21 05:07:19.947 INFO O| Dec 21 05:07:19.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51152024-12-21T05:07:21.022Z[ recovery-image] Dec 21 05:07:19.948 INFO O| Dec 21 05:07:19.948 INFO STEP 231 (remove_files) COMPLETE
51162024-12-21T05:07:21.022Z[ recovery-image] Dec 21 05:07:19.948 INFO O| Dec 21 05:07:19.948 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-21T05:07:21.042Z[ recovery-image] Dec 21 05:07:19.968 INFO O| Dec 21 05:07:19.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51182024-12-21T05:07:21.063Z[ recovery-image] Dec 21 05:07:19.989 INFO O| Dec 21 05:07:19.989 INFO STEP 232 (remove_files) COMPLETE
51192024-12-21T05:07:21.063Z[ recovery-image] Dec 21 05:07:19.989 INFO O| Dec 21 05:07:19.989 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-21T05:07:21.118Z[ recovery-image] Dec 21 05:07:20.045 INFO O| Dec 21 05:07:20.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51212024-12-21T05:07:21.118Z[ recovery-image] Dec 21 05:07:20.045 INFO O| Dec 21 05:07:20.045 INFO STEP 233 (remove_files) COMPLETE
51222024-12-21T05:07:21.118Z[ recovery-image] Dec 21 05:07:20.045 INFO O| Dec 21 05:07:20.045 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-21T05:07:21.135Z[ recovery-image] Dec 21 05:07:20.062 INFO O| Dec 21 05:07:20.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51242024-12-21T05:07:21.135Z[ recovery-image] Dec 21 05:07:20.062 INFO O| Dec 21 05:07:20.062 INFO STEP 234 (remove_files) COMPLETE
51252024-12-21T05:07:21.137Z[ recovery-image] Dec 21 05:07:20.062 INFO O| Dec 21 05:07:20.062 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-21T05:07:21.168Z[ recovery-image] Dec 21 05:07:20.095 INFO O| Dec 21 05:07:20.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51272024-12-21T05:07:21.168Z[ recovery-image] Dec 21 05:07:20.095 INFO O| Dec 21 05:07:20.095 INFO STEP 235 (remove_files) COMPLETE
51282024-12-21T05:07:21.168Z[ recovery-image] Dec 21 05:07:20.095 INFO O| Dec 21 05:07:20.095 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-21T05:07:21.204Z[ recovery-image] Dec 21 05:07:20.132 INFO O| Dec 21 05:07:20.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51302024-12-21T05:07:21.204Z[ recovery-image] Dec 21 05:07:20.132 INFO O| Dec 21 05:07:20.132 INFO STEP 236 (remove_files) COMPLETE
51312024-12-21T05:07:21.207Z[ recovery-image] Dec 21 05:07:20.132 INFO O| Dec 21 05:07:20.132 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-21T05:07:21.225Z[ recovery-image] Dec 21 05:07:20.152 INFO O| Dec 21 05:07:20.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51332024-12-21T05:07:21.225Z[ recovery-image] Dec 21 05:07:20.152 INFO O| Dec 21 05:07:20.152 INFO STEP 237 (remove_files) COMPLETE
51342024-12-21T05:07:21.227Z[ recovery-image] Dec 21 05:07:20.152 INFO O| Dec 21 05:07:20.152 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-21T05:07:21.245Z[ recovery-image] Dec 21 05:07:20.173 INFO O| Dec 21 05:07:20.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51362024-12-21T05:07:21.245Z[ recovery-image] Dec 21 05:07:20.173 INFO O| Dec 21 05:07:20.173 INFO STEP 238 (remove_files) COMPLETE
51372024-12-21T05:07:21.245Z[ recovery-image] Dec 21 05:07:20.173 INFO O| Dec 21 05:07:20.173 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-21T05:07:21.279Z[ recovery-image] Dec 21 05:07:20.207 INFO O| Dec 21 05:07:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51392024-12-21T05:07:21.279Z[ recovery-image] Dec 21 05:07:20.207 INFO O| Dec 21 05:07:20.207 INFO STEP 239 (remove_files) COMPLETE
51402024-12-21T05:07:21.282Z[ recovery-image] Dec 21 05:07:20.207 INFO O| Dec 21 05:07:20.207 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-21T05:07:21.339Z[ recovery-image] Dec 21 05:07:20.268 INFO O| Dec 21 05:07:20.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51422024-12-21T05:07:21.340Z[ recovery-image] Dec 21 05:07:20.269 INFO O| Dec 21 05:07:20.268 INFO STEP 240 (remove_files) COMPLETE
51432024-12-21T05:07:21.340Z[ recovery-image] Dec 21 05:07:20.269 INFO O| Dec 21 05:07:20.269 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-21T05:07:21.359Z[ recovery-image] Dec 21 05:07:20.288 INFO O| Dec 21 05:07:20.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51452024-12-21T05:07:21.360Z[ recovery-image] Dec 21 05:07:20.288 INFO O| Dec 21 05:07:20.288 INFO STEP 241 (remove_files) COMPLETE
51462024-12-21T05:07:21.360Z[ recovery-image] Dec 21 05:07:20.288 INFO O| Dec 21 05:07:20.288 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-21T05:07:21.379Z[ recovery-image] Dec 21 05:07:20.308 INFO O| Dec 21 05:07:20.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51482024-12-21T05:07:21.379Z[ recovery-image] Dec 21 05:07:20.308 INFO O| Dec 21 05:07:20.308 INFO STEP 242 (remove_files) COMPLETE
51492024-12-21T05:07:21.379Z[ recovery-image] Dec 21 05:07:20.308 INFO O| Dec 21 05:07:20.308 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-21T05:07:21.418Z[ recovery-image] Dec 21 05:07:20.347 INFO O| Dec 21 05:07:20.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51512024-12-21T05:07:21.418Z[ recovery-image] Dec 21 05:07:20.347 INFO O| Dec 21 05:07:20.347 INFO STEP 243 (remove_files) COMPLETE
51522024-12-21T05:07:21.418Z[ recovery-image] Dec 21 05:07:20.347 INFO O| Dec 21 05:07:20.347 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-21T05:07:21.455Z[ recovery-image] Dec 21 05:07:20.385 INFO O| Dec 21 05:07:20.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51542024-12-21T05:07:21.455Z[ recovery-image] Dec 21 05:07:20.385 INFO O| Dec 21 05:07:20.385 INFO STEP 244 (remove_files) COMPLETE
51552024-12-21T05:07:21.455Z[ recovery-image] Dec 21 05:07:20.385 INFO O| Dec 21 05:07:20.385 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-21T05:07:21.485Z[ recovery-image] Dec 21 05:07:20.415 INFO O| Dec 21 05:07:20.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51572024-12-21T05:07:21.488Z[ recovery-image] Dec 21 05:07:20.416 INFO O| Dec 21 05:07:20.415 INFO STEP 245 (remove_files) COMPLETE
51582024-12-21T05:07:21.488Z[ recovery-image] Dec 21 05:07:20.416 INFO O| Dec 21 05:07:20.416 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-21T05:07:21.578Z[ recovery-image] Dec 21 05:07:20.509 INFO O| Dec 21 05:07:20.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51602024-12-21T05:07:21.578Z[ recovery-image] Dec 21 05:07:20.509 INFO O| Dec 21 05:07:20.509 INFO STEP 246 (remove_files) COMPLETE
51612024-12-21T05:07:21.578Z[ recovery-image] Dec 21 05:07:20.509 INFO O| Dec 21 05:07:20.509 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-21T05:07:21.600Z[ recovery-image] Dec 21 05:07:20.531 INFO O| Dec 21 05:07:20.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51632024-12-21T05:07:21.600Z[ recovery-image] Dec 21 05:07:20.531 INFO O| Dec 21 05:07:20.531 INFO STEP 247 (remove_files) COMPLETE
51642024-12-21T05:07:21.603Z[ recovery-image] Dec 21 05:07:20.531 INFO O| Dec 21 05:07:20.531 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-21T05:07:21.619Z[ recovery-image] Dec 21 05:07:20.550 INFO O| Dec 21 05:07:20.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51662024-12-21T05:07:21.621Z[ recovery-image] Dec 21 05:07:20.550 INFO O| Dec 21 05:07:20.550 INFO STEP 248 (remove_files) COMPLETE
51672024-12-21T05:07:21.621Z[ recovery-image] Dec 21 05:07:20.551 INFO O| Dec 21 05:07:20.550 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-21T05:07:21.641Z[ recovery-image] Dec 21 05:07:20.572 INFO O| Dec 21 05:07:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51692024-12-21T05:07:21.643Z[ recovery-image] Dec 21 05:07:20.572 INFO O| Dec 21 05:07:20.572 INFO STEP 249 (remove_files) COMPLETE
51702024-12-21T05:07:21.643Z[ recovery-image] Dec 21 05:07:20.572 INFO O| Dec 21 05:07:20.572 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-21T05:07:21.665Z[ recovery-image] Dec 21 05:07:20.597 INFO O| Dec 21 05:07:20.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51722024-12-21T05:07:21.668Z[ recovery-image] Dec 21 05:07:20.597 INFO O| Dec 21 05:07:20.597 INFO STEP 250 (remove_files) COMPLETE
51732024-12-21T05:07:21.668Z[ recovery-image] Dec 21 05:07:20.598 INFO O| Dec 21 05:07:20.597 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-21T05:07:21.689Z[ recovery-image] Dec 21 05:07:20.621 INFO O| Dec 21 05:07:20.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51752024-12-21T05:07:21.691Z[ recovery-image] Dec 21 05:07:20.621 INFO O| Dec 21 05:07:20.621 INFO STEP 251 (remove_files) COMPLETE
51762024-12-21T05:07:21.691Z[ recovery-image] Dec 21 05:07:20.621 INFO O| Dec 21 05:07:20.621 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-21T05:07:21.714Z[ recovery-image] Dec 21 05:07:20.645 INFO O| Dec 21 05:07:20.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51782024-12-21T05:07:21.717Z[ recovery-image] Dec 21 05:07:20.646 INFO O| Dec 21 05:07:20.646 INFO STEP 252 (remove_files) COMPLETE
51792024-12-21T05:07:21.717Z[ recovery-image] Dec 21 05:07:20.646 INFO O| Dec 21 05:07:20.646 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-21T05:07:21.736Z[ recovery-image] Dec 21 05:07:20.668 INFO O| Dec 21 05:07:20.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51812024-12-21T05:07:21.739Z[ recovery-image] Dec 21 05:07:20.668 INFO O| Dec 21 05:07:20.668 INFO STEP 253 (remove_files) COMPLETE
51822024-12-21T05:07:21.739Z[ recovery-image] Dec 21 05:07:20.668 INFO O| Dec 21 05:07:20.668 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-21T05:07:21.756Z[ recovery-image] Dec 21 05:07:20.689 INFO O| Dec 21 05:07:20.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51842024-12-21T05:07:21.759Z[ recovery-image] Dec 21 05:07:20.689 INFO O| Dec 21 05:07:20.689 INFO STEP 254 (remove_files) COMPLETE
51852024-12-21T05:07:21.759Z[ recovery-image] Dec 21 05:07:20.689 INFO O| Dec 21 05:07:20.689 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-21T05:07:21.777Z[ recovery-image] Dec 21 05:07:20.709 INFO O| Dec 21 05:07:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51872024-12-21T05:07:21.779Z[ recovery-image] Dec 21 05:07:20.710 INFO O| Dec 21 05:07:20.710 INFO STEP 255 (remove_files) COMPLETE
51882024-12-21T05:07:21.780Z[ recovery-image] Dec 21 05:07:20.710 INFO O| Dec 21 05:07:20.710 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-21T05:07:21.801Z[ recovery-image] Dec 21 05:07:20.734 INFO O| Dec 21 05:07:20.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51902024-12-21T05:07:21.801Z[ recovery-image] Dec 21 05:07:20.734 INFO O| Dec 21 05:07:20.734 INFO STEP 256 (remove_files) COMPLETE
51912024-12-21T05:07:21.801Z[ recovery-image] Dec 21 05:07:20.734 INFO O| Dec 21 05:07:20.734 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-21T05:07:21.838Z[ recovery-image] Dec 21 05:07:20.771 INFO O| Dec 21 05:07:20.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51932024-12-21T05:07:21.840Z[ recovery-image] Dec 21 05:07:20.771 INFO O| Dec 21 05:07:20.771 INFO STEP 257 (remove_files) COMPLETE
51942024-12-21T05:07:21.840Z[ recovery-image] Dec 21 05:07:20.771 INFO O| Dec 21 05:07:20.771 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-21T05:07:21.860Z[ recovery-image] Dec 21 05:07:20.793 INFO O| Dec 21 05:07:20.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51962024-12-21T05:07:21.863Z[ recovery-image] Dec 21 05:07:20.794 INFO O| Dec 21 05:07:20.793 INFO STEP 258 (remove_files) COMPLETE
51972024-12-21T05:07:21.863Z[ recovery-image] Dec 21 05:07:20.794 INFO O| Dec 21 05:07:20.794 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-21T05:07:21.894Z[ recovery-image] Dec 21 05:07:20.827 INFO O| Dec 21 05:07:20.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51992024-12-21T05:07:21.894Z[ recovery-image] Dec 21 05:07:20.827 INFO O| Dec 21 05:07:20.827 INFO STEP 259 (remove_files) COMPLETE
52002024-12-21T05:07:21.894Z[ recovery-image] Dec 21 05:07:20.827 INFO O| Dec 21 05:07:20.827 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-21T05:07:21.940Z[ recovery-image] Dec 21 05:07:20.874 INFO O| Dec 21 05:07:20.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52022024-12-21T05:07:21.943Z[ recovery-image] Dec 21 05:07:20.874 INFO O| Dec 21 05:07:20.874 INFO STEP 260 (remove_files) COMPLETE
52032024-12-21T05:07:21.943Z[ recovery-image] Dec 21 05:07:20.874 INFO O| Dec 21 05:07:20.874 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-21T05:07:22.011Z[ recovery-image] Dec 21 05:07:20.946 INFO O| Dec 21 05:07:20.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52052024-12-21T05:07:22.011Z[ recovery-image] Dec 21 05:07:20.946 INFO O| Dec 21 05:07:20.946 INFO STEP 261 (remove_files) COMPLETE
52062024-12-21T05:07:22.011Z[ recovery-image] Dec 21 05:07:20.946 INFO O| Dec 21 05:07:20.946 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-21T05:07:22.032Z[ recovery-image] Dec 21 05:07:20.967 INFO O| Dec 21 05:07:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52082024-12-21T05:07:22.032Z[ recovery-image] Dec 21 05:07:20.967 INFO O| Dec 21 05:07:20.967 INFO STEP 262 (remove_files) COMPLETE
52092024-12-21T05:07:22.032Z[ recovery-image] Dec 21 05:07:20.967 INFO O| Dec 21 05:07:20.967 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-21T05:07:22.070Z[ recovery-image] Dec 21 05:07:21.006 INFO O| Dec 21 05:07:21.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52112024-12-21T05:07:22.070Z[ recovery-image] Dec 21 05:07:21.006 INFO O| Dec 21 05:07:21.006 INFO STEP 263 (remove_files) COMPLETE
52122024-12-21T05:07:22.073Z[ recovery-image] Dec 21 05:07:21.006 INFO O| Dec 21 05:07:21.006 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-21T05:07:22.091Z[ recovery-image] Dec 21 05:07:21.026 INFO O| Dec 21 05:07:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52142024-12-21T05:07:22.094Z[ recovery-image] Dec 21 05:07:21.026 INFO O| Dec 21 05:07:21.026 INFO STEP 264 (remove_files) COMPLETE
52152024-12-21T05:07:22.094Z[ recovery-image] Dec 21 05:07:21.026 INFO O| Dec 21 05:07:21.026 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-21T05:07:22.110Z[ recovery-image] Dec 21 05:07:21.046 INFO O| Dec 21 05:07:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52172024-12-21T05:07:22.110Z[ recovery-image] Dec 21 05:07:21.046 INFO O| Dec 21 05:07:21.046 INFO STEP 265 (remove_files) COMPLETE
52182024-12-21T05:07:22.110Z[ recovery-image] Dec 21 05:07:21.046 INFO O| Dec 21 05:07:21.046 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-21T05:07:22.144Z[ recovery-image] Dec 21 05:07:21.080 INFO O| Dec 21 05:07:21.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52202024-12-21T05:07:22.144Z[ recovery-image] Dec 21 05:07:21.080 INFO O| Dec 21 05:07:21.080 INFO STEP 266 (remove_files) COMPLETE
52212024-12-21T05:07:22.144Z[ recovery-image] Dec 21 05:07:21.080 INFO O| Dec 21 05:07:21.080 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-21T05:07:22.157Z[ host-image] Dec 21 05:07:21.093 INFO O| Dec 21 05:07:21.093 INFO O| Done
52232024-12-21T05:07:22.200Z[ host-image] Dec 21 05:07:21.136 INFO O| Dec 21 05:07:21.136 INFO O| Done
52242024-12-21T05:07:22.200Z[ host-image] Dec 21 05:07:21.136 INFO O| Dec 21 05:07:21.136 INFO O| Done
52252024-12-21T05:07:22.202Z[ recovery-image] Dec 21 05:07:21.137 INFO O| Dec 21 05:07:21.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52262024-12-21T05:07:22.202Z[ recovery-image] Dec 21 05:07:21.138 INFO O| Dec 21 05:07:21.137 INFO STEP 267 (remove_files) COMPLETE
52272024-12-21T05:07:22.202Z[ recovery-image] Dec 21 05:07:21.138 INFO O| Dec 21 05:07:21.137 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-21T05:07:22.222Z[ recovery-image] Dec 21 05:07:21.159 INFO O| Dec 21 05:07:21.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52292024-12-21T05:07:22.224Z[ recovery-image] Dec 21 05:07:21.159 INFO O| Dec 21 05:07:21.159 INFO STEP 268 (remove_files) COMPLETE
52302024-12-21T05:07:22.224Z[ recovery-image] Dec 21 05:07:21.159 INFO O| Dec 21 05:07:21.159 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-21T05:07:22.229Z[ host-image] Dec 21 05:07:21.166 INFO O| Dec 21 05:07:21.166 INFO O| Done
52322024-12-21T05:07:22.241Z[ recovery-image] Dec 21 05:07:21.179 INFO O| Dec 21 05:07:21.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52332024-12-21T05:07:22.241Z[ recovery-image] Dec 21 05:07:21.179 INFO O| Dec 21 05:07:21.179 INFO STEP 269 (remove_files) COMPLETE
52342024-12-21T05:07:22.242Z[ recovery-image] Dec 21 05:07:21.179 INFO O| Dec 21 05:07:21.179 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-21T05:07:22.286Z[ recovery-image] Dec 21 05:07:21.223 INFO O| Dec 21 05:07:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52362024-12-21T05:07:22.290Z[ recovery-image] Dec 21 05:07:21.224 INFO O| Dec 21 05:07:21.224 INFO STEP 270 (remove_files) COMPLETE
52372024-12-21T05:07:22.290Z[ recovery-image] Dec 21 05:07:21.224 INFO O| Dec 21 05:07:21.224 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-21T05:07:22.312Z[ recovery-image] Dec 21 05:07:21.249 INFO O| Dec 21 05:07:21.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52392024-12-21T05:07:22.315Z[ recovery-image] Dec 21 05:07:21.250 INFO O| Dec 21 05:07:21.250 INFO STEP 271 (remove_files) COMPLETE
52402024-12-21T05:07:22.315Z[ recovery-image] Dec 21 05:07:21.250 INFO O| Dec 21 05:07:21.250 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-21T05:07:22.359Z[ recovery-image] Dec 21 05:07:21.297 INFO O| Dec 21 05:07:21.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52422024-12-21T05:07:22.359Z[ recovery-image] Dec 21 05:07:21.298 INFO O| Dec 21 05:07:21.298 INFO STEP 272 (remove_files) COMPLETE
52432024-12-21T05:07:22.362Z[ recovery-image] Dec 21 05:07:21.298 INFO O| Dec 21 05:07:21.298 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-21T05:07:22.398Z[ recovery-image] Dec 21 05:07:21.336 INFO O| Dec 21 05:07:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52452024-12-21T05:07:22.401Z[ recovery-image] Dec 21 05:07:21.336 INFO O| Dec 21 05:07:21.336 INFO STEP 273 (remove_files) COMPLETE
52462024-12-21T05:07:22.401Z[ recovery-image] Dec 21 05:07:21.336 INFO O| Dec 21 05:07:21.336 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-21T05:07:22.436Z[ recovery-image] Dec 21 05:07:21.375 INFO O| Dec 21 05:07:21.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52482024-12-21T05:07:22.436Z[ recovery-image] Dec 21 05:07:21.375 INFO O| Dec 21 05:07:21.375 INFO STEP 274 (remove_files) COMPLETE
52492024-12-21T05:07:22.439Z[ recovery-image] Dec 21 05:07:21.375 INFO O| Dec 21 05:07:21.375 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-21T05:07:22.473Z[ recovery-image] Dec 21 05:07:21.412 INFO O| Dec 21 05:07:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52512024-12-21T05:07:22.473Z[ recovery-image] Dec 21 05:07:21.412 INFO O| Dec 21 05:07:21.412 INFO STEP 275 (remove_files) COMPLETE
52522024-12-21T05:07:22.477Z[ recovery-image] Dec 21 05:07:21.412 INFO O| Dec 21 05:07:21.412 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-21T05:07:22.494Z[ recovery-image] Dec 21 05:07:21.434 INFO O| Dec 21 05:07:21.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52542024-12-21T05:07:22.497Z[ recovery-image] Dec 21 05:07:21.434 INFO O| Dec 21 05:07:21.434 INFO STEP 276 (remove_files) COMPLETE
52552024-12-21T05:07:22.498Z[ recovery-image] Dec 21 05:07:21.434 INFO O| Dec 21 05:07:21.434 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-21T05:07:22.501Z[ host-image] Dec 21 05:07:21.437 INFO O| Dec 21 05:07:21.437 INFO STEP 12 (pkg_install) COMPLETE
52572024-12-21T05:07:22.501Z[ host-image] Dec 21 05:07:21.437 INFO O| Dec 21 05:07:21.437 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52582024-12-21T05:07:22.513Z[ recovery-image] Dec 21 05:07:21.452 INFO O| Dec 21 05:07:21.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52592024-12-21T05:07:22.515Z[ recovery-image] Dec 21 05:07:21.452 INFO O| Dec 21 05:07:21.452 INFO STEP 277 (remove_files) COMPLETE
52602024-12-21T05:07:22.515Z[ recovery-image] Dec 21 05:07:21.453 INFO O| Dec 21 05:07:21.453 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-21T05:07:22.519Z[ host-image] Dec 21 05:07:21.455 INFO O| Dec 21 05:07:21.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
52622024-12-21T05:07:22.531Z[ recovery-image] Dec 21 05:07:21.471 INFO O| Dec 21 05:07:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
52632024-12-21T05:07:22.534Z[ recovery-image] Dec 21 05:07:21.471 INFO O| Dec 21 05:07:21.471 INFO STEP 278 (remove_files) COMPLETE
52642024-12-21T05:07:22.534Z[ recovery-image] Dec 21 05:07:21.471 INFO O| Dec 21 05:07:21.471 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-21T05:07:22.549Z[ recovery-image] Dec 21 05:07:21.489 INFO O| Dec 21 05:07:21.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52662024-12-21T05:07:22.552Z[ recovery-image] Dec 21 05:07:21.490 INFO O| Dec 21 05:07:21.489 INFO STEP 279 (remove_files) COMPLETE
52672024-12-21T05:07:22.552Z[ recovery-image] Dec 21 05:07:21.490 INFO O| Dec 21 05:07:21.490 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-21T05:07:22.569Z[ recovery-image] Dec 21 05:07:21.509 INFO O| Dec 21 05:07:21.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52692024-12-21T05:07:22.572Z[ recovery-image] Dec 21 05:07:21.509 INFO O| Dec 21 05:07:21.509 INFO STEP 280 (remove_files) COMPLETE
52702024-12-21T05:07:22.572Z[ recovery-image] Dec 21 05:07:21.509 INFO O| Dec 21 05:07:21.509 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-21T05:07:22.588Z[ recovery-image] Dec 21 05:07:21.528 INFO O| Dec 21 05:07:21.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52722024-12-21T05:07:22.588Z[ recovery-image] Dec 21 05:07:21.529 INFO O| Dec 21 05:07:21.529 INFO STEP 281 (remove_files) COMPLETE
52732024-12-21T05:07:22.608Z[ recovery-image] Dec 21 05:07:21.529 INFO O| Dec 21 05:07:21.529 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-21T05:07:22.612Z[ recovery-image] Dec 21 05:07:21.552 INFO O| Dec 21 05:07:21.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52752024-12-21T05:07:22.612Z[ recovery-image] Dec 21 05:07:21.552 INFO O| Dec 21 05:07:21.552 INFO STEP 282 (remove_files) COMPLETE
52762024-12-21T05:07:22.612Z[ recovery-image] Dec 21 05:07:21.552 INFO O| Dec 21 05:07:21.552 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-21T05:07:22.660Z[ recovery-image] Dec 21 05:07:21.601 INFO O| Dec 21 05:07:21.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52782024-12-21T05:07:22.660Z[ recovery-image] Dec 21 05:07:21.601 INFO O| Dec 21 05:07:21.601 INFO STEP 283 (remove_files) COMPLETE
52792024-12-21T05:07:22.663Z[ recovery-image] Dec 21 05:07:21.601 INFO O| Dec 21 05:07:21.601 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-21T05:07:22.722Z[ recovery-image] Dec 21 05:07:21.662 INFO O| Dec 21 05:07:21.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52812024-12-21T05:07:22.722Z[ recovery-image] Dec 21 05:07:21.662 INFO O| Dec 21 05:07:21.662 INFO STEP 284 (remove_files) COMPLETE
52822024-12-21T05:07:22.722Z[ recovery-image] Dec 21 05:07:21.662 INFO O| Dec 21 05:07:21.662 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-21T05:07:22.746Z[ recovery-image] Dec 21 05:07:21.687 INFO O| Dec 21 05:07:21.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52842024-12-21T05:07:22.746Z[ recovery-image] Dec 21 05:07:21.687 INFO O| Dec 21 05:07:21.687 INFO STEP 285 (remove_files) COMPLETE
52852024-12-21T05:07:22.746Z[ recovery-image] Dec 21 05:07:21.688 INFO O| Dec 21 05:07:21.687 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-21T05:07:22.796Z[ recovery-image] Dec 21 05:07:21.738 INFO O| Dec 21 05:07:21.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52872024-12-21T05:07:22.799Z[ recovery-image] Dec 21 05:07:21.738 INFO O| Dec 21 05:07:21.738 INFO STEP 286 (remove_files) COMPLETE
52882024-12-21T05:07:22.799Z[ recovery-image] Dec 21 05:07:21.739 INFO O| Dec 21 05:07:21.738 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-21T05:07:22.819Z[ recovery-image] Dec 21 05:07:21.762 INFO O| Dec 21 05:07:21.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52902024-12-21T05:07:22.822Z[ recovery-image] Dec 21 05:07:21.762 INFO O| Dec 21 05:07:21.762 INFO STEP 287 (remove_files) COMPLETE
52912024-12-21T05:07:22.822Z[ recovery-image] Dec 21 05:07:21.762 INFO O| Dec 21 05:07:21.762 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-21T05:07:22.879Z[ recovery-image] Dec 21 05:07:21.822 INFO O| Dec 21 05:07:21.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52932024-12-21T05:07:22.882Z[ recovery-image] Dec 21 05:07:21.823 INFO O| Dec 21 05:07:21.822 INFO STEP 288 (remove_files) COMPLETE
52942024-12-21T05:07:22.882Z[ recovery-image] Dec 21 05:07:21.823 INFO O| Dec 21 05:07:21.823 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-21T05:07:22.904Z[ recovery-image] Dec 21 05:07:21.847 INFO O| Dec 21 05:07:21.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52962024-12-21T05:07:22.907Z[ recovery-image] Dec 21 05:07:21.847 INFO O| Dec 21 05:07:21.847 INFO STEP 289 (remove_files) COMPLETE
52972024-12-21T05:07:22.907Z[ recovery-image] Dec 21 05:07:21.847 INFO O| Dec 21 05:07:21.847 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-21T05:07:22.934Z[ recovery-image] Dec 21 05:07:21.878 INFO O| Dec 21 05:07:21.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52992024-12-21T05:07:22.934Z[ recovery-image] Dec 21 05:07:21.878 INFO O| Dec 21 05:07:21.878 INFO STEP 290 (remove_files) COMPLETE
53002024-12-21T05:07:22.937Z[ recovery-image] Dec 21 05:07:21.878 INFO O| Dec 21 05:07:21.878 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-21T05:07:22.958Z[ recovery-image] Dec 21 05:07:21.901 INFO O| Dec 21 05:07:21.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53022024-12-21T05:07:22.958Z[ recovery-image] Dec 21 05:07:21.901 INFO O| Dec 21 05:07:21.901 INFO STEP 291 (remove_files) COMPLETE
53032024-12-21T05:07:22.958Z[ recovery-image] Dec 21 05:07:21.901 INFO O| Dec 21 05:07:21.901 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-21T05:07:22.978Z[ recovery-image] Dec 21 05:07:21.922 INFO O| Dec 21 05:07:21.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53052024-12-21T05:07:22.978Z[ recovery-image] Dec 21 05:07:21.922 INFO O| Dec 21 05:07:21.922 INFO STEP 292 (remove_files) COMPLETE
53062024-12-21T05:07:22.981Z[ recovery-image] Dec 21 05:07:21.922 INFO O| Dec 21 05:07:21.922 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-21T05:07:23.011Z[ recovery-image] Dec 21 05:07:21.954 INFO O| Dec 21 05:07:21.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53082024-12-21T05:07:23.011Z[ recovery-image] Dec 21 05:07:21.954 INFO O| Dec 21 05:07:21.954 INFO STEP 293 (remove_files) COMPLETE
53092024-12-21T05:07:23.011Z[ recovery-image] Dec 21 05:07:21.954 INFO O| Dec 21 05:07:21.954 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-21T05:07:23.065Z[ recovery-image] Dec 21 05:07:22.009 INFO O| Dec 21 05:07:22.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53112024-12-21T05:07:23.065Z[ recovery-image] Dec 21 05:07:22.009 INFO O| Dec 21 05:07:22.009 INFO STEP 294 (remove_files) COMPLETE
53122024-12-21T05:07:23.065Z[ recovery-image] Dec 21 05:07:22.009 INFO O| Dec 21 05:07:22.009 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-21T05:07:23.107Z[ recovery-image] Dec 21 05:07:22.052 INFO O| Dec 21 05:07:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53142024-12-21T05:07:23.111Z[ recovery-image] Dec 21 05:07:22.052 INFO O| Dec 21 05:07:22.052 INFO STEP 295 (remove_files) COMPLETE
53152024-12-21T05:07:23.111Z[ recovery-image] Dec 21 05:07:22.052 INFO O| Dec 21 05:07:22.052 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-21T05:07:23.131Z[ recovery-image] Dec 21 05:07:22.077 INFO O| Dec 21 05:07:22.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53172024-12-21T05:07:23.135Z[ recovery-image] Dec 21 05:07:22.077 INFO O| Dec 21 05:07:22.077 INFO STEP 296 (remove_files) COMPLETE
53182024-12-21T05:07:23.137Z[ recovery-image] Dec 21 05:07:22.077 INFO O| Dec 21 05:07:22.077 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-21T05:07:23.151Z[ recovery-image] Dec 21 05:07:22.096 INFO O| Dec 21 05:07:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53202024-12-21T05:07:23.153Z[ recovery-image] Dec 21 05:07:22.096 INFO O| Dec 21 05:07:22.096 INFO STEP 297 (remove_files) COMPLETE
53212024-12-21T05:07:23.153Z[ recovery-image] Dec 21 05:07:22.097 INFO O| Dec 21 05:07:22.096 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-21T05:07:23.183Z[ recovery-image] Dec 21 05:07:22.129 INFO O| Dec 21 05:07:22.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53232024-12-21T05:07:23.183Z[ recovery-image] Dec 21 05:07:22.129 INFO O| Dec 21 05:07:22.129 INFO STEP 298 (remove_files) COMPLETE
53242024-12-21T05:07:23.183Z[ recovery-image] Dec 21 05:07:22.129 INFO O| Dec 21 05:07:22.129 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-21T05:07:23.215Z[ recovery-image] Dec 21 05:07:22.160 INFO O| Dec 21 05:07:22.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53262024-12-21T05:07:23.215Z[ recovery-image] Dec 21 05:07:22.161 INFO O| Dec 21 05:07:22.160 INFO STEP 299 (remove_files) COMPLETE
53272024-12-21T05:07:23.218Z[ recovery-image] Dec 21 05:07:22.161 INFO O| Dec 21 05:07:22.161 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-21T05:07:23.270Z[ recovery-image] Dec 21 05:07:22.216 INFO O| Dec 21 05:07:22.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53292024-12-21T05:07:23.270Z[ recovery-image] Dec 21 05:07:22.216 INFO O| Dec 21 05:07:22.216 INFO STEP 300 (remove_files) COMPLETE
53302024-12-21T05:07:23.273Z[ recovery-image] Dec 21 05:07:22.217 INFO O| Dec 21 05:07:22.216 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-21T05:07:23.291Z[ recovery-image] Dec 21 05:07:22.237 INFO O| Dec 21 05:07:22.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53322024-12-21T05:07:23.293Z[ recovery-image] Dec 21 05:07:22.237 INFO O| Dec 21 05:07:22.237 INFO STEP 301 (remove_files) COMPLETE
53332024-12-21T05:07:23.293Z[ recovery-image] Dec 21 05:07:22.237 INFO O| Dec 21 05:07:22.237 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-21T05:07:23.310Z[ recovery-image] Dec 21 05:07:22.257 INFO O| Dec 21 05:07:22.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53352024-12-21T05:07:23.310Z[ recovery-image] Dec 21 05:07:22.257 INFO O| Dec 21 05:07:22.257 INFO STEP 302 (remove_files) COMPLETE
53362024-12-21T05:07:23.313Z[ recovery-image] Dec 21 05:07:22.257 INFO O| Dec 21 05:07:22.257 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-21T05:07:23.331Z[ recovery-image] Dec 21 05:07:22.278 INFO O| Dec 21 05:07:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
53382024-12-21T05:07:23.331Z[ recovery-image] Dec 21 05:07:22.278 INFO O| Dec 21 05:07:22.278 INFO STEP 303 (remove_files) COMPLETE
53392024-12-21T05:07:23.331Z[ recovery-image] Dec 21 05:07:22.278 INFO O| Dec 21 05:07:22.278 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-21T05:07:23.351Z[ recovery-image] Dec 21 05:07:22.298 INFO O| Dec 21 05:07:22.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53412024-12-21T05:07:23.351Z[ recovery-image] Dec 21 05:07:22.298 INFO O| Dec 21 05:07:22.298 INFO STEP 304 (remove_files) COMPLETE
53422024-12-21T05:07:23.354Z[ recovery-image] Dec 21 05:07:22.298 INFO O| Dec 21 05:07:22.298 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-21T05:07:23.407Z[ recovery-image] Dec 21 05:07:22.355 INFO O| Dec 21 05:07:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53442024-12-21T05:07:23.408Z[ recovery-image] Dec 21 05:07:22.355 INFO O| Dec 21 05:07:22.355 INFO STEP 305 (remove_files) COMPLETE
53452024-12-21T05:07:23.410Z[ recovery-image] Dec 21 05:07:22.355 INFO O| Dec 21 05:07:22.355 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-21T05:07:23.446Z[ recovery-image] Dec 21 05:07:22.394 INFO O| Dec 21 05:07:22.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53472024-12-21T05:07:23.448Z[ recovery-image] Dec 21 05:07:22.397 INFO O| Dec 21 05:07:22.397 INFO STEP 306 (remove_files) COMPLETE
53482024-12-21T05:07:23.452Z[ recovery-image] Dec 21 05:07:22.397 INFO O| Dec 21 05:07:22.397 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-21T05:07:23.471Z[ recovery-image] Dec 21 05:07:22.419 INFO O| Dec 21 05:07:22.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
53502024-12-21T05:07:23.473Z[ recovery-image] Dec 21 05:07:22.419 INFO O| Dec 21 05:07:22.419 INFO STEP 307 (remove_files) COMPLETE
53512024-12-21T05:07:23.473Z[ recovery-image] Dec 21 05:07:22.419 INFO O| Dec 21 05:07:22.419 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-21T05:07:23.504Z[ recovery-image] Dec 21 05:07:22.453 INFO O| Dec 21 05:07:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53532024-12-21T05:07:23.507Z[ recovery-image] Dec 21 05:07:22.453 INFO O| Dec 21 05:07:22.453 INFO STEP 308 (remove_files) COMPLETE
53542024-12-21T05:07:23.508Z[ recovery-image] Dec 21 05:07:22.453 INFO O| Dec 21 05:07:22.453 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-21T05:07:23.525Z[ recovery-image] Dec 21 05:07:22.474 INFO O| Dec 21 05:07:22.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53562024-12-21T05:07:23.525Z[ recovery-image] Dec 21 05:07:22.474 INFO O| Dec 21 05:07:22.474 INFO STEP 309 (remove_files) COMPLETE
53572024-12-21T05:07:23.525Z[ recovery-image] Dec 21 05:07:22.474 INFO O| Dec 21 05:07:22.474 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-21T05:07:23.546Z[ recovery-image] Dec 21 05:07:22.495 INFO O| Dec 21 05:07:22.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53592024-12-21T05:07:23.546Z[ recovery-image] Dec 21 05:07:22.495 INFO O| Dec 21 05:07:22.495 INFO STEP 310 (remove_files) COMPLETE
53602024-12-21T05:07:23.546Z[ recovery-image] Dec 21 05:07:22.495 INFO O| Dec 21 05:07:22.495 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-21T05:07:23.572Z[ host-image] Dec 21 05:07:22.521 INFO O| Dec 21 05:07:22.521 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
53622024-12-21T05:07:23.588Z[ recovery-image] Dec 21 05:07:22.538 INFO O| Dec 21 05:07:22.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53632024-12-21T05:07:23.591Z[ recovery-image] Dec 21 05:07:22.541 INFO O| Dec 21 05:07:22.541 INFO STEP 311 (remove_files) COMPLETE
53642024-12-21T05:07:23.591Z[ recovery-image] Dec 21 05:07:22.541 INFO O| Dec 21 05:07:22.541 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-21T05:07:23.615Z[ recovery-image] Dec 21 05:07:22.564 INFO O| Dec 21 05:07:22.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53662024-12-21T05:07:23.615Z[ recovery-image] Dec 21 05:07:22.564 INFO O| Dec 21 05:07:22.564 INFO STEP 312 (remove_files) COMPLETE
53672024-12-21T05:07:23.617Z[ recovery-image] Dec 21 05:07:22.564 INFO O| Dec 21 05:07:22.564 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-21T05:07:23.686Z[ recovery-image] Dec 21 05:07:22.637 INFO O| Dec 21 05:07:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53692024-12-21T05:07:23.686Z[ recovery-image] Dec 21 05:07:22.637 INFO O| Dec 21 05:07:22.637 INFO STEP 313 (remove_files) COMPLETE
53702024-12-21T05:07:23.686Z[ recovery-image] Dec 21 05:07:22.637 INFO O| Dec 21 05:07:22.637 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-21T05:07:23.710Z[ recovery-image] Dec 21 05:07:22.660 INFO O| Dec 21 05:07:22.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53722024-12-21T05:07:23.710Z[ recovery-image] Dec 21 05:07:22.660 INFO O| Dec 21 05:07:22.660 INFO STEP 314 (remove_files) COMPLETE
53732024-12-21T05:07:23.713Z[ recovery-image] Dec 21 05:07:22.660 INFO O| Dec 21 05:07:22.660 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-21T05:07:23.735Z[ recovery-image] Dec 21 05:07:22.684 INFO O| Dec 21 05:07:22.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53752024-12-21T05:07:23.735Z[ recovery-image] Dec 21 05:07:22.684 INFO O| Dec 21 05:07:22.684 INFO STEP 315 (remove_files) COMPLETE
53762024-12-21T05:07:23.737Z[ recovery-image] Dec 21 05:07:22.684 INFO O| Dec 21 05:07:22.684 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-21T05:07:23.754Z[ recovery-image] Dec 21 05:07:22.705 INFO O| Dec 21 05:07:22.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53782024-12-21T05:07:23.754Z[ recovery-image] Dec 21 05:07:22.705 INFO O| Dec 21 05:07:22.705 INFO STEP 316 (remove_files) COMPLETE
53792024-12-21T05:07:23.758Z[ recovery-image] Dec 21 05:07:22.705 INFO O| Dec 21 05:07:22.705 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-21T05:07:23.775Z[ recovery-image] Dec 21 05:07:22.726 INFO O| Dec 21 05:07:22.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53812024-12-21T05:07:23.775Z[ recovery-image] Dec 21 05:07:22.726 INFO O| Dec 21 05:07:22.726 INFO STEP 317 (remove_files) COMPLETE
53822024-12-21T05:07:23.775Z[ recovery-image] Dec 21 05:07:22.726 INFO O| Dec 21 05:07:22.726 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-21T05:07:23.798Z[ recovery-image] Dec 21 05:07:22.749 INFO O| Dec 21 05:07:22.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53842024-12-21T05:07:23.798Z[ recovery-image] Dec 21 05:07:22.749 INFO O| Dec 21 05:07:22.749 INFO STEP 318 (remove_files) COMPLETE
53852024-12-21T05:07:23.800Z[ recovery-image] Dec 21 05:07:22.749 INFO O| Dec 21 05:07:22.749 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-21T05:07:23.819Z[ recovery-image] Dec 21 05:07:22.770 INFO O| Dec 21 05:07:22.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53872024-12-21T05:07:23.819Z[ recovery-image] Dec 21 05:07:22.770 INFO O| Dec 21 05:07:22.770 INFO STEP 319 (remove_files) COMPLETE
53882024-12-21T05:07:23.821Z[ recovery-image] Dec 21 05:07:22.770 INFO O| Dec 21 05:07:22.770 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-21T05:07:23.838Z[ recovery-image] Dec 21 05:07:22.790 INFO O| Dec 21 05:07:22.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53902024-12-21T05:07:23.838Z[ recovery-image] Dec 21 05:07:22.790 INFO O| Dec 21 05:07:22.790 INFO STEP 320 (remove_files) COMPLETE
53912024-12-21T05:07:23.841Z[ recovery-image] Dec 21 05:07:22.790 INFO O| Dec 21 05:07:22.790 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-21T05:07:23.857Z[ recovery-image] Dec 21 05:07:22.809 INFO O| Dec 21 05:07:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53932024-12-21T05:07:23.857Z[ recovery-image] Dec 21 05:07:22.809 INFO O| Dec 21 05:07:22.809 INFO STEP 321 (remove_files) COMPLETE
53942024-12-21T05:07:23.860Z[ recovery-image] Dec 21 05:07:22.809 INFO O| Dec 21 05:07:22.809 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-21T05:07:23.990Z[ recovery-image] Dec 21 05:07:22.935 INFO O| Dec 21 05:07:22.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53962024-12-21T05:07:23.994Z[ recovery-image] Dec 21 05:07:22.935 INFO O| Dec 21 05:07:22.935 INFO STEP 322 (remove_files) COMPLETE
53972024-12-21T05:07:23.995Z[ recovery-image] Dec 21 05:07:22.935 INFO O| Dec 21 05:07:22.935 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-21T05:07:24.005Z[ recovery-image] Dec 21 05:07:22.958 INFO O| Dec 21 05:07:22.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53992024-12-21T05:07:24.005Z[ recovery-image] Dec 21 05:07:22.958 INFO O| Dec 21 05:07:22.958 INFO STEP 323 (remove_files) COMPLETE
54002024-12-21T05:07:24.008Z[ recovery-image] Dec 21 05:07:22.958 INFO O| Dec 21 05:07:22.958 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-21T05:07:24.038Z[ recovery-image] Dec 21 05:07:22.991 INFO O| Dec 21 05:07:22.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54022024-12-21T05:07:24.038Z[ recovery-image] Dec 21 05:07:22.991 INFO O| Dec 21 05:07:22.991 INFO STEP 324 (remove_files) COMPLETE
54032024-12-21T05:07:24.038Z[ recovery-image] Dec 21 05:07:22.991 INFO O| Dec 21 05:07:22.991 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-21T05:07:24.098Z[ recovery-image] Dec 21 05:07:23.052 INFO O| Dec 21 05:07:23.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54052024-12-21T05:07:24.098Z[ recovery-image] Dec 21 05:07:23.052 INFO O| Dec 21 05:07:23.052 INFO STEP 325 (remove_files) COMPLETE
54062024-12-21T05:07:24.098Z[ recovery-image] Dec 21 05:07:23.052 INFO O| Dec 21 05:07:23.052 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-21T05:07:24.123Z[ recovery-image] Dec 21 05:07:23.077 INFO O| Dec 21 05:07:23.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54082024-12-21T05:07:24.123Z[ recovery-image] Dec 21 05:07:23.077 INFO O| Dec 21 05:07:23.077 INFO STEP 326 (remove_files) COMPLETE
54092024-12-21T05:07:24.123Z[ recovery-image] Dec 21 05:07:23.077 INFO O| Dec 21 05:07:23.077 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-21T05:07:24.144Z[ recovery-image] Dec 21 05:07:23.099 INFO O| Dec 21 05:07:23.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54112024-12-21T05:07:24.144Z[ recovery-image] Dec 21 05:07:23.099 INFO O| Dec 21 05:07:23.099 INFO STEP 327 (remove_files) COMPLETE
54122024-12-21T05:07:24.147Z[ recovery-image] Dec 21 05:07:23.099 INFO O| Dec 21 05:07:23.099 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-21T05:07:24.164Z[ recovery-image] Dec 21 05:07:23.118 INFO O| Dec 21 05:07:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54142024-12-21T05:07:24.164Z[ recovery-image] Dec 21 05:07:23.118 INFO O| Dec 21 05:07:23.118 INFO STEP 328 (remove_files) COMPLETE
54152024-12-21T05:07:24.164Z[ recovery-image] Dec 21 05:07:23.118 INFO O| Dec 21 05:07:23.118 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-21T05:07:24.196Z[ recovery-image] Dec 21 05:07:23.151 INFO O| Dec 21 05:07:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54172024-12-21T05:07:24.196Z[ recovery-image] Dec 21 05:07:23.151 INFO O| Dec 21 05:07:23.151 INFO STEP 329 (remove_files) COMPLETE
54182024-12-21T05:07:24.199Z[ recovery-image] Dec 21 05:07:23.151 INFO O| Dec 21 05:07:23.151 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-21T05:07:24.239Z[ recovery-image] Dec 21 05:07:23.194 INFO O| Dec 21 05:07:23.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54202024-12-21T05:07:24.239Z[ recovery-image] Dec 21 05:07:23.194 INFO O| Dec 21 05:07:23.194 INFO STEP 330 (remove_files) COMPLETE
54212024-12-21T05:07:24.239Z[ recovery-image] Dec 21 05:07:23.194 INFO O| Dec 21 05:07:23.194 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-21T05:07:24.284Z[ recovery-image] Dec 21 05:07:23.240 INFO O| Dec 21 05:07:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54232024-12-21T05:07:24.287Z[ recovery-image] Dec 21 05:07:23.240 INFO O| Dec 21 05:07:23.240 INFO STEP 331 (remove_files) COMPLETE
54242024-12-21T05:07:24.287Z[ recovery-image] Dec 21 05:07:23.240 INFO O| Dec 21 05:07:23.240 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-21T05:07:24.315Z[ recovery-image] Dec 21 05:07:23.271 INFO O| Dec 21 05:07:23.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54262024-12-21T05:07:24.315Z[ recovery-image] Dec 21 05:07:23.272 INFO O| Dec 21 05:07:23.272 INFO STEP 332 (remove_files) COMPLETE
54272024-12-21T05:07:24.316Z[ recovery-image] Dec 21 05:07:23.272 INFO O| Dec 21 05:07:23.272 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-21T05:07:24.339Z[ recovery-image] Dec 21 05:07:23.295 INFO O| Dec 21 05:07:23.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54292024-12-21T05:07:24.361Z[ recovery-image] Dec 21 05:07:23.318 INFO O| Dec 21 05:07:23.318 INFO STEP 333 (remove_files) COMPLETE
54302024-12-21T05:07:24.361Z[ recovery-image] Dec 21 05:07:23.318 INFO O| Dec 21 05:07:23.318 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-21T05:07:24.423Z[ recovery-image] Dec 21 05:07:23.380 INFO O| Dec 21 05:07:23.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54322024-12-21T05:07:24.423Z[ recovery-image] Dec 21 05:07:23.380 INFO O| Dec 21 05:07:23.380 INFO STEP 334 (remove_files) COMPLETE
54332024-12-21T05:07:24.427Z[ recovery-image] Dec 21 05:07:23.380 INFO O| Dec 21 05:07:23.380 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-21T05:07:24.490Z[ recovery-image] Dec 21 05:07:23.446 INFO O| Dec 21 05:07:23.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54352024-12-21T05:07:24.493Z[ recovery-image] Dec 21 05:07:23.446 INFO O| Dec 21 05:07:23.446 INFO STEP 335 (remove_files) COMPLETE
54362024-12-21T05:07:24.493Z[ recovery-image] Dec 21 05:07:23.447 INFO O| Dec 21 05:07:23.447 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-21T05:07:24.517Z[ recovery-image] Dec 21 05:07:23.474 INFO O| Dec 21 05:07:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54382024-12-21T05:07:24.520Z[ recovery-image] Dec 21 05:07:23.474 INFO O| Dec 21 05:07:23.474 INFO STEP 336 (remove_files) COMPLETE
54392024-12-21T05:07:24.520Z[ recovery-image] Dec 21 05:07:23.474 INFO O| Dec 21 05:07:23.474 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-21T05:07:24.539Z[ recovery-image] Dec 21 05:07:23.496 INFO O| Dec 21 05:07:23.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54412024-12-21T05:07:24.541Z[ recovery-image] Dec 21 05:07:23.496 INFO O| Dec 21 05:07:23.496 INFO STEP 337 (remove_files) COMPLETE
54422024-12-21T05:07:24.541Z[ recovery-image] Dec 21 05:07:23.496 INFO O| Dec 21 05:07:23.496 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-21T05:07:24.557Z[ recovery-image] Dec 21 05:07:23.515 INFO O| Dec 21 05:07:23.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54442024-12-21T05:07:24.560Z[ recovery-image] Dec 21 05:07:23.516 INFO O| Dec 21 05:07:23.516 INFO STEP 338 (remove_files) COMPLETE
54452024-12-21T05:07:24.560Z[ recovery-image] Dec 21 05:07:23.516 INFO O| Dec 21 05:07:23.516 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-21T05:07:24.577Z[ recovery-image] Dec 21 05:07:23.535 INFO O| Dec 21 05:07:23.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
54472024-12-21T05:07:24.580Z[ recovery-image] Dec 21 05:07:23.536 INFO O| Dec 21 05:07:23.536 INFO STEP 339 (remove_files) COMPLETE
54482024-12-21T05:07:24.580Z[ recovery-image] Dec 21 05:07:23.536 INFO O| Dec 21 05:07:23.536 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-21T05:07:24.599Z[ recovery-image] Dec 21 05:07:23.558 INFO O| Dec 21 05:07:23.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54502024-12-21T05:07:24.602Z[ recovery-image] Dec 21 05:07:23.558 INFO O| Dec 21 05:07:23.558 INFO STEP 340 (remove_files) COMPLETE
54512024-12-21T05:07:24.602Z[ recovery-image] Dec 21 05:07:23.558 INFO O| Dec 21 05:07:23.558 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-21T05:07:24.639Z[ recovery-image] Dec 21 05:07:23.598 INFO O| Dec 21 05:07:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
54532024-12-21T05:07:24.639Z[ recovery-image] Dec 21 05:07:23.598 INFO O| Dec 21 05:07:23.598 INFO STEP 341 (remove_files) COMPLETE
54542024-12-21T05:07:24.639Z[ recovery-image] Dec 21 05:07:23.598 INFO O| Dec 21 05:07:23.598 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-21T05:07:24.657Z[ recovery-image] Dec 21 05:07:23.617 INFO O| Dec 21 05:07:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54562024-12-21T05:07:24.657Z[ recovery-image] Dec 21 05:07:23.617 INFO O| Dec 21 05:07:23.617 INFO STEP 342 (remove_files) COMPLETE
54572024-12-21T05:07:24.667Z[ recovery-image] Dec 21 05:07:23.617 INFO O| Dec 21 05:07:23.617 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-21T05:07:24.736Z[ recovery-image] Dec 21 05:07:23.696 INFO O| Dec 21 05:07:23.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
54592024-12-21T05:07:24.736Z[ recovery-image] Dec 21 05:07:23.696 INFO O| Dec 21 05:07:23.696 INFO STEP 343 (remove_files) COMPLETE
54602024-12-21T05:07:24.736Z[ recovery-image] Dec 21 05:07:23.696 INFO O| Dec 21 05:07:23.696 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-21T05:07:24.774Z[ recovery-image] Dec 21 05:07:23.734 INFO O| Dec 21 05:07:23.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54622024-12-21T05:07:24.776Z[ recovery-image] Dec 21 05:07:23.734 INFO O| Dec 21 05:07:23.734 INFO STEP 344 (remove_files) COMPLETE
54632024-12-21T05:07:24.776Z[ recovery-image] Dec 21 05:07:23.734 INFO O| Dec 21 05:07:23.734 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-21T05:07:24.798Z[ recovery-image] Dec 21 05:07:23.758 INFO O| Dec 21 05:07:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54652024-12-21T05:07:24.801Z[ recovery-image] Dec 21 05:07:23.759 INFO O| Dec 21 05:07:23.759 INFO STEP 345 (remove_files) COMPLETE
54662024-12-21T05:07:24.801Z[ recovery-image] Dec 21 05:07:23.759 INFO O| Dec 21 05:07:23.759 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-21T05:07:24.836Z[ recovery-image] Dec 21 05:07:23.795 INFO O| Dec 21 05:07:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54682024-12-21T05:07:24.836Z[ recovery-image] Dec 21 05:07:23.796 INFO O| Dec 21 05:07:23.795 INFO STEP 346 (remove_files) COMPLETE
54692024-12-21T05:07:24.836Z[ recovery-image] Dec 21 05:07:23.796 INFO O| Dec 21 05:07:23.795 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-21T05:07:24.856Z[ recovery-image] Dec 21 05:07:23.817 INFO O| Dec 21 05:07:23.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54712024-12-21T05:07:24.856Z[ recovery-image] Dec 21 05:07:23.817 INFO O| Dec 21 05:07:23.817 INFO STEP 347 (remove_files) COMPLETE
54722024-12-21T05:07:24.859Z[ recovery-image] Dec 21 05:07:23.817 INFO O| Dec 21 05:07:23.817 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-21T05:07:24.882Z[ recovery-image] Dec 21 05:07:23.842 INFO O| Dec 21 05:07:23.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54742024-12-21T05:07:24.882Z[ recovery-image] Dec 21 05:07:23.842 INFO O| Dec 21 05:07:23.842 INFO STEP 348 (remove_files) COMPLETE
54752024-12-21T05:07:24.882Z[ recovery-image] Dec 21 05:07:23.842 INFO O| Dec 21 05:07:23.842 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-21T05:07:24.911Z[ recovery-image] Dec 21 05:07:23.871 INFO O| Dec 21 05:07:23.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54772024-12-21T05:07:24.911Z[ recovery-image] Dec 21 05:07:23.871 INFO O| Dec 21 05:07:23.871 INFO STEP 349 (remove_files) COMPLETE
54782024-12-21T05:07:24.911Z[ recovery-image] Dec 21 05:07:23.871 INFO O| Dec 21 05:07:23.871 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-21T05:07:24.964Z[ recovery-image] Dec 21 05:07:23.925 INFO O| Dec 21 05:07:23.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54802024-12-21T05:07:24.964Z[ recovery-image] Dec 21 05:07:23.925 INFO O| Dec 21 05:07:23.925 INFO STEP 350 (remove_files) COMPLETE
54812024-12-21T05:07:24.964Z[ recovery-image] Dec 21 05:07:23.925 INFO O| Dec 21 05:07:23.925 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-21T05:07:24.985Z[ recovery-image] Dec 21 05:07:23.947 INFO O| Dec 21 05:07:23.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54832024-12-21T05:07:24.985Z[ recovery-image] Dec 21 05:07:23.947 INFO O| Dec 21 05:07:23.947 INFO STEP 351 (remove_files) COMPLETE
54842024-12-21T05:07:24.988Z[ recovery-image] Dec 21 05:07:23.947 INFO O| Dec 21 05:07:23.947 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-21T05:07:25.049Z[ recovery-image] Dec 21 05:07:24.010 INFO O| Dec 21 05:07:24.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54862024-12-21T05:07:25.049Z[ recovery-image] Dec 21 05:07:24.010 INFO O| Dec 21 05:07:24.010 INFO STEP 352 (remove_files) COMPLETE
54872024-12-21T05:07:25.049Z[ recovery-image] Dec 21 05:07:24.010 INFO O| Dec 21 05:07:24.010 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-21T05:07:25.067Z[ recovery-image] Dec 21 05:07:24.030 INFO O| Dec 21 05:07:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54892024-12-21T05:07:25.067Z[ recovery-image] Dec 21 05:07:24.030 INFO O| Dec 21 05:07:24.030 INFO STEP 353 (remove_files) COMPLETE
54902024-12-21T05:07:25.068Z[ recovery-image] Dec 21 05:07:24.030 INFO O| Dec 21 05:07:24.030 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-21T05:07:25.099Z[ recovery-image] Dec 21 05:07:24.062 INFO O| Dec 21 05:07:24.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54922024-12-21T05:07:25.099Z[ recovery-image] Dec 21 05:07:24.062 INFO O| Dec 21 05:07:24.062 INFO STEP 354 (remove_files) COMPLETE
54932024-12-21T05:07:25.099Z[ recovery-image] Dec 21 05:07:24.062 INFO O| Dec 21 05:07:24.062 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-21T05:07:25.124Z[ recovery-image] Dec 21 05:07:24.086 INFO O| Dec 21 05:07:24.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54952024-12-21T05:07:25.124Z[ recovery-image] Dec 21 05:07:24.086 INFO O| Dec 21 05:07:24.086 INFO STEP 355 (remove_files) COMPLETE
54962024-12-21T05:07:25.124Z[ recovery-image] Dec 21 05:07:24.086 INFO O| Dec 21 05:07:24.086 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-21T05:07:25.146Z[ recovery-image] Dec 21 05:07:24.107 INFO O| Dec 21 05:07:24.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54982024-12-21T05:07:25.146Z[ recovery-image] Dec 21 05:07:24.107 INFO O| Dec 21 05:07:24.107 INFO STEP 356 (remove_files) COMPLETE
54992024-12-21T05:07:25.146Z[ recovery-image] Dec 21 05:07:24.107 INFO O| Dec 21 05:07:24.107 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-21T05:07:25.167Z[ recovery-image] Dec 21 05:07:24.130 INFO O| Dec 21 05:07:24.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
55012024-12-21T05:07:25.167Z[ recovery-image] Dec 21 05:07:24.130 INFO O| Dec 21 05:07:24.130 INFO STEP 357 (remove_files) COMPLETE
55022024-12-21T05:07:25.167Z[ recovery-image] Dec 21 05:07:24.130 INFO O| Dec 21 05:07:24.130 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-21T05:07:25.203Z[ recovery-image] Dec 21 05:07:24.167 INFO O| Dec 21 05:07:24.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
55042024-12-21T05:07:25.203Z[ recovery-image] Dec 21 05:07:24.167 INFO O| Dec 21 05:07:24.167 INFO STEP 358 (remove_files) COMPLETE
55052024-12-21T05:07:25.203Z[ recovery-image] Dec 21 05:07:24.167 INFO O| Dec 21 05:07:24.167 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-21T05:07:25.259Z[ recovery-image] Dec 21 05:07:24.223 INFO O| Dec 21 05:07:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
55072024-12-21T05:07:25.259Z[ recovery-image] Dec 21 05:07:24.223 INFO O| Dec 21 05:07:24.223 INFO STEP 359 (remove_files) COMPLETE
55082024-12-21T05:07:25.259Z[ recovery-image] Dec 21 05:07:24.223 INFO O| Dec 21 05:07:24.223 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-21T05:07:25.292Z[ recovery-image] Dec 21 05:07:24.257 INFO O| Dec 21 05:07:24.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
55102024-12-21T05:07:25.295Z[ recovery-image] Dec 21 05:07:24.258 INFO O| Dec 21 05:07:24.257 INFO STEP 360 (remove_files) COMPLETE
55112024-12-21T05:07:25.295Z[ recovery-image] Dec 21 05:07:24.258 INFO O| Dec 21 05:07:24.258 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-21T05:07:25.316Z[ recovery-image] Dec 21 05:07:24.281 INFO O| Dec 21 05:07:24.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
55132024-12-21T05:07:25.321Z[ recovery-image] Dec 21 05:07:24.281 INFO O| Dec 21 05:07:24.281 INFO STEP 361 (remove_files) COMPLETE
55142024-12-21T05:07:25.321Z[ recovery-image] Dec 21 05:07:24.281 INFO O| Dec 21 05:07:24.281 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-21T05:07:25.372Z[ recovery-image] Dec 21 05:07:24.338 INFO O| Dec 21 05:07:24.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
55162024-12-21T05:07:25.372Z[ recovery-image] Dec 21 05:07:24.338 INFO O| Dec 21 05:07:24.338 INFO STEP 362 (remove_files) COMPLETE
55172024-12-21T05:07:25.372Z[ recovery-image] Dec 21 05:07:24.338 INFO O| Dec 21 05:07:24.338 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-21T05:07:25.396Z[ recovery-image] Dec 21 05:07:24.362 INFO O| Dec 21 05:07:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
55192024-12-21T05:07:25.396Z[ recovery-image] Dec 21 05:07:24.362 INFO O| Dec 21 05:07:24.362 INFO STEP 363 (remove_files) COMPLETE
55202024-12-21T05:07:25.396Z[ recovery-image] Dec 21 05:07:24.362 INFO O| Dec 21 05:07:24.362 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-21T05:07:25.419Z[ recovery-image] Dec 21 05:07:24.385 INFO O| Dec 21 05:07:24.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
55222024-12-21T05:07:25.419Z[ recovery-image] Dec 21 05:07:24.385 INFO O| Dec 21 05:07:24.385 INFO STEP 364 (remove_files) COMPLETE
55232024-12-21T05:07:25.419Z[ recovery-image] Dec 21 05:07:24.385 INFO O| Dec 21 05:07:24.385 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-21T05:07:25.474Z[ recovery-image] Dec 21 05:07:24.441 INFO O| Dec 21 05:07:24.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
55252024-12-21T05:07:25.474Z[ recovery-image] Dec 21 05:07:24.441 INFO O| Dec 21 05:07:24.441 INFO STEP 365 (remove_files) COMPLETE
55262024-12-21T05:07:25.475Z[ recovery-image] Dec 21 05:07:24.441 INFO O| Dec 21 05:07:24.441 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-21T05:07:25.519Z[ recovery-image] Dec 21 05:07:24.486 INFO O| Dec 21 05:07:24.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55282024-12-21T05:07:25.519Z[ recovery-image] Dec 21 05:07:24.486 INFO O| Dec 21 05:07:24.486 INFO STEP 366 (remove_files) COMPLETE
55292024-12-21T05:07:25.519Z[ recovery-image] Dec 21 05:07:24.486 INFO O| Dec 21 05:07:24.486 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-21T05:07:25.554Z[ recovery-image] Dec 21 05:07:24.520 INFO O| Dec 21 05:07:24.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55312024-12-21T05:07:25.554Z[ recovery-image] Dec 21 05:07:24.520 INFO O| Dec 21 05:07:24.520 INFO STEP 367 (remove_files) COMPLETE
55322024-12-21T05:07:25.554Z[ recovery-image] Dec 21 05:07:24.520 INFO O| Dec 21 05:07:24.520 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-21T05:07:25.591Z[ recovery-image] Dec 21 05:07:24.559 INFO O| Dec 21 05:07:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55342024-12-21T05:07:25.594Z[ recovery-image] Dec 21 05:07:24.559 INFO O| Dec 21 05:07:24.559 INFO STEP 368 (remove_files) COMPLETE
55352024-12-21T05:07:25.594Z[ recovery-image] Dec 21 05:07:24.559 INFO O| Dec 21 05:07:24.559 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-21T05:07:25.622Z[ recovery-image] Dec 21 05:07:24.590 INFO O| Dec 21 05:07:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55372024-12-21T05:07:25.622Z[ recovery-image] Dec 21 05:07:24.590 INFO O| Dec 21 05:07:24.590 INFO STEP 369 (remove_files) COMPLETE
55382024-12-21T05:07:25.622Z[ recovery-image] Dec 21 05:07:24.590 INFO O| Dec 21 05:07:24.590 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-21T05:07:25.663Z[ recovery-image] Dec 21 05:07:24.630 INFO O| Dec 21 05:07:24.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
55402024-12-21T05:07:25.663Z[ recovery-image] Dec 21 05:07:24.630 INFO O| Dec 21 05:07:24.630 INFO STEP 370 (remove_files) COMPLETE
55412024-12-21T05:07:25.663Z[ recovery-image] Dec 21 05:07:24.630 INFO O| Dec 21 05:07:24.630 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-21T05:07:25.685Z[ recovery-image] Dec 21 05:07:24.653 INFO O| Dec 21 05:07:24.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55432024-12-21T05:07:25.685Z[ recovery-image] Dec 21 05:07:24.653 INFO O| Dec 21 05:07:24.653 INFO STEP 371 (remove_files) COMPLETE
55442024-12-21T05:07:25.685Z[ recovery-image] Dec 21 05:07:24.653 INFO O| Dec 21 05:07:24.653 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-21T05:07:25.722Z[ recovery-image] Dec 21 05:07:24.691 INFO O| Dec 21 05:07:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55462024-12-21T05:07:25.722Z[ recovery-image] Dec 21 05:07:24.691 INFO O| Dec 21 05:07:24.691 INFO STEP 372 (remove_files) COMPLETE
55472024-12-21T05:07:25.726Z[ recovery-image] Dec 21 05:07:24.691 INFO O| Dec 21 05:07:24.691 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-21T05:07:25.773Z[ recovery-image] Dec 21 05:07:24.742 INFO O| Dec 21 05:07:24.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55492024-12-21T05:07:25.773Z[ recovery-image] Dec 21 05:07:24.742 INFO O| Dec 21 05:07:24.742 INFO STEP 373 (remove_files) COMPLETE
55502024-12-21T05:07:25.773Z[ recovery-image] Dec 21 05:07:24.742 INFO O| Dec 21 05:07:24.742 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-21T05:07:25.797Z[ recovery-image] Dec 21 05:07:24.767 INFO O| Dec 21 05:07:24.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55522024-12-21T05:07:25.797Z[ recovery-image] Dec 21 05:07:24.767 INFO O| Dec 21 05:07:24.767 INFO STEP 374 (remove_files) COMPLETE
55532024-12-21T05:07:25.797Z[ recovery-image] Dec 21 05:07:24.767 INFO O| Dec 21 05:07:24.767 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-21T05:07:25.833Z[ recovery-image] Dec 21 05:07:24.803 INFO O| Dec 21 05:07:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55552024-12-21T05:07:25.836Z[ recovery-image] Dec 21 05:07:24.803 INFO O| Dec 21 05:07:24.803 INFO STEP 375 (remove_files) COMPLETE
55562024-12-21T05:07:25.836Z[ recovery-image] Dec 21 05:07:24.804 INFO O| Dec 21 05:07:24.803 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-21T05:07:25.855Z[ recovery-image] Dec 21 05:07:24.824 INFO O| Dec 21 05:07:24.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55582024-12-21T05:07:25.855Z[ recovery-image] Dec 21 05:07:24.824 INFO O| Dec 21 05:07:24.824 INFO STEP 376 (remove_files) COMPLETE
55592024-12-21T05:07:25.855Z[ recovery-image] Dec 21 05:07:24.824 INFO O| Dec 21 05:07:24.824 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-21T05:07:25.889Z[ recovery-image] Dec 21 05:07:24.859 INFO O| Dec 21 05:07:24.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55612024-12-21T05:07:25.889Z[ recovery-image] Dec 21 05:07:24.859 INFO O| Dec 21 05:07:24.859 INFO STEP 377 (remove_files) COMPLETE
55622024-12-21T05:07:25.891Z[ recovery-image] Dec 21 05:07:24.859 INFO O| Dec 21 05:07:24.859 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-21T05:07:25.913Z[ recovery-image] Dec 21 05:07:24.883 INFO O| Dec 21 05:07:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55642024-12-21T05:07:25.913Z[ recovery-image] Dec 21 05:07:24.884 INFO O| Dec 21 05:07:24.883 INFO STEP 378 (remove_files) COMPLETE
55652024-12-21T05:07:25.913Z[ recovery-image] Dec 21 05:07:24.884 INFO O| Dec 21 05:07:24.884 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-21T05:07:25.951Z[ recovery-image] Dec 21 05:07:24.921 INFO O| Dec 21 05:07:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55672024-12-21T05:07:25.951Z[ recovery-image] Dec 21 05:07:24.921 INFO O| Dec 21 05:07:24.921 INFO STEP 379 (remove_files) COMPLETE
55682024-12-21T05:07:25.951Z[ recovery-image] Dec 21 05:07:24.921 INFO O| Dec 21 05:07:24.921 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-21T05:07:25.987Z[ recovery-image] Dec 21 05:07:24.958 INFO O| Dec 21 05:07:24.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55702024-12-21T05:07:25.987Z[ recovery-image] Dec 21 05:07:24.958 INFO O| Dec 21 05:07:24.958 INFO STEP 380 (remove_files) COMPLETE
55712024-12-21T05:07:25.987Z[ recovery-image] Dec 21 05:07:24.958 INFO O| Dec 21 05:07:24.958 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-21T05:07:26.039Z[ recovery-image] Dec 21 05:07:25.011 INFO O| Dec 21 05:07:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55732024-12-21T05:07:26.039Z[ recovery-image] Dec 21 05:07:25.011 INFO O| Dec 21 05:07:25.011 INFO STEP 381 (remove_files) COMPLETE
55742024-12-21T05:07:26.039Z[ recovery-image] Dec 21 05:07:25.011 INFO O| Dec 21 05:07:25.011 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-21T05:07:26.059Z[ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55762024-12-21T05:07:26.059Z[ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO STEP 382 (remove_files) COMPLETE
55772024-12-21T05:07:26.062Z[ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-21T05:07:26.082Z[ recovery-image] Dec 21 05:07:25.054 INFO O| Dec 21 05:07:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55792024-12-21T05:07:26.082Z[ recovery-image] Dec 21 05:07:25.054 INFO O| Dec 21 05:07:25.054 INFO STEP 383 (remove_files) COMPLETE
55802024-12-21T05:07:26.082Z[ recovery-image] Dec 21 05:07:25.054 INFO O| Dec 21 05:07:25.054 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-21T05:07:26.439Z[ recovery-image] Dec 21 05:07:25.078 INFO O| Dec 21 05:07:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55822024-12-21T05:07:26.439Z[ recovery-image] Dec 21 05:07:25.078 INFO O| Dec 21 05:07:25.078 INFO STEP 384 (remove_files) COMPLETE
55832024-12-21T05:07:26.440Z[ recovery-image] Dec 21 05:07:25.078 INFO O| Dec 21 05:07:25.078 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-21T05:07:26.459Z[ recovery-image] Dec 21 05:07:25.099 INFO O| Dec 21 05:07:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55852024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.099 INFO O| Dec 21 05:07:25.099 INFO STEP 385 (remove_files) COMPLETE
55862024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.099 INFO O| Dec 21 05:07:25.099 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.116 INFO O| Dec 21 05:07:25.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55882024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.116 INFO O| Dec 21 05:07:25.116 INFO STEP 386 (remove_files) COMPLETE
55892024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.116 INFO O| Dec 21 05:07:25.116 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.134 INFO O| Dec 21 05:07:25.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55912024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.134 INFO O| Dec 21 05:07:25.134 INFO STEP 387 (remove_files) COMPLETE
55922024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.135 INFO O| Dec 21 05:07:25.134 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.162 INFO O| Dec 21 05:07:25.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55942024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.162 INFO O| Dec 21 05:07:25.162 INFO STEP 388 (remove_files) COMPLETE
55952024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.162 INFO O| Dec 21 05:07:25.162 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.206 INFO O| Dec 21 05:07:25.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55972024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.206 INFO O| Dec 21 05:07:25.206 INFO STEP 389 (remove_files) COMPLETE
55982024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.206 INFO O| Dec 21 05:07:25.206 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.232 INFO O| Dec 21 05:07:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56002024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.233 INFO O| Dec 21 05:07:25.233 INFO STEP 390 (remove_files) COMPLETE
56012024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.233 INFO O| Dec 21 05:07:25.233 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.257 INFO O| Dec 21 05:07:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
56032024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.258 INFO O| Dec 21 05:07:25.257 INFO STEP 391 (remove_files) COMPLETE
56042024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.258 INFO O| Dec 21 05:07:25.258 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-21T05:07:26.460Z[ recovery-image] Dec 21 05:07:25.279 INFO O| Dec 21 05:07:25.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
56062024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.280 INFO O| Dec 21 05:07:25.280 INFO STEP 392 (remove_files) COMPLETE
56072024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.280 INFO O| Dec 21 05:07:25.280 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.325 INFO O| Dec 21 05:07:25.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
56092024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.325 INFO O| Dec 21 05:07:25.325 INFO STEP 393 (remove_files) COMPLETE
56102024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.326 INFO O| Dec 21 05:07:25.325 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.347 INFO O| Dec 21 05:07:25.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
56122024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.372 INFO O| Dec 21 05:07:25.372 INFO STEP 394 (remove_files) COMPLETE
56132024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.372 INFO O| Dec 21 05:07:25.372 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.407 INFO O| Dec 21 05:07:25.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
56152024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.407 INFO O| Dec 21 05:07:25.407 INFO STEP 395 (remove_files) COMPLETE
56162024-12-21T05:07:26.461Z[ recovery-image] Dec 21 05:07:25.407 INFO O| Dec 21 05:07:25.407 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-21T05:07:26.464Z[ recovery-image] Dec 21 05:07:25.429 INFO O| Dec 21 05:07:25.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56182024-12-21T05:07:26.464Z[ recovery-image] Dec 21 05:07:25.429 INFO O| Dec 21 05:07:25.429 INFO STEP 396 (remove_files) COMPLETE
56192024-12-21T05:07:26.464Z[ recovery-image] Dec 21 05:07:25.429 INFO O| Dec 21 05:07:25.429 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-21T05:07:26.512Z[ recovery-image] Dec 21 05:07:25.487 INFO O| Dec 21 05:07:25.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56212024-12-21T05:07:26.512Z[ recovery-image] Dec 21 05:07:25.488 INFO O| Dec 21 05:07:25.488 INFO STEP 397 (remove_files) COMPLETE
56222024-12-21T05:07:26.512Z[ recovery-image] Dec 21 05:07:25.488 INFO O| Dec 21 05:07:25.488 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-21T05:07:26.538Z[ recovery-image] Dec 21 05:07:25.512 INFO O| Dec 21 05:07:25.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56242024-12-21T05:07:26.538Z[ recovery-image] Dec 21 05:07:25.512 INFO O| Dec 21 05:07:25.512 INFO STEP 398 (remove_files) COMPLETE
56252024-12-21T05:07:26.543Z[ recovery-image] Dec 21 05:07:25.512 INFO O| Dec 21 05:07:25.512 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-21T05:07:26.595Z[ recovery-image] Dec 21 05:07:25.572 INFO O| Dec 21 05:07:25.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56272024-12-21T05:07:26.595Z[ recovery-image] Dec 21 05:07:25.572 INFO O| Dec 21 05:07:25.572 INFO STEP 399 (remove_files) COMPLETE
56282024-12-21T05:07:26.598Z[ recovery-image] Dec 21 05:07:25.572 INFO O| Dec 21 05:07:25.572 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-21T05:07:26.626Z[ recovery-image] Dec 21 05:07:25.603 INFO O| Dec 21 05:07:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56302024-12-21T05:07:26.626Z[ recovery-image] Dec 21 05:07:25.603 INFO O| Dec 21 05:07:25.603 INFO STEP 400 (remove_files) COMPLETE
56312024-12-21T05:07:26.626Z[ recovery-image] Dec 21 05:07:25.603 INFO O| Dec 21 05:07:25.603 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-21T05:07:26.648Z[ recovery-image] Dec 21 05:07:25.625 INFO O| Dec 21 05:07:25.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56332024-12-21T05:07:26.648Z[ recovery-image] Dec 21 05:07:25.625 INFO O| Dec 21 05:07:25.625 INFO STEP 401 (remove_files) COMPLETE
56342024-12-21T05:07:26.648Z[ recovery-image] Dec 21 05:07:25.625 INFO O| Dec 21 05:07:25.625 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-21T05:07:26.668Z[ recovery-image] Dec 21 05:07:25.645 INFO O| Dec 21 05:07:25.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56362024-12-21T05:07:26.668Z[ recovery-image] Dec 21 05:07:25.646 INFO O| Dec 21 05:07:25.646 INFO STEP 402 (remove_files) COMPLETE
56372024-12-21T05:07:26.668Z[ recovery-image] Dec 21 05:07:25.646 INFO O| Dec 21 05:07:25.646 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-21T05:07:26.730Z[ recovery-image] Dec 21 05:07:25.708 INFO O| Dec 21 05:07:25.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56392024-12-21T05:07:26.730Z[ recovery-image] Dec 21 05:07:25.708 INFO O| Dec 21 05:07:25.708 INFO STEP 403 (remove_files) COMPLETE
56402024-12-21T05:07:26.730Z[ recovery-image] Dec 21 05:07:25.708 INFO O| Dec 21 05:07:25.708 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-21T05:07:26.774Z[ recovery-image] Dec 21 05:07:25.752 INFO O| Dec 21 05:07:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56422024-12-21T05:07:26.774Z[ recovery-image] Dec 21 05:07:25.752 INFO O| Dec 21 05:07:25.752 INFO STEP 404 (remove_files) COMPLETE
56432024-12-21T05:07:26.774Z[ recovery-image] Dec 21 05:07:25.752 INFO O| Dec 21 05:07:25.752 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-21T05:07:26.795Z[ recovery-image] Dec 21 05:07:25.773 INFO O| Dec 21 05:07:25.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56452024-12-21T05:07:26.795Z[ recovery-image] Dec 21 05:07:25.773 INFO O| Dec 21 05:07:25.773 INFO STEP 405 (remove_files) COMPLETE
56462024-12-21T05:07:26.798Z[ recovery-image] Dec 21 05:07:25.773 INFO O| Dec 21 05:07:25.773 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-21T05:07:26.814Z[ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56482024-12-21T05:07:26.814Z[ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO STEP 406 (remove_files) COMPLETE
56492024-12-21T05:07:26.817Z[ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-21T05:07:26.853Z[ recovery-image] Dec 21 05:07:25.832 INFO O| Dec 21 05:07:25.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56512024-12-21T05:07:26.853Z[ recovery-image] Dec 21 05:07:25.832 INFO O| Dec 21 05:07:25.832 INFO STEP 407 (remove_files) COMPLETE
56522024-12-21T05:07:26.853Z[ recovery-image] Dec 21 05:07:25.832 INFO O| Dec 21 05:07:25.832 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-21T05:07:26.874Z[ recovery-image] Dec 21 05:07:25.854 INFO O| Dec 21 05:07:25.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56542024-12-21T05:07:26.874Z[ recovery-image] Dec 21 05:07:25.854 INFO O| Dec 21 05:07:25.854 INFO STEP 408 (remove_files) COMPLETE
56552024-12-21T05:07:26.874Z[ recovery-image] Dec 21 05:07:25.854 INFO O| Dec 21 05:07:25.854 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-21T05:07:26.919Z[ recovery-image] Dec 21 05:07:25.899 INFO O| Dec 21 05:07:25.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56572024-12-21T05:07:26.922Z[ recovery-image] Dec 21 05:07:25.899 INFO O| Dec 21 05:07:25.899 INFO STEP 409 (remove_files) COMPLETE
56582024-12-21T05:07:26.922Z[ recovery-image] Dec 21 05:07:25.899 INFO O| Dec 21 05:07:25.899 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-21T05:07:26.941Z[ recovery-image] Dec 21 05:07:25.920 INFO O| Dec 21 05:07:25.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56602024-12-21T05:07:26.943Z[ recovery-image] Dec 21 05:07:25.921 INFO O| Dec 21 05:07:25.921 INFO STEP 410 (remove_files) COMPLETE
56612024-12-21T05:07:26.943Z[ recovery-image] Dec 21 05:07:25.921 INFO O| Dec 21 05:07:25.921 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-21T05:07:26.960Z[ recovery-image] Dec 21 05:07:25.940 INFO O| Dec 21 05:07:25.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56632024-12-21T05:07:26.963Z[ recovery-image] Dec 21 05:07:25.940 INFO O| Dec 21 05:07:25.940 INFO STEP 411 (remove_files) COMPLETE
56642024-12-21T05:07:26.963Z[ recovery-image] Dec 21 05:07:25.940 INFO O| Dec 21 05:07:25.940 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-21T05:07:26.995Z[ recovery-image] Dec 21 05:07:25.975 INFO O| Dec 21 05:07:25.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56662024-12-21T05:07:26.998Z[ recovery-image] Dec 21 05:07:25.975 INFO O| Dec 21 05:07:25.975 INFO STEP 412 (remove_files) COMPLETE
56672024-12-21T05:07:26.998Z[ recovery-image] Dec 21 05:07:25.975 INFO O| Dec 21 05:07:25.975 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-21T05:07:27.038Z[ recovery-image] Dec 21 05:07:26.019 INFO O| Dec 21 05:07:26.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56692024-12-21T05:07:27.038Z[ recovery-image] Dec 21 05:07:26.019 INFO O| Dec 21 05:07:26.019 INFO STEP 413 (remove_files) COMPLETE
56702024-12-21T05:07:27.041Z[ recovery-image] Dec 21 05:07:26.019 INFO O| Dec 21 05:07:26.019 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-21T05:07:27.075Z[ recovery-image] Dec 21 05:07:26.055 INFO O| Dec 21 05:07:26.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56722024-12-21T05:07:27.075Z[ recovery-image] Dec 21 05:07:26.055 INFO O| Dec 21 05:07:26.055 INFO STEP 414 (remove_files) COMPLETE
56732024-12-21T05:07:27.075Z[ recovery-image] Dec 21 05:07:26.055 INFO O| Dec 21 05:07:26.055 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-21T05:07:27.136Z[ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56752024-12-21T05:07:27.136Z[ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO STEP 415 (remove_files) COMPLETE
56762024-12-21T05:07:27.136Z[ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-21T05:07:27.164Z[ recovery-image] Dec 21 05:07:26.146 INFO O| Dec 21 05:07:26.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56782024-12-21T05:07:27.164Z[ recovery-image] Dec 21 05:07:26.146 INFO O| Dec 21 05:07:26.146 INFO STEP 416 (remove_files) COMPLETE
56792024-12-21T05:07:27.164Z[ recovery-image] Dec 21 05:07:26.146 INFO O| Dec 21 05:07:26.146 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-21T05:07:27.202Z[ recovery-image] Dec 21 05:07:26.183 INFO O| Dec 21 05:07:26.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56812024-12-21T05:07:27.202Z[ recovery-image] Dec 21 05:07:26.183 INFO O| Dec 21 05:07:26.183 INFO STEP 417 (remove_files) COMPLETE
56822024-12-21T05:07:27.204Z[ recovery-image] Dec 21 05:07:26.183 INFO O| Dec 21 05:07:26.183 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-21T05:07:27.240Z[ recovery-image] Dec 21 05:07:26.223 INFO O| Dec 21 05:07:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56842024-12-21T05:07:27.240Z[ recovery-image] Dec 21 05:07:26.223 INFO O| Dec 21 05:07:26.223 INFO STEP 418 (remove_files) COMPLETE
56852024-12-21T05:07:27.240Z[ recovery-image] Dec 21 05:07:26.223 INFO O| Dec 21 05:07:26.223 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-21T05:07:27.279Z[ recovery-image] Dec 21 05:07:26.262 INFO O| Dec 21 05:07:26.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56872024-12-21T05:07:27.282Z[ recovery-image] Dec 21 05:07:26.262 INFO O| Dec 21 05:07:26.262 INFO STEP 419 (remove_files) COMPLETE
56882024-12-21T05:07:27.282Z[ recovery-image] Dec 21 05:07:26.262 INFO O| Dec 21 05:07:26.262 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-21T05:07:27.300Z[ recovery-image] Dec 21 05:07:26.283 INFO O| Dec 21 05:07:26.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56902024-12-21T05:07:27.303Z[ recovery-image] Dec 21 05:07:26.284 INFO O| Dec 21 05:07:26.283 INFO STEP 420 (remove_files) COMPLETE
56912024-12-21T05:07:27.303Z[ recovery-image] Dec 21 05:07:26.284 INFO O| Dec 21 05:07:26.284 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-21T05:07:27.319Z[ recovery-image] Dec 21 05:07:26.303 INFO O| Dec 21 05:07:26.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56932024-12-21T05:07:27.322Z[ recovery-image] Dec 21 05:07:26.303 INFO O| Dec 21 05:07:26.303 INFO STEP 421 (remove_files) COMPLETE
56942024-12-21T05:07:27.322Z[ recovery-image] Dec 21 05:07:26.303 INFO O| Dec 21 05:07:26.303 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-21T05:07:27.338Z[ recovery-image] Dec 21 05:07:26.322 INFO O| Dec 21 05:07:26.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56962024-12-21T05:07:27.338Z[ recovery-image] Dec 21 05:07:26.322 INFO O| Dec 21 05:07:26.322 INFO STEP 422 (remove_files) COMPLETE
56972024-12-21T05:07:27.338Z[ recovery-image] Dec 21 05:07:26.322 INFO O| Dec 21 05:07:26.322 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-21T05:07:27.372Z[ recovery-image] Dec 21 05:07:26.355 INFO O| Dec 21 05:07:26.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56992024-12-21T05:07:27.376Z[ recovery-image] Dec 21 05:07:26.356 INFO O| Dec 21 05:07:26.356 INFO STEP 423 (remove_files) COMPLETE
57002024-12-21T05:07:27.376Z[ recovery-image] Dec 21 05:07:26.356 INFO O| Dec 21 05:07:26.356 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-21T05:07:27.414Z[ recovery-image] Dec 21 05:07:26.398 INFO O| Dec 21 05:07:26.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57022024-12-21T05:07:27.414Z[ recovery-image] Dec 21 05:07:26.398 INFO O| Dec 21 05:07:26.398 INFO STEP 424 (remove_files) COMPLETE
57032024-12-21T05:07:27.414Z[ recovery-image] Dec 21 05:07:26.398 INFO O| Dec 21 05:07:26.398 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-21T05:07:27.451Z[ recovery-image] Dec 21 05:07:26.435 INFO O| Dec 21 05:07:26.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
57052024-12-21T05:07:27.451Z[ recovery-image] Dec 21 05:07:26.436 INFO O| Dec 21 05:07:26.435 INFO STEP 425 (remove_files) COMPLETE
57062024-12-21T05:07:27.451Z[ recovery-image] Dec 21 05:07:26.436 INFO O| Dec 21 05:07:26.435 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-21T05:07:27.491Z[ recovery-image] Dec 21 05:07:26.476 INFO O| Dec 21 05:07:26.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
57082024-12-21T05:07:27.492Z[ recovery-image] Dec 21 05:07:26.477 INFO O| Dec 21 05:07:26.477 INFO STEP 426 (remove_files) COMPLETE
57092024-12-21T05:07:27.494Z[ recovery-image] Dec 21 05:07:26.477 INFO O| Dec 21 05:07:26.477 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-21T05:07:27.538Z[ recovery-image] Dec 21 05:07:26.523 INFO O| Dec 21 05:07:26.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
57112024-12-21T05:07:27.538Z[ recovery-image] Dec 21 05:07:26.523 INFO O| Dec 21 05:07:26.523 INFO STEP 427 (remove_files) COMPLETE
57122024-12-21T05:07:27.538Z[ recovery-image] Dec 21 05:07:26.523 INFO O| Dec 21 05:07:26.523 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-21T05:07:27.600Z[ recovery-image] Dec 21 05:07:26.586 INFO O| Dec 21 05:07:26.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
57142024-12-21T05:07:27.600Z[ recovery-image] Dec 21 05:07:26.586 INFO O| Dec 21 05:07:26.586 INFO STEP 428 (remove_files) COMPLETE
57152024-12-21T05:07:27.600Z[ recovery-image] Dec 21 05:07:26.586 INFO O| Dec 21 05:07:26.586 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-21T05:07:27.657Z[ recovery-image] Dec 21 05:07:26.644 INFO O| Dec 21 05:07:26.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57172024-12-21T05:07:27.657Z[ recovery-image] Dec 21 05:07:26.644 INFO O| Dec 21 05:07:26.644 INFO STEP 429 (remove_files) COMPLETE
57182024-12-21T05:07:27.660Z[ recovery-image] Dec 21 05:07:26.644 INFO O| Dec 21 05:07:26.644 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-21T05:07:27.714Z[ recovery-image] Dec 21 05:07:26.701 INFO O| Dec 21 05:07:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57202024-12-21T05:07:27.714Z[ recovery-image] Dec 21 05:07:26.701 INFO O| Dec 21 05:07:26.701 INFO STEP 430 (remove_files) COMPLETE
57212024-12-21T05:07:27.714Z[ recovery-image] Dec 21 05:07:26.701 INFO O| Dec 21 05:07:26.701 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-21T05:07:27.734Z[ recovery-image] Dec 21 05:07:26.721 INFO O| Dec 21 05:07:26.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57232024-12-21T05:07:27.734Z[ recovery-image] Dec 21 05:07:26.721 INFO O| Dec 21 05:07:26.721 INFO STEP 431 (remove_files) COMPLETE
57242024-12-21T05:07:27.734Z[ recovery-image] Dec 21 05:07:26.721 INFO O| Dec 21 05:07:26.721 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-21T05:07:27.752Z[ recovery-image] Dec 21 05:07:26.740 INFO O| Dec 21 05:07:26.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57262024-12-21T05:07:27.752Z[ recovery-image] Dec 21 05:07:26.740 INFO O| Dec 21 05:07:26.740 INFO STEP 432 (remove_files) COMPLETE
57272024-12-21T05:07:27.752Z[ recovery-image] Dec 21 05:07:26.740 INFO O| Dec 21 05:07:26.740 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-21T05:07:27.771Z[ recovery-image] Dec 21 05:07:26.758 INFO O| Dec 21 05:07:26.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57292024-12-21T05:07:27.771Z[ recovery-image] Dec 21 05:07:26.758 INFO O| Dec 21 05:07:26.758 INFO STEP 433 (remove_files) COMPLETE
57302024-12-21T05:07:27.771Z[ recovery-image] Dec 21 05:07:26.758 INFO O| Dec 21 05:07:26.758 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-21T05:07:27.791Z[ recovery-image] Dec 21 05:07:26.779 INFO O| Dec 21 05:07:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57322024-12-21T05:07:27.791Z[ recovery-image] Dec 21 05:07:26.779 INFO O| Dec 21 05:07:26.779 INFO STEP 434 (remove_files) COMPLETE
57332024-12-21T05:07:27.791Z[ recovery-image] Dec 21 05:07:26.779 INFO O| Dec 21 05:07:26.779 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-21T05:07:27.820Z[ recovery-image] Dec 21 05:07:26.808 INFO O| Dec 21 05:07:26.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57352024-12-21T05:07:27.821Z[ recovery-image] Dec 21 05:07:26.808 INFO O| Dec 21 05:07:26.808 INFO STEP 435 (remove_files) COMPLETE
57362024-12-21T05:07:27.821Z[ recovery-image] Dec 21 05:07:26.808 INFO O| Dec 21 05:07:26.808 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-21T05:07:27.842Z[ recovery-image] Dec 21 05:07:26.830 INFO O| Dec 21 05:07:26.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57382024-12-21T05:07:27.842Z[ recovery-image] Dec 21 05:07:26.830 INFO O| Dec 21 05:07:26.830 INFO STEP 436 (remove_files) COMPLETE
57392024-12-21T05:07:27.844Z[ recovery-image] Dec 21 05:07:26.830 INFO O| Dec 21 05:07:26.830 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-21T05:07:27.860Z[ recovery-image] Dec 21 05:07:26.848 INFO O| Dec 21 05:07:26.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57412024-12-21T05:07:27.860Z[ recovery-image] Dec 21 05:07:26.848 INFO O| Dec 21 05:07:26.848 INFO STEP 437 (remove_files) COMPLETE
57422024-12-21T05:07:27.860Z[ recovery-image] Dec 21 05:07:26.848 INFO O| Dec 21 05:07:26.848 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-21T05:07:27.880Z[ recovery-image] Dec 21 05:07:26.867 INFO O| Dec 21 05:07:26.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57442024-12-21T05:07:27.880Z[ recovery-image] Dec 21 05:07:26.867 INFO O| Dec 21 05:07:26.867 INFO STEP 438 (remove_files) COMPLETE
57452024-12-21T05:07:27.880Z[ recovery-image] Dec 21 05:07:26.867 INFO O| Dec 21 05:07:26.867 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-21T05:07:27.897Z[ recovery-image] Dec 21 05:07:26.886 INFO O| Dec 21 05:07:26.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57472024-12-21T05:07:27.898Z[ recovery-image] Dec 21 05:07:26.886 INFO O| Dec 21 05:07:26.886 INFO STEP 439 (remove_files) COMPLETE
57482024-12-21T05:07:27.901Z[ recovery-image] Dec 21 05:07:26.886 INFO O| Dec 21 05:07:26.886 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-21T05:07:27.917Z[ recovery-image] Dec 21 05:07:26.905 INFO O| Dec 21 05:07:26.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57502024-12-21T05:07:27.917Z[ recovery-image] Dec 21 05:07:26.906 INFO O| Dec 21 05:07:26.905 INFO STEP 440 (remove_files) COMPLETE
57512024-12-21T05:07:27.918Z[ recovery-image] Dec 21 05:07:26.906 INFO O| Dec 21 05:07:26.906 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-21T05:07:27.953Z[ host-image] Dec 21 05:07:26.941 INFO O| Dec 21 05:07:26.941 INFO O| Planning: Solver setup ... Done
57532024-12-21T05:07:27.956Z[ recovery-image] Dec 21 05:07:26.943 INFO O| Dec 21 05:07:26.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57542024-12-21T05:07:27.956Z[ recovery-image] Dec 21 05:07:26.943 INFO O| Dec 21 05:07:26.943 INFO STEP 441 (remove_files) COMPLETE
57552024-12-21T05:07:27.956Z[ recovery-image] Dec 21 05:07:26.943 INFO O| Dec 21 05:07:26.943 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-21T05:07:27.959Z[ host-image] Dec 21 05:07:26.949 INFO O| Dec 21 05:07:26.948 INFO O| Planning: Running solver ... Done
57572024-12-21T05:07:27.973Z[ recovery-image] Dec 21 05:07:26.963 INFO O| Dec 21 05:07:26.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57582024-12-21T05:07:27.974Z[ recovery-image] Dec 21 05:07:26.963 INFO O| Dec 21 05:07:26.963 INFO STEP 442 (remove_files) COMPLETE
57592024-12-21T05:07:27.974Z[ recovery-image] Dec 21 05:07:26.963 INFO O| Dec 21 05:07:26.963 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-21T05:07:27.994Z[ recovery-image] Dec 21 05:07:26.984 INFO O| Dec 21 05:07:26.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57612024-12-21T05:07:27.994Z[ recovery-image] Dec 21 05:07:26.984 INFO O| Dec 21 05:07:26.984 INFO STEP 443 (remove_files) COMPLETE
57622024-12-21T05:07:27.994Z[ recovery-image] Dec 21 05:07:26.984 INFO O| Dec 21 05:07:26.984 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-21T05:07:28.039Z[ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57642024-12-21T05:07:28.039Z[ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.028 INFO STEP 444 (remove_files) COMPLETE
57652024-12-21T05:07:28.039Z[ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.028 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-21T05:07:28.058Z[ recovery-image] Dec 21 05:07:27.048 INFO O| Dec 21 05:07:27.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57672024-12-21T05:07:28.059Z[ recovery-image] Dec 21 05:07:27.049 INFO O| Dec 21 05:07:27.048 INFO STEP 445 (remove_files) COMPLETE
57682024-12-21T05:07:28.059Z[ recovery-image] Dec 21 05:07:27.049 INFO O| Dec 21 05:07:27.049 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-21T05:07:28.059Z[ host-image] Dec 21 05:07:27.049 INFO O| Dec 21 05:07:27.048 INFO O| Planning: Finding local manifests ... Done
57702024-12-21T05:07:28.061Z[ host-image] Dec 21 05:07:27.051 INFO O| Dec 21 05:07:27.051 INFO O| Planning: Fetching manifests: 0/6 0% complete
57712024-12-21T05:07:28.078Z[ recovery-image] Dec 21 05:07:27.068 INFO O| Dec 21 05:07:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57722024-12-21T05:07:28.078Z[ recovery-image] Dec 21 05:07:27.068 INFO O| Dec 21 05:07:27.068 INFO STEP 446 (remove_files) COMPLETE
57732024-12-21T05:07:28.078Z[ recovery-image] Dec 21 05:07:27.068 INFO O| Dec 21 05:07:27.068 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-21T05:07:28.101Z[ recovery-image] Dec 21 05:07:27.090 INFO O| Dec 21 05:07:27.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57752024-12-21T05:07:28.101Z[ recovery-image] Dec 21 05:07:27.090 INFO O| Dec 21 05:07:27.090 INFO STEP 447 (remove_files) COMPLETE
57762024-12-21T05:07:28.101Z[ recovery-image] Dec 21 05:07:27.090 INFO O| Dec 21 05:07:27.090 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-21T05:07:28.125Z[ recovery-image] Dec 21 05:07:27.115 INFO O| Dec 21 05:07:27.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57782024-12-21T05:07:28.127Z[ recovery-image] Dec 21 05:07:27.115 INFO O| Dec 21 05:07:27.115 INFO STEP 448 (remove_files) COMPLETE
57792024-12-21T05:07:28.127Z[ recovery-image] Dec 21 05:07:27.115 INFO O| Dec 21 05:07:27.115 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-21T05:07:28.146Z[ recovery-image] Dec 21 05:07:27.137 INFO O| Dec 21 05:07:27.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57812024-12-21T05:07:28.146Z[ recovery-image] Dec 21 05:07:27.137 INFO O| Dec 21 05:07:27.137 INFO STEP 449 (remove_files) COMPLETE
57822024-12-21T05:07:28.146Z[ recovery-image] Dec 21 05:07:27.137 INFO O| Dec 21 05:07:27.137 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-21T05:07:28.165Z[ recovery-image] Dec 21 05:07:27.157 INFO O| Dec 21 05:07:27.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57842024-12-21T05:07:28.168Z[ recovery-image] Dec 21 05:07:27.157 INFO O| Dec 21 05:07:27.157 INFO STEP 450 (remove_files) COMPLETE
57852024-12-21T05:07:28.168Z[ recovery-image] Dec 21 05:07:27.157 INFO O| Dec 21 05:07:27.157 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-21T05:07:28.189Z[ recovery-image] Dec 21 05:07:27.180 INFO O| Dec 21 05:07:27.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57872024-12-21T05:07:28.189Z[ recovery-image] Dec 21 05:07:27.180 INFO O| Dec 21 05:07:27.180 INFO STEP 451 (remove_files) COMPLETE
57882024-12-21T05:07:28.191Z[ recovery-image] Dec 21 05:07:27.180 INFO O| Dec 21 05:07:27.180 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-21T05:07:28.212Z[ recovery-image] Dec 21 05:07:27.204 INFO O| Dec 21 05:07:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57902024-12-21T05:07:28.216Z[ recovery-image] Dec 21 05:07:27.204 INFO O| Dec 21 05:07:27.204 INFO STEP 452 (remove_files) COMPLETE
57912024-12-21T05:07:28.216Z[ recovery-image] Dec 21 05:07:27.204 INFO O| Dec 21 05:07:27.204 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-21T05:07:28.232Z[ recovery-image] Dec 21 05:07:27.224 INFO O| Dec 21 05:07:27.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57932024-12-21T05:07:28.235Z[ recovery-image] Dec 21 05:07:27.224 INFO O| Dec 21 05:07:27.224 INFO STEP 453 (remove_files) COMPLETE
57942024-12-21T05:07:28.235Z[ recovery-image] Dec 21 05:07:27.224 INFO O| Dec 21 05:07:27.224 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-21T05:07:28.252Z[ recovery-image] Dec 21 05:07:27.244 INFO O| Dec 21 05:07:27.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57962024-12-21T05:07:28.252Z[ recovery-image] Dec 21 05:07:27.244 INFO O| Dec 21 05:07:27.244 INFO STEP 454 (remove_files) COMPLETE
57972024-12-21T05:07:28.254Z[ recovery-image] Dec 21 05:07:27.244 INFO O| Dec 21 05:07:27.244 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-21T05:07:28.270Z[ recovery-image] Dec 21 05:07:27.262 INFO O| Dec 21 05:07:27.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57992024-12-21T05:07:28.270Z[ recovery-image] Dec 21 05:07:27.262 INFO O| Dec 21 05:07:27.262 INFO STEP 455 (remove_files) COMPLETE
58002024-12-21T05:07:28.273Z[ recovery-image] Dec 21 05:07:27.262 INFO O| Dec 21 05:07:27.262 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-21T05:07:28.290Z[ recovery-image] Dec 21 05:07:27.282 INFO O| Dec 21 05:07:27.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58022024-12-21T05:07:28.290Z[ recovery-image] Dec 21 05:07:27.282 INFO O| Dec 21 05:07:27.282 INFO STEP 456 (remove_files) COMPLETE
58032024-12-21T05:07:28.293Z[ recovery-image] Dec 21 05:07:27.282 INFO O| Dec 21 05:07:27.282 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-21T05:07:28.323Z[ recovery-image] Dec 21 05:07:27.316 INFO O| Dec 21 05:07:27.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58052024-12-21T05:07:28.323Z[ recovery-image] Dec 21 05:07:27.316 INFO O| Dec 21 05:07:27.316 INFO STEP 457 (remove_files) COMPLETE
58062024-12-21T05:07:28.325Z[ recovery-image] Dec 21 05:07:27.316 INFO O| Dec 21 05:07:27.316 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-21T05:07:28.359Z[ recovery-image] Dec 21 05:07:27.352 INFO O| Dec 21 05:07:27.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
58082024-12-21T05:07:28.362Z[ recovery-image] Dec 21 05:07:27.353 INFO O| Dec 21 05:07:27.352 INFO STEP 458 (remove_files) COMPLETE
58092024-12-21T05:07:28.362Z[ recovery-image] Dec 21 05:07:27.353 INFO O| Dec 21 05:07:27.353 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-21T05:07:28.380Z[ recovery-image] Dec 21 05:07:27.373 INFO O| Dec 21 05:07:27.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
58112024-12-21T05:07:28.380Z[ recovery-image] Dec 21 05:07:27.373 INFO O| Dec 21 05:07:27.373 INFO STEP 459 (remove_files) COMPLETE
58122024-12-21T05:07:28.382Z[ recovery-image] Dec 21 05:07:27.373 INFO O| Dec 21 05:07:27.373 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-21T05:07:28.403Z[ host-image] Dec 21 05:07:27.396 INFO O| Dec 21 05:07:27.396 INFO O| Planning: Fetching manifests: 6/6 100% complete
58142024-12-21T05:07:28.405Z[ recovery-image] Dec 21 05:07:27.397 INFO O| Dec 21 05:07:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
58152024-12-21T05:07:28.405Z[ recovery-image] Dec 21 05:07:27.397 INFO O| Dec 21 05:07:27.397 INFO STEP 460 (remove_files) COMPLETE
58162024-12-21T05:07:28.405Z[ recovery-image] Dec 21 05:07:27.397 INFO O| Dec 21 05:07:27.397 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-21T05:07:28.426Z[ recovery-image] Dec 21 05:07:27.420 INFO O| Dec 21 05:07:27.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
58182024-12-21T05:07:28.426Z[ recovery-image] Dec 21 05:07:27.420 INFO O| Dec 21 05:07:27.420 INFO STEP 461 (remove_files) COMPLETE
58192024-12-21T05:07:28.430Z[ recovery-image] Dec 21 05:07:27.420 INFO O| Dec 21 05:07:27.420 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-21T05:07:28.446Z[ recovery-image] Dec 21 05:07:27.440 INFO O| Dec 21 05:07:27.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
58212024-12-21T05:07:28.450Z[ recovery-image] Dec 21 05:07:27.440 INFO O| Dec 21 05:07:27.440 INFO STEP 462 (remove_files) COMPLETE
58222024-12-21T05:07:28.450Z[ recovery-image] Dec 21 05:07:27.440 INFO O| Dec 21 05:07:27.440 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-21T05:07:28.463Z[ host-image] Dec 21 05:07:27.456 INFO O| Dec 21 05:07:27.455 INFO O| Planning: Package planning ... Done
58242024-12-21T05:07:28.465Z[ recovery-image] Dec 21 05:07:27.460 INFO O| Dec 21 05:07:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
58252024-12-21T05:07:28.468Z[ recovery-image] Dec 21 05:07:27.460 INFO O| Dec 21 05:07:27.460 INFO STEP 463 (remove_files) COMPLETE
58262024-12-21T05:07:28.468Z[ recovery-image] Dec 21 05:07:27.460 INFO O| Dec 21 05:07:27.460 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-21T05:07:28.497Z[ recovery-image] Dec 21 05:07:27.490 INFO O| Dec 21 05:07:27.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58282024-12-21T05:07:28.497Z[ recovery-image] Dec 21 05:07:27.490 INFO O| Dec 21 05:07:27.490 INFO STEP 464 (remove_files) COMPLETE
58292024-12-21T05:07:28.499Z[ recovery-image] Dec 21 05:07:27.490 INFO O| Dec 21 05:07:27.490 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-21T05:07:28.513Z[ host-image] Dec 21 05:07:27.507 INFO O| Dec 21 05:07:27.507 INFO O| Planning: Merging actions ... Done
58312024-12-21T05:07:28.520Z[ recovery-image] Dec 21 05:07:27.514 INFO O| Dec 21 05:07:27.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58322024-12-21T05:07:28.522Z[ recovery-image] Dec 21 05:07:27.514 INFO O| Dec 21 05:07:27.514 INFO STEP 465 (remove_files) COMPLETE
58332024-12-21T05:07:28.522Z[ recovery-image] Dec 21 05:07:27.514 INFO O| Dec 21 05:07:27.514 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-21T05:07:28.539Z[ recovery-image] Dec 21 05:07:27.534 INFO O| Dec 21 05:07:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58352024-12-21T05:07:28.539Z[ recovery-image] Dec 21 05:07:27.534 INFO O| Dec 21 05:07:27.534 INFO STEP 466 (remove_files) COMPLETE
58362024-12-21T05:07:28.539Z[ recovery-image] Dec 21 05:07:27.534 INFO O| Dec 21 05:07:27.534 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-21T05:07:28.558Z[ recovery-image] Dec 21 05:07:27.552 INFO O| Dec 21 05:07:27.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58382024-12-21T05:07:28.558Z[ recovery-image] Dec 21 05:07:27.553 INFO O| Dec 21 05:07:27.553 INFO STEP 467 (remove_files) COMPLETE
58392024-12-21T05:07:28.561Z[ recovery-image] Dec 21 05:07:27.553 INFO O| Dec 21 05:07:27.553 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-21T05:07:28.588Z[ recovery-image] Dec 21 05:07:27.581 INFO O| Dec 21 05:07:27.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58412024-12-21T05:07:28.588Z[ recovery-image] Dec 21 05:07:27.581 INFO O| Dec 21 05:07:27.581 INFO STEP 468 (remove_files) COMPLETE
58422024-12-21T05:07:28.591Z[ recovery-image] Dec 21 05:07:27.582 INFO O| Dec 21 05:07:27.581 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-21T05:07:28.611Z[ recovery-image] Dec 21 05:07:27.606 INFO O| Dec 21 05:07:27.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58442024-12-21T05:07:28.611Z[ recovery-image] Dec 21 05:07:27.606 INFO O| Dec 21 05:07:27.606 INFO STEP 469 (remove_files) COMPLETE
58452024-12-21T05:07:28.614Z[ recovery-image] Dec 21 05:07:27.606 INFO O| Dec 21 05:07:27.606 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-21T05:07:28.632Z[ recovery-image] Dec 21 05:07:27.627 INFO O| Dec 21 05:07:27.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58472024-12-21T05:07:28.632Z[ recovery-image] Dec 21 05:07:27.627 INFO O| Dec 21 05:07:27.627 INFO STEP 470 (remove_files) COMPLETE
58482024-12-21T05:07:28.633Z[ recovery-image] Dec 21 05:07:27.627 INFO O| Dec 21 05:07:27.627 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-21T05:07:28.651Z[ recovery-image] Dec 21 05:07:27.646 INFO O| Dec 21 05:07:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58502024-12-21T05:07:28.651Z[ recovery-image] Dec 21 05:07:27.646 INFO O| Dec 21 05:07:27.646 INFO STEP 471 (remove_files) COMPLETE
58512024-12-21T05:07:28.653Z[ recovery-image] Dec 21 05:07:27.646 INFO O| Dec 21 05:07:27.646 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-21T05:07:28.653Z[ host-image] Dec 21 05:07:27.648 INFO O| Dec 21 05:07:27.648 INFO O| Planning: Checking for conflicting actions ... Done
58532024-12-21T05:07:28.661Z[ host-image] Dec 21 05:07:27.656 INFO O| Dec 21 05:07:27.656 INFO O| Planning: Consolidating action changes ... Done
58542024-12-21T05:07:28.669Z[ recovery-image] Dec 21 05:07:27.665 INFO O| Dec 21 05:07:27.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58552024-12-21T05:07:28.669Z[ recovery-image] Dec 21 05:07:27.665 INFO O| Dec 21 05:07:27.665 INFO STEP 472 (remove_files) COMPLETE
58562024-12-21T05:07:28.669Z[ recovery-image] Dec 21 05:07:27.665 INFO O| Dec 21 05:07:27.665 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-12-21T05:07:28.691Z[ recovery-image] Dec 21 05:07:27.686 INFO O| Dec 21 05:07:27.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58582024-12-21T05:07:28.691Z[ recovery-image] Dec 21 05:07:27.686 INFO O| Dec 21 05:07:27.686 INFO STEP 473 (remove_files) COMPLETE
58592024-12-21T05:07:28.691Z[ recovery-image] Dec 21 05:07:27.686 INFO O| Dec 21 05:07:27.686 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-12-21T05:07:28.729Z[ recovery-image] Dec 21 05:07:27.725 INFO O| Dec 21 05:07:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58612024-12-21T05:07:28.729Z[ recovery-image] Dec 21 05:07:27.725 INFO O| Dec 21 05:07:27.725 INFO STEP 474 (remove_files) COMPLETE
58622024-12-21T05:07:28.732Z[ recovery-image] Dec 21 05:07:27.725 INFO O| Dec 21 05:07:27.725 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-12-21T05:07:28.749Z[ recovery-image] Dec 21 05:07:27.745 INFO O| Dec 21 05:07:27.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58642024-12-21T05:07:28.749Z[ recovery-image] Dec 21 05:07:27.745 INFO O| Dec 21 05:07:27.745 INFO STEP 475 (remove_files) COMPLETE
58652024-12-21T05:07:28.749Z[ recovery-image] Dec 21 05:07:27.745 INFO O| Dec 21 05:07:27.745 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-21T05:07:28.768Z[ recovery-image] Dec 21 05:07:27.764 INFO O| Dec 21 05:07:27.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58672024-12-21T05:07:28.768Z[ recovery-image] Dec 21 05:07:27.765 INFO O| Dec 21 05:07:27.765 INFO STEP 476 (remove_files) COMPLETE
58682024-12-21T05:07:28.768Z[ recovery-image] Dec 21 05:07:27.765 INFO O| Dec 21 05:07:27.765 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-21T05:07:28.806Z[ recovery-image] Dec 21 05:07:27.803 INFO O| Dec 21 05:07:27.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58702024-12-21T05:07:28.806Z[ recovery-image] Dec 21 05:07:27.803 INFO O| Dec 21 05:07:27.803 INFO STEP 477 (remove_files) COMPLETE
58712024-12-21T05:07:28.806Z[ recovery-image] Dec 21 05:07:27.803 INFO O| Dec 21 05:07:27.803 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-12-21T05:07:28.826Z[ recovery-image] Dec 21 05:07:27.823 INFO O| Dec 21 05:07:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58732024-12-21T05:07:28.826Z[ recovery-image] Dec 21 05:07:27.823 INFO O| Dec 21 05:07:27.823 INFO STEP 478 (remove_files) COMPLETE
58742024-12-21T05:07:28.826Z[ recovery-image] Dec 21 05:07:27.823 INFO O| Dec 21 05:07:27.823 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-12-21T05:07:28.844Z[ recovery-image] Dec 21 05:07:27.841 INFO O| Dec 21 05:07:27.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58762024-12-21T05:07:28.844Z[ recovery-image] Dec 21 05:07:27.841 INFO O| Dec 21 05:07:27.841 INFO STEP 479 (remove_files) COMPLETE
58772024-12-21T05:07:28.847Z[ recovery-image] Dec 21 05:07:27.841 INFO O| Dec 21 05:07:27.841 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-12-21T05:07:28.861Z[ recovery-image] Dec 21 05:07:27.859 INFO O| Dec 21 05:07:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58792024-12-21T05:07:28.861Z[ recovery-image] Dec 21 05:07:27.859 INFO O| Dec 21 05:07:27.859 INFO STEP 480 (remove_files) COMPLETE
58802024-12-21T05:07:28.864Z[ recovery-image] Dec 21 05:07:27.859 INFO O| Dec 21 05:07:27.859 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-12-21T05:07:28.879Z[ recovery-image] Dec 21 05:07:27.877 INFO O| Dec 21 05:07:27.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58822024-12-21T05:07:28.879Z[ recovery-image] Dec 21 05:07:27.877 INFO O| Dec 21 05:07:27.877 INFO STEP 481 (remove_files) COMPLETE
58832024-12-21T05:07:28.879Z[ recovery-image] Dec 21 05:07:27.877 INFO O| Dec 21 05:07:27.877 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-12-21T05:07:28.900Z[ recovery-image] Dec 21 05:07:27.898 INFO O| Dec 21 05:07:27.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58852024-12-21T05:07:28.900Z[ recovery-image] Dec 21 05:07:27.898 INFO O| Dec 21 05:07:27.898 INFO STEP 482 (remove_files) COMPLETE
58862024-12-21T05:07:28.900Z[ recovery-image] Dec 21 05:07:27.898 INFO O| Dec 21 05:07:27.898 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-12-21T05:07:28.933Z[ recovery-image] Dec 21 05:07:27.932 INFO O| Dec 21 05:07:27.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58882024-12-21T05:07:28.936Z[ recovery-image] Dec 21 05:07:27.932 INFO O| Dec 21 05:07:27.932 INFO STEP 483 (remove_files) COMPLETE
58892024-12-21T05:07:28.936Z[ recovery-image] Dec 21 05:07:27.932 INFO O| Dec 21 05:07:27.932 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-21T05:07:28.953Z[ recovery-image] Dec 21 05:07:27.951 INFO O| Dec 21 05:07:27.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58912024-12-21T05:07:28.955Z[ recovery-image] Dec 21 05:07:27.951 INFO O| Dec 21 05:07:27.951 INFO STEP 484 (remove_files) COMPLETE
58922024-12-21T05:07:28.955Z[ recovery-image] Dec 21 05:07:27.952 INFO O| Dec 21 05:07:27.952 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-21T05:07:28.974Z[ recovery-image] Dec 21 05:07:27.970 INFO O| Dec 21 05:07:27.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58942024-12-21T05:07:28.976Z[ recovery-image] Dec 21 05:07:27.971 INFO O| Dec 21 05:07:27.971 INFO STEP 485 (remove_files) COMPLETE
58952024-12-21T05:07:28.976Z[ recovery-image] Dec 21 05:07:27.971 INFO O| Dec 21 05:07:27.971 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-21T05:07:28.992Z[ recovery-image] Dec 21 05:07:27.991 INFO O| Dec 21 05:07:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58972024-12-21T05:07:28.995Z[ recovery-image] Dec 21 05:07:27.991 INFO O| Dec 21 05:07:27.991 INFO STEP 486 (remove_files) COMPLETE
58982024-12-21T05:07:28.995Z[ recovery-image] Dec 21 05:07:27.991 INFO O| Dec 21 05:07:27.991 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-12-21T05:07:29.018Z[ recovery-image] Dec 21 05:07:28.017 INFO O| Dec 21 05:07:28.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59002024-12-21T05:07:29.020Z[ recovery-image] Dec 21 05:07:28.017 INFO O| Dec 21 05:07:28.017 INFO STEP 487 (remove_files) COMPLETE
59012024-12-21T05:07:29.020Z[ recovery-image] Dec 21 05:07:28.017 INFO O| Dec 21 05:07:28.017 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-21T05:07:29.025Z[ host-image] Dec 21 05:07:28.024 INFO O| Dec 21 05:07:28.024 INFO O| Planning: Evaluating mediators ... Done
59032024-12-21T05:07:29.030Z[ host-image] Dec 21 05:07:28.029 INFO O| Dec 21 05:07:28.029 INFO O| Planning: Planning completed in 5.51 seconds
59042024-12-21T05:07:29.033Z[ host-image] Dec 21 05:07:28.032 INFO O| Dec 21 05:07:28.031 INFO O| Packages to install: 6
59052024-12-21T05:07:29.033Z[ host-image] Dec 21 05:07:28.032 INFO O| Dec 21 05:07:28.032 INFO O| Mediators to change: 1
59062024-12-21T05:07:29.033Z[ host-image] Dec 21 05:07:28.032 INFO O| Dec 21 05:07:28.032 INFO O| Services to change: 1
59072024-12-21T05:07:29.039Z[ recovery-image] Dec 21 05:07:28.037 INFO O| Dec 21 05:07:28.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59082024-12-21T05:07:29.041Z[ recovery-image] Dec 21 05:07:28.038 INFO O| Dec 21 05:07:28.038 INFO STEP 488 (remove_files) COMPLETE
59092024-12-21T05:07:29.041Z[ recovery-image] Dec 21 05:07:28.038 INFO O| Dec 21 05:07:28.038 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-21T05:07:29.054Z[ host-image] Dec 21 05:07:28.054 INFO O| Dec 21 05:07:28.054 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
59112024-12-21T05:07:29.058Z[ recovery-image] Dec 21 05:07:28.057 INFO O| Dec 21 05:07:28.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59122024-12-21T05:07:29.058Z[ recovery-image] Dec 21 05:07:28.057 INFO O| Dec 21 05:07:28.057 INFO STEP 489 (remove_files) COMPLETE
59132024-12-21T05:07:29.058Z[ recovery-image] Dec 21 05:07:28.057 INFO O| Dec 21 05:07:28.057 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-21T05:07:29.077Z[ recovery-image] Dec 21 05:07:28.076 INFO O| Dec 21 05:07:28.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59152024-12-21T05:07:29.077Z[ recovery-image] Dec 21 05:07:28.076 INFO O| Dec 21 05:07:28.076 INFO STEP 490 (remove_files) COMPLETE
59162024-12-21T05:07:29.077Z[ recovery-image] Dec 21 05:07:28.077 INFO O| Dec 21 05:07:28.076 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-21T05:07:29.097Z[ recovery-image] Dec 21 05:07:28.096 INFO O| Dec 21 05:07:28.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
59182024-12-21T05:07:29.097Z[ recovery-image] Dec 21 05:07:28.097 INFO O| Dec 21 05:07:28.096 INFO STEP 491 (remove_files) COMPLETE
59192024-12-21T05:07:29.097Z[ recovery-image] Dec 21 05:07:28.097 INFO O| Dec 21 05:07:28.096 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-21T05:07:29.115Z[ recovery-image] Dec 21 05:07:28.115 INFO O| Dec 21 05:07:28.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
59212024-12-21T05:07:29.115Z[ recovery-image] Dec 21 05:07:28.115 INFO O| Dec 21 05:07:28.115 INFO STEP 492 (remove_files) COMPLETE
59222024-12-21T05:07:29.115Z[ recovery-image] Dec 21 05:07:28.115 INFO O| Dec 21 05:07:28.115 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-12-21T05:07:29.134Z[ recovery-image] Dec 21 05:07:28.134 INFO O| Dec 21 05:07:28.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
59242024-12-21T05:07:29.134Z[ recovery-image] Dec 21 05:07:28.134 INFO O| Dec 21 05:07:28.134 INFO STEP 493 (remove_files) COMPLETE
59252024-12-21T05:07:29.134Z[ recovery-image] Dec 21 05:07:28.134 INFO O| Dec 21 05:07:28.134 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-12-21T05:07:29.152Z[ recovery-image] Dec 21 05:07:28.152 INFO O| Dec 21 05:07:28.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
59272024-12-21T05:07:29.152Z[ recovery-image] Dec 21 05:07:28.152 INFO O| Dec 21 05:07:28.152 INFO STEP 494 (remove_files) COMPLETE
59282024-12-21T05:07:29.155Z[ recovery-image] Dec 21 05:07:28.152 INFO O| Dec 21 05:07:28.152 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-21T05:07:29.170Z[ recovery-image] Dec 21 05:07:28.171 INFO O| Dec 21 05:07:28.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
59302024-12-21T05:07:29.170Z[ recovery-image] Dec 21 05:07:28.171 INFO O| Dec 21 05:07:28.171 INFO STEP 495 (remove_files) COMPLETE
59312024-12-21T05:07:29.170Z[ recovery-image] Dec 21 05:07:28.171 INFO O| Dec 21 05:07:28.171 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-21T05:07:29.191Z[ recovery-image] Dec 21 05:07:28.192 INFO O| Dec 21 05:07:28.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
59332024-12-21T05:07:29.192Z[ recovery-image] Dec 21 05:07:28.192 INFO O| Dec 21 05:07:28.192 INFO STEP 496 (remove_files) COMPLETE
59342024-12-21T05:07:29.192Z[ recovery-image] Dec 21 05:07:28.192 INFO O| Dec 21 05:07:28.192 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-21T05:07:29.212Z[ recovery-image] Dec 21 05:07:28.213 INFO O| Dec 21 05:07:28.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59362024-12-21T05:07:29.214Z[ recovery-image] Dec 21 05:07:28.213 INFO O| Dec 21 05:07:28.213 INFO STEP 497 (remove_files) COMPLETE
59372024-12-21T05:07:29.215Z[ recovery-image] Dec 21 05:07:28.213 INFO O| Dec 21 05:07:28.213 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-21T05:07:29.232Z[ recovery-image] Dec 21 05:07:28.233 INFO O| Dec 21 05:07:28.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59392024-12-21T05:07:29.235Z[ recovery-image] Dec 21 05:07:28.233 INFO O| Dec 21 05:07:28.233 INFO STEP 498 (remove_files) COMPLETE
59402024-12-21T05:07:29.235Z[ recovery-image] Dec 21 05:07:28.233 INFO O| Dec 21 05:07:28.233 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-21T05:07:29.250Z[ recovery-image] Dec 21 05:07:28.251 INFO O| Dec 21 05:07:28.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59422024-12-21T05:07:29.250Z[ recovery-image] Dec 21 05:07:28.251 INFO O| Dec 21 05:07:28.251 INFO STEP 499 (remove_files) COMPLETE
59432024-12-21T05:07:29.250Z[ recovery-image] Dec 21 05:07:28.251 INFO O| Dec 21 05:07:28.251 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-21T05:07:29.268Z[ recovery-image] Dec 21 05:07:28.269 INFO O| Dec 21 05:07:28.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59452024-12-21T05:07:29.268Z[ recovery-image] Dec 21 05:07:28.269 INFO O| Dec 21 05:07:28.269 INFO STEP 500 (remove_files) COMPLETE
59462024-12-21T05:07:29.268Z[ recovery-image] Dec 21 05:07:28.269 INFO O| Dec 21 05:07:28.269 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-21T05:07:29.287Z[ recovery-image] Dec 21 05:07:28.288 INFO O| Dec 21 05:07:28.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59482024-12-21T05:07:29.287Z[ recovery-image] Dec 21 05:07:28.288 INFO O| Dec 21 05:07:28.288 INFO STEP 501 (remove_files) COMPLETE
59492024-12-21T05:07:29.287Z[ recovery-image] Dec 21 05:07:28.288 INFO O| Dec 21 05:07:28.288 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-21T05:07:29.307Z[ recovery-image] Dec 21 05:07:28.309 INFO O| Dec 21 05:07:28.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59512024-12-21T05:07:29.307Z[ recovery-image] Dec 21 05:07:28.309 INFO O| Dec 21 05:07:28.309 INFO STEP 502 (remove_files) COMPLETE
59522024-12-21T05:07:29.307Z[ recovery-image] Dec 21 05:07:28.309 INFO O| Dec 21 05:07:28.309 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-21T05:07:29.327Z[ recovery-image] Dec 21 05:07:28.329 INFO O| Dec 21 05:07:28.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59542024-12-21T05:07:29.333Z[ recovery-image] Dec 21 05:07:28.329 INFO O| Dec 21 05:07:28.329 INFO STEP 503 (remove_files) COMPLETE
59552024-12-21T05:07:29.333Z[ recovery-image] Dec 21 05:07:28.329 INFO O| Dec 21 05:07:28.329 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-21T05:07:29.347Z[ recovery-image] Dec 21 05:07:28.349 INFO O| Dec 21 05:07:28.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59572024-12-21T05:07:29.347Z[ recovery-image] Dec 21 05:07:28.349 INFO O| Dec 21 05:07:28.349 INFO STEP 504 (remove_files) COMPLETE
59582024-12-21T05:07:29.347Z[ recovery-image] Dec 21 05:07:28.349 INFO O| Dec 21 05:07:28.349 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-21T05:07:29.367Z[ recovery-image] Dec 21 05:07:28.369 INFO O| Dec 21 05:07:28.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59602024-12-21T05:07:29.367Z[ recovery-image] Dec 21 05:07:28.369 INFO O| Dec 21 05:07:28.369 INFO STEP 505 (remove_files) COMPLETE
59612024-12-21T05:07:29.367Z[ recovery-image] Dec 21 05:07:28.369 INFO O| Dec 21 05:07:28.369 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-21T05:07:29.384Z[ recovery-image] Dec 21 05:07:28.385 INFO O| Dec 21 05:07:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59632024-12-21T05:07:29.387Z[ recovery-image] Dec 21 05:07:28.386 INFO O| Dec 21 05:07:28.386 INFO STEP 506 (remove_files) COMPLETE
59642024-12-21T05:07:29.387Z[ recovery-image] Dec 21 05:07:28.386 INFO O| Dec 21 05:07:28.386 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-21T05:07:29.404Z[ recovery-image] Dec 21 05:07:28.406 INFO O| Dec 21 05:07:28.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59662024-12-21T05:07:29.404Z[ recovery-image] Dec 21 05:07:28.406 INFO O| Dec 21 05:07:28.406 INFO STEP 507 (remove_files) COMPLETE
59672024-12-21T05:07:29.404Z[ recovery-image] Dec 21 05:07:28.406 INFO O| Dec 21 05:07:28.406 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-21T05:07:29.425Z[ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59692024-12-21T05:07:29.426Z[ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO STEP 508 (remove_files) COMPLETE
59702024-12-21T05:07:29.428Z[ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-21T05:07:29.448Z[ recovery-image] Dec 21 05:07:28.450 INFO O| Dec 21 05:07:28.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59722024-12-21T05:07:29.448Z[ recovery-image] Dec 21 05:07:28.450 INFO O| Dec 21 05:07:28.450 INFO STEP 509 (remove_files) COMPLETE
59732024-12-21T05:07:29.448Z[ recovery-image] Dec 21 05:07:28.450 INFO O| Dec 21 05:07:28.450 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-21T05:07:29.467Z[ recovery-image] Dec 21 05:07:28.470 INFO O| Dec 21 05:07:28.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59752024-12-21T05:07:29.467Z[ recovery-image] Dec 21 05:07:28.470 INFO O| Dec 21 05:07:28.470 INFO STEP 510 (remove_files) COMPLETE
59762024-12-21T05:07:29.467Z[ recovery-image] Dec 21 05:07:28.470 INFO O| Dec 21 05:07:28.470 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-21T05:07:29.489Z[ recovery-image] Dec 21 05:07:28.492 INFO O| Dec 21 05:07:28.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59782024-12-21T05:07:29.490Z[ recovery-image] Dec 21 05:07:28.492 INFO O| Dec 21 05:07:28.492 INFO STEP 511 (remove_files) COMPLETE
59792024-12-21T05:07:29.492Z[ recovery-image] Dec 21 05:07:28.492 INFO O| Dec 21 05:07:28.492 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-21T05:07:29.511Z[ recovery-image] Dec 21 05:07:28.514 INFO O| Dec 21 05:07:28.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59812024-12-21T05:07:29.513Z[ recovery-image] Dec 21 05:07:28.514 INFO O| Dec 21 05:07:28.514 INFO STEP 512 (remove_files) COMPLETE
59822024-12-21T05:07:29.513Z[ recovery-image] Dec 21 05:07:28.514 INFO O| Dec 21 05:07:28.514 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-21T05:07:29.528Z[ recovery-image] Dec 21 05:07:28.532 INFO O| Dec 21 05:07:28.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59842024-12-21T05:07:29.529Z[ recovery-image] Dec 21 05:07:28.532 INFO O| Dec 21 05:07:28.532 INFO STEP 513 (remove_files) COMPLETE
59852024-12-21T05:07:29.531Z[ recovery-image] Dec 21 05:07:28.532 INFO O| Dec 21 05:07:28.532 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-21T05:07:29.544Z[ recovery-image] Dec 21 05:07:28.548 INFO O| Dec 21 05:07:28.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59872024-12-21T05:07:29.544Z[ recovery-image] Dec 21 05:07:28.548 INFO O| Dec 21 05:07:28.548 INFO STEP 514 (remove_files) COMPLETE
59882024-12-21T05:07:29.547Z[ recovery-image] Dec 21 05:07:28.548 INFO O| Dec 21 05:07:28.548 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-21T05:07:29.562Z[ recovery-image] Dec 21 05:07:28.566 INFO O| Dec 21 05:07:28.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59902024-12-21T05:07:29.562Z[ recovery-image] Dec 21 05:07:28.566 INFO O| Dec 21 05:07:28.566 INFO STEP 515 (remove_files) COMPLETE
59912024-12-21T05:07:29.565Z[ recovery-image] Dec 21 05:07:28.566 INFO O| Dec 21 05:07:28.566 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-21T05:07:29.581Z[ recovery-image] Dec 21 05:07:28.585 INFO O| Dec 21 05:07:28.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59932024-12-21T05:07:29.581Z[ recovery-image] Dec 21 05:07:28.585 INFO O| Dec 21 05:07:28.585 INFO STEP 516 (remove_files) COMPLETE
59942024-12-21T05:07:29.583Z[ recovery-image] Dec 21 05:07:28.585 INFO O| Dec 21 05:07:28.585 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-21T05:07:29.601Z[ recovery-image] Dec 21 05:07:28.605 INFO O| Dec 21 05:07:28.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59962024-12-21T05:07:29.601Z[ recovery-image] Dec 21 05:07:28.605 INFO O| Dec 21 05:07:28.605 INFO STEP 517 (remove_files) COMPLETE
59972024-12-21T05:07:29.601Z[ recovery-image] Dec 21 05:07:28.605 INFO O| Dec 21 05:07:28.605 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-21T05:07:29.619Z[ recovery-image] Dec 21 05:07:28.624 INFO O| Dec 21 05:07:28.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59992024-12-21T05:07:29.622Z[ recovery-image] Dec 21 05:07:28.624 INFO O| Dec 21 05:07:28.624 INFO STEP 518 (remove_files) COMPLETE
60002024-12-21T05:07:29.622Z[ recovery-image] Dec 21 05:07:28.624 INFO O| Dec 21 05:07:28.624 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-21T05:07:29.636Z[ recovery-image] Dec 21 05:07:28.641 INFO O| Dec 21 05:07:28.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
60022024-12-21T05:07:29.639Z[ recovery-image] Dec 21 05:07:28.641 INFO O| Dec 21 05:07:28.641 INFO STEP 519 (remove_files) COMPLETE
60032024-12-21T05:07:29.639Z[ recovery-image] Dec 21 05:07:28.641 INFO O| Dec 21 05:07:28.641 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-21T05:07:29.652Z[ recovery-image] Dec 21 05:07:28.656 INFO O| Dec 21 05:07:28.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
60052024-12-21T05:07:29.652Z[ recovery-image] Dec 21 05:07:28.656 INFO O| Dec 21 05:07:28.656 INFO STEP 520 (remove_files) COMPLETE
60062024-12-21T05:07:29.654Z[ recovery-image] Dec 21 05:07:28.656 INFO O| Dec 21 05:07:28.656 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-21T05:07:29.668Z[ recovery-image] Dec 21 05:07:28.673 INFO O| Dec 21 05:07:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
60082024-12-21T05:07:29.671Z[ recovery-image] Dec 21 05:07:28.674 INFO O| Dec 21 05:07:28.674 INFO STEP 521 (remove_files) COMPLETE
60092024-12-21T05:07:29.671Z[ recovery-image] Dec 21 05:07:28.674 INFO O| Dec 21 05:07:28.674 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-21T05:07:29.684Z[ recovery-image] Dec 21 05:07:28.689 INFO O| Dec 21 05:07:28.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
60112024-12-21T05:07:29.684Z[ recovery-image] Dec 21 05:07:28.689 INFO O| Dec 21 05:07:28.689 INFO STEP 522 (remove_files) COMPLETE
60122024-12-21T05:07:29.684Z[ recovery-image] Dec 21 05:07:28.689 INFO O| Dec 21 05:07:28.689 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-21T05:07:29.705Z[ recovery-image] Dec 21 05:07:28.710 INFO O| Dec 21 05:07:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
60142024-12-21T05:07:29.705Z[ recovery-image] Dec 21 05:07:28.710 INFO O| Dec 21 05:07:28.710 INFO STEP 523 (remove_files) COMPLETE
60152024-12-21T05:07:29.708Z[ recovery-image] Dec 21 05:07:28.710 INFO O| Dec 21 05:07:28.710 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-21T05:07:29.720Z[ recovery-image] Dec 21 05:07:28.726 INFO O| Dec 21 05:07:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60172024-12-21T05:07:29.721Z[ recovery-image] Dec 21 05:07:28.726 INFO O| Dec 21 05:07:28.726 INFO STEP 524 (remove_files) COMPLETE
60182024-12-21T05:07:29.721Z[ recovery-image] Dec 21 05:07:28.726 INFO O| Dec 21 05:07:28.726 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-21T05:07:29.738Z[ recovery-image] Dec 21 05:07:28.743 INFO O| Dec 21 05:07:28.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60202024-12-21T05:07:29.738Z[ recovery-image] Dec 21 05:07:28.744 INFO O| Dec 21 05:07:28.744 INFO STEP 525 (remove_files) COMPLETE
60212024-12-21T05:07:29.738Z[ recovery-image] Dec 21 05:07:28.744 INFO O| Dec 21 05:07:28.744 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-12-21T05:07:29.753Z[ recovery-image] Dec 21 05:07:28.757 INFO O| Dec 21 05:07:28.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60232024-12-21T05:07:29.753Z[ recovery-image] Dec 21 05:07:28.757 INFO O| Dec 21 05:07:28.757 INFO STEP 526 (remove_files) COMPLETE
60242024-12-21T05:07:29.753Z[ recovery-image] Dec 21 05:07:28.757 INFO O| Dec 21 05:07:28.757 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-12-21T05:07:29.767Z[ recovery-image] Dec 21 05:07:28.773 INFO O| Dec 21 05:07:28.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60262024-12-21T05:07:29.768Z[ recovery-image] Dec 21 05:07:28.773 INFO O| Dec 21 05:07:28.773 INFO STEP 527 (remove_files) COMPLETE
60272024-12-21T05:07:29.771Z[ recovery-image] Dec 21 05:07:28.773 INFO O| Dec 21 05:07:28.773 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-12-21T05:07:29.780Z[ recovery-image] Dec 21 05:07:28.786 INFO O| Dec 21 05:07:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
60292024-12-21T05:07:29.780Z[ recovery-image] Dec 21 05:07:28.786 INFO O| Dec 21 05:07:28.786 INFO STEP 528 (remove_files) COMPLETE
60302024-12-21T05:07:29.783Z[ recovery-image] Dec 21 05:07:28.787 INFO O| Dec 21 05:07:28.786 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-12-21T05:07:29.801Z[ recovery-image] Dec 21 05:07:28.807 INFO O| Dec 21 05:07:28.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
60322024-12-21T05:07:29.801Z[ recovery-image] Dec 21 05:07:28.807 INFO O| Dec 21 05:07:28.807 INFO STEP 529 (remove_files) COMPLETE
60332024-12-21T05:07:29.804Z[ recovery-image] Dec 21 05:07:28.807 INFO O| Dec 21 05:07:28.807 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-12-21T05:07:29.819Z[ recovery-image] Dec 21 05:07:28.825 INFO O| Dec 21 05:07:28.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60352024-12-21T05:07:29.823Z[ recovery-image] Dec 21 05:07:28.826 INFO O| Dec 21 05:07:28.826 INFO STEP 530 (remove_files) COMPLETE
60362024-12-21T05:07:29.823Z[ recovery-image] Dec 21 05:07:28.826 INFO O| Dec 21 05:07:28.826 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-21T05:07:29.835Z[ recovery-image] Dec 21 05:07:28.842 INFO O| Dec 21 05:07:28.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60382024-12-21T05:07:29.835Z[ recovery-image] Dec 21 05:07:28.842 INFO O| Dec 21 05:07:28.842 INFO STEP 531 (remove_files) COMPLETE
60392024-12-21T05:07:29.838Z[ recovery-image] Dec 21 05:07:28.842 INFO O| Dec 21 05:07:28.842 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-21T05:07:29.848Z[ recovery-image] Dec 21 05:07:28.855 INFO O| Dec 21 05:07:28.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
60412024-12-21T05:07:29.848Z[ recovery-image] Dec 21 05:07:28.855 INFO O| Dec 21 05:07:28.855 INFO STEP 532 (remove_files) COMPLETE
60422024-12-21T05:07:29.851Z[ recovery-image] Dec 21 05:07:28.855 INFO O| Dec 21 05:07:28.855 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-21T05:07:29.866Z[ recovery-image] Dec 21 05:07:28.870 INFO O| Dec 21 05:07:28.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
60442024-12-21T05:07:29.866Z[ recovery-image] Dec 21 05:07:28.870 INFO O| Dec 21 05:07:28.870 INFO STEP 533 (remove_files) COMPLETE
60452024-12-21T05:07:29.866Z[ recovery-image] Dec 21 05:07:28.870 INFO O| Dec 21 05:07:28.870 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-12-21T05:07:29.876Z[ recovery-image] Dec 21 05:07:28.883 INFO O| Dec 21 05:07:28.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
60472024-12-21T05:07:29.878Z[ recovery-image] Dec 21 05:07:28.883 INFO O| Dec 21 05:07:28.883 INFO STEP 534 (remove_files) COMPLETE
60482024-12-21T05:07:29.878Z[ recovery-image] Dec 21 05:07:28.883 INFO O| Dec 21 05:07:28.883 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-21T05:07:29.890Z[ recovery-image] Dec 21 05:07:28.897 INFO O| Dec 21 05:07:28.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60502024-12-21T05:07:29.890Z[ recovery-image] Dec 21 05:07:28.897 INFO O| Dec 21 05:07:28.897 INFO STEP 535 (remove_files) COMPLETE
60512024-12-21T05:07:29.893Z[ recovery-image] Dec 21 05:07:28.897 INFO O| Dec 21 05:07:28.897 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-21T05:07:29.905Z[ recovery-image] Dec 21 05:07:28.912 INFO O| Dec 21 05:07:28.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60532024-12-21T05:07:29.905Z[ recovery-image] Dec 21 05:07:28.912 INFO O| Dec 21 05:07:28.912 INFO STEP 536 (remove_files) COMPLETE
60542024-12-21T05:07:29.905Z[ recovery-image] Dec 21 05:07:28.912 INFO O| Dec 21 05:07:28.912 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-21T05:07:29.923Z[ recovery-image] Dec 21 05:07:28.930 INFO O| Dec 21 05:07:28.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60562024-12-21T05:07:29.923Z[ recovery-image] Dec 21 05:07:28.930 INFO O| Dec 21 05:07:28.930 INFO STEP 537 (remove_files) COMPLETE
60572024-12-21T05:07:29.926Z[ recovery-image] Dec 21 05:07:28.930 INFO O| Dec 21 05:07:28.930 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-12-21T05:07:29.935Z[ recovery-image] Dec 21 05:07:28.942 INFO O| Dec 21 05:07:28.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60592024-12-21T05:07:29.938Z[ recovery-image] Dec 21 05:07:28.943 INFO O| Dec 21 05:07:28.942 INFO STEP 538 (remove_files) COMPLETE
60602024-12-21T05:07:29.938Z[ recovery-image] Dec 21 05:07:28.943 INFO O| Dec 21 05:07:28.943 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-12-21T05:07:29.950Z[ recovery-image] Dec 21 05:07:28.957 INFO O| Dec 21 05:07:28.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60622024-12-21T05:07:29.950Z[ recovery-image] Dec 21 05:07:28.958 INFO O| Dec 21 05:07:28.957 INFO STEP 539 (remove_files) COMPLETE
60632024-12-21T05:07:29.958Z[ recovery-image] Dec 21 05:07:28.958 INFO O| Dec 21 05:07:28.958 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-12-21T05:07:29.965Z[ recovery-image] Dec 21 05:07:28.970 INFO O| Dec 21 05:07:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60652024-12-21T05:07:29.965Z[ recovery-image] Dec 21 05:07:28.970 INFO O| Dec 21 05:07:28.970 INFO STEP 540 (remove_files) COMPLETE
60662024-12-21T05:07:29.965Z[ recovery-image] Dec 21 05:07:28.970 INFO O| Dec 21 05:07:28.970 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-12-21T05:07:29.976Z[ recovery-image] Dec 21 05:07:28.982 INFO O| Dec 21 05:07:28.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60682024-12-21T05:07:29.976Z[ recovery-image] Dec 21 05:07:28.982 INFO O| Dec 21 05:07:28.982 INFO STEP 541 (remove_files) COMPLETE
60692024-12-21T05:07:29.978Z[ recovery-image] Dec 21 05:07:28.982 INFO O| Dec 21 05:07:28.982 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-12-21T05:07:29.991Z[ recovery-image] Dec 21 05:07:28.999 INFO O| Dec 21 05:07:28.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60712024-12-21T05:07:29.993Z[ recovery-image] Dec 21 05:07:28.999 INFO O| Dec 21 05:07:28.999 INFO STEP 542 (remove_files) COMPLETE
60722024-12-21T05:07:29.993Z[ recovery-image] Dec 21 05:07:28.999 INFO O| Dec 21 05:07:28.999 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-12-21T05:07:30.010Z[ recovery-image] Dec 21 05:07:29.018 INFO O| Dec 21 05:07:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60742024-12-21T05:07:30.010Z[ recovery-image] Dec 21 05:07:29.018 INFO O| Dec 21 05:07:29.018 INFO STEP 543 (remove_files) COMPLETE
60752024-12-21T05:07:30.013Z[ recovery-image] Dec 21 05:07:29.018 INFO O| Dec 21 05:07:29.018 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-12-21T05:07:30.025Z[ recovery-image] Dec 21 05:07:29.033 INFO O| Dec 21 05:07:29.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60772024-12-21T05:07:30.025Z[ recovery-image] Dec 21 05:07:29.033 INFO O| Dec 21 05:07:29.033 INFO STEP 544 (remove_files) COMPLETE
60782024-12-21T05:07:30.025Z[ recovery-image] Dec 21 05:07:29.033 INFO O| Dec 21 05:07:29.033 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-12-21T05:07:30.040Z[ recovery-image] Dec 21 05:07:29.048 INFO O| Dec 21 05:07:29.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60802024-12-21T05:07:30.040Z[ recovery-image] Dec 21 05:07:29.048 INFO O| Dec 21 05:07:29.048 INFO STEP 545 (remove_files) COMPLETE
60812024-12-21T05:07:30.043Z[ recovery-image] Dec 21 05:07:29.048 INFO O| Dec 21 05:07:29.048 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-12-21T05:07:30.058Z[ recovery-image] Dec 21 05:07:29.066 INFO O| Dec 21 05:07:29.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60832024-12-21T05:07:30.058Z[ recovery-image] Dec 21 05:07:29.066 INFO O| Dec 21 05:07:29.066 INFO STEP 546 (remove_files) COMPLETE
60842024-12-21T05:07:30.060Z[ recovery-image] Dec 21 05:07:29.066 INFO O| Dec 21 05:07:29.066 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-12-21T05:07:30.070Z[ recovery-image] Dec 21 05:07:29.078 INFO O| Dec 21 05:07:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60862024-12-21T05:07:30.070Z[ recovery-image] Dec 21 05:07:29.078 INFO O| Dec 21 05:07:29.078 INFO STEP 547 (remove_files) COMPLETE
60872024-12-21T05:07:30.072Z[ recovery-image] Dec 21 05:07:29.078 INFO O| Dec 21 05:07:29.078 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-12-21T05:07:30.087Z[ recovery-image] Dec 21 05:07:29.096 INFO O| Dec 21 05:07:29.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60892024-12-21T05:07:30.087Z[ recovery-image] Dec 21 05:07:29.096 INFO O| Dec 21 05:07:29.096 INFO STEP 548 (remove_files) COMPLETE
60902024-12-21T05:07:30.091Z[ recovery-image] Dec 21 05:07:29.096 INFO O| Dec 21 05:07:29.096 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-12-21T05:07:30.106Z[ recovery-image] Dec 21 05:07:29.115 INFO O| Dec 21 05:07:29.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60922024-12-21T05:07:30.109Z[ recovery-image] Dec 21 05:07:29.116 INFO O| Dec 21 05:07:29.115 INFO STEP 549 (remove_files) COMPLETE
60932024-12-21T05:07:30.109Z[ recovery-image] Dec 21 05:07:29.116 INFO O| Dec 21 05:07:29.115 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-12-21T05:07:30.123Z[ recovery-image] Dec 21 05:07:29.132 INFO O| Dec 21 05:07:29.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60952024-12-21T05:07:30.123Z[ recovery-image] Dec 21 05:07:29.132 INFO O| Dec 21 05:07:29.132 INFO STEP 550 (remove_files) COMPLETE
60962024-12-21T05:07:30.123Z[ recovery-image] Dec 21 05:07:29.132 INFO O| Dec 21 05:07:29.132 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-12-21T05:07:30.139Z[ recovery-image] Dec 21 05:07:29.149 INFO O| Dec 21 05:07:29.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60982024-12-21T05:07:30.139Z[ recovery-image] Dec 21 05:07:29.149 INFO O| Dec 21 05:07:29.149 INFO STEP 551 (remove_files) COMPLETE
60992024-12-21T05:07:30.143Z[ recovery-image] Dec 21 05:07:29.149 INFO O| Dec 21 05:07:29.149 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-12-21T05:07:30.156Z[ recovery-image] Dec 21 05:07:29.165 INFO O| Dec 21 05:07:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61012024-12-21T05:07:30.156Z[ recovery-image] Dec 21 05:07:29.166 INFO O| Dec 21 05:07:29.166 INFO STEP 552 (remove_files) COMPLETE
61022024-12-21T05:07:30.159Z[ recovery-image] Dec 21 05:07:29.166 INFO O| Dec 21 05:07:29.166 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-12-21T05:07:30.173Z[ recovery-image] Dec 21 05:07:29.182 INFO O| Dec 21 05:07:29.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61042024-12-21T05:07:30.175Z[ recovery-image] Dec 21 05:07:29.182 INFO O| Dec 21 05:07:29.182 INFO STEP 553 (remove_files) COMPLETE
61052024-12-21T05:07:30.175Z[ recovery-image] Dec 21 05:07:29.182 INFO O| Dec 21 05:07:29.182 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-12-21T05:07:30.195Z[ recovery-image] Dec 21 05:07:29.205 INFO O| Dec 21 05:07:29.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61072024-12-21T05:07:30.198Z[ recovery-image] Dec 21 05:07:29.206 INFO O| Dec 21 05:07:29.206 INFO STEP 554 (remove_files) COMPLETE
61082024-12-21T05:07:30.198Z[ recovery-image] Dec 21 05:07:29.206 INFO O| Dec 21 05:07:29.206 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-12-21T05:07:30.212Z[ recovery-image] Dec 21 05:07:29.222 INFO O| Dec 21 05:07:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61102024-12-21T05:07:30.214Z[ recovery-image] Dec 21 05:07:29.223 INFO O| Dec 21 05:07:29.223 INFO STEP 555 (remove_files) COMPLETE
61112024-12-21T05:07:30.214Z[ recovery-image] Dec 21 05:07:29.223 INFO O| Dec 21 05:07:29.223 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-12-21T05:07:30.227Z[ recovery-image] Dec 21 05:07:29.237 INFO O| Dec 21 05:07:29.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61132024-12-21T05:07:30.227Z[ recovery-image] Dec 21 05:07:29.238 INFO O| Dec 21 05:07:29.237 INFO STEP 556 (remove_files) COMPLETE
61142024-12-21T05:07:30.230Z[ recovery-image] Dec 21 05:07:29.238 INFO O| Dec 21 05:07:29.237 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-21T05:07:30.245Z[ recovery-image] Dec 21 05:07:29.255 INFO O| Dec 21 05:07:29.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61162024-12-21T05:07:30.245Z[ recovery-image] Dec 21 05:07:29.255 INFO O| Dec 21 05:07:29.255 INFO STEP 557 (remove_files) COMPLETE
61172024-12-21T05:07:30.248Z[ recovery-image] Dec 21 05:07:29.255 INFO O| Dec 21 05:07:29.255 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-21T05:07:30.263Z[ recovery-image] Dec 21 05:07:29.273 INFO O| Dec 21 05:07:29.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61192024-12-21T05:07:30.263Z[ recovery-image] Dec 21 05:07:29.273 INFO O| Dec 21 05:07:29.273 INFO STEP 558 (remove_files) COMPLETE
61202024-12-21T05:07:30.265Z[ recovery-image] Dec 21 05:07:29.273 INFO O| Dec 21 05:07:29.273 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-21T05:07:30.282Z[ recovery-image] Dec 21 05:07:29.292 INFO O| Dec 21 05:07:29.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61222024-12-21T05:07:30.283Z[ recovery-image] Dec 21 05:07:29.293 INFO O| Dec 21 05:07:29.292 INFO STEP 559 (remove_files) COMPLETE
61232024-12-21T05:07:30.287Z[ recovery-image] Dec 21 05:07:29.293 INFO O| Dec 21 05:07:29.293 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-21T05:07:30.298Z[ recovery-image] Dec 21 05:07:29.308 INFO O| Dec 21 05:07:29.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61252024-12-21T05:07:30.298Z[ recovery-image] Dec 21 05:07:29.308 INFO O| Dec 21 05:07:29.308 INFO STEP 560 (remove_files) COMPLETE
61262024-12-21T05:07:30.300Z[ recovery-image] Dec 21 05:07:29.308 INFO O| Dec 21 05:07:29.308 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-21T05:07:30.312Z[ recovery-image] Dec 21 05:07:29.323 INFO O| Dec 21 05:07:29.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
61282024-12-21T05:07:30.315Z[ recovery-image] Dec 21 05:07:29.323 INFO O| Dec 21 05:07:29.323 INFO STEP 561 (remove_files) COMPLETE
61292024-12-21T05:07:30.315Z[ recovery-image] Dec 21 05:07:29.323 INFO O| Dec 21 05:07:29.323 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-21T05:07:30.328Z[ recovery-image] Dec 21 05:07:29.339 INFO O| Dec 21 05:07:29.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
61312024-12-21T05:07:30.328Z[ recovery-image] Dec 21 05:07:29.339 INFO O| Dec 21 05:07:29.339 INFO STEP 562 (remove_files) COMPLETE
61322024-12-21T05:07:30.328Z[ recovery-image] Dec 21 05:07:29.339 INFO O| Dec 21 05:07:29.339 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-21T05:07:30.343Z[ recovery-image] Dec 21 05:07:29.354 INFO O| Dec 21 05:07:29.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61342024-12-21T05:07:30.343Z[ recovery-image] Dec 21 05:07:29.354 INFO O| Dec 21 05:07:29.354 INFO STEP 563 (remove_files) COMPLETE
61352024-12-21T05:07:30.343Z[ recovery-image] Dec 21 05:07:29.354 INFO O| Dec 21 05:07:29.354 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-21T05:07:30.357Z[ recovery-image] Dec 21 05:07:29.369 INFO O| Dec 21 05:07:29.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61372024-12-21T05:07:30.357Z[ recovery-image] Dec 21 05:07:29.369 INFO O| Dec 21 05:07:29.369 INFO STEP 564 (remove_files) COMPLETE
61382024-12-21T05:07:30.360Z[ recovery-image] Dec 21 05:07:29.369 INFO O| Dec 21 05:07:29.369 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-21T05:07:30.374Z[ recovery-image] Dec 21 05:07:29.386 INFO O| Dec 21 05:07:29.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
61402024-12-21T05:07:30.374Z[ recovery-image] Dec 21 05:07:29.386 INFO O| Dec 21 05:07:29.386 INFO STEP 565 (remove_files) COMPLETE
61412024-12-21T05:07:30.374Z[ recovery-image] Dec 21 05:07:29.386 INFO O| Dec 21 05:07:29.386 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-21T05:07:30.394Z[ recovery-image] Dec 21 05:07:29.405 INFO O| Dec 21 05:07:29.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
61432024-12-21T05:07:30.394Z[ recovery-image] Dec 21 05:07:29.405 INFO O| Dec 21 05:07:29.405 INFO STEP 566 (remove_files) COMPLETE
61442024-12-21T05:07:30.394Z[ recovery-image] Dec 21 05:07:29.405 INFO O| Dec 21 05:07:29.405 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-21T05:07:30.410Z[ recovery-image] Dec 21 05:07:29.421 INFO O| Dec 21 05:07:29.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
61462024-12-21T05:07:30.410Z[ recovery-image] Dec 21 05:07:29.421 INFO O| Dec 21 05:07:29.421 INFO STEP 567 (remove_files) COMPLETE
61472024-12-21T05:07:30.410Z[ recovery-image] Dec 21 05:07:29.421 INFO O| Dec 21 05:07:29.421 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-21T05:07:30.423Z[ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61492024-12-21T05:07:30.423Z[ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO STEP 568 (remove_files) COMPLETE
61502024-12-21T05:07:30.426Z[ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-21T05:07:30.439Z[ recovery-image] Dec 21 05:07:29.451 INFO O| Dec 21 05:07:29.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61522024-12-21T05:07:30.439Z[ recovery-image] Dec 21 05:07:29.451 INFO O| Dec 21 05:07:29.451 INFO STEP 569 (remove_files) COMPLETE
61532024-12-21T05:07:30.439Z[ recovery-image] Dec 21 05:07:29.451 INFO O| Dec 21 05:07:29.451 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-21T05:07:30.452Z[ recovery-image] Dec 21 05:07:29.464 INFO O| Dec 21 05:07:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61552024-12-21T05:07:30.452Z[ recovery-image] Dec 21 05:07:29.464 INFO O| Dec 21 05:07:29.464 INFO STEP 570 (remove_files) COMPLETE
61562024-12-21T05:07:30.456Z[ recovery-image] Dec 21 05:07:29.464 INFO O| Dec 21 05:07:29.464 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-21T05:07:30.468Z[ recovery-image] Dec 21 05:07:29.480 INFO O| Dec 21 05:07:29.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61582024-12-21T05:07:30.468Z[ recovery-image] Dec 21 05:07:29.480 INFO O| Dec 21 05:07:29.480 INFO STEP 571 (remove_files) COMPLETE
61592024-12-21T05:07:30.471Z[ recovery-image] Dec 21 05:07:29.480 INFO O| Dec 21 05:07:29.480 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-21T05:07:30.482Z[ recovery-image] Dec 21 05:07:29.494 INFO O| Dec 21 05:07:29.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61612024-12-21T05:07:30.483Z[ recovery-image] Dec 21 05:07:29.494 INFO O| Dec 21 05:07:29.494 INFO STEP 572 (remove_files) COMPLETE
61622024-12-21T05:07:30.483Z[ recovery-image] Dec 21 05:07:29.494 INFO O| Dec 21 05:07:29.494 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-21T05:07:30.499Z[ recovery-image] Dec 21 05:07:29.511 INFO O| Dec 21 05:07:29.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61642024-12-21T05:07:30.499Z[ recovery-image] Dec 21 05:07:29.511 INFO O| Dec 21 05:07:29.511 INFO STEP 573 (remove_files) COMPLETE
61652024-12-21T05:07:30.499Z[ recovery-image] Dec 21 05:07:29.511 INFO O| Dec 21 05:07:29.511 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-21T05:07:30.513Z[ recovery-image] Dec 21 05:07:29.526 INFO O| Dec 21 05:07:29.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61672024-12-21T05:07:30.513Z[ recovery-image] Dec 21 05:07:29.526 INFO O| Dec 21 05:07:29.526 INFO STEP 574 (remove_files) COMPLETE
61682024-12-21T05:07:30.513Z[ recovery-image] Dec 21 05:07:29.526 INFO O| Dec 21 05:07:29.526 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-21T05:07:30.526Z[ recovery-image] Dec 21 05:07:29.539 INFO O| Dec 21 05:07:29.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61702024-12-21T05:07:30.526Z[ recovery-image] Dec 21 05:07:29.539 INFO O| Dec 21 05:07:29.539 INFO STEP 575 (remove_files) COMPLETE
61712024-12-21T05:07:30.528Z[ recovery-image] Dec 21 05:07:29.539 INFO O| Dec 21 05:07:29.539 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-21T05:07:30.543Z[ recovery-image] Dec 21 05:07:29.555 INFO O| Dec 21 05:07:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61732024-12-21T05:07:30.543Z[ recovery-image] Dec 21 05:07:29.555 INFO O| Dec 21 05:07:29.555 INFO STEP 576 (remove_files) COMPLETE
61742024-12-21T05:07:30.543Z[ recovery-image] Dec 21 05:07:29.555 INFO O| Dec 21 05:07:29.555 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-21T05:07:30.559Z[ recovery-image] Dec 21 05:07:29.572 INFO O| Dec 21 05:07:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61762024-12-21T05:07:30.559Z[ recovery-image] Dec 21 05:07:29.572 INFO O| Dec 21 05:07:29.572 INFO STEP 577 (remove_files) COMPLETE
61772024-12-21T05:07:30.559Z[ recovery-image] Dec 21 05:07:29.572 INFO O| Dec 21 05:07:29.572 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-21T05:07:30.574Z[ recovery-image] Dec 21 05:07:29.587 INFO O| Dec 21 05:07:29.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61792024-12-21T05:07:30.574Z[ recovery-image] Dec 21 05:07:29.587 INFO O| Dec 21 05:07:29.587 INFO STEP 578 (remove_files) COMPLETE
61802024-12-21T05:07:30.577Z[ recovery-image] Dec 21 05:07:29.587 INFO O| Dec 21 05:07:29.587 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-21T05:07:30.592Z[ recovery-image] Dec 21 05:07:29.606 INFO O| Dec 21 05:07:29.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61822024-12-21T05:07:30.592Z[ recovery-image] Dec 21 05:07:29.606 INFO O| Dec 21 05:07:29.606 INFO STEP 579 (remove_files) COMPLETE
61832024-12-21T05:07:30.592Z[ recovery-image] Dec 21 05:07:29.606 INFO O| Dec 21 05:07:29.606 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-21T05:07:30.609Z[ recovery-image] Dec 21 05:07:29.622 INFO O| Dec 21 05:07:29.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61852024-12-21T05:07:30.609Z[ recovery-image] Dec 21 05:07:29.623 INFO O| Dec 21 05:07:29.623 INFO STEP 580 (remove_files) COMPLETE
61862024-12-21T05:07:30.611Z[ recovery-image] Dec 21 05:07:29.623 INFO O| Dec 21 05:07:29.623 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-21T05:07:30.624Z[ recovery-image] Dec 21 05:07:29.637 INFO O| Dec 21 05:07:29.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61882024-12-21T05:07:30.624Z[ recovery-image] Dec 21 05:07:29.637 INFO O| Dec 21 05:07:29.637 INFO STEP 581 (remove_files) COMPLETE
61892024-12-21T05:07:30.626Z[ recovery-image] Dec 21 05:07:29.638 INFO O| Dec 21 05:07:29.637 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-21T05:07:30.640Z[ recovery-image] Dec 21 05:07:29.654 INFO O| Dec 21 05:07:29.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61912024-12-21T05:07:30.640Z[ recovery-image] Dec 21 05:07:29.654 INFO O| Dec 21 05:07:29.654 INFO STEP 582 (remove_files) COMPLETE
61922024-12-21T05:07:30.640Z[ recovery-image] Dec 21 05:07:29.654 INFO O| Dec 21 05:07:29.654 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-21T05:07:30.654Z[ recovery-image] Dec 21 05:07:29.668 INFO O| Dec 21 05:07:29.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61942024-12-21T05:07:30.654Z[ recovery-image] Dec 21 05:07:29.668 INFO O| Dec 21 05:07:29.668 INFO STEP 583 (remove_files) COMPLETE
61952024-12-21T05:07:30.654Z[ recovery-image] Dec 21 05:07:29.668 INFO O| Dec 21 05:07:29.668 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-21T05:07:30.668Z[ recovery-image] Dec 21 05:07:29.682 INFO O| Dec 21 05:07:29.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61972024-12-21T05:07:30.668Z[ recovery-image] Dec 21 05:07:29.683 INFO O| Dec 21 05:07:29.682 INFO STEP 584 (remove_files) COMPLETE
61982024-12-21T05:07:30.668Z[ recovery-image] Dec 21 05:07:29.683 INFO O| Dec 21 05:07:29.683 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-21T05:07:30.686Z[ recovery-image] Dec 21 05:07:29.700 INFO O| Dec 21 05:07:29.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62002024-12-21T05:07:30.686Z[ recovery-image] Dec 21 05:07:29.700 INFO O| Dec 21 05:07:29.700 INFO STEP 585 (remove_files) COMPLETE
62012024-12-21T05:07:30.686Z[ recovery-image] Dec 21 05:07:29.700 INFO O| Dec 21 05:07:29.700 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-21T05:07:30.702Z[ recovery-image] Dec 21 05:07:29.716 INFO O| Dec 21 05:07:29.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62032024-12-21T05:07:30.705Z[ recovery-image] Dec 21 05:07:29.716 INFO O| Dec 21 05:07:29.716 INFO STEP 586 (remove_files) COMPLETE
62042024-12-21T05:07:30.705Z[ recovery-image] Dec 21 05:07:29.716 INFO O| Dec 21 05:07:29.716 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-21T05:07:30.717Z[ recovery-image] Dec 21 05:07:29.732 INFO O| Dec 21 05:07:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62062024-12-21T05:07:30.718Z[ recovery-image] Dec 21 05:07:29.732 INFO O| Dec 21 05:07:29.732 INFO STEP 587 (remove_files) COMPLETE
62072024-12-21T05:07:30.720Z[ recovery-image] Dec 21 05:07:29.732 INFO O| Dec 21 05:07:29.732 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-21T05:07:30.734Z[ recovery-image] Dec 21 05:07:29.749 INFO O| Dec 21 05:07:29.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62092024-12-21T05:07:30.735Z[ recovery-image] Dec 21 05:07:29.749 INFO O| Dec 21 05:07:29.749 INFO STEP 588 (remove_files) COMPLETE
62102024-12-21T05:07:30.735Z[ recovery-image] Dec 21 05:07:29.749 INFO O| Dec 21 05:07:29.749 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-21T05:07:30.752Z[ recovery-image] Dec 21 05:07:29.766 INFO O| Dec 21 05:07:29.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62122024-12-21T05:07:30.752Z[ recovery-image] Dec 21 05:07:29.766 INFO O| Dec 21 05:07:29.766 INFO STEP 589 (remove_files) COMPLETE
62132024-12-21T05:07:30.752Z[ recovery-image] Dec 21 05:07:29.766 INFO O| Dec 21 05:07:29.766 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-21T05:07:30.765Z[ recovery-image] Dec 21 05:07:29.780 INFO O| Dec 21 05:07:29.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62152024-12-21T05:07:30.767Z[ recovery-image] Dec 21 05:07:29.780 INFO O| Dec 21 05:07:29.780 INFO STEP 590 (remove_files) COMPLETE
62162024-12-21T05:07:30.767Z[ recovery-image] Dec 21 05:07:29.780 INFO O| Dec 21 05:07:29.780 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-21T05:07:30.782Z[ recovery-image] Dec 21 05:07:29.797 INFO O| Dec 21 05:07:29.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62182024-12-21T05:07:30.782Z[ recovery-image] Dec 21 05:07:29.797 INFO O| Dec 21 05:07:29.797 INFO STEP 591 (remove_files) COMPLETE
62192024-12-21T05:07:30.782Z[ recovery-image] Dec 21 05:07:29.797 INFO O| Dec 21 05:07:29.797 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-21T05:07:30.800Z[ recovery-image] Dec 21 05:07:29.816 INFO O| Dec 21 05:07:29.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62212024-12-21T05:07:30.800Z[ recovery-image] Dec 21 05:07:29.816 INFO O| Dec 21 05:07:29.816 INFO STEP 592 (remove_files) COMPLETE
62222024-12-21T05:07:30.800Z[ recovery-image] Dec 21 05:07:29.816 INFO O| Dec 21 05:07:29.816 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-21T05:07:30.819Z[ recovery-image] Dec 21 05:07:29.834 INFO O| Dec 21 05:07:29.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62242024-12-21T05:07:30.819Z[ recovery-image] Dec 21 05:07:29.834 INFO O| Dec 21 05:07:29.834 INFO STEP 593 (remove_files) COMPLETE
62252024-12-21T05:07:30.819Z[ recovery-image] Dec 21 05:07:29.834 INFO O| Dec 21 05:07:29.834 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-21T05:07:30.854Z[ recovery-image] Dec 21 05:07:29.870 INFO O| Dec 21 05:07:29.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62272024-12-21T05:07:30.854Z[ recovery-image] Dec 21 05:07:29.870 INFO O| Dec 21 05:07:29.870 INFO STEP 594 (remove_files) COMPLETE
62282024-12-21T05:07:30.857Z[ recovery-image] Dec 21 05:07:29.870 INFO O| Dec 21 05:07:29.870 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-21T05:07:30.888Z[ recovery-image] Dec 21 05:07:29.904 INFO O| Dec 21 05:07:29.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
62302024-12-21T05:07:30.888Z[ recovery-image] Dec 21 05:07:29.904 INFO O| Dec 21 05:07:29.904 INFO STEP 595 (remove_files) COMPLETE
62312024-12-21T05:07:30.892Z[ recovery-image] Dec 21 05:07:29.904 INFO O| Dec 21 05:07:29.904 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-21T05:07:30.910Z[ recovery-image] Dec 21 05:07:29.926 INFO O| Dec 21 05:07:29.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
62332024-12-21T05:07:30.910Z[ recovery-image] Dec 21 05:07:29.926 INFO O| Dec 21 05:07:29.926 INFO STEP 596 (remove_files) COMPLETE
62342024-12-21T05:07:30.912Z[ recovery-image] Dec 21 05:07:29.926 INFO O| Dec 21 05:07:29.926 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-21T05:07:30.931Z[ recovery-image] Dec 21 05:07:29.947 INFO O| Dec 21 05:07:29.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62362024-12-21T05:07:30.931Z[ recovery-image] Dec 21 05:07:29.947 INFO O| Dec 21 05:07:29.947 INFO STEP 597 (remove_files) COMPLETE
62372024-12-21T05:07:30.933Z[ recovery-image] Dec 21 05:07:29.947 INFO O| Dec 21 05:07:29.947 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-21T05:07:30.950Z[ recovery-image] Dec 21 05:07:29.967 INFO O| Dec 21 05:07:29.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
62392024-12-21T05:07:30.950Z[ recovery-image] Dec 21 05:07:29.967 INFO O| Dec 21 05:07:29.967 INFO STEP 598 (remove_files) COMPLETE
62402024-12-21T05:07:30.953Z[ recovery-image] Dec 21 05:07:29.967 INFO O| Dec 21 05:07:29.967 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-21T05:07:30.970Z[ recovery-image] Dec 21 05:07:29.986 INFO O| Dec 21 05:07:29.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
62422024-12-21T05:07:30.970Z[ recovery-image] Dec 21 05:07:29.986 INFO O| Dec 21 05:07:29.986 INFO STEP 599 (remove_files) COMPLETE
62432024-12-21T05:07:30.972Z[ recovery-image] Dec 21 05:07:29.987 INFO O| Dec 21 05:07:29.986 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-21T05:07:30.989Z[ recovery-image] Dec 21 05:07:30.006 INFO O| Dec 21 05:07:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
62452024-12-21T05:07:30.989Z[ recovery-image] Dec 21 05:07:30.006 INFO O| Dec 21 05:07:30.006 INFO STEP 600 (remove_files) COMPLETE
62462024-12-21T05:07:30.992Z[ recovery-image] Dec 21 05:07:30.006 INFO O| Dec 21 05:07:30.006 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-21T05:07:31.035Z[ recovery-image] Dec 21 05:07:30.052 INFO O| Dec 21 05:07:30.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62482024-12-21T05:07:31.035Z[ recovery-image] Dec 21 05:07:30.052 INFO O| Dec 21 05:07:30.052 INFO STEP 601 (remove_files) COMPLETE
62492024-12-21T05:07:31.035Z[ recovery-image] Dec 21 05:07:30.053 INFO O| Dec 21 05:07:30.052 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-21T05:07:31.092Z[ recovery-image] Dec 21 05:07:30.110 INFO O| Dec 21 05:07:30.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62512024-12-21T05:07:31.092Z[ recovery-image] Dec 21 05:07:30.110 INFO O| Dec 21 05:07:30.110 INFO STEP 602 (remove_files) COMPLETE
62522024-12-21T05:07:31.093Z[ recovery-image] Dec 21 05:07:30.110 INFO O| Dec 21 05:07:30.110 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-21T05:07:31.181Z[ recovery-image] Dec 21 05:07:30.200 INFO O| Dec 21 05:07:30.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62542024-12-21T05:07:31.181Z[ recovery-image] Dec 21 05:07:30.200 INFO O| Dec 21 05:07:30.200 INFO STEP 603 (remove_files) COMPLETE
62552024-12-21T05:07:31.181Z[ recovery-image] Dec 21 05:07:30.200 INFO O| Dec 21 05:07:30.200 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-21T05:07:31.203Z[ recovery-image] Dec 21 05:07:30.222 INFO O| Dec 21 05:07:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62572024-12-21T05:07:31.203Z[ recovery-image] Dec 21 05:07:30.222 INFO O| Dec 21 05:07:30.222 INFO STEP 604 (remove_files) COMPLETE
62582024-12-21T05:07:31.203Z[ recovery-image] Dec 21 05:07:30.222 INFO O| Dec 21 05:07:30.222 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-21T05:07:31.224Z[ recovery-image] Dec 21 05:07:30.244 INFO O| Dec 21 05:07:30.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62602024-12-21T05:07:31.224Z[ recovery-image] Dec 21 05:07:30.244 INFO O| Dec 21 05:07:30.244 INFO STEP 605 (remove_files) COMPLETE
62612024-12-21T05:07:31.224Z[ recovery-image] Dec 21 05:07:30.244 INFO O| Dec 21 05:07:30.244 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-21T05:07:31.245Z[ recovery-image] Dec 21 05:07:30.264 INFO O| Dec 21 05:07:30.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62632024-12-21T05:07:31.245Z[ recovery-image] Dec 21 05:07:30.264 INFO O| Dec 21 05:07:30.264 INFO STEP 606 (remove_files) COMPLETE
62642024-12-21T05:07:31.245Z[ recovery-image] Dec 21 05:07:30.264 INFO O| Dec 21 05:07:30.264 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-21T05:07:31.264Z[ recovery-image] Dec 21 05:07:30.283 INFO O| Dec 21 05:07:30.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62662024-12-21T05:07:31.284Z[ recovery-image] Dec 21 05:07:30.303 INFO O| Dec 21 05:07:30.303 INFO STEP 607 (remove_files) COMPLETE
62672024-12-21T05:07:31.284Z[ recovery-image] Dec 21 05:07:30.303 INFO O| Dec 21 05:07:30.303 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-21T05:07:31.362Z[ recovery-image] Dec 21 05:07:30.380 INFO O| Dec 21 05:07:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62692024-12-21T05:07:31.364Z[ recovery-image] Dec 21 05:07:30.380 INFO O| Dec 21 05:07:30.380 INFO STEP 608 (remove_files) COMPLETE
62702024-12-21T05:07:31.364Z[ recovery-image] Dec 21 05:07:30.380 INFO O| Dec 21 05:07:30.380 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-21T05:07:31.380Z[ recovery-image] Dec 21 05:07:30.401 INFO O| Dec 21 05:07:30.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62722024-12-21T05:07:31.383Z[ recovery-image] Dec 21 05:07:30.401 INFO O| Dec 21 05:07:30.401 INFO STEP 609 (remove_files) COMPLETE
62732024-12-21T05:07:31.383Z[ recovery-image] Dec 21 05:07:30.401 INFO O| Dec 21 05:07:30.401 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-21T05:07:31.403Z[ recovery-image] Dec 21 05:07:30.424 INFO O| Dec 21 05:07:30.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62752024-12-21T05:07:31.406Z[ recovery-image] Dec 21 05:07:30.424 INFO O| Dec 21 05:07:30.424 INFO STEP 610 (remove_files) COMPLETE
62762024-12-21T05:07:31.406Z[ recovery-image] Dec 21 05:07:30.425 INFO O| Dec 21 05:07:30.424 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-21T05:07:31.425Z[ recovery-image] Dec 21 05:07:30.446 INFO O| Dec 21 05:07:30.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62782024-12-21T05:07:31.427Z[ recovery-image] Dec 21 05:07:30.446 INFO O| Dec 21 05:07:30.446 INFO STEP 611 (remove_files) COMPLETE
62792024-12-21T05:07:31.427Z[ recovery-image] Dec 21 05:07:30.446 INFO O| Dec 21 05:07:30.446 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-21T05:07:31.446Z[ recovery-image] Dec 21 05:07:30.467 INFO O| Dec 21 05:07:30.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62812024-12-21T05:07:31.448Z[ recovery-image] Dec 21 05:07:30.467 INFO O| Dec 21 05:07:30.467 INFO STEP 612 (remove_files) COMPLETE
62822024-12-21T05:07:31.448Z[ recovery-image] Dec 21 05:07:30.467 INFO O| Dec 21 05:07:30.467 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-21T05:07:31.465Z[ recovery-image] Dec 21 05:07:30.486 INFO O| Dec 21 05:07:30.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62842024-12-21T05:07:31.468Z[ recovery-image] Dec 21 05:07:30.487 INFO O| Dec 21 05:07:30.486 INFO STEP 613 (remove_files) COMPLETE
62852024-12-21T05:07:31.468Z[ recovery-image] Dec 21 05:07:30.487 INFO O| Dec 21 05:07:30.487 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-21T05:07:31.484Z[ recovery-image] Dec 21 05:07:30.503 INFO O| Dec 21 05:07:30.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62872024-12-21T05:07:31.486Z[ recovery-image] Dec 21 05:07:30.504 INFO O| Dec 21 05:07:30.504 INFO STEP 614 (remove_files) COMPLETE
62882024-12-21T05:07:31.486Z[ recovery-image] Dec 21 05:07:30.504 INFO O| Dec 21 05:07:30.504 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-21T05:07:31.521Z[ recovery-image] Dec 21 05:07:30.543 INFO O| Dec 21 05:07:30.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62902024-12-21T05:07:31.521Z[ recovery-image] Dec 21 05:07:30.543 INFO O| Dec 21 05:07:30.543 INFO STEP 615 (remove_files) COMPLETE
62912024-12-21T05:07:31.525Z[ recovery-image] Dec 21 05:07:30.543 INFO O| Dec 21 05:07:30.543 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-21T05:07:31.546Z[ recovery-image] Dec 21 05:07:30.567 INFO O| Dec 21 05:07:30.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62932024-12-21T05:07:31.546Z[ recovery-image] Dec 21 05:07:30.567 INFO O| Dec 21 05:07:30.567 INFO STEP 616 (remove_files) COMPLETE
62942024-12-21T05:07:31.546Z[ recovery-image] Dec 21 05:07:30.567 INFO O| Dec 21 05:07:30.567 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-21T05:07:31.567Z[ recovery-image] Dec 21 05:07:30.590 INFO O| Dec 21 05:07:30.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62962024-12-21T05:07:31.567Z[ recovery-image] Dec 21 05:07:30.590 INFO O| Dec 21 05:07:30.590 INFO STEP 617 (remove_files) COMPLETE
62972024-12-21T05:07:31.567Z[ recovery-image] Dec 21 05:07:30.590 INFO O| Dec 21 05:07:30.590 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-21T05:07:31.619Z[ recovery-image] Dec 21 05:07:30.642 INFO O| Dec 21 05:07:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62992024-12-21T05:07:31.619Z[ recovery-image] Dec 21 05:07:30.642 INFO O| Dec 21 05:07:30.642 INFO STEP 618 (remove_files) COMPLETE
63002024-12-21T05:07:31.619Z[ recovery-image] Dec 21 05:07:30.642 INFO O| Dec 21 05:07:30.642 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-21T05:07:31.642Z[ recovery-image] Dec 21 05:07:30.663 INFO O| Dec 21 05:07:30.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63022024-12-21T05:07:31.642Z[ recovery-image] Dec 21 05:07:30.663 INFO O| Dec 21 05:07:30.663 INFO STEP 619 (remove_files) COMPLETE
63032024-12-21T05:07:31.646Z[ recovery-image] Dec 21 05:07:30.663 INFO O| Dec 21 05:07:30.663 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-21T05:07:31.662Z[ recovery-image] Dec 21 05:07:30.685 INFO O| Dec 21 05:07:30.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63052024-12-21T05:07:31.662Z[ recovery-image] Dec 21 05:07:30.685 INFO O| Dec 21 05:07:30.685 INFO STEP 620 (remove_files) COMPLETE
63062024-12-21T05:07:31.662Z[ recovery-image] Dec 21 05:07:30.685 INFO O| Dec 21 05:07:30.685 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-21T05:07:31.683Z[ recovery-image] Dec 21 05:07:30.706 INFO O| Dec 21 05:07:30.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63082024-12-21T05:07:31.683Z[ recovery-image] Dec 21 05:07:30.706 INFO O| Dec 21 05:07:30.706 INFO STEP 621 (remove_files) COMPLETE
63092024-12-21T05:07:31.686Z[ recovery-image] Dec 21 05:07:30.706 INFO O| Dec 21 05:07:30.706 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-21T05:07:31.705Z[ recovery-image] Dec 21 05:07:30.728 INFO O| Dec 21 05:07:30.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63112024-12-21T05:07:31.707Z[ recovery-image] Dec 21 05:07:30.728 INFO O| Dec 21 05:07:30.728 INFO STEP 622 (remove_files) COMPLETE
63122024-12-21T05:07:31.707Z[ recovery-image] Dec 21 05:07:30.728 INFO O| Dec 21 05:07:30.728 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-21T05:07:31.726Z[ recovery-image] Dec 21 05:07:30.749 INFO O| Dec 21 05:07:30.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63142024-12-21T05:07:31.726Z[ recovery-image] Dec 21 05:07:30.749 INFO O| Dec 21 05:07:30.749 INFO STEP 623 (remove_files) COMPLETE
63152024-12-21T05:07:31.726Z[ recovery-image] Dec 21 05:07:30.749 INFO O| Dec 21 05:07:30.749 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-21T05:07:31.746Z[ recovery-image] Dec 21 05:07:30.768 INFO O| Dec 21 05:07:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63172024-12-21T05:07:31.746Z[ recovery-image] Dec 21 05:07:30.768 INFO O| Dec 21 05:07:30.768 INFO STEP 624 (remove_files) COMPLETE
63182024-12-21T05:07:31.746Z[ recovery-image] Dec 21 05:07:30.769 INFO O| Dec 21 05:07:30.768 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-21T05:07:31.765Z[ recovery-image] Dec 21 05:07:30.788 INFO O| Dec 21 05:07:30.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
63202024-12-21T05:07:31.765Z[ recovery-image] Dec 21 05:07:30.788 INFO O| Dec 21 05:07:30.788 INFO STEP 625 (remove_files) COMPLETE
63212024-12-21T05:07:31.768Z[ recovery-image] Dec 21 05:07:30.788 INFO O| Dec 21 05:07:30.788 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-21T05:07:31.788Z[ recovery-image] Dec 21 05:07:30.810 INFO O| Dec 21 05:07:30.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63232024-12-21T05:07:31.788Z[ recovery-image] Dec 21 05:07:30.810 INFO O| Dec 21 05:07:30.810 INFO STEP 626 (remove_files) COMPLETE
63242024-12-21T05:07:31.788Z[ recovery-image] Dec 21 05:07:30.811 INFO O| Dec 21 05:07:30.810 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-21T05:07:31.809Z[ recovery-image] Dec 21 05:07:30.834 INFO O| Dec 21 05:07:30.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63262024-12-21T05:07:31.809Z[ recovery-image] Dec 21 05:07:30.834 INFO O| Dec 21 05:07:30.834 INFO STEP 627 (remove_files) COMPLETE
63272024-12-21T05:07:31.809Z[ recovery-image] Dec 21 05:07:30.834 INFO O| Dec 21 05:07:30.834 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-21T05:07:31.833Z[ recovery-image] Dec 21 05:07:30.858 INFO O| Dec 21 05:07:30.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63292024-12-21T05:07:31.834Z[ recovery-image] Dec 21 05:07:30.858 INFO O| Dec 21 05:07:30.858 INFO STEP 628 (remove_files) COMPLETE
63302024-12-21T05:07:31.834Z[ recovery-image] Dec 21 05:07:30.858 INFO O| Dec 21 05:07:30.858 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-21T05:07:31.855Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63322024-12-21T05:07:31.855Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 629 (remove_files) COMPLETE
63332024-12-21T05:07:31.858Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-21T05:07:31.876Z[ recovery-image] Dec 21 05:07:30.901 INFO O| Dec 21 05:07:30.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63352024-12-21T05:07:31.876Z[ recovery-image] Dec 21 05:07:30.901 INFO O| Dec 21 05:07:30.901 INFO STEP 630 (remove_files) COMPLETE
63362024-12-21T05:07:31.876Z[ recovery-image] Dec 21 05:07:30.901 INFO O| Dec 21 05:07:30.901 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-21T05:07:31.899Z[ recovery-image] Dec 21 05:07:30.924 INFO O| Dec 21 05:07:30.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
63382024-12-21T05:07:31.908Z[ recovery-image] Dec 21 05:07:30.933 INFO O| Dec 21 05:07:30.933 INFO STEP 631 (remove_files) COMPLETE
63392024-12-21T05:07:31.910Z[ recovery-image] Dec 21 05:07:30.933 INFO O| Dec 21 05:07:30.933 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-21T05:07:31.930Z[ recovery-image] Dec 21 05:07:30.955 INFO O| Dec 21 05:07:30.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
63412024-12-21T05:07:31.932Z[ recovery-image] Dec 21 05:07:30.956 INFO O| Dec 21 05:07:30.955 INFO STEP 632 (remove_files) COMPLETE
63422024-12-21T05:07:31.932Z[ recovery-image] Dec 21 05:07:30.956 INFO O| Dec 21 05:07:30.956 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-21T05:07:31.949Z[ recovery-image] Dec 21 05:07:30.974 INFO O| Dec 21 05:07:30.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
63442024-12-21T05:07:31.952Z[ recovery-image] Dec 21 05:07:30.974 INFO O| Dec 21 05:07:30.974 INFO STEP 633 (remove_files) COMPLETE
63452024-12-21T05:07:31.952Z[ recovery-image] Dec 21 05:07:30.974 INFO O| Dec 21 05:07:30.974 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-21T05:07:31.974Z[ recovery-image] Dec 21 05:07:30.997 INFO O| Dec 21 05:07:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
63472024-12-21T05:07:31.987Z[ recovery-image] Dec 21 05:07:30.998 INFO O| Dec 21 05:07:30.998 INFO STEP 634 (remove_files) COMPLETE
63482024-12-21T05:07:31.987Z[ recovery-image] Dec 21 05:07:30.998 INFO O| Dec 21 05:07:30.998 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-21T05:07:32.000Z[ recovery-image] Dec 21 05:07:31.026 INFO O| Dec 21 05:07:31.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63502024-12-21T05:07:32.003Z[ recovery-image] Dec 21 05:07:31.026 INFO O| Dec 21 05:07:31.026 INFO STEP 635 (remove_files) COMPLETE
63512024-12-21T05:07:32.003Z[ recovery-image] Dec 21 05:07:31.026 INFO O| Dec 21 05:07:31.026 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-21T05:07:32.021Z[ recovery-image] Dec 21 05:07:31.047 INFO O| Dec 21 05:07:31.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63532024-12-21T05:07:32.024Z[ recovery-image] Dec 21 05:07:31.048 INFO O| Dec 21 05:07:31.047 INFO STEP 636 (remove_files) COMPLETE
63542024-12-21T05:07:32.024Z[ recovery-image] Dec 21 05:07:31.048 INFO O| Dec 21 05:07:31.048 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-21T05:07:32.043Z[ recovery-image] Dec 21 05:07:31.069 INFO O| Dec 21 05:07:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63562024-12-21T05:07:32.045Z[ recovery-image] Dec 21 05:07:31.069 INFO O| Dec 21 05:07:31.069 INFO STEP 637 (remove_files) COMPLETE
63572024-12-21T05:07:32.045Z[ recovery-image] Dec 21 05:07:31.069 INFO O| Dec 21 05:07:31.069 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-21T05:07:32.062Z[ recovery-image] Dec 21 05:07:31.088 INFO O| Dec 21 05:07:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63592024-12-21T05:07:32.064Z[ recovery-image] Dec 21 05:07:31.088 INFO O| Dec 21 05:07:31.088 INFO STEP 638 (remove_files) COMPLETE
63602024-12-21T05:07:32.064Z[ recovery-image] Dec 21 05:07:31.089 INFO O| Dec 21 05:07:31.088 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-21T05:07:32.081Z[ recovery-image] Dec 21 05:07:31.107 INFO O| Dec 21 05:07:31.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63622024-12-21T05:07:32.085Z[ recovery-image] Dec 21 05:07:31.108 INFO O| Dec 21 05:07:31.108 INFO STEP 639 (remove_files) COMPLETE
63632024-12-21T05:07:32.085Z[ recovery-image] Dec 21 05:07:31.108 INFO O| Dec 21 05:07:31.108 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-21T05:07:32.102Z[ recovery-image] Dec 21 05:07:31.129 INFO O| Dec 21 05:07:31.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63652024-12-21T05:07:32.102Z[ recovery-image] Dec 21 05:07:31.129 INFO O| Dec 21 05:07:31.129 INFO STEP 640 (remove_files) COMPLETE
63662024-12-21T05:07:32.108Z[ recovery-image] Dec 21 05:07:31.129 INFO O| Dec 21 05:07:31.129 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-21T05:07:32.134Z[ recovery-image] Dec 21 05:07:31.161 INFO O| Dec 21 05:07:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63682024-12-21T05:07:32.134Z[ recovery-image] Dec 21 05:07:31.161 INFO O| Dec 21 05:07:31.161 INFO STEP 641 (remove_files) COMPLETE
63692024-12-21T05:07:32.134Z[ recovery-image] Dec 21 05:07:31.161 INFO O| Dec 21 05:07:31.161 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-21T05:07:32.190Z[ recovery-image] Dec 21 05:07:31.217 INFO O| Dec 21 05:07:31.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63712024-12-21T05:07:32.192Z[ recovery-image] Dec 21 05:07:31.217 INFO O| Dec 21 05:07:31.217 INFO STEP 642 (remove_files) COMPLETE
63722024-12-21T05:07:32.192Z[ recovery-image] Dec 21 05:07:31.217 INFO O| Dec 21 05:07:31.217 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-21T05:07:32.214Z[ recovery-image] Dec 21 05:07:31.242 INFO O| Dec 21 05:07:31.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63742024-12-21T05:07:32.215Z[ recovery-image] Dec 21 05:07:31.242 INFO O| Dec 21 05:07:31.242 INFO STEP 643 (remove_files) COMPLETE
63752024-12-21T05:07:32.215Z[ recovery-image] Dec 21 05:07:31.242 INFO O| Dec 21 05:07:31.242 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-21T05:07:32.237Z[ recovery-image] Dec 21 05:07:31.265 INFO O| Dec 21 05:07:31.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63772024-12-21T05:07:32.237Z[ recovery-image] Dec 21 05:07:31.265 INFO O| Dec 21 05:07:31.265 INFO STEP 644 (remove_files) COMPLETE
63782024-12-21T05:07:32.237Z[ recovery-image] Dec 21 05:07:31.265 INFO O| Dec 21 05:07:31.265 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-21T05:07:32.255Z[ recovery-image] Dec 21 05:07:31.284 INFO O| Dec 21 05:07:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63802024-12-21T05:07:32.256Z[ recovery-image] Dec 21 05:07:31.284 INFO O| Dec 21 05:07:31.284 INFO STEP 645 (remove_files) COMPLETE
63812024-12-21T05:07:32.256Z[ recovery-image] Dec 21 05:07:31.284 INFO O| Dec 21 05:07:31.284 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-21T05:07:32.277Z[ recovery-image] Dec 21 05:07:31.305 INFO O| Dec 21 05:07:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63832024-12-21T05:07:32.277Z[ recovery-image] Dec 21 05:07:31.305 INFO O| Dec 21 05:07:31.305 INFO STEP 646 (remove_files) COMPLETE
63842024-12-21T05:07:32.279Z[ recovery-image] Dec 21 05:07:31.306 INFO O| Dec 21 05:07:31.305 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-21T05:07:32.301Z[ recovery-image] Dec 21 05:07:31.330 INFO O| Dec 21 05:07:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63862024-12-21T05:07:32.321Z[ recovery-image] Dec 21 05:07:31.350 INFO O| Dec 21 05:07:31.350 INFO STEP 647 (remove_files) COMPLETE
63872024-12-21T05:07:32.321Z[ recovery-image] Dec 21 05:07:31.350 INFO O| Dec 21 05:07:31.350 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-21T05:07:32.344Z[ recovery-image] Dec 21 05:07:31.373 INFO O| Dec 21 05:07:31.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63892024-12-21T05:07:32.344Z[ recovery-image] Dec 21 05:07:31.373 INFO O| Dec 21 05:07:31.373 INFO STEP 648 (remove_files) COMPLETE
63902024-12-21T05:07:32.347Z[ recovery-image] Dec 21 05:07:31.373 INFO O| Dec 21 05:07:31.373 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-21T05:07:32.364Z[ recovery-image] Dec 21 05:07:31.393 INFO O| Dec 21 05:07:31.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63922024-12-21T05:07:32.364Z[ recovery-image] Dec 21 05:07:31.394 INFO O| Dec 21 05:07:31.393 INFO STEP 649 (remove_files) COMPLETE
63932024-12-21T05:07:32.367Z[ recovery-image] Dec 21 05:07:31.394 INFO O| Dec 21 05:07:31.394 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-21T05:07:32.384Z[ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63952024-12-21T05:07:32.384Z[ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO STEP 650 (remove_files) COMPLETE
63962024-12-21T05:07:32.387Z[ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-21T05:07:32.405Z[ recovery-image] Dec 21 05:07:31.434 INFO O| Dec 21 05:07:31.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63982024-12-21T05:07:32.405Z[ recovery-image] Dec 21 05:07:31.434 INFO O| Dec 21 05:07:31.434 INFO STEP 651 (remove_files) COMPLETE
63992024-12-21T05:07:32.407Z[ recovery-image] Dec 21 05:07:31.434 INFO O| Dec 21 05:07:31.434 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-21T05:07:32.424Z[ recovery-image] Dec 21 05:07:31.453 INFO O| Dec 21 05:07:31.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64012024-12-21T05:07:32.424Z[ recovery-image] Dec 21 05:07:31.453 INFO O| Dec 21 05:07:31.453 INFO STEP 652 (remove_files) COMPLETE
64022024-12-21T05:07:32.427Z[ recovery-image] Dec 21 05:07:31.454 INFO O| Dec 21 05:07:31.453 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-21T05:07:32.444Z[ recovery-image] Dec 21 05:07:31.474 INFO O| Dec 21 05:07:31.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64042024-12-21T05:07:32.444Z[ recovery-image] Dec 21 05:07:31.474 INFO O| Dec 21 05:07:31.474 INFO STEP 653 (remove_files) COMPLETE
64052024-12-21T05:07:32.447Z[ recovery-image] Dec 21 05:07:31.474 INFO O| Dec 21 05:07:31.474 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-21T05:07:32.462Z[ recovery-image] Dec 21 05:07:31.492 INFO O| Dec 21 05:07:31.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64072024-12-21T05:07:32.462Z[ recovery-image] Dec 21 05:07:31.492 INFO O| Dec 21 05:07:31.492 INFO STEP 654 (remove_files) COMPLETE
64082024-12-21T05:07:32.465Z[ recovery-image] Dec 21 05:07:31.492 INFO O| Dec 21 05:07:31.492 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-21T05:07:32.478Z[ recovery-image] Dec 21 05:07:31.509 INFO O| Dec 21 05:07:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64102024-12-21T05:07:32.478Z[ recovery-image] Dec 21 05:07:31.509 INFO O| Dec 21 05:07:31.509 INFO STEP 655 (remove_files) COMPLETE
64112024-12-21T05:07:32.481Z[ recovery-image] Dec 21 05:07:31.509 INFO O| Dec 21 05:07:31.509 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-21T05:07:32.498Z[ recovery-image] Dec 21 05:07:31.529 INFO O| Dec 21 05:07:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64132024-12-21T05:07:32.518Z[ recovery-image] Dec 21 05:07:31.548 INFO O| Dec 21 05:07:31.548 INFO STEP 656 (remove_files) COMPLETE
64142024-12-21T05:07:32.518Z[ recovery-image] Dec 21 05:07:31.548 INFO O| Dec 21 05:07:31.548 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-21T05:07:32.579Z[ recovery-image] Dec 21 05:07:31.610 INFO O| Dec 21 05:07:31.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
64162024-12-21T05:07:32.579Z[ recovery-image] Dec 21 05:07:31.610 INFO O| Dec 21 05:07:31.610 INFO STEP 657 (remove_files) COMPLETE
64172024-12-21T05:07:32.581Z[ recovery-image] Dec 21 05:07:31.610 INFO O| Dec 21 05:07:31.610 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-21T05:07:32.646Z[ recovery-image] Dec 21 05:07:31.678 INFO O| Dec 21 05:07:31.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64192024-12-21T05:07:32.649Z[ recovery-image] Dec 21 05:07:31.678 INFO O| Dec 21 05:07:31.678 INFO STEP 658 (remove_files) COMPLETE
64202024-12-21T05:07:32.649Z[ recovery-image] Dec 21 05:07:31.678 INFO O| Dec 21 05:07:31.678 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-21T05:07:32.666Z[ recovery-image] Dec 21 05:07:31.698 INFO O| Dec 21 05:07:31.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64222024-12-21T05:07:32.666Z[ recovery-image] Dec 21 05:07:31.698 INFO O| Dec 21 05:07:31.698 INFO STEP 659 (remove_files) COMPLETE
64232024-12-21T05:07:32.670Z[ recovery-image] Dec 21 05:07:31.698 INFO O| Dec 21 05:07:31.698 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-21T05:07:32.685Z[ recovery-image] Dec 21 05:07:31.718 INFO O| Dec 21 05:07:31.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64252024-12-21T05:07:32.688Z[ recovery-image] Dec 21 05:07:31.718 INFO O| Dec 21 05:07:31.718 INFO STEP 660 (remove_files) COMPLETE
64262024-12-21T05:07:32.688Z[ recovery-image] Dec 21 05:07:31.718 INFO O| Dec 21 05:07:31.718 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-21T05:07:32.711Z[ recovery-image] Dec 21 05:07:31.743 INFO O| Dec 21 05:07:31.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64282024-12-21T05:07:32.711Z[ recovery-image] Dec 21 05:07:31.743 INFO O| Dec 21 05:07:31.743 INFO STEP 661 (remove_files) COMPLETE
64292024-12-21T05:07:32.714Z[ recovery-image] Dec 21 05:07:31.744 INFO O| Dec 21 05:07:31.743 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-21T05:07:32.755Z[ recovery-image] Dec 21 05:07:31.782 INFO O| Dec 21 05:07:31.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64312024-12-21T05:07:32.755Z[ recovery-image] Dec 21 05:07:31.782 INFO O| Dec 21 05:07:31.782 INFO STEP 662 (remove_files) COMPLETE
64322024-12-21T05:07:32.758Z[ recovery-image] Dec 21 05:07:31.782 INFO O| Dec 21 05:07:31.782 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-21T05:07:32.768Z[ recovery-image] Dec 21 05:07:31.801 INFO O| Dec 21 05:07:31.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
64342024-12-21T05:07:32.768Z[ recovery-image] Dec 21 05:07:31.801 INFO O| Dec 21 05:07:31.801 INFO STEP 663 (remove_files) COMPLETE
64352024-12-21T05:07:32.768Z[ recovery-image] Dec 21 05:07:31.802 INFO O| Dec 21 05:07:31.801 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-21T05:07:32.790Z[ recovery-image] Dec 21 05:07:31.823 INFO O| Dec 21 05:07:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
64372024-12-21T05:07:32.793Z[ recovery-image] Dec 21 05:07:31.825 INFO O| Dec 21 05:07:31.825 INFO STEP 664 (remove_files) COMPLETE
64382024-12-21T05:07:32.793Z[ recovery-image] Dec 21 05:07:31.825 INFO O| Dec 21 05:07:31.825 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-21T05:07:32.817Z[ recovery-image] Dec 21 05:07:31.850 INFO O| Dec 21 05:07:31.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64402024-12-21T05:07:32.817Z[ recovery-image] Dec 21 05:07:31.851 INFO O| Dec 21 05:07:31.850 INFO STEP 665 (remove_files) COMPLETE
64412024-12-21T05:07:32.817Z[ recovery-image] Dec 21 05:07:31.851 INFO O| Dec 21 05:07:31.851 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-21T05:07:32.840Z[ recovery-image] Dec 21 05:07:31.874 INFO O| Dec 21 05:07:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
64432024-12-21T05:07:32.841Z[ recovery-image] Dec 21 05:07:31.874 INFO O| Dec 21 05:07:31.874 INFO STEP 666 (remove_files) COMPLETE
64442024-12-21T05:07:32.844Z[ recovery-image] Dec 21 05:07:31.874 INFO O| Dec 21 05:07:31.874 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-21T05:07:32.871Z[ recovery-image] Dec 21 05:07:31.905 INFO O| Dec 21 05:07:31.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
64462024-12-21T05:07:32.871Z[ recovery-image] Dec 21 05:07:31.905 INFO O| Dec 21 05:07:31.905 INFO STEP 667 (remove_files) COMPLETE
64472024-12-21T05:07:32.873Z[ recovery-image] Dec 21 05:07:31.905 INFO O| Dec 21 05:07:31.905 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-21T05:07:32.898Z[ recovery-image] Dec 21 05:07:31.932 INFO O| Dec 21 05:07:31.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
64492024-12-21T05:07:32.898Z[ recovery-image] Dec 21 05:07:31.932 INFO O| Dec 21 05:07:31.932 INFO STEP 668 (remove_files) COMPLETE
64502024-12-21T05:07:32.898Z[ recovery-image] Dec 21 05:07:31.932 INFO O| Dec 21 05:07:31.932 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-21T05:07:32.921Z[ recovery-image] Dec 21 05:07:31.956 INFO O| Dec 21 05:07:31.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64522024-12-21T05:07:32.921Z[ recovery-image] Dec 21 05:07:31.956 INFO O| Dec 21 05:07:31.956 INFO STEP 669 (remove_files) COMPLETE
64532024-12-21T05:07:32.924Z[ recovery-image] Dec 21 05:07:31.956 INFO O| Dec 21 05:07:31.956 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-21T05:07:32.942Z[ recovery-image] Dec 21 05:07:31.976 INFO O| Dec 21 05:07:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64552024-12-21T05:07:32.945Z[ recovery-image] Dec 21 05:07:31.976 INFO O| Dec 21 05:07:31.976 INFO STEP 670 (remove_files) COMPLETE
64562024-12-21T05:07:32.945Z[ recovery-image] Dec 21 05:07:31.976 INFO O| Dec 21 05:07:31.976 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-21T05:07:32.986Z[ recovery-image] Dec 21 05:07:32.019 INFO O| Dec 21 05:07:32.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64582024-12-21T05:07:32.986Z[ recovery-image] Dec 21 05:07:32.019 INFO O| Dec 21 05:07:32.019 INFO STEP 671 (remove_files) COMPLETE
64592024-12-21T05:07:32.986Z[ recovery-image] Dec 21 05:07:32.019 INFO O| Dec 21 05:07:32.019 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-21T05:07:33.020Z[ recovery-image] Dec 21 05:07:32.055 INFO O| Dec 21 05:07:32.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64612024-12-21T05:07:33.023Z[ recovery-image] Dec 21 05:07:32.055 INFO O| Dec 21 05:07:32.055 INFO STEP 672 (remove_files) COMPLETE
64622024-12-21T05:07:33.023Z[ recovery-image] Dec 21 05:07:32.056 INFO O| Dec 21 05:07:32.055 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-21T05:07:33.048Z[ recovery-image] Dec 21 05:07:32.084 INFO O| Dec 21 05:07:32.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64642024-12-21T05:07:33.048Z[ recovery-image] Dec 21 05:07:32.084 INFO O| Dec 21 05:07:32.084 INFO STEP 673 (remove_files) COMPLETE
64652024-12-21T05:07:33.051Z[ recovery-image] Dec 21 05:07:32.084 INFO O| Dec 21 05:07:32.084 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-21T05:07:33.094Z[ recovery-image] Dec 21 05:07:32.130 INFO O| Dec 21 05:07:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64672024-12-21T05:07:33.095Z[ recovery-image] Dec 21 05:07:32.131 INFO O| Dec 21 05:07:32.131 INFO STEP 674 (remove_files) COMPLETE
64682024-12-21T05:07:33.098Z[ recovery-image] Dec 21 05:07:32.131 INFO O| Dec 21 05:07:32.131 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-21T05:07:33.129Z[ recovery-image] Dec 21 05:07:32.166 INFO O| Dec 21 05:07:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64702024-12-21T05:07:33.132Z[ recovery-image] Dec 21 05:07:32.166 INFO O| Dec 21 05:07:32.166 INFO STEP 675 (remove_files) COMPLETE
64712024-12-21T05:07:33.132Z[ recovery-image] Dec 21 05:07:32.166 INFO O| Dec 21 05:07:32.166 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-21T05:07:33.162Z[ recovery-image] Dec 21 05:07:32.198 INFO O| Dec 21 05:07:32.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64732024-12-21T05:07:33.162Z[ recovery-image] Dec 21 05:07:32.198 INFO O| Dec 21 05:07:32.198 INFO STEP 676 (remove_files) COMPLETE
64742024-12-21T05:07:33.162Z[ recovery-image] Dec 21 05:07:32.198 INFO O| Dec 21 05:07:32.198 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-21T05:07:33.179Z[ host-image] Dec 21 05:07:32.216 INFO O| Dec 21 05:07:32.215 INFO O| Download: Completed 8.42 MB in 4.16 seconds (2.0M/s)
64762024-12-21T05:07:33.181Z[ recovery-image] Dec 21 05:07:32.218 INFO O| Dec 21 05:07:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64772024-12-21T05:07:33.182Z[ recovery-image] Dec 21 05:07:32.218 INFO O| Dec 21 05:07:32.218 INFO STEP 677 (remove_files) COMPLETE
64782024-12-21T05:07:33.184Z[ recovery-image] Dec 21 05:07:32.219 INFO O| Dec 21 05:07:32.218 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-21T05:07:33.203Z[ recovery-image] Dec 21 05:07:32.241 INFO O| Dec 21 05:07:32.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64802024-12-21T05:07:33.203Z[ recovery-image] Dec 21 05:07:32.241 INFO O| Dec 21 05:07:32.241 INFO STEP 678 (remove_files) COMPLETE
64812024-12-21T05:07:33.206Z[ recovery-image] Dec 21 05:07:32.241 INFO O| Dec 21 05:07:32.241 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-21T05:07:33.266Z[ recovery-image] Dec 21 05:07:32.304 INFO O| Dec 21 05:07:32.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64832024-12-21T05:07:33.266Z[ recovery-image] Dec 21 05:07:32.304 INFO O| Dec 21 05:07:32.304 INFO STEP 679 (remove_files) COMPLETE
64842024-12-21T05:07:33.266Z[ recovery-image] Dec 21 05:07:32.304 INFO O| Dec 21 05:07:32.304 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-21T05:07:33.349Z[ recovery-image] Dec 21 05:07:32.388 INFO O| Dec 21 05:07:32.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64862024-12-21T05:07:33.350Z[ recovery-image] Dec 21 05:07:32.388 INFO O| Dec 21 05:07:32.388 INFO STEP 680 (remove_files) COMPLETE
64872024-12-21T05:07:33.350Z[ recovery-image] Dec 21 05:07:32.388 INFO O| Dec 21 05:07:32.388 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-21T05:07:33.372Z[ recovery-image] Dec 21 05:07:32.409 INFO O| Dec 21 05:07:32.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64892024-12-21T05:07:33.372Z[ recovery-image] Dec 21 05:07:32.409 INFO O| Dec 21 05:07:32.409 INFO STEP 681 (remove_files) COMPLETE
64902024-12-21T05:07:33.372Z[ recovery-image] Dec 21 05:07:32.409 INFO O| Dec 21 05:07:32.409 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-21T05:07:33.391Z[ recovery-image] Dec 21 05:07:32.430 INFO O| Dec 21 05:07:32.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64922024-12-21T05:07:33.411Z[ recovery-image] Dec 21 05:07:32.450 INFO O| Dec 21 05:07:32.450 INFO STEP 682 (remove_files) COMPLETE
64932024-12-21T05:07:33.412Z[ recovery-image] Dec 21 05:07:32.450 INFO O| Dec 21 05:07:32.450 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-21T05:07:33.431Z[ recovery-image] Dec 21 05:07:32.470 INFO O| Dec 21 05:07:32.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64952024-12-21T05:07:33.431Z[ recovery-image] Dec 21 05:07:32.471 INFO O| Dec 21 05:07:32.470 INFO STEP 683 (remove_files) COMPLETE
64962024-12-21T05:07:33.431Z[ recovery-image] Dec 21 05:07:32.471 INFO O| Dec 21 05:07:32.471 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-21T05:07:33.450Z[ recovery-image] Dec 21 05:07:32.488 INFO O| Dec 21 05:07:32.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64982024-12-21T05:07:33.450Z[ recovery-image] Dec 21 05:07:32.488 INFO O| Dec 21 05:07:32.488 INFO STEP 684 (remove_files) COMPLETE
64992024-12-21T05:07:33.450Z[ recovery-image] Dec 21 05:07:32.489 INFO O| Dec 21 05:07:32.488 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-21T05:07:33.463Z[ host-image] Dec 21 05:07:32.503 INFO O| Dec 21 05:07:32.502 INFO O| Actions: 1/1361 actions (Installing new actions)
65012024-12-21T05:07:33.467Z[ recovery-image] Dec 21 05:07:32.507 INFO O| Dec 21 05:07:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65022024-12-21T05:07:33.467Z[ recovery-image] Dec 21 05:07:32.507 INFO O| Dec 21 05:07:32.507 INFO STEP 685 (remove_files) COMPLETE
65032024-12-21T05:07:33.471Z[ recovery-image] Dec 21 05:07:32.507 INFO O| Dec 21 05:07:32.507 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-21T05:07:33.514Z[ recovery-image] Dec 21 05:07:32.554 INFO O| Dec 21 05:07:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65052024-12-21T05:07:33.514Z[ recovery-image] Dec 21 05:07:32.554 INFO O| Dec 21 05:07:32.554 INFO STEP 686 (remove_files) COMPLETE
65062024-12-21T05:07:33.517Z[ recovery-image] Dec 21 05:07:32.554 INFO O| Dec 21 05:07:32.554 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-21T05:07:33.555Z[ recovery-image] Dec 21 05:07:32.596 INFO O| Dec 21 05:07:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65082024-12-21T05:07:33.555Z[ recovery-image] Dec 21 05:07:32.596 INFO O| Dec 21 05:07:32.596 INFO STEP 687 (remove_files) COMPLETE
65092024-12-21T05:07:33.559Z[ recovery-image] Dec 21 05:07:32.596 INFO O| Dec 21 05:07:32.596 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-21T05:07:33.576Z[ recovery-image] Dec 21 05:07:32.617 INFO O| Dec 21 05:07:32.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65112024-12-21T05:07:33.577Z[ recovery-image] Dec 21 05:07:32.617 INFO O| Dec 21 05:07:32.617 INFO STEP 688 (remove_files) COMPLETE
65122024-12-21T05:07:33.577Z[ recovery-image] Dec 21 05:07:32.617 INFO O| Dec 21 05:07:32.617 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-21T05:07:33.654Z[ recovery-image] Dec 21 05:07:32.693 INFO O| Dec 21 05:07:32.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65142024-12-21T05:07:33.655Z[ recovery-image] Dec 21 05:07:32.693 INFO O| Dec 21 05:07:32.693 INFO STEP 689 (remove_files) COMPLETE
65152024-12-21T05:07:33.655Z[ recovery-image] Dec 21 05:07:32.693 INFO O| Dec 21 05:07:32.693 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-21T05:07:33.723Z[ recovery-image] Dec 21 05:07:32.764 INFO O| Dec 21 05:07:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65172024-12-21T05:07:33.723Z[ recovery-image] Dec 21 05:07:32.765 INFO O| Dec 21 05:07:32.765 INFO STEP 690 (remove_files) COMPLETE
65182024-12-21T05:07:33.724Z[ recovery-image] Dec 21 05:07:32.765 INFO O| Dec 21 05:07:32.765 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-21T05:07:33.762Z[ recovery-image] Dec 21 05:07:32.804 INFO O| Dec 21 05:07:32.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65202024-12-21T05:07:33.762Z[ recovery-image] Dec 21 05:07:32.805 INFO O| Dec 21 05:07:32.805 INFO STEP 691 (remove_files) COMPLETE
65212024-12-21T05:07:33.765Z[ recovery-image] Dec 21 05:07:32.805 INFO O| Dec 21 05:07:32.805 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-21T05:07:33.812Z[ recovery-image] Dec 21 05:07:32.854 INFO O| Dec 21 05:07:32.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65232024-12-21T05:07:33.812Z[ recovery-image] Dec 21 05:07:32.854 INFO O| Dec 21 05:07:32.854 INFO STEP 692 (remove_files) COMPLETE
65242024-12-21T05:07:33.812Z[ recovery-image] Dec 21 05:07:32.854 INFO O| Dec 21 05:07:32.854 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-21T05:07:33.832Z[ recovery-image] Dec 21 05:07:32.874 INFO O| Dec 21 05:07:32.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65262024-12-21T05:07:33.832Z[ recovery-image] Dec 21 05:07:32.874 INFO O| Dec 21 05:07:32.874 INFO STEP 693 (remove_files) COMPLETE
65272024-12-21T05:07:33.832Z[ recovery-image] Dec 21 05:07:32.874 INFO O| Dec 21 05:07:32.874 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-21T05:07:33.879Z[ recovery-image] Dec 21 05:07:32.922 INFO O| Dec 21 05:07:32.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65292024-12-21T05:07:33.879Z[ recovery-image] Dec 21 05:07:32.923 INFO O| Dec 21 05:07:32.923 INFO STEP 694 (remove_files) COMPLETE
65302024-12-21T05:07:33.883Z[ recovery-image] Dec 21 05:07:32.923 INFO O| Dec 21 05:07:32.923 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-21T05:07:33.940Z[ recovery-image] Dec 21 05:07:32.984 INFO O| Dec 21 05:07:32.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65322024-12-21T05:07:33.942Z[ recovery-image] Dec 21 05:07:32.984 INFO O| Dec 21 05:07:32.984 INFO STEP 695 (remove_files) COMPLETE
65332024-12-21T05:07:33.942Z[ recovery-image] Dec 21 05:07:32.984 INFO O| Dec 21 05:07:32.984 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-21T05:07:33.987Z[ recovery-image] Dec 21 05:07:33.030 INFO O| Dec 21 05:07:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65352024-12-21T05:07:33.987Z[ recovery-image] Dec 21 05:07:33.030 INFO O| Dec 21 05:07:33.030 INFO STEP 696 (remove_files) COMPLETE
65362024-12-21T05:07:33.987Z[ recovery-image] Dec 21 05:07:33.030 INFO O| Dec 21 05:07:33.030 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-21T05:07:34.010Z[ recovery-image] Dec 21 05:07:33.055 INFO O| Dec 21 05:07:33.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65382024-12-21T05:07:34.010Z[ recovery-image] Dec 21 05:07:33.055 INFO O| Dec 21 05:07:33.055 INFO STEP 697 (remove_files) COMPLETE
65392024-12-21T05:07:34.012Z[ recovery-image] Dec 21 05:07:33.055 INFO O| Dec 21 05:07:33.055 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-21T05:07:34.031Z[ recovery-image] Dec 21 05:07:33.076 INFO O| Dec 21 05:07:33.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
65412024-12-21T05:07:34.031Z[ recovery-image] Dec 21 05:07:33.076 INFO O| Dec 21 05:07:33.076 INFO STEP 698 (remove_files) COMPLETE
65422024-12-21T05:07:34.031Z[ recovery-image] Dec 21 05:07:33.076 INFO O| Dec 21 05:07:33.076 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-21T05:07:34.049Z[ recovery-image] Dec 21 05:07:33.094 INFO O| Dec 21 05:07:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
65442024-12-21T05:07:34.049Z[ recovery-image] Dec 21 05:07:33.094 INFO O| Dec 21 05:07:33.094 INFO STEP 699 (remove_files) COMPLETE
65452024-12-21T05:07:34.049Z[ recovery-image] Dec 21 05:07:33.094 INFO O| Dec 21 05:07:33.094 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-21T05:07:34.071Z[ recovery-image] Dec 21 05:07:33.114 INFO O| Dec 21 05:07:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
65472024-12-21T05:07:34.071Z[ recovery-image] Dec 21 05:07:33.114 INFO O| Dec 21 05:07:33.114 INFO STEP 700 (remove_files) COMPLETE
65482024-12-21T05:07:34.074Z[ recovery-image] Dec 21 05:07:33.114 INFO O| Dec 21 05:07:33.114 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-21T05:07:34.100Z[ recovery-image] Dec 21 05:07:33.145 INFO O| Dec 21 05:07:33.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
65502024-12-21T05:07:34.102Z[ recovery-image] Dec 21 05:07:33.146 INFO O| Dec 21 05:07:33.146 INFO STEP 701 (remove_files) COMPLETE
65512024-12-21T05:07:34.104Z[ recovery-image] Dec 21 05:07:33.146 INFO O| Dec 21 05:07:33.146 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-21T05:07:34.133Z[ recovery-image] Dec 21 05:07:33.178 INFO O| Dec 21 05:07:33.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65532024-12-21T05:07:34.133Z[ recovery-image] Dec 21 05:07:33.178 INFO O| Dec 21 05:07:33.178 INFO STEP 702 (remove_files) COMPLETE
65542024-12-21T05:07:34.133Z[ recovery-image] Dec 21 05:07:33.178 INFO O| Dec 21 05:07:33.178 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-21T05:07:34.171Z[ recovery-image] Dec 21 05:07:33.215 INFO O| Dec 21 05:07:33.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65562024-12-21T05:07:34.172Z[ recovery-image] Dec 21 05:07:33.215 INFO O| Dec 21 05:07:33.215 INFO STEP 703 (remove_files) COMPLETE
65572024-12-21T05:07:34.172Z[ recovery-image] Dec 21 05:07:33.216 INFO O| Dec 21 05:07:33.216 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-21T05:07:34.220Z[ recovery-image] Dec 21 05:07:33.264 INFO O| Dec 21 05:07:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65592024-12-21T05:07:34.220Z[ recovery-image] Dec 21 05:07:33.264 INFO O| Dec 21 05:07:33.264 INFO STEP 704 (remove_files) COMPLETE
65602024-12-21T05:07:34.220Z[ recovery-image] Dec 21 05:07:33.264 INFO O| Dec 21 05:07:33.264 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-21T05:07:34.226Z[ host-image] Dec 21 05:07:33.271 INFO O| Dec 21 05:07:33.271 INFO O| Actions: Completed 1361 actions in 0.77 seconds.
65622024-12-21T05:07:34.239Z[ recovery-image] Dec 21 05:07:33.286 INFO O| Dec 21 05:07:33.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65632024-12-21T05:07:34.240Z[ recovery-image] Dec 21 05:07:33.286 INFO O| Dec 21 05:07:33.286 INFO STEP 705 (remove_files) COMPLETE
65642024-12-21T05:07:34.243Z[ recovery-image] Dec 21 05:07:33.286 INFO O| Dec 21 05:07:33.286 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-21T05:07:34.264Z[ recovery-image] Dec 21 05:07:33.310 INFO O| Dec 21 05:07:33.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65662024-12-21T05:07:34.264Z[ recovery-image] Dec 21 05:07:33.310 INFO O| Dec 21 05:07:33.310 INFO STEP 706 (remove_files) COMPLETE
65672024-12-21T05:07:34.264Z[ recovery-image] Dec 21 05:07:33.310 INFO O| Dec 21 05:07:33.310 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-21T05:07:34.303Z[ recovery-image] Dec 21 05:07:33.350 INFO O| Dec 21 05:07:33.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65692024-12-21T05:07:34.303Z[ recovery-image] Dec 21 05:07:33.350 INFO O| Dec 21 05:07:33.350 INFO STEP 707 (remove_files) COMPLETE
65702024-12-21T05:07:34.305Z[ recovery-image] Dec 21 05:07:33.350 INFO O| Dec 21 05:07:33.350 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-21T05:07:34.324Z[ recovery-image] Dec 21 05:07:33.371 INFO O| Dec 21 05:07:33.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65722024-12-21T05:07:34.327Z[ recovery-image] Dec 21 05:07:33.372 INFO O| Dec 21 05:07:33.371 INFO STEP 708 (remove_files) COMPLETE
65732024-12-21T05:07:34.327Z[ recovery-image] Dec 21 05:07:33.372 INFO O| Dec 21 05:07:33.372 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-21T05:07:34.366Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65752024-12-21T05:07:34.366Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO STEP 709 (remove_files) COMPLETE
65762024-12-21T05:07:34.366Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-21T05:07:34.402Z[ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65782024-12-21T05:07:34.402Z[ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO STEP 710 (remove_files) COMPLETE
65792024-12-21T05:07:34.405Z[ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-21T05:07:34.422Z[ recovery-image] Dec 21 05:07:33.470 INFO O| Dec 21 05:07:33.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65812024-12-21T05:07:34.422Z[ recovery-image] Dec 21 05:07:33.470 INFO O| Dec 21 05:07:33.470 INFO STEP 711 (remove_files) COMPLETE
65822024-12-21T05:07:34.422Z[ recovery-image] Dec 21 05:07:33.470 INFO O| Dec 21 05:07:33.470 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-21T05:07:34.441Z[ recovery-image] Dec 21 05:07:33.489 INFO O| Dec 21 05:07:33.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65842024-12-21T05:07:34.441Z[ recovery-image] Dec 21 05:07:33.490 INFO O| Dec 21 05:07:33.489 INFO STEP 712 (remove_files) COMPLETE
65852024-12-21T05:07:34.441Z[ recovery-image] Dec 21 05:07:33.490 INFO O| Dec 21 05:07:33.489 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-21T05:07:34.462Z[ recovery-image] Dec 21 05:07:33.511 INFO O| Dec 21 05:07:33.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65872024-12-21T05:07:34.462Z[ recovery-image] Dec 21 05:07:33.511 INFO O| Dec 21 05:07:33.511 INFO STEP 713 (remove_files) COMPLETE
65882024-12-21T05:07:34.465Z[ recovery-image] Dec 21 05:07:33.511 INFO O| Dec 21 05:07:33.511 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-21T05:07:34.487Z[ recovery-image] Dec 21 05:07:33.536 INFO O| Dec 21 05:07:33.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65902024-12-21T05:07:34.487Z[ recovery-image] Dec 21 05:07:33.536 INFO O| Dec 21 05:07:33.536 INFO STEP 714 (remove_files) COMPLETE
65912024-12-21T05:07:34.490Z[ recovery-image] Dec 21 05:07:33.536 INFO O| Dec 21 05:07:33.536 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-21T05:07:34.508Z[ recovery-image] Dec 21 05:07:33.557 INFO O| Dec 21 05:07:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65932024-12-21T05:07:34.508Z[ recovery-image] Dec 21 05:07:33.557 INFO O| Dec 21 05:07:33.557 INFO STEP 715 (remove_files) COMPLETE
65942024-12-21T05:07:34.508Z[ recovery-image] Dec 21 05:07:33.557 INFO O| Dec 21 05:07:33.557 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-21T05:07:34.556Z[ recovery-image] Dec 21 05:07:33.605 INFO O| Dec 21 05:07:33.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65962024-12-21T05:07:34.556Z[ recovery-image] Dec 21 05:07:33.605 INFO O| Dec 21 05:07:33.605 INFO STEP 716 (remove_files) COMPLETE
65972024-12-21T05:07:34.558Z[ recovery-image] Dec 21 05:07:33.605 INFO O| Dec 21 05:07:33.605 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-21T05:07:34.579Z[ recovery-image] Dec 21 05:07:33.628 INFO O| Dec 21 05:07:33.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65992024-12-21T05:07:34.579Z[ recovery-image] Dec 21 05:07:33.628 INFO O| Dec 21 05:07:33.628 INFO STEP 717 (remove_files) COMPLETE
66002024-12-21T05:07:34.579Z[ recovery-image] Dec 21 05:07:33.628 INFO O| Dec 21 05:07:33.628 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-21T05:07:34.599Z[ recovery-image] Dec 21 05:07:33.649 INFO O| Dec 21 05:07:33.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66022024-12-21T05:07:34.599Z[ recovery-image] Dec 21 05:07:33.649 INFO O| Dec 21 05:07:33.649 INFO STEP 718 (remove_files) COMPLETE
66032024-12-21T05:07:34.599Z[ recovery-image] Dec 21 05:07:33.649 INFO O| Dec 21 05:07:33.649 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-21T05:07:34.641Z[ recovery-image] Dec 21 05:07:33.691 INFO O| Dec 21 05:07:33.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66052024-12-21T05:07:34.641Z[ recovery-image] Dec 21 05:07:33.691 INFO O| Dec 21 05:07:33.691 INFO STEP 719 (remove_files) COMPLETE
66062024-12-21T05:07:34.641Z[ recovery-image] Dec 21 05:07:33.691 INFO O| Dec 21 05:07:33.691 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-21T05:07:34.680Z[ recovery-image] Dec 21 05:07:33.730 INFO O| Dec 21 05:07:33.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66082024-12-21T05:07:34.680Z[ recovery-image] Dec 21 05:07:33.730 INFO O| Dec 21 05:07:33.730 INFO STEP 720 (remove_files) COMPLETE
66092024-12-21T05:07:34.683Z[ recovery-image] Dec 21 05:07:33.730 INFO O| Dec 21 05:07:33.730 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-21T05:07:34.705Z[ recovery-image] Dec 21 05:07:33.756 INFO O| Dec 21 05:07:33.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66112024-12-21T05:07:34.705Z[ recovery-image] Dec 21 05:07:33.756 INFO O| Dec 21 05:07:33.756 INFO STEP 721 (remove_files) COMPLETE
66122024-12-21T05:07:34.705Z[ recovery-image] Dec 21 05:07:33.756 INFO O| Dec 21 05:07:33.756 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-21T05:07:34.741Z[ recovery-image] Dec 21 05:07:33.792 INFO O| Dec 21 05:07:33.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
66142024-12-21T05:07:34.744Z[ recovery-image] Dec 21 05:07:33.793 INFO O| Dec 21 05:07:33.792 INFO STEP 722 (remove_files) COMPLETE
66152024-12-21T05:07:34.744Z[ recovery-image] Dec 21 05:07:33.793 INFO O| Dec 21 05:07:33.793 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-21T05:07:34.809Z[ recovery-image] Dec 21 05:07:33.861 INFO O| Dec 21 05:07:33.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66172024-12-21T05:07:34.809Z[ recovery-image] Dec 21 05:07:33.861 INFO O| Dec 21 05:07:33.861 INFO STEP 723 (remove_files) COMPLETE
66182024-12-21T05:07:34.813Z[ recovery-image] Dec 21 05:07:33.861 INFO O| Dec 21 05:07:33.861 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-21T05:07:34.856Z[ host-image] Dec 21 05:07:33.908 INFO O| Dec 21 05:07:33.907 INFO O| Done
66202024-12-21T05:07:34.856Z[ host-image] Dec 21 05:07:33.908 INFO O| Dec 21 05:07:33.908 INFO O| Done
66212024-12-21T05:07:34.872Z[ recovery-image] Dec 21 05:07:33.923 INFO O| Dec 21 05:07:33.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
66222024-12-21T05:07:34.872Z[ recovery-image] Dec 21 05:07:33.923 INFO O| Dec 21 05:07:33.923 INFO STEP 724 (remove_files) COMPLETE
66232024-12-21T05:07:34.872Z[ recovery-image] Dec 21 05:07:33.923 INFO O| Dec 21 05:07:33.923 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-21T05:07:34.892Z[ recovery-image] Dec 21 05:07:33.944 INFO O| Dec 21 05:07:33.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66252024-12-21T05:07:34.892Z[ recovery-image] Dec 21 05:07:33.944 INFO O| Dec 21 05:07:33.944 INFO STEP 725 (remove_files) COMPLETE
66262024-12-21T05:07:34.905Z[ recovery-image] Dec 21 05:07:33.945 INFO O| Dec 21 05:07:33.944 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-21T05:07:34.957Z[ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66282024-12-21T05:07:34.957Z[ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO STEP 726 (remove_files) COMPLETE
66292024-12-21T05:07:34.960Z[ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-21T05:07:34.976Z[ recovery-image] Dec 21 05:07:34.029 INFO O| Dec 21 05:07:34.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66312024-12-21T05:07:34.976Z[ recovery-image] Dec 21 05:07:34.029 INFO O| Dec 21 05:07:34.029 INFO STEP 727 (remove_files) COMPLETE
66322024-12-21T05:07:34.976Z[ recovery-image] Dec 21 05:07:34.029 INFO O| Dec 21 05:07:34.029 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-21T05:07:35.008Z[ recovery-image] Dec 21 05:07:34.060 INFO O| Dec 21 05:07:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66342024-12-21T05:07:35.008Z[ recovery-image] Dec 21 05:07:34.060 INFO O| Dec 21 05:07:34.060 INFO STEP 728 (remove_files) COMPLETE
66352024-12-21T05:07:35.011Z[ recovery-image] Dec 21 05:07:34.060 INFO O| Dec 21 05:07:34.060 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-21T05:07:35.039Z[ recovery-image] Dec 21 05:07:34.092 INFO O| Dec 21 05:07:34.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
66372024-12-21T05:07:35.039Z[ recovery-image] Dec 21 05:07:34.093 INFO O| Dec 21 05:07:34.093 INFO STEP 729 (remove_files) COMPLETE
66382024-12-21T05:07:35.043Z[ recovery-image] Dec 21 05:07:34.093 INFO O| Dec 21 05:07:34.093 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-21T05:07:35.059Z[ recovery-image] Dec 21 05:07:34.112 INFO O| Dec 21 05:07:34.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66402024-12-21T05:07:35.059Z[ recovery-image] Dec 21 05:07:34.112 INFO O| Dec 21 05:07:34.112 INFO STEP 730 (remove_files) COMPLETE
66412024-12-21T05:07:35.059Z[ recovery-image] Dec 21 05:07:34.112 INFO O| Dec 21 05:07:34.112 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-21T05:07:35.102Z[ recovery-image] Dec 21 05:07:34.152 INFO O| Dec 21 05:07:34.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
66432024-12-21T05:07:35.102Z[ recovery-image] Dec 21 05:07:34.152 INFO O| Dec 21 05:07:34.152 INFO STEP 731 (remove_files) COMPLETE
66442024-12-21T05:07:35.106Z[ recovery-image] Dec 21 05:07:34.152 INFO O| Dec 21 05:07:34.152 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-21T05:07:35.118Z[ recovery-image] Dec 21 05:07:34.172 INFO O| Dec 21 05:07:34.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
66462024-12-21T05:07:35.118Z[ recovery-image] Dec 21 05:07:34.172 INFO O| Dec 21 05:07:34.172 INFO STEP 732 (remove_files) COMPLETE
66472024-12-21T05:07:35.121Z[ recovery-image] Dec 21 05:07:34.172 INFO O| Dec 21 05:07:34.172 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-21T05:07:35.140Z[ recovery-image] Dec 21 05:07:34.195 INFO O| Dec 21 05:07:34.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
66492024-12-21T05:07:35.140Z[ recovery-image] Dec 21 05:07:34.195 INFO O| Dec 21 05:07:34.195 INFO STEP 733 (remove_files) COMPLETE
66502024-12-21T05:07:35.140Z[ recovery-image] Dec 21 05:07:34.195 INFO O| Dec 21 05:07:34.195 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-21T05:07:35.195Z[ recovery-image] Dec 21 05:07:34.250 INFO O| Dec 21 05:07:34.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
66522024-12-21T05:07:35.195Z[ recovery-image] Dec 21 05:07:34.250 INFO O| Dec 21 05:07:34.250 INFO STEP 734 (remove_files) COMPLETE
66532024-12-21T05:07:35.195Z[ recovery-image] Dec 21 05:07:34.250 INFO O| Dec 21 05:07:34.250 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-21T05:07:35.255Z[ recovery-image] Dec 21 05:07:34.310 INFO O| Dec 21 05:07:34.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66552024-12-21T05:07:35.255Z[ recovery-image] Dec 21 05:07:34.310 INFO O| Dec 21 05:07:34.310 INFO STEP 735 (remove_files) COMPLETE
66562024-12-21T05:07:35.255Z[ recovery-image] Dec 21 05:07:34.310 INFO O| Dec 21 05:07:34.310 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-21T05:07:35.273Z[ recovery-image] Dec 21 05:07:34.328 INFO O| Dec 21 05:07:34.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66582024-12-21T05:07:35.273Z[ recovery-image] Dec 21 05:07:34.329 INFO O| Dec 21 05:07:34.329 INFO STEP 736 (remove_files) COMPLETE
66592024-12-21T05:07:35.276Z[ recovery-image] Dec 21 05:07:34.329 INFO O| Dec 21 05:07:34.329 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-21T05:07:35.292Z[ recovery-image] Dec 21 05:07:34.347 INFO O| Dec 21 05:07:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66612024-12-21T05:07:35.292Z[ recovery-image] Dec 21 05:07:34.347 INFO O| Dec 21 05:07:34.347 INFO STEP 737 (remove_files) COMPLETE
66622024-12-21T05:07:35.295Z[ recovery-image] Dec 21 05:07:34.347 INFO O| Dec 21 05:07:34.347 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-21T05:07:35.335Z[ recovery-image] Dec 21 05:07:34.390 INFO O| Dec 21 05:07:34.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66642024-12-21T05:07:35.335Z[ recovery-image] Dec 21 05:07:34.390 INFO O| Dec 21 05:07:34.390 INFO STEP 738 (remove_files) COMPLETE
66652024-12-21T05:07:35.335Z[ recovery-image] Dec 21 05:07:34.390 INFO O| Dec 21 05:07:34.390 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-21T05:07:35.357Z[ recovery-image] Dec 21 05:07:34.413 INFO O| Dec 21 05:07:34.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66672024-12-21T05:07:35.357Z[ recovery-image] Dec 21 05:07:34.413 INFO O| Dec 21 05:07:34.413 INFO STEP 739 (remove_files) COMPLETE
66682024-12-21T05:07:35.360Z[ recovery-image] Dec 21 05:07:34.414 INFO O| Dec 21 05:07:34.413 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-21T05:07:35.393Z[ recovery-image] Dec 21 05:07:34.450 INFO O| Dec 21 05:07:34.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66702024-12-21T05:07:35.415Z[ recovery-image] Dec 21 05:07:34.472 INFO O| Dec 21 05:07:34.472 INFO STEP 740 (remove_files) COMPLETE
66712024-12-21T05:07:35.415Z[ recovery-image] Dec 21 05:07:34.472 INFO O| Dec 21 05:07:34.472 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-21T05:07:35.454Z[ recovery-image] Dec 21 05:07:34.511 INFO O| Dec 21 05:07:34.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66732024-12-21T05:07:35.454Z[ recovery-image] Dec 21 05:07:34.512 INFO O| Dec 21 05:07:34.511 INFO STEP 741 (remove_files) COMPLETE
66742024-12-21T05:07:35.454Z[ recovery-image] Dec 21 05:07:34.512 INFO O| Dec 21 05:07:34.512 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-21T05:07:35.478Z[ recovery-image] Dec 21 05:07:34.534 INFO O| Dec 21 05:07:34.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66762024-12-21T05:07:35.478Z[ recovery-image] Dec 21 05:07:34.534 INFO O| Dec 21 05:07:34.534 INFO STEP 742 (remove_files) COMPLETE
66772024-12-21T05:07:35.478Z[ recovery-image] Dec 21 05:07:34.534 INFO O| Dec 21 05:07:34.534 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-21T05:07:35.532Z[ recovery-image] Dec 21 05:07:34.590 INFO O| Dec 21 05:07:34.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66792024-12-21T05:07:35.535Z[ recovery-image] Dec 21 05:07:34.591 INFO O| Dec 21 05:07:34.591 INFO STEP 743 (remove_files) COMPLETE
66802024-12-21T05:07:35.535Z[ recovery-image] Dec 21 05:07:34.591 INFO O| Dec 21 05:07:34.591 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-21T05:07:35.593Z[ recovery-image] Dec 21 05:07:34.652 INFO O| Dec 21 05:07:34.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66822024-12-21T05:07:35.596Z[ recovery-image] Dec 21 05:07:34.652 INFO O| Dec 21 05:07:34.652 INFO STEP 744 (remove_files) COMPLETE
66832024-12-21T05:07:35.596Z[ recovery-image] Dec 21 05:07:34.652 INFO O| Dec 21 05:07:34.652 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-21T05:07:35.617Z[ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66852024-12-21T05:07:35.619Z[ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.676 INFO STEP 745 (remove_files) COMPLETE
66862024-12-21T05:07:35.619Z[ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.676 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-21T05:07:35.636Z[ recovery-image] Dec 21 05:07:34.696 INFO O| Dec 21 05:07:34.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66882024-12-21T05:07:35.639Z[ recovery-image] Dec 21 05:07:34.696 INFO O| Dec 21 05:07:34.696 INFO STEP 746 (remove_files) COMPLETE
66892024-12-21T05:07:35.639Z[ recovery-image] Dec 21 05:07:34.696 INFO O| Dec 21 05:07:34.696 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-21T05:07:35.667Z[ recovery-image] Dec 21 05:07:34.726 INFO O| Dec 21 05:07:34.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66912024-12-21T05:07:35.690Z[ recovery-image] Dec 21 05:07:34.749 INFO O| Dec 21 05:07:34.749 INFO STEP 747 (remove_files) COMPLETE
66922024-12-21T05:07:35.690Z[ recovery-image] Dec 21 05:07:34.749 INFO O| Dec 21 05:07:34.749 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-21T05:07:35.723Z[ recovery-image] Dec 21 05:07:34.783 INFO O| Dec 21 05:07:34.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66942024-12-21T05:07:35.723Z[ recovery-image] Dec 21 05:07:34.783 INFO O| Dec 21 05:07:34.783 INFO STEP 748 (remove_files) COMPLETE
66952024-12-21T05:07:35.723Z[ recovery-image] Dec 21 05:07:34.783 INFO O| Dec 21 05:07:34.783 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-21T05:07:35.764Z[ recovery-image] Dec 21 05:07:34.823 INFO O| Dec 21 05:07:34.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66972024-12-21T05:07:35.764Z[ recovery-image] Dec 21 05:07:34.823 INFO O| Dec 21 05:07:34.823 INFO STEP 749 (remove_files) COMPLETE
66982024-12-21T05:07:35.764Z[ recovery-image] Dec 21 05:07:34.823 INFO O| Dec 21 05:07:34.823 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-21T05:07:35.818Z[ recovery-image] Dec 21 05:07:34.877 INFO O| Dec 21 05:07:34.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67002024-12-21T05:07:35.818Z[ recovery-image] Dec 21 05:07:34.878 INFO O| Dec 21 05:07:34.878 INFO STEP 750 (remove_files) COMPLETE
67012024-12-21T05:07:35.818Z[ recovery-image] Dec 21 05:07:34.878 INFO O| Dec 21 05:07:34.878 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-21T05:07:35.839Z[ recovery-image] Dec 21 05:07:34.899 INFO O| Dec 21 05:07:34.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67032024-12-21T05:07:35.839Z[ recovery-image] Dec 21 05:07:34.899 INFO O| Dec 21 05:07:34.899 INFO STEP 751 (remove_files) COMPLETE
67042024-12-21T05:07:35.839Z[ recovery-image] Dec 21 05:07:34.899 INFO O| Dec 21 05:07:34.899 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-21T05:07:35.864Z[ recovery-image] Dec 21 05:07:34.924 INFO O| Dec 21 05:07:34.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67062024-12-21T05:07:35.864Z[ recovery-image] Dec 21 05:07:34.924 INFO O| Dec 21 05:07:34.924 INFO STEP 752 (remove_files) COMPLETE
67072024-12-21T05:07:35.867Z[ recovery-image] Dec 21 05:07:34.924 INFO O| Dec 21 05:07:34.924 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-21T05:07:35.895Z[ recovery-image] Dec 21 05:07:34.956 INFO O| Dec 21 05:07:34.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67092024-12-21T05:07:35.895Z[ recovery-image] Dec 21 05:07:34.956 INFO O| Dec 21 05:07:34.956 INFO STEP 753 (remove_files) COMPLETE
67102024-12-21T05:07:35.895Z[ recovery-image] Dec 21 05:07:34.956 INFO O| Dec 21 05:07:34.956 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-21T05:07:35.953Z[ recovery-image] Dec 21 05:07:35.015 INFO O| Dec 21 05:07:35.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67122024-12-21T05:07:35.953Z[ recovery-image] Dec 21 05:07:35.015 INFO O| Dec 21 05:07:35.015 INFO STEP 754 (remove_files) COMPLETE
67132024-12-21T05:07:35.953Z[ recovery-image] Dec 21 05:07:35.015 INFO O| Dec 21 05:07:35.015 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-21T05:07:35.974Z[ recovery-image] Dec 21 05:07:35.036 INFO O| Dec 21 05:07:35.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67152024-12-21T05:07:35.974Z[ recovery-image] Dec 21 05:07:35.036 INFO O| Dec 21 05:07:35.036 INFO STEP 755 (remove_files) COMPLETE
67162024-12-21T05:07:35.974Z[ recovery-image] Dec 21 05:07:35.036 INFO O| Dec 21 05:07:35.036 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-21T05:07:35.998Z[ recovery-image] Dec 21 05:07:35.060 INFO O| Dec 21 05:07:35.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67182024-12-21T05:07:36.018Z[ recovery-image] Dec 21 05:07:35.081 INFO O| Dec 21 05:07:35.081 INFO STEP 756 (remove_files) COMPLETE
67192024-12-21T05:07:36.018Z[ recovery-image] Dec 21 05:07:35.081 INFO O| Dec 21 05:07:35.081 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-21T05:07:36.054Z[ recovery-image] Dec 21 05:07:35.115 INFO O| Dec 21 05:07:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
67212024-12-21T05:07:36.054Z[ recovery-image] Dec 21 05:07:35.115 INFO O| Dec 21 05:07:35.115 INFO STEP 757 (remove_files) COMPLETE
67222024-12-21T05:07:36.058Z[ recovery-image] Dec 21 05:07:35.115 INFO O| Dec 21 05:07:35.115 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-21T05:07:36.078Z[ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67242024-12-21T05:07:36.078Z[ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.141 INFO STEP 758 (remove_files) COMPLETE
67252024-12-21T05:07:36.078Z[ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.141 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-21T05:07:36.084Z[ host-image] Dec 21 05:07:35.147 INFO O| Dec 21 05:07:35.147 INFO O| Done
67272024-12-21T05:07:36.118Z[ recovery-image] Dec 21 05:07:35.181 INFO O| Dec 21 05:07:35.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67282024-12-21T05:07:36.118Z[ recovery-image] Dec 21 05:07:35.181 INFO O| Dec 21 05:07:35.181 INFO STEP 759 (remove_files) COMPLETE
67292024-12-21T05:07:36.121Z[ recovery-image] Dec 21 05:07:35.181 INFO O| Dec 21 05:07:35.181 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-21T05:07:36.164Z[ recovery-image] Dec 21 05:07:35.226 INFO O| Dec 21 05:07:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67312024-12-21T05:07:36.164Z[ recovery-image] Dec 21 05:07:35.226 INFO O| Dec 21 05:07:35.226 INFO STEP 760 (remove_files) COMPLETE
67322024-12-21T05:07:36.166Z[ recovery-image] Dec 21 05:07:35.227 INFO O| Dec 21 05:07:35.226 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-21T05:07:36.218Z[ recovery-image] Dec 21 05:07:35.282 INFO O| Dec 21 05:07:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67342024-12-21T05:07:36.218Z[ recovery-image] Dec 21 05:07:35.282 INFO O| Dec 21 05:07:35.282 INFO STEP 761 (remove_files) COMPLETE
67352024-12-21T05:07:36.220Z[ recovery-image] Dec 21 05:07:35.282 INFO O| Dec 21 05:07:35.282 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-21T05:07:36.257Z[ recovery-image] Dec 21 05:07:35.322 INFO O| Dec 21 05:07:35.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67372024-12-21T05:07:36.257Z[ recovery-image] Dec 21 05:07:35.322 INFO O| Dec 21 05:07:35.322 INFO STEP 762 (remove_files) COMPLETE
67382024-12-21T05:07:36.257Z[ recovery-image] Dec 21 05:07:35.322 INFO O| Dec 21 05:07:35.322 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-21T05:07:36.279Z[ recovery-image] Dec 21 05:07:35.344 INFO O| Dec 21 05:07:35.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
67402024-12-21T05:07:36.279Z[ recovery-image] Dec 21 05:07:35.344 INFO O| Dec 21 05:07:35.344 INFO STEP 763 (remove_files) COMPLETE
67412024-12-21T05:07:36.279Z[ recovery-image] Dec 21 05:07:35.344 INFO O| Dec 21 05:07:35.344 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-21T05:07:36.299Z[ recovery-image] Dec 21 05:07:35.364 INFO O| Dec 21 05:07:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
67432024-12-21T05:07:36.300Z[ recovery-image] Dec 21 05:07:35.364 INFO O| Dec 21 05:07:35.364 INFO STEP 764 (remove_files) COMPLETE
67442024-12-21T05:07:36.300Z[ recovery-image] Dec 21 05:07:35.364 INFO O| Dec 21 05:07:35.364 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-21T05:07:36.335Z[ recovery-image] Dec 21 05:07:35.398 INFO O| Dec 21 05:07:35.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
67462024-12-21T05:07:36.335Z[ recovery-image] Dec 21 05:07:35.398 INFO O| Dec 21 05:07:35.398 INFO STEP 765 (remove_files) COMPLETE
67472024-12-21T05:07:36.335Z[ recovery-image] Dec 21 05:07:35.398 INFO O| Dec 21 05:07:35.398 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-21T05:07:36.365Z[ recovery-image] Dec 21 05:07:35.430 INFO O| Dec 21 05:07:35.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
67492024-12-21T05:07:36.365Z[ recovery-image] Dec 21 05:07:35.430 INFO O| Dec 21 05:07:35.430 INFO STEP 766 (remove_files) COMPLETE
67502024-12-21T05:07:36.365Z[ recovery-image] Dec 21 05:07:35.430 INFO O| Dec 21 05:07:35.430 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-21T05:07:36.398Z[ recovery-image] Dec 21 05:07:35.464 INFO O| Dec 21 05:07:35.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67522024-12-21T05:07:36.421Z[ recovery-image] Dec 21 05:07:35.487 INFO O| Dec 21 05:07:35.487 INFO STEP 767 (remove_files) COMPLETE
67532024-12-21T05:07:36.421Z[ recovery-image] Dec 21 05:07:35.487 INFO O| Dec 21 05:07:35.487 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-21T05:07:36.442Z[ recovery-image] Dec 21 05:07:35.508 INFO O| Dec 21 05:07:35.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67552024-12-21T05:07:36.444Z[ recovery-image] Dec 21 05:07:35.508 INFO O| Dec 21 05:07:35.508 INFO STEP 768 (remove_files) COMPLETE
67562024-12-21T05:07:36.444Z[ recovery-image] Dec 21 05:07:35.508 INFO O| Dec 21 05:07:35.508 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-21T05:07:36.472Z[ recovery-image] Dec 21 05:07:35.538 INFO O| Dec 21 05:07:35.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67582024-12-21T05:07:36.472Z[ recovery-image] Dec 21 05:07:35.538 INFO O| Dec 21 05:07:35.538 INFO STEP 769 (remove_files) COMPLETE
67592024-12-21T05:07:36.476Z[ recovery-image] Dec 21 05:07:35.539 INFO O| Dec 21 05:07:35.539 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-21T05:07:36.505Z[ recovery-image] Dec 21 05:07:35.572 INFO O| Dec 21 05:07:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67612024-12-21T05:07:36.505Z[ recovery-image] Dec 21 05:07:35.572 INFO O| Dec 21 05:07:35.572 INFO STEP 770 (remove_files) COMPLETE
67622024-12-21T05:07:36.505Z[ recovery-image] Dec 21 05:07:35.572 INFO O| Dec 21 05:07:35.572 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-21T05:07:36.530Z[ recovery-image] Dec 21 05:07:35.597 INFO O| Dec 21 05:07:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67642024-12-21T05:07:36.530Z[ recovery-image] Dec 21 05:07:35.597 INFO O| Dec 21 05:07:35.597 INFO STEP 771 (remove_files) COMPLETE
67652024-12-21T05:07:36.530Z[ recovery-image] Dec 21 05:07:35.597 INFO O| Dec 21 05:07:35.597 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-21T05:07:36.584Z[ recovery-image] Dec 21 05:07:35.651 INFO O| Dec 21 05:07:35.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67672024-12-21T05:07:36.587Z[ recovery-image] Dec 21 05:07:35.652 INFO O| Dec 21 05:07:35.651 INFO STEP 772 (remove_files) COMPLETE
67682024-12-21T05:07:36.587Z[ recovery-image] Dec 21 05:07:35.652 INFO O| Dec 21 05:07:35.651 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-21T05:07:36.605Z[ recovery-image] Dec 21 05:07:35.673 INFO O| Dec 21 05:07:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67702024-12-21T05:07:36.605Z[ recovery-image] Dec 21 05:07:35.673 INFO O| Dec 21 05:07:35.673 INFO STEP 773 (remove_files) COMPLETE
67712024-12-21T05:07:36.605Z[ recovery-image] Dec 21 05:07:35.673 INFO O| Dec 21 05:07:35.673 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-21T05:07:36.636Z[ recovery-image] Dec 21 05:07:35.704 INFO O| Dec 21 05:07:35.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67732024-12-21T05:07:36.636Z[ recovery-image] Dec 21 05:07:35.704 INFO O| Dec 21 05:07:35.704 INFO STEP 774 (remove_files) COMPLETE
67742024-12-21T05:07:36.636Z[ recovery-image] Dec 21 05:07:35.704 INFO O| Dec 21 05:07:35.704 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-21T05:07:36.656Z[ recovery-image] Dec 21 05:07:35.724 INFO O| Dec 21 05:07:35.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67762024-12-21T05:07:36.680Z[ recovery-image] Dec 21 05:07:35.748 INFO O| Dec 21 05:07:35.748 INFO STEP 775 (remove_files) COMPLETE
67772024-12-21T05:07:36.680Z[ recovery-image] Dec 21 05:07:35.748 INFO O| Dec 21 05:07:35.748 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-21T05:07:36.711Z[ recovery-image] Dec 21 05:07:35.780 INFO O| Dec 21 05:07:35.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67792024-12-21T05:07:36.711Z[ recovery-image] Dec 21 05:07:35.780 INFO O| Dec 21 05:07:35.780 INFO STEP 776 (remove_files) COMPLETE
67802024-12-21T05:07:36.711Z[ recovery-image] Dec 21 05:07:35.780 INFO O| Dec 21 05:07:35.780 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-21T05:07:36.731Z[ recovery-image] Dec 21 05:07:35.800 INFO O| Dec 21 05:07:35.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67822024-12-21T05:07:36.731Z[ recovery-image] Dec 21 05:07:35.800 INFO O| Dec 21 05:07:35.800 INFO STEP 777 (remove_files) COMPLETE
67832024-12-21T05:07:36.731Z[ recovery-image] Dec 21 05:07:35.800 INFO O| Dec 21 05:07:35.800 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-21T05:07:36.753Z[ recovery-image] Dec 21 05:07:35.821 INFO O| Dec 21 05:07:35.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67852024-12-21T05:07:36.753Z[ recovery-image] Dec 21 05:07:35.821 INFO O| Dec 21 05:07:35.821 INFO STEP 778 (remove_files) COMPLETE
67862024-12-21T05:07:36.753Z[ recovery-image] Dec 21 05:07:35.821 INFO O| Dec 21 05:07:35.821 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-21T05:07:36.791Z[ recovery-image] Dec 21 05:07:35.860 INFO O| Dec 21 05:07:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67882024-12-21T05:07:36.791Z[ recovery-image] Dec 21 05:07:35.860 INFO O| Dec 21 05:07:35.860 INFO STEP 779 (remove_files) COMPLETE
67892024-12-21T05:07:36.793Z[ recovery-image] Dec 21 05:07:35.860 INFO O| Dec 21 05:07:35.860 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-21T05:07:36.858Z[ recovery-image] Dec 21 05:07:35.928 INFO O| Dec 21 05:07:35.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67912024-12-21T05:07:36.858Z[ recovery-image] Dec 21 05:07:35.928 INFO O| Dec 21 05:07:35.928 INFO STEP 780 (remove_files) COMPLETE
67922024-12-21T05:07:36.858Z[ recovery-image] Dec 21 05:07:35.928 INFO O| Dec 21 05:07:35.928 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-21T05:07:36.893Z[ recovery-image] Dec 21 05:07:35.963 INFO O| Dec 21 05:07:35.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67942024-12-21T05:07:36.893Z[ recovery-image] Dec 21 05:07:35.964 INFO O| Dec 21 05:07:35.964 INFO STEP 781 (remove_files) COMPLETE
67952024-12-21T05:07:36.893Z[ recovery-image] Dec 21 05:07:35.964 INFO O| Dec 21 05:07:35.964 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-21T05:07:36.947Z[ recovery-image] Dec 21 05:07:36.018 INFO O| Dec 21 05:07:36.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67972024-12-21T05:07:36.947Z[ recovery-image] Dec 21 05:07:36.018 INFO O| Dec 21 05:07:36.018 INFO STEP 782 (remove_files) COMPLETE
67982024-12-21T05:07:36.947Z[ recovery-image] Dec 21 05:07:36.018 INFO O| Dec 21 05:07:36.018 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-21T05:07:36.976Z[ recovery-image] Dec 21 05:07:36.048 INFO O| Dec 21 05:07:36.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68002024-12-21T05:07:36.979Z[ recovery-image] Dec 21 05:07:36.051 INFO O| Dec 21 05:07:36.051 INFO STEP 783 (remove_files) COMPLETE
68012024-12-21T05:07:36.979Z[ recovery-image] Dec 21 05:07:36.051 INFO O| Dec 21 05:07:36.051 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-21T05:07:37.042Z[ recovery-image] Dec 21 05:07:36.114 INFO O| Dec 21 05:07:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68032024-12-21T05:07:37.042Z[ recovery-image] Dec 21 05:07:36.114 INFO O| Dec 21 05:07:36.114 INFO STEP 784 (remove_files) COMPLETE
68042024-12-21T05:07:37.042Z[ recovery-image] Dec 21 05:07:36.114 INFO O| Dec 21 05:07:36.114 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-21T05:07:37.071Z[ recovery-image] Dec 21 05:07:36.143 INFO O| Dec 21 05:07:36.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68062024-12-21T05:07:37.071Z[ recovery-image] Dec 21 05:07:36.144 INFO O| Dec 21 05:07:36.143 INFO STEP 785 (remove_files) COMPLETE
68072024-12-21T05:07:37.071Z[ recovery-image] Dec 21 05:07:36.144 INFO O| Dec 21 05:07:36.144 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-21T05:07:37.114Z[ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68092024-12-21T05:07:37.114Z[ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO STEP 786 (remove_files) COMPLETE
68102024-12-21T05:07:37.114Z[ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-21T05:07:37.151Z[ recovery-image] Dec 21 05:07:36.223 INFO O| Dec 21 05:07:36.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68122024-12-21T05:07:37.153Z[ recovery-image] Dec 21 05:07:36.224 INFO O| Dec 21 05:07:36.224 INFO STEP 787 (remove_files) COMPLETE
68132024-12-21T05:07:37.153Z[ recovery-image] Dec 21 05:07:36.224 INFO O| Dec 21 05:07:36.224 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-21T05:07:37.186Z[ recovery-image] Dec 21 05:07:36.259 INFO O| Dec 21 05:07:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68152024-12-21T05:07:37.190Z[ recovery-image] Dec 21 05:07:36.260 INFO O| Dec 21 05:07:36.260 INFO STEP 788 (remove_files) COMPLETE
68162024-12-21T05:07:37.190Z[ recovery-image] Dec 21 05:07:36.260 INFO O| Dec 21 05:07:36.260 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-21T05:07:37.208Z[ recovery-image] Dec 21 05:07:36.281 INFO O| Dec 21 05:07:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68182024-12-21T05:07:37.210Z[ recovery-image] Dec 21 05:07:36.281 INFO O| Dec 21 05:07:36.281 INFO STEP 789 (remove_files) COMPLETE
68192024-12-21T05:07:37.210Z[ recovery-image] Dec 21 05:07:36.281 INFO O| Dec 21 05:07:36.281 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-21T05:07:37.229Z[ recovery-image] Dec 21 05:07:36.302 INFO O| Dec 21 05:07:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68212024-12-21T05:07:37.232Z[ recovery-image] Dec 21 05:07:36.302 INFO O| Dec 21 05:07:36.302 INFO STEP 790 (remove_files) COMPLETE
68222024-12-21T05:07:37.232Z[ recovery-image] Dec 21 05:07:36.302 INFO O| Dec 21 05:07:36.302 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-21T05:07:37.251Z[ recovery-image] Dec 21 05:07:36.324 INFO O| Dec 21 05:07:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
68242024-12-21T05:07:37.251Z[ recovery-image] Dec 21 05:07:36.325 INFO O| Dec 21 05:07:36.324 INFO STEP 791 (remove_files) COMPLETE
68252024-12-21T05:07:37.251Z[ recovery-image] Dec 21 05:07:36.325 INFO O| Dec 21 05:07:36.324 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-21T05:07:37.270Z[ recovery-image] Dec 21 05:07:36.344 INFO O| Dec 21 05:07:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
68272024-12-21T05:07:37.292Z[ recovery-image] Dec 21 05:07:36.365 INFO O| Dec 21 05:07:36.365 INFO STEP 792 (remove_files) COMPLETE
68282024-12-21T05:07:37.292Z[ recovery-image] Dec 21 05:07:36.365 INFO O| Dec 21 05:07:36.365 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-21T05:07:37.325Z[ recovery-image] Dec 21 05:07:36.399 INFO O| Dec 21 05:07:36.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
68302024-12-21T05:07:37.325Z[ recovery-image] Dec 21 05:07:36.400 INFO O| Dec 21 05:07:36.400 INFO STEP 793 (remove_files) COMPLETE
68312024-12-21T05:07:37.325Z[ recovery-image] Dec 21 05:07:36.400 INFO O| Dec 21 05:07:36.400 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-21T05:07:37.351Z[ recovery-image] Dec 21 05:07:36.425 INFO O| Dec 21 05:07:36.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68332024-12-21T05:07:37.354Z[ recovery-image] Dec 21 05:07:36.425 INFO O| Dec 21 05:07:36.425 INFO STEP 794 (remove_files) COMPLETE
68342024-12-21T05:07:37.354Z[ recovery-image] Dec 21 05:07:36.426 INFO O| Dec 21 05:07:36.425 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-21T05:07:37.371Z[ recovery-image] Dec 21 05:07:36.445 INFO O| Dec 21 05:07:36.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
68362024-12-21T05:07:37.373Z[ recovery-image] Dec 21 05:07:36.446 INFO O| Dec 21 05:07:36.445 INFO STEP 795 (remove_files) COMPLETE
68372024-12-21T05:07:37.373Z[ recovery-image] Dec 21 05:07:36.446 INFO O| Dec 21 05:07:36.445 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-21T05:07:37.393Z[ recovery-image] Dec 21 05:07:36.466 INFO O| Dec 21 05:07:36.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
68392024-12-21T05:07:37.393Z[ recovery-image] Dec 21 05:07:36.466 INFO O| Dec 21 05:07:36.466 INFO STEP 796 (remove_files) COMPLETE
68402024-12-21T05:07:37.393Z[ recovery-image] Dec 21 05:07:36.466 INFO O| Dec 21 05:07:36.466 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-21T05:07:37.430Z[ recovery-image] Dec 21 05:07:36.506 INFO O| Dec 21 05:07:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
68422024-12-21T05:07:37.431Z[ recovery-image] Dec 21 05:07:36.506 INFO O| Dec 21 05:07:36.506 INFO STEP 797 (remove_files) COMPLETE
68432024-12-21T05:07:37.431Z[ recovery-image] Dec 21 05:07:36.506 INFO O| Dec 21 05:07:36.506 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-21T05:07:37.492Z[ recovery-image] Dec 21 05:07:36.568 INFO O| Dec 21 05:07:36.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
68452024-12-21T05:07:37.496Z[ recovery-image] Dec 21 05:07:36.568 INFO O| Dec 21 05:07:36.568 INFO STEP 798 (remove_files) COMPLETE
68462024-12-21T05:07:37.496Z[ recovery-image] Dec 21 05:07:36.568 INFO O| Dec 21 05:07:36.568 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-21T05:07:37.517Z[ recovery-image] Dec 21 05:07:36.593 INFO O| Dec 21 05:07:36.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
68482024-12-21T05:07:37.521Z[ recovery-image] Dec 21 05:07:36.593 INFO O| Dec 21 05:07:36.593 INFO STEP 799 (remove_files) COMPLETE
68492024-12-21T05:07:37.521Z[ recovery-image] Dec 21 05:07:36.593 INFO O| Dec 21 05:07:36.593 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-21T05:07:37.540Z[ recovery-image] Dec 21 05:07:36.615 INFO O| Dec 21 05:07:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68512024-12-21T05:07:37.545Z[ recovery-image] Dec 21 05:07:36.615 INFO O| Dec 21 05:07:36.615 INFO STEP 800 (remove_files) COMPLETE
68522024-12-21T05:07:37.545Z[ recovery-image] Dec 21 05:07:36.615 INFO O| Dec 21 05:07:36.615 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-21T05:07:37.559Z[ recovery-image] Dec 21 05:07:36.635 INFO O| Dec 21 05:07:36.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68542024-12-21T05:07:37.559Z[ recovery-image] Dec 21 05:07:36.635 INFO O| Dec 21 05:07:36.635 INFO STEP 801 (remove_files) COMPLETE
68552024-12-21T05:07:37.559Z[ recovery-image] Dec 21 05:07:36.635 INFO O| Dec 21 05:07:36.635 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-21T05:07:37.596Z[ recovery-image] Dec 21 05:07:36.672 INFO O| Dec 21 05:07:36.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68572024-12-21T05:07:37.596Z[ recovery-image] Dec 21 05:07:36.672 INFO O| Dec 21 05:07:36.672 INFO STEP 802 (remove_files) COMPLETE
68582024-12-21T05:07:37.596Z[ recovery-image] Dec 21 05:07:36.673 INFO O| Dec 21 05:07:36.672 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-21T05:07:37.616Z[ recovery-image] Dec 21 05:07:36.693 INFO O| Dec 21 05:07:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68602024-12-21T05:07:37.618Z[ recovery-image] Dec 21 05:07:36.693 INFO O| Dec 21 05:07:36.693 INFO STEP 803 (remove_files) COMPLETE
68612024-12-21T05:07:37.618Z[ recovery-image] Dec 21 05:07:36.693 INFO O| Dec 21 05:07:36.693 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-21T05:07:37.636Z[ recovery-image] Dec 21 05:07:36.713 INFO O| Dec 21 05:07:36.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68632024-12-21T05:07:37.636Z[ recovery-image] Dec 21 05:07:36.713 INFO O| Dec 21 05:07:36.713 INFO STEP 804 (remove_files) COMPLETE
68642024-12-21T05:07:37.638Z[ recovery-image] Dec 21 05:07:36.713 INFO O| Dec 21 05:07:36.713 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-21T05:07:37.654Z[ recovery-image] Dec 21 05:07:36.732 INFO O| Dec 21 05:07:36.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68662024-12-21T05:07:37.655Z[ recovery-image] Dec 21 05:07:36.732 INFO O| Dec 21 05:07:36.732 INFO STEP 805 (remove_files) COMPLETE
68672024-12-21T05:07:37.657Z[ recovery-image] Dec 21 05:07:36.732 INFO O| Dec 21 05:07:36.732 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-21T05:07:37.674Z[ recovery-image] Dec 21 05:07:36.751 INFO O| Dec 21 05:07:36.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68692024-12-21T05:07:37.674Z[ recovery-image] Dec 21 05:07:36.752 INFO O| Dec 21 05:07:36.751 INFO STEP 806 (remove_files) COMPLETE
68702024-12-21T05:07:37.676Z[ recovery-image] Dec 21 05:07:36.752 INFO O| Dec 21 05:07:36.752 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-21T05:07:37.715Z[ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68722024-12-21T05:07:37.715Z[ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO STEP 807 (remove_files) COMPLETE
68732024-12-21T05:07:37.719Z[ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-21T05:07:37.756Z[ recovery-image] Dec 21 05:07:36.834 INFO O| Dec 21 05:07:36.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68752024-12-21T05:07:37.759Z[ recovery-image] Dec 21 05:07:36.835 INFO O| Dec 21 05:07:36.835 INFO STEP 808 (remove_files) COMPLETE
68762024-12-21T05:07:37.759Z[ recovery-image] Dec 21 05:07:36.835 INFO O| Dec 21 05:07:36.835 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-21T05:07:37.787Z[ recovery-image] Dec 21 05:07:36.865 INFO O| Dec 21 05:07:36.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68782024-12-21T05:07:37.787Z[ recovery-image] Dec 21 05:07:36.865 INFO O| Dec 21 05:07:36.865 INFO STEP 809 (remove_files) COMPLETE
68792024-12-21T05:07:37.790Z[ recovery-image] Dec 21 05:07:36.865 INFO O| Dec 21 05:07:36.865 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-21T05:07:37.819Z[ recovery-image] Dec 21 05:07:36.898 INFO O| Dec 21 05:07:36.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68812024-12-21T05:07:37.820Z[ recovery-image] Dec 21 05:07:36.898 INFO O| Dec 21 05:07:36.898 INFO STEP 810 (remove_files) COMPLETE
68822024-12-21T05:07:37.820Z[ recovery-image] Dec 21 05:07:36.898 INFO O| Dec 21 05:07:36.898 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-21T05:07:37.878Z[ recovery-image] Dec 21 05:07:36.957 INFO O| Dec 21 05:07:36.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68842024-12-21T05:07:37.878Z[ recovery-image] Dec 21 05:07:36.957 INFO O| Dec 21 05:07:36.957 INFO STEP 811 (remove_files) COMPLETE
68852024-12-21T05:07:37.878Z[ recovery-image] Dec 21 05:07:36.957 INFO O| Dec 21 05:07:36.957 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-21T05:07:37.912Z[ recovery-image] Dec 21 05:07:36.992 INFO O| Dec 21 05:07:36.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68872024-12-21T05:07:37.912Z[ recovery-image] Dec 21 05:07:36.992 INFO O| Dec 21 05:07:36.992 INFO STEP 812 (remove_files) COMPLETE
68882024-12-21T05:07:37.912Z[ recovery-image] Dec 21 05:07:36.992 INFO O| Dec 21 05:07:36.992 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-21T05:07:37.935Z[ recovery-image] Dec 21 05:07:37.014 INFO O| Dec 21 05:07:37.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68902024-12-21T05:07:37.935Z[ recovery-image] Dec 21 05:07:37.015 INFO O| Dec 21 05:07:37.015 INFO STEP 813 (remove_files) COMPLETE
68912024-12-21T05:07:37.935Z[ recovery-image] Dec 21 05:07:37.015 INFO O| Dec 21 05:07:37.015 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-21T05:07:37.996Z[ recovery-image] Dec 21 05:07:37.072 INFO O| Dec 21 05:07:37.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68932024-12-21T05:07:37.996Z[ recovery-image] Dec 21 05:07:37.072 INFO O| Dec 21 05:07:37.072 INFO STEP 814 (remove_files) COMPLETE
68942024-12-21T05:07:37.996Z[ recovery-image] Dec 21 05:07:37.072 INFO O| Dec 21 05:07:37.072 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-21T05:07:38.014Z[ recovery-image] Dec 21 05:07:37.094 INFO O| Dec 21 05:07:37.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68962024-12-21T05:07:38.014Z[ recovery-image] Dec 21 05:07:37.094 INFO O| Dec 21 05:07:37.094 INFO STEP 815 (remove_files) COMPLETE
68972024-12-21T05:07:38.014Z[ recovery-image] Dec 21 05:07:37.094 INFO O| Dec 21 05:07:37.094 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-21T05:07:38.035Z[ recovery-image] Dec 21 05:07:37.115 INFO O| Dec 21 05:07:37.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68992024-12-21T05:07:38.035Z[ recovery-image] Dec 21 05:07:37.116 INFO O| Dec 21 05:07:37.116 INFO STEP 816 (remove_files) COMPLETE
69002024-12-21T05:07:38.035Z[ recovery-image] Dec 21 05:07:37.116 INFO O| Dec 21 05:07:37.116 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-21T05:07:38.055Z[ recovery-image] Dec 21 05:07:37.137 INFO O| Dec 21 05:07:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69022024-12-21T05:07:38.056Z[ recovery-image] Dec 21 05:07:37.137 INFO O| Dec 21 05:07:37.137 INFO STEP 817 (remove_files) COMPLETE
69032024-12-21T05:07:38.056Z[ recovery-image] Dec 21 05:07:37.137 INFO O| Dec 21 05:07:37.137 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-21T05:07:38.087Z[ recovery-image] Dec 21 05:07:37.167 INFO O| Dec 21 05:07:37.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69052024-12-21T05:07:38.087Z[ recovery-image] Dec 21 05:07:37.168 INFO O| Dec 21 05:07:37.168 INFO STEP 818 (remove_files) COMPLETE
69062024-12-21T05:07:38.087Z[ recovery-image] Dec 21 05:07:37.168 INFO O| Dec 21 05:07:37.168 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-21T05:07:38.115Z[ recovery-image] Dec 21 05:07:37.196 INFO O| Dec 21 05:07:37.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69082024-12-21T05:07:38.123Z[ recovery-image] Dec 21 05:07:37.204 INFO O| Dec 21 05:07:37.204 INFO STEP 819 (remove_files) COMPLETE
69092024-12-21T05:07:38.123Z[ recovery-image] Dec 21 05:07:37.204 INFO O| Dec 21 05:07:37.204 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-21T05:07:38.150Z[ recovery-image] Dec 21 05:07:37.231 INFO O| Dec 21 05:07:37.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69112024-12-21T05:07:38.150Z[ recovery-image] Dec 21 05:07:37.231 INFO O| Dec 21 05:07:37.231 INFO STEP 820 (remove_files) COMPLETE
69122024-12-21T05:07:38.150Z[ recovery-image] Dec 21 05:07:37.231 INFO O| Dec 21 05:07:37.231 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-21T05:07:38.200Z[ recovery-image] Dec 21 05:07:37.281 INFO O| Dec 21 05:07:37.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69142024-12-21T05:07:38.200Z[ recovery-image] Dec 21 05:07:37.282 INFO O| Dec 21 05:07:37.281 INFO STEP 821 (remove_files) COMPLETE
69152024-12-21T05:07:38.200Z[ recovery-image] Dec 21 05:07:37.282 INFO O| Dec 21 05:07:37.281 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-21T05:07:38.236Z[ recovery-image] Dec 21 05:07:37.319 INFO O| Dec 21 05:07:37.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
69172024-12-21T05:07:38.246Z[ recovery-image] Dec 21 05:07:37.328 INFO O| Dec 21 05:07:37.328 INFO STEP 822 (remove_files) COMPLETE
69182024-12-21T05:07:38.246Z[ recovery-image] Dec 21 05:07:37.328 INFO O| Dec 21 05:07:37.328 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-21T05:07:38.292Z[ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
69202024-12-21T05:07:38.292Z[ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO STEP 823 (remove_files) COMPLETE
69212024-12-21T05:07:38.292Z[ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-21T05:07:38.315Z[ recovery-image] Dec 21 05:07:37.399 INFO O| Dec 21 05:07:37.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
69232024-12-21T05:07:38.315Z[ recovery-image] Dec 21 05:07:37.399 INFO O| Dec 21 05:07:37.399 INFO STEP 824 (remove_files) COMPLETE
69242024-12-21T05:07:38.316Z[ recovery-image] Dec 21 05:07:37.399 INFO O| Dec 21 05:07:37.399 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-21T05:07:38.338Z[ recovery-image] Dec 21 05:07:37.421 INFO O| Dec 21 05:07:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
69262024-12-21T05:07:38.338Z[ recovery-image] Dec 21 05:07:37.421 INFO O| Dec 21 05:07:37.421 INFO STEP 825 (remove_files) COMPLETE
69272024-12-21T05:07:38.338Z[ recovery-image] Dec 21 05:07:37.421 INFO O| Dec 21 05:07:37.421 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-21T05:07:38.358Z[ recovery-image] Dec 21 05:07:37.441 INFO O| Dec 21 05:07:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69292024-12-21T05:07:38.358Z[ recovery-image] Dec 21 05:07:37.442 INFO O| Dec 21 05:07:37.442 INFO STEP 826 (remove_files) COMPLETE
69302024-12-21T05:07:38.358Z[ recovery-image] Dec 21 05:07:37.442 INFO O| Dec 21 05:07:37.442 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-21T05:07:38.379Z[ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69322024-12-21T05:07:38.379Z[ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.463 INFO STEP 827 (remove_files) COMPLETE
69332024-12-21T05:07:38.379Z[ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.463 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-21T05:07:38.404Z[ recovery-image] Dec 21 05:07:37.488 INFO O| Dec 21 05:07:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69352024-12-21T05:07:38.404Z[ recovery-image] Dec 21 05:07:37.488 INFO O| Dec 21 05:07:37.488 INFO STEP 828 (remove_files) COMPLETE
69362024-12-21T05:07:38.407Z[ recovery-image] Dec 21 05:07:37.488 INFO O| Dec 21 05:07:37.488 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-21T05:07:38.458Z[ recovery-image] Dec 21 05:07:37.541 INFO O| Dec 21 05:07:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69382024-12-21T05:07:38.460Z[ recovery-image] Dec 21 05:07:37.541 INFO O| Dec 21 05:07:37.541 INFO STEP 829 (remove_files) COMPLETE
69392024-12-21T05:07:38.460Z[ recovery-image] Dec 21 05:07:37.541 INFO O| Dec 21 05:07:37.541 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-21T05:07:38.502Z[ recovery-image] Dec 21 05:07:37.586 INFO O| Dec 21 05:07:37.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
69412024-12-21T05:07:38.502Z[ recovery-image] Dec 21 05:07:37.586 INFO O| Dec 21 05:07:37.586 INFO STEP 830 (remove_files) COMPLETE
69422024-12-21T05:07:38.502Z[ recovery-image] Dec 21 05:07:37.586 INFO O| Dec 21 05:07:37.586 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-21T05:07:38.538Z[ recovery-image] Dec 21 05:07:37.623 INFO O| Dec 21 05:07:37.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
69442024-12-21T05:07:38.538Z[ recovery-image] Dec 21 05:07:37.623 INFO O| Dec 21 05:07:37.623 INFO STEP 831 (remove_files) COMPLETE
69452024-12-21T05:07:38.540Z[ recovery-image] Dec 21 05:07:37.623 INFO O| Dec 21 05:07:37.623 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-21T05:07:38.604Z[ recovery-image] Dec 21 05:07:37.690 INFO O| Dec 21 05:07:37.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
69472024-12-21T05:07:38.604Z[ recovery-image] Dec 21 05:07:37.690 INFO O| Dec 21 05:07:37.690 INFO STEP 832 (remove_files) COMPLETE
69482024-12-21T05:07:38.604Z[ recovery-image] Dec 21 05:07:37.690 INFO O| Dec 21 05:07:37.690 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-21T05:07:38.623Z[ recovery-image] Dec 21 05:07:37.710 INFO O| Dec 21 05:07:37.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69502024-12-21T05:07:38.624Z[ recovery-image] Dec 21 05:07:37.710 INFO O| Dec 21 05:07:37.710 INFO STEP 833 (remove_files) COMPLETE
69512024-12-21T05:07:38.624Z[ recovery-image] Dec 21 05:07:37.710 INFO O| Dec 21 05:07:37.710 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-21T05:07:38.641Z[ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69532024-12-21T05:07:38.641Z[ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO STEP 834 (remove_files) COMPLETE
69542024-12-21T05:07:38.641Z[ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-21T05:07:38.661Z[ recovery-image] Dec 21 05:07:37.746 INFO O| Dec 21 05:07:37.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69562024-12-21T05:07:38.661Z[ recovery-image] Dec 21 05:07:37.747 INFO O| Dec 21 05:07:37.746 INFO STEP 835 (remove_files) COMPLETE
69572024-12-21T05:07:38.661Z[ recovery-image] Dec 21 05:07:37.747 INFO O| Dec 21 05:07:37.746 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-21T05:07:38.691Z[ recovery-image] Dec 21 05:07:37.778 INFO O| Dec 21 05:07:37.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69592024-12-21T05:07:38.691Z[ recovery-image] Dec 21 05:07:37.778 INFO O| Dec 21 05:07:37.778 INFO STEP 836 (remove_files) COMPLETE
69602024-12-21T05:07:38.694Z[ recovery-image] Dec 21 05:07:37.778 INFO O| Dec 21 05:07:37.778 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-21T05:07:38.717Z[ recovery-image] Dec 21 05:07:37.803 INFO O| Dec 21 05:07:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69622024-12-21T05:07:38.717Z[ recovery-image] Dec 21 05:07:37.803 INFO O| Dec 21 05:07:37.803 INFO STEP 837 (remove_files) COMPLETE
69632024-12-21T05:07:38.717Z[ recovery-image] Dec 21 05:07:37.803 INFO O| Dec 21 05:07:37.803 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-21T05:07:38.751Z[ recovery-image] Dec 21 05:07:37.839 INFO O| Dec 21 05:07:37.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69652024-12-21T05:07:38.751Z[ recovery-image] Dec 21 05:07:37.839 INFO O| Dec 21 05:07:37.839 INFO STEP 838 (remove_files) COMPLETE
69662024-12-21T05:07:38.751Z[ recovery-image] Dec 21 05:07:37.839 INFO O| Dec 21 05:07:37.839 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-21T05:07:38.791Z[ recovery-image] Dec 21 05:07:37.878 INFO O| Dec 21 05:07:37.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69682024-12-21T05:07:38.791Z[ recovery-image] Dec 21 05:07:37.879 INFO O| Dec 21 05:07:37.878 INFO STEP 839 (remove_files) COMPLETE
69692024-12-21T05:07:38.791Z[ recovery-image] Dec 21 05:07:37.879 INFO O| Dec 21 05:07:37.879 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-21T05:07:38.826Z[ host-image] Dec 21 05:07:37.914 INFO O| Dec 21 05:07:37.914 INFO O| Done
69712024-12-21T05:07:38.833Z[ recovery-image] Dec 21 05:07:37.921 INFO O| Dec 21 05:07:37.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69722024-12-21T05:07:38.835Z[ recovery-image] Dec 21 05:07:37.921 INFO O| Dec 21 05:07:37.921 INFO STEP 840 (remove_files) COMPLETE
69732024-12-21T05:07:38.835Z[ recovery-image] Dec 21 05:07:37.921 INFO O| Dec 21 05:07:37.921 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-21T05:07:38.860Z[ recovery-image] Dec 21 05:07:37.948 INFO O| Dec 21 05:07:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69752024-12-21T05:07:38.860Z[ recovery-image] Dec 21 05:07:37.948 INFO O| Dec 21 05:07:37.948 INFO STEP 841 (remove_files) COMPLETE
69762024-12-21T05:07:38.862Z[ recovery-image] Dec 21 05:07:37.948 INFO O| Dec 21 05:07:37.948 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-21T05:07:38.865Z[ host-image] Dec 21 05:07:37.954 INFO O| Dec 21 05:07:37.954 INFO O| Done
69782024-12-21T05:07:38.868Z[ host-image] Dec 21 05:07:37.954 INFO O| Dec 21 05:07:37.954 INFO O| Done
69792024-12-21T05:07:38.908Z[ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69802024-12-21T05:07:38.908Z[ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.997 INFO STEP 842 (remove_files) COMPLETE
69812024-12-21T05:07:38.908Z[ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.997 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-21T05:07:38.930Z[ host-image] Dec 21 05:07:38.019 INFO O| Dec 21 05:07:38.019 INFO O| Done
69832024-12-21T05:07:39.001Z[ recovery-image] Dec 21 05:07:38.091 INFO O| Dec 21 05:07:38.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69842024-12-21T05:07:39.007Z[ recovery-image] Dec 21 05:07:38.091 INFO O| Dec 21 05:07:38.091 INFO STEP 843 (remove_files) COMPLETE
69852024-12-21T05:07:39.007Z[ recovery-image] Dec 21 05:07:38.091 INFO O| Dec 21 05:07:38.091 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-21T05:07:39.035Z[ recovery-image] Dec 21 05:07:38.125 INFO O| Dec 21 05:07:38.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69872024-12-21T05:07:39.035Z[ recovery-image] Dec 21 05:07:38.125 INFO O| Dec 21 05:07:38.125 INFO STEP 844 (remove_files) COMPLETE
69882024-12-21T05:07:39.035Z[ recovery-image] Dec 21 05:07:38.125 INFO O| Dec 21 05:07:38.125 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-21T05:07:39.055Z[ recovery-image] Dec 21 05:07:38.146 INFO O| Dec 21 05:07:38.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69902024-12-21T05:07:39.055Z[ recovery-image] Dec 21 05:07:38.146 INFO O| Dec 21 05:07:38.146 INFO STEP 845 (remove_files) COMPLETE
69912024-12-21T05:07:39.059Z[ recovery-image] Dec 21 05:07:38.146 INFO O| Dec 21 05:07:38.146 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-21T05:07:39.076Z[ recovery-image] Dec 21 05:07:38.165 INFO O| Dec 21 05:07:38.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69932024-12-21T05:07:39.076Z[ recovery-image] Dec 21 05:07:38.165 INFO O| Dec 21 05:07:38.165 INFO STEP 846 (remove_files) COMPLETE
69942024-12-21T05:07:39.076Z[ recovery-image] Dec 21 05:07:38.165 INFO O| Dec 21 05:07:38.165 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-21T05:07:39.103Z[ recovery-image] Dec 21 05:07:38.193 INFO O| Dec 21 05:07:38.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69962024-12-21T05:07:39.105Z[ recovery-image] Dec 21 05:07:38.193 INFO O| Dec 21 05:07:38.193 INFO STEP 847 (remove_files) COMPLETE
69972024-12-21T05:07:39.105Z[ recovery-image] Dec 21 05:07:38.193 INFO O| Dec 21 05:07:38.193 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-21T05:07:39.123Z[ recovery-image] Dec 21 05:07:38.213 INFO O| Dec 21 05:07:38.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69992024-12-21T05:07:39.126Z[ recovery-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 848 (remove_files) COMPLETE
70002024-12-21T05:07:39.127Z[ recovery-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-21T05:07:39.127Z[ host-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 13 (pkg_install) COMPLETE
70022024-12-21T05:07:39.127Z[ host-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70032024-12-21T05:07:39.141Z[ host-image] Dec 21 05:07:38.232 INFO O| Dec 21 05:07:38.232 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
70042024-12-21T05:07:39.148Z[ recovery-image] Dec 21 05:07:38.239 INFO O| Dec 21 05:07:38.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70052024-12-21T05:07:39.150Z[ recovery-image] Dec 21 05:07:38.239 INFO O| Dec 21 05:07:38.239 INFO STEP 849 (remove_files) COMPLETE
70062024-12-21T05:07:39.150Z[ recovery-image] Dec 21 05:07:38.239 INFO O| Dec 21 05:07:38.239 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-21T05:07:39.165Z[ recovery-image] Dec 21 05:07:38.257 INFO O| Dec 21 05:07:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70082024-12-21T05:07:39.168Z[ recovery-image] Dec 21 05:07:38.257 INFO O| Dec 21 05:07:38.257 INFO STEP 850 (remove_files) COMPLETE
70092024-12-21T05:07:39.168Z[ recovery-image] Dec 21 05:07:38.257 INFO O| Dec 21 05:07:38.257 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-21T05:07:39.184Z[ recovery-image] Dec 21 05:07:38.275 INFO O| Dec 21 05:07:38.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70112024-12-21T05:07:39.187Z[ recovery-image] Dec 21 05:07:38.276 INFO O| Dec 21 05:07:38.276 INFO STEP 851 (remove_files) COMPLETE
70122024-12-21T05:07:39.187Z[ recovery-image] Dec 21 05:07:38.276 INFO O| Dec 21 05:07:38.276 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-21T05:07:39.202Z[ recovery-image] Dec 21 05:07:38.294 INFO O| Dec 21 05:07:38.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70142024-12-21T05:07:39.205Z[ recovery-image] Dec 21 05:07:38.294 INFO O| Dec 21 05:07:38.294 INFO STEP 852 (remove_files) COMPLETE
70152024-12-21T05:07:39.205Z[ recovery-image] Dec 21 05:07:38.294 INFO O| Dec 21 05:07:38.294 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-21T05:07:39.230Z[ recovery-image] Dec 21 05:07:38.322 INFO O| Dec 21 05:07:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70172024-12-21T05:07:39.231Z[ recovery-image] Dec 21 05:07:38.322 INFO O| Dec 21 05:07:38.322 INFO STEP 853 (remove_files) COMPLETE
70182024-12-21T05:07:39.231Z[ recovery-image] Dec 21 05:07:38.322 INFO O| Dec 21 05:07:38.322 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-21T05:07:39.272Z[ recovery-image] Dec 21 05:07:38.365 INFO O| Dec 21 05:07:38.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70202024-12-21T05:07:39.272Z[ recovery-image] Dec 21 05:07:38.365 INFO O| Dec 21 05:07:38.365 INFO STEP 854 (remove_files) COMPLETE
70212024-12-21T05:07:39.272Z[ recovery-image] Dec 21 05:07:38.365 INFO O| Dec 21 05:07:38.365 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-21T05:07:39.292Z[ recovery-image] Dec 21 05:07:38.384 INFO O| Dec 21 05:07:38.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70232024-12-21T05:07:39.295Z[ recovery-image] Dec 21 05:07:38.384 INFO O| Dec 21 05:07:38.384 INFO STEP 855 (remove_files) COMPLETE
70242024-12-21T05:07:39.295Z[ recovery-image] Dec 21 05:07:38.385 INFO O| Dec 21 05:07:38.384 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-21T05:07:39.311Z[ recovery-image] Dec 21 05:07:38.404 INFO O| Dec 21 05:07:38.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70262024-12-21T05:07:39.315Z[ recovery-image] Dec 21 05:07:38.404 INFO O| Dec 21 05:07:38.404 INFO STEP 856 (remove_files) COMPLETE
70272024-12-21T05:07:39.315Z[ recovery-image] Dec 21 05:07:38.404 INFO O| Dec 21 05:07:38.404 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-21T05:07:39.351Z[ recovery-image] Dec 21 05:07:38.442 INFO O| Dec 21 05:07:38.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
70292024-12-21T05:07:39.351Z[ recovery-image] Dec 21 05:07:38.442 INFO O| Dec 21 05:07:38.442 INFO STEP 857 (remove_files) COMPLETE
70302024-12-21T05:07:39.351Z[ recovery-image] Dec 21 05:07:38.442 INFO O| Dec 21 05:07:38.442 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-21T05:07:39.387Z[ recovery-image] Dec 21 05:07:38.480 INFO O| Dec 21 05:07:38.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70322024-12-21T05:07:39.387Z[ recovery-image] Dec 21 05:07:38.480 INFO O| Dec 21 05:07:38.480 INFO STEP 858 (remove_files) COMPLETE
70332024-12-21T05:07:39.387Z[ recovery-image] Dec 21 05:07:38.480 INFO O| Dec 21 05:07:38.480 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-21T05:07:39.444Z[ recovery-image] Dec 21 05:07:38.538 INFO O| Dec 21 05:07:38.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70352024-12-21T05:07:39.444Z[ recovery-image] Dec 21 05:07:38.538 INFO O| Dec 21 05:07:38.538 INFO STEP 859 (remove_files) COMPLETE
70362024-12-21T05:07:39.447Z[ recovery-image] Dec 21 05:07:38.538 INFO O| Dec 21 05:07:38.538 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-21T05:07:39.509Z[ recovery-image] Dec 21 05:07:38.603 INFO O| Dec 21 05:07:38.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70382024-12-21T05:07:39.509Z[ recovery-image] Dec 21 05:07:38.604 INFO O| Dec 21 05:07:38.604 INFO STEP 860 (remove_files) COMPLETE
70392024-12-21T05:07:39.509Z[ recovery-image] Dec 21 05:07:38.604 INFO O| Dec 21 05:07:38.604 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-21T05:07:39.530Z[ recovery-image] Dec 21 05:07:38.625 INFO O| Dec 21 05:07:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70412024-12-21T05:07:39.536Z[ recovery-image] Dec 21 05:07:38.625 INFO O| Dec 21 05:07:38.625 INFO STEP 861 (remove_files) COMPLETE
70422024-12-21T05:07:39.536Z[ recovery-image] Dec 21 05:07:38.625 INFO O| Dec 21 05:07:38.625 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-21T05:07:39.568Z[ recovery-image] Dec 21 05:07:38.663 INFO O| Dec 21 05:07:38.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
70442024-12-21T05:07:39.568Z[ recovery-image] Dec 21 05:07:38.663 INFO O| Dec 21 05:07:38.663 INFO STEP 862 (remove_files) COMPLETE
70452024-12-21T05:07:39.568Z[ recovery-image] Dec 21 05:07:38.663 INFO O| Dec 21 05:07:38.663 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-21T05:07:39.591Z[ recovery-image] Dec 21 05:07:38.685 INFO O| Dec 21 05:07:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
70472024-12-21T05:07:39.591Z[ recovery-image] Dec 21 05:07:38.685 INFO O| Dec 21 05:07:38.685 INFO STEP 863 (remove_files) COMPLETE
70482024-12-21T05:07:39.591Z[ recovery-image] Dec 21 05:07:38.685 INFO O| Dec 21 05:07:38.685 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-21T05:07:39.609Z[ recovery-image] Dec 21 05:07:38.704 INFO O| Dec 21 05:07:38.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
70502024-12-21T05:07:39.610Z[ recovery-image] Dec 21 05:07:38.705 INFO O| Dec 21 05:07:38.704 INFO STEP 864 (remove_files) COMPLETE
70512024-12-21T05:07:39.614Z[ recovery-image] Dec 21 05:07:38.705 INFO O| Dec 21 05:07:38.705 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-21T05:07:39.631Z[ recovery-image] Dec 21 05:07:38.726 INFO O| Dec 21 05:07:38.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
70532024-12-21T05:07:39.631Z[ recovery-image] Dec 21 05:07:38.726 INFO O| Dec 21 05:07:38.726 INFO STEP 865 (remove_files) COMPLETE
70542024-12-21T05:07:39.631Z[ recovery-image] Dec 21 05:07:38.726 INFO O| Dec 21 05:07:38.726 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-21T05:07:39.668Z[ recovery-image] Dec 21 05:07:38.763 INFO O| Dec 21 05:07:38.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
70562024-12-21T05:07:39.668Z[ recovery-image] Dec 21 05:07:38.764 INFO O| Dec 21 05:07:38.763 INFO STEP 866 (remove_files) COMPLETE
70572024-12-21T05:07:39.668Z[ recovery-image] Dec 21 05:07:38.764 INFO O| Dec 21 05:07:38.764 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-21T05:07:39.719Z[ recovery-image] Dec 21 05:07:38.815 INFO O| Dec 21 05:07:38.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70592024-12-21T05:07:39.719Z[ recovery-image] Dec 21 05:07:38.815 INFO O| Dec 21 05:07:38.815 INFO STEP 867 (remove_files) COMPLETE
70602024-12-21T05:07:39.719Z[ recovery-image] Dec 21 05:07:38.815 INFO O| Dec 21 05:07:38.815 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-21T05:07:39.748Z[ recovery-image] Dec 21 05:07:38.844 INFO O| Dec 21 05:07:38.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70622024-12-21T05:07:39.748Z[ recovery-image] Dec 21 05:07:38.844 INFO O| Dec 21 05:07:38.844 INFO STEP 868 (remove_files) COMPLETE
70632024-12-21T05:07:39.749Z[ recovery-image] Dec 21 05:07:38.844 INFO O| Dec 21 05:07:38.844 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-21T05:07:39.778Z[ recovery-image] Dec 21 05:07:38.874 INFO O| Dec 21 05:07:38.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70652024-12-21T05:07:39.780Z[ recovery-image] Dec 21 05:07:38.875 INFO O| Dec 21 05:07:38.874 INFO STEP 869 (remove_files) COMPLETE
70662024-12-21T05:07:39.780Z[ recovery-image] Dec 21 05:07:38.875 INFO O| Dec 21 05:07:38.875 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-21T05:07:39.838Z[ recovery-image] Dec 21 05:07:38.934 INFO O| Dec 21 05:07:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70682024-12-21T05:07:39.838Z[ recovery-image] Dec 21 05:07:38.935 INFO O| Dec 21 05:07:38.934 INFO STEP 870 (remove_files) COMPLETE
70692024-12-21T05:07:39.838Z[ recovery-image] Dec 21 05:07:38.935 INFO O| Dec 21 05:07:38.935 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-21T05:07:39.858Z[ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70712024-12-21T05:07:39.858Z[ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO STEP 871 (remove_files) COMPLETE
70722024-12-21T05:07:39.858Z[ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-21T05:07:39.880Z[ recovery-image] Dec 21 05:07:38.977 INFO O| Dec 21 05:07:38.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70742024-12-21T05:07:39.882Z[ recovery-image] Dec 21 05:07:38.978 INFO O| Dec 21 05:07:38.978 INFO STEP 872 (remove_files) COMPLETE
70752024-12-21T05:07:39.882Z[ recovery-image] Dec 21 05:07:38.978 INFO O| Dec 21 05:07:38.978 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-21T05:07:39.910Z[ recovery-image] Dec 21 05:07:39.007 INFO O| Dec 21 05:07:39.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70772024-12-21T05:07:39.912Z[ recovery-image] Dec 21 05:07:39.007 INFO O| Dec 21 05:07:39.007 INFO STEP 873 (remove_files) COMPLETE
70782024-12-21T05:07:39.912Z[ recovery-image] Dec 21 05:07:39.007 INFO O| Dec 21 05:07:39.007 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-21T05:07:39.934Z[ recovery-image] Dec 21 05:07:39.030 INFO O| Dec 21 05:07:39.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70802024-12-21T05:07:39.937Z[ recovery-image] Dec 21 05:07:39.031 INFO O| Dec 21 05:07:39.030 INFO STEP 874 (remove_files) COMPLETE
70812024-12-21T05:07:39.937Z[ recovery-image] Dec 21 05:07:39.031 INFO O| Dec 21 05:07:39.030 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-21T05:07:39.995Z[ recovery-image] Dec 21 05:07:39.094 INFO O| Dec 21 05:07:39.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70832024-12-21T05:07:39.999Z[ recovery-image] Dec 21 05:07:39.094 INFO O| Dec 21 05:07:39.094 INFO STEP 875 (remove_files) COMPLETE
70842024-12-21T05:07:39.999Z[ recovery-image] Dec 21 05:07:39.094 INFO O| Dec 21 05:07:39.094 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-21T05:07:40.018Z[ recovery-image] Dec 21 05:07:39.111 INFO O| Dec 21 05:07:39.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70862024-12-21T05:07:40.020Z[ recovery-image] Dec 21 05:07:39.112 INFO O| Dec 21 05:07:39.111 INFO STEP 876 (remove_files) COMPLETE
70872024-12-21T05:07:40.020Z[ recovery-image] Dec 21 05:07:39.112 INFO O| Dec 21 05:07:39.112 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-21T05:07:40.031Z[ recovery-image] Dec 21 05:07:39.130 INFO O| Dec 21 05:07:39.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70892024-12-21T05:07:40.031Z[ recovery-image] Dec 21 05:07:39.130 INFO O| Dec 21 05:07:39.130 INFO STEP 877 (remove_files) COMPLETE
70902024-12-21T05:07:40.031Z[ recovery-image] Dec 21 05:07:39.130 INFO O| Dec 21 05:07:39.130 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-21T05:07:40.049Z[ recovery-image] Dec 21 05:07:39.148 INFO O| Dec 21 05:07:39.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70922024-12-21T05:07:40.051Z[ recovery-image] Dec 21 05:07:39.148 INFO O| Dec 21 05:07:39.148 INFO STEP 878 (remove_files) COMPLETE
70932024-12-21T05:07:40.051Z[ recovery-image] Dec 21 05:07:39.148 INFO O| Dec 21 05:07:39.148 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-21T05:07:40.073Z[ recovery-image] Dec 21 05:07:39.172 INFO O| Dec 21 05:07:39.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70952024-12-21T05:07:40.076Z[ recovery-image] Dec 21 05:07:39.173 INFO O| Dec 21 05:07:39.172 INFO STEP 879 (remove_files) COMPLETE
70962024-12-21T05:07:40.076Z[ recovery-image] Dec 21 05:07:39.173 INFO O| Dec 21 05:07:39.173 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-21T05:07:40.124Z[ recovery-image] Dec 21 05:07:39.224 INFO O| Dec 21 05:07:39.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70982024-12-21T05:07:40.124Z[ recovery-image] Dec 21 05:07:39.224 INFO O| Dec 21 05:07:39.224 INFO STEP 880 (remove_files) COMPLETE
70992024-12-21T05:07:40.126Z[ recovery-image] Dec 21 05:07:39.224 INFO O| Dec 21 05:07:39.224 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-21T05:07:40.149Z[ recovery-image] Dec 21 05:07:39.248 INFO O| Dec 21 05:07:39.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71012024-12-21T05:07:40.149Z[ recovery-image] Dec 21 05:07:39.249 INFO O| Dec 21 05:07:39.248 INFO STEP 881 (remove_files) COMPLETE
71022024-12-21T05:07:40.149Z[ recovery-image] Dec 21 05:07:39.249 INFO O| Dec 21 05:07:39.249 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-21T05:07:40.168Z[ recovery-image] Dec 21 05:07:39.269 INFO O| Dec 21 05:07:39.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71042024-12-21T05:07:40.168Z[ recovery-image] Dec 21 05:07:39.269 INFO O| Dec 21 05:07:39.269 INFO STEP 882 (remove_files) COMPLETE
71052024-12-21T05:07:40.169Z[ recovery-image] Dec 21 05:07:39.269 INFO O| Dec 21 05:07:39.269 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-21T05:07:40.187Z[ recovery-image] Dec 21 05:07:39.287 INFO O| Dec 21 05:07:39.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71072024-12-21T05:07:40.187Z[ recovery-image] Dec 21 05:07:39.287 INFO O| Dec 21 05:07:39.287 INFO STEP 883 (remove_files) COMPLETE
71082024-12-21T05:07:40.190Z[ recovery-image] Dec 21 05:07:39.287 INFO O| Dec 21 05:07:39.287 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-21T05:07:40.244Z[ recovery-image] Dec 21 05:07:39.345 INFO O| Dec 21 05:07:39.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71102024-12-21T05:07:40.247Z[ recovery-image] Dec 21 05:07:39.345 INFO O| Dec 21 05:07:39.345 INFO STEP 884 (remove_files) COMPLETE
71112024-12-21T05:07:40.247Z[ recovery-image] Dec 21 05:07:39.345 INFO O| Dec 21 05:07:39.345 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-21T05:07:40.267Z[ recovery-image] Dec 21 05:07:39.368 INFO O| Dec 21 05:07:39.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71132024-12-21T05:07:40.267Z[ recovery-image] Dec 21 05:07:39.368 INFO O| Dec 21 05:07:39.368 INFO STEP 885 (remove_files) COMPLETE
71142024-12-21T05:07:40.269Z[ recovery-image] Dec 21 05:07:39.368 INFO O| Dec 21 05:07:39.368 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-21T05:07:40.288Z[ recovery-image] Dec 21 05:07:39.389 INFO O| Dec 21 05:07:39.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71162024-12-21T05:07:40.288Z[ recovery-image] Dec 21 05:07:39.389 INFO O| Dec 21 05:07:39.389 INFO STEP 886 (remove_files) COMPLETE
71172024-12-21T05:07:40.290Z[ recovery-image] Dec 21 05:07:39.390 INFO O| Dec 21 05:07:39.389 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-21T05:07:40.308Z[ recovery-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71192024-12-21T05:07:40.308Z[ recovery-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO STEP 887 (remove_files) COMPLETE
71202024-12-21T05:07:40.312Z[ recovery-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-21T05:07:40.312Z[ host-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
71222024-12-21T05:07:40.330Z[ recovery-image] Dec 21 05:07:39.431 INFO O| Dec 21 05:07:39.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71232024-12-21T05:07:40.332Z[ recovery-image] Dec 21 05:07:39.432 INFO O| Dec 21 05:07:39.432 INFO STEP 888 (remove_files) COMPLETE
71242024-12-21T05:07:40.332Z[ recovery-image] Dec 21 05:07:39.432 INFO O| Dec 21 05:07:39.432 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-21T05:07:40.352Z[ recovery-image] Dec 21 05:07:39.454 INFO O| Dec 21 05:07:39.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71262024-12-21T05:07:40.352Z[ recovery-image] Dec 21 05:07:39.454 INFO O| Dec 21 05:07:39.454 INFO STEP 889 (remove_files) COMPLETE
71272024-12-21T05:07:40.354Z[ recovery-image] Dec 21 05:07:39.454 INFO O| Dec 21 05:07:39.454 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-21T05:07:40.374Z[ recovery-image] Dec 21 05:07:39.476 INFO O| Dec 21 05:07:39.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71292024-12-21T05:07:40.374Z[ recovery-image] Dec 21 05:07:39.476 INFO O| Dec 21 05:07:39.476 INFO STEP 890 (remove_files) COMPLETE
71302024-12-21T05:07:40.374Z[ recovery-image] Dec 21 05:07:39.476 INFO O| Dec 21 05:07:39.476 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-21T05:07:40.408Z[ recovery-image] Dec 21 05:07:39.511 INFO O| Dec 21 05:07:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71322024-12-21T05:07:40.408Z[ recovery-image] Dec 21 05:07:39.511 INFO O| Dec 21 05:07:39.511 INFO STEP 891 (remove_files) COMPLETE
71332024-12-21T05:07:40.408Z[ recovery-image] Dec 21 05:07:39.511 INFO O| Dec 21 05:07:39.511 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-21T05:07:40.429Z[ recovery-image] Dec 21 05:07:39.532 INFO O| Dec 21 05:07:39.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71352024-12-21T05:07:40.429Z[ recovery-image] Dec 21 05:07:39.532 INFO O| Dec 21 05:07:39.532 INFO STEP 892 (remove_files) COMPLETE
71362024-12-21T05:07:40.429Z[ recovery-image] Dec 21 05:07:39.532 INFO O| Dec 21 05:07:39.532 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-21T05:07:40.449Z[ recovery-image] Dec 21 05:07:39.552 INFO O| Dec 21 05:07:39.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71382024-12-21T05:07:40.463Z[ recovery-image] Dec 21 05:07:39.566 INFO O| Dec 21 05:07:39.566 INFO STEP 893 (remove_files) COMPLETE
71392024-12-21T05:07:40.463Z[ recovery-image] Dec 21 05:07:39.566 INFO O| Dec 21 05:07:39.566 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-21T05:07:40.525Z[ recovery-image] Dec 21 05:07:39.629 INFO O| Dec 21 05:07:39.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
71412024-12-21T05:07:40.525Z[ recovery-image] Dec 21 05:07:39.629 INFO O| Dec 21 05:07:39.629 INFO STEP 894 (remove_files) COMPLETE
71422024-12-21T05:07:40.525Z[ recovery-image] Dec 21 05:07:39.629 INFO O| Dec 21 05:07:39.629 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-21T05:07:40.565Z[ recovery-image] Dec 21 05:07:39.669 INFO O| Dec 21 05:07:39.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
71442024-12-21T05:07:40.568Z[ recovery-image] Dec 21 05:07:39.669 INFO O| Dec 21 05:07:39.669 INFO STEP 895 (remove_files) COMPLETE
71452024-12-21T05:07:40.568Z[ recovery-image] Dec 21 05:07:39.669 INFO O| Dec 21 05:07:39.669 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-21T05:07:40.588Z[ recovery-image] Dec 21 05:07:39.692 INFO O| Dec 21 05:07:39.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
71472024-12-21T05:07:40.590Z[ recovery-image] Dec 21 05:07:39.692 INFO O| Dec 21 05:07:39.692 INFO STEP 896 (remove_files) COMPLETE
71482024-12-21T05:07:40.590Z[ recovery-image] Dec 21 05:07:39.692 INFO O| Dec 21 05:07:39.692 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-21T05:07:40.607Z[ recovery-image] Dec 21 05:07:39.712 INFO O| Dec 21 05:07:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
71502024-12-21T05:07:40.610Z[ recovery-image] Dec 21 05:07:39.712 INFO O| Dec 21 05:07:39.712 INFO STEP 897 (remove_files) COMPLETE
71512024-12-21T05:07:40.610Z[ recovery-image] Dec 21 05:07:39.712 INFO O| Dec 21 05:07:39.712 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-21T05:07:40.636Z[ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71532024-12-21T05:07:40.639Z[ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO STEP 898 (remove_files) COMPLETE
71542024-12-21T05:07:40.639Z[ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-21T05:07:40.657Z[ recovery-image] Dec 21 05:07:39.762 INFO O| Dec 21 05:07:39.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71562024-12-21T05:07:40.660Z[ recovery-image] Dec 21 05:07:39.762 INFO O| Dec 21 05:07:39.762 INFO STEP 899 (remove_files) COMPLETE
71572024-12-21T05:07:40.660Z[ recovery-image] Dec 21 05:07:39.762 INFO O| Dec 21 05:07:39.762 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-21T05:07:40.675Z[ recovery-image] Dec 21 05:07:39.780 INFO O| Dec 21 05:07:39.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71592024-12-21T05:07:40.675Z[ recovery-image] Dec 21 05:07:39.780 INFO O| Dec 21 05:07:39.780 INFO STEP 900 (remove_files) COMPLETE
71602024-12-21T05:07:40.675Z[ recovery-image] Dec 21 05:07:39.780 INFO O| Dec 21 05:07:39.780 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-21T05:07:40.692Z[ recovery-image] Dec 21 05:07:39.797 INFO O| Dec 21 05:07:39.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71622024-12-21T05:07:40.692Z[ recovery-image] Dec 21 05:07:39.797 INFO O| Dec 21 05:07:39.797 INFO STEP 901 (remove_files) COMPLETE
71632024-12-21T05:07:40.692Z[ recovery-image] Dec 21 05:07:39.797 INFO O| Dec 21 05:07:39.797 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-21T05:07:40.710Z[ recovery-image] Dec 21 05:07:39.815 INFO O| Dec 21 05:07:39.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71652024-12-21T05:07:40.710Z[ recovery-image] Dec 21 05:07:39.815 INFO O| Dec 21 05:07:39.815 INFO STEP 902 (remove_files) COMPLETE
71662024-12-21T05:07:40.710Z[ recovery-image] Dec 21 05:07:39.815 INFO O| Dec 21 05:07:39.815 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-21T05:07:40.789Z[ recovery-image] Dec 21 05:07:39.895 INFO O| Dec 21 05:07:39.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71682024-12-21T05:07:40.789Z[ recovery-image] Dec 21 05:07:39.895 INFO O| Dec 21 05:07:39.895 INFO STEP 903 (remove_files) COMPLETE
71692024-12-21T05:07:40.792Z[ recovery-image] Dec 21 05:07:39.895 INFO O| Dec 21 05:07:39.895 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-21T05:07:40.823Z[ recovery-image] Dec 21 05:07:39.929 INFO O| Dec 21 05:07:39.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71712024-12-21T05:07:40.823Z[ recovery-image] Dec 21 05:07:39.929 INFO O| Dec 21 05:07:39.929 INFO STEP 904 (remove_files) COMPLETE
71722024-12-21T05:07:40.823Z[ recovery-image] Dec 21 05:07:39.929 INFO O| Dec 21 05:07:39.929 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-21T05:07:40.846Z[ recovery-image] Dec 21 05:07:39.951 INFO O| Dec 21 05:07:39.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71742024-12-21T05:07:40.846Z[ recovery-image] Dec 21 05:07:39.951 INFO O| Dec 21 05:07:39.951 INFO STEP 905 (remove_files) COMPLETE
71752024-12-21T05:07:40.846Z[ recovery-image] Dec 21 05:07:39.951 INFO O| Dec 21 05:07:39.951 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-21T05:07:40.867Z[ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71772024-12-21T05:07:40.867Z[ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.973 INFO STEP 906 (remove_files) COMPLETE
71782024-12-21T05:07:40.867Z[ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.973 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-21T05:07:40.893Z[ recovery-image] Dec 21 05:07:40.000 INFO O| Dec 21 05:07:40.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71802024-12-21T05:07:40.896Z[ recovery-image] Dec 21 05:07:40.000 INFO O| Dec 21 05:07:40.000 INFO STEP 907 (remove_files) COMPLETE
71812024-12-21T05:07:40.896Z[ recovery-image] Dec 21 05:07:40.000 INFO O| Dec 21 05:07:40.000 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-21T05:07:40.933Z[ recovery-image] Dec 21 05:07:40.040 INFO O| Dec 21 05:07:40.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71832024-12-21T05:07:40.933Z[ recovery-image] Dec 21 05:07:40.040 INFO O| Dec 21 05:07:40.040 INFO STEP 908 (remove_files) COMPLETE
71842024-12-21T05:07:40.933Z[ recovery-image] Dec 21 05:07:40.040 INFO O| Dec 21 05:07:40.040 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-21T05:07:40.957Z[ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71862024-12-21T05:07:40.957Z[ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO STEP 909 (remove_files) COMPLETE
71872024-12-21T05:07:40.957Z[ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-21T05:07:40.977Z[ recovery-image] Dec 21 05:07:40.085 INFO O| Dec 21 05:07:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71892024-12-21T05:07:40.977Z[ recovery-image] Dec 21 05:07:40.085 INFO O| Dec 21 05:07:40.085 INFO STEP 910 (remove_files) COMPLETE
71902024-12-21T05:07:40.977Z[ recovery-image] Dec 21 05:07:40.085 INFO O| Dec 21 05:07:40.085 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-21T05:07:41.009Z[ recovery-image] Dec 21 05:07:40.116 INFO O| Dec 21 05:07:40.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71922024-12-21T05:07:41.009Z[ recovery-image] Dec 21 05:07:40.116 INFO O| Dec 21 05:07:40.116 INFO STEP 911 (remove_files) COMPLETE
71932024-12-21T05:07:41.009Z[ recovery-image] Dec 21 05:07:40.116 INFO O| Dec 21 05:07:40.116 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-21T05:07:41.029Z[ recovery-image] Dec 21 05:07:40.137 INFO O| Dec 21 05:07:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71952024-12-21T05:07:41.029Z[ recovery-image] Dec 21 05:07:40.137 INFO O| Dec 21 05:07:40.137 INFO STEP 912 (remove_files) COMPLETE
71962024-12-21T05:07:41.032Z[ recovery-image] Dec 21 05:07:40.137 INFO O| Dec 21 05:07:40.137 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-21T05:07:41.060Z[ recovery-image] Dec 21 05:07:40.168 INFO O| Dec 21 05:07:40.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71982024-12-21T05:07:41.060Z[ recovery-image] Dec 21 05:07:40.168 INFO O| Dec 21 05:07:40.168 INFO STEP 913 (remove_files) COMPLETE
71992024-12-21T05:07:41.060Z[ recovery-image] Dec 21 05:07:40.168 INFO O| Dec 21 05:07:40.168 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-21T05:07:41.111Z[ recovery-image] Dec 21 05:07:40.218 INFO O| Dec 21 05:07:40.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72012024-12-21T05:07:41.111Z[ recovery-image] Dec 21 05:07:40.218 INFO O| Dec 21 05:07:40.218 INFO STEP 914 (remove_files) COMPLETE
72022024-12-21T05:07:41.111Z[ recovery-image] Dec 21 05:07:40.218 INFO O| Dec 21 05:07:40.218 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-21T05:07:41.130Z[ recovery-image] Dec 21 05:07:40.239 INFO O| Dec 21 05:07:40.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72042024-12-21T05:07:41.130Z[ recovery-image] Dec 21 05:07:40.239 INFO O| Dec 21 05:07:40.239 INFO STEP 915 (remove_files) COMPLETE
72052024-12-21T05:07:41.130Z[ recovery-image] Dec 21 05:07:40.239 INFO O| Dec 21 05:07:40.239 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-21T05:07:41.150Z[ recovery-image] Dec 21 05:07:40.259 INFO O| Dec 21 05:07:40.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72072024-12-21T05:07:41.150Z[ recovery-image] Dec 21 05:07:40.259 INFO O| Dec 21 05:07:40.259 INFO STEP 916 (remove_files) COMPLETE
72082024-12-21T05:07:41.153Z[ recovery-image] Dec 21 05:07:40.259 INFO O| Dec 21 05:07:40.259 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-21T05:07:41.170Z[ recovery-image] Dec 21 05:07:40.280 INFO O| Dec 21 05:07:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72102024-12-21T05:07:41.170Z[ recovery-image] Dec 21 05:07:40.280 INFO O| Dec 21 05:07:40.280 INFO STEP 917 (remove_files) COMPLETE
72112024-12-21T05:07:41.173Z[ recovery-image] Dec 21 05:07:40.280 INFO O| Dec 21 05:07:40.280 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-21T05:07:41.211Z[ recovery-image] Dec 21 05:07:40.321 INFO O| Dec 21 05:07:40.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72132024-12-21T05:07:41.215Z[ recovery-image] Dec 21 05:07:40.321 INFO O| Dec 21 05:07:40.321 INFO STEP 918 (remove_files) COMPLETE
72142024-12-21T05:07:41.215Z[ recovery-image] Dec 21 05:07:40.321 INFO O| Dec 21 05:07:40.321 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-21T05:07:41.233Z[ recovery-image] Dec 21 05:07:40.343 INFO O| Dec 21 05:07:40.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72162024-12-21T05:07:41.236Z[ recovery-image] Dec 21 05:07:40.344 INFO O| Dec 21 05:07:40.344 INFO STEP 919 (remove_files) COMPLETE
72172024-12-21T05:07:41.236Z[ recovery-image] Dec 21 05:07:40.344 INFO O| Dec 21 05:07:40.344 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-21T05:07:41.281Z[ recovery-image] Dec 21 05:07:40.391 INFO O| Dec 21 05:07:40.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72192024-12-21T05:07:41.281Z[ recovery-image] Dec 21 05:07:40.392 INFO O| Dec 21 05:07:40.392 INFO STEP 920 (remove_files) COMPLETE
72202024-12-21T05:07:41.284Z[ recovery-image] Dec 21 05:07:40.392 INFO O| Dec 21 05:07:40.392 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-21T05:07:41.317Z[ recovery-image] Dec 21 05:07:40.427 INFO O| Dec 21 05:07:40.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72222024-12-21T05:07:41.320Z[ recovery-image] Dec 21 05:07:40.427 INFO O| Dec 21 05:07:40.427 INFO STEP 921 (remove_files) COMPLETE
72232024-12-21T05:07:41.320Z[ recovery-image] Dec 21 05:07:40.427 INFO O| Dec 21 05:07:40.427 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-21T05:07:41.336Z[ recovery-image] Dec 21 05:07:40.447 INFO O| Dec 21 05:07:40.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72252024-12-21T05:07:41.338Z[ recovery-image] Dec 21 05:07:40.447 INFO O| Dec 21 05:07:40.447 INFO STEP 922 (remove_files) COMPLETE
72262024-12-21T05:07:41.338Z[ recovery-image] Dec 21 05:07:40.447 INFO O| Dec 21 05:07:40.447 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-21T05:07:41.380Z[ recovery-image] Dec 21 05:07:40.491 INFO O| Dec 21 05:07:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72282024-12-21T05:07:41.380Z[ recovery-image] Dec 21 05:07:40.491 INFO O| Dec 21 05:07:40.491 INFO STEP 923 (remove_files) COMPLETE
72292024-12-21T05:07:41.380Z[ recovery-image] Dec 21 05:07:40.491 INFO O| Dec 21 05:07:40.491 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-21T05:07:41.399Z[ recovery-image] Dec 21 05:07:40.510 INFO O| Dec 21 05:07:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
72312024-12-21T05:07:41.399Z[ recovery-image] Dec 21 05:07:40.510 INFO O| Dec 21 05:07:40.510 INFO STEP 924 (remove_files) COMPLETE
72322024-12-21T05:07:41.402Z[ recovery-image] Dec 21 05:07:40.511 INFO O| Dec 21 05:07:40.510 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-21T05:07:41.417Z[ recovery-image] Dec 21 05:07:40.528 INFO O| Dec 21 05:07:40.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72342024-12-21T05:07:41.417Z[ recovery-image] Dec 21 05:07:40.529 INFO O| Dec 21 05:07:40.528 INFO STEP 925 (remove_files) COMPLETE
72352024-12-21T05:07:41.417Z[ recovery-image] Dec 21 05:07:40.529 INFO O| Dec 21 05:07:40.529 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-21T05:07:41.443Z[ recovery-image] Dec 21 05:07:40.554 INFO O| Dec 21 05:07:40.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72372024-12-21T05:07:41.443Z[ recovery-image] Dec 21 05:07:40.554 INFO O| Dec 21 05:07:40.554 INFO STEP 926 (remove_files) COMPLETE
72382024-12-21T05:07:41.443Z[ recovery-image] Dec 21 05:07:40.554 INFO O| Dec 21 05:07:40.554 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-21T05:07:41.464Z[ recovery-image] Dec 21 05:07:40.576 INFO O| Dec 21 05:07:40.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
72402024-12-21T05:07:41.486Z[ recovery-image] Dec 21 05:07:40.598 INFO O| Dec 21 05:07:40.598 INFO STEP 927 (remove_files) COMPLETE
72412024-12-21T05:07:41.489Z[ recovery-image] Dec 21 05:07:40.598 INFO O| Dec 21 05:07:40.598 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-21T05:07:41.548Z[ recovery-image] Dec 21 05:07:40.657 INFO O| Dec 21 05:07:40.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
72432024-12-21T05:07:41.548Z[ recovery-image] Dec 21 05:07:40.657 INFO O| Dec 21 05:07:40.657 INFO STEP 928 (remove_files) COMPLETE
72442024-12-21T05:07:41.548Z[ recovery-image] Dec 21 05:07:40.657 INFO O| Dec 21 05:07:40.657 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-21T05:07:41.579Z[ recovery-image] Dec 21 05:07:40.692 INFO O| Dec 21 05:07:40.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
72462024-12-21T05:07:41.579Z[ recovery-image] Dec 21 05:07:40.692 INFO O| Dec 21 05:07:40.692 INFO STEP 929 (remove_files) COMPLETE
72472024-12-21T05:07:41.583Z[ recovery-image] Dec 21 05:07:40.692 INFO O| Dec 21 05:07:40.692 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-21T05:07:41.671Z[ recovery-image] Dec 21 05:07:40.785 INFO O| Dec 21 05:07:40.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
72492024-12-21T05:07:41.671Z[ recovery-image] Dec 21 05:07:40.785 INFO O| Dec 21 05:07:40.785 INFO STEP 930 (remove_files) COMPLETE
72502024-12-21T05:07:41.671Z[ recovery-image] Dec 21 05:07:40.785 INFO O| Dec 21 05:07:40.785 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-21T05:07:41.746Z[ recovery-image] Dec 21 05:07:40.857 INFO O| Dec 21 05:07:40.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72522024-12-21T05:07:41.746Z[ recovery-image] Dec 21 05:07:40.857 INFO O| Dec 21 05:07:40.857 INFO STEP 931 (remove_files) COMPLETE
72532024-12-21T05:07:41.746Z[ recovery-image] Dec 21 05:07:40.857 INFO O| Dec 21 05:07:40.857 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-21T05:07:41.807Z[ recovery-image] Dec 21 05:07:40.922 INFO O| Dec 21 05:07:40.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72552024-12-21T05:07:41.807Z[ recovery-image] Dec 21 05:07:40.922 INFO O| Dec 21 05:07:40.922 INFO STEP 932 (remove_files) COMPLETE
72562024-12-21T05:07:41.807Z[ recovery-image] Dec 21 05:07:40.922 INFO O| Dec 21 05:07:40.922 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-21T05:07:41.830Z[ recovery-image] Dec 21 05:07:40.944 INFO O| Dec 21 05:07:40.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72582024-12-21T05:07:41.830Z[ recovery-image] Dec 21 05:07:40.944 INFO O| Dec 21 05:07:40.944 INFO STEP 933 (remove_files) COMPLETE
72592024-12-21T05:07:41.830Z[ recovery-image] Dec 21 05:07:40.944 INFO O| Dec 21 05:07:40.944 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-21T05:07:41.850Z[ recovery-image] Dec 21 05:07:40.965 INFO O| Dec 21 05:07:40.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72612024-12-21T05:07:41.850Z[ recovery-image] Dec 21 05:07:40.966 INFO O| Dec 21 05:07:40.965 INFO STEP 934 (remove_files) COMPLETE
72622024-12-21T05:07:41.850Z[ recovery-image] Dec 21 05:07:40.966 INFO O| Dec 21 05:07:40.966 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-21T05:07:41.886Z[ recovery-image] Dec 21 05:07:41.002 INFO O| Dec 21 05:07:41.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72642024-12-21T05:07:41.890Z[ recovery-image] Dec 21 05:07:41.003 INFO O| Dec 21 05:07:41.003 INFO STEP 935 (remove_files) COMPLETE
72652024-12-21T05:07:41.890Z[ recovery-image] Dec 21 05:07:41.003 INFO O| Dec 21 05:07:41.003 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-21T05:07:41.943Z[ recovery-image] Dec 21 05:07:41.059 INFO O| Dec 21 05:07:41.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72672024-12-21T05:07:41.945Z[ recovery-image] Dec 21 05:07:41.059 INFO O| Dec 21 05:07:41.059 INFO STEP 936 (remove_files) COMPLETE
72682024-12-21T05:07:41.945Z[ recovery-image] Dec 21 05:07:41.060 INFO O| Dec 21 05:07:41.059 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-21T05:07:41.964Z[ recovery-image] Dec 21 05:07:41.081 INFO O| Dec 21 05:07:41.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72702024-12-21T05:07:41.968Z[ recovery-image] Dec 21 05:07:41.081 INFO O| Dec 21 05:07:41.081 INFO STEP 937 (remove_files) COMPLETE
72712024-12-21T05:07:41.968Z[ recovery-image] Dec 21 05:07:41.081 INFO O| Dec 21 05:07:41.081 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-21T05:07:42.011Z[ recovery-image] Dec 21 05:07:41.128 INFO O| Dec 21 05:07:41.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72732024-12-21T05:07:42.011Z[ recovery-image] Dec 21 05:07:41.128 INFO O| Dec 21 05:07:41.128 INFO STEP 938 (remove_files) COMPLETE
72742024-12-21T05:07:42.014Z[ recovery-image] Dec 21 05:07:41.128 INFO O| Dec 21 05:07:41.128 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-21T05:07:42.033Z[ recovery-image] Dec 21 05:07:41.150 INFO O| Dec 21 05:07:41.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72762024-12-21T05:07:42.033Z[ recovery-image] Dec 21 05:07:41.150 INFO O| Dec 21 05:07:41.150 INFO STEP 939 (remove_files) COMPLETE
72772024-12-21T05:07:42.033Z[ recovery-image] Dec 21 05:07:41.150 INFO O| Dec 21 05:07:41.150 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-21T05:07:42.053Z[ recovery-image] Dec 21 05:07:41.170 INFO O| Dec 21 05:07:41.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72792024-12-21T05:07:42.053Z[ recovery-image] Dec 21 05:07:41.170 INFO O| Dec 21 05:07:41.170 INFO STEP 940 (remove_files) COMPLETE
72802024-12-21T05:07:42.054Z[ recovery-image] Dec 21 05:07:41.170 INFO O| Dec 21 05:07:41.170 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-21T05:07:42.081Z[ recovery-image] Dec 21 05:07:41.198 INFO O| Dec 21 05:07:41.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72822024-12-21T05:07:42.081Z[ recovery-image] Dec 21 05:07:41.198 INFO O| Dec 21 05:07:41.198 INFO STEP 941 (remove_files) COMPLETE
72832024-12-21T05:07:42.081Z[ recovery-image] Dec 21 05:07:41.198 INFO O| Dec 21 05:07:41.198 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-21T05:07:42.101Z[ recovery-image] Dec 21 05:07:41.219 INFO O| Dec 21 05:07:41.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72852024-12-21T05:07:42.101Z[ recovery-image] Dec 21 05:07:41.219 INFO O| Dec 21 05:07:41.219 INFO STEP 942 (remove_files) COMPLETE
72862024-12-21T05:07:42.101Z[ recovery-image] Dec 21 05:07:41.219 INFO O| Dec 21 05:07:41.219 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-21T05:07:42.141Z[ recovery-image] Dec 21 05:07:41.259 INFO O| Dec 21 05:07:41.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72882024-12-21T05:07:42.141Z[ recovery-image] Dec 21 05:07:41.259 INFO O| Dec 21 05:07:41.259 INFO STEP 943 (remove_files) COMPLETE
72892024-12-21T05:07:42.143Z[ recovery-image] Dec 21 05:07:41.259 INFO O| Dec 21 05:07:41.259 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-21T05:07:42.165Z[ recovery-image] Dec 21 05:07:41.284 INFO O| Dec 21 05:07:41.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72912024-12-21T05:07:42.165Z[ recovery-image] Dec 21 05:07:41.284 INFO O| Dec 21 05:07:41.284 INFO STEP 944 (remove_files) COMPLETE
72922024-12-21T05:07:42.167Z[ recovery-image] Dec 21 05:07:41.284 INFO O| Dec 21 05:07:41.284 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-21T05:07:42.223Z[ recovery-image] Dec 21 05:07:41.342 INFO O| Dec 21 05:07:41.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72942024-12-21T05:07:42.226Z[ recovery-image] Dec 21 05:07:41.342 INFO O| Dec 21 05:07:41.342 INFO STEP 945 (remove_files) COMPLETE
72952024-12-21T05:07:42.226Z[ recovery-image] Dec 21 05:07:41.342 INFO O| Dec 21 05:07:41.342 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-21T05:07:42.246Z[ recovery-image] Dec 21 05:07:41.365 INFO O| Dec 21 05:07:41.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72972024-12-21T05:07:42.249Z[ recovery-image] Dec 21 05:07:41.366 INFO O| Dec 21 05:07:41.366 INFO STEP 946 (remove_files) COMPLETE
72982024-12-21T05:07:42.249Z[ recovery-image] Dec 21 05:07:41.366 INFO O| Dec 21 05:07:41.366 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-21T05:07:42.269Z[ recovery-image] Dec 21 05:07:41.389 INFO O| Dec 21 05:07:41.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73002024-12-21T05:07:42.272Z[ recovery-image] Dec 21 05:07:41.389 INFO O| Dec 21 05:07:41.389 INFO STEP 947 (remove_files) COMPLETE
73012024-12-21T05:07:42.272Z[ recovery-image] Dec 21 05:07:41.389 INFO O| Dec 21 05:07:41.389 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-21T05:07:42.294Z[ recovery-image] Dec 21 05:07:41.414 INFO O| Dec 21 05:07:41.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73032024-12-21T05:07:42.297Z[ recovery-image] Dec 21 05:07:41.414 INFO O| Dec 21 05:07:41.414 INFO STEP 948 (remove_files) COMPLETE
73042024-12-21T05:07:42.297Z[ recovery-image] Dec 21 05:07:41.414 INFO O| Dec 21 05:07:41.414 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-21T05:07:42.330Z[ recovery-image] Dec 21 05:07:41.450 INFO O| Dec 21 05:07:41.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73062024-12-21T05:07:42.330Z[ recovery-image] Dec 21 05:07:41.450 INFO O| Dec 21 05:07:41.450 INFO STEP 949 (remove_files) COMPLETE
73072024-12-21T05:07:42.330Z[ recovery-image] Dec 21 05:07:41.450 INFO O| Dec 21 05:07:41.450 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-21T05:07:42.370Z[ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73092024-12-21T05:07:42.370Z[ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO STEP 950 (remove_files) COMPLETE
73102024-12-21T05:07:42.370Z[ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-21T05:07:42.406Z[ recovery-image] Dec 21 05:07:41.527 INFO O| Dec 21 05:07:41.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73122024-12-21T05:07:42.409Z[ recovery-image] Dec 21 05:07:41.527 INFO O| Dec 21 05:07:41.527 INFO STEP 951 (remove_files) COMPLETE
73132024-12-21T05:07:42.409Z[ recovery-image] Dec 21 05:07:41.527 INFO O| Dec 21 05:07:41.527 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-21T05:07:42.428Z[ recovery-image] Dec 21 05:07:41.549 INFO O| Dec 21 05:07:41.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73152024-12-21T05:07:42.428Z[ recovery-image] Dec 21 05:07:41.549 INFO O| Dec 21 05:07:41.549 INFO STEP 952 (remove_files) COMPLETE
73162024-12-21T05:07:42.428Z[ recovery-image] Dec 21 05:07:41.549 INFO O| Dec 21 05:07:41.549 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-21T05:07:42.464Z[ recovery-image] Dec 21 05:07:41.585 INFO O| Dec 21 05:07:41.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73182024-12-21T05:07:42.464Z[ recovery-image] Dec 21 05:07:41.585 INFO O| Dec 21 05:07:41.585 INFO STEP 953 (remove_files) COMPLETE
73192024-12-21T05:07:42.464Z[ recovery-image] Dec 21 05:07:41.585 INFO O| Dec 21 05:07:41.585 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-21T05:07:42.485Z[ recovery-image] Dec 21 05:07:41.604 INFO O| Dec 21 05:07:41.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73212024-12-21T05:07:42.485Z[ recovery-image] Dec 21 05:07:41.604 INFO O| Dec 21 05:07:41.604 INFO STEP 954 (remove_files) COMPLETE
73222024-12-21T05:07:42.485Z[ recovery-image] Dec 21 05:07:41.604 INFO O| Dec 21 05:07:41.604 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-21T05:07:42.519Z[ recovery-image] Dec 21 05:07:41.641 INFO O| Dec 21 05:07:41.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73242024-12-21T05:07:42.523Z[ recovery-image] Dec 21 05:07:41.641 INFO O| Dec 21 05:07:41.641 INFO STEP 955 (remove_files) COMPLETE
73252024-12-21T05:07:42.523Z[ recovery-image] Dec 21 05:07:41.641 INFO O| Dec 21 05:07:41.641 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-21T05:07:42.539Z[ recovery-image] Dec 21 05:07:41.661 INFO O| Dec 21 05:07:41.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73272024-12-21T05:07:42.543Z[ recovery-image] Dec 21 05:07:41.661 INFO O| Dec 21 05:07:41.661 INFO STEP 956 (remove_files) COMPLETE
73282024-12-21T05:07:42.543Z[ recovery-image] Dec 21 05:07:41.661 INFO O| Dec 21 05:07:41.661 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-21T05:07:42.584Z[ recovery-image] Dec 21 05:07:41.706 INFO O| Dec 21 05:07:41.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
73302024-12-21T05:07:42.584Z[ recovery-image] Dec 21 05:07:41.706 INFO O| Dec 21 05:07:41.706 INFO STEP 957 (remove_files) COMPLETE
73312024-12-21T05:07:42.591Z[ recovery-image] Dec 21 05:07:41.706 INFO O| Dec 21 05:07:41.706 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-21T05:07:42.610Z[ recovery-image] Dec 21 05:07:41.731 INFO O| Dec 21 05:07:41.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73332024-12-21T05:07:42.611Z[ recovery-image] Dec 21 05:07:41.731 INFO O| Dec 21 05:07:41.731 INFO STEP 958 (remove_files) COMPLETE
73342024-12-21T05:07:42.614Z[ recovery-image] Dec 21 05:07:41.731 INFO O| Dec 21 05:07:41.731 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-21T05:07:42.628Z[ recovery-image] Dec 21 05:07:41.751 INFO O| Dec 21 05:07:41.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73362024-12-21T05:07:42.628Z[ recovery-image] Dec 21 05:07:41.751 INFO O| Dec 21 05:07:41.751 INFO STEP 959 (remove_files) COMPLETE
73372024-12-21T05:07:42.632Z[ recovery-image] Dec 21 05:07:41.751 INFO O| Dec 21 05:07:41.751 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-21T05:07:42.661Z[ recovery-image] Dec 21 05:07:41.784 INFO O| Dec 21 05:07:41.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
73392024-12-21T05:07:42.661Z[ recovery-image] Dec 21 05:07:41.784 INFO O| Dec 21 05:07:41.784 INFO STEP 960 (remove_files) COMPLETE
73402024-12-21T05:07:42.663Z[ recovery-image] Dec 21 05:07:41.784 INFO O| Dec 21 05:07:41.784 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-21T05:07:42.694Z[ recovery-image] Dec 21 05:07:41.817 INFO O| Dec 21 05:07:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
73422024-12-21T05:07:42.694Z[ recovery-image] Dec 21 05:07:41.817 INFO O| Dec 21 05:07:41.817 INFO STEP 961 (remove_files) COMPLETE
73432024-12-21T05:07:42.694Z[ recovery-image] Dec 21 05:07:41.817 INFO O| Dec 21 05:07:41.817 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-21T05:07:42.753Z[ recovery-image] Dec 21 05:07:41.875 INFO O| Dec 21 05:07:41.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
73452024-12-21T05:07:42.753Z[ recovery-image] Dec 21 05:07:41.875 INFO O| Dec 21 05:07:41.875 INFO STEP 962 (remove_files) COMPLETE
73462024-12-21T05:07:42.753Z[ recovery-image] Dec 21 05:07:41.875 INFO O| Dec 21 05:07:41.875 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-21T05:07:42.787Z[ recovery-image] Dec 21 05:07:41.911 INFO O| Dec 21 05:07:41.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
73482024-12-21T05:07:42.787Z[ recovery-image] Dec 21 05:07:41.911 INFO O| Dec 21 05:07:41.911 INFO STEP 963 (remove_files) COMPLETE
73492024-12-21T05:07:42.787Z[ recovery-image] Dec 21 05:07:41.911 INFO O| Dec 21 05:07:41.911 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-21T05:07:42.825Z[ recovery-image] Dec 21 05:07:41.949 INFO O| Dec 21 05:07:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73512024-12-21T05:07:42.825Z[ recovery-image] Dec 21 05:07:41.949 INFO O| Dec 21 05:07:41.949 INFO STEP 964 (remove_files) COMPLETE
73522024-12-21T05:07:42.825Z[ recovery-image] Dec 21 05:07:41.949 INFO O| Dec 21 05:07:41.949 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-21T05:07:42.886Z[ recovery-image] Dec 21 05:07:42.010 INFO O| Dec 21 05:07:42.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73542024-12-21T05:07:42.886Z[ recovery-image] Dec 21 05:07:42.010 INFO O| Dec 21 05:07:42.010 INFO STEP 965 (remove_files) COMPLETE
73552024-12-21T05:07:42.886Z[ recovery-image] Dec 21 05:07:42.010 INFO O| Dec 21 05:07:42.010 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-21T05:07:42.906Z[ recovery-image] Dec 21 05:07:42.031 INFO O| Dec 21 05:07:42.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73572024-12-21T05:07:42.906Z[ recovery-image] Dec 21 05:07:42.031 INFO O| Dec 21 05:07:42.031 INFO STEP 966 (remove_files) COMPLETE
73582024-12-21T05:07:42.906Z[ recovery-image] Dec 21 05:07:42.031 INFO O| Dec 21 05:07:42.031 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-21T05:07:42.930Z[ recovery-image] Dec 21 05:07:42.055 INFO O| Dec 21 05:07:42.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73602024-12-21T05:07:42.932Z[ recovery-image] Dec 21 05:07:42.056 INFO O| Dec 21 05:07:42.055 INFO STEP 967 (remove_files) COMPLETE
73612024-12-21T05:07:42.932Z[ recovery-image] Dec 21 05:07:42.056 INFO O| Dec 21 05:07:42.056 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-21T05:07:42.952Z[ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73632024-12-21T05:07:42.955Z[ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO STEP 968 (remove_files) COMPLETE
73642024-12-21T05:07:42.955Z[ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-21T05:07:42.973Z[ recovery-image] Dec 21 05:07:42.099 INFO O| Dec 21 05:07:42.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73662024-12-21T05:07:42.974Z[ recovery-image] Dec 21 05:07:42.100 INFO O| Dec 21 05:07:42.099 INFO STEP 969 (remove_files) COMPLETE
73672024-12-21T05:07:42.974Z[ recovery-image] Dec 21 05:07:42.100 INFO O| Dec 21 05:07:42.100 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-21T05:07:43.002Z[ recovery-image] Dec 21 05:07:42.128 INFO O| Dec 21 05:07:42.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73692024-12-21T05:07:43.002Z[ recovery-image] Dec 21 05:07:42.128 INFO O| Dec 21 05:07:42.128 INFO STEP 970 (remove_files) COMPLETE
73702024-12-21T05:07:43.002Z[ recovery-image] Dec 21 05:07:42.128 INFO O| Dec 21 05:07:42.128 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-21T05:07:43.022Z[ recovery-image] Dec 21 05:07:42.148 INFO O| Dec 21 05:07:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73722024-12-21T05:07:43.022Z[ recovery-image] Dec 21 05:07:42.149 INFO O| Dec 21 05:07:42.149 INFO STEP 971 (remove_files) COMPLETE
73732024-12-21T05:07:43.022Z[ recovery-image] Dec 21 05:07:42.149 INFO O| Dec 21 05:07:42.149 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-21T05:07:43.042Z[ recovery-image] Dec 21 05:07:42.168 INFO O| Dec 21 05:07:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73752024-12-21T05:07:43.042Z[ recovery-image] Dec 21 05:07:42.168 INFO O| Dec 21 05:07:42.168 INFO STEP 972 (remove_files) COMPLETE
73762024-12-21T05:07:43.044Z[ recovery-image] Dec 21 05:07:42.169 INFO O| Dec 21 05:07:42.168 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-21T05:07:43.084Z[ recovery-image] Dec 21 05:07:42.210 INFO O| Dec 21 05:07:42.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73782024-12-21T05:07:43.086Z[ recovery-image] Dec 21 05:07:42.211 INFO O| Dec 21 05:07:42.211 INFO STEP 973 (remove_files) COMPLETE
73792024-12-21T05:07:43.086Z[ recovery-image] Dec 21 05:07:42.211 INFO O| Dec 21 05:07:42.211 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-21T05:07:43.107Z[ recovery-image] Dec 21 05:07:42.234 INFO O| Dec 21 05:07:42.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73812024-12-21T05:07:43.112Z[ recovery-image] Dec 21 05:07:42.235 INFO O| Dec 21 05:07:42.234 INFO STEP 974 (remove_files) COMPLETE
73822024-12-21T05:07:43.112Z[ recovery-image] Dec 21 05:07:42.235 INFO O| Dec 21 05:07:42.235 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-21T05:07:43.149Z[ recovery-image] Dec 21 05:07:42.277 INFO O| Dec 21 05:07:42.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73842024-12-21T05:07:43.150Z[ recovery-image] Dec 21 05:07:42.277 INFO O| Dec 21 05:07:42.277 INFO STEP 975 (remove_files) COMPLETE
73852024-12-21T05:07:43.152Z[ recovery-image] Dec 21 05:07:42.277 INFO O| Dec 21 05:07:42.277 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-21T05:07:43.182Z[ recovery-image] Dec 21 05:07:42.310 INFO O| Dec 21 05:07:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73872024-12-21T05:07:43.182Z[ recovery-image] Dec 21 05:07:42.310 INFO O| Dec 21 05:07:42.310 INFO STEP 976 (remove_files) COMPLETE
73882024-12-21T05:07:43.182Z[ recovery-image] Dec 21 05:07:42.310 INFO O| Dec 21 05:07:42.310 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-21T05:07:43.204Z[ recovery-image] Dec 21 05:07:42.332 INFO O| Dec 21 05:07:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73902024-12-21T05:07:43.204Z[ recovery-image] Dec 21 05:07:42.332 INFO O| Dec 21 05:07:42.332 INFO STEP 977 (remove_files) COMPLETE
73912024-12-21T05:07:43.204Z[ recovery-image] Dec 21 05:07:42.332 INFO O| Dec 21 05:07:42.332 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-21T05:07:43.224Z[ recovery-image] Dec 21 05:07:42.352 INFO O| Dec 21 05:07:42.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73932024-12-21T05:07:43.227Z[ recovery-image] Dec 21 05:07:42.353 INFO O| Dec 21 05:07:42.353 INFO STEP 978 (remove_files) COMPLETE
73942024-12-21T05:07:43.227Z[ recovery-image] Dec 21 05:07:42.353 INFO O| Dec 21 05:07:42.353 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-21T05:07:43.268Z[ recovery-image] Dec 21 05:07:42.397 INFO O| Dec 21 05:07:42.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73962024-12-21T05:07:43.268Z[ recovery-image] Dec 21 05:07:42.397 INFO O| Dec 21 05:07:42.397 INFO STEP 979 (remove_files) COMPLETE
73972024-12-21T05:07:43.268Z[ recovery-image] Dec 21 05:07:42.397 INFO O| Dec 21 05:07:42.397 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-21T05:07:43.292Z[ recovery-image] Dec 21 05:07:42.421 INFO O| Dec 21 05:07:42.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73992024-12-21T05:07:43.292Z[ recovery-image] Dec 21 05:07:42.421 INFO O| Dec 21 05:07:42.421 INFO STEP 980 (remove_files) COMPLETE
74002024-12-21T05:07:43.295Z[ recovery-image] Dec 21 05:07:42.421 INFO O| Dec 21 05:07:42.421 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-21T05:07:43.312Z[ recovery-image] Dec 21 05:07:42.441 INFO O| Dec 21 05:07:42.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74022024-12-21T05:07:43.315Z[ recovery-image] Dec 21 05:07:42.441 INFO O| Dec 21 05:07:42.441 INFO STEP 981 (remove_files) COMPLETE
74032024-12-21T05:07:43.315Z[ recovery-image] Dec 21 05:07:42.441 INFO O| Dec 21 05:07:42.441 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-21T05:07:43.371Z[ recovery-image] Dec 21 05:07:42.501 INFO O| Dec 21 05:07:42.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74052024-12-21T05:07:43.372Z[ recovery-image] Dec 21 05:07:42.501 INFO O| Dec 21 05:07:42.501 INFO STEP 982 (remove_files) COMPLETE
74062024-12-21T05:07:43.372Z[ recovery-image] Dec 21 05:07:42.501 INFO O| Dec 21 05:07:42.501 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-21T05:07:43.416Z[ recovery-image] Dec 21 05:07:42.546 INFO O| Dec 21 05:07:42.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74082024-12-21T05:07:43.416Z[ recovery-image] Dec 21 05:07:42.546 INFO O| Dec 21 05:07:42.546 INFO STEP 983 (remove_files) COMPLETE
74092024-12-21T05:07:43.416Z[ recovery-image] Dec 21 05:07:42.546 INFO O| Dec 21 05:07:42.546 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-21T05:07:43.474Z[ recovery-image] Dec 21 05:07:42.604 INFO O| Dec 21 05:07:42.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74112024-12-21T05:07:43.474Z[ recovery-image] Dec 21 05:07:42.605 INFO O| Dec 21 05:07:42.604 INFO STEP 984 (remove_files) COMPLETE
74122024-12-21T05:07:43.477Z[ recovery-image] Dec 21 05:07:42.605 INFO O| Dec 21 05:07:42.605 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-21T05:07:43.494Z[ recovery-image] Dec 21 05:07:42.625 INFO O| Dec 21 05:07:42.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74142024-12-21T05:07:43.494Z[ recovery-image] Dec 21 05:07:42.625 INFO O| Dec 21 05:07:42.625 INFO STEP 985 (remove_files) COMPLETE
74152024-12-21T05:07:43.494Z[ recovery-image] Dec 21 05:07:42.625 INFO O| Dec 21 05:07:42.625 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-21T05:07:43.524Z[ recovery-image] Dec 21 05:07:42.655 INFO O| Dec 21 05:07:42.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74172024-12-21T05:07:43.525Z[ recovery-image] Dec 21 05:07:42.655 INFO O| Dec 21 05:07:42.655 INFO STEP 986 (remove_files) COMPLETE
74182024-12-21T05:07:43.527Z[ recovery-image] Dec 21 05:07:42.655 INFO O| Dec 21 05:07:42.655 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-21T05:07:43.547Z[ recovery-image] Dec 21 05:07:42.677 INFO O| Dec 21 05:07:42.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74202024-12-21T05:07:43.550Z[ recovery-image] Dec 21 05:07:42.678 INFO O| Dec 21 05:07:42.677 INFO STEP 987 (remove_files) COMPLETE
74212024-12-21T05:07:43.550Z[ recovery-image] Dec 21 05:07:42.678 INFO O| Dec 21 05:07:42.678 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-21T05:07:43.580Z[ recovery-image] Dec 21 05:07:42.710 INFO O| Dec 21 05:07:42.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74232024-12-21T05:07:43.583Z[ recovery-image] Dec 21 05:07:42.710 INFO O| Dec 21 05:07:42.710 INFO STEP 988 (remove_files) COMPLETE
74242024-12-21T05:07:43.583Z[ recovery-image] Dec 21 05:07:42.711 INFO O| Dec 21 05:07:42.710 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-21T05:07:43.601Z[ recovery-image] Dec 21 05:07:42.731 INFO O| Dec 21 05:07:42.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74262024-12-21T05:07:43.601Z[ recovery-image] Dec 21 05:07:42.731 INFO O| Dec 21 05:07:42.731 INFO STEP 989 (remove_files) COMPLETE
74272024-12-21T05:07:43.601Z[ recovery-image] Dec 21 05:07:42.731 INFO O| Dec 21 05:07:42.731 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-21T05:07:43.618Z[ recovery-image] Dec 21 05:07:42.747 INFO O| Dec 21 05:07:42.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74292024-12-21T05:07:43.618Z[ recovery-image] Dec 21 05:07:42.748 INFO O| Dec 21 05:07:42.747 INFO STEP 990 (remove_files) COMPLETE
74302024-12-21T05:07:43.618Z[ recovery-image] Dec 21 05:07:42.748 INFO O| Dec 21 05:07:42.748 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-21T05:07:43.636Z[ recovery-image] Dec 21 05:07:42.764 INFO O| Dec 21 05:07:42.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74322024-12-21T05:07:43.636Z[ recovery-image] Dec 21 05:07:42.764 INFO O| Dec 21 05:07:42.764 INFO STEP 991 (remove_files) COMPLETE
74332024-12-21T05:07:43.636Z[ recovery-image] Dec 21 05:07:42.764 INFO O| Dec 21 05:07:42.764 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-21T05:07:43.650Z[ recovery-image] Dec 21 05:07:42.782 INFO O| Dec 21 05:07:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74352024-12-21T05:07:43.650Z[ recovery-image] Dec 21 05:07:42.782 INFO O| Dec 21 05:07:42.782 INFO STEP 992 (remove_files) COMPLETE
74362024-12-21T05:07:43.650Z[ recovery-image] Dec 21 05:07:42.782 INFO O| Dec 21 05:07:42.782 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-21T05:07:43.691Z[ recovery-image] Dec 21 05:07:42.823 INFO O| Dec 21 05:07:42.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
74382024-12-21T05:07:43.691Z[ recovery-image] Dec 21 05:07:42.823 INFO O| Dec 21 05:07:42.823 INFO STEP 993 (remove_files) COMPLETE
74392024-12-21T05:07:43.691Z[ recovery-image] Dec 21 05:07:42.823 INFO O| Dec 21 05:07:42.823 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-21T05:07:43.727Z[ recovery-image] Dec 21 05:07:42.859 INFO O| Dec 21 05:07:42.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74412024-12-21T05:07:43.727Z[ recovery-image] Dec 21 05:07:42.859 INFO O| Dec 21 05:07:42.859 INFO STEP 994 (remove_files) COMPLETE
74422024-12-21T05:07:43.727Z[ recovery-image] Dec 21 05:07:42.859 INFO O| Dec 21 05:07:42.859 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-21T05:07:43.743Z[ recovery-image] Dec 21 05:07:42.876 INFO O| Dec 21 05:07:42.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74442024-12-21T05:07:43.743Z[ recovery-image] Dec 21 05:07:42.876 INFO O| Dec 21 05:07:42.876 INFO STEP 995 (remove_files) COMPLETE
74452024-12-21T05:07:43.746Z[ recovery-image] Dec 21 05:07:42.876 INFO O| Dec 21 05:07:42.876 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-21T05:07:43.816Z[ recovery-image] Dec 21 05:07:42.949 INFO O| Dec 21 05:07:42.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74472024-12-21T05:07:43.819Z[ recovery-image] Dec 21 05:07:42.949 INFO O| Dec 21 05:07:42.949 INFO STEP 996 (remove_files) COMPLETE
74482024-12-21T05:07:43.819Z[ recovery-image] Dec 21 05:07:42.949 INFO O| Dec 21 05:07:42.949 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-21T05:07:43.840Z[ recovery-image] Dec 21 05:07:42.971 INFO O| Dec 21 05:07:42.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74502024-12-21T05:07:43.846Z[ recovery-image] Dec 21 05:07:42.971 INFO O| Dec 21 05:07:42.971 INFO STEP 997 (remove_files) COMPLETE
74512024-12-21T05:07:43.846Z[ recovery-image] Dec 21 05:07:42.971 INFO O| Dec 21 05:07:42.971 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-21T05:07:43.864Z[ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
74532024-12-21T05:07:43.867Z[ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.993 INFO STEP 998 (remove_files) COMPLETE
74542024-12-21T05:07:43.868Z[ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.993 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-21T05:07:43.892Z[ recovery-image] Dec 21 05:07:43.025 INFO O| Dec 21 05:07:43.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74562024-12-21T05:07:43.892Z[ recovery-image] Dec 21 05:07:43.025 INFO O| Dec 21 05:07:43.025 INFO STEP 999 (remove_files) COMPLETE
74572024-12-21T05:07:43.892Z[ recovery-image] Dec 21 05:07:43.025 INFO O| Dec 21 05:07:43.025 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-21T05:07:43.914Z[ recovery-image] Dec 21 05:07:43.048 INFO O| Dec 21 05:07:43.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74592024-12-21T05:07:43.914Z[ recovery-image] Dec 21 05:07:43.049 INFO O| Dec 21 05:07:43.049 INFO STEP 1000 (remove_files) COMPLETE
74602024-12-21T05:07:43.914Z[ recovery-image] Dec 21 05:07:43.049 INFO O| Dec 21 05:07:43.049 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-21T05:07:43.935Z[ recovery-image] Dec 21 05:07:43.068 INFO O| Dec 21 05:07:43.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74622024-12-21T05:07:43.938Z[ recovery-image] Dec 21 05:07:43.068 INFO O| Dec 21 05:07:43.068 INFO STEP 1001 (remove_files) COMPLETE
74632024-12-21T05:07:43.938Z[ recovery-image] Dec 21 05:07:43.068 INFO O| Dec 21 05:07:43.068 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-21T05:07:43.991Z[ recovery-image] Dec 21 05:07:43.126 INFO O| Dec 21 05:07:43.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74652024-12-21T05:07:43.991Z[ recovery-image] Dec 21 05:07:43.126 INFO O| Dec 21 05:07:43.126 INFO STEP 1002 (remove_files) COMPLETE
74662024-12-21T05:07:43.992Z[ recovery-image] Dec 21 05:07:43.126 INFO O| Dec 21 05:07:43.126 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-21T05:07:44.010Z[ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74682024-12-21T05:07:44.011Z[ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO STEP 1003 (remove_files) COMPLETE
74692024-12-21T05:07:44.011Z[ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-21T05:07:44.033Z[ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74712024-12-21T05:07:44.033Z[ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO STEP 1004 (remove_files) COMPLETE
74722024-12-21T05:07:44.036Z[ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-21T05:07:44.054Z[ recovery-image] Dec 21 05:07:43.189 INFO O| Dec 21 05:07:43.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74742024-12-21T05:07:44.054Z[ recovery-image] Dec 21 05:07:43.189 INFO O| Dec 21 05:07:43.189 INFO STEP 1005 (remove_files) COMPLETE
74752024-12-21T05:07:44.056Z[ recovery-image] Dec 21 05:07:43.189 INFO O| Dec 21 05:07:43.189 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-21T05:07:44.088Z[ recovery-image] Dec 21 05:07:43.223 INFO O| Dec 21 05:07:43.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74772024-12-21T05:07:44.088Z[ recovery-image] Dec 21 05:07:43.223 INFO O| Dec 21 05:07:43.223 INFO STEP 1006 (remove_files) COMPLETE
74782024-12-21T05:07:44.088Z[ recovery-image] Dec 21 05:07:43.223 INFO O| Dec 21 05:07:43.223 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-21T05:07:44.109Z[ recovery-image] Dec 21 05:07:43.245 INFO O| Dec 21 05:07:43.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74802024-12-21T05:07:44.109Z[ recovery-image] Dec 21 05:07:43.245 INFO O| Dec 21 05:07:43.245 INFO STEP 1007 (remove_files) COMPLETE
74812024-12-21T05:07:44.112Z[ recovery-image] Dec 21 05:07:43.245 INFO O| Dec 21 05:07:43.245 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-21T05:07:44.129Z[ recovery-image] Dec 21 05:07:43.265 INFO O| Dec 21 05:07:43.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74832024-12-21T05:07:44.130Z[ recovery-image] Dec 21 05:07:43.265 INFO O| Dec 21 05:07:43.265 INFO STEP 1008 (remove_files) COMPLETE
74842024-12-21T05:07:44.133Z[ recovery-image] Dec 21 05:07:43.265 INFO O| Dec 21 05:07:43.265 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-21T05:07:44.174Z[ recovery-image] Dec 21 05:07:43.309 INFO O| Dec 21 05:07:43.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74862024-12-21T05:07:44.175Z[ recovery-image] Dec 21 05:07:43.309 INFO O| Dec 21 05:07:43.309 INFO STEP 1009 (remove_files) COMPLETE
74872024-12-21T05:07:44.178Z[ recovery-image] Dec 21 05:07:43.309 INFO O| Dec 21 05:07:43.309 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-21T05:07:44.197Z[ recovery-image] Dec 21 05:07:43.333 INFO O| Dec 21 05:07:43.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74892024-12-21T05:07:44.197Z[ recovery-image] Dec 21 05:07:43.333 INFO O| Dec 21 05:07:43.333 INFO STEP 1010 (remove_files) COMPLETE
74902024-12-21T05:07:44.197Z[ recovery-image] Dec 21 05:07:43.333 INFO O| Dec 21 05:07:43.333 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-21T05:07:44.221Z[ recovery-image] Dec 21 05:07:43.358 INFO O| Dec 21 05:07:43.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74922024-12-21T05:07:44.221Z[ recovery-image] Dec 21 05:07:43.358 INFO O| Dec 21 05:07:43.358 INFO STEP 1011 (remove_files) COMPLETE
74932024-12-21T05:07:44.224Z[ recovery-image] Dec 21 05:07:43.358 INFO O| Dec 21 05:07:43.358 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-21T05:07:44.282Z[ recovery-image] Dec 21 05:07:43.420 INFO O| Dec 21 05:07:43.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74952024-12-21T05:07:44.282Z[ recovery-image] Dec 21 05:07:43.420 INFO O| Dec 21 05:07:43.420 INFO STEP 1012 (remove_files) COMPLETE
74962024-12-21T05:07:44.282Z[ recovery-image] Dec 21 05:07:43.420 INFO O| Dec 21 05:07:43.420 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-21T05:07:44.340Z[ recovery-image] Dec 21 05:07:43.478 INFO O| Dec 21 05:07:43.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74982024-12-21T05:07:44.340Z[ recovery-image] Dec 21 05:07:43.478 INFO O| Dec 21 05:07:43.478 INFO STEP 1013 (remove_files) COMPLETE
74992024-12-21T05:07:44.344Z[ recovery-image] Dec 21 05:07:43.478 INFO O| Dec 21 05:07:43.478 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-21T05:07:44.362Z[ recovery-image] Dec 21 05:07:43.500 INFO O| Dec 21 05:07:43.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75012024-12-21T05:07:44.367Z[ recovery-image] Dec 21 05:07:43.500 INFO O| Dec 21 05:07:43.500 INFO STEP 1014 (remove_files) COMPLETE
75022024-12-21T05:07:44.367Z[ recovery-image] Dec 21 05:07:43.500 INFO O| Dec 21 05:07:43.500 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-21T05:07:44.399Z[ recovery-image] Dec 21 05:07:43.537 INFO O| Dec 21 05:07:43.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75042024-12-21T05:07:44.399Z[ recovery-image] Dec 21 05:07:43.537 INFO O| Dec 21 05:07:43.537 INFO STEP 1015 (remove_files) COMPLETE
75052024-12-21T05:07:44.405Z[ recovery-image] Dec 21 05:07:43.537 INFO O| Dec 21 05:07:43.537 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-21T05:07:44.417Z[ recovery-image] Dec 21 05:07:43.554 INFO O| Dec 21 05:07:43.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75072024-12-21T05:07:44.417Z[ recovery-image] Dec 21 05:07:43.555 INFO O| Dec 21 05:07:43.555 INFO STEP 1016 (remove_files) COMPLETE
75082024-12-21T05:07:44.417Z[ recovery-image] Dec 21 05:07:43.555 INFO O| Dec 21 05:07:43.555 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-21T05:07:44.434Z[ recovery-image] Dec 21 05:07:43.572 INFO O| Dec 21 05:07:43.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75102024-12-21T05:07:44.434Z[ recovery-image] Dec 21 05:07:43.572 INFO O| Dec 21 05:07:43.572 INFO STEP 1017 (remove_files) COMPLETE
75112024-12-21T05:07:44.434Z[ recovery-image] Dec 21 05:07:43.572 INFO O| Dec 21 05:07:43.572 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-21T05:07:44.452Z[ recovery-image] Dec 21 05:07:43.589 INFO O| Dec 21 05:07:43.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75132024-12-21T05:07:44.452Z[ recovery-image] Dec 21 05:07:43.590 INFO O| Dec 21 05:07:43.589 INFO STEP 1018 (remove_files) COMPLETE
75142024-12-21T05:07:44.453Z[ recovery-image] Dec 21 05:07:43.590 INFO O| Dec 21 05:07:43.589 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-21T05:07:44.486Z[ recovery-image] Dec 21 05:07:43.625 INFO O| Dec 21 05:07:43.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75162024-12-21T05:07:44.508Z[ recovery-image] Dec 21 05:07:43.646 INFO O| Dec 21 05:07:43.646 INFO STEP 1019 (remove_files) COMPLETE
75172024-12-21T05:07:44.508Z[ recovery-image] Dec 21 05:07:43.646 INFO O| Dec 21 05:07:43.646 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-21T05:07:44.543Z[ recovery-image] Dec 21 05:07:43.682 INFO O| Dec 21 05:07:43.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75192024-12-21T05:07:44.547Z[ recovery-image] Dec 21 05:07:43.682 INFO O| Dec 21 05:07:43.682 INFO STEP 1020 (remove_files) COMPLETE
75202024-12-21T05:07:44.547Z[ recovery-image] Dec 21 05:07:43.682 INFO O| Dec 21 05:07:43.682 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-21T05:07:44.580Z[ recovery-image] Dec 21 05:07:43.720 INFO O| Dec 21 05:07:43.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75222024-12-21T05:07:44.580Z[ recovery-image] Dec 21 05:07:43.720 INFO O| Dec 21 05:07:43.720 INFO STEP 1021 (remove_files) COMPLETE
75232024-12-21T05:07:44.580Z[ recovery-image] Dec 21 05:07:43.720 INFO O| Dec 21 05:07:43.720 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-21T05:07:44.627Z[ recovery-image] Dec 21 05:07:43.767 INFO O| Dec 21 05:07:43.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75252024-12-21T05:07:44.630Z[ recovery-image] Dec 21 05:07:43.768 INFO O| Dec 21 05:07:43.768 INFO STEP 1022 (remove_files) COMPLETE
75262024-12-21T05:07:44.630Z[ recovery-image] Dec 21 05:07:43.768 INFO O| Dec 21 05:07:43.768 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-21T05:07:44.686Z[ recovery-image] Dec 21 05:07:43.826 INFO O| Dec 21 05:07:43.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75282024-12-21T05:07:44.686Z[ recovery-image] Dec 21 05:07:43.826 INFO O| Dec 21 05:07:43.826 INFO STEP 1023 (remove_files) COMPLETE
75292024-12-21T05:07:44.686Z[ recovery-image] Dec 21 05:07:43.826 INFO O| Dec 21 05:07:43.826 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-21T05:07:44.703Z[ host-image] Dec 21 05:07:43.845 INFO O| Dec 21 05:07:43.845 INFO O| Planning: Solver setup ... Done
75312024-12-21T05:07:44.711Z[ host-image] Dec 21 05:07:43.853 INFO O| Dec 21 05:07:43.853 INFO O| Planning: Running solver ... Done
75322024-12-21T05:07:44.720Z[ recovery-image] Dec 21 05:07:43.862 INFO O| Dec 21 05:07:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75332024-12-21T05:07:44.723Z[ recovery-image] Dec 21 05:07:43.862 INFO O| Dec 21 05:07:43.862 INFO STEP 1024 (remove_files) COMPLETE
75342024-12-21T05:07:44.723Z[ recovery-image] Dec 21 05:07:43.862 INFO O| Dec 21 05:07:43.862 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-21T05:07:44.742Z[ recovery-image] Dec 21 05:07:43.883 INFO O| Dec 21 05:07:43.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75362024-12-21T05:07:44.742Z[ recovery-image] Dec 21 05:07:43.883 INFO O| Dec 21 05:07:43.883 INFO STEP 1025 (remove_files) COMPLETE
75372024-12-21T05:07:44.742Z[ recovery-image] Dec 21 05:07:43.883 INFO O| Dec 21 05:07:43.883 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-21T05:07:44.764Z[ recovery-image] Dec 21 05:07:43.906 INFO O| Dec 21 05:07:43.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
75392024-12-21T05:07:44.764Z[ recovery-image] Dec 21 05:07:43.906 INFO O| Dec 21 05:07:43.906 INFO STEP 1026 (remove_files) COMPLETE
75402024-12-21T05:07:44.764Z[ recovery-image] Dec 21 05:07:43.906 INFO O| Dec 21 05:07:43.906 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-21T05:07:44.802Z[ recovery-image] Dec 21 05:07:43.944 INFO O| Dec 21 05:07:43.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75422024-12-21T05:07:44.802Z[ recovery-image] Dec 21 05:07:43.944 INFO O| Dec 21 05:07:43.944 INFO STEP 1027 (remove_files) COMPLETE
75432024-12-21T05:07:44.802Z[ recovery-image] Dec 21 05:07:43.944 INFO O| Dec 21 05:07:43.944 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-21T05:07:44.815Z[ host-image] Dec 21 05:07:43.957 INFO O| Dec 21 05:07:43.957 INFO O| Planning: Finding local manifests ... Done
75452024-12-21T05:07:44.818Z[ host-image] Dec 21 05:07:43.958 INFO O| Dec 21 05:07:43.958 INFO O| Planning: Fetching manifests: 0/1 0% complete
75462024-12-21T05:07:44.841Z[ recovery-image] Dec 21 05:07:43.983 INFO O| Dec 21 05:07:43.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75472024-12-21T05:07:44.841Z[ recovery-image] Dec 21 05:07:43.983 INFO O| Dec 21 05:07:43.983 INFO STEP 1028 (remove_files) COMPLETE
75482024-12-21T05:07:44.841Z[ recovery-image] Dec 21 05:07:43.983 INFO O| Dec 21 05:07:43.983 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-21T05:07:44.860Z[ recovery-image] Dec 21 05:07:44.003 INFO O| Dec 21 05:07:44.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75502024-12-21T05:07:44.860Z[ recovery-image] Dec 21 05:07:44.003 INFO O| Dec 21 05:07:44.003 INFO STEP 1029 (remove_files) COMPLETE
75512024-12-21T05:07:44.864Z[ recovery-image] Dec 21 05:07:44.004 INFO O| Dec 21 05:07:44.003 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-21T05:07:44.920Z[ recovery-image] Dec 21 05:07:44.062 INFO O| Dec 21 05:07:44.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75532024-12-21T05:07:44.921Z[ recovery-image] Dec 21 05:07:44.062 INFO O| Dec 21 05:07:44.062 INFO STEP 1030 (remove_files) COMPLETE
75542024-12-21T05:07:44.924Z[ recovery-image] Dec 21 05:07:44.062 INFO O| Dec 21 05:07:44.062 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-21T05:07:44.943Z[ recovery-image] Dec 21 05:07:44.084 INFO O| Dec 21 05:07:44.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75562024-12-21T05:07:44.948Z[ recovery-image] Dec 21 05:07:44.084 INFO O| Dec 21 05:07:44.084 INFO STEP 1031 (remove_files) COMPLETE
75572024-12-21T05:07:44.948Z[ recovery-image] Dec 21 05:07:44.084 INFO O| Dec 21 05:07:44.084 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-21T05:07:44.962Z[ recovery-image] Dec 21 05:07:44.105 INFO O| Dec 21 05:07:44.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75592024-12-21T05:07:44.966Z[ recovery-image] Dec 21 05:07:44.105 INFO O| Dec 21 05:07:44.105 INFO STEP 1032 (remove_files) COMPLETE
75602024-12-21T05:07:44.966Z[ recovery-image] Dec 21 05:07:44.105 INFO O| Dec 21 05:07:44.105 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-21T05:07:44.990Z[ recovery-image] Dec 21 05:07:44.134 INFO O| Dec 21 05:07:44.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75622024-12-21T05:07:44.990Z[ recovery-image] Dec 21 05:07:44.134 INFO O| Dec 21 05:07:44.134 INFO STEP 1033 (remove_files) COMPLETE
75632024-12-21T05:07:44.990Z[ recovery-image] Dec 21 05:07:44.134 INFO O| Dec 21 05:07:44.134 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-21T05:07:45.007Z[ host-image] Dec 21 05:07:44.151 INFO O| Dec 21 05:07:44.151 INFO O| Planning: Fetching manifests: 1/1 100% complete
75652024-12-21T05:07:45.018Z[ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75662024-12-21T05:07:45.018Z[ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.154 INFO STEP 1034 (remove_files) COMPLETE
75672024-12-21T05:07:45.018Z[ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.154 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-21T05:07:45.049Z[ recovery-image] Dec 21 05:07:44.192 INFO O| Dec 21 05:07:44.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75692024-12-21T05:07:45.049Z[ recovery-image] Dec 21 05:07:44.192 INFO O| Dec 21 05:07:44.192 INFO STEP 1035 (remove_files) COMPLETE
75702024-12-21T05:07:45.058Z[ recovery-image] Dec 21 05:07:44.192 INFO O| Dec 21 05:07:44.192 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-21T05:07:45.069Z[ recovery-image] Dec 21 05:07:44.213 INFO O| Dec 21 05:07:44.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75722024-12-21T05:07:45.069Z[ recovery-image] Dec 21 05:07:44.213 INFO O| Dec 21 05:07:44.213 INFO STEP 1036 (remove_files) COMPLETE
75732024-12-21T05:07:45.072Z[ recovery-image] Dec 21 05:07:44.213 INFO O| Dec 21 05:07:44.213 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-21T05:07:45.073Z[ host-image] Dec 21 05:07:44.214 INFO O| Dec 21 05:07:44.214 INFO O| Planning: Package planning ... Done
75752024-12-21T05:07:45.073Z[ host-image] Dec 21 05:07:44.215 INFO O| Dec 21 05:07:44.215 INFO O| Planning: Merging actions ... Done
75762024-12-21T05:07:45.099Z[ recovery-image] Dec 21 05:07:44.243 INFO O| Dec 21 05:07:44.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75772024-12-21T05:07:45.102Z[ recovery-image] Dec 21 05:07:44.243 INFO O| Dec 21 05:07:44.243 INFO STEP 1037 (remove_files) COMPLETE
75782024-12-21T05:07:45.103Z[ recovery-image] Dec 21 05:07:44.243 INFO O| Dec 21 05:07:44.243 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-21T05:07:45.134Z[ recovery-image] Dec 21 05:07:44.279 INFO O| Dec 21 05:07:44.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75802024-12-21T05:07:45.134Z[ recovery-image] Dec 21 05:07:44.279 INFO O| Dec 21 05:07:44.279 INFO STEP 1038 (remove_files) COMPLETE
75812024-12-21T05:07:45.134Z[ recovery-image] Dec 21 05:07:44.279 INFO O| Dec 21 05:07:44.279 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-21T05:07:45.154Z[ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75832024-12-21T05:07:45.157Z[ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO STEP 1039 (remove_files) COMPLETE
75842024-12-21T05:07:45.157Z[ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-21T05:07:45.207Z[ host-image] Dec 21 05:07:44.351 INFO O| Dec 21 05:07:44.351 INFO O| Planning: Checking for conflicting actions ... Done
75862024-12-21T05:07:45.210Z[ host-image] Dec 21 05:07:44.352 INFO O| Dec 21 05:07:44.352 INFO O| Planning: Consolidating action changes ... Done
75872024-12-21T05:07:45.219Z[ recovery-image] Dec 21 05:07:44.363 INFO O| Dec 21 05:07:44.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75882024-12-21T05:07:45.223Z[ recovery-image] Dec 21 05:07:44.363 INFO O| Dec 21 05:07:44.363 INFO STEP 1040 (remove_files) COMPLETE
75892024-12-21T05:07:45.223Z[ recovery-image] Dec 21 05:07:44.363 INFO O| Dec 21 05:07:44.363 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-21T05:07:45.239Z[ recovery-image] Dec 21 05:07:44.385 INFO O| Dec 21 05:07:44.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75912024-12-21T05:07:45.239Z[ recovery-image] Dec 21 05:07:44.385 INFO O| Dec 21 05:07:44.385 INFO STEP 1041 (remove_files) COMPLETE
75922024-12-21T05:07:45.239Z[ recovery-image] Dec 21 05:07:44.385 INFO O| Dec 21 05:07:44.385 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-21T05:07:45.265Z[ recovery-image] Dec 21 05:07:44.410 INFO O| Dec 21 05:07:44.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75942024-12-21T05:07:45.265Z[ recovery-image] Dec 21 05:07:44.410 INFO O| Dec 21 05:07:44.410 INFO STEP 1042 (remove_files) COMPLETE
75952024-12-21T05:07:45.277Z[ recovery-image] Dec 21 05:07:44.410 INFO O| Dec 21 05:07:44.410 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-21T05:07:45.286Z[ recovery-image] Dec 21 05:07:44.433 INFO O| Dec 21 05:07:44.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75972024-12-21T05:07:45.286Z[ recovery-image] Dec 21 05:07:44.433 INFO O| Dec 21 05:07:44.433 INFO STEP 1043 (remove_files) COMPLETE
75982024-12-21T05:07:45.290Z[ recovery-image] Dec 21 05:07:44.433 INFO O| Dec 21 05:07:44.433 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-21T05:07:45.314Z[ recovery-image] Dec 21 05:07:44.460 INFO O| Dec 21 05:07:44.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76002024-12-21T05:07:45.318Z[ recovery-image] Dec 21 05:07:44.460 INFO O| Dec 21 05:07:44.460 INFO STEP 1044 (remove_files) COMPLETE
76012024-12-21T05:07:45.318Z[ recovery-image] Dec 21 05:07:44.460 INFO O| Dec 21 05:07:44.460 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-21T05:07:45.375Z[ recovery-image] Dec 21 05:07:44.522 INFO O| Dec 21 05:07:44.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76032024-12-21T05:07:45.375Z[ recovery-image] Dec 21 05:07:44.522 INFO O| Dec 21 05:07:44.522 INFO STEP 1045 (remove_files) COMPLETE
76042024-12-21T05:07:45.375Z[ recovery-image] Dec 21 05:07:44.522 INFO O| Dec 21 05:07:44.522 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-21T05:07:45.395Z[ recovery-image] Dec 21 05:07:44.543 INFO O| Dec 21 05:07:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76062024-12-21T05:07:45.395Z[ recovery-image] Dec 21 05:07:44.543 INFO O| Dec 21 05:07:44.543 INFO STEP 1046 (remove_files) COMPLETE
76072024-12-21T05:07:45.399Z[ recovery-image] Dec 21 05:07:44.543 INFO O| Dec 21 05:07:44.543 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-21T05:07:45.415Z[ recovery-image] Dec 21 05:07:44.563 INFO O| Dec 21 05:07:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76092024-12-21T05:07:45.415Z[ recovery-image] Dec 21 05:07:44.563 INFO O| Dec 21 05:07:44.563 INFO STEP 1047 (remove_files) COMPLETE
76102024-12-21T05:07:45.419Z[ recovery-image] Dec 21 05:07:44.563 INFO O| Dec 21 05:07:44.563 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-21T05:07:45.444Z[ recovery-image] Dec 21 05:07:44.592 INFO O| Dec 21 05:07:44.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76122024-12-21T05:07:45.447Z[ recovery-image] Dec 21 05:07:44.592 INFO O| Dec 21 05:07:44.592 INFO STEP 1048 (remove_files) COMPLETE
76132024-12-21T05:07:45.447Z[ recovery-image] Dec 21 05:07:44.592 INFO O| Dec 21 05:07:44.592 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-21T05:07:45.510Z[ recovery-image] Dec 21 05:07:44.656 INFO O| Dec 21 05:07:44.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76152024-12-21T05:07:45.510Z[ recovery-image] Dec 21 05:07:44.656 INFO O| Dec 21 05:07:44.656 INFO STEP 1049 (remove_files) COMPLETE
76162024-12-21T05:07:45.521Z[ recovery-image] Dec 21 05:07:44.657 INFO O| Dec 21 05:07:44.657 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-21T05:07:45.533Z[ recovery-image] Dec 21 05:07:44.681 INFO O| Dec 21 05:07:44.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76182024-12-21T05:07:45.537Z[ recovery-image] Dec 21 05:07:44.681 INFO O| Dec 21 05:07:44.681 INFO STEP 1050 (remove_files) COMPLETE
76192024-12-21T05:07:45.538Z[ recovery-image] Dec 21 05:07:44.681 INFO O| Dec 21 05:07:44.681 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-21T05:07:45.556Z[ recovery-image] Dec 21 05:07:44.704 INFO O| Dec 21 05:07:44.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76212024-12-21T05:07:45.559Z[ recovery-image] Dec 21 05:07:44.704 INFO O| Dec 21 05:07:44.704 INFO STEP 1051 (remove_files) COMPLETE
76222024-12-21T05:07:45.560Z[ recovery-image] Dec 21 05:07:44.704 INFO O| Dec 21 05:07:44.704 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-21T05:07:45.587Z[ recovery-image] Dec 21 05:07:44.736 INFO O| Dec 21 05:07:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76242024-12-21T05:07:45.587Z[ recovery-image] Dec 21 05:07:44.736 INFO O| Dec 21 05:07:44.736 INFO STEP 1052 (remove_files) COMPLETE
76252024-12-21T05:07:45.587Z[ recovery-image] Dec 21 05:07:44.736 INFO O| Dec 21 05:07:44.736 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-21T05:07:45.620Z[ recovery-image] Dec 21 05:07:44.761 INFO O| Dec 21 05:07:44.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76272024-12-21T05:07:45.621Z[ recovery-image] Dec 21 05:07:44.761 INFO O| Dec 21 05:07:44.761 INFO STEP 1053 (remove_files) COMPLETE
76282024-12-21T05:07:45.631Z[ recovery-image] Dec 21 05:07:44.761 INFO O| Dec 21 05:07:44.761 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-21T05:07:45.642Z[ host-image] Dec 21 05:07:44.792 INFO O| Dec 21 05:07:44.792 INFO O| Planning: Evaluating mediators ... Done
76302024-12-21T05:07:45.647Z[ host-image] Dec 21 05:07:44.793 INFO O| Dec 21 05:07:44.793 INFO O| Planning: Planning completed in 5.38 seconds
76312024-12-21T05:07:45.647Z[ host-image] Dec 21 05:07:44.795 INFO O| Dec 21 05:07:44.795 INFO O| Packages to install: 1
76322024-12-21T05:07:45.653Z[ recovery-image] Dec 21 05:07:44.803 INFO O| Dec 21 05:07:44.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76332024-12-21T05:07:45.655Z[ recovery-image] Dec 21 05:07:44.803 INFO O| Dec 21 05:07:44.803 INFO STEP 1054 (remove_files) COMPLETE
76342024-12-21T05:07:45.655Z[ recovery-image] Dec 21 05:07:44.803 INFO O| Dec 21 05:07:44.803 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-21T05:07:45.665Z[ host-image] Dec 21 05:07:44.815 INFO O| Dec 21 05:07:44.815 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
76362024-12-21T05:07:45.691Z[ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76372024-12-21T05:07:45.691Z[ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO STEP 1055 (remove_files) COMPLETE
76382024-12-21T05:07:45.691Z[ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-21T05:07:45.727Z[ recovery-image] Dec 21 05:07:44.878 INFO O| Dec 21 05:07:44.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76402024-12-21T05:07:45.728Z[ recovery-image] Dec 21 05:07:44.878 INFO O| Dec 21 05:07:44.878 INFO STEP 1056 (remove_files) COMPLETE
76412024-12-21T05:07:45.731Z[ recovery-image] Dec 21 05:07:44.878 INFO O| Dec 21 05:07:44.878 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-21T05:07:45.789Z[ recovery-image] Dec 21 05:07:44.940 INFO O| Dec 21 05:07:44.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76432024-12-21T05:07:45.790Z[ recovery-image] Dec 21 05:07:44.940 INFO O| Dec 21 05:07:44.940 INFO STEP 1057 (remove_files) COMPLETE
76442024-12-21T05:07:45.790Z[ recovery-image] Dec 21 05:07:44.940 INFO O| Dec 21 05:07:44.940 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-21T05:07:45.832Z[ recovery-image] Dec 21 05:07:44.982 INFO O| Dec 21 05:07:44.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
76462024-12-21T05:07:45.832Z[ recovery-image] Dec 21 05:07:44.982 INFO O| Dec 21 05:07:44.982 INFO STEP 1058 (remove_files) COMPLETE
76472024-12-21T05:07:45.832Z[ recovery-image] Dec 21 05:07:44.982 INFO O| Dec 21 05:07:44.982 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-21T05:07:45.865Z[ recovery-image] Dec 21 05:07:45.016 INFO O| Dec 21 05:07:45.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76492024-12-21T05:07:45.865Z[ recovery-image] Dec 21 05:07:45.016 INFO O| Dec 21 05:07:45.016 INFO STEP 1059 (remove_files) COMPLETE
76502024-12-21T05:07:45.866Z[ recovery-image] Dec 21 05:07:45.016 INFO O| Dec 21 05:07:45.016 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-21T05:07:45.904Z[ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
76522024-12-21T05:07:45.904Z[ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO STEP 1060 (remove_files) COMPLETE
76532024-12-21T05:07:45.904Z[ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-21T05:07:45.944Z[ recovery-image] Dec 21 05:07:45.096 INFO O| Dec 21 05:07:45.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76552024-12-21T05:07:45.944Z[ recovery-image] Dec 21 05:07:45.096 INFO O| Dec 21 05:07:45.096 INFO STEP 1061 (remove_files) COMPLETE
76562024-12-21T05:07:45.944Z[ recovery-image] Dec 21 05:07:45.096 INFO O| Dec 21 05:07:45.096 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-21T05:07:45.986Z[ recovery-image] Dec 21 05:07:45.138 INFO O| Dec 21 05:07:45.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76582024-12-21T05:07:45.986Z[ recovery-image] Dec 21 05:07:45.138 INFO O| Dec 21 05:07:45.138 INFO STEP 1062 (remove_files) COMPLETE
76592024-12-21T05:07:45.986Z[ recovery-image] Dec 21 05:07:45.138 INFO O| Dec 21 05:07:45.138 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-12-21T05:07:46.015Z[ recovery-image] Dec 21 05:07:45.168 INFO O| Dec 21 05:07:45.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76612024-12-21T05:07:46.015Z[ recovery-image] Dec 21 05:07:45.168 INFO O| Dec 21 05:07:45.168 INFO STEP 1063 (remove_files) COMPLETE
76622024-12-21T05:07:46.015Z[ recovery-image] Dec 21 05:07:45.168 INFO O| Dec 21 05:07:45.168 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-12-21T05:07:46.060Z[ recovery-image] Dec 21 05:07:45.213 INFO O| Dec 21 05:07:45.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76642024-12-21T05:07:46.060Z[ recovery-image] Dec 21 05:07:45.213 INFO O| Dec 21 05:07:45.213 INFO STEP 1064 (remove_files) COMPLETE
76652024-12-21T05:07:46.062Z[ recovery-image] Dec 21 05:07:45.213 INFO O| Dec 21 05:07:45.213 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-12-21T05:07:46.086Z[ host-image] Dec 21 05:07:45.240 INFO O| Dec 21 05:07:45.240 INFO O| Download: Completed 9.99 MB in 0.42 seconds (23.6M/s)
76672024-12-21T05:07:46.140Z[ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76682024-12-21T05:07:46.140Z[ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO STEP 1065 (remove_files) COMPLETE
76692024-12-21T05:07:46.140Z[ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-21T05:07:46.185Z[ recovery-image] Dec 21 05:07:45.339 INFO O| Dec 21 05:07:45.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76712024-12-21T05:07:46.185Z[ recovery-image] Dec 21 05:07:45.339 INFO O| Dec 21 05:07:45.339 INFO STEP 1066 (remove_files) COMPLETE
76722024-12-21T05:07:46.186Z[ recovery-image] Dec 21 05:07:45.339 INFO O| Dec 21 05:07:45.339 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-21T05:07:46.249Z[ recovery-image] Dec 21 05:07:45.404 INFO O| Dec 21 05:07:45.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76742024-12-21T05:07:46.249Z[ recovery-image] Dec 21 05:07:45.404 INFO O| Dec 21 05:07:45.404 INFO STEP 1067 (remove_files) COMPLETE
76752024-12-21T05:07:46.253Z[ recovery-image] Dec 21 05:07:45.404 INFO O| Dec 21 05:07:45.404 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-21T05:07:46.270Z[ recovery-image] Dec 21 05:07:45.425 INFO O| Dec 21 05:07:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76772024-12-21T05:07:46.270Z[ recovery-image] Dec 21 05:07:45.425 INFO O| Dec 21 05:07:45.425 INFO STEP 1068 (remove_files) COMPLETE
76782024-12-21T05:07:46.270Z[ recovery-image] Dec 21 05:07:45.425 INFO O| Dec 21 05:07:45.425 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-21T05:07:46.280Z[ host-image] Dec 21 05:07:45.436 INFO O| Dec 21 05:07:45.435 INFO O| Actions: 1/22 actions (Installing new actions)
76802024-12-21T05:07:46.291Z[ recovery-image] Dec 21 05:07:45.447 INFO O| Dec 21 05:07:45.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76812024-12-21T05:07:46.292Z[ recovery-image] Dec 21 05:07:45.447 INFO O| Dec 21 05:07:45.447 INFO STEP 1069 (remove_files) COMPLETE
76822024-12-21T05:07:46.292Z[ recovery-image] Dec 21 05:07:45.447 INFO O| Dec 21 05:07:45.447 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-21T05:07:46.312Z[ recovery-image] Dec 21 05:07:45.468 INFO O| Dec 21 05:07:45.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76842024-12-21T05:07:46.312Z[ recovery-image] Dec 21 05:07:45.468 INFO O| Dec 21 05:07:45.468 INFO STEP 1070 (remove_files) COMPLETE
76852024-12-21T05:07:46.312Z[ recovery-image] Dec 21 05:07:45.468 INFO O| Dec 21 05:07:45.468 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-21T05:07:46.335Z[ recovery-image] Dec 21 05:07:45.489 INFO O| Dec 21 05:07:45.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76872024-12-21T05:07:46.335Z[ recovery-image] Dec 21 05:07:45.489 INFO O| Dec 21 05:07:45.489 INFO STEP 1071 (remove_files) COMPLETE
76882024-12-21T05:07:46.335Z[ recovery-image] Dec 21 05:07:45.489 INFO O| Dec 21 05:07:45.489 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-21T05:07:46.371Z[ recovery-image] Dec 21 05:07:45.526 INFO O| Dec 21 05:07:45.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76902024-12-21T05:07:46.371Z[ recovery-image] Dec 21 05:07:45.526 INFO O| Dec 21 05:07:45.526 INFO STEP 1072 (remove_files) COMPLETE
76912024-12-21T05:07:46.371Z[ recovery-image] Dec 21 05:07:45.526 INFO O| Dec 21 05:07:45.526 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-21T05:07:46.408Z[ recovery-image] Dec 21 05:07:45.564 INFO O| Dec 21 05:07:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76932024-12-21T05:07:46.408Z[ recovery-image] Dec 21 05:07:45.564 INFO O| Dec 21 05:07:45.564 INFO STEP 1073 (remove_files) COMPLETE
76942024-12-21T05:07:46.408Z[ recovery-image] Dec 21 05:07:45.564 INFO O| Dec 21 05:07:45.564 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-21T05:07:46.469Z[ recovery-image] Dec 21 05:07:45.625 INFO O| Dec 21 05:07:45.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76962024-12-21T05:07:46.469Z[ recovery-image] Dec 21 05:07:45.625 INFO O| Dec 21 05:07:45.625 INFO STEP 1074 (remove_files) COMPLETE
76972024-12-21T05:07:46.469Z[ recovery-image] Dec 21 05:07:45.625 INFO O| Dec 21 05:07:45.625 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-21T05:07:46.504Z[ recovery-image] Dec 21 05:07:45.661 INFO O| Dec 21 05:07:45.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76992024-12-21T05:07:46.504Z[ recovery-image] Dec 21 05:07:45.661 INFO O| Dec 21 05:07:45.661 INFO STEP 1075 (remove_files) COMPLETE
77002024-12-21T05:07:46.504Z[ recovery-image] Dec 21 05:07:45.661 INFO O| Dec 21 05:07:45.661 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-21T05:07:46.533Z[ recovery-image] Dec 21 05:07:45.685 INFO O| Dec 21 05:07:45.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77022024-12-21T05:07:46.533Z[ recovery-image] Dec 21 05:07:45.685 INFO O| Dec 21 05:07:45.685 INFO STEP 1076 (remove_files) COMPLETE
77032024-12-21T05:07:46.533Z[ recovery-image] Dec 21 05:07:45.685 INFO O| Dec 21 05:07:45.685 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-21T05:07:46.548Z[ recovery-image] Dec 21 05:07:45.706 INFO O| Dec 21 05:07:45.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77052024-12-21T05:07:46.548Z[ recovery-image] Dec 21 05:07:45.706 INFO O| Dec 21 05:07:45.706 INFO STEP 1077 (remove_files) COMPLETE
77062024-12-21T05:07:46.548Z[ recovery-image] Dec 21 05:07:45.706 INFO O| Dec 21 05:07:45.706 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-21T05:07:46.586Z[ recovery-image] Dec 21 05:07:45.744 INFO O| Dec 21 05:07:45.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77082024-12-21T05:07:46.589Z[ recovery-image] Dec 21 05:07:45.744 INFO O| Dec 21 05:07:45.744 INFO STEP 1078 (remove_files) COMPLETE
77092024-12-21T05:07:46.589Z[ recovery-image] Dec 21 05:07:45.744 INFO O| Dec 21 05:07:45.744 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-21T05:07:46.609Z[ recovery-image] Dec 21 05:07:45.768 INFO O| Dec 21 05:07:45.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77112024-12-21T05:07:46.609Z[ recovery-image] Dec 21 05:07:45.768 INFO O| Dec 21 05:07:45.768 INFO STEP 1079 (remove_files) COMPLETE
77122024-12-21T05:07:46.612Z[ recovery-image] Dec 21 05:07:45.768 INFO O| Dec 21 05:07:45.768 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-21T05:07:46.636Z[ recovery-image] Dec 21 05:07:45.794 INFO O| Dec 21 05:07:45.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77142024-12-21T05:07:46.640Z[ recovery-image] Dec 21 05:07:45.794 INFO O| Dec 21 05:07:45.794 INFO STEP 1080 (remove_files) COMPLETE
77152024-12-21T05:07:46.640Z[ recovery-image] Dec 21 05:07:45.795 INFO O| Dec 21 05:07:45.795 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-21T05:07:46.665Z[ recovery-image] Dec 21 05:07:45.825 INFO O| Dec 21 05:07:45.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77172024-12-21T05:07:46.666Z[ recovery-image] Dec 21 05:07:45.825 INFO O| Dec 21 05:07:45.825 INFO STEP 1081 (remove_files) COMPLETE
77182024-12-21T05:07:46.666Z[ recovery-image] Dec 21 05:07:45.825 INFO O| Dec 21 05:07:45.825 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-21T05:07:46.723Z[ host-image] Dec 21 05:07:45.883 INFO O| Dec 21 05:07:45.883 INFO O| Actions: Completed 22 actions in 0.45 seconds.
77202024-12-21T05:07:46.745Z[ recovery-image] Dec 21 05:07:45.903 INFO O| Dec 21 05:07:45.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77212024-12-21T05:07:46.745Z[ recovery-image] Dec 21 05:07:45.903 INFO O| Dec 21 05:07:45.903 INFO STEP 1082 (remove_files) COMPLETE
77222024-12-21T05:07:46.753Z[ recovery-image] Dec 21 05:07:45.904 INFO O| Dec 21 05:07:45.903 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-21T05:07:46.807Z[ recovery-image] Dec 21 05:07:45.968 INFO O| Dec 21 05:07:45.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77242024-12-21T05:07:46.809Z[ recovery-image] Dec 21 05:07:45.968 INFO O| Dec 21 05:07:45.968 INFO STEP 1083 (remove_files) COMPLETE
77252024-12-21T05:07:46.810Z[ recovery-image] Dec 21 05:07:45.968 INFO O| Dec 21 05:07:45.968 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-21T05:07:46.887Z[ recovery-image] Dec 21 05:07:46.040 INFO O| Dec 21 05:07:46.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77272024-12-21T05:07:46.888Z[ recovery-image] Dec 21 05:07:46.040 INFO O| Dec 21 05:07:46.040 INFO STEP 1084 (remove_files) COMPLETE
77282024-12-21T05:07:46.888Z[ recovery-image] Dec 21 05:07:46.040 INFO O| Dec 21 05:07:46.040 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-21T05:07:46.942Z[ recovery-image] Dec 21 05:07:46.098 INFO O| Dec 21 05:07:46.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77302024-12-21T05:07:46.942Z[ recovery-image] Dec 21 05:07:46.098 INFO O| Dec 21 05:07:46.098 INFO STEP 1085 (remove_files) COMPLETE
77312024-12-21T05:07:46.942Z[ recovery-image] Dec 21 05:07:46.098 INFO O| Dec 21 05:07:46.098 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-21T05:07:46.988Z[ recovery-image] Dec 21 05:07:46.127 INFO O| Dec 21 05:07:46.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77332024-12-21T05:07:46.988Z[ recovery-image] Dec 21 05:07:46.127 INFO O| Dec 21 05:07:46.127 INFO STEP 1086 (remove_files) COMPLETE
77342024-12-21T05:07:46.988Z[ recovery-image] Dec 21 05:07:46.127 INFO O| Dec 21 05:07:46.127 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-21T05:07:46.996Z[ recovery-image] Dec 21 05:07:46.155 INFO O| Dec 21 05:07:46.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77362024-12-21T05:07:46.996Z[ recovery-image] Dec 21 05:07:46.155 INFO O| Dec 21 05:07:46.155 INFO STEP 1087 (remove_files) COMPLETE
77372024-12-21T05:07:46.996Z[ recovery-image] Dec 21 05:07:46.155 INFO O| Dec 21 05:07:46.155 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-21T05:07:47.030Z[ recovery-image] Dec 21 05:07:46.192 INFO O| Dec 21 05:07:46.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77392024-12-21T05:07:47.030Z[ recovery-image] Dec 21 05:07:46.192 INFO O| Dec 21 05:07:46.192 INFO STEP 1088 (remove_files) COMPLETE
77402024-12-21T05:07:47.030Z[ recovery-image] Dec 21 05:07:46.192 INFO O| Dec 21 05:07:46.192 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-21T05:07:47.105Z[ recovery-image] Dec 21 05:07:46.267 INFO O| Dec 21 05:07:46.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77422024-12-21T05:07:47.106Z[ recovery-image] Dec 21 05:07:46.267 INFO O| Dec 21 05:07:46.267 INFO STEP 1089 (remove_files) COMPLETE
77432024-12-21T05:07:47.106Z[ recovery-image] Dec 21 05:07:46.267 INFO O| Dec 21 05:07:46.267 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-21T05:07:47.139Z[ recovery-image] Dec 21 05:07:46.302 INFO O| Dec 21 05:07:46.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77452024-12-21T05:07:47.140Z[ recovery-image] Dec 21 05:07:46.303 INFO O| Dec 21 05:07:46.302 INFO STEP 1090 (remove_files) COMPLETE
77462024-12-21T05:07:47.143Z[ recovery-image] Dec 21 05:07:46.303 INFO O| Dec 21 05:07:46.302 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-21T05:07:47.181Z[ recovery-image] Dec 21 05:07:46.344 INFO O| Dec 21 05:07:46.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77482024-12-21T05:07:47.181Z[ recovery-image] Dec 21 05:07:46.345 INFO O| Dec 21 05:07:46.344 INFO STEP 1091 (remove_files) COMPLETE
77492024-12-21T05:07:47.181Z[ recovery-image] Dec 21 05:07:46.345 INFO O| Dec 21 05:07:46.345 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-21T05:07:47.201Z[ recovery-image] Dec 21 05:07:46.365 INFO O| Dec 21 05:07:46.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77512024-12-21T05:07:47.201Z[ recovery-image] Dec 21 05:07:46.365 INFO O| Dec 21 05:07:46.365 INFO STEP 1092 (remove_files) COMPLETE
77522024-12-21T05:07:47.201Z[ recovery-image] Dec 21 05:07:46.365 INFO O| Dec 21 05:07:46.365 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-12-21T05:07:47.233Z[ recovery-image] Dec 21 05:07:46.396 INFO O| Dec 21 05:07:46.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77542024-12-21T05:07:47.238Z[ recovery-image] Dec 21 05:07:46.397 INFO O| Dec 21 05:07:46.396 INFO STEP 1093 (remove_files) COMPLETE
77552024-12-21T05:07:47.238Z[ recovery-image] Dec 21 05:07:46.397 INFO O| Dec 21 05:07:46.397 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-12-21T05:07:47.258Z[ recovery-image] Dec 21 05:07:46.422 INFO O| Dec 21 05:07:46.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77572024-12-21T05:07:47.262Z[ recovery-image] Dec 21 05:07:46.422 INFO O| Dec 21 05:07:46.422 INFO STEP 1094 (remove_files) COMPLETE
77582024-12-21T05:07:47.263Z[ recovery-image] Dec 21 05:07:46.423 INFO O| Dec 21 05:07:46.423 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-12-21T05:07:47.315Z[ recovery-image] Dec 21 05:07:46.479 INFO O| Dec 21 05:07:46.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77602024-12-21T05:07:47.319Z[ recovery-image] Dec 21 05:07:46.479 INFO O| Dec 21 05:07:46.479 INFO STEP 1095 (remove_files) COMPLETE
77612024-12-21T05:07:47.319Z[ recovery-image] Dec 21 05:07:46.480 INFO O| Dec 21 05:07:46.480 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-12-21T05:07:47.356Z[ recovery-image] Dec 21 05:07:46.521 INFO O| Dec 21 05:07:46.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77632024-12-21T05:07:47.359Z[ recovery-image] Dec 21 05:07:46.522 INFO O| Dec 21 05:07:46.522 INFO STEP 1096 (remove_files) COMPLETE
77642024-12-21T05:07:47.359Z[ recovery-image] Dec 21 05:07:46.522 INFO O| Dec 21 05:07:46.522 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-12-21T05:07:47.383Z[ recovery-image] Dec 21 05:07:46.546 INFO O| Dec 21 05:07:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77662024-12-21T05:07:47.387Z[ recovery-image] Dec 21 05:07:46.546 INFO O| Dec 21 05:07:46.546 INFO STEP 1097 (remove_files) COMPLETE
77672024-12-21T05:07:47.387Z[ recovery-image] Dec 21 05:07:46.546 INFO O| Dec 21 05:07:46.546 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-12-21T05:07:47.423Z[ host-image] Dec 21 05:07:46.588 INFO O| Dec 21 05:07:46.588 INFO O| Done
77692024-12-21T05:07:47.424Z[ host-image] Dec 21 05:07:46.588 INFO O| Dec 21 05:07:46.588 INFO O| Done
77702024-12-21T05:07:47.455Z[ recovery-image] Dec 21 05:07:46.612 INFO O| Dec 21 05:07:46.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77712024-12-21T05:07:47.456Z[ recovery-image] Dec 21 05:07:46.612 INFO O| Dec 21 05:07:46.612 INFO STEP 1098 (remove_files) COMPLETE
77722024-12-21T05:07:47.459Z[ recovery-image] Dec 21 05:07:46.612 INFO O| Dec 21 05:07:46.612 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-21T05:07:47.538Z[ recovery-image] Dec 21 05:07:46.702 INFO O| Dec 21 05:07:46.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77742024-12-21T05:07:47.538Z[ recovery-image] Dec 21 05:07:46.702 INFO O| Dec 21 05:07:46.702 INFO STEP 1099 (remove_files) COMPLETE
77752024-12-21T05:07:47.545Z[ recovery-image] Dec 21 05:07:46.702 INFO O| Dec 21 05:07:46.702 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-21T05:07:47.562Z[ recovery-image] Dec 21 05:07:46.725 INFO O| Dec 21 05:07:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77772024-12-21T05:07:47.562Z[ recovery-image] Dec 21 05:07:46.726 INFO O| Dec 21 05:07:46.725 INFO STEP 1100 (remove_files) COMPLETE
77782024-12-21T05:07:47.562Z[ recovery-image] Dec 21 05:07:46.726 INFO O| Dec 21 05:07:46.726 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-21T05:07:47.581Z[ recovery-image] Dec 21 05:07:46.747 INFO O| Dec 21 05:07:46.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77802024-12-21T05:07:47.582Z[ recovery-image] Dec 21 05:07:46.747 INFO O| Dec 21 05:07:46.747 INFO STEP 1101 (remove_files) COMPLETE
77812024-12-21T05:07:47.586Z[ recovery-image] Dec 21 05:07:46.747 INFO O| Dec 21 05:07:46.747 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-21T05:07:47.608Z[ recovery-image] Dec 21 05:07:46.775 INFO O| Dec 21 05:07:46.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77832024-12-21T05:07:47.608Z[ recovery-image] Dec 21 05:07:46.775 INFO O| Dec 21 05:07:46.775 INFO STEP 1102 (remove_files) COMPLETE
77842024-12-21T05:07:47.610Z[ recovery-image] Dec 21 05:07:46.776 INFO O| Dec 21 05:07:46.775 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-21T05:07:47.632Z[ recovery-image] Dec 21 05:07:46.797 INFO O| Dec 21 05:07:46.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77862024-12-21T05:07:47.632Z[ recovery-image] Dec 21 05:07:46.798 INFO O| Dec 21 05:07:46.797 INFO STEP 1103 (remove_files) COMPLETE
77872024-12-21T05:07:47.643Z[ recovery-image] Dec 21 05:07:46.798 INFO O| Dec 21 05:07:46.798 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-21T05:07:47.655Z[ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77892024-12-21T05:07:47.655Z[ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO STEP 1104 (remove_files) COMPLETE
77902024-12-21T05:07:47.655Z[ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-21T05:07:47.683Z[ recovery-image] Dec 21 05:07:46.851 INFO O| Dec 21 05:07:46.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77922024-12-21T05:07:47.686Z[ recovery-image] Dec 21 05:07:46.851 INFO O| Dec 21 05:07:46.851 INFO STEP 1105 (remove_files) COMPLETE
77932024-12-21T05:07:47.686Z[ recovery-image] Dec 21 05:07:46.851 INFO O| Dec 21 05:07:46.851 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-21T05:07:47.701Z[ recovery-image] Dec 21 05:07:46.870 INFO O| Dec 21 05:07:46.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77952024-12-21T05:07:47.704Z[ recovery-image] Dec 21 05:07:46.870 INFO O| Dec 21 05:07:46.870 INFO STEP 1106 (remove_files) COMPLETE
77962024-12-21T05:07:47.704Z[ recovery-image] Dec 21 05:07:46.870 INFO O| Dec 21 05:07:46.870 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-21T05:07:47.720Z[ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77982024-12-21T05:07:47.725Z[ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.889 INFO STEP 1107 (remove_files) COMPLETE
77992024-12-21T05:07:47.725Z[ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.889 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-21T05:07:47.741Z[ recovery-image] Dec 21 05:07:46.910 INFO O| Dec 21 05:07:46.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78012024-12-21T05:07:47.745Z[ recovery-image] Dec 21 05:07:46.910 INFO O| Dec 21 05:07:46.910 INFO STEP 1108 (remove_files) COMPLETE
78022024-12-21T05:07:47.745Z[ recovery-image] Dec 21 05:07:46.910 INFO O| Dec 21 05:07:46.910 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-21T05:07:47.761Z[ recovery-image] Dec 21 05:07:46.930 INFO O| Dec 21 05:07:46.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78042024-12-21T05:07:47.761Z[ recovery-image] Dec 21 05:07:46.931 INFO O| Dec 21 05:07:46.930 INFO STEP 1109 (remove_files) COMPLETE
78052024-12-21T05:07:47.765Z[ recovery-image] Dec 21 05:07:46.931 INFO O| Dec 21 05:07:46.931 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-21T05:07:47.781Z[ recovery-image] Dec 21 05:07:46.950 INFO O| Dec 21 05:07:46.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78072024-12-21T05:07:47.784Z[ recovery-image] Dec 21 05:07:46.951 INFO O| Dec 21 05:07:46.950 INFO STEP 1110 (remove_files) COMPLETE
78082024-12-21T05:07:47.784Z[ recovery-image] Dec 21 05:07:46.951 INFO O| Dec 21 05:07:46.951 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-21T05:07:47.816Z[ recovery-image] Dec 21 05:07:46.984 INFO O| Dec 21 05:07:46.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78102024-12-21T05:07:47.816Z[ recovery-image] Dec 21 05:07:46.985 INFO O| Dec 21 05:07:46.985 INFO STEP 1111 (remove_files) COMPLETE
78112024-12-21T05:07:47.820Z[ recovery-image] Dec 21 05:07:46.985 INFO O| Dec 21 05:07:46.985 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-21T05:07:47.863Z[ recovery-image] Dec 21 05:07:47.031 INFO O| Dec 21 05:07:47.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78132024-12-21T05:07:47.863Z[ recovery-image] Dec 21 05:07:47.031 INFO O| Dec 21 05:07:47.031 INFO STEP 1112 (remove_files) COMPLETE
78142024-12-21T05:07:47.863Z[ recovery-image] Dec 21 05:07:47.031 INFO O| Dec 21 05:07:47.031 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-21T05:07:47.919Z[ recovery-image] Dec 21 05:07:47.089 INFO O| Dec 21 05:07:47.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78162024-12-21T05:07:47.919Z[ recovery-image] Dec 21 05:07:47.089 INFO O| Dec 21 05:07:47.089 INFO STEP 1113 (remove_files) COMPLETE
78172024-12-21T05:07:47.919Z[ recovery-image] Dec 21 05:07:47.089 INFO O| Dec 21 05:07:47.089 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-21T05:07:47.947Z[ recovery-image] Dec 21 05:07:47.117 INFO O| Dec 21 05:07:47.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78192024-12-21T05:07:47.947Z[ recovery-image] Dec 21 05:07:47.117 INFO O| Dec 21 05:07:47.117 INFO STEP 1114 (remove_files) COMPLETE
78202024-12-21T05:07:47.947Z[ recovery-image] Dec 21 05:07:47.117 INFO O| Dec 21 05:07:47.117 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-21T05:07:47.979Z[ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
78222024-12-21T05:07:47.979Z[ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO STEP 1115 (remove_files) COMPLETE
78232024-12-21T05:07:47.979Z[ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-21T05:07:48.017Z[ recovery-image] Dec 21 05:07:47.183 INFO O| Dec 21 05:07:47.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78252024-12-21T05:07:48.017Z[ recovery-image] Dec 21 05:07:47.183 INFO O| Dec 21 05:07:47.183 INFO STEP 1116 (remove_files) COMPLETE
78262024-12-21T05:07:48.017Z[ recovery-image] Dec 21 05:07:47.183 INFO O| Dec 21 05:07:47.183 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-21T05:07:48.091Z[ recovery-image] Dec 21 05:07:47.263 INFO O| Dec 21 05:07:47.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78282024-12-21T05:07:48.094Z[ recovery-image] Dec 21 05:07:47.263 INFO O| Dec 21 05:07:47.263 INFO STEP 1117 (remove_files) COMPLETE
78292024-12-21T05:07:48.094Z[ recovery-image] Dec 21 05:07:47.263 INFO O| Dec 21 05:07:47.263 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-21T05:07:48.115Z[ recovery-image] Dec 21 05:07:47.288 INFO O| Dec 21 05:07:47.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78312024-12-21T05:07:48.118Z[ recovery-image] Dec 21 05:07:47.288 INFO O| Dec 21 05:07:47.288 INFO STEP 1118 (remove_files) COMPLETE
78322024-12-21T05:07:48.118Z[ recovery-image] Dec 21 05:07:47.288 INFO O| Dec 21 05:07:47.288 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-21T05:07:48.138Z[ recovery-image] Dec 21 05:07:47.311 INFO O| Dec 21 05:07:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78342024-12-21T05:07:48.143Z[ recovery-image] Dec 21 05:07:47.311 INFO O| Dec 21 05:07:47.311 INFO STEP 1119 (remove_files) COMPLETE
78352024-12-21T05:07:48.143Z[ recovery-image] Dec 21 05:07:47.311 INFO O| Dec 21 05:07:47.311 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-21T05:07:48.161Z[ recovery-image] Dec 21 05:07:47.333 INFO O| Dec 21 05:07:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78372024-12-21T05:07:48.161Z[ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.333 INFO STEP 1120 (remove_files) COMPLETE
78382024-12-21T05:07:48.165Z[ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-21T05:07:48.196Z[ recovery-image] Dec 21 05:07:47.367 INFO O| Dec 21 05:07:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78402024-12-21T05:07:48.196Z[ recovery-image] Dec 21 05:07:47.367 INFO O| Dec 21 05:07:47.367 INFO STEP 1121 (remove_files) COMPLETE
78412024-12-21T05:07:48.196Z[ recovery-image] Dec 21 05:07:47.367 INFO O| Dec 21 05:07:47.367 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-21T05:07:48.218Z[ recovery-image] Dec 21 05:07:47.391 INFO O| Dec 21 05:07:47.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78432024-12-21T05:07:48.219Z[ recovery-image] Dec 21 05:07:47.392 INFO O| Dec 21 05:07:47.392 INFO STEP 1122 (remove_files) COMPLETE
78442024-12-21T05:07:48.219Z[ recovery-image] Dec 21 05:07:47.392 INFO O| Dec 21 05:07:47.392 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-21T05:07:48.246Z[ recovery-image] Dec 21 05:07:47.416 INFO O| Dec 21 05:07:47.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78462024-12-21T05:07:48.246Z[ recovery-image] Dec 21 05:07:47.417 INFO O| Dec 21 05:07:47.417 INFO STEP 1123 (remove_files) COMPLETE
78472024-12-21T05:07:48.246Z[ recovery-image] Dec 21 05:07:47.417 INFO O| Dec 21 05:07:47.417 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-21T05:07:48.266Z[ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78492024-12-21T05:07:48.266Z[ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO STEP 1124 (remove_files) COMPLETE
78502024-12-21T05:07:48.266Z[ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-21T05:07:48.287Z[ recovery-image] Dec 21 05:07:47.461 INFO O| Dec 21 05:07:47.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78522024-12-21T05:07:48.287Z[ recovery-image] Dec 21 05:07:47.461 INFO O| Dec 21 05:07:47.461 INFO STEP 1125 (remove_files) COMPLETE
78532024-12-21T05:07:48.287Z[ recovery-image] Dec 21 05:07:47.461 INFO O| Dec 21 05:07:47.461 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-21T05:07:48.323Z[ recovery-image] Dec 21 05:07:47.497 INFO O| Dec 21 05:07:47.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78552024-12-21T05:07:48.323Z[ recovery-image] Dec 21 05:07:47.497 INFO O| Dec 21 05:07:47.497 INFO STEP 1126 (remove_files) COMPLETE
78562024-12-21T05:07:48.323Z[ recovery-image] Dec 21 05:07:47.497 INFO O| Dec 21 05:07:47.497 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-21T05:07:48.375Z[ recovery-image] Dec 21 05:07:47.550 INFO O| Dec 21 05:07:47.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78582024-12-21T05:07:48.379Z[ recovery-image] Dec 21 05:07:47.550 INFO O| Dec 21 05:07:47.550 INFO STEP 1127 (remove_files) COMPLETE
78592024-12-21T05:07:48.379Z[ recovery-image] Dec 21 05:07:47.550 INFO O| Dec 21 05:07:47.550 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-21T05:07:48.398Z[ recovery-image] Dec 21 05:07:47.573 INFO O| Dec 21 05:07:47.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78612024-12-21T05:07:48.400Z[ recovery-image] Dec 21 05:07:47.573 INFO O| Dec 21 05:07:47.573 INFO STEP 1128 (remove_files) COMPLETE
78622024-12-21T05:07:48.401Z[ recovery-image] Dec 21 05:07:47.574 INFO O| Dec 21 05:07:47.573 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-21T05:07:48.421Z[ recovery-image] Dec 21 05:07:47.594 INFO O| Dec 21 05:07:47.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78642024-12-21T05:07:48.427Z[ recovery-image] Dec 21 05:07:47.595 INFO O| Dec 21 05:07:47.595 INFO STEP 1129 (remove_files) COMPLETE
78652024-12-21T05:07:48.427Z[ recovery-image] Dec 21 05:07:47.595 INFO O| Dec 21 05:07:47.595 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-21T05:07:48.443Z[ recovery-image] Dec 21 05:07:47.615 INFO O| Dec 21 05:07:47.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78672024-12-21T05:07:48.447Z[ recovery-image] Dec 21 05:07:47.615 INFO O| Dec 21 05:07:47.615 INFO STEP 1130 (remove_files) COMPLETE
78682024-12-21T05:07:48.447Z[ recovery-image] Dec 21 05:07:47.616 INFO O| Dec 21 05:07:47.616 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-21T05:07:48.459Z[ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78702024-12-21T05:07:48.462Z[ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO STEP 1131 (remove_files) COMPLETE
78712024-12-21T05:07:48.462Z[ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-21T05:07:48.483Z[ recovery-image] Dec 21 05:07:47.655 INFO O| Dec 21 05:07:47.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78732024-12-21T05:07:48.487Z[ recovery-image] Dec 21 05:07:47.655 INFO O| Dec 21 05:07:47.655 INFO STEP 1132 (remove_files) COMPLETE
78742024-12-21T05:07:48.488Z[ recovery-image] Dec 21 05:07:47.655 INFO O| Dec 21 05:07:47.655 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-21T05:07:48.501Z[ recovery-image] Dec 21 05:07:47.677 INFO O| Dec 21 05:07:47.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78762024-12-21T05:07:48.504Z[ recovery-image] Dec 21 05:07:47.677 INFO O| Dec 21 05:07:47.677 INFO STEP 1133 (remove_files) COMPLETE
78772024-12-21T05:07:48.504Z[ recovery-image] Dec 21 05:07:47.677 INFO O| Dec 21 05:07:47.677 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-21T05:07:48.520Z[ recovery-image] Dec 21 05:07:47.696 INFO O| Dec 21 05:07:47.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78792024-12-21T05:07:48.520Z[ recovery-image] Dec 21 05:07:47.696 INFO O| Dec 21 05:07:47.696 INFO STEP 1134 (remove_files) COMPLETE
78802024-12-21T05:07:48.523Z[ recovery-image] Dec 21 05:07:47.696 INFO O| Dec 21 05:07:47.696 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-21T05:07:48.555Z[ recovery-image] Dec 21 05:07:47.721 INFO O| Dec 21 05:07:47.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78822024-12-21T05:07:48.555Z[ recovery-image] Dec 21 05:07:47.721 INFO O| Dec 21 05:07:47.721 INFO STEP 1135 (remove_files) COMPLETE
78832024-12-21T05:07:48.562Z[ recovery-image] Dec 21 05:07:47.722 INFO O| Dec 21 05:07:47.721 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-21T05:07:48.604Z[ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78852024-12-21T05:07:48.604Z[ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.781 INFO STEP 1136 (remove_files) COMPLETE
78862024-12-21T05:07:48.607Z[ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.781 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-21T05:07:48.626Z[ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78882024-12-21T05:07:48.626Z[ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO STEP 1137 (remove_files) COMPLETE
78892024-12-21T05:07:48.628Z[ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-21T05:07:48.652Z[ recovery-image] Dec 21 05:07:47.829 INFO O| Dec 21 05:07:47.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78912024-12-21T05:07:48.652Z[ recovery-image] Dec 21 05:07:47.829 INFO O| Dec 21 05:07:47.829 INFO STEP 1138 (remove_files) COMPLETE
78922024-12-21T05:07:48.655Z[ recovery-image] Dec 21 05:07:47.829 INFO O| Dec 21 05:07:47.829 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-21T05:07:48.686Z[ recovery-image] Dec 21 05:07:47.861 INFO O| Dec 21 05:07:47.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78942024-12-21T05:07:48.686Z[ recovery-image] Dec 21 05:07:47.862 INFO O| Dec 21 05:07:47.862 INFO STEP 1139 (remove_files) COMPLETE
78952024-12-21T05:07:48.686Z[ recovery-image] Dec 21 05:07:47.862 INFO O| Dec 21 05:07:47.862 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-21T05:07:48.706Z[ recovery-image] Dec 21 05:07:47.882 INFO O| Dec 21 05:07:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78972024-12-21T05:07:48.706Z[ recovery-image] Dec 21 05:07:47.882 INFO O| Dec 21 05:07:47.882 INFO STEP 1140 (remove_files) COMPLETE
78982024-12-21T05:07:48.706Z[ recovery-image] Dec 21 05:07:47.882 INFO O| Dec 21 05:07:47.882 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-21T05:07:48.727Z[ recovery-image] Dec 21 05:07:47.901 INFO O| Dec 21 05:07:47.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79002024-12-21T05:07:48.727Z[ recovery-image] Dec 21 05:07:47.901 INFO O| Dec 21 05:07:47.901 INFO STEP 1141 (remove_files) COMPLETE
79012024-12-21T05:07:48.727Z[ recovery-image] Dec 21 05:07:47.901 INFO O| Dec 21 05:07:47.901 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-21T05:07:48.747Z[ recovery-image] Dec 21 05:07:47.919 INFO O| Dec 21 05:07:47.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79032024-12-21T05:07:48.747Z[ recovery-image] Dec 21 05:07:47.919 INFO O| Dec 21 05:07:47.919 INFO STEP 1142 (remove_files) COMPLETE
79042024-12-21T05:07:48.747Z[ recovery-image] Dec 21 05:07:47.919 INFO O| Dec 21 05:07:47.919 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-21T05:07:48.759Z[ recovery-image] Dec 21 05:07:47.937 INFO O| Dec 21 05:07:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79062024-12-21T05:07:48.759Z[ recovery-image] Dec 21 05:07:47.937 INFO O| Dec 21 05:07:47.937 INFO STEP 1143 (remove_files) COMPLETE
79072024-12-21T05:07:48.759Z[ recovery-image] Dec 21 05:07:47.937 INFO O| Dec 21 05:07:47.937 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-21T05:07:48.760Z[ host-image] Dec 21 05:07:47.938 INFO O| Dec 21 05:07:47.937 INFO O| Done
79092024-12-21T05:07:48.782Z[ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79102024-12-21T05:07:48.782Z[ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO STEP 1144 (remove_files) COMPLETE
79112024-12-21T05:07:48.782Z[ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-21T05:07:48.803Z[ recovery-image] Dec 21 05:07:47.981 INFO O| Dec 21 05:07:47.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79132024-12-21T05:07:48.803Z[ recovery-image] Dec 21 05:07:47.981 INFO O| Dec 21 05:07:47.981 INFO STEP 1145 (remove_files) COMPLETE
79142024-12-21T05:07:48.803Z[ recovery-image] Dec 21 05:07:47.981 INFO O| Dec 21 05:07:47.981 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-21T05:07:48.839Z[ recovery-image] Dec 21 05:07:48.017 INFO O| Dec 21 05:07:48.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79162024-12-21T05:07:48.839Z[ recovery-image] Dec 21 05:07:48.017 INFO O| Dec 21 05:07:48.017 INFO STEP 1146 (remove_files) COMPLETE
79172024-12-21T05:07:48.843Z[ recovery-image] Dec 21 05:07:48.017 INFO O| Dec 21 05:07:48.017 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-21T05:07:48.893Z[ recovery-image] Dec 21 05:07:48.072 INFO O| Dec 21 05:07:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79192024-12-21T05:07:48.894Z[ recovery-image] Dec 21 05:07:48.073 INFO O| Dec 21 05:07:48.072 INFO STEP 1147 (remove_files) COMPLETE
79202024-12-21T05:07:48.898Z[ recovery-image] Dec 21 05:07:48.073 INFO O| Dec 21 05:07:48.073 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-21T05:07:48.913Z[ recovery-image] Dec 21 05:07:48.093 INFO O| Dec 21 05:07:48.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79222024-12-21T05:07:48.913Z[ recovery-image] Dec 21 05:07:48.093 INFO O| Dec 21 05:07:48.093 INFO STEP 1148 (remove_files) COMPLETE
79232024-12-21T05:07:48.916Z[ recovery-image] Dec 21 05:07:48.093 INFO O| Dec 21 05:07:48.093 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-21T05:07:48.933Z[ recovery-image] Dec 21 05:07:48.113 INFO O| Dec 21 05:07:48.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79252024-12-21T05:07:48.933Z[ recovery-image] Dec 21 05:07:48.114 INFO O| Dec 21 05:07:48.114 INFO STEP 1149 (remove_files) COMPLETE
79262024-12-21T05:07:48.934Z[ recovery-image] Dec 21 05:07:48.114 INFO O| Dec 21 05:07:48.114 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-21T05:07:48.962Z[ recovery-image] Dec 21 05:07:48.142 INFO O| Dec 21 05:07:48.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79282024-12-21T05:07:48.962Z[ recovery-image] Dec 21 05:07:48.142 INFO O| Dec 21 05:07:48.142 INFO STEP 1150 (remove_files) COMPLETE
79292024-12-21T05:07:48.962Z[ recovery-image] Dec 21 05:07:48.142 INFO O| Dec 21 05:07:48.142 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-21T05:07:49.005Z[ recovery-image] Dec 21 05:07:48.185 INFO O| Dec 21 05:07:48.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79312024-12-21T05:07:49.005Z[ recovery-image] Dec 21 05:07:48.185 INFO O| Dec 21 05:07:48.185 INFO STEP 1151 (remove_files) COMPLETE
79322024-12-21T05:07:49.005Z[ recovery-image] Dec 21 05:07:48.185 INFO O| Dec 21 05:07:48.185 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332024-12-21T05:07:49.025Z[ recovery-image] Dec 21 05:07:48.206 INFO O| Dec 21 05:07:48.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79342024-12-21T05:07:49.025Z[ recovery-image] Dec 21 05:07:48.206 INFO O| Dec 21 05:07:48.206 INFO STEP 1152 (remove_files) COMPLETE
79352024-12-21T05:07:49.028Z[ recovery-image] Dec 21 05:07:48.206 INFO O| Dec 21 05:07:48.206 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362024-12-21T05:07:49.059Z[ recovery-image] Dec 21 05:07:48.240 INFO O| Dec 21 05:07:48.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79372024-12-21T05:07:49.060Z[ recovery-image] Dec 21 05:07:48.240 INFO O| Dec 21 05:07:48.240 INFO STEP 1153 (remove_files) COMPLETE
79382024-12-21T05:07:49.063Z[ recovery-image] Dec 21 05:07:48.240 INFO O| Dec 21 05:07:48.240 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-21T05:07:49.079Z[ recovery-image] Dec 21 05:07:48.260 INFO O| Dec 21 05:07:48.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79402024-12-21T05:07:49.079Z[ recovery-image] Dec 21 05:07:48.260 INFO O| Dec 21 05:07:48.260 INFO STEP 1154 (remove_files) COMPLETE
79412024-12-21T05:07:49.080Z[ recovery-image] Dec 21 05:07:48.260 INFO O| Dec 21 05:07:48.260 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422024-12-21T05:07:49.100Z[ recovery-image] Dec 21 05:07:48.280 INFO O| Dec 21 05:07:48.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79432024-12-21T05:07:49.100Z[ recovery-image] Dec 21 05:07:48.280 INFO O| Dec 21 05:07:48.280 INFO STEP 1155 (remove_files) COMPLETE
79442024-12-21T05:07:49.100Z[ recovery-image] Dec 21 05:07:48.280 INFO O| Dec 21 05:07:48.280 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452024-12-21T05:07:49.120Z[ recovery-image] Dec 21 05:07:48.301 INFO O| Dec 21 05:07:48.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79462024-12-21T05:07:49.121Z[ recovery-image] Dec 21 05:07:48.301 INFO O| Dec 21 05:07:48.301 INFO STEP 1156 (remove_files) COMPLETE
79472024-12-21T05:07:49.121Z[ recovery-image] Dec 21 05:07:48.301 INFO O| Dec 21 05:07:48.301 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482024-12-21T05:07:49.145Z[ recovery-image] Dec 21 05:07:48.321 INFO O| Dec 21 05:07:48.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79492024-12-21T05:07:49.145Z[ recovery-image] Dec 21 05:07:48.322 INFO O| Dec 21 05:07:48.322 INFO STEP 1157 (remove_files) COMPLETE
79502024-12-21T05:07:49.146Z[ recovery-image] Dec 21 05:07:48.322 INFO O| Dec 21 05:07:48.322 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512024-12-21T05:07:49.161Z[ recovery-image] Dec 21 05:07:48.342 INFO O| Dec 21 05:07:48.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79522024-12-21T05:07:49.161Z[ recovery-image] Dec 21 05:07:48.342 INFO O| Dec 21 05:07:48.342 INFO STEP 1158 (remove_files) COMPLETE
79532024-12-21T05:07:49.161Z[ recovery-image] Dec 21 05:07:48.342 INFO O| Dec 21 05:07:48.342 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542024-12-21T05:07:49.181Z[ recovery-image] Dec 21 05:07:48.363 INFO O| Dec 21 05:07:48.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79552024-12-21T05:07:49.181Z[ recovery-image] Dec 21 05:07:48.363 INFO O| Dec 21 05:07:48.363 INFO STEP 1159 (remove_files) COMPLETE
79562024-12-21T05:07:49.181Z[ recovery-image] Dec 21 05:07:48.363 INFO O| Dec 21 05:07:48.363 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572024-12-21T05:07:49.203Z[ recovery-image] Dec 21 05:07:48.382 INFO O| Dec 21 05:07:48.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79582024-12-21T05:07:49.203Z[ recovery-image] Dec 21 05:07:48.382 INFO O| Dec 21 05:07:48.382 INFO STEP 1160 (remove_files) COMPLETE
79592024-12-21T05:07:49.203Z[ recovery-image] Dec 21 05:07:48.382 INFO O| Dec 21 05:07:48.382 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602024-12-21T05:07:49.221Z[ recovery-image] Dec 21 05:07:48.403 INFO O| Dec 21 05:07:48.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79612024-12-21T05:07:49.221Z[ recovery-image] Dec 21 05:07:48.403 INFO O| Dec 21 05:07:48.403 INFO STEP 1161 (remove_files) COMPLETE
79622024-12-21T05:07:49.221Z[ recovery-image] Dec 21 05:07:48.403 INFO O| Dec 21 05:07:48.403 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632024-12-21T05:07:49.240Z[ recovery-image] Dec 21 05:07:48.422 INFO O| Dec 21 05:07:48.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79642024-12-21T05:07:49.240Z[ recovery-image] Dec 21 05:07:48.422 INFO O| Dec 21 05:07:48.422 INFO STEP 1162 (remove_files) COMPLETE
79652024-12-21T05:07:49.240Z[ recovery-image] Dec 21 05:07:48.422 INFO O| Dec 21 05:07:48.422 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662024-12-21T05:07:49.260Z[ recovery-image] Dec 21 05:07:48.442 INFO O| Dec 21 05:07:48.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79672024-12-21T05:07:49.260Z[ recovery-image] Dec 21 05:07:48.442 INFO O| Dec 21 05:07:48.442 INFO STEP 1163 (remove_files) COMPLETE
79682024-12-21T05:07:49.263Z[ recovery-image] Dec 21 05:07:48.442 INFO O| Dec 21 05:07:48.442 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692024-12-21T05:07:49.280Z[ recovery-image] Dec 21 05:07:48.462 INFO O| Dec 21 05:07:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79702024-12-21T05:07:49.280Z[ recovery-image] Dec 21 05:07:48.462 INFO O| Dec 21 05:07:48.462 INFO STEP 1164 (remove_files) COMPLETE
79712024-12-21T05:07:49.280Z[ recovery-image] Dec 21 05:07:48.462 INFO O| Dec 21 05:07:48.462 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-21T05:07:49.298Z[ recovery-image] Dec 21 05:07:48.481 INFO O| Dec 21 05:07:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79732024-12-21T05:07:49.301Z[ recovery-image] Dec 21 05:07:48.481 INFO O| Dec 21 05:07:48.481 INFO STEP 1165 (remove_files) COMPLETE
79742024-12-21T05:07:49.301Z[ recovery-image] Dec 21 05:07:48.481 INFO O| Dec 21 05:07:48.481 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-21T05:07:49.316Z[ recovery-image] Dec 21 05:07:48.499 INFO O| Dec 21 05:07:48.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79762024-12-21T05:07:49.316Z[ recovery-image] Dec 21 05:07:48.499 INFO O| Dec 21 05:07:48.499 INFO STEP 1166 (remove_files) COMPLETE
79772024-12-21T05:07:49.331Z[ recovery-image] Dec 21 05:07:48.499 INFO O| Dec 21 05:07:48.499 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782024-12-21T05:07:49.334Z[ recovery-image] Dec 21 05:07:48.517 INFO O| Dec 21 05:07:48.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79792024-12-21T05:07:49.334Z[ recovery-image] Dec 21 05:07:48.518 INFO O| Dec 21 05:07:48.517 INFO STEP 1167 (remove_files) COMPLETE
79802024-12-21T05:07:49.339Z[ recovery-image] Dec 21 05:07:48.518 INFO O| Dec 21 05:07:48.517 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812024-12-21T05:07:49.353Z[ recovery-image] Dec 21 05:07:48.536 INFO O| Dec 21 05:07:48.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79822024-12-21T05:07:49.353Z[ recovery-image] Dec 21 05:07:48.536 INFO O| Dec 21 05:07:48.536 INFO STEP 1168 (remove_files) COMPLETE
79832024-12-21T05:07:49.357Z[ recovery-image] Dec 21 05:07:48.536 INFO O| Dec 21 05:07:48.536 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842024-12-21T05:07:49.371Z[ recovery-image] Dec 21 05:07:48.555 INFO O| Dec 21 05:07:48.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79852024-12-21T05:07:49.371Z[ recovery-image] Dec 21 05:07:48.555 INFO O| Dec 21 05:07:48.555 INFO STEP 1169 (remove_files) COMPLETE
79862024-12-21T05:07:49.372Z[ recovery-image] Dec 21 05:07:48.555 INFO O| Dec 21 05:07:48.555 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872024-12-21T05:07:49.393Z[ recovery-image] Dec 21 05:07:48.574 INFO O| Dec 21 05:07:48.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79882024-12-21T05:07:49.393Z[ recovery-image] Dec 21 05:07:48.574 INFO O| Dec 21 05:07:48.574 INFO STEP 1170 (remove_files) COMPLETE
79892024-12-21T05:07:49.393Z[ recovery-image] Dec 21 05:07:48.574 INFO O| Dec 21 05:07:48.574 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902024-12-21T05:07:49.410Z[ recovery-image] Dec 21 05:07:48.594 INFO O| Dec 21 05:07:48.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79912024-12-21T05:07:49.410Z[ recovery-image] Dec 21 05:07:48.594 INFO O| Dec 21 05:07:48.594 INFO STEP 1171 (remove_files) COMPLETE
79922024-12-21T05:07:49.414Z[ recovery-image] Dec 21 05:07:48.594 INFO O| Dec 21 05:07:48.594 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932024-12-21T05:07:49.428Z[ recovery-image] Dec 21 05:07:48.612 INFO O| Dec 21 05:07:48.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79942024-12-21T05:07:49.428Z[ recovery-image] Dec 21 05:07:48.612 INFO O| Dec 21 05:07:48.612 INFO STEP 1172 (remove_files) COMPLETE
79952024-12-21T05:07:49.428Z[ recovery-image] Dec 21 05:07:48.613 INFO O| Dec 21 05:07:48.612 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962024-12-21T05:07:49.446Z[ recovery-image] Dec 21 05:07:48.631 INFO O| Dec 21 05:07:48.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79972024-12-21T05:07:49.446Z[ recovery-image] Dec 21 05:07:48.631 INFO O| Dec 21 05:07:48.631 INFO STEP 1173 (remove_files) COMPLETE
79982024-12-21T05:07:49.447Z[ recovery-image] Dec 21 05:07:48.631 INFO O| Dec 21 05:07:48.631 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992024-12-21T05:07:49.466Z[ recovery-image] Dec 21 05:07:48.650 INFO O| Dec 21 05:07:48.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80002024-12-21T05:07:49.466Z[ recovery-image] Dec 21 05:07:48.650 INFO O| Dec 21 05:07:48.650 INFO STEP 1174 (remove_files) COMPLETE
80012024-12-21T05:07:49.468Z[ recovery-image] Dec 21 05:07:48.650 INFO O| Dec 21 05:07:48.650 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022024-12-21T05:07:49.485Z[ recovery-image] Dec 21 05:07:48.670 INFO O| Dec 21 05:07:48.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80032024-12-21T05:07:49.485Z[ recovery-image] Dec 21 05:07:48.670 INFO O| Dec 21 05:07:48.670 INFO STEP 1175 (remove_files) COMPLETE
80042024-12-21T05:07:49.488Z[ recovery-image] Dec 21 05:07:48.670 INFO O| Dec 21 05:07:48.670 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052024-12-21T05:07:49.506Z[ recovery-image] Dec 21 05:07:48.690 INFO O| Dec 21 05:07:48.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80062024-12-21T05:07:49.506Z[ recovery-image] Dec 21 05:07:48.690 INFO O| Dec 21 05:07:48.690 INFO STEP 1176 (remove_files) COMPLETE
80072024-12-21T05:07:49.506Z[ recovery-image] Dec 21 05:07:48.691 INFO O| Dec 21 05:07:48.690 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082024-12-21T05:07:49.526Z[ recovery-image] Dec 21 05:07:48.710 INFO O| Dec 21 05:07:48.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80092024-12-21T05:07:49.526Z[ recovery-image] Dec 21 05:07:48.710 INFO O| Dec 21 05:07:48.710 INFO STEP 1177 (remove_files) COMPLETE
80102024-12-21T05:07:49.527Z[ recovery-image] Dec 21 05:07:48.710 INFO O| Dec 21 05:07:48.710 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112024-12-21T05:07:49.543Z[ recovery-image] Dec 21 05:07:48.727 INFO O| Dec 21 05:07:48.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80122024-12-21T05:07:49.543Z[ recovery-image] Dec 21 05:07:48.727 INFO O| Dec 21 05:07:48.727 INFO STEP 1178 (remove_files) COMPLETE
80132024-12-21T05:07:49.543Z[ recovery-image] Dec 21 05:07:48.727 INFO O| Dec 21 05:07:48.727 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142024-12-21T05:07:49.560Z[ recovery-image] Dec 21 05:07:48.745 INFO O| Dec 21 05:07:48.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80152024-12-21T05:07:49.560Z[ recovery-image] Dec 21 05:07:48.745 INFO O| Dec 21 05:07:48.745 INFO STEP 1179 (remove_files) COMPLETE
80162024-12-21T05:07:49.560Z[ recovery-image] Dec 21 05:07:48.745 INFO O| Dec 21 05:07:48.745 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172024-12-21T05:07:49.578Z[ recovery-image] Dec 21 05:07:48.763 INFO O| Dec 21 05:07:48.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80182024-12-21T05:07:49.578Z[ recovery-image] Dec 21 05:07:48.763 INFO O| Dec 21 05:07:48.763 INFO STEP 1180 (remove_files) COMPLETE
80192024-12-21T05:07:49.578Z[ recovery-image] Dec 21 05:07:48.763 INFO O| Dec 21 05:07:48.763 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202024-12-21T05:07:49.597Z[ recovery-image] Dec 21 05:07:48.780 INFO O| Dec 21 05:07:48.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80212024-12-21T05:07:49.599Z[ recovery-image] Dec 21 05:07:48.780 INFO O| Dec 21 05:07:48.780 INFO STEP 1181 (remove_files) COMPLETE
80222024-12-21T05:07:49.599Z[ recovery-image] Dec 21 05:07:48.780 INFO O| Dec 21 05:07:48.780 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232024-12-21T05:07:49.614Z[ recovery-image] Dec 21 05:07:48.798 INFO O| Dec 21 05:07:48.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80242024-12-21T05:07:49.614Z[ recovery-image] Dec 21 05:07:48.798 INFO O| Dec 21 05:07:48.798 INFO STEP 1182 (remove_files) COMPLETE
80252024-12-21T05:07:49.614Z[ recovery-image] Dec 21 05:07:48.798 INFO O| Dec 21 05:07:48.798 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262024-12-21T05:07:49.629Z[ recovery-image] Dec 21 05:07:48.814 INFO O| Dec 21 05:07:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80272024-12-21T05:07:49.632Z[ recovery-image] Dec 21 05:07:48.814 INFO O| Dec 21 05:07:48.814 INFO STEP 1183 (remove_files) COMPLETE
80282024-12-21T05:07:49.632Z[ recovery-image] Dec 21 05:07:48.814 INFO O| Dec 21 05:07:48.814 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292024-12-21T05:07:49.644Z[ recovery-image] Dec 21 05:07:48.830 INFO O| Dec 21 05:07:48.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80302024-12-21T05:07:49.646Z[ recovery-image] Dec 21 05:07:48.830 INFO O| Dec 21 05:07:48.830 INFO STEP 1184 (remove_files) COMPLETE
80312024-12-21T05:07:49.646Z[ recovery-image] Dec 21 05:07:48.830 INFO O| Dec 21 05:07:48.830 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322024-12-21T05:07:49.663Z[ recovery-image] Dec 21 05:07:48.849 INFO O| Dec 21 05:07:48.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80332024-12-21T05:07:49.663Z[ recovery-image] Dec 21 05:07:48.849 INFO O| Dec 21 05:07:48.849 INFO STEP 1185 (remove_files) COMPLETE
80342024-12-21T05:07:49.663Z[ recovery-image] Dec 21 05:07:48.849 INFO O| Dec 21 05:07:48.849 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352024-12-21T05:07:49.682Z[ recovery-image] Dec 21 05:07:48.869 INFO O| Dec 21 05:07:48.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80362024-12-21T05:07:49.686Z[ recovery-image] Dec 21 05:07:48.869 INFO O| Dec 21 05:07:48.869 INFO STEP 1186 (remove_files) COMPLETE
80372024-12-21T05:07:49.686Z[ recovery-image] Dec 21 05:07:48.869 INFO O| Dec 21 05:07:48.869 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382024-12-21T05:07:49.702Z[ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80392024-12-21T05:07:49.702Z[ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO STEP 1187 (remove_files) COMPLETE
80402024-12-21T05:07:49.706Z[ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412024-12-21T05:07:49.722Z[ recovery-image] Dec 21 05:07:48.908 INFO O| Dec 21 05:07:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80422024-12-21T05:07:49.722Z[ recovery-image] Dec 21 05:07:48.908 INFO O| Dec 21 05:07:48.908 INFO STEP 1188 (remove_files) COMPLETE
80432024-12-21T05:07:49.726Z[ recovery-image] Dec 21 05:07:48.908 INFO O| Dec 21 05:07:48.908 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442024-12-21T05:07:49.740Z[ recovery-image] Dec 21 05:07:48.927 INFO O| Dec 21 05:07:48.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80452024-12-21T05:07:49.740Z[ recovery-image] Dec 21 05:07:48.927 INFO O| Dec 21 05:07:48.927 INFO STEP 1189 (remove_files) COMPLETE
80462024-12-21T05:07:49.740Z[ recovery-image] Dec 21 05:07:48.927 INFO O| Dec 21 05:07:48.927 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472024-12-21T05:07:49.758Z[ recovery-image] Dec 21 05:07:48.945 INFO O| Dec 21 05:07:48.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80482024-12-21T05:07:49.761Z[ recovery-image] Dec 21 05:07:48.945 INFO O| Dec 21 05:07:48.945 INFO STEP 1190 (remove_files) COMPLETE
80492024-12-21T05:07:49.761Z[ recovery-image] Dec 21 05:07:48.945 INFO O| Dec 21 05:07:48.945 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502024-12-21T05:07:49.777Z[ recovery-image] Dec 21 05:07:48.964 INFO O| Dec 21 05:07:48.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80512024-12-21T05:07:49.777Z[ recovery-image] Dec 21 05:07:48.964 INFO O| Dec 21 05:07:48.964 INFO STEP 1191 (remove_files) COMPLETE
80522024-12-21T05:07:49.780Z[ recovery-image] Dec 21 05:07:48.964 INFO O| Dec 21 05:07:48.964 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532024-12-21T05:07:49.795Z[ recovery-image] Dec 21 05:07:48.982 INFO O| Dec 21 05:07:48.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80542024-12-21T05:07:49.795Z[ recovery-image] Dec 21 05:07:48.982 INFO O| Dec 21 05:07:48.982 INFO STEP 1192 (remove_files) COMPLETE
80552024-12-21T05:07:49.798Z[ recovery-image] Dec 21 05:07:48.982 INFO O| Dec 21 05:07:48.982 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562024-12-21T05:07:49.814Z[ recovery-image] Dec 21 05:07:49.001 INFO O| Dec 21 05:07:49.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80572024-12-21T05:07:49.818Z[ recovery-image] Dec 21 05:07:49.001 INFO O| Dec 21 05:07:49.001 INFO STEP 1193 (remove_files) COMPLETE
80582024-12-21T05:07:49.819Z[ recovery-image] Dec 21 05:07:49.002 INFO O| Dec 21 05:07:49.001 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592024-12-21T05:07:49.834Z[ recovery-image] Dec 21 05:07:49.021 INFO O| Dec 21 05:07:49.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80602024-12-21T05:07:49.834Z[ recovery-image] Dec 21 05:07:49.021 INFO O| Dec 21 05:07:49.021 INFO STEP 1194 (remove_files) COMPLETE
80612024-12-21T05:07:49.837Z[ recovery-image] Dec 21 05:07:49.021 INFO O| Dec 21 05:07:49.021 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622024-12-21T05:07:49.853Z[ recovery-image] Dec 21 05:07:49.040 INFO O| Dec 21 05:07:49.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80632024-12-21T05:07:49.853Z[ recovery-image] Dec 21 05:07:49.041 INFO O| Dec 21 05:07:49.041 INFO STEP 1195 (remove_files) COMPLETE
80642024-12-21T05:07:49.853Z[ recovery-image] Dec 21 05:07:49.041 INFO O| Dec 21 05:07:49.041 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652024-12-21T05:07:49.872Z[ recovery-image] Dec 21 05:07:49.060 INFO O| Dec 21 05:07:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80662024-12-21T05:07:49.872Z[ recovery-image] Dec 21 05:07:49.061 INFO O| Dec 21 05:07:49.060 INFO STEP 1196 (remove_files) COMPLETE
80672024-12-21T05:07:49.874Z[ recovery-image] Dec 21 05:07:49.061 INFO O| Dec 21 05:07:49.060 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682024-12-21T05:07:49.887Z[ recovery-image] Dec 21 05:07:49.075 INFO O| Dec 21 05:07:49.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80692024-12-21T05:07:49.892Z[ recovery-image] Dec 21 05:07:49.075 INFO O| Dec 21 05:07:49.075 INFO STEP 1197 (remove_files) COMPLETE
80702024-12-21T05:07:49.892Z[ recovery-image] Dec 21 05:07:49.075 INFO O| Dec 21 05:07:49.075 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712024-12-21T05:07:49.908Z[ recovery-image] Dec 21 05:07:49.097 INFO O| Dec 21 05:07:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80722024-12-21T05:07:49.908Z[ recovery-image] Dec 21 05:07:49.097 INFO O| Dec 21 05:07:49.097 INFO STEP 1198 (remove_files) COMPLETE
80732024-12-21T05:07:49.908Z[ recovery-image] Dec 21 05:07:49.097 INFO O| Dec 21 05:07:49.097 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742024-12-21T05:07:49.933Z[ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80752024-12-21T05:07:49.933Z[ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO STEP 1199 (remove_files) COMPLETE
80762024-12-21T05:07:49.937Z[ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772024-12-21T05:07:49.949Z[ recovery-image] Dec 21 05:07:49.137 INFO O| Dec 21 05:07:49.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80782024-12-21T05:07:49.952Z[ recovery-image] Dec 21 05:07:49.137 INFO O| Dec 21 05:07:49.137 INFO STEP 1200 (remove_files) COMPLETE
80792024-12-21T05:07:49.953Z[ recovery-image] Dec 21 05:07:49.137 INFO O| Dec 21 05:07:49.137 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802024-12-21T05:07:49.968Z[ recovery-image] Dec 21 05:07:49.157 INFO O| Dec 21 05:07:49.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80812024-12-21T05:07:49.968Z[ recovery-image] Dec 21 05:07:49.158 INFO O| Dec 21 05:07:49.157 INFO STEP 1201 (remove_files) COMPLETE
80822024-12-21T05:07:49.968Z[ recovery-image] Dec 21 05:07:49.158 INFO O| Dec 21 05:07:49.158 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832024-12-21T05:07:49.989Z[ recovery-image] Dec 21 05:07:49.179 INFO O| Dec 21 05:07:49.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80842024-12-21T05:07:49.989Z[ recovery-image] Dec 21 05:07:49.179 INFO O| Dec 21 05:07:49.179 INFO STEP 1202 (remove_files) COMPLETE
80852024-12-21T05:07:49.989Z[ recovery-image] Dec 21 05:07:49.179 INFO O| Dec 21 05:07:49.179 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862024-12-21T05:07:50.010Z[ recovery-image] Dec 21 05:07:49.199 INFO O| Dec 21 05:07:49.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80872024-12-21T05:07:50.010Z[ recovery-image] Dec 21 05:07:49.199 INFO O| Dec 21 05:07:49.199 INFO STEP 1203 (remove_files) COMPLETE
80882024-12-21T05:07:50.015Z[ recovery-image] Dec 21 05:07:49.199 INFO O| Dec 21 05:07:49.199 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892024-12-21T05:07:50.028Z[ recovery-image] Dec 21 05:07:49.218 INFO O| Dec 21 05:07:49.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80902024-12-21T05:07:50.028Z[ recovery-image] Dec 21 05:07:49.218 INFO O| Dec 21 05:07:49.218 INFO STEP 1204 (remove_files) COMPLETE
80912024-12-21T05:07:50.031Z[ recovery-image] Dec 21 05:07:49.218 INFO O| Dec 21 05:07:49.218 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922024-12-21T05:07:50.046Z[ recovery-image] Dec 21 05:07:49.236 INFO O| Dec 21 05:07:49.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80932024-12-21T05:07:50.046Z[ recovery-image] Dec 21 05:07:49.236 INFO O| Dec 21 05:07:49.236 INFO STEP 1205 (remove_files) COMPLETE
80942024-12-21T05:07:50.046Z[ recovery-image] Dec 21 05:07:49.236 INFO O| Dec 21 05:07:49.236 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80952024-12-21T05:07:50.074Z[ recovery-image] Dec 21 05:07:49.263 INFO O| Dec 21 05:07:49.263 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80962024-12-21T05:07:50.074Z[ recovery-image] Dec 21 05:07:49.263 INFO O| Dec 21 05:07:49.263 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80972024-12-21T05:07:50.728Z[ host-image] Dec 21 05:07:49.923 INFO O| Dec 21 05:07:49.923 INFO O| Done
80982024-12-21T05:07:50.751Z[ host-image] Dec 21 05:07:49.948 INFO O| Dec 21 05:07:49.948 INFO O| Done
80992024-12-21T05:07:50.752Z[ host-image] Dec 21 05:07:49.948 INFO O| Dec 21 05:07:49.948 INFO O| Done
81002024-12-21T05:07:50.761Z[ host-image] Dec 21 05:07:49.958 INFO O| Dec 21 05:07:49.958 INFO O| Done
81012024-12-21T05:07:50.808Z[ recovery-image] Dec 21 05:07:50.004 INFO O| Dec 21 05:07:50.004 INFO STEP 1206 (pack_tar) COMPLETE
81022024-12-21T05:07:50.809Z[ recovery-image] Dec 21 05:07:50.005 INFO O| Dec 21 05:07:50.004 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81032024-12-21T05:07:50.809Z[ recovery-image] Dec 21 05:07:50.005 INFO O| Dec 21 05:07:50.004 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81042024-12-21T05:07:50.927Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 14 (pkg_install) COMPLETE
81052024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81062024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "mfg" is not enabled
81072024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81082024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "compliance" is not enabled
81092024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81102024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "stress" is not enabled
81112024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81122024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "nfs" is not enabled
81132024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81142024-12-21T05:07:50.933Z[ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81152024-12-21T05:07:51.089Z[ recovery-image] Dec 21 05:07:50.289 INFO O| Dec 21 05:07:50.288 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81162024-12-21T05:07:51.116Z[ host-image] Dec 21 05:07:50.316 INFO O| Dec 21 05:07:50.316 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81172024-12-21T05:07:51.156Z[ recovery-image] Dec 21 05:07:50.356 INFO O| Dec 21 05:07:50.356 INFO completed processing gimlet/ramdisk-03-recovery-trim
81182024-12-21T05:07:51.164Z[ recovery-image] Dec 21 05:07:50.364 INFO image builder template: zfs-recovery...
81192024-12-21T05:07:51.164Z[ recovery-image] Dec 21 05:07:50.364 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/.tmpreaqKo/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
81202024-12-21T05:07:51.185Z[ host-image] Dec 21 05:07:50.383 INFO O| Dec 21 05:07:50.383 INFO completed processing gimlet/ramdisk-01-os
81212024-12-21T05:07:51.188Z[ host-image] Dec 21 05:07:50.386 INFO omicron1 baseline generation...
81222024-12-21T05:07:51.188Z[ host-image] Dec 21 05:07:50.386 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-21T05:07:51.212Z[ recovery-image] Dec 21 05:07:50.413 INFO O| Dec 21 05:07:50.413 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81242024-12-21T05:07:51.219Z[ recovery-image] Dec 21 05:07:50.420 INFO O| Dec 21 05:07:50.420 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81252024-12-21T05:07:51.316Z[ recovery-image] Dec 21 05:07:50.516 INFO O| Dec 21 05:07:50.516 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81262024-12-21T05:07:51.388Z[ recovery-image] Dec 21 05:07:50.590 INFO O| Dec 21 05:07:50.590 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81272024-12-21T05:07:51.388Z[ recovery-image] Dec 21 05:07:50.590 INFO O| Dec 21 05:07:50.590 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81282024-12-21T05:07:51.394Z[ recovery-image] Dec 21 05:07:50.596 INFO O| Dec 21 05:07:50.596 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81292024-12-21T05:07:51.486Z[ recovery-image] Dec 21 05:07:50.689 INFO O| Dec 21 05:07:50.689 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81302024-12-21T05:07:51.554Z[ recovery-image] Dec 21 05:07:50.755 INFO O| Dec 21 05:07:50.754 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81312024-12-21T05:07:51.567Z[ recovery-image] Dec 21 05:07:50.770 INFO O| Dec 21 05:07:50.770 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81322024-12-21T05:07:51.580Z[ recovery-image] Dec 21 05:07:50.779 INFO O| Dec 21 05:07:50.779 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81332024-12-21T05:07:51.592Z[ recovery-image] Dec 21 05:07:50.786 INFO O| Dec 21 05:07:50.785 INFO no lofi found
81342024-12-21T05:07:51.592Z[ recovery-image] Dec 21 05:07:50.786 INFO O| Dec 21 05:07:50.786 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81352024-12-21T05:07:51.592Z[ recovery-image] Dec 21 05:07:50.786 INFO O| Dec 21 05:07:50.786 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81362024-12-21T05:07:51.686Z[ host-image] Dec 21 05:07:50.888 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
81372024-12-21T05:07:53.786Z[ recovery-image] Dec 21 05:07:53.009 INFO O| Dec 21 05:07:53.009 INFO lofi device = /dev/dsk/c2t1d0p0
81382024-12-21T05:07:53.786Z[ recovery-image] Dec 21 05:07:53.009 INFO O| Dec 21 05:07:53.009 INFO pool device = /dev/dsk/c2t1d0p0
81392024-12-21T05:07:53.790Z[ recovery-image] Dec 21 05:07:53.010 INFO O| Dec 21 05:07:53.009 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"]
81402024-12-21T05:07:53.873Z[ recovery-image] Dec 21 05:07:53.098 INFO O| Dec 21 05:07:53.098 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81412024-12-21T05:07:53.873Z[ recovery-image] Dec 21 05:07:53.098 INFO O| Dec 21 05:07:53.098 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81422024-12-21T05:07:53.901Z[ recovery-image] Dec 21 05:07:53.126 INFO O| Dec 21 05:07:53.126 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81432024-12-21T05:07:53.985Z[ recovery-image] Dec 21 05:07:53.211 INFO O| Dec 21 05:07:53.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81442024-12-21T05:07:54.030Z[ recovery-image] Dec 21 05:07:53.257 INFO O| Dec 21 05:07:53.256 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81452024-12-21T05:07:54.053Z[ recovery-image] Dec 21 05:07:53.275 INFO O| Dec 21 05:07:53.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81462024-12-21T05:07:54.064Z[ recovery-image] Dec 21 05:07:53.290 INFO O| Dec 21 05:07:53.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81472024-12-21T05:07:54.124Z[ recovery-image] Dec 21 05:07:53.350 INFO O| Dec 21 05:07:53.350 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81482024-12-21T05:07:54.124Z[ recovery-image] Dec 21 05:07:53.351 INFO O| Dec 21 05:07:53.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81492024-12-21T05:07:54.127Z[ recovery-image] Dec 21 05:07:53.351 INFO O| Dec 21 05:07:53.351 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81502024-12-21T05:07:54.142Z[ recovery-image] Dec 21 05:07:53.369 INFO O| Dec 21 05:07:53.369 INFO boot environment UUID: b4e869d3-02c6-42d2-80b0-3df99378c78c
81512024-12-21T05:07:54.142Z[ recovery-image] Dec 21 05:07:53.369 INFO O| Dec 21 05:07:53.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b4e869d3-02c6-42d2-80b0-3df99378c78c
81522024-12-21T05:07:54.155Z[ recovery-image] Dec 21 05:07:53.383 INFO O| Dec 21 05:07:53.383 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81532024-12-21T05:07:54.170Z[ recovery-image] Dec 21 05:07:53.398 INFO O| Dec 21 05:07:53.398 INFO STEP 0 (create_be) COMPLETE
81542024-12-21T05:07:54.171Z[ recovery-image] Dec 21 05:07:53.398 INFO O| Dec 21 05:07:53.398 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81552024-12-21T05:07:54.191Z[ recovery-image] Dec 21 05:07:53.417 INFO O| Dec 21 05:07:53.417 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"]
81562024-12-21T05:07:57.035Z[ recovery-image] Dec 21 05:07:56.288 INFO O| Dec 21 05:07:56.288 INFO STEP 1 (unpack_tar) COMPLETE
81572024-12-21T05:07:57.035Z[ recovery-image] Dec 21 05:07:56.288 INFO O| Dec 21 05:07:56.288 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81582024-12-21T05:07:57.051Z[ recovery-image] Dec 21 05:07:56.305 INFO O| Dec 21 05:07:56.305 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81592024-12-21T05:07:57.241Z[ recovery-image] Dec 21 05:07:56.496 INFO O| Dec 21 05:07:56.496 INFO STEP 2 (devfsadm) COMPLETE
81602024-12-21T05:07:57.241Z[ recovery-image] Dec 21 05:07:56.496 INFO O| Dec 21 05:07:56.496 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81612024-12-21T05:07:57.254Z[ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81622024-12-21T05:07:57.257Z[ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81632024-12-21T05:07:57.257Z[ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO STEP 3 (ensure_dir) COMPLETE
81642024-12-21T05:07:57.257Z[ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81652024-12-21T05:07:57.270Z[ recovery-image] Dec 21 05:07:56.523 INFO O| Dec 21 05:07:56.523 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81662024-12-21T05:07:57.270Z[ recovery-image] Dec 21 05:07:56.523 INFO O| Dec 21 05:07:56.523 INFO STEP 4 (ensure_dir) COMPLETE
81672024-12-21T05:07:57.273Z[ recovery-image] Dec 21 05:07:56.523 INFO O| Dec 21 05:07:56.523 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81682024-12-21T05:07:57.281Z[ recovery-image] Dec 21 05:07:56.535 INFO O| Dec 21 05:07:56.535 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81692024-12-21T05:07:57.281Z[ recovery-image] Dec 21 05:07:56.535 INFO O| Dec 21 05:07:56.535 INFO STEP 5 (ensure_dir) COMPLETE
81702024-12-21T05:07:57.284Z[ recovery-image] Dec 21 05:07:56.535 INFO O| Dec 21 05:07:56.535 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81712024-12-21T05:07:57.295Z[ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81722024-12-21T05:07:57.295Z[ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81732024-12-21T05:07:57.295Z[ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO STEP 6 (ensure_dir) COMPLETE
81742024-12-21T05:07:57.298Z[ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81752024-12-21T05:07:57.310Z[ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81762024-12-21T05:07:57.310Z[ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81772024-12-21T05:07:57.310Z[ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO STEP 7 (ensure_dir) COMPLETE
81782024-12-21T05:07:57.312Z[ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81792024-12-21T05:07:57.325Z[ recovery-image] Dec 21 05:07:56.581 INFO O| Dec 21 05:07:56.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81802024-12-21T05:07:57.327Z[ recovery-image] Dec 21 05:07:56.581 INFO O| Dec 21 05:07:56.581 INFO STEP 8 (remove_files) COMPLETE
81812024-12-21T05:07:57.327Z[ recovery-image] Dec 21 05:07:56.581 INFO O| Dec 21 05:07:56.581 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81822024-12-21T05:07:57.339Z[ recovery-image] Dec 21 05:07:56.593 INFO O| Dec 21 05:07:56.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81832024-12-21T05:07:57.342Z[ recovery-image] Dec 21 05:07:56.593 INFO O| Dec 21 05:07:56.593 INFO STEP 9 (remove_files) COMPLETE
81842024-12-21T05:07:57.342Z[ recovery-image] Dec 21 05:07:56.593 INFO O| Dec 21 05:07:56.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81852024-12-21T05:07:57.348Z[ recovery-image] Dec 21 05:07:56.604 INFO O| Dec 21 05:07:56.604 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81862024-12-21T05:07:57.351Z[ recovery-image] Dec 21 05:07:56.605 INFO O| Dec 21 05:07:56.605 INFO STEP 10 (remove_files) COMPLETE
81872024-12-21T05:07:57.351Z[ recovery-image] Dec 21 05:07:56.605 INFO O| Dec 21 05:07:56.605 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81882024-12-21T05:07:57.360Z[ recovery-image] Dec 21 05:07:56.616 INFO O| Dec 21 05:07:56.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81892024-12-21T05:07:57.362Z[ recovery-image] Dec 21 05:07:56.616 INFO O| Dec 21 05:07:56.616 INFO STEP 11 (remove_files) COMPLETE
81902024-12-21T05:07:57.362Z[ recovery-image] Dec 21 05:07:56.616 INFO O| Dec 21 05:07:56.616 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81912024-12-21T05:07:57.370Z[ recovery-image] Dec 21 05:07:56.627 INFO O| Dec 21 05:07:56.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81922024-12-21T05:07:57.371Z[ recovery-image] Dec 21 05:07:56.627 INFO O| Dec 21 05:07:56.627 INFO STEP 12 (remove_files) COMPLETE
81932024-12-21T05:07:57.374Z[ recovery-image] Dec 21 05:07:56.627 INFO O| Dec 21 05:07:56.627 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81942024-12-21T05:07:57.381Z[ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81952024-12-21T05:07:57.381Z[ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81962024-12-21T05:07:57.381Z[ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO STEP 13 (ensure_dir) COMPLETE
81972024-12-21T05:07:57.384Z[ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81982024-12-21T05:07:57.392Z[ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81992024-12-21T05:07:57.392Z[ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82002024-12-21T05:07:57.395Z[ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82012024-12-21T05:07:57.395Z[ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO STEP 14 (ensure_dir) COMPLETE
82022024-12-21T05:07:57.395Z[ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82032024-12-21T05:07:57.403Z[ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82042024-12-21T05:07:57.403Z[ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82052024-12-21T05:07:57.405Z[ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82062024-12-21T05:07:57.405Z[ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO STEP 15 (ensure_dir) COMPLETE
82072024-12-21T05:07:57.405Z[ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82082024-12-21T05:07:57.417Z[ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82092024-12-21T05:07:57.420Z[ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82102024-12-21T05:07:57.420Z[ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO STEP 16 (ensure_dir) COMPLETE
82112024-12-21T05:07:57.420Z[ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82122024-12-21T05:07:57.426Z[ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82132024-12-21T05:07:57.426Z[ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82142024-12-21T05:07:57.429Z[ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO STEP 17 (ensure_dir) COMPLETE
82152024-12-21T05:07:57.429Z[ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82162024-12-21T05:07:57.442Z[ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82172024-12-21T05:07:57.442Z[ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82182024-12-21T05:07:57.442Z[ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO ok!
82192024-12-21T05:07:57.444Z[ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO STEP 18 (ensure_symlink) COMPLETE
82202024-12-21T05:07:57.444Z[ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82212024-12-21T05:07:57.456Z[ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82222024-12-21T05:07:57.456Z[ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82232024-12-21T05:07:57.458Z[ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO ok!
82242024-12-21T05:07:57.458Z[ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO STEP 19 (ensure_file) COMPLETE
82252024-12-21T05:07:57.458Z[ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82262024-12-21T05:07:57.472Z[ recovery-image] Dec 21 05:07:56.728 INFO O| Dec 21 05:07:56.728 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82272024-12-21T05:07:57.472Z[ recovery-image] Dec 21 05:07:56.728 INFO O| Dec 21 05:07:56.728 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82282024-12-21T05:07:57.474Z[ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82292024-12-21T05:07:57.474Z[ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.728 INFO ok!
82302024-12-21T05:07:57.474Z[ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.729 INFO STEP 20 (ensure_symlink) COMPLETE
82312024-12-21T05:07:57.474Z[ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.729 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82322024-12-21T05:07:57.485Z[ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82332024-12-21T05:07:57.485Z[ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82342024-12-21T05:07:57.488Z[ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82352024-12-21T05:07:57.488Z[ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO ok!
82362024-12-21T05:07:57.488Z[ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO STEP 21 (ensure_symlink) COMPLETE
82372024-12-21T05:07:57.488Z[ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82382024-12-21T05:07:57.498Z[ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82392024-12-21T05:07:57.498Z[ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82402024-12-21T05:07:57.498Z[ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82412024-12-21T05:07:57.501Z[ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO ok!
82422024-12-21T05:07:57.501Z[ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO STEP 22 (ensure_symlink) COMPLETE
82432024-12-21T05:07:57.501Z[ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82442024-12-21T05:07:57.510Z[ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82452024-12-21T05:07:57.510Z[ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82462024-12-21T05:07:57.513Z[ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82472024-12-21T05:07:57.513Z[ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO ok!
82482024-12-21T05:07:57.513Z[ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO STEP 23 (ensure_symlink) COMPLETE
82492024-12-21T05:07:57.513Z[ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82502024-12-21T05:07:57.525Z[ recovery-image] Dec 21 05:07:56.783 INFO O| Dec 21 05:07:56.783 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82512024-12-21T05:07:57.525Z[ recovery-image] Dec 21 05:07:56.783 INFO O| Dec 21 05:07:56.783 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 ...
82522024-12-21T05:07:57.528Z[ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82532024-12-21T05:07:57.528Z[ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO ok!
82542024-12-21T05:07:57.528Z[ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO STEP 24 (ensure_file) COMPLETE
82552024-12-21T05:07:57.528Z[ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82562024-12-21T05:07:57.541Z[ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO updating shadow file
82572024-12-21T05:07:57.544Z[ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82582024-12-21T05:07:57.544Z[ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82592024-12-21T05:07:57.544Z[ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO STEP 25 (shadow) COMPLETE
82602024-12-21T05:07:57.544Z[ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82612024-12-21T05:07:57.555Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82622024-12-21T05:07:57.559Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82632024-12-21T05:07:57.559Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82642024-12-21T05:07:57.559Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO ok!
82652024-12-21T05:07:57.559Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO STEP 26 (ensure_file) COMPLETE
82662024-12-21T05:07:57.559Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82672024-12-21T05:07:57.566Z[ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82682024-12-21T05:07:57.569Z[ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82692024-12-21T05:07:57.569Z[ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82702024-12-21T05:07:57.569Z[ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO ok!
82712024-12-21T05:07:57.569Z[ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO STEP 27 (ensure_file) COMPLETE
82722024-12-21T05:07:57.569Z[ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82732024-12-21T05:07:57.578Z[ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82742024-12-21T05:07:57.584Z[ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82752024-12-21T05:07:57.584Z[ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82762024-12-21T05:07:57.584Z[ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82772024-12-21T05:07:57.584Z[ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO ok!
82782024-12-21T05:07:57.584Z[ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO STEP 28 (ensure_file) COMPLETE
82792024-12-21T05:07:57.584Z[ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82802024-12-21T05:07:57.589Z[ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82812024-12-21T05:07:57.589Z[ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82822024-12-21T05:07:57.592Z[ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82832024-12-21T05:07:57.592Z[ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO ok!
82842024-12-21T05:07:57.592Z[ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO STEP 29 (ensure_file) COMPLETE
82852024-12-21T05:07:57.592Z[ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82862024-12-21T05:07:57.601Z[ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82872024-12-21T05:07:57.603Z[ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82882024-12-21T05:07:57.603Z[ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82892024-12-21T05:07:57.604Z[ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO ok!
82902024-12-21T05:07:57.604Z[ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO STEP 30 (ensure_file) COMPLETE
82912024-12-21T05:07:57.604Z[ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82922024-12-21T05:07:57.612Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82932024-12-21T05:07:57.613Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82942024-12-21T05:07:57.616Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82952024-12-21T05:07:57.616Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82962024-12-21T05:07:57.616Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO ok!
82972024-12-21T05:07:57.616Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 31 (ensure_file) COMPLETE
82982024-12-21T05:07:57.616Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82992024-12-21T05:07:57.627Z[ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83002024-12-21T05:07:57.627Z[ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83012024-12-21T05:07:57.631Z[ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83022024-12-21T05:07:57.631Z[ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO ok!
83032024-12-21T05:07:57.632Z[ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO STEP 32 (ensure_file) COMPLETE
83042024-12-21T05:07:57.632Z[ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83052024-12-21T05:07:57.637Z[ recovery-image] Dec 21 05:07:56.896 INFO O| Dec 21 05:07:56.896 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83062024-12-21T05:07:57.637Z[ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83072024-12-21T05:07:57.640Z[ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83082024-12-21T05:07:57.640Z[ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO ok!
83092024-12-21T05:07:57.640Z[ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO STEP 33 (ensure_file) COMPLETE
83102024-12-21T05:07:57.640Z[ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83112024-12-21T05:07:57.648Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83122024-12-21T05:07:57.648Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83132024-12-21T05:07:57.652Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83142024-12-21T05:07:57.652Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83152024-12-21T05:07:57.652Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83162024-12-21T05:07:57.652Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83172024-12-21T05:07:57.652Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO ok!
83182024-12-21T05:07:57.652Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO STEP 34 (ensure_file) COMPLETE
83192024-12-21T05:07:57.652Z[ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83202024-12-21T05:07:57.659Z[ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83212024-12-21T05:07:57.664Z[ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83222024-12-21T05:07:57.664Z[ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83232024-12-21T05:07:57.664Z[ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO STEP 35 (ensure_dir) COMPLETE
83242024-12-21T05:07:57.664Z[ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83252024-12-21T05:07:57.673Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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
83262024-12-21T05:07:57.673Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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 ...
83272024-12-21T05:07:57.675Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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
83282024-12-21T05:07:57.675Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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
83292024-12-21T05:07:57.675Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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
83302024-12-21T05:07:57.675Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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
83312024-12-21T05:07:57.676Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 INFO ok!
83322024-12-21T05:07:57.677Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 INFO STEP 36 (ensure_file) COMPLETE
83332024-12-21T05:07:57.677Z[ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83342024-12-21T05:07:57.686Z[ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83352024-12-21T05:07:57.689Z[ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 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 ...
83362024-12-21T05:07:57.689Z[ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83372024-12-21T05:07:57.689Z[ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO ok!
83382024-12-21T05:07:57.689Z[ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO STEP 37 (ensure_symlink) COMPLETE
83392024-12-21T05:07:57.689Z[ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83402024-12-21T05:07:57.696Z[ recovery-image] Dec 21 05:07:56.955 INFO O| Dec 21 05:07:56.955 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83412024-12-21T05:07:57.696Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.955 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83422024-12-21T05:07:57.698Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83432024-12-21T05:07:57.698Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83442024-12-21T05:07:57.698Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83452024-12-21T05:07:57.698Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83462024-12-21T05:07:57.699Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO ok!
83472024-12-21T05:07:57.699Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO STEP 38 (ensure_file) COMPLETE
83482024-12-21T05:07:57.699Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83492024-12-21T05:07:57.707Z[ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83502024-12-21T05:07:57.707Z[ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
83512024-12-21T05:07:57.709Z[ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 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
83522024-12-21T05:07:57.710Z[ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83532024-12-21T05:07:57.710Z[ recovery-image] Dec 21 05:07:56.967 INFO O| Dec 21 05:07:56.966 INFO ok!
83542024-12-21T05:07:57.710Z[ recovery-image] Dec 21 05:07:56.967 INFO O| Dec 21 05:07:56.967 INFO STEP 39 (ensure_file) COMPLETE
83552024-12-21T05:07:57.710Z[ recovery-image] Dec 21 05:07:56.967 INFO O| Dec 21 05:07:56.967 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83562024-12-21T05:07:57.717Z[ recovery-image] Dec 21 05:07:56.977 INFO O| Dec 21 05:07:56.977 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83572024-12-21T05:07:57.717Z[ recovery-image] Dec 21 05:07:56.977 INFO O| Dec 21 05:07:56.977 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83582024-12-21T05:07:57.721Z[ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83592024-12-21T05:07:57.721Z[ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO ok!
83602024-12-21T05:07:57.721Z[ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 40 (ensure_file) COMPLETE
83612024-12-21T05:07:57.721Z[ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83622024-12-21T05:07:57.733Z[ recovery-image] Dec 21 05:07:56.990 INFO O| Dec 21 05:07:56.990 INFO updating shadow file
83632024-12-21T05:07:57.739Z[ recovery-image] Dec 21 05:07:56.991 INFO O| Dec 21 05:07:56.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83642024-12-21T05:07:57.739Z[ recovery-image] Dec 21 05:07:56.991 INFO O| Dec 21 05:07:56.991 INFO STEP 41 (shadow) COMPLETE
83652024-12-21T05:07:57.739Z[ recovery-image] Dec 21 05:07:56.991 INFO O| Dec 21 05:07:56.991 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83662024-12-21T05:07:57.746Z[ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83672024-12-21T05:07:57.748Z[ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83682024-12-21T05:07:57.748Z[ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83692024-12-21T05:07:57.749Z[ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83702024-12-21T05:07:57.749Z[ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO ok!
83712024-12-21T05:07:57.749Z[ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO STEP 42 (ensure_file) COMPLETE
83722024-12-21T05:07:57.749Z[ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83732024-12-21T05:07:57.762Z[ recovery-image] Dec 21 05:07:57.021 INFO O| Dec 21 05:07:57.021 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83742024-12-21T05:07:57.766Z[ recovery-image] Dec 21 05:07:57.021 INFO O| Dec 21 05:07:57.021 INFO STEP 43 (ensure_dir) COMPLETE
83752024-12-21T05:07:57.766Z[ recovery-image] Dec 21 05:07:57.021 INFO O| Dec 21 05:07:57.021 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83762024-12-21T05:07:57.773Z[ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83772024-12-21T05:07:57.773Z[ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83782024-12-21T05:07:57.773Z[ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO STEP 44 (ensure_dir) COMPLETE
83792024-12-21T05:07:57.776Z[ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83802024-12-21T05:07:57.783Z[ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83812024-12-21T05:07:57.783Z[ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83822024-12-21T05:07:57.789Z[ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO STEP 45 (ensure_dir) COMPLETE
83832024-12-21T05:07:57.789Z[ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83842024-12-21T05:07:57.796Z[ recovery-image] Dec 21 05:07:57.057 INFO O| Dec 21 05:07:57.057 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83852024-12-21T05:07:57.796Z[ recovery-image] Dec 21 05:07:57.057 INFO O| Dec 21 05:07:57.057 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83862024-12-21T05:07:57.832Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83872024-12-21T05:07:57.832Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO ok!
83882024-12-21T05:07:57.832Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO STEP 46 (ensure_file) COMPLETE
83892024-12-21T05:07:57.836Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83902024-12-21T05:07:57.848Z[ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.109 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83912024-12-21T05:07:57.851Z[ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83922024-12-21T05:07:57.851Z[ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.110 INFO STEP 47 (ensure_dir) COMPLETE
83932024-12-21T05:07:57.851Z[ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.110 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83942024-12-21T05:07:57.863Z[ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83952024-12-21T05:07:57.863Z[ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83962024-12-21T05:07:57.866Z[ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83972024-12-21T05:07:57.866Z[ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO ok!
83982024-12-21T05:07:57.866Z[ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO STEP 48 (ensure_file) COMPLETE
83992024-12-21T05:07:57.866Z[ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84002024-12-21T05:07:57.874Z[ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84012024-12-21T05:07:57.877Z[ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84022024-12-21T05:07:57.877Z[ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO STEP 49 (ensure_dir) COMPLETE
84032024-12-21T05:07:57.877Z[ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84042024-12-21T05:07:57.886Z[ recovery-image] Dec 21 05:07:57.147 INFO O| Dec 21 05:07:57.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84052024-12-21T05:07:57.886Z[ recovery-image] Dec 21 05:07:57.147 INFO O| Dec 21 05:07:57.147 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84062024-12-21T05:07:57.901Z[ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84072024-12-21T05:07:57.901Z[ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO ok!
84082024-12-21T05:07:57.901Z[ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO STEP 50 (ensure_file) COMPLETE
84092024-12-21T05:07:57.904Z[ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84102024-12-21T05:07:57.913Z[ recovery-image] Dec 21 05:07:57.175 INFO O| Dec 21 05:07:57.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84112024-12-21T05:07:57.913Z[ recovery-image] Dec 21 05:07:57.175 INFO O| Dec 21 05:07:57.175 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84122024-12-21T05:07:58.605Z[ recovery-image] Dec 21 05:07:57.872 INFO O| Dec 21 05:07:57.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84132024-12-21T05:07:58.605Z[ recovery-image] Dec 21 05:07:57.872 INFO O| Dec 21 05:07:57.872 INFO ok!
84142024-12-21T05:07:58.609Z[ recovery-image] Dec 21 05:07:57.873 INFO O| Dec 21 05:07:57.872 INFO STEP 51 (ensure_file) COMPLETE
84152024-12-21T05:07:58.609Z[ recovery-image] Dec 21 05:07:57.873 INFO O| Dec 21 05:07:57.872 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84162024-12-21T05:07:58.622Z[ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84172024-12-21T05:07:58.625Z[ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84182024-12-21T05:07:58.625Z[ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO STEP 52 (ensure_dir) COMPLETE
84192024-12-21T05:07:58.625Z[ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84202024-12-21T05:07:58.632Z[ recovery-image] Dec 21 05:07:57.900 INFO O| Dec 21 05:07:57.900 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84212024-12-21T05:07:58.632Z[ recovery-image] Dec 21 05:07:57.900 INFO O| Dec 21 05:07:57.900 INFO copying /tmp/.tmpreaqKo/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 ...
84222024-12-21T05:07:58.635Z[ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 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
84232024-12-21T05:07:58.635Z[ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 INFO ok!
84242024-12-21T05:07:58.635Z[ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 INFO STEP 53 (ensure_file) COMPLETE
84252024-12-21T05:07:58.635Z[ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84262024-12-21T05:07:58.645Z[ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84272024-12-21T05:07:58.645Z[ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO copying /tmp/.tmpreaqKo/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 ...
84282024-12-21T05:07:58.649Z[ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 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
84292024-12-21T05:07:58.649Z[ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO ok!
84302024-12-21T05:07:58.649Z[ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO STEP 54 (ensure_file) COMPLETE
84312024-12-21T05:07:58.649Z[ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84322024-12-21T05:07:58.661Z[ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84332024-12-21T05:07:58.664Z[ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84342024-12-21T05:07:58.664Z[ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO STEP 55 (ensure_dir) COMPLETE
84352024-12-21T05:07:58.664Z[ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84362024-12-21T05:07:58.668Z[ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84372024-12-21T05:07:58.668Z[ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO copying /tmp/.tmpreaqKo/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 ...
84382024-12-21T05:07:58.671Z[ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84392024-12-21T05:07:58.671Z[ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO ok!
84402024-12-21T05:07:58.671Z[ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO STEP 56 (ensure_file) COMPLETE
84412024-12-21T05:07:58.671Z[ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84422024-12-21T05:07:58.679Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84432024-12-21T05:07:58.680Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO copying /tmp/.tmpreaqKo/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 ...
84442024-12-21T05:07:58.682Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 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
84452024-12-21T05:07:58.682Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO ok!
84462024-12-21T05:07:58.683Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO STEP 57 (ensure_file) COMPLETE
84472024-12-21T05:07:58.683Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84482024-12-21T05:07:58.691Z[ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84492024-12-21T05:07:58.691Z[ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84502024-12-21T05:07:58.694Z[ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.960 INFO STEP 58 (ensure_dir) COMPLETE
84512024-12-21T05:07:58.694Z[ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.960 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84522024-12-21T05:07:58.703Z[ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84532024-12-21T05:07:58.703Z[ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO copying /tmp/.tmpreaqKo/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 ...
84542024-12-21T05:07:58.706Z[ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84552024-12-21T05:07:58.706Z[ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO ok!
84562024-12-21T05:07:58.706Z[ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO STEP 59 (ensure_file) COMPLETE
84572024-12-21T05:07:58.706Z[ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84582024-12-21T05:07:58.715Z[ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84592024-12-21T05:07:58.715Z[ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84602024-12-21T05:07:58.715Z[ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84612024-12-21T05:07:58.715Z[ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO ok!
84622024-12-21T05:07:58.717Z[ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO STEP 60 (ensure_file) COMPLETE
84632024-12-21T05:07:58.717Z[ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84642024-12-21T05:07:58.726Z[ recovery-image] Dec 21 05:07:57.995 INFO O| Dec 21 05:07:57.995 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84652024-12-21T05:07:58.726Z[ recovery-image] Dec 21 05:07:57.995 INFO O| Dec 21 05:07:57.995 INFO STEP 61 (ensure_dir) COMPLETE
84662024-12-21T05:07:58.726Z[ recovery-image] Dec 21 05:07:57.995 INFO O| Dec 21 05:07:57.995 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84672024-12-21T05:07:58.741Z[ recovery-image] Dec 21 05:07:58.009 INFO O| Dec 21 05:07:58.009 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84682024-12-21T05:07:58.741Z[ recovery-image] Dec 21 05:07:58.009 INFO O| Dec 21 05:07:58.009 INFO STEP 62 (ensure_dir) COMPLETE
84692024-12-21T05:07:58.744Z[ recovery-image] Dec 21 05:07:58.009 INFO O| Dec 21 05:07:58.009 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84702024-12-21T05:07:58.754Z[ recovery-image] Dec 21 05:07:58.023 INFO O| Dec 21 05:07:58.023 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84712024-12-21T05:07:58.754Z[ recovery-image] Dec 21 05:07:58.023 INFO O| Dec 21 05:07:58.023 INFO STEP 63 (ensure_dir) COMPLETE
84722024-12-21T05:07:58.757Z[ recovery-image] Dec 21 05:07:58.023 INFO O| Dec 21 05:07:58.023 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84732024-12-21T05:07:58.767Z[ recovery-image] Dec 21 05:07:58.037 INFO O| Dec 21 05:07:58.037 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84742024-12-21T05:07:58.770Z[ recovery-image] Dec 21 05:07:58.037 INFO O| Dec 21 05:07:58.037 INFO STEP 64 (ensure_dir) COMPLETE
84752024-12-21T05:07:58.770Z[ recovery-image] Dec 21 05:07:58.037 INFO O| Dec 21 05:07:58.037 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84762024-12-21T05:07:58.781Z[ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.050 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84772024-12-21T05:07:58.781Z[ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84782024-12-21T05:07:58.781Z[ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84792024-12-21T05:07:58.786Z[ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO ok!
84802024-12-21T05:07:58.786Z[ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO STEP 65 (ensure_file) COMPLETE
84812024-12-21T05:07:58.786Z[ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84822024-12-21T05:07:58.792Z[ recovery-image] Dec 21 05:07:58.062 INFO O| Dec 21 05:07:58.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84832024-12-21T05:07:58.794Z[ recovery-image] Dec 21 05:07:58.062 INFO O| Dec 21 05:07:58.062 INFO STEP 66 (remove_files) COMPLETE
84842024-12-21T05:07:58.794Z[ recovery-image] Dec 21 05:07:58.062 INFO O| Dec 21 05:07:58.062 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84852024-12-21T05:07:58.803Z[ recovery-image] Dec 21 05:07:58.073 INFO O| Dec 21 05:07:58.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84862024-12-21T05:07:58.806Z[ recovery-image] Dec 21 05:07:58.073 INFO O| Dec 21 05:07:58.073 INFO STEP 67 (remove_files) COMPLETE
84872024-12-21T05:07:58.806Z[ recovery-image] Dec 21 05:07:58.073 INFO O| Dec 21 05:07:58.073 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84882024-12-21T05:07:58.814Z[ recovery-image] Dec 21 05:07:58.084 INFO O| Dec 21 05:07:58.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84892024-12-21T05:07:58.817Z[ recovery-image] Dec 21 05:07:58.084 INFO O| Dec 21 05:07:58.084 INFO STEP 68 (remove_files) COMPLETE
84902024-12-21T05:07:58.817Z[ recovery-image] Dec 21 05:07:58.084 INFO O| Dec 21 05:07:58.084 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84912024-12-21T05:07:58.829Z[ recovery-image] Dec 21 05:07:58.098 INFO O| Dec 21 05:07:58.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84922024-12-21T05:07:58.831Z[ recovery-image] Dec 21 05:07:58.098 INFO O| Dec 21 05:07:58.098 INFO STEP 69 (remove_files) COMPLETE
84932024-12-21T05:07:58.831Z[ recovery-image] Dec 21 05:07:58.098 INFO O| Dec 21 05:07:58.098 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84942024-12-21T05:07:58.840Z[ recovery-image] Dec 21 05:07:58.109 INFO O| Dec 21 05:07:58.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84952024-12-21T05:07:58.842Z[ recovery-image] Dec 21 05:07:58.109 INFO O| Dec 21 05:07:58.109 INFO STEP 70 (remove_files) COMPLETE
84962024-12-21T05:07:58.842Z[ recovery-image] Dec 21 05:07:58.109 INFO O| Dec 21 05:07:58.109 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84972024-12-21T05:07:58.852Z[ recovery-image] Dec 21 05:07:58.123 INFO O| Dec 21 05:07:58.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84982024-12-21T05:07:58.855Z[ recovery-image] Dec 21 05:07:58.123 INFO O| Dec 21 05:07:58.123 INFO STEP 71 (remove_files) COMPLETE
84992024-12-21T05:07:58.855Z[ recovery-image] Dec 21 05:07:58.123 INFO O| Dec 21 05:07:58.123 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85002024-12-21T05:07:58.864Z[ recovery-image] Dec 21 05:07:58.135 INFO O| Dec 21 05:07:58.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85012024-12-21T05:07:58.864Z[ recovery-image] Dec 21 05:07:58.135 INFO O| Dec 21 05:07:58.135 INFO STEP 72 (remove_files) COMPLETE
85022024-12-21T05:07:58.864Z[ recovery-image] Dec 21 05:07:58.135 INFO O| Dec 21 05:07:58.135 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85032024-12-21T05:07:58.880Z[ recovery-image] Dec 21 05:07:58.149 INFO O| Dec 21 05:07:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85042024-12-21T05:07:58.880Z[ recovery-image] Dec 21 05:07:58.149 INFO O| Dec 21 05:07:58.149 INFO STEP 73 (remove_files) COMPLETE
85052024-12-21T05:07:58.880Z[ recovery-image] Dec 21 05:07:58.149 INFO O| Dec 21 05:07:58.149 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85062024-12-21T05:07:58.890Z[ recovery-image] Dec 21 05:07:58.161 INFO O| Dec 21 05:07:58.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85072024-12-21T05:07:58.891Z[ recovery-image] Dec 21 05:07:58.161 INFO O| Dec 21 05:07:58.161 INFO STEP 74 (remove_files) COMPLETE
85082024-12-21T05:07:58.893Z[ recovery-image] Dec 21 05:07:58.161 INFO O| Dec 21 05:07:58.161 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85092024-12-21T05:07:58.902Z[ recovery-image] Dec 21 05:07:58.173 INFO O| Dec 21 05:07:58.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85102024-12-21T05:07:58.902Z[ recovery-image] Dec 21 05:07:58.173 INFO O| Dec 21 05:07:58.173 INFO STEP 75 (remove_files) COMPLETE
85112024-12-21T05:07:58.902Z[ recovery-image] Dec 21 05:07:58.173 INFO O| Dec 21 05:07:58.173 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85122024-12-21T05:07:58.917Z[ recovery-image] Dec 21 05:07:58.188 INFO O| Dec 21 05:07:58.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85132024-12-21T05:07:58.920Z[ recovery-image] Dec 21 05:07:58.188 INFO O| Dec 21 05:07:58.188 INFO STEP 76 (remove_files) COMPLETE
85142024-12-21T05:07:58.920Z[ recovery-image] Dec 21 05:07:58.188 INFO O| Dec 21 05:07:58.188 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85152024-12-21T05:07:58.931Z[ recovery-image] Dec 21 05:07:58.202 INFO O| Dec 21 05:07:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85162024-12-21T05:07:58.931Z[ recovery-image] Dec 21 05:07:58.202 INFO O| Dec 21 05:07:58.202 INFO STEP 77 (remove_files) COMPLETE
85172024-12-21T05:07:58.931Z[ recovery-image] Dec 21 05:07:58.202 INFO O| Dec 21 05:07:58.202 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85182024-12-21T05:07:58.944Z[ recovery-image] Dec 21 05:07:58.215 INFO O| Dec 21 05:07:58.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85192024-12-21T05:07:58.944Z[ recovery-image] Dec 21 05:07:58.215 INFO O| Dec 21 05:07:58.215 INFO STEP 78 (remove_files) COMPLETE
85202024-12-21T05:07:58.947Z[ recovery-image] Dec 21 05:07:58.215 INFO O| Dec 21 05:07:58.215 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85212024-12-21T05:07:58.956Z[ recovery-image] Dec 21 05:07:58.227 INFO O| Dec 21 05:07:58.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85222024-12-21T05:07:58.956Z[ recovery-image] Dec 21 05:07:58.227 INFO O| Dec 21 05:07:58.227 INFO STEP 79 (remove_files) COMPLETE
85232024-12-21T05:07:58.956Z[ recovery-image] Dec 21 05:07:58.227 INFO O| Dec 21 05:07:58.227 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85242024-12-21T05:07:58.969Z[ recovery-image] Dec 21 05:07:58.241 INFO O| Dec 21 05:07:58.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85252024-12-21T05:07:58.969Z[ recovery-image] Dec 21 05:07:58.241 INFO O| Dec 21 05:07:58.241 INFO STEP 80 (remove_files) COMPLETE
85262024-12-21T05:07:58.969Z[ recovery-image] Dec 21 05:07:58.241 INFO O| Dec 21 05:07:58.241 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85272024-12-21T05:07:58.983Z[ recovery-image] Dec 21 05:07:58.254 INFO O| Dec 21 05:07:58.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85282024-12-21T05:07:58.984Z[ recovery-image] Dec 21 05:07:58.254 INFO O| Dec 21 05:07:58.254 INFO STEP 81 (remove_files) COMPLETE
85292024-12-21T05:07:58.987Z[ recovery-image] Dec 21 05:07:58.254 INFO O| Dec 21 05:07:58.254 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85302024-12-21T05:07:58.994Z[ recovery-image] Dec 21 05:07:58.266 INFO O| Dec 21 05:07:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85312024-12-21T05:07:58.994Z[ recovery-image] Dec 21 05:07:58.266 INFO O| Dec 21 05:07:58.266 INFO STEP 82 (remove_files) COMPLETE
85322024-12-21T05:07:58.994Z[ recovery-image] Dec 21 05:07:58.266 INFO O| Dec 21 05:07:58.266 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85332024-12-21T05:07:59.005Z[ recovery-image] Dec 21 05:07:58.277 INFO O| Dec 21 05:07:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85342024-12-21T05:07:59.007Z[ recovery-image] Dec 21 05:07:58.277 INFO O| Dec 21 05:07:58.277 INFO STEP 83 (remove_files) COMPLETE
85352024-12-21T05:07:59.007Z[ recovery-image] Dec 21 05:07:58.277 INFO O| Dec 21 05:07:58.277 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85362024-12-21T05:07:59.018Z[ recovery-image] Dec 21 05:07:58.290 INFO O| Dec 21 05:07:58.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85372024-12-21T05:07:59.018Z[ recovery-image] Dec 21 05:07:58.290 INFO O| Dec 21 05:07:58.290 INFO STEP 84 (remove_files) COMPLETE
85382024-12-21T05:07:59.018Z[ recovery-image] Dec 21 05:07:58.290 INFO O| Dec 21 05:07:58.290 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85392024-12-21T05:07:59.029Z[ recovery-image] Dec 21 05:07:58.301 INFO O| Dec 21 05:07:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85402024-12-21T05:07:59.029Z[ recovery-image] Dec 21 05:07:58.301 INFO O| Dec 21 05:07:58.301 INFO STEP 85 (remove_files) COMPLETE
85412024-12-21T05:07:59.029Z[ recovery-image] Dec 21 05:07:58.301 INFO O| Dec 21 05:07:58.301 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85422024-12-21T05:07:59.042Z[ recovery-image] Dec 21 05:07:58.314 INFO O| Dec 21 05:07:58.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85432024-12-21T05:07:59.047Z[ recovery-image] Dec 21 05:07:58.315 INFO O| Dec 21 05:07:58.315 INFO STEP 86 (remove_files) COMPLETE
85442024-12-21T05:07:59.047Z[ recovery-image] Dec 21 05:07:58.315 INFO O| Dec 21 05:07:58.315 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85452024-12-21T05:07:59.054Z[ recovery-image] Dec 21 05:07:58.326 INFO O| Dec 21 05:07:58.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85462024-12-21T05:07:59.054Z[ recovery-image] Dec 21 05:07:58.326 INFO O| Dec 21 05:07:58.326 INFO STEP 87 (remove_files) COMPLETE
85472024-12-21T05:07:59.054Z[ recovery-image] Dec 21 05:07:58.326 INFO O| Dec 21 05:07:58.326 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85482024-12-21T05:07:59.067Z[ recovery-image] Dec 21 05:07:58.339 INFO O| Dec 21 05:07:58.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85492024-12-21T05:07:59.067Z[ recovery-image] Dec 21 05:07:58.340 INFO O| Dec 21 05:07:58.340 INFO STEP 88 (remove_files) COMPLETE
85502024-12-21T05:07:59.070Z[ recovery-image] Dec 21 05:07:58.340 INFO O| Dec 21 05:07:58.340 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85512024-12-21T05:07:59.079Z[ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85522024-12-21T05:07:59.079Z[ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 89 (remove_files) COMPLETE
85532024-12-21T05:07:59.079Z[ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85542024-12-21T05:07:59.096Z[ recovery-image] Dec 21 05:07:58.365 INFO O| Dec 21 05:07:58.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85552024-12-21T05:07:59.097Z[ recovery-image] Dec 21 05:07:58.365 INFO O| Dec 21 05:07:58.365 INFO STEP 90 (remove_files) COMPLETE
85562024-12-21T05:07:59.097Z[ recovery-image] Dec 21 05:07:58.365 INFO O| Dec 21 05:07:58.365 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85572024-12-21T05:07:59.106Z[ recovery-image] Dec 21 05:07:58.378 INFO O| Dec 21 05:07:58.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85582024-12-21T05:07:59.106Z[ recovery-image] Dec 21 05:07:58.378 INFO O| Dec 21 05:07:58.378 INFO STEP 91 (remove_files) COMPLETE
85592024-12-21T05:07:59.108Z[ recovery-image] Dec 21 05:07:58.378 INFO O| Dec 21 05:07:58.378 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85602024-12-21T05:07:59.117Z[ recovery-image] Dec 21 05:07:58.389 INFO O| Dec 21 05:07:58.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85612024-12-21T05:07:59.117Z[ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.389 INFO STEP 92 (remove_files) COMPLETE
85622024-12-21T05:07:59.119Z[ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.389 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85632024-12-21T05:07:59.130Z[ recovery-image] Dec 21 05:07:58.402 INFO O| Dec 21 05:07:58.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85642024-12-21T05:07:59.130Z[ recovery-image] Dec 21 05:07:58.403 INFO O| Dec 21 05:07:58.402 INFO STEP 93 (remove_files) COMPLETE
85652024-12-21T05:07:59.130Z[ recovery-image] Dec 21 05:07:58.403 INFO O| Dec 21 05:07:58.402 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85662024-12-21T05:07:59.141Z[ recovery-image] Dec 21 05:07:58.414 INFO O| Dec 21 05:07:58.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85672024-12-21T05:07:59.141Z[ recovery-image] Dec 21 05:07:58.414 INFO O| Dec 21 05:07:58.414 INFO STEP 94 (remove_files) COMPLETE
85682024-12-21T05:07:59.144Z[ recovery-image] Dec 21 05:07:58.414 INFO O| Dec 21 05:07:58.414 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85692024-12-21T05:07:59.162Z[ recovery-image] Dec 21 05:07:58.435 INFO O| Dec 21 05:07:58.435 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85702024-12-21T05:07:59.165Z[ recovery-image] Dec 21 05:07:58.435 INFO O| Dec 21 05:07:58.435 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
85712024-12-21T05:08:05.722Z[ recovery-image] Dec 21 05:08:05.055 INFO O| Dec 21 05:08:05.054 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
85722024-12-21T05:08:05.722Z[ recovery-image] Dec 21 05:08:05.055 INFO O| Dec 21 05:08:05.055 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85732024-12-21T05:08:05.736Z[ recovery-image] Dec 21 05:08:05.068 INFO O| Dec 21 05:08:05.068 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
85742024-12-21T05:08:05.820Z[ recovery-image] Dec 21 05:08:05.154 INFO O| Dec 21 05:08:05.154 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85752024-12-21T05:08:05.820Z[ recovery-image] Dec 21 05:08:05.154 INFO O| Dec 21 05:08:05.154 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 ...
85762024-12-21T05:08:05.824Z[ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85772024-12-21T05:08:05.824Z[ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO ok!
85782024-12-21T05:08:05.824Z[ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85792024-12-21T05:08:05.825Z[ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO STEP 95 (seed_smf) COMPLETE
85802024-12-21T05:08:05.825Z[ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO steps complete; finalising image!
85812024-12-21T05:08:05.825Z[ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85822024-12-21T05:08:05.861Z[ recovery-image] Dec 21 05:08:05.194 INFO O| Dec 21 05:08:05.194 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Sat Dec 21 05:08:05 2024)
85832024-12-21T05:08:06.067Z[ recovery-image] Dec 21 05:08:05.402 INFO O| Dec 21 05:08:05.402 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 05:08:05 2024)
85842024-12-21T05:08:06.274Z[ recovery-image] Dec 21 05:08:05.612 INFO O| Dec 21 05:08:05.612 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 05:08:05 2024)
85852024-12-21T05:08:06.499Z[ recovery-image] Dec 21 05:08:05.838 INFO O| Dec 21 05:08:05.838 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio
85862024-12-21T05:08:06.499Z[ recovery-image] Dec 21 05:08:05.838 INFO O| Dec 21 05:08:05.838 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85872024-12-21T05:08:06.764Z[ recovery-image] Dec 21 05:08:06.106 INFO O| Dec 21 05:08:06.106 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
85882024-12-21T05:08:06.764Z[ recovery-image] Dec 21 05:08:06.106 INFO O| Dec 21 05:08:06.106 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85892024-12-21T05:08:11.343Z[ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85902024-12-21T05:08:11.343Z[ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85912024-12-21T05:08:11.346Z[ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85922024-12-21T05:08:11.346Z[ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO completed processing gimlet/zfs-recovery
85932024-12-21T05:08:11.346Z[ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85942024-12-21T05:08:11.816Z[ recovery-image] Dec 21 05:08:11.204 INFO O| Dec 21 05:08:11.204 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85952024-12-21T05:08:11.946Z[ recovery-image] Dec 21 05:08:11.335 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85962024-12-21T05:08:11.948Z[ recovery-image] Dec 21 05:08:11.336 INFO expanded image name: "recovery 3c83ce0/${os_short_commit} 2024-12-21 04:34" -> "recovery 3c83ce0/37a4469 2024-12-21 04:34"
85972024-12-21T05:08:11.949Z[ recovery-image] Dec 21 05:08:11.336 INFO output artefacts stored in: "/work/os-recovery"
85982024-12-21T05:08:11.949Z[ recovery-image] Dec 21 05:08:11.336 INFO collecting git info from project "image-builder"...
85992024-12-21T05:08:11.992Z[ recovery-image] Dec 21 05:08:11.381 INFO collecting git info from project "pinprick"...
86002024-12-21T05:08:12.004Z[ recovery-image] Dec 21 05:08:11.394 INFO collecting git info from project "phbl"...
86012024-12-21T05:08:12.015Z[ recovery-image] Dec 21 05:08:11.405 INFO collecting git info from project "pilot"...
86022024-12-21T05:08:12.036Z[ recovery-image] Dec 21 05:08:11.426 INFO collecting git info from project "chelsio-t6-roms"...
86032024-12-21T05:08:12.078Z[ recovery-image] Dec 21 05:08:11.468 INFO collecting git info from project "bootserver"...
86042024-12-21T05:08:12.280Z[ recovery-image] Dec 21 05:08:11.672 INFO collecting git info from project "amd-firmware"...
86052024-12-21T05:08:12.917Z[ recovery-image] Dec 21 05:08:12.316 INFO collecting git info from project "amd-host-image-builder"...
86062024-12-21T05:08:13.806Z[ recovery-image] Dec 21 05:08:12.919 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86072024-12-21T05:08:14.618Z[ recovery-image] Dec 21 05:08:14.031 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86082024-12-21T05:08:15.382Z[ recovery-image] Dec 21 05:08:14.803 INFO creating Oxide boot image...
86092024-12-21T05:08:15.385Z[ recovery-image] Dec 21 05:08:14.803 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 3c83ce0/37a4469 2024-12-21 04:34", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86102024-12-21T05:09:19.023Z[ host-image] Dec 21 05:09:19.020 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
86112024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
86122024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86132024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86142024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86152024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.022 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86162024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86172024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86182024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86192024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86202024-12-21T05:09:19.026Z[ host-image] Dec 21 05:09:19.024 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86212024-12-21T05:09:19.028Z[ host-image] Dec 21 05:09:19.026 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86222024-12-21T05:09:19.028Z[ host-image] Dec 21 05:09:19.028 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86232024-12-21T05:09:19.031Z[ host-image] Dec 21 05:09:19.029 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86242024-12-21T05:09:19.031Z[ host-image] Dec 21 05:09:19.029 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86252024-12-21T05:09:19.031Z[ host-image] Dec 21 05:09:19.030 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86262024-12-21T05:09:19.032Z[ host-image] Dec 21 05:09:19.031 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86272024-12-21T05:09:19.032Z[ host-image] Dec 21 05:09:19.031 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86282024-12-21T05:09:19.032Z[ host-image] Dec 21 05:09:19.031 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86292024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86302024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86312024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86322024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86332024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.033 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86342024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.033 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86352024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.033 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86362024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86372024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86382024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86392024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86402024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
86412024-12-21T05:09:19.035Z[ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
86422024-12-21T05:09:19.038Z[ host-image] Dec 21 05:09:19.035 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
86432024-12-21T05:09:19.039Z[ host-image] Dec 21 05:09:19.035 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
86442024-12-21T05:09:19.039Z[ host-image] Dec 21 05:09:19.037 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
86452024-12-21T05:09:19.039Z[ host-image] Dec 21 05:09:19.037 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
86462024-12-21T05:09:19.050Z[ host-image] Dec 21 05:09:19.050 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86472024-12-21T05:09:19.050Z[ host-image] Dec 21 05:09:19.050 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
86482024-12-21T05:09:19.053Z[ host-image] Dec 21 05:09:19.050 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86492024-12-21T05:09:19.053Z[ host-image] Dec 21 05:09:19.051 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86502024-12-21T05:09:19.053Z[ host-image] Dec 21 05:09:19.052 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86512024-12-21T05:09:19.053Z[ host-image] Dec 21 05:09:19.052 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
86522024-12-21T05:09:19.053Z[ host-image] Dec 21 05:09:19.052 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86532024-12-21T05:09:19.053Z[ host-image] Dec 21 05:09:19.053 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86542024-12-21T05:09:19.056Z[ host-image] Dec 21 05:09:19.054 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86552024-12-21T05:09:19.056Z[ host-image] Dec 21 05:09:19.055 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86562024-12-21T05:09:19.073Z[ host-image] Dec 21 05:09:19.073 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86572024-12-21T05:09:19.073Z[ host-image] Dec 21 05:09:19.073 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86582024-12-21T05:09:19.076Z[ host-image] Dec 21 05:09:19.073 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86592024-12-21T05:09:19.076Z[ host-image] Dec 21 05:09:19.074 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86602024-12-21T05:09:19.076Z[ host-image] Dec 21 05:09:19.075 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86612024-12-21T05:09:19.076Z[ host-image] Dec 21 05:09:19.075 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86622024-12-21T05:09:19.130Z[ host-image] Dec 21 05:09:19.130 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86632024-12-21T05:09:19.133Z[ host-image] Dec 21 05:09:19.131 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86642024-12-21T05:09:19.133Z[ host-image] Dec 21 05:09:19.132 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86652024-12-21T05:09:19.133Z[ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86662024-12-21T05:09:19.133Z[ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86672024-12-21T05:09:19.133Z[ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86682024-12-21T05:09:19.133Z[ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86692024-12-21T05:09:19.134Z[ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86702024-12-21T05:09:19.139Z[ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86712024-12-21T05:09:19.139Z[ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86722024-12-21T05:09:19.139Z[ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86732024-12-21T05:09:19.139Z[ host-image] Dec 21 05:09:19.135 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86742024-12-21T05:09:19.142Z[ host-image] Dec 21 05:09:19.142 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86752024-12-21T05:09:19.142Z[ host-image] Dec 21 05:09:19.142 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86762024-12-21T05:09:19.142Z[ host-image] Dec 21 05:09:19.142 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86772024-12-21T05:09:19.142Z[ host-image] Dec 21 05:09:19.143 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86782024-12-21T05:09:19.142Z[ host-image] Dec 21 05:09:19.143 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86792024-12-21T05:09:19.181Z[ host-image] Dec 21 05:09:19.182 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86802024-12-21T05:09:19.185Z[ host-image] Dec 21 05:09:19.182 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86812024-12-21T05:09:19.186Z[ host-image] Dec 21 05:09:19.185 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86822024-12-21T05:09:19.188Z[ host-image] Dec 21 05:09:19.186 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86832024-12-21T05:09:19.188Z[ host-image] Dec 21 05:09:19.186 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86842024-12-21T05:09:19.188Z[ host-image] Dec 21 05:09:19.187 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86852024-12-21T05:09:19.188Z[ host-image] Dec 21 05:09:19.188 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86862024-12-21T05:09:19.188Z[ host-image] Dec 21 05:09:19.188 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86872024-12-21T05:09:19.188Z[ host-image] Dec 21 05:09:19.188 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86882024-12-21T05:09:19.193Z[ host-image] Dec 21 05:09:19.194 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86892024-12-21T05:09:19.195Z[ host-image] Dec 21 05:09:19.195 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86902024-12-21T05:09:19.195Z[ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86912024-12-21T05:09:19.196Z[ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86922024-12-21T05:09:19.196Z[ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86932024-12-21T05:09:19.196Z[ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86942024-12-21T05:09:19.196Z[ host-image] Dec 21 05:09:19.197 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86952024-12-21T05:09:19.199Z[ host-image] Dec 21 05:09:19.197 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86962024-12-21T05:09:19.209Z[ host-image] Dec 21 05:09:19.210 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
86972024-12-21T05:09:19.209Z[ host-image] Dec 21 05:09:19.210 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86982024-12-21T05:09:19.212Z[ host-image] Dec 21 05:09:19.213 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
86992024-12-21T05:09:19.215Z[ host-image] Dec 21 05:09:19.216 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
87002024-12-21T05:09:19.215Z[ host-image] Dec 21 05:09:19.216 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
87012024-12-21T05:09:19.217Z[ host-image] Dec 21 05:09:19.217 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
87022024-12-21T05:09:19.217Z[ host-image] Dec 21 05:09:19.218 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
87032024-12-21T05:09:19.217Z[ host-image] Dec 21 05:09:19.218 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
87042024-12-21T05:09:19.233Z[ host-image] Dec 21 05:09:19.234 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
87052024-12-21T05:09:19.235Z[ host-image] Dec 21 05:09:19.234 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
87062024-12-21T05:09:19.235Z[ host-image] Dec 21 05:09:19.235 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
87072024-12-21T05:09:19.236Z[ host-image] Dec 21 05:09:19.237 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
87082024-12-21T05:09:19.236Z[ host-image] Dec 21 05:09:19.237 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
87092024-12-21T05:09:19.270Z[ host-image] Dec 21 05:09:19.272 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
87102024-12-21T05:09:19.270Z[ host-image] Dec 21 05:09:19.272 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
87112024-12-21T05:09:19.273Z[ host-image] Dec 21 05:09:19.272 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
87122024-12-21T05:09:19.273Z[ host-image] Dec 21 05:09:19.273 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87132024-12-21T05:09:19.273Z[ host-image] Dec 21 05:09:19.273 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87142024-12-21T05:09:19.316Z[ host-image] Dec 21 05:09:19.318 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
87152024-12-21T05:09:19.319Z[ host-image] Dec 21 05:09:19.319 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87162024-12-21T05:09:19.319Z[ host-image] Dec 21 05:09:19.319 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87172024-12-21T05:09:19.319Z[ host-image] Dec 21 05:09:19.319 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87182024-12-21T05:09:19.319Z[ host-image] Dec 21 05:09:19.321 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87192024-12-21T05:09:19.322Z[ host-image] Dec 21 05:09:19.322 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87202024-12-21T05:09:19.322Z[ host-image] Dec 21 05:09:19.323 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87212024-12-21T05:09:19.322Z[ host-image] Dec 21 05:09:19.323 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87222024-12-21T05:09:19.322Z[ host-image] Dec 21 05:09:19.324 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87232024-12-21T05:09:19.322Z[ host-image] Dec 21 05:09:19.324 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87242024-12-21T05:09:19.325Z[ host-image] Dec 21 05:09:19.325 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87252024-12-21T05:09:19.325Z[ host-image] Dec 21 05:09:19.325 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87262024-12-21T05:09:19.325Z[ host-image] Dec 21 05:09:19.325 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87272024-12-21T05:09:19.328Z[ host-image] Dec 21 05:09:19.330 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87282024-12-21T05:09:19.328Z[ host-image] Dec 21 05:09:19.330 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87292024-12-21T05:09:19.330Z[ host-image] Dec 21 05:09:19.333 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87302024-12-21T05:09:19.333Z[ host-image] Dec 21 05:09:19.333 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87312024-12-21T05:09:19.333Z[ host-image] Dec 21 05:09:19.333 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87322024-12-21T05:09:19.333Z[ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87332024-12-21T05:09:19.334Z[ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87342024-12-21T05:09:19.334Z[ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87352024-12-21T05:09:19.334Z[ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87362024-12-21T05:09:19.334Z[ host-image] Dec 21 05:09:19.335 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87372024-12-21T05:09:19.337Z[ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87382024-12-21T05:09:19.337Z[ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87392024-12-21T05:09:19.337Z[ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87402024-12-21T05:09:19.337Z[ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87412024-12-21T05:09:19.337Z[ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87422024-12-21T05:09:19.337Z[ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87432024-12-21T05:09:19.337Z[ host-image] Dec 21 05:09:19.338 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87442024-12-21T05:09:19.340Z[ host-image] Dec 21 05:09:19.340 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87452024-12-21T05:09:19.340Z[ host-image] Dec 21 05:09:19.340 INFO O| tempdir @ "/tmp/.tmpVSzXni/tmp"
87462024-12-21T05:09:19.340Z[ host-image] Dec 21 05:09:19.340 INFO O| image root @ "/tmp/.tmpVSzXni/tmp/root"
87472024-12-21T05:09:19.340Z[ host-image] Dec 21 05:09:19.340 INFO O| creating image...
87482024-12-21T05:09:20.208Z[ host-image] Dec 21 05:09:20.218 INFO O| copying publishers...
87492024-12-21T05:09:26.848Z[ recovery-image] Dec 21 05:09:26.735 INFO O| ok, image written!
87502024-12-21T05:09:26.848Z[ recovery-image] Dec 21 05:09:26.735 INFO O| ok, boot_image_csum file written!
87512024-12-21T05:09:26.852Z[ recovery-image] Dec 21 05:09:26.741 INFO creating boot archive (CPIO)...
87522024-12-21T05:09:26.853Z[ recovery-image] Dec 21 05:09:26.741 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
87532024-12-21T05:09:26.879Z[ recovery-image] Dec 21 05:09:26.765 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87542024-12-21T05:09:26.879Z[ recovery-image] Dec 21 05:09:26.765 INFO E| + outfile=/work/os-recovery/cpio
87552024-12-21T05:09:26.879Z[ recovery-image] Dec 21 05:09:26.765 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87562024-12-21T05:09:26.882Z[ recovery-image] Dec 21 05:09:26.769 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87572024-12-21T05:09:26.884Z[ recovery-image] Dec 21 05:09:26.769 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87582024-12-21T05:09:26.930Z[ recovery-image] Dec 21 05:09:26.813 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87592024-12-21T05:09:26.930Z[ recovery-image] Dec 21 05:09:26.813 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87602024-12-21T05:09:26.940Z[ recovery-image] Dec 21 05:09:26.823 INFO creating compressed cpio/unix for nanobl-rs...
87612024-12-21T05:09:26.940Z[ recovery-image] Dec 21 05:09:26.823 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
87622024-12-21T05:09:27.352Z[ recovery-image] Dec 21 05:09:27.213 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87632024-12-21T05:09:33.853Z[ recovery-image] Dec 21 05:09:33.363 INFO creating reset image...
87642024-12-21T05:09:33.857Z[ recovery-image] Dec 21 05:09:33.363 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87652024-12-21T05:09:34.695Z[ recovery-image] Dec 21 05:09:34.160 INFO E| Updating crates.io index
87662024-12-21T05:09:35.057Z[ recovery-image] Dec 21 05:09:34.502 INFO E| Downloading crates ...
87672024-12-21T05:09:35.138Z[ recovery-image] Dec 21 05:09:34.579 INFO E| Downloaded shared_child v1.0.1
87682024-12-21T05:09:35.141Z[ recovery-image] Dec 21 05:09:34.581 INFO E| Downloaded clap v4.5.17
87692024-12-21T05:09:35.157Z[ recovery-image] Dec 21 05:09:34.596 INFO E| Downloaded os_pipe v1.2.1
87702024-12-21T05:09:35.159Z[ recovery-image] Dec 21 05:09:34.599 INFO E| Downloaded duct v0.13.7
87712024-12-21T05:09:35.162Z[ recovery-image] Dec 21 05:09:34.602 INFO E| Downloaded clap_builder v4.5.17
87722024-12-21T05:09:35.217Z[ recovery-image] Dec 21 05:09:34.653 INFO E| Downloaded syn v2.0.77
87732024-12-21T05:09:35.260Z[ recovery-image] Dec 21 05:09:34.693 INFO E| Downloaded clap_derive v4.5.13
87742024-12-21T05:09:35.317Z[ recovery-image] Dec 21 05:09:34.749 INFO E| Downloaded libc v0.2.158
87752024-12-21T05:09:35.475Z[ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling proc-macro2 v1.0.86
87762024-12-21T05:09:35.475Z[ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling unicode-ident v1.0.13
87772024-12-21T05:09:35.475Z[ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling libc v0.2.158
87782024-12-21T05:09:35.477Z[ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling utf8parse v0.2.2
87792024-12-21T05:09:35.478Z[ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling anstyle-query v1.1.1
87802024-12-21T05:09:35.478Z[ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling is_terminal_polyfill v1.70.1
87812024-12-21T05:09:35.478Z[ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling colorchoice v1.0.2
87822024-12-21T05:09:35.478Z[ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling anstyle v1.0.8
87832024-12-21T05:09:35.980Z[ recovery-image] Dec 21 05:09:35.375 INFO E| Compiling anstyle-parse v0.2.5
87842024-12-21T05:09:35.982Z[ recovery-image] Dec 21 05:09:35.375 INFO E| Compiling heck v0.5.0
87852024-12-21T05:09:35.982Z[ recovery-image] Dec 21 05:09:35.376 INFO E| Compiling clap_lex v0.7.2
87862024-12-21T05:09:36.193Z[ recovery-image] Dec 21 05:09:35.576 INFO E| Compiling strsim v0.11.1
87872024-12-21T05:09:36.270Z[ recovery-image] Dec 21 05:09:35.649 INFO E| Compiling once_cell v1.19.0
87882024-12-21T05:09:36.759Z[ recovery-image] Dec 21 05:09:36.112 INFO E| Compiling anstream v0.6.15
87892024-12-21T05:09:37.449Z[ recovery-image] Dec 21 05:09:36.765 INFO E| Compiling clap_builder v4.5.17
87902024-12-21T05:09:38.481Z[ recovery-image] Dec 21 05:09:37.742 INFO E| Compiling os_pipe v1.2.1
87912024-12-21T05:09:38.481Z[ recovery-image] Dec 21 05:09:37.742 INFO E| Compiling shared_child v1.0.1
87922024-12-21T05:09:38.722Z[ recovery-image] Dec 21 05:09:37.969 INFO E| Compiling duct v0.13.7
87932024-12-21T05:09:38.931Z[ recovery-image] Dec 21 05:09:38.167 INFO E| Compiling quote v1.0.37
87942024-12-21T05:09:39.560Z[ recovery-image] Dec 21 05:09:38.762 INFO E| Compiling syn v2.0.77
87952024-12-21T05:09:45.019Z[ host-image] Dec 21 05:09:43.926 INFO O| adding properties...
87962024-12-21T05:09:48.030Z[ host-image] Dec 21 05:09:46.775 INFO O| installing packages...
87972024-12-21T05:09:48.522Z[ recovery-image] Dec 21 05:09:46.922 INFO E| Compiling clap_derive v4.5.13
87982024-12-21T05:09:52.845Z[ recovery-image] Dec 21 05:09:51.330 INFO E| Compiling clap v4.5.17
87992024-12-21T05:09:52.938Z[ recovery-image] Dec 21 05:09:51.418 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88002024-12-21T05:09:55.027Z[ recovery-image] Dec 21 05:09:53.395 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s
88012024-12-21T05:09:55.042Z[ recovery-image] Dec 21 05:09:53.409 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88022024-12-21T05:09:55.351Z[ recovery-image] Dec 21 05:09:53.701 INFO E| Updating crates.io index
88032024-12-21T05:09:55.616Z[ recovery-image] Dec 21 05:09:53.950 INFO E| Downloading crates ...
88042024-12-21T05:09:55.826Z[ recovery-image] Dec 21 05:09:54.160 INFO E| Downloaded bitstruct v0.1.1
88052024-12-21T05:09:55.828Z[ recovery-image] Dec 21 05:09:54.163 INFO E| Downloaded bitstruct_derive v0.1.0
88062024-12-21T05:09:55.831Z[ recovery-image] Dec 21 05:09:54.164 INFO E| Downloaded bit_field v0.10.2
88072024-12-21T05:09:55.840Z[ recovery-image] Dec 21 05:09:54.175 INFO E| Downloaded seq-macro v0.3.5
88082024-12-21T05:09:55.843Z[ recovery-image] Dec 21 05:09:54.178 INFO E| Downloaded raw-cpuid v10.7.0
88092024-12-21T05:09:55.920Z[ recovery-image] Dec 21 05:09:54.255 INFO E| Downloaded syn v2.0.85
88102024-12-21T05:09:55.960Z[ recovery-image] Dec 21 05:09:54.294 INFO E| Downloaded cpio_reader v0.1.1
88112024-12-21T05:09:56.009Z[ recovery-image] Dec 21 05:09:54.345 INFO E| Downloaded x86 v0.52.0
88122024-12-21T05:09:56.119Z[ recovery-image] Dec 21 05:09:54.456 INFO E| Updating crates.io index
88132024-12-21T05:09:56.318Z[ recovery-image] Dec 21 05:09:54.657 INFO E| Downloading crates ...
88142024-12-21T05:09:56.528Z[ recovery-image] Dec 21 05:09:54.868 INFO E| Downloaded compiler_builtins v0.1.134
88152024-12-21T05:09:56.549Z[ recovery-image] Dec 21 05:09:54.889 INFO E| Downloaded hashbrown v0.15.0
88162024-12-21T05:09:56.692Z[ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling compiler_builtins v0.1.134
88172024-12-21T05:09:56.692Z[ recovery-image] Dec 21 05:09:55.034 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)
88182024-12-21T05:09:56.692Z[ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling proc-macro2 v1.0.89
88192024-12-21T05:09:56.694Z[ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling unicode-ident v1.0.13
88202024-12-21T05:09:56.694Z[ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling syn v1.0.109
88212024-12-21T05:09:56.695Z[ recovery-image] Dec 21 05:09:55.035 INFO E| Compiling x86 v0.52.0
88222024-12-21T05:09:56.695Z[ recovery-image] Dec 21 05:09:55.035 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88232024-12-21T05:09:56.695Z[ recovery-image] Dec 21 05:09:55.035 INFO E| Compiling seq-macro v0.3.5
88242024-12-21T05:09:58.932Z[ recovery-image] Dec 21 05:09:57.294 INFO E| Compiling quote v1.0.37
88252024-12-21T05:09:59.355Z[ recovery-image] Dec 21 05:09:57.720 INFO E| Compiling syn v2.0.85
88262024-12-21T05:10:05.308Z[ recovery-image] Dec 21 05:10:03.728 INFO E| Compiling scroll_derive v0.12.0
88272024-12-21T05:10:09.290Z[ recovery-image] Dec 21 05:10:07.747 INFO E| Compiling bitstruct_derive v0.1.0
88282024-12-21T05:10:18.279Z[ host-image] Dec 21 05:10:16.818 INFO O| seeding SMF database...
88292024-12-21T05:10:30.678Z[ recovery-image] Dec 21 05:10:29.329 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)
88302024-12-21T05:10:31.406Z[ host-image] Dec 21 05:10:30.064 INFO O| configuring SMF profile...
88312024-12-21T05:10:31.409Z[ host-image] Dec 21 05:10:30.064 INFO O| modifying shadow(5)...
88322024-12-21T05:10:31.409Z[ host-image] Dec 21 05:10:30.065 INFO O| loading user and group database...
88332024-12-21T05:10:31.409Z[ host-image] Dec 21 05:10:30.065 INFO O| assessing packaged files...
88342024-12-21T05:10:33.591Z[ recovery-image] Dec 21 05:10:32.269 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)
88352024-12-21T05:10:36.958Z[ host-image] Dec 21 05:10:35.667 INFO O| creating archive...
88362024-12-21T05:10:37.021Z[ host-image] Dec 21 05:10:35.730 INFO O| missing from packaging:
88372024-12-21T05:10:37.024Z[ host-image] Dec 21 05:10:35.730 INFO O| "etc/.pwd.lock"
88382024-12-21T05:10:37.024Z[ host-image] Dec 21 05:10:35.730 INFO O| "etc/bash"
88392024-12-21T05:10:37.031Z[ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/generic.xml"
88402024-12-21T05:10:37.031Z[ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/inetd_services.xml"
88412024-12-21T05:10:37.033Z[ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/name_service.xml"
88422024-12-21T05:10:37.033Z[ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/platform.xml"
88432024-12-21T05:10:37.033Z[ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/platform_omicron1.xml"
88442024-12-21T05:10:37.033Z[ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/repository.db"
88452024-12-21T05:10:37.048Z[ host-image] Dec 21 05:10:35.757 INFO O| "opt/ooce/share"
88462024-12-21T05:10:37.048Z[ host-image] Dec 21 05:10:35.757 INFO O| "opt/ooce/share/man"
88472024-12-21T05:10:37.051Z[ host-image] Dec 21 05:10:35.757 INFO O| "opt/ooce/share/man/man1"
88482024-12-21T05:10:37.063Z[ host-image] Dec 21 05:10:35.772 INFO O| finishing archive...
88492024-12-21T05:10:38.499Z[ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling bitflags v1.3.2
88502024-12-21T05:10:38.499Z[ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling log v0.4.22
88512024-12-21T05:10:38.502Z[ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling scroll v0.12.0
88522024-12-21T05:10:38.502Z[ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling bit_field v0.10.2
88532024-12-21T05:10:38.502Z[ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling plain v0.2.3
88542024-12-21T05:10:38.502Z[ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling adler2 v2.0.0
88552024-12-21T05:10:38.502Z[ recovery-image] Dec 21 05:10:37.222 INFO E| Compiling static_assertions v1.1.0
88562024-12-21T05:10:38.593Z[ recovery-image] Dec 21 05:10:37.316 INFO E| Compiling raw-cpuid v10.7.0
88572024-12-21T05:10:38.640Z[ recovery-image] Dec 21 05:10:37.364 INFO E| Compiling cpio_reader v0.1.1
88582024-12-21T05:10:38.850Z[ recovery-image] Dec 21 05:10:37.576 INFO E| Compiling miniz_oxide v0.8.0
88592024-12-21T05:10:38.923Z[ recovery-image] Dec 21 05:10:37.650 INFO E| Compiling bitstruct v0.1.1
88602024-12-21T05:10:39.218Z[ recovery-image] Dec 21 05:10:37.947 INFO E| Compiling goblin v0.8.2
88612024-12-21T05:10:41.705Z[ host-image] Dec 21 05:10:40.454 INFO O| creating gzonly manifest...
88622024-12-21T05:10:41.715Z[ host-image] Dec 21 05:10:40.466 INFO O| ok
88632024-12-21T05:10:41.874Z[ host-image] Dec 21 05:10:40.627 INFO image builder template: ramdisk-02-trim...
88642024-12-21T05:10:41.874Z[ host-image] Dec 21 05:10:40.627 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/.tmpreaqKo/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
88652024-12-21T05:10:41.915Z[ host-image] Dec 21 05:10:40.667 INFO O| Dec 21 05:10:40.667 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88662024-12-21T05:10:41.926Z[ host-image] Dec 21 05:10:40.679 INFO O| Dec 21 05:10:40.679 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88672024-12-21T05:10:42.057Z[ host-image] Dec 21 05:10:40.812 INFO O| Dec 21 05:10:40.811 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88682024-12-21T05:10:42.223Z[ host-image] Dec 21 05:10:40.979 INFO O| Dec 21 05:10:40.979 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88692024-12-21T05:10:42.227Z[ host-image] Dec 21 05:10:40.980 INFO O| Dec 21 05:10:40.980 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88702024-12-21T05:10:42.238Z[ host-image] Dec 21 05:10:40.994 INFO O| Dec 21 05:10:40.994 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88712024-12-21T05:10:42.288Z[ host-image] Dec 21 05:10:41.045 INFO O| Dec 21 05:10:41.045 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88722024-12-21T05:10:42.333Z[ host-image] Dec 21 05:10:41.089 INFO O| Dec 21 05:10:41.089 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88732024-12-21T05:10:42.823Z[ host-image] Dec 21 05:10:41.585 INFO O| Dec 21 05:10:41.585 INFO rolled back to input snapshot; work may begin
88742024-12-21T05:10:42.823Z[ host-image] Dec 21 05:10:41.585 INFO O| Dec 21 05:10:41.585 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88752024-12-21T05:10:42.834Z[ host-image] Dec 21 05:10:41.596 INFO O| Dec 21 05:10:41.596 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-21T05:10:42.859Z[ host-image] Dec 21 05:10:41.619 INFO O| Dec 21 05:10:41.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88772024-12-21T05:10:42.995Z[ host-image] Dec 21 05:10:41.758 INFO O| Dec 21 05:10:41.758 INFO STEP 0 (remove_files) COMPLETE
88782024-12-21T05:10:42.995Z[ host-image] Dec 21 05:10:41.758 INFO O| Dec 21 05:10:41.758 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-21T05:10:43.102Z[ host-image] Dec 21 05:10:41.866 INFO O| Dec 21 05:10:41.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88802024-12-21T05:10:43.105Z[ host-image] Dec 21 05:10:41.869 INFO O| Dec 21 05:10:41.869 INFO STEP 1 (remove_files) COMPLETE
88812024-12-21T05:10:43.106Z[ host-image] Dec 21 05:10:41.869 INFO O| Dec 21 05:10:41.869 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-21T05:10:43.169Z[ host-image] Dec 21 05:10:41.932 INFO O| Dec 21 05:10:41.932 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88832024-12-21T05:10:43.212Z[ host-image] Dec 21 05:10:41.977 INFO O| Dec 21 05:10:41.977 INFO STEP 2 (remove_files) COMPLETE
88842024-12-21T05:10:43.212Z[ host-image] Dec 21 05:10:41.977 INFO O| Dec 21 05:10:41.977 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-21T05:10:43.333Z[ host-image] Dec 21 05:10:42.099 INFO O| Dec 21 05:10:42.099 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88862024-12-21T05:10:43.337Z[ host-image] Dec 21 05:10:42.102 INFO O| Dec 21 05:10:42.102 INFO STEP 3 (remove_files) COMPLETE
88872024-12-21T05:10:43.337Z[ host-image] Dec 21 05:10:42.102 INFO O| Dec 21 05:10:42.102 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-21T05:10:43.384Z[ host-image] Dec 21 05:10:42.148 INFO O| Dec 21 05:10:42.148 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88892024-12-21T05:10:43.388Z[ host-image] Dec 21 05:10:42.155 INFO O| Dec 21 05:10:42.155 INFO STEP 4 (remove_files) COMPLETE
88902024-12-21T05:10:43.388Z[ host-image] Dec 21 05:10:42.155 INFO O| Dec 21 05:10:42.155 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-21T05:10:43.419Z[ host-image] Dec 21 05:10:42.182 INFO O| Dec 21 05:10:42.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88922024-12-21T05:10:43.483Z[ host-image] Dec 21 05:10:42.250 INFO O| Dec 21 05:10:42.250 INFO STEP 5 (remove_files) COMPLETE
88932024-12-21T05:10:43.483Z[ host-image] Dec 21 05:10:42.250 INFO O| Dec 21 05:10:42.250 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-21T05:10:43.748Z[ host-image] Dec 21 05:10:42.517 INFO O| Dec 21 05:10:42.517 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88952024-12-21T05:10:43.766Z[ host-image] Dec 21 05:10:42.537 INFO O| Dec 21 05:10:42.536 INFO STEP 6 (remove_files) COMPLETE
88962024-12-21T05:10:43.766Z[ host-image] Dec 21 05:10:42.537 INFO O| Dec 21 05:10:42.536 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-21T05:10:43.823Z[ host-image] Dec 21 05:10:42.594 INFO O| Dec 21 05:10:42.594 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88982024-12-21T05:10:43.849Z[ host-image] Dec 21 05:10:42.620 INFO O| Dec 21 05:10:42.620 INFO STEP 7 (remove_files) COMPLETE
88992024-12-21T05:10:43.849Z[ host-image] Dec 21 05:10:42.620 INFO O| Dec 21 05:10:42.620 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-21T05:10:43.884Z[ host-image] Dec 21 05:10:42.655 INFO O| Dec 21 05:10:42.654 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89012024-12-21T05:10:44.054Z[ host-image] Dec 21 05:10:42.826 INFO O| Dec 21 05:10:42.826 INFO STEP 8 (remove_files) COMPLETE
89022024-12-21T05:10:44.054Z[ host-image] Dec 21 05:10:42.826 INFO O| Dec 21 05:10:42.826 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-21T05:10:44.075Z[ host-image] Dec 21 05:10:42.846 INFO O| Dec 21 05:10:42.846 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89042024-12-21T05:10:44.239Z[ host-image] Dec 21 05:10:43.013 INFO O| Dec 21 05:10:43.013 INFO STEP 9 (remove_files) COMPLETE
89052024-12-21T05:10:44.239Z[ host-image] Dec 21 05:10:43.013 INFO O| Dec 21 05:10:43.013 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-21T05:10:44.258Z[ host-image] Dec 21 05:10:43.033 INFO O| Dec 21 05:10:43.033 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89072024-12-21T05:10:44.264Z[ host-image] Dec 21 05:10:43.039 INFO O| Dec 21 05:10:43.039 INFO STEP 10 (remove_files) COMPLETE
89082024-12-21T05:10:44.264Z[ host-image] Dec 21 05:10:43.039 INFO O| Dec 21 05:10:43.039 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-21T05:10:44.281Z[ host-image] Dec 21 05:10:43.056 INFO O| Dec 21 05:10:43.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89102024-12-21T05:10:44.284Z[ host-image] Dec 21 05:10:43.057 INFO O| Dec 21 05:10:43.057 INFO STEP 11 (remove_files) COMPLETE
89112024-12-21T05:10:44.284Z[ host-image] Dec 21 05:10:43.057 INFO O| Dec 21 05:10:43.057 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-21T05:10:44.298Z[ host-image] Dec 21 05:10:43.073 INFO O| Dec 21 05:10:43.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89132024-12-21T05:10:44.301Z[ host-image] Dec 21 05:10:43.075 INFO O| Dec 21 05:10:43.075 INFO STEP 12 (remove_files) COMPLETE
89142024-12-21T05:10:44.301Z[ host-image] Dec 21 05:10:43.075 INFO O| Dec 21 05:10:43.075 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-21T05:10:44.707Z[ host-image] Dec 21 05:10:43.486 INFO O| Dec 21 05:10:43.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89162024-12-21T05:10:44.710Z[ host-image] Dec 21 05:10:43.487 INFO O| Dec 21 05:10:43.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89172024-12-21T05:10:44.783Z[ host-image] Dec 21 05:10:43.562 INFO O| Dec 21 05:10:43.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89182024-12-21T05:10:44.786Z[ host-image] Dec 21 05:10:43.564 INFO O| Dec 21 05:10:43.564 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89192024-12-21T05:10:44.886Z[ host-image] Dec 21 05:10:43.667 INFO O| Dec 21 05:10:43.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89202024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.667 INFO O| Dec 21 05:10:43.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89212024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89222024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89232024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89242024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89252024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.669 INFO O| Dec 21 05:10:43.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89262024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.669 INFO O| Dec 21 05:10:43.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89272024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.669 INFO O| Dec 21 05:10:43.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89282024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89292024-12-21T05:10:44.889Z[ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89302024-12-21T05:10:44.892Z[ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89312024-12-21T05:10:44.892Z[ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89322024-12-21T05:10:44.892Z[ host-image] Dec 21 05:10:43.671 INFO O| Dec 21 05:10:43.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89332024-12-21T05:10:44.892Z[ host-image] Dec 21 05:10:43.671 INFO O| Dec 21 05:10:43.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89342024-12-21T05:10:44.892Z[ host-image] Dec 21 05:10:43.671 INFO O| Dec 21 05:10:43.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89352024-12-21T05:10:44.910Z[ host-image] Dec 21 05:10:43.690 INFO O| Dec 21 05:10:43.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89362024-12-21T05:10:44.930Z[ host-image] Dec 21 05:10:43.711 INFO O| Dec 21 05:10:43.711 INFO STEP 13 (remove_files) COMPLETE
89372024-12-21T05:10:44.930Z[ host-image] Dec 21 05:10:43.711 INFO O| Dec 21 05:10:43.711 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-21T05:10:44.950Z[ host-image] Dec 21 05:10:43.731 INFO O| Dec 21 05:10:43.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89392024-12-21T05:10:44.957Z[ host-image] Dec 21 05:10:43.734 INFO O| Dec 21 05:10:43.734 INFO STEP 14 (remove_files) COMPLETE
89402024-12-21T05:10:44.957Z[ host-image] Dec 21 05:10:43.734 INFO O| Dec 21 05:10:43.734 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-21T05:10:44.970Z[ host-image] Dec 21 05:10:43.752 INFO O| Dec 21 05:10:43.752 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89422024-12-21T05:10:44.982Z[ host-image] Dec 21 05:10:43.763 INFO O| Dec 21 05:10:43.763 INFO STEP 15 (remove_files) COMPLETE
89432024-12-21T05:10:44.982Z[ host-image] Dec 21 05:10:43.763 INFO O| Dec 21 05:10:43.763 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-21T05:10:45.012Z[ host-image] Dec 21 05:10:43.782 INFO O| Dec 21 05:10:43.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89452024-12-21T05:10:45.024Z[ host-image] Dec 21 05:10:43.783 INFO O| Dec 21 05:10:43.783 INFO STEP 16 (remove_files) COMPLETE
89462024-12-21T05:10:45.024Z[ host-image] Dec 21 05:10:43.783 INFO O| Dec 21 05:10:43.783 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-21T05:10:45.032Z[ host-image] Dec 21 05:10:43.801 INFO O| Dec 21 05:10:43.800 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89482024-12-21T05:10:45.032Z[ host-image] Dec 21 05:10:43.803 INFO O| Dec 21 05:10:43.803 INFO STEP 17 (remove_files) COMPLETE
89492024-12-21T05:10:45.032Z[ host-image] Dec 21 05:10:43.803 INFO O| Dec 21 05:10:43.803 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-21T05:10:45.042Z[ host-image] Dec 21 05:10:43.820 INFO O| Dec 21 05:10:43.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89512024-12-21T05:10:45.042Z[ host-image] Dec 21 05:10:43.820 INFO O| Dec 21 05:10:43.820 INFO STEP 18 (remove_files) COMPLETE
89522024-12-21T05:10:45.059Z[ host-image] Dec 21 05:10:43.820 INFO O| Dec 21 05:10:43.820 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-21T05:10:45.059Z[ host-image] Dec 21 05:10:43.837 INFO O| Dec 21 05:10:43.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89542024-12-21T05:10:45.059Z[ host-image] Dec 21 05:10:43.837 INFO O| Dec 21 05:10:43.837 INFO STEP 19 (remove_files) COMPLETE
89552024-12-21T05:10:45.059Z[ host-image] Dec 21 05:10:43.837 INFO O| Dec 21 05:10:43.837 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-21T05:10:45.074Z[ host-image] Dec 21 05:10:43.855 INFO O| Dec 21 05:10:43.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89572024-12-21T05:10:45.074Z[ host-image] Dec 21 05:10:43.855 INFO O| Dec 21 05:10:43.855 INFO STEP 20 (remove_files) COMPLETE
89582024-12-21T05:10:45.074Z[ host-image] Dec 21 05:10:43.855 INFO O| Dec 21 05:10:43.855 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-21T05:10:45.090Z[ host-image] Dec 21 05:10:43.872 INFO O| Dec 21 05:10:43.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89602024-12-21T05:10:45.090Z[ host-image] Dec 21 05:10:43.872 INFO O| Dec 21 05:10:43.872 INFO STEP 21 (remove_files) COMPLETE
89612024-12-21T05:10:45.090Z[ host-image] Dec 21 05:10:43.872 INFO O| Dec 21 05:10:43.872 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-21T05:10:45.107Z[ host-image] Dec 21 05:10:43.889 INFO O| Dec 21 05:10:43.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89632024-12-21T05:10:45.107Z[ host-image] Dec 21 05:10:43.889 INFO O| Dec 21 05:10:43.889 INFO STEP 22 (remove_files) COMPLETE
89642024-12-21T05:10:45.107Z[ host-image] Dec 21 05:10:43.889 INFO O| Dec 21 05:10:43.889 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-21T05:10:45.123Z[ host-image] Dec 21 05:10:43.905 INFO O| Dec 21 05:10:43.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89662024-12-21T05:10:45.123Z[ host-image] Dec 21 05:10:43.905 INFO O| Dec 21 05:10:43.905 INFO STEP 23 (remove_files) COMPLETE
89672024-12-21T05:10:45.123Z[ host-image] Dec 21 05:10:43.905 INFO O| Dec 21 05:10:43.905 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-12-21T05:10:45.141Z[ host-image] Dec 21 05:10:43.923 INFO O| Dec 21 05:10:43.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89692024-12-21T05:10:45.141Z[ host-image] Dec 21 05:10:43.923 INFO O| Dec 21 05:10:43.923 INFO STEP 24 (remove_files) COMPLETE
89702024-12-21T05:10:45.141Z[ host-image] Dec 21 05:10:43.923 INFO O| Dec 21 05:10:43.923 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-21T05:10:45.158Z[ host-image] Dec 21 05:10:43.941 INFO O| Dec 21 05:10:43.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89722024-12-21T05:10:45.158Z[ host-image] Dec 21 05:10:43.941 INFO O| Dec 21 05:10:43.941 INFO STEP 25 (remove_files) COMPLETE
89732024-12-21T05:10:45.158Z[ host-image] Dec 21 05:10:43.941 INFO O| Dec 21 05:10:43.941 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-21T05:10:45.175Z[ host-image] Dec 21 05:10:43.958 INFO O| Dec 21 05:10:43.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89752024-12-21T05:10:45.175Z[ host-image] Dec 21 05:10:43.958 INFO O| Dec 21 05:10:43.958 INFO STEP 26 (remove_files) COMPLETE
89762024-12-21T05:10:45.178Z[ host-image] Dec 21 05:10:43.958 INFO O| Dec 21 05:10:43.958 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-21T05:10:45.193Z[ host-image] Dec 21 05:10:43.975 INFO O| Dec 21 05:10:43.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89782024-12-21T05:10:45.193Z[ host-image] Dec 21 05:10:43.975 INFO O| Dec 21 05:10:43.975 INFO STEP 27 (remove_files) COMPLETE
89792024-12-21T05:10:45.193Z[ host-image] Dec 21 05:10:43.975 INFO O| Dec 21 05:10:43.975 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-21T05:10:45.209Z[ host-image] Dec 21 05:10:43.992 INFO O| Dec 21 05:10:43.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89812024-12-21T05:10:45.209Z[ host-image] Dec 21 05:10:43.992 INFO O| Dec 21 05:10:43.992 INFO STEP 28 (remove_files) COMPLETE
89822024-12-21T05:10:45.209Z[ host-image] Dec 21 05:10:43.992 INFO O| Dec 21 05:10:43.992 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-21T05:10:45.227Z[ host-image] Dec 21 05:10:44.010 INFO O| Dec 21 05:10:44.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89842024-12-21T05:10:45.227Z[ host-image] Dec 21 05:10:44.010 INFO O| Dec 21 05:10:44.010 INFO STEP 29 (remove_files) COMPLETE
89852024-12-21T05:10:45.227Z[ host-image] Dec 21 05:10:44.010 INFO O| Dec 21 05:10:44.010 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-21T05:10:45.244Z[ host-image] Dec 21 05:10:44.028 INFO O| Dec 21 05:10:44.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89872024-12-21T05:10:45.245Z[ host-image] Dec 21 05:10:44.028 INFO O| Dec 21 05:10:44.028 INFO STEP 30 (remove_files) COMPLETE
89882024-12-21T05:10:45.245Z[ host-image] Dec 21 05:10:44.028 INFO O| Dec 21 05:10:44.028 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-21T05:10:45.261Z[ host-image] Dec 21 05:10:44.044 INFO O| Dec 21 05:10:44.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89902024-12-21T05:10:45.261Z[ host-image] Dec 21 05:10:44.044 INFO O| Dec 21 05:10:44.044 INFO STEP 31 (remove_files) COMPLETE
89912024-12-21T05:10:45.283Z[ host-image] Dec 21 05:10:44.044 INFO O| Dec 21 05:10:44.044 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-21T05:10:45.283Z[ host-image] Dec 21 05:10:44.060 INFO O| Dec 21 05:10:44.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89932024-12-21T05:10:45.283Z[ host-image] Dec 21 05:10:44.061 INFO O| Dec 21 05:10:44.061 INFO STEP 32 (remove_files) COMPLETE
89942024-12-21T05:10:45.283Z[ host-image] Dec 21 05:10:44.061 INFO O| Dec 21 05:10:44.061 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-12-21T05:10:45.294Z[ host-image] Dec 21 05:10:44.076 INFO O| Dec 21 05:10:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89962024-12-21T05:10:45.295Z[ host-image] Dec 21 05:10:44.077 INFO O| Dec 21 05:10:44.076 INFO STEP 33 (remove_files) COMPLETE
89972024-12-21T05:10:45.295Z[ host-image] Dec 21 05:10:44.077 INFO O| Dec 21 05:10:44.077 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-21T05:10:45.309Z[ host-image] Dec 21 05:10:44.093 INFO O| Dec 21 05:10:44.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89992024-12-21T05:10:45.309Z[ host-image] Dec 21 05:10:44.093 INFO O| Dec 21 05:10:44.093 INFO STEP 34 (remove_files) COMPLETE
90002024-12-21T05:10:45.309Z[ host-image] Dec 21 05:10:44.093 INFO O| Dec 21 05:10:44.093 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-12-21T05:10:45.325Z[ host-image] Dec 21 05:10:44.109 INFO O| Dec 21 05:10:44.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90022024-12-21T05:10:45.325Z[ host-image] Dec 21 05:10:44.109 INFO O| Dec 21 05:10:44.109 INFO STEP 35 (remove_files) COMPLETE
90032024-12-21T05:10:45.325Z[ host-image] Dec 21 05:10:44.109 INFO O| Dec 21 05:10:44.109 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042024-12-21T05:10:45.341Z[ host-image] Dec 21 05:10:44.126 INFO O| Dec 21 05:10:44.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90052024-12-21T05:10:45.341Z[ host-image] Dec 21 05:10:44.126 INFO O| Dec 21 05:10:44.126 INFO STEP 36 (remove_files) COMPLETE
90062024-12-21T05:10:45.344Z[ host-image] Dec 21 05:10:44.126 INFO O| Dec 21 05:10:44.126 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072024-12-21T05:10:45.374Z[ host-image] Dec 21 05:10:44.159 INFO O| Dec 21 05:10:44.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90082024-12-21T05:10:45.378Z[ host-image] Dec 21 05:10:44.160 INFO O| Dec 21 05:10:44.160 INFO STEP 37 (remove_files) COMPLETE
90092024-12-21T05:10:45.378Z[ host-image] Dec 21 05:10:44.160 INFO O| Dec 21 05:10:44.160 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-21T05:10:45.415Z[ host-image] Dec 21 05:10:44.200 INFO O| Dec 21 05:10:44.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90112024-12-21T05:10:45.421Z[ host-image] Dec 21 05:10:44.201 INFO O| Dec 21 05:10:44.200 INFO STEP 38 (remove_files) COMPLETE
90122024-12-21T05:10:45.421Z[ host-image] Dec 21 05:10:44.201 INFO O| Dec 21 05:10:44.201 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-12-21T05:10:45.434Z[ host-image] Dec 21 05:10:44.219 INFO O| Dec 21 05:10:44.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90142024-12-21T05:10:45.438Z[ host-image] Dec 21 05:10:44.220 INFO O| Dec 21 05:10:44.219 INFO STEP 39 (remove_files) COMPLETE
90152024-12-21T05:10:45.438Z[ host-image] Dec 21 05:10:44.220 INFO O| Dec 21 05:10:44.220 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-21T05:10:45.460Z[ host-image] Dec 21 05:10:44.246 INFO O| Dec 21 05:10:44.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90172024-12-21T05:10:45.465Z[ host-image] Dec 21 05:10:44.246 INFO O| Dec 21 05:10:44.246 INFO STEP 40 (remove_files) COMPLETE
90182024-12-21T05:10:45.465Z[ host-image] Dec 21 05:10:44.246 INFO O| Dec 21 05:10:44.246 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192024-12-21T05:10:45.482Z[ host-image] Dec 21 05:10:44.267 INFO O| Dec 21 05:10:44.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90202024-12-21T05:10:45.484Z[ host-image] Dec 21 05:10:44.268 INFO O| Dec 21 05:10:44.268 INFO STEP 41 (remove_files) COMPLETE
90212024-12-21T05:10:45.484Z[ host-image] Dec 21 05:10:44.268 INFO O| Dec 21 05:10:44.268 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222024-12-21T05:10:45.570Z[ host-image] Dec 21 05:10:44.357 INFO O| Dec 21 05:10:44.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90232024-12-21T05:10:45.575Z[ host-image] Dec 21 05:10:44.357 INFO O| Dec 21 05:10:44.357 INFO STEP 42 (remove_files) COMPLETE
90242024-12-21T05:10:45.575Z[ host-image] Dec 21 05:10:44.357 INFO O| Dec 21 05:10:44.357 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252024-12-21T05:10:45.591Z[ host-image] Dec 21 05:10:44.378 INFO O| Dec 21 05:10:44.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90262024-12-21T05:10:45.594Z[ host-image] Dec 21 05:10:44.379 INFO O| Dec 21 05:10:44.378 INFO STEP 43 (remove_files) COMPLETE
90272024-12-21T05:10:45.594Z[ host-image] Dec 21 05:10:44.379 INFO O| Dec 21 05:10:44.379 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282024-12-21T05:10:45.614Z[ host-image] Dec 21 05:10:44.401 INFO O| Dec 21 05:10:44.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90292024-12-21T05:10:45.618Z[ host-image] Dec 21 05:10:44.401 INFO O| Dec 21 05:10:44.401 INFO STEP 44 (remove_files) COMPLETE
90302024-12-21T05:10:45.618Z[ host-image] Dec 21 05:10:44.401 INFO O| Dec 21 05:10:44.401 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90312024-12-21T05:10:45.636Z[ host-image] Dec 21 05:10:44.423 INFO O| Dec 21 05:10:44.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90322024-12-21T05:10:45.636Z[ host-image] Dec 21 05:10:44.423 INFO O| Dec 21 05:10:44.423 INFO STEP 45 (remove_files) COMPLETE
90332024-12-21T05:10:45.640Z[ host-image] Dec 21 05:10:44.423 INFO O| Dec 21 05:10:44.423 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90342024-12-21T05:10:45.651Z[ host-image] Dec 21 05:10:44.439 INFO O| Dec 21 05:10:44.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90352024-12-21T05:10:45.652Z[ host-image] Dec 21 05:10:44.439 INFO O| Dec 21 05:10:44.439 INFO STEP 46 (remove_files) COMPLETE
90362024-12-21T05:10:45.652Z[ host-image] Dec 21 05:10:44.439 INFO O| Dec 21 05:10:44.439 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372024-12-21T05:10:45.672Z[ host-image] Dec 21 05:10:44.457 INFO O| Dec 21 05:10:44.457 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90382024-12-21T05:10:45.672Z[ host-image] Dec 21 05:10:44.457 INFO O| Dec 21 05:10:44.457 INFO STEP 47 (remove_files) COMPLETE
90392024-12-21T05:10:45.672Z[ host-image] Dec 21 05:10:44.457 INFO O| Dec 21 05:10:44.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90402024-12-21T05:10:45.692Z[ host-image] Dec 21 05:10:44.476 INFO O| Dec 21 05:10:44.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90412024-12-21T05:10:45.696Z[ host-image] Dec 21 05:10:44.476 INFO O| Dec 21 05:10:44.476 INFO STEP 48 (remove_files) COMPLETE
90422024-12-21T05:10:45.696Z[ host-image] Dec 21 05:10:44.477 INFO O| Dec 21 05:10:44.476 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90432024-12-21T05:10:45.707Z[ host-image] Dec 21 05:10:44.495 INFO O| Dec 21 05:10:44.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90442024-12-21T05:10:45.712Z[ host-image] Dec 21 05:10:44.495 INFO O| Dec 21 05:10:44.495 INFO STEP 49 (remove_files) COMPLETE
90452024-12-21T05:10:45.712Z[ host-image] Dec 21 05:10:44.496 INFO O| Dec 21 05:10:44.495 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462024-12-21T05:10:45.727Z[ host-image] Dec 21 05:10:44.515 INFO O| Dec 21 05:10:44.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90472024-12-21T05:10:45.731Z[ host-image] Dec 21 05:10:44.515 INFO O| Dec 21 05:10:44.515 INFO STEP 50 (remove_files) COMPLETE
90482024-12-21T05:10:45.731Z[ host-image] Dec 21 05:10:44.515 INFO O| Dec 21 05:10:44.515 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90492024-12-21T05:10:45.745Z[ host-image] Dec 21 05:10:44.534 INFO O| Dec 21 05:10:44.534 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90502024-12-21T05:10:45.749Z[ host-image] Dec 21 05:10:44.534 INFO O| Dec 21 05:10:44.534 INFO STEP 51 (remove_files) COMPLETE
90512024-12-21T05:10:45.749Z[ host-image] Dec 21 05:10:44.534 INFO O| Dec 21 05:10:44.534 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522024-12-21T05:10:45.765Z[ host-image] Dec 21 05:10:44.553 INFO O| Dec 21 05:10:44.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90532024-12-21T05:10:45.765Z[ host-image] Dec 21 05:10:44.553 INFO O| Dec 21 05:10:44.553 INFO STEP 52 (remove_files) COMPLETE
90542024-12-21T05:10:45.765Z[ host-image] Dec 21 05:10:44.553 INFO O| Dec 21 05:10:44.553 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552024-12-21T05:10:45.782Z[ host-image] Dec 21 05:10:44.571 INFO O| Dec 21 05:10:44.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90562024-12-21T05:10:45.782Z[ host-image] Dec 21 05:10:44.571 INFO O| Dec 21 05:10:44.571 INFO STEP 53 (remove_files) COMPLETE
90572024-12-21T05:10:45.782Z[ host-image] Dec 21 05:10:44.571 INFO O| Dec 21 05:10:44.571 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90582024-12-21T05:10:45.803Z[ host-image] Dec 21 05:10:44.591 INFO O| Dec 21 05:10:44.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90592024-12-21T05:10:45.803Z[ host-image] Dec 21 05:10:44.591 INFO O| Dec 21 05:10:44.591 INFO STEP 54 (remove_files) COMPLETE
90602024-12-21T05:10:45.803Z[ host-image] Dec 21 05:10:44.591 INFO O| Dec 21 05:10:44.591 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612024-12-21T05:10:45.822Z[ host-image] Dec 21 05:10:44.612 INFO O| Dec 21 05:10:44.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90622024-12-21T05:10:45.823Z[ host-image] Dec 21 05:10:44.612 INFO O| Dec 21 05:10:44.612 INFO STEP 55 (remove_files) COMPLETE
90632024-12-21T05:10:45.826Z[ host-image] Dec 21 05:10:44.612 INFO O| Dec 21 05:10:44.612 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90642024-12-21T05:10:45.842Z[ host-image] Dec 21 05:10:44.631 INFO O| Dec 21 05:10:44.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90652024-12-21T05:10:45.842Z[ host-image] Dec 21 05:10:44.632 INFO O| Dec 21 05:10:44.632 INFO STEP 56 (remove_files) COMPLETE
90662024-12-21T05:10:45.842Z[ host-image] Dec 21 05:10:44.632 INFO O| Dec 21 05:10:44.632 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90672024-12-21T05:10:45.863Z[ host-image] Dec 21 05:10:44.649 INFO O| Dec 21 05:10:44.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90682024-12-21T05:10:45.863Z[ host-image] Dec 21 05:10:44.649 INFO O| Dec 21 05:10:44.649 INFO STEP 57 (remove_files) COMPLETE
90692024-12-21T05:10:45.863Z[ host-image] Dec 21 05:10:44.649 INFO O| Dec 21 05:10:44.649 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90702024-12-21T05:10:45.878Z[ host-image] Dec 21 05:10:44.667 INFO O| Dec 21 05:10:44.667 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90712024-12-21T05:10:45.878Z[ host-image] Dec 21 05:10:44.667 INFO O| Dec 21 05:10:44.667 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90722024-12-21T05:10:45.883Z[ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.667 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90732024-12-21T05:10:45.883Z[ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90742024-12-21T05:10:45.883Z[ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90752024-12-21T05:10:45.883Z[ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90762024-12-21T05:10:45.883Z[ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO ok!
90772024-12-21T05:10:45.883Z[ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO STEP 58 (ensure_file) COMPLETE
90782024-12-21T05:10:45.883Z[ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90792024-12-21T05:10:45.898Z[ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90802024-12-21T05:10:45.899Z[ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90812024-12-21T05:10:45.903Z[ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90822024-12-21T05:10:45.903Z[ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90832024-12-21T05:10:45.903Z[ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90842024-12-21T05:10:45.903Z[ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90852024-12-21T05:10:45.903Z[ host-image] Dec 21 05:10:44.689 INFO O| Dec 21 05:10:44.688 INFO ok!
90862024-12-21T05:10:45.903Z[ host-image] Dec 21 05:10:44.689 INFO O| Dec 21 05:10:44.688 INFO STEP 59 (ensure_file) COMPLETE
90872024-12-21T05:10:45.903Z[ host-image] Dec 21 05:10:44.689 INFO O| Dec 21 05:10:44.689 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90882024-12-21T05:10:45.920Z[ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.709 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90892024-12-21T05:10:45.920Z[ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.709 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90902024-12-21T05:10:45.923Z[ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90912024-12-21T05:10:45.923Z[ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO ok!
90922024-12-21T05:10:45.923Z[ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO STEP 60 (ensure_file) COMPLETE
90932024-12-21T05:10:45.923Z[ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942024-12-21T05:10:45.955Z[ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.730 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90952024-12-21T05:10:45.955Z[ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90962024-12-21T05:10:45.958Z[ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90972024-12-21T05:10:45.958Z[ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO ok!
90982024-12-21T05:10:45.958Z[ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO STEP 61 (ensure_file) COMPLETE
90992024-12-21T05:10:45.958Z[ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91002024-12-21T05:10:45.963Z[ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91012024-12-21T05:10:45.963Z[ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91022024-12-21T05:10:45.963Z[ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91032024-12-21T05:10:45.963Z[ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91042024-12-21T05:10:45.963Z[ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO ok!
91052024-12-21T05:10:45.963Z[ host-image] Dec 21 05:10:44.751 INFO O| Dec 21 05:10:44.750 INFO STEP 62 (ensure_file) COMPLETE
91062024-12-21T05:10:45.963Z[ host-image] Dec 21 05:10:44.751 INFO O| Dec 21 05:10:44.750 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072024-12-21T05:10:45.978Z[ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91082024-12-21T05:10:45.981Z[ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91092024-12-21T05:10:45.981Z[ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91102024-12-21T05:10:45.981Z[ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91112024-12-21T05:10:45.981Z[ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO ok!
91122024-12-21T05:10:45.981Z[ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO STEP 63 (ensure_file) COMPLETE
91132024-12-21T05:10:45.981Z[ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91142024-12-21T05:10:45.999Z[ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91152024-12-21T05:10:45.999Z[ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91162024-12-21T05:10:45.999Z[ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91172024-12-21T05:10:45.999Z[ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO ok!
91182024-12-21T05:10:45.999Z[ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO STEP 64 (assemble_files) COMPLETE
91192024-12-21T05:10:45.999Z[ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91202024-12-21T05:10:46.019Z[ host-image] Dec 21 05:10:44.809 INFO O| Dec 21 05:10:44.809 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91212024-12-21T05:10:46.019Z[ host-image] Dec 21 05:10:44.809 INFO O| Dec 21 05:10:44.809 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91222024-12-21T05:10:46.019Z[ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91232024-12-21T05:10:46.019Z[ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91242024-12-21T05:10:46.022Z[ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO ok!
91252024-12-21T05:10:46.022Z[ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO STEP 65 (ensure_file) COMPLETE
91262024-12-21T05:10:46.022Z[ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91272024-12-21T05:10:46.038Z[ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.828 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91282024-12-21T05:10:46.042Z[ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91292024-12-21T05:10:46.043Z[ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91302024-12-21T05:10:46.043Z[ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO STEP 66 (ensure_dir) COMPLETE
91312024-12-21T05:10:46.043Z[ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91322024-12-21T05:10:46.055Z[ host-image] Dec 21 05:10:44.846 INFO O| Dec 21 05:10:44.846 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91332024-12-21T05:10:46.055Z[ host-image] Dec 21 05:10:44.846 INFO O| Dec 21 05:10:44.846 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 ...
91342024-12-21T05:10:46.065Z[ host-image] Dec 21 05:10:44.856 INFO O| Dec 21 05:10:44.856 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
91352024-12-21T05:10:46.065Z[ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91362024-12-21T05:10:46.068Z[ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.856 INFO ok!
91372024-12-21T05:10:46.068Z[ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.856 INFO STEP 67 (ensure_file) COMPLETE
91382024-12-21T05:10:46.068Z[ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.857 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91392024-12-21T05:10:46.085Z[ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91402024-12-21T05:10:46.085Z[ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 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 ...
91412024-12-21T05:10:46.088Z[ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 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
91422024-12-21T05:10:46.089Z[ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91432024-12-21T05:10:46.089Z[ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO ok!
91442024-12-21T05:10:46.089Z[ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO STEP 68 (ensure_file) COMPLETE
91452024-12-21T05:10:46.089Z[ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91462024-12-21T05:10:46.112Z[ host-image] Dec 21 05:10:44.904 INFO O| Dec 21 05:10:44.904 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91472024-12-21T05:10:46.112Z[ host-image] Dec 21 05:10:44.904 INFO O| Dec 21 05:10:44.904 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91482024-12-21T05:10:48.803Z[ recovery-image] Dec 21 05:10:47.619 INFO E| Finished `release` profile [optimized] target(s) in 54.22s
91492024-12-21T05:10:48.842Z[ recovery-image] Dec 21 05:10:47.652 INFO building host image...
91502024-12-21T05:10:48.846Z[ recovery-image] Dec 21 05:10:47.653 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")
91512024-12-21T05:10:49.344Z[ host-image] Dec 21 05:10:48.165 INFO O| Dec 21 05:10:48.165 INFO STEP 69 (pack_tar) COMPLETE
91522024-12-21T05:10:49.344Z[ host-image] Dec 21 05:10:48.165 INFO O| Dec 21 05:10:48.165 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91532024-12-21T05:10:49.347Z[ host-image] Dec 21 05:10:48.165 INFO O| Dec 21 05:10:48.165 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91542024-12-21T05:10:49.712Z[ recovery-image] Dec 21 05:10:48.535 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91552024-12-21T05:10:49.826Z[ host-image] Dec 21 05:10:48.648 INFO O| Dec 21 05:10:48.648 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91562024-12-21T05:10:49.946Z[ host-image] Dec 21 05:10:48.772 INFO O| Dec 21 05:10:48.772 INFO completed processing gimlet/ramdisk-02-trim
91572024-12-21T05:10:49.950Z[ host-image] Dec 21 05:10:48.775 INFO image builder template: zfs...
91582024-12-21T05:10:49.951Z[ host-image] Dec 21 05:10:48.775 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/.tmpreaqKo/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
91592024-12-21T05:10:49.970Z[ host-image] Dec 21 05:10:48.797 INFO O| Dec 21 05:10:48.796 INFO skip include "stress" because feature "stress" is not enabled
91602024-12-21T05:10:50.024Z[ host-image] Dec 21 05:10:48.851 INFO O| Dec 21 05:10:48.851 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91612024-12-21T05:10:50.030Z[ host-image] Dec 21 05:10:48.858 INFO O| Dec 21 05:10:48.858 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91622024-12-21T05:10:50.121Z[ host-image] Dec 21 05:10:48.947 INFO O| Dec 21 05:10:48.947 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91632024-12-21T05:10:50.203Z[ host-image] Dec 21 05:10:49.032 INFO O| Dec 21 05:10:49.032 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91642024-12-21T05:10:50.203Z[ host-image] Dec 21 05:10:49.032 INFO O| Dec 21 05:10:49.032 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91652024-12-21T05:10:50.210Z[ host-image] Dec 21 05:10:49.039 INFO O| Dec 21 05:10:49.039 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91662024-12-21T05:10:50.315Z[ host-image] Dec 21 05:10:49.145 INFO O| Dec 21 05:10:49.144 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91672024-12-21T05:10:50.377Z[ host-image] Dec 21 05:10:49.207 INFO O| Dec 21 05:10:49.207 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91682024-12-21T05:10:50.391Z[ host-image] Dec 21 05:10:49.222 INFO O| Dec 21 05:10:49.221 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91692024-12-21T05:10:50.398Z[ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91702024-12-21T05:10:50.398Z[ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO no lofi found
91712024-12-21T05:10:50.402Z[ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91722024-12-21T05:10:50.402Z[ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91732024-12-21T05:10:51.433Z[ recovery-image] Dec 21 05:10:50.273 INFO image complete! materials are in "/work/os-recovery"
91742024-12-21T05:10:51.438Z[ recovery-image]
91752024-12-21T05:10:51.438Z[ recovery-image] real 13:46.970437382
91762024-12-21T05:10:51.438Z[ recovery-image] user 6:36.333435513
91772024-12-21T05:10:51.441Z[ recovery-image] sys 1:02.645160887
91782024-12-21T05:10:51.441Z[ recovery-image] trap 0.353136146
91792024-12-21T05:10:51.442Z[ recovery-image] tflt 0.689569340
91802024-12-21T05:10:51.442Z[ recovery-image] dflt 4.087641373
91812024-12-21T05:10:51.442Z[ recovery-image] kflt 0.029441171
91822024-12-21T05:10:51.442Z[ recovery-image] lock 30:15.363030980
91832024-12-21T05:10:51.442Z[ recovery-image] slp 1:26:18.815780699
91842024-12-21T05:10:51.442Z[ recovery-image] lat 4:00.333492255
91852024-12-21T05:10:51.442Z[ recovery-image] stop 6.375951221
91862024-12-21T05:10:51.442ZDec 21 05:10:50.280 INFO [recovery-image] process exited with exit status: 0 (826.997414541s)
91872024-12-21T05:10:52.163Z[ host-image] Dec 21 05:10:51.010 INFO O| Dec 21 05:10:51.010 INFO lofi device = /dev/dsk/c2t1d0p0
91882024-12-21T05:10:52.163Z[ host-image] Dec 21 05:10:51.010 INFO O| Dec 21 05:10:51.010 INFO pool device = /dev/dsk/c2t1d0p0
91892024-12-21T05:10:52.163Z[ host-image] Dec 21 05:10:51.010 INFO O| Dec 21 05:10:51.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91902024-12-21T05:10:52.272Z[ host-image] Dec 21 05:10:51.120 INFO O| Dec 21 05:10:51.120 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91912024-12-21T05:10:52.272Z[ host-image] Dec 21 05:10:51.120 INFO O| Dec 21 05:10:51.120 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91922024-12-21T05:10:52.300Z[ host-image] Dec 21 05:10:51.148 INFO O| Dec 21 05:10:51.148 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91932024-12-21T05:10:52.377Z[ host-image] Dec 21 05:10:51.226 INFO O| Dec 21 05:10:51.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91942024-12-21T05:10:52.428Z[ host-image] Dec 21 05:10:51.277 INFO O| Dec 21 05:10:51.277 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91952024-12-21T05:10:52.452Z[ host-image] Dec 21 05:10:51.301 INFO O| Dec 21 05:10:51.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91962024-12-21T05:10:52.469Z[ host-image] Dec 21 05:10:51.315 INFO O| Dec 21 05:10:51.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91972024-12-21T05:10:52.523Z[ host-image] Dec 21 05:10:51.373 INFO O| Dec 21 05:10:51.372 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91982024-12-21T05:10:52.524Z[ host-image] Dec 21 05:10:51.373 INFO O| Dec 21 05:10:51.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91992024-12-21T05:10:52.528Z[ host-image] Dec 21 05:10:51.373 INFO O| Dec 21 05:10:51.373 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92002024-12-21T05:10:52.535Z[ host-image] Dec 21 05:10:51.382 INFO O| Dec 21 05:10:51.382 INFO boot environment UUID: adfb93db-5294-44d5-981c-046794ca9df8
92012024-12-21T05:10:52.535Z[ host-image] Dec 21 05:10:51.382 INFO O| Dec 21 05:10:51.382 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = adfb93db-5294-44d5-981c-046794ca9df8
92022024-12-21T05:10:52.546Z[ host-image] Dec 21 05:10:51.397 INFO O| Dec 21 05:10:51.396 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92032024-12-21T05:10:52.564Z[ host-image] Dec 21 05:10:51.410 INFO O| Dec 21 05:10:51.410 INFO STEP 0 (create_be) COMPLETE
92042024-12-21T05:10:52.564Z[ host-image] Dec 21 05:10:51.410 INFO O| Dec 21 05:10:51.410 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92052024-12-21T05:10:52.584Z[ host-image] Dec 21 05:10:51.434 INFO O| Dec 21 05:10:51.434 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92062024-12-21T05:11:13.088Z[ host-image] Dec 21 05:11:12.124 INFO O| Dec 21 05:11:12.124 INFO STEP 1 (unpack_tar) COMPLETE
92072024-12-21T05:11:13.088Z[ host-image] Dec 21 05:11:12.124 INFO O| Dec 21 05:11:12.124 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92082024-12-21T05:11:13.104Z[ host-image] Dec 21 05:11:12.137 INFO O| Dec 21 05:11:12.137 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92092024-12-21T05:11:13.588Z[ host-image] Dec 21 05:11:12.629 INFO O| Dec 21 05:11:12.629 INFO STEP 2 (devfsadm) COMPLETE
92102024-12-21T05:11:13.588Z[ host-image] Dec 21 05:11:12.629 INFO O| Dec 21 05:11:12.629 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92112024-12-21T05:11:13.601Z[ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92122024-12-21T05:11:13.601Z[ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92132024-12-21T05:11:13.604Z[ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO STEP 3 (ensure_dir) COMPLETE
92142024-12-21T05:11:13.604Z[ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92152024-12-21T05:11:13.612Z[ host-image] Dec 21 05:11:12.654 INFO O| Dec 21 05:11:12.654 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92162024-12-21T05:11:13.612Z[ host-image] Dec 21 05:11:12.654 INFO O| Dec 21 05:11:12.654 INFO STEP 4 (ensure_dir) COMPLETE
92172024-12-21T05:11:13.615Z[ host-image] Dec 21 05:11:12.654 INFO O| Dec 21 05:11:12.654 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92182024-12-21T05:11:13.622Z[ host-image] Dec 21 05:11:12.664 INFO O| Dec 21 05:11:12.664 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92192024-12-21T05:11:13.622Z[ host-image] Dec 21 05:11:12.664 INFO O| Dec 21 05:11:12.664 INFO STEP 5 (ensure_dir) COMPLETE
92202024-12-21T05:11:13.626Z[ host-image] Dec 21 05:11:12.664 INFO O| Dec 21 05:11:12.664 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92212024-12-21T05:11:13.632Z[ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92222024-12-21T05:11:13.636Z[ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92232024-12-21T05:11:13.636Z[ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO STEP 6 (ensure_dir) COMPLETE
92242024-12-21T05:11:13.637Z[ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92252024-12-21T05:11:13.643Z[ host-image] Dec 21 05:11:12.684 INFO O| Dec 21 05:11:12.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92262024-12-21T05:11:13.643Z[ host-image] Dec 21 05:11:12.685 INFO O| Dec 21 05:11:12.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92272024-12-21T05:11:13.646Z[ host-image] Dec 21 05:11:12.685 INFO O| Dec 21 05:11:12.685 INFO STEP 7 (ensure_dir) COMPLETE
92282024-12-21T05:11:13.646Z[ host-image] Dec 21 05:11:12.685 INFO O| Dec 21 05:11:12.685 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92292024-12-21T05:11:13.652Z[ host-image] Dec 21 05:11:12.695 INFO O| Dec 21 05:11:12.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92302024-12-21T05:11:13.656Z[ host-image] Dec 21 05:11:12.695 INFO O| Dec 21 05:11:12.695 INFO STEP 8 (remove_files) COMPLETE
92312024-12-21T05:11:13.656Z[ host-image] Dec 21 05:11:12.695 INFO O| Dec 21 05:11:12.695 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92322024-12-21T05:11:13.663Z[ host-image] Dec 21 05:11:12.706 INFO O| Dec 21 05:11:12.705 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92332024-12-21T05:11:13.668Z[ host-image] Dec 21 05:11:12.706 INFO O| Dec 21 05:11:12.706 INFO STEP 9 (remove_files) COMPLETE
92342024-12-21T05:11:13.668Z[ host-image] Dec 21 05:11:12.706 INFO O| Dec 21 05:11:12.706 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92352024-12-21T05:11:13.674Z[ host-image] Dec 21 05:11:12.717 INFO O| Dec 21 05:11:12.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92362024-12-21T05:11:13.677Z[ host-image] Dec 21 05:11:12.717 INFO O| Dec 21 05:11:12.717 INFO STEP 10 (remove_files) COMPLETE
92372024-12-21T05:11:13.677Z[ host-image] Dec 21 05:11:12.717 INFO O| Dec 21 05:11:12.717 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92382024-12-21T05:11:13.685Z[ host-image] Dec 21 05:11:12.728 INFO O| Dec 21 05:11:12.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92392024-12-21T05:11:13.688Z[ host-image] Dec 21 05:11:12.728 INFO O| Dec 21 05:11:12.728 INFO STEP 11 (remove_files) COMPLETE
92402024-12-21T05:11:13.688Z[ host-image] Dec 21 05:11:12.728 INFO O| Dec 21 05:11:12.728 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92412024-12-21T05:11:13.696Z[ host-image] Dec 21 05:11:12.738 INFO O| Dec 21 05:11:12.738 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92422024-12-21T05:11:13.698Z[ host-image] Dec 21 05:11:12.738 INFO O| Dec 21 05:11:12.738 INFO STEP 12 (remove_files) COMPLETE
92432024-12-21T05:11:13.698Z[ host-image] Dec 21 05:11:12.738 INFO O| Dec 21 05:11:12.738 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92442024-12-21T05:11:13.707Z[ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92452024-12-21T05:11:13.708Z[ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92462024-12-21T05:11:13.710Z[ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO STEP 13 (ensure_dir) COMPLETE
92472024-12-21T05:11:13.711Z[ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92482024-12-21T05:11:13.728Z[ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92492024-12-21T05:11:13.728Z[ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92502024-12-21T05:11:13.728Z[ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92512024-12-21T05:11:13.728Z[ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO STEP 14 (ensure_dir) COMPLETE
92522024-12-21T05:11:13.728Z[ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92532024-12-21T05:11:13.733Z[ host-image] Dec 21 05:11:12.772 INFO O| Dec 21 05:11:12.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92542024-12-21T05:11:13.733Z[ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92552024-12-21T05:11:13.733Z[ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.773 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92562024-12-21T05:11:13.733Z[ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.773 INFO STEP 15 (ensure_dir) COMPLETE
92572024-12-21T05:11:13.733Z[ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.773 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92582024-12-21T05:11:13.741Z[ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92592024-12-21T05:11:13.741Z[ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92602024-12-21T05:11:13.744Z[ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO STEP 16 (ensure_dir) COMPLETE
92612024-12-21T05:11:13.745Z[ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92622024-12-21T05:11:13.751Z[ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92632024-12-21T05:11:13.754Z[ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92642024-12-21T05:11:13.754Z[ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO STEP 17 (ensure_dir) COMPLETE
92652024-12-21T05:11:13.754Z[ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92662024-12-21T05:11:13.762Z[ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92672024-12-21T05:11:13.762Z[ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92682024-12-21T05:11:13.762Z[ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO ok!
92692024-12-21T05:11:13.765Z[ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO STEP 18 (ensure_symlink) COMPLETE
92702024-12-21T05:11:13.765Z[ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92712024-12-21T05:11:13.773Z[ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92722024-12-21T05:11:13.773Z[ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92732024-12-21T05:11:13.773Z[ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO ok!
92742024-12-21T05:11:13.775Z[ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO STEP 19 (ensure_file) COMPLETE
92752024-12-21T05:11:13.776Z[ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92762024-12-21T05:11:13.785Z[ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92772024-12-21T05:11:13.785Z[ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92782024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92792024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO ok!
92802024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO STEP 20 (ensure_symlink) COMPLETE
92812024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92822024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.838 INFO O| Dec 21 05:11:12.838 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92832024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.838 INFO O| Dec 21 05:11:12.838 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92842024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92852024-12-21T05:11:13.799Z[ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.839 INFO ok!
92862024-12-21T05:11:13.800Z[ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.839 INFO STEP 21 (ensure_symlink) COMPLETE
92872024-12-21T05:11:13.800Z[ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.839 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92882024-12-21T05:11:13.851Z[ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.849 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92892024-12-21T05:11:13.885Z[ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92902024-12-21T05:11:13.893Z[ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92912024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO ok!
92922024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO STEP 22 (ensure_symlink) COMPLETE
92932024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92942024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92952024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92962024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92972024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO ok!
92982024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO STEP 23 (ensure_symlink) COMPLETE
92992024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93002024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93012024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93022024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93032024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO ok!
93042024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO STEP 24 (ensure_file) COMPLETE
93052024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93062024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.883 INFO O| Dec 21 05:11:12.883 INFO updating shadow file
93072024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.883 INFO O| Dec 21 05:11:12.883 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93082024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.884 INFO O| Dec 21 05:11:12.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93092024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.884 INFO O| Dec 21 05:11:12.884 INFO STEP 25 (shadow) COMPLETE
93102024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.884 INFO O| Dec 21 05:11:12.884 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93112024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93122024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93132024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93142024-12-21T05:11:13.894Z[ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO ok!
93152024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO STEP 26 (ensure_file) COMPLETE
93162024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93172024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93182024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93192024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93202024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO ok!
93212024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO STEP 27 (ensure_file) COMPLETE
93222024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93232024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93242024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93252024-12-21T05:11:13.895Z[ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93262024-12-21T05:11:13.896Z[ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93272024-12-21T05:11:13.896Z[ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO ok!
93282024-12-21T05:11:13.896Z[ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO STEP 28 (ensure_file) COMPLETE
93292024-12-21T05:11:13.896Z[ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93302024-12-21T05:11:13.929Z[ host-image] Dec 21 05:11:12.931 INFO O| Dec 21 05:11:12.931 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93312024-12-21T05:11:13.929Z[ host-image] Dec 21 05:11:12.931 INFO O| Dec 21 05:11:12.931 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93322024-12-21T05:11:13.929Z[ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93332024-12-21T05:11:13.929Z[ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.932 INFO ok!
93342024-12-21T05:11:13.929Z[ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.932 INFO STEP 29 (ensure_file) COMPLETE
93352024-12-21T05:11:13.929Z[ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.932 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93362024-12-21T05:11:13.929Z[ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93372024-12-21T05:11:13.930Z[ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93382024-12-21T05:11:13.930Z[ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93392024-12-21T05:11:13.930Z[ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO ok!
93402024-12-21T05:11:13.930Z[ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO STEP 30 (ensure_file) COMPLETE
93412024-12-21T05:11:13.930Z[ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93422024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93432024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93442024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93452024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93462024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO ok!
93472024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO STEP 31 (ensure_file) COMPLETE
93482024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93492024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93502024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93512024-12-21T05:11:13.935Z[ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93522024-12-21T05:11:13.939Z[ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO ok!
93532024-12-21T05:11:13.939Z[ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO STEP 32 (ensure_file) COMPLETE
93542024-12-21T05:11:13.940Z[ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93552024-12-21T05:11:13.940Z[ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93562024-12-21T05:11:13.940Z[ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93572024-12-21T05:11:13.940Z[ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93582024-12-21T05:11:13.940Z[ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO ok!
93592024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO STEP 33 (ensure_file) COMPLETE
93602024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93612024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.989 INFO O| Dec 21 05:11:12.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93622024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.989 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93632024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93642024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93652024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93662024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93672024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO ok!
93682024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO STEP 34 (ensure_file) COMPLETE
93692024-12-21T05:11:13.966Z[ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93702024-12-21T05:11:13.967Z[ host-image] Dec 21 05:11:13.000 INFO O| Dec 21 05:11:13.000 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93712024-12-21T05:11:13.967Z[ host-image] Dec 21 05:11:13.000 INFO O| Dec 21 05:11:13.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93722024-12-21T05:11:13.967Z[ host-image] Dec 21 05:11:13.000 INFO O| Dec 21 05:11:13.000 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93732024-12-21T05:11:13.967Z[ host-image] Dec 21 05:11:13.001 INFO O| Dec 21 05:11:13.000 INFO STEP 35 (ensure_dir) COMPLETE
93742024-12-21T05:11:13.967Z[ host-image] Dec 21 05:11:13.001 INFO O| Dec 21 05:11:13.000 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93752024-12-21T05:11:13.974Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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
93762024-12-21T05:11:13.974Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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 ...
93772024-12-21T05:11:13.975Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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
93782024-12-21T05:11:13.975Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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
93792024-12-21T05:11:13.976Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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
93802024-12-21T05:11:13.976Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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
93812024-12-21T05:11:13.976Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 INFO ok!
93822024-12-21T05:11:13.976Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 INFO STEP 36 (ensure_file) COMPLETE
93832024-12-21T05:11:13.976Z[ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93842024-12-21T05:11:13.980Z[ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93852024-12-21T05:11:13.981Z[ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 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 ...
93862024-12-21T05:11:13.981Z[ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93872024-12-21T05:11:13.981Z[ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO ok!
93882024-12-21T05:11:13.981Z[ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO STEP 37 (ensure_symlink) COMPLETE
93892024-12-21T05:11:13.981Z[ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93902024-12-21T05:11:13.988Z[ host-image] Dec 21 05:11:13.033 INFO O| Dec 21 05:11:13.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93912024-12-21T05:11:13.988Z[ host-image] Dec 21 05:11:13.033 INFO O| Dec 21 05:11:13.033 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93922024-12-21T05:11:13.991Z[ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93932024-12-21T05:11:13.992Z[ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93942024-12-21T05:11:13.992Z[ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93952024-12-21T05:11:13.992Z[ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93962024-12-21T05:11:13.992Z[ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO ok!
93972024-12-21T05:11:13.992Z[ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO STEP 38 (ensure_file) COMPLETE
93982024-12-21T05:11:13.992Z[ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93992024-12-21T05:11:13.999Z[ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94002024-12-21T05:11:13.999Z[ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 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 ...
94012024-12-21T05:11:14.003Z[ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 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
94022024-12-21T05:11:14.003Z[ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94032024-12-21T05:11:14.003Z[ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO ok!
94042024-12-21T05:11:14.003Z[ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO STEP 39 (ensure_file) COMPLETE
94052024-12-21T05:11:14.003Z[ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94062024-12-21T05:11:14.009Z[ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94072024-12-21T05:11:14.009Z[ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94082024-12-21T05:11:14.013Z[ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94092024-12-21T05:11:14.013Z[ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO ok!
94102024-12-21T05:11:14.013Z[ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO STEP 40 (ensure_file) COMPLETE
94112024-12-21T05:11:14.013Z[ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94122024-12-21T05:11:14.020Z[ host-image] Dec 21 05:11:13.065 INFO O| Dec 21 05:11:13.065 INFO updating shadow file
94132024-12-21T05:11:14.022Z[ host-image] Dec 21 05:11:13.066 INFO O| Dec 21 05:11:13.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94142024-12-21T05:11:14.022Z[ host-image] Dec 21 05:11:13.066 INFO O| Dec 21 05:11:13.066 INFO STEP 41 (shadow) COMPLETE
94152024-12-21T05:11:14.022Z[ host-image] Dec 21 05:11:13.066 INFO O| Dec 21 05:11:13.066 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94162024-12-21T05:11:14.030Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94172024-12-21T05:11:14.031Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94182024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94192024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94202024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO ok!
94212024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 42 (ensure_file) COMPLETE
94222024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94232024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO skip step because feature "mfg" is not enabled
94242024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94252024-12-21T05:11:14.034Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO skip step because feature "mfg" is not enabled
94262024-12-21T05:11:14.035Z[ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94272024-12-21T05:11:14.050Z[ host-image] Dec 21 05:11:13.087 INFO O| Dec 21 05:11:13.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94282024-12-21T05:11:14.050Z[ host-image] Dec 21 05:11:13.087 INFO O| Dec 21 05:11:13.087 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94292024-12-21T05:11:14.735Z[ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94302024-12-21T05:11:14.735Z[ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94312024-12-21T05:11:14.742Z[ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO ok!
94322024-12-21T05:11:14.742Z[ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO STEP 45 (ensure_file) COMPLETE
94332024-12-21T05:11:14.742Z[ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94342024-12-21T05:11:14.748Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94352024-12-21T05:11:14.748Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94362024-12-21T05:11:14.753Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94372024-12-21T05:11:14.753Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94382024-12-21T05:11:14.753Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94392024-12-21T05:11:14.753Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94402024-12-21T05:11:14.753Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO ok!
94412024-12-21T05:11:14.753Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO STEP 46 (ensure_file) COMPLETE
94422024-12-21T05:11:14.753Z[ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94432024-12-21T05:11:14.760Z[ host-image] Dec 21 05:11:13.810 INFO O| Dec 21 05:11:13.810 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94442024-12-21T05:11:14.760Z[ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 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 ...
94452024-12-21T05:11:14.769Z[ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 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
94462024-12-21T05:11:14.769Z[ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94472024-12-21T05:11:14.769Z[ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO ok!
94482024-12-21T05:11:14.769Z[ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO STEP 47 (ensure_file) COMPLETE
94492024-12-21T05:11:14.769Z[ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94502024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.824 INFO O| Dec 21 05:11:13.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94512024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.824 INFO O| Dec 21 05:11:13.824 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94522024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94532024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94542024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94552024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94562024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO ok!
94572024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO STEP 48 (ensure_file) COMPLETE
94582024-12-21T05:11:14.774Z[ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94592024-12-21T05:11:14.788Z[ host-image] Dec 21 05:11:13.840 INFO O| Dec 21 05:11:13.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94602024-12-21T05:11:14.788Z[ host-image] Dec 21 05:11:13.840 INFO O| Dec 21 05:11:13.840 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 ...
94612024-12-21T05:11:14.795Z[ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.840 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
94622024-12-21T05:11:14.795Z[ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94632024-12-21T05:11:14.795Z[ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO ok!
94642024-12-21T05:11:14.795Z[ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO STEP 49 (ensure_file) COMPLETE
94652024-12-21T05:11:14.795Z[ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94662024-12-21T05:11:14.805Z[ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94672024-12-21T05:11:14.807Z[ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94682024-12-21T05:11:14.810Z[ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94692024-12-21T05:11:14.810Z[ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94702024-12-21T05:11:14.810Z[ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94712024-12-21T05:11:14.810Z[ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94722024-12-21T05:11:14.810Z[ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO ok!
94732024-12-21T05:11:14.810Z[ host-image] Dec 21 05:11:13.856 INFO O| Dec 21 05:11:13.856 INFO STEP 50 (ensure_file) COMPLETE
94742024-12-21T05:11:14.810Z[ host-image] Dec 21 05:11:13.856 INFO O| Dec 21 05:11:13.856 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94752024-12-21T05:11:14.821Z[ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94762024-12-21T05:11:14.824Z[ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.870 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 ...
94772024-12-21T05:11:14.824Z[ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 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
94782024-12-21T05:11:14.824Z[ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94792024-12-21T05:11:14.824Z[ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO ok!
94802024-12-21T05:11:14.824Z[ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO STEP 51 (ensure_file) COMPLETE
94812024-12-21T05:11:14.825Z[ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94822024-12-21T05:11:14.831Z[ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94832024-12-21T05:11:14.832Z[ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 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 ...
94842024-12-21T05:11:14.837Z[ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 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
94852024-12-21T05:11:14.837Z[ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94862024-12-21T05:11:14.837Z[ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO ok!
94872024-12-21T05:11:14.837Z[ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO STEP 52 (ensure_file) COMPLETE
94882024-12-21T05:11:14.837Z[ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94892024-12-21T05:11:14.843Z[ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94902024-12-21T05:11:14.843Z[ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 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 ...
94912024-12-21T05:11:14.847Z[ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 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
94922024-12-21T05:11:14.847Z[ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94932024-12-21T05:11:14.847Z[ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO ok!
94942024-12-21T05:11:14.847Z[ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO STEP 53 (ensure_file) COMPLETE
94952024-12-21T05:11:14.847Z[ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-21T05:11:14.856Z[ host-image] Dec 21 05:11:13.909 INFO O| Dec 21 05:11:13.909 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94972024-12-21T05:11:14.856Z[ host-image] Dec 21 05:11:13.909 INFO O| Dec 21 05:11:13.909 INFO STEP 54 (ensure_dir) COMPLETE
94982024-12-21T05:11:14.857Z[ host-image] Dec 21 05:11:13.909 INFO O| Dec 21 05:11:13.909 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-21T05:11:14.867Z[ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95002024-12-21T05:11:14.867Z[ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95012024-12-21T05:11:14.870Z[ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO STEP 55 (ensure_dir) COMPLETE
95022024-12-21T05:11:14.870Z[ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-12-21T05:11:14.880Z[ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95042024-12-21T05:11:14.880Z[ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95052024-12-21T05:11:14.880Z[ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO STEP 56 (ensure_dir) COMPLETE
95062024-12-21T05:11:14.883Z[ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-21T05:11:14.892Z[ host-image] Dec 21 05:11:13.945 INFO O| Dec 21 05:11:13.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95082024-12-21T05:11:14.893Z[ host-image] Dec 21 05:11:13.945 INFO O| Dec 21 05:11:13.945 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95092024-12-21T05:11:14.913Z[ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95102024-12-21T05:11:14.913Z[ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO ok!
95112024-12-21T05:11:14.913Z[ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO STEP 57 (ensure_file) COMPLETE
95122024-12-21T05:11:14.920Z[ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-12-21T05:11:14.935Z[ host-image] Dec 21 05:11:13.976 INFO O| Dec 21 05:11:13.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95142024-12-21T05:11:14.935Z[ host-image] Dec 21 05:11:13.976 INFO O| Dec 21 05:11:13.976 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95152024-12-21T05:11:16.356Z[ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95162024-12-21T05:11:16.356Z[ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO ok!
95172024-12-21T05:11:16.451Z[ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO STEP 58 (ensure_file) COMPLETE
95182024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.292 INFO O| Dec 21 05:11:15.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95202024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.292 INFO O| Dec 21 05:11:15.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95212024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.293 INFO O| Dec 21 05:11:15.292 INFO STEP 59 (ensure_dir) COMPLETE
95222024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.293 INFO O| Dec 21 05:11:15.293 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95242024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO copying /tmp/.tmpreaqKo/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 ...
95252024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95262024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO ok!
95272024-12-21T05:11:16.452Z[ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO STEP 60 (ensure_file) COMPLETE
95282024-12-21T05:11:16.472Z[ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95302024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO copying /tmp/.tmpreaqKo/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 ...
95312024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95322024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO ok!
95332024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO STEP 61 (ensure_file) COMPLETE
95342024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95362024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95372024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO STEP 62 (ensure_dir) COMPLETE
95382024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.347 INFO O| Dec 21 05:11:15.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95402024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.347 INFO copying /tmp/.tmpreaqKo/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 ...
95412024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95422024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO ok!
95432024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO STEP 63 (ensure_file) COMPLETE
95442024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.360 INFO O| Dec 21 05:11:15.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95462024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.360 INFO O| Dec 21 05:11:15.360 INFO copying /tmp/.tmpreaqKo/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 ...
95472024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95482024-12-21T05:11:16.473Z[ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.361 INFO ok!
95492024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.361 INFO STEP 64 (ensure_file) COMPLETE
95502024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.361 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95522024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95532024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO STEP 65 (ensure_dir) COMPLETE
95542024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.388 INFO O| Dec 21 05:11:15.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95562024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.388 INFO copying /tmp/.tmpreaqKo/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 ...
95572024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95582024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO ok!
95592024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO STEP 66 (ensure_file) COMPLETE
95602024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95622024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95632024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95642024-12-21T05:11:16.474Z[ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO ok!
95652024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO STEP 67 (ensure_file) COMPLETE
95662024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95682024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95692024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO STEP 68 (ensure_dir) COMPLETE
95702024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.428 INFO O| Dec 21 05:11:15.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95722024-12-21T05:11:16.475Z[ host-image] Dec 21 05:11:15.428 INFO O| Dec 21 05:11:15.428 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95732024-12-21T05:11:17.714Z[ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95742024-12-21T05:11:17.714Z[ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO ok!
95752024-12-21T05:11:17.714Z[ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO STEP 69 (ensure_file) COMPLETE
95762024-12-21T05:11:17.714Z[ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-12-21T05:11:17.732Z[ host-image] Dec 21 05:11:16.811 INFO O| Dec 21 05:11:16.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95782024-12-21T05:11:17.732Z[ host-image] Dec 21 05:11:16.811 INFO O| Dec 21 05:11:16.811 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95792024-12-21T05:11:22.284Z[ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95802024-12-21T05:11:22.284Z[ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.805 INFO ok!
95812024-12-21T05:11:22.284Z[ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.805 INFO STEP 70 (ensure_file) COMPLETE
95822024-12-21T05:11:22.293Z[ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.805 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.823 INFO O| Dec 21 05:11:18.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95842024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.823 INFO O| Dec 21 05:11:18.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95852024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.824 INFO O| Dec 21 05:11:18.823 INFO STEP 71 (ensure_dir) COMPLETE
95862024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.824 INFO O| Dec 21 05:11:18.823 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95882024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO copying /tmp/.tmpreaqKo/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 ...
95892024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95902024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO ok!
95912024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO STEP 72 (ensure_file) COMPLETE
95922024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95942024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO copying /tmp/.tmpreaqKo/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 ...
95952024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95962024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO ok!
95972024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO STEP 73 (ensure_file) COMPLETE
95982024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-21T05:11:22.294Z[ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96002024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96012024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96022024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO ok!
96032024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO STEP 74 (ensure_file) COMPLETE
96042024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.878 INFO O| Dec 21 05:11:18.877 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.896 INFO O| Dec 21 05:11:18.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96062024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.896 INFO O| Dec 21 05:11:18.896 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96072024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96082024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO ok!
96092024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO STEP 75 (ensure_file) COMPLETE
96102024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96122024-12-21T05:11:22.295Z[ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96132024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO STEP 76 (ensure_dir) COMPLETE
96142024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.935 INFO O| Dec 21 05:11:18.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96162024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.935 INFO O| Dec 21 05:11:18.935 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96172024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96182024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO ok!
96192024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO STEP 77 (ensure_file) COMPLETE
96202024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.954 INFO O| Dec 21 05:11:18.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96222024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.954 INFO O| Dec 21 05:11:18.954 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96232024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96242024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.954 INFO ok!
96252024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.955 INFO STEP 78 (ensure_file) COMPLETE
96262024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.955 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.972 INFO O| Dec 21 05:11:18.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96282024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:18.972 INFO O| Dec 21 05:11:18.972 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96292024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96302024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO ok!
96312024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO STEP 79 (ensure_file) COMPLETE
96322024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96332024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96342024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96352024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO STEP 80 (ensure_dir) COMPLETE
96362024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.590 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96382024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96392024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.591 INFO STEP 81 (ensure_dir) COMPLETE
96402024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.591 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96422024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96432024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO STEP 82 (ensure_dir) COMPLETE
96442024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96452024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.623 INFO O| Dec 21 05:11:20.623 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96462024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.623 INFO O| Dec 21 05:11:20.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96472024-12-21T05:11:22.296Z[ host-image] Dec 21 05:11:20.624 INFO O| Dec 21 05:11:20.623 INFO STEP 83 (ensure_dir) COMPLETE
96482024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.624 INFO O| Dec 21 05:11:20.624 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.644 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96502024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96512024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.645 INFO STEP 84 (ensure_dir) COMPLETE
96522024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.645 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.667 INFO O| Dec 21 05:11:20.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96542024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.667 INFO O| Dec 21 05:11:20.667 INFO copying /tmp/.tmpreaqKo/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 ...
96552024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96562024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.668 INFO ok!
96572024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.668 INFO STEP 85 (ensure_file) COMPLETE
96582024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.668 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.690 INFO O| Dec 21 05:11:20.690 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96602024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.690 INFO O| Dec 21 05:11:20.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96612024-12-21T05:11:22.297Z[ host-image] Dec 21 05:11:20.691 INFO O| Dec 21 05:11:20.691 INFO STEP 86 (ensure_dir) COMPLETE
96622024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.691 INFO O| Dec 21 05:11:20.691 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96642024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96652024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96662024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO ok!
96672024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO STEP 87 (ensure_file) COMPLETE
96682024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.734 INFO O| Dec 21 05:11:20.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96702024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:20.734 INFO O| Dec 21 05:11:20.734 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96712024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96722024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO ok!
96732024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO STEP 88 (ensure_file) COMPLETE
96742024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:21.335 INFO O| Dec 21 05:11:21.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96762024-12-21T05:11:22.298Z[ host-image] Dec 21 05:11:21.335 INFO O| Dec 21 05:11:21.335 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96772024-12-21T05:11:23.299Z[ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96782024-12-21T05:11:23.299Z[ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO ok!
96792024-12-21T05:11:23.299Z[ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO STEP 89 (ensure_file) COMPLETE
96802024-12-21T05:11:23.309Z[ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812024-12-21T05:11:23.310Z[ host-image] Dec 21 05:11:22.101 INFO O| Dec 21 05:11:22.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96822024-12-21T05:11:23.310Z[ host-image] Dec 21 05:11:22.101 INFO O| Dec 21 05:11:22.101 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96832024-12-21T05:11:23.310Z[ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96842024-12-21T05:11:23.311Z[ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO ok!
96852024-12-21T05:11:23.311Z[ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO STEP 90 (ensure_file) COMPLETE
96862024-12-21T05:11:23.311Z[ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872024-12-21T05:11:23.311Z[ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96882024-12-21T05:11:23.311Z[ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96892024-12-21T05:11:23.311Z[ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO STEP 91 (ensure_dir) COMPLETE
96902024-12-21T05:11:23.311Z[ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912024-12-21T05:11:23.312Z[ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96922024-12-21T05:11:23.312Z[ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.145 INFO copying /tmp/.tmpreaqKo/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 ...
96932024-12-21T05:11:23.312Z[ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96942024-12-21T05:11:23.312Z[ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO ok!
96952024-12-21T05:11:23.312Z[ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO STEP 92 (ensure_file) COMPLETE
96962024-12-21T05:11:23.312Z[ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972024-12-21T05:11:23.313Z[ host-image] Dec 21 05:11:22.165 INFO O| Dec 21 05:11:22.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96982024-12-21T05:11:23.313Z[ host-image] Dec 21 05:11:22.165 INFO O| Dec 21 05:11:22.165 INFO copying /tmp/.tmpreaqKo/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 ...
96992024-12-21T05:11:23.314Z[ host-image] Dec 21 05:11:22.165 INFO O| Dec 21 05:11:22.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97002024-12-21T05:11:23.314Z[ host-image] Dec 21 05:11:22.166 INFO O| Dec 21 05:11:22.165 INFO ok!
97012024-12-21T05:11:23.314Z[ host-image] Dec 21 05:11:22.166 INFO O| Dec 21 05:11:22.166 INFO STEP 93 (ensure_file) COMPLETE
97022024-12-21T05:11:23.314Z[ host-image] Dec 21 05:11:22.166 INFO O| Dec 21 05:11:22.166 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032024-12-21T05:11:23.317Z[ host-image] Dec 21 05:11:22.208 INFO O| Dec 21 05:11:22.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97042024-12-21T05:11:23.317Z[ host-image] Dec 21 05:11:22.208 INFO O| Dec 21 05:11:22.208 INFO copying /tmp/.tmpreaqKo/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 ...
97052024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97062024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO ok!
97072024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO STEP 94 (ensure_file) COMPLETE
97082024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.230 INFO O| Dec 21 05:11:22.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97102024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.230 INFO O| Dec 21 05:11:22.230 INFO copying /tmp/.tmpreaqKo/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 ...
97112024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97122024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO ok!
97132024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO STEP 95 (ensure_file) COMPLETE
97142024-12-21T05:11:23.318Z[ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.253 INFO O| Dec 21 05:11:22.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97162024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO copying /tmp/.tmpreaqKo/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 ...
97172024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97182024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO ok!
97192024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO STEP 96 (ensure_file) COMPLETE
97202024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97222024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97232024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97242024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO ok!
97252024-12-21T05:11:23.319Z[ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO STEP 97 (ensure_file) COMPLETE
97262024-12-21T05:11:23.320Z[ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272024-12-21T05:11:23.320Z[ host-image] Dec 21 05:11:22.292 INFO O| Dec 21 05:11:22.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97282024-12-21T05:11:23.320Z[ host-image] Dec 21 05:11:22.292 INFO O| Dec 21 05:11:22.292 INFO copying /tmp/.tmpreaqKo/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 ...
97292024-12-21T05:11:23.320Z[ host-image] Dec 21 05:11:22.292 INFO O| Dec 21 05:11:22.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97302024-12-21T05:11:23.320Z[ host-image] Dec 21 05:11:22.293 INFO O| Dec 21 05:11:22.292 INFO ok!
97312024-12-21T05:11:23.320Z[ host-image] Dec 21 05:11:22.293 INFO O| Dec 21 05:11:22.293 INFO STEP 98 (ensure_file) COMPLETE
97322024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.293 INFO O| Dec 21 05:11:22.293 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.327 INFO O| Dec 21 05:11:22.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97342024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.327 INFO O| Dec 21 05:11:22.327 INFO copying /tmp/.tmpreaqKo/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 ...
97352024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97362024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.328 INFO ok!
97372024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.328 INFO STEP 99 (ensure_file) COMPLETE
97382024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.328 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97402024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO copying /tmp/.tmpreaqKo/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 ...
97412024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97422024-12-21T05:11:23.321Z[ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO ok!
97432024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO STEP 100 (ensure_file) COMPLETE
97442024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97462024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97472024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97482024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO ok!
97492024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO STEP 101 (ensure_file) COMPLETE
97502024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97522024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO copying /tmp/.tmpreaqKo/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 ...
97532024-12-21T05:11:23.322Z[ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97542024-12-21T05:11:23.323Z[ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO ok!
97552024-12-21T05:11:23.323Z[ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO STEP 102 (ensure_file) COMPLETE
97562024-12-21T05:11:23.323Z[ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-21T05:11:23.333Z[ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97582024-12-21T05:11:23.333Z[ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO copying /tmp/.tmpreaqKo/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 ...
97592024-12-21T05:11:23.333Z[ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97602024-12-21T05:11:23.334Z[ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO ok!
97612024-12-21T05:11:23.334Z[ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO STEP 103 (ensure_file) COMPLETE
97622024-12-21T05:11:23.334Z[ host-image] Dec 21 05:11:22.447 INFO O| Dec 21 05:11:22.446 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-21T05:11:23.341Z[ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97642024-12-21T05:11:23.341Z[ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO copying /tmp/.tmpreaqKo/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 ...
97652024-12-21T05:11:23.341Z[ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97662024-12-21T05:11:23.342Z[ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO ok!
97672024-12-21T05:11:23.342Z[ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO STEP 104 (ensure_file) COMPLETE
97682024-12-21T05:11:23.342Z[ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692024-12-21T05:11:23.356Z[ host-image] Dec 21 05:11:22.486 INFO O| Dec 21 05:11:22.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97702024-12-21T05:11:23.356Z[ host-image] Dec 21 05:11:22.486 INFO O| Dec 21 05:11:22.486 INFO copying /tmp/.tmpreaqKo/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 ...
97712024-12-21T05:11:23.358Z[ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97722024-12-21T05:11:23.358Z[ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.487 INFO ok!
97732024-12-21T05:11:23.358Z[ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.487 INFO STEP 105 (ensure_file) COMPLETE
97742024-12-21T05:11:23.359Z[ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.487 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-21T05:11:23.376Z[ host-image] Dec 21 05:11:22.506 INFO O| Dec 21 05:11:22.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97762024-12-21T05:11:23.376Z[ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO copying /tmp/.tmpreaqKo/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 ...
97772024-12-21T05:11:23.379Z[ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97782024-12-21T05:11:23.379Z[ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO ok!
97792024-12-21T05:11:23.379Z[ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO STEP 106 (ensure_file) COMPLETE
97802024-12-21T05:11:23.379Z[ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812024-12-21T05:11:23.395Z[ host-image] Dec 21 05:11:22.525 INFO O| Dec 21 05:11:22.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97822024-12-21T05:11:23.395Z[ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO copying /tmp/.tmpreaqKo/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 ...
97832024-12-21T05:11:23.398Z[ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97842024-12-21T05:11:23.398Z[ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO ok!
97852024-12-21T05:11:23.398Z[ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO STEP 107 (ensure_file) COMPLETE
97862024-12-21T05:11:23.398Z[ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872024-12-21T05:11:23.415Z[ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97882024-12-21T05:11:23.415Z[ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO copying /tmp/.tmpreaqKo/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 ...
97892024-12-21T05:11:23.419Z[ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97902024-12-21T05:11:23.419Z[ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO ok!
97912024-12-21T05:11:23.419Z[ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO STEP 108 (ensure_file) COMPLETE
97922024-12-21T05:11:23.419Z[ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932024-12-21T05:11:23.432Z[ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97942024-12-21T05:11:23.432Z[ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO copying /tmp/.tmpreaqKo/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 ...
97952024-12-21T05:11:23.434Z[ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97962024-12-21T05:11:23.435Z[ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO ok!
97972024-12-21T05:11:23.435Z[ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO STEP 109 (ensure_file) COMPLETE
97982024-12-21T05:11:23.435Z[ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992024-12-21T05:11:23.451Z[ host-image] Dec 21 05:11:22.582 INFO O| Dec 21 05:11:22.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98002024-12-21T05:11:23.451Z[ host-image] Dec 21 05:11:22.582 INFO O| Dec 21 05:11:22.582 INFO copying /tmp/.tmpreaqKo/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 ...
98012024-12-21T05:11:23.453Z[ host-image] Dec 21 05:11:22.582 INFO O| Dec 21 05:11:22.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98022024-12-21T05:11:23.453Z[ host-image] Dec 21 05:11:22.583 INFO O| Dec 21 05:11:22.582 INFO ok!
98032024-12-21T05:11:23.454Z[ host-image] Dec 21 05:11:22.583 INFO O| Dec 21 05:11:22.583 INFO STEP 110 (ensure_file) COMPLETE
98042024-12-21T05:11:23.454Z[ host-image] Dec 21 05:11:22.583 INFO O| Dec 21 05:11:22.583 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052024-12-21T05:11:23.469Z[ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98062024-12-21T05:11:23.469Z[ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO copying /tmp/.tmpreaqKo/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 ...
98072024-12-21T05:11:23.472Z[ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
98082024-12-21T05:11:23.472Z[ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO ok!
98092024-12-21T05:11:23.472Z[ host-image] Dec 21 05:11:22.602 INFO O| Dec 21 05:11:22.601 INFO STEP 111 (ensure_file) COMPLETE
98102024-12-21T05:11:23.472Z[ host-image] Dec 21 05:11:22.602 INFO O| Dec 21 05:11:22.602 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112024-12-21T05:11:23.488Z[ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
98122024-12-21T05:11:23.488Z[ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO copying /tmp/.tmpreaqKo/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 ...
98132024-12-21T05:11:23.490Z[ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
98142024-12-21T05:11:23.490Z[ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO ok!
98152024-12-21T05:11:23.490Z[ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO STEP 112 (ensure_file) COMPLETE
98162024-12-21T05:11:23.490Z[ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172024-12-21T05:11:23.506Z[ host-image] Dec 21 05:11:22.638 INFO O| Dec 21 05:11:22.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98182024-12-21T05:11:23.507Z[ host-image] Dec 21 05:11:22.638 INFO O| Dec 21 05:11:22.638 INFO copying /tmp/.tmpreaqKo/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 ...
98192024-12-21T05:11:23.510Z[ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98202024-12-21T05:11:23.510Z[ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO ok!
98212024-12-21T05:11:23.510Z[ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO STEP 113 (ensure_file) COMPLETE
98222024-12-21T05:11:23.510Z[ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232024-12-21T05:11:23.524Z[ host-image] Dec 21 05:11:22.656 INFO O| Dec 21 05:11:22.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98242024-12-21T05:11:23.525Z[ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO copying /tmp/.tmpreaqKo/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 ...
98252024-12-21T05:11:23.527Z[ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98262024-12-21T05:11:23.527Z[ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO ok!
98272024-12-21T05:11:23.527Z[ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO STEP 114 (ensure_file) COMPLETE
98282024-12-21T05:11:23.527Z[ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292024-12-21T05:11:23.543Z[ host-image] Dec 21 05:11:22.675 INFO O| Dec 21 05:11:22.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98302024-12-21T05:11:23.543Z[ host-image] Dec 21 05:11:22.675 INFO O| Dec 21 05:11:22.675 INFO copying /tmp/.tmpreaqKo/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 ...
98312024-12-21T05:11:23.545Z[ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98322024-12-21T05:11:23.547Z[ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO ok!
98332024-12-21T05:11:23.547Z[ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO STEP 115 (ensure_file) COMPLETE
98342024-12-21T05:11:23.547Z[ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352024-12-21T05:11:23.563Z[ host-image] Dec 21 05:11:22.695 INFO O| Dec 21 05:11:22.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98362024-12-21T05:11:23.563Z[ host-image] Dec 21 05:11:22.695 INFO O| Dec 21 05:11:22.695 INFO copying /tmp/.tmpreaqKo/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 ...
98372024-12-21T05:11:23.565Z[ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98382024-12-21T05:11:23.565Z[ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO ok!
98392024-12-21T05:11:23.565Z[ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO STEP 116 (ensure_file) COMPLETE
98402024-12-21T05:11:23.565Z[ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412024-12-21T05:11:23.583Z[ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98422024-12-21T05:11:23.583Z[ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO copying /tmp/.tmpreaqKo/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 ...
98432024-12-21T05:11:23.586Z[ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98442024-12-21T05:11:23.586Z[ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO ok!
98452024-12-21T05:11:23.586Z[ host-image] Dec 21 05:11:22.717 INFO O| Dec 21 05:11:22.716 INFO STEP 117 (ensure_file) COMPLETE
98462024-12-21T05:11:23.586Z[ host-image] Dec 21 05:11:22.717 INFO O| Dec 21 05:11:22.717 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472024-12-21T05:11:23.604Z[ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98482024-12-21T05:11:23.604Z[ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98492024-12-21T05:11:23.607Z[ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98502024-12-21T05:11:23.607Z[ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO ok!
98512024-12-21T05:11:23.607Z[ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO STEP 118 (ensure_file) COMPLETE
98522024-12-21T05:11:23.607Z[ host-image] Dec 21 05:11:22.738 INFO O| Dec 21 05:11:22.738 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532024-12-21T05:11:23.623Z[ host-image] Dec 21 05:11:22.756 INFO O| Dec 21 05:11:22.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98542024-12-21T05:11:23.623Z[ host-image] Dec 21 05:11:22.756 INFO O| Dec 21 05:11:22.756 INFO copying /tmp/.tmpreaqKo/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 ...
98552024-12-21T05:11:23.626Z[ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98562024-12-21T05:11:23.626Z[ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO ok!
98572024-12-21T05:11:23.626Z[ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO STEP 119 (ensure_file) COMPLETE
98582024-12-21T05:11:23.626Z[ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592024-12-21T05:11:23.642Z[ host-image] Dec 21 05:11:22.775 INFO O| Dec 21 05:11:22.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98602024-12-21T05:11:23.642Z[ host-image] Dec 21 05:11:22.775 INFO O| Dec 21 05:11:22.775 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98612024-12-21T05:11:23.645Z[ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98622024-12-21T05:11:23.645Z[ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO ok!
98632024-12-21T05:11:23.645Z[ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO STEP 120 (ensure_file) COMPLETE
98642024-12-21T05:11:23.645Z[ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652024-12-21T05:11:23.667Z[ host-image] Dec 21 05:11:22.800 INFO O| Dec 21 05:11:22.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98662024-12-21T05:11:23.667Z[ host-image] Dec 21 05:11:22.800 INFO O| Dec 21 05:11:22.800 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98672024-12-21T05:11:34.803Z[ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98682024-12-21T05:11:34.806Z[ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO ok!
98692024-12-21T05:11:34.806Z[ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO STEP 121 (ensure_file) COMPLETE
98702024-12-21T05:11:34.806Z[ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712024-12-21T05:11:34.822Z[ host-image] Dec 21 05:11:34.057 INFO O| Dec 21 05:11:34.057 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98722024-12-21T05:11:34.822Z[ host-image] Dec 21 05:11:34.057 INFO O| Dec 21 05:11:34.057 INFO STEP 122 (ensure_dir) COMPLETE
98732024-12-21T05:11:34.825Z[ host-image] Dec 21 05:11:34.057 INFO O| Dec 21 05:11:34.057 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742024-12-21T05:11:34.840Z[ host-image] Dec 21 05:11:34.075 INFO O| Dec 21 05:11:34.075 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98752024-12-21T05:11:34.843Z[ host-image] Dec 21 05:11:34.075 INFO O| Dec 21 05:11:34.075 INFO STEP 123 (ensure_dir) COMPLETE
98762024-12-21T05:11:34.843Z[ host-image] Dec 21 05:11:34.075 INFO O| Dec 21 05:11:34.075 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772024-12-21T05:11:34.859Z[ host-image] Dec 21 05:11:34.093 INFO O| Dec 21 05:11:34.093 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98782024-12-21T05:11:34.859Z[ host-image] Dec 21 05:11:34.094 INFO O| Dec 21 05:11:34.093 INFO STEP 124 (ensure_dir) COMPLETE
98792024-12-21T05:11:34.862Z[ host-image] Dec 21 05:11:34.094 INFO O| Dec 21 05:11:34.093 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802024-12-21T05:11:34.882Z[ host-image] Dec 21 05:11:34.111 INFO O| Dec 21 05:11:34.111 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98812024-12-21T05:11:34.882Z[ host-image] Dec 21 05:11:34.111 INFO O| Dec 21 05:11:34.111 INFO STEP 125 (ensure_dir) COMPLETE
98822024-12-21T05:11:34.882Z[ host-image] Dec 21 05:11:34.112 INFO O| Dec 21 05:11:34.111 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832024-12-21T05:11:34.894Z[ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98842024-12-21T05:11:34.897Z[ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO copying /tmp/.tmpreaqKo/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 ...
98852024-12-21T05:11:34.898Z[ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98862024-12-21T05:11:34.898Z[ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO ok!
98872024-12-21T05:11:34.898Z[ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO STEP 126 (ensure_file) COMPLETE
98882024-12-21T05:11:34.898Z[ host-image] Dec 21 05:11:34.131 INFO O| Dec 21 05:11:34.130 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892024-12-21T05:11:34.912Z[ host-image] Dec 21 05:11:34.148 INFO O| Dec 21 05:11:34.148 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98902024-12-21T05:11:34.912Z[ host-image] Dec 21 05:11:34.148 INFO O| Dec 21 05:11:34.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98912024-12-21T05:11:34.915Z[ host-image] Dec 21 05:11:34.148 INFO O| Dec 21 05:11:34.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98922024-12-21T05:11:34.915Z[ host-image] Dec 21 05:11:34.149 INFO O| Dec 21 05:11:34.149 INFO STEP 127 (ensure_dir) COMPLETE
98932024-12-21T05:11:34.915Z[ host-image] Dec 21 05:11:34.149 INFO O| Dec 21 05:11:34.149 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942024-12-21T05:11:34.931Z[ host-image] Dec 21 05:11:34.166 INFO O| Dec 21 05:11:34.166 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98952024-12-21T05:11:34.931Z[ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO copying /tmp/.tmpreaqKo/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98962024-12-21T05:11:34.934Z[ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98972024-12-21T05:11:34.935Z[ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO ok!
98982024-12-21T05:11:34.935Z[ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO STEP 128 (ensure_file) COMPLETE
98992024-12-21T05:11:34.935Z[ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99002024-12-21T05:11:34.949Z[ host-image] Dec 21 05:11:34.185 INFO O| Dec 21 05:11:34.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
99012024-12-21T05:11:34.951Z[ host-image] Dec 21 05:11:34.186 INFO O| Dec 21 05:11:34.186 INFO STEP 129 (remove_files) COMPLETE
99022024-12-21T05:11:34.951Z[ host-image] Dec 21 05:11:34.186 INFO O| Dec 21 05:11:34.186 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99032024-12-21T05:11:34.969Z[ host-image] Dec 21 05:11:34.205 INFO O| Dec 21 05:11:34.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
99042024-12-21T05:11:34.972Z[ host-image] Dec 21 05:11:34.206 INFO O| Dec 21 05:11:34.206 INFO STEP 130 (remove_files) COMPLETE
99052024-12-21T05:11:34.972Z[ host-image] Dec 21 05:11:34.206 INFO O| Dec 21 05:11:34.206 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99062024-12-21T05:11:34.989Z[ host-image] Dec 21 05:11:34.226 INFO O| Dec 21 05:11:34.225 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
99072024-12-21T05:11:34.991Z[ host-image] Dec 21 05:11:34.226 INFO O| Dec 21 05:11:34.226 INFO STEP 131 (remove_files) COMPLETE
99082024-12-21T05:11:34.991Z[ host-image] Dec 21 05:11:34.226 INFO O| Dec 21 05:11:34.226 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99092024-12-21T05:11:35.009Z[ host-image] Dec 21 05:11:34.246 INFO O| Dec 21 05:11:34.246 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
99102024-12-21T05:11:35.012Z[ host-image] Dec 21 05:11:34.246 INFO O| Dec 21 05:11:34.246 INFO STEP 132 (remove_files) COMPLETE
99112024-12-21T05:11:35.012Z[ host-image] Dec 21 05:11:34.247 INFO O| Dec 21 05:11:34.247 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99122024-12-21T05:11:35.029Z[ host-image] Dec 21 05:11:34.266 INFO O| Dec 21 05:11:34.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
99132024-12-21T05:11:35.032Z[ host-image] Dec 21 05:11:34.266 INFO O| Dec 21 05:11:34.266 INFO STEP 133 (remove_files) COMPLETE
99142024-12-21T05:11:35.032Z[ host-image] Dec 21 05:11:34.266 INFO O| Dec 21 05:11:34.266 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99152024-12-21T05:11:35.048Z[ host-image] Dec 21 05:11:34.285 INFO O| Dec 21 05:11:34.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
99162024-12-21T05:11:35.050Z[ host-image] Dec 21 05:11:34.285 INFO O| Dec 21 05:11:34.285 INFO STEP 134 (remove_files) COMPLETE
99172024-12-21T05:11:35.050Z[ host-image] Dec 21 05:11:34.285 INFO O| Dec 21 05:11:34.285 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99182024-12-21T05:11:35.067Z[ host-image] Dec 21 05:11:34.304 INFO O| Dec 21 05:11:34.304 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
99192024-12-21T05:11:35.069Z[ host-image] Dec 21 05:11:34.304 INFO O| Dec 21 05:11:34.304 INFO STEP 135 (remove_files) COMPLETE
99202024-12-21T05:11:35.069Z[ host-image] Dec 21 05:11:34.304 INFO O| Dec 21 05:11:34.304 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99212024-12-21T05:11:35.085Z[ host-image] Dec 21 05:11:34.322 INFO O| Dec 21 05:11:34.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99222024-12-21T05:11:35.087Z[ host-image] Dec 21 05:11:34.322 INFO O| Dec 21 05:11:34.322 INFO STEP 136 (remove_files) COMPLETE
99232024-12-21T05:11:35.087Z[ host-image] Dec 21 05:11:34.322 INFO O| Dec 21 05:11:34.322 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99242024-12-21T05:11:35.116Z[ host-image] Dec 21 05:11:34.353 INFO O| Dec 21 05:11:34.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99252024-12-21T05:11:35.119Z[ host-image] Dec 21 05:11:34.353 INFO O| Dec 21 05:11:34.353 INFO STEP 137 (remove_files) COMPLETE
99262024-12-21T05:11:35.119Z[ host-image] Dec 21 05:11:34.354 INFO O| Dec 21 05:11:34.354 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99272024-12-21T05:11:35.135Z[ host-image] Dec 21 05:11:34.372 INFO O| Dec 21 05:11:34.372 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99282024-12-21T05:11:35.137Z[ host-image] Dec 21 05:11:34.373 INFO O| Dec 21 05:11:34.372 INFO STEP 138 (remove_files) COMPLETE
99292024-12-21T05:11:35.137Z[ host-image] Dec 21 05:11:34.373 INFO O| Dec 21 05:11:34.373 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99302024-12-21T05:11:35.153Z[ host-image] Dec 21 05:11:34.391 INFO O| Dec 21 05:11:34.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99312024-12-21T05:11:35.155Z[ host-image] Dec 21 05:11:34.391 INFO O| Dec 21 05:11:34.391 INFO STEP 139 (remove_files) COMPLETE
99322024-12-21T05:11:35.155Z[ host-image] Dec 21 05:11:34.391 INFO O| Dec 21 05:11:34.391 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99332024-12-21T05:11:35.171Z[ host-image] Dec 21 05:11:34.409 INFO O| Dec 21 05:11:34.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99342024-12-21T05:11:35.173Z[ host-image] Dec 21 05:11:34.409 INFO O| Dec 21 05:11:34.409 INFO STEP 140 (remove_files) COMPLETE
99352024-12-21T05:11:35.173Z[ host-image] Dec 21 05:11:34.410 INFO O| Dec 21 05:11:34.410 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99362024-12-21T05:11:35.190Z[ host-image] Dec 21 05:11:34.428 INFO O| Dec 21 05:11:34.428 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99372024-12-21T05:11:35.193Z[ host-image] Dec 21 05:11:34.429 INFO O| Dec 21 05:11:34.429 INFO STEP 141 (remove_files) COMPLETE
99382024-12-21T05:11:35.193Z[ host-image] Dec 21 05:11:34.429 INFO O| Dec 21 05:11:34.429 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99392024-12-21T05:11:35.210Z[ host-image] Dec 21 05:11:34.449 INFO O| Dec 21 05:11:34.448 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99402024-12-21T05:11:35.213Z[ host-image] Dec 21 05:11:34.449 INFO O| Dec 21 05:11:34.449 INFO STEP 142 (remove_files) COMPLETE
99412024-12-21T05:11:35.213Z[ host-image] Dec 21 05:11:34.449 INFO O| Dec 21 05:11:34.449 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99422024-12-21T05:11:35.229Z[ host-image] Dec 21 05:11:34.468 INFO O| Dec 21 05:11:34.468 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99432024-12-21T05:11:35.231Z[ host-image] Dec 21 05:11:34.468 INFO O| Dec 21 05:11:34.468 INFO STEP 143 (remove_files) COMPLETE
99442024-12-21T05:11:35.231Z[ host-image] Dec 21 05:11:34.468 INFO O| Dec 21 05:11:34.468 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99452024-12-21T05:11:35.263Z[ host-image] Dec 21 05:11:34.502 INFO O| Dec 21 05:11:34.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99462024-12-21T05:11:35.265Z[ host-image] Dec 21 05:11:34.502 INFO O| Dec 21 05:11:34.502 INFO STEP 144 (remove_files) COMPLETE
99472024-12-21T05:11:35.265Z[ host-image] Dec 21 05:11:34.502 INFO O| Dec 21 05:11:34.502 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99482024-12-21T05:11:35.293Z[ host-image] Dec 21 05:11:34.532 INFO O| Dec 21 05:11:34.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99492024-12-21T05:11:35.295Z[ host-image] Dec 21 05:11:34.532 INFO O| Dec 21 05:11:34.532 INFO STEP 145 (remove_files) COMPLETE
99502024-12-21T05:11:35.295Z[ host-image] Dec 21 05:11:34.532 INFO O| Dec 21 05:11:34.532 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99512024-12-21T05:11:35.314Z[ host-image] Dec 21 05:11:34.553 INFO O| Dec 21 05:11:34.553 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99522024-12-21T05:11:35.314Z[ host-image] Dec 21 05:11:34.553 INFO O| Dec 21 05:11:34.553 INFO STEP 146 (remove_files) COMPLETE
99532024-12-21T05:11:35.317Z[ host-image] Dec 21 05:11:34.553 INFO O| Dec 21 05:11:34.553 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99542024-12-21T05:11:35.334Z[ host-image] Dec 21 05:11:34.574 INFO O| Dec 21 05:11:34.574 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99552024-12-21T05:11:35.334Z[ host-image] Dec 21 05:11:34.574 INFO O| Dec 21 05:11:34.574 INFO STEP 147 (remove_files) COMPLETE
99562024-12-21T05:11:35.337Z[ host-image] Dec 21 05:11:34.574 INFO O| Dec 21 05:11:34.574 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99572024-12-21T05:11:35.366Z[ host-image] Dec 21 05:11:34.606 INFO O| Dec 21 05:11:34.606 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99582024-12-21T05:11:35.366Z[ host-image] Dec 21 05:11:34.606 INFO O| Dec 21 05:11:34.606 INFO STEP 148 (remove_files) COMPLETE
99592024-12-21T05:11:35.366Z[ host-image] Dec 21 05:11:34.606 INFO O| Dec 21 05:11:34.606 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99602024-12-21T05:11:35.390Z[ host-image] Dec 21 05:11:34.630 INFO O| Dec 21 05:11:34.630 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99612024-12-21T05:11:35.390Z[ host-image] Dec 21 05:11:34.630 INFO O| Dec 21 05:11:34.630 INFO STEP 149 (remove_files) COMPLETE
99622024-12-21T05:11:35.390Z[ host-image] Dec 21 05:11:34.630 INFO O| Dec 21 05:11:34.630 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99632024-12-21T05:11:35.417Z[ host-image] Dec 21 05:11:34.656 INFO O| Dec 21 05:11:34.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99642024-12-21T05:11:35.419Z[ host-image] Dec 21 05:11:34.657 INFO O| Dec 21 05:11:34.656 INFO STEP 150 (remove_files) COMPLETE
99652024-12-21T05:11:35.419Z[ host-image] Dec 21 05:11:34.657 INFO O| Dec 21 05:11:34.656 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99662024-12-21T05:11:35.439Z[ host-image] Dec 21 05:11:34.679 INFO O| Dec 21 05:11:34.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99672024-12-21T05:11:35.439Z[ host-image] Dec 21 05:11:34.679 INFO O| Dec 21 05:11:34.679 INFO STEP 151 (remove_files) COMPLETE
99682024-12-21T05:11:35.439Z[ host-image] Dec 21 05:11:34.679 INFO O| Dec 21 05:11:34.679 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99692024-12-21T05:11:35.459Z[ host-image] Dec 21 05:11:34.699 INFO O| Dec 21 05:11:34.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99702024-12-21T05:11:35.459Z[ host-image] Dec 21 05:11:34.699 INFO O| Dec 21 05:11:34.699 INFO STEP 152 (remove_files) COMPLETE
99712024-12-21T05:11:35.461Z[ host-image] Dec 21 05:11:34.699 INFO O| Dec 21 05:11:34.699 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99722024-12-21T05:11:35.479Z[ host-image] Dec 21 05:11:34.719 INFO O| Dec 21 05:11:34.719 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99732024-12-21T05:11:35.479Z[ host-image] Dec 21 05:11:34.720 INFO O| Dec 21 05:11:34.720 INFO STEP 153 (remove_files) COMPLETE
99742024-12-21T05:11:35.480Z[ host-image] Dec 21 05:11:34.720 INFO O| Dec 21 05:11:34.720 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99752024-12-21T05:11:35.541Z[ host-image] Dec 21 05:11:34.782 INFO O| Dec 21 05:11:34.782 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99762024-12-21T05:11:35.541Z[ host-image] Dec 21 05:11:34.782 INFO O| Dec 21 05:11:34.782 INFO STEP 154 (remove_files) COMPLETE
99772024-12-21T05:11:35.541Z[ host-image] Dec 21 05:11:34.782 INFO O| Dec 21 05:11:34.782 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99782024-12-21T05:11:35.600Z[ host-image] Dec 21 05:11:34.842 INFO O| Dec 21 05:11:34.842 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99792024-12-21T05:11:35.600Z[ host-image] Dec 21 05:11:34.842 INFO O| Dec 21 05:11:34.842 INFO STEP 155 (remove_files) COMPLETE
99802024-12-21T05:11:35.600Z[ host-image] Dec 21 05:11:34.842 INFO O| Dec 21 05:11:34.842 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99812024-12-21T05:11:35.627Z[ host-image] Dec 21 05:11:34.868 INFO O| Dec 21 05:11:34.868 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99822024-12-21T05:11:35.627Z[ host-image] Dec 21 05:11:34.868 INFO O| Dec 21 05:11:34.868 INFO STEP 156 (remove_files) COMPLETE
99832024-12-21T05:11:35.627Z[ host-image] Dec 21 05:11:34.868 INFO O| Dec 21 05:11:34.868 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99842024-12-21T05:11:35.649Z[ host-image] Dec 21 05:11:34.891 INFO O| Dec 21 05:11:34.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99852024-12-21T05:11:35.650Z[ host-image] Dec 21 05:11:34.891 INFO O| Dec 21 05:11:34.891 INFO STEP 157 (remove_files) COMPLETE
99862024-12-21T05:11:35.650Z[ host-image] Dec 21 05:11:34.891 INFO O| Dec 21 05:11:34.891 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99872024-12-21T05:11:35.680Z[ host-image] Dec 21 05:11:34.923 INFO O| Dec 21 05:11:34.923 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99882024-12-21T05:11:35.680Z[ host-image] Dec 21 05:11:34.923 INFO O| Dec 21 05:11:34.923 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
99892024-12-21T05:11:47.624Z[ host-image] Dec 21 05:11:46.975 INFO O| Dec 21 05:11:46.975 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
99902024-12-21T05:11:47.627Z[ host-image] Dec 21 05:11:46.975 INFO O| Dec 21 05:11:46.975 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99912024-12-21T05:11:47.645Z[ host-image] Dec 21 05:11:46.997 INFO O| Dec 21 05:11:46.997 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99922024-12-21T05:11:47.792Z[ host-image] Dec 21 05:11:47.145 INFO O| Dec 21 05:11:47.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99932024-12-21T05:11:47.792Z[ host-image] Dec 21 05:11:47.145 INFO O| Dec 21 05:11:47.145 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99942024-12-21T05:11:47.795Z[ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99952024-12-21T05:11:47.795Z[ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO ok!
99962024-12-21T05:11:47.795Z[ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99972024-12-21T05:11:47.798Z[ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO STEP 158 (seed_smf) COMPLETE
99982024-12-21T05:11:47.798Z[ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO steps complete; finalising image!
99992024-12-21T05:11:47.798Z[ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO TRIM POOL: TEMPORARY-gimlet-zfs
100002024-12-21T05:11:47.981Z[ host-image] Dec 21 05:11:47.335 INFO O| Dec 21 05:11:47.335 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 05:11:47 2024)
100012024-12-21T05:11:48.191Z[ host-image] Dec 21 05:11:47.548 INFO O| Dec 21 05:11:47.548 INFO trim TEMPORARY-gimlet-zfs: (22% trimmed, started at Sat Dec 21 05:11:47 2024)
100022024-12-21T05:11:48.401Z[ host-image] Dec 21 05:11:47.759 INFO O| Dec 21 05:11:47.759 INFO trim TEMPORARY-gimlet-zfs: (65% trimmed, started at Sat Dec 21 05:11:47 2024)
100032024-12-21T05:11:48.610Z[ host-image] Dec 21 05:11:47.970 INFO O| Dec 21 05:11:47.970 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 05:11:47 2024)
100042024-12-21T05:11:48.821Z[ host-image] Dec 21 05:11:48.183 INFO O| Dec 21 05:11:48.183 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 05:11:47 2024)
100052024-12-21T05:11:49.057Z[ host-image] Dec 21 05:11:48.421 INFO O| Dec 21 05:11:48.421 INFO temporary pool has 691M used, 141M avail, 1.82x compressratio
100062024-12-21T05:11:49.057Z[ host-image] Dec 21 05:11:48.421 INFO O| Dec 21 05:11:48.421 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
100072024-12-21T05:11:49.652Z[ host-image] Dec 21 05:11:49.022 INFO O| Dec 21 05:11:49.022 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
100082024-12-21T05:11:49.652Z[ host-image] Dec 21 05:11:49.022 INFO O| Dec 21 05:11:49.022 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
100092024-12-21T05:11:51.547Z[ host-image] Dec 21 05:11:50.934 INFO O| Dec 21 05:11:50.934 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
100102024-12-21T05:11:51.547Z[ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.934 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
100112024-12-21T05:11:51.550Z[ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
100122024-12-21T05:11:51.550Z[ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.934 INFO completed processing gimlet/zfs
100132024-12-21T05:11:51.550Z[ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.935 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
100142024-12-21T05:11:59.406Z[ host-image] Dec 21 05:11:58.864 INFO O| Dec 21 05:11:58.864 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
100152024-12-21T05:11:59.520Z[ host-image] Dec 21 05:11:58.980 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
100162024-12-21T05:11:59.521Z[ host-image] Dec 21 05:11:58.980 INFO expanded image name: "ci 3c83ce0/${os_short_commit} 2024-12-21 04:34" -> "ci 3c83ce0/37a4469 2024-12-21 04:34"
100172024-12-21T05:11:59.523Z[ host-image] Dec 21 05:11:58.980 INFO output artefacts stored in: "/work/os-host"
100182024-12-21T05:11:59.523Z[ host-image] Dec 21 05:11:58.980 INFO collecting git info from project "image-builder"...
100192024-12-21T05:11:59.529Z[ host-image] Dec 21 05:11:58.989 INFO collecting git info from project "pinprick"...
100202024-12-21T05:11:59.537Z[ host-image] Dec 21 05:11:58.997 INFO collecting git info from project "phbl"...
100212024-12-21T05:11:59.546Z[ host-image] Dec 21 05:11:59.005 INFO collecting git info from project "pilot"...
100222024-12-21T05:11:59.555Z[ host-image] Dec 21 05:11:59.015 INFO collecting git info from project "chelsio-t6-roms"...
100232024-12-21T05:11:59.562Z[ host-image] Dec 21 05:11:59.023 INFO collecting git info from project "bootserver"...
100242024-12-21T05:11:59.578Z[ host-image] Dec 21 05:11:59.038 INFO collecting git info from project "amd-firmware"...
100252024-12-21T05:11:59.616Z[ host-image] Dec 21 05:11:59.077 INFO collecting git info from project "amd-host-image-builder"...
100262024-12-21T05:11:59.643Z[ host-image] Dec 21 05:11:59.104 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100272024-12-21T05:12:00.697Z[ host-image] Dec 21 05:12:00.168 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100282024-12-21T05:12:01.419Z[ host-image] Dec 21 05:12:00.896 INFO creating Oxide boot image...
100292024-12-21T05:12:01.420Z[ host-image] Dec 21 05:12:00.896 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 3c83ce0/37a4469 2024-12-21 04:34", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
100302024-12-21T05:12:02.784Z[ host-image] Dec 21 05:12:02.273 INFO O| ok, image written!
100312024-12-21T05:12:02.787Z[ host-image] Dec 21 05:12:02.273 INFO O| ok, boot_image_csum file written!
100322024-12-21T05:12:02.789Z[ host-image] Dec 21 05:12:02.277 INFO creating boot archive (CPIO)...
100332024-12-21T05:12:02.789Z[ host-image] Dec 21 05:12:02.277 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
100342024-12-21T05:12:02.807Z[ host-image] Dec 21 05:12:02.297 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
100352024-12-21T05:12:02.807Z[ host-image] Dec 21 05:12:02.297 INFO E| + outfile=/work/os-host/cpio
100362024-12-21T05:12:02.810Z[ host-image] Dec 21 05:12:02.297 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100372024-12-21T05:12:02.812Z[ host-image] Dec 21 05:12:02.300 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100382024-12-21T05:12:02.812Z[ host-image] Dec 21 05:12:02.301 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100392024-12-21T05:12:02.862Z[ host-image] Dec 21 05:12:02.352 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100402024-12-21T05:12:02.863Z[ host-image] Dec 21 05:12:02.352 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100412024-12-21T05:12:02.875Z[ host-image] Dec 21 05:12:02.365 INFO creating compressed cpio/unix for nanobl-rs...
100422024-12-21T05:12:02.875Z[ host-image] Dec 21 05:12:02.365 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
100432024-12-21T05:12:03.272Z[ host-image] Dec 21 05:12:02.766 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100442024-12-21T05:12:09.290Z[ host-image] Dec 21 05:12:08.838 INFO creating reset image...
100452024-12-21T05:12:09.290Z[ host-image] Dec 21 05:12:08.838 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100462024-12-21T05:12:09.475Z[ host-image] Dec 21 05:12:09.025 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
100472024-12-21T05:12:09.507Z[ host-image] Dec 21 05:12:09.057 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100482024-12-21T05:12:09.598Z[ host-image] Dec 21 05:12:09.150 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100492024-12-21T05:12:13.603Z[ host-image] Dec 21 05:12:13.190 INFO E| Finished `release` profile [optimized] target(s) in 4.11s
100502024-12-21T05:12:13.621Z[ host-image] Dec 21 05:12:13.209 INFO building host image...
100512024-12-21T05:12:13.625Z[ host-image] Dec 21 05:12:13.209 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")
100522024-12-21T05:12:14.752Z[ host-image] Dec 21 05:12:14.350 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100532024-12-21T05:12:25.584Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 18s
100542024-12-21T05:12:25.960ZDec 21 05:12:25.661 INFO [verify-libraries] process exited with exit status: 0 (922.761194693s)
100552024-12-21T05:13:04.103Z[ host-image] Dec 21 05:13:04.078 INFO image complete! materials are in "/work/os-host"
100562024-12-21T05:13:04.106Z[ host-image]
100572024-12-21T05:13:04.106Z[ host-image] real 16:43.133789029
100582024-12-21T05:13:04.106Z[ host-image] user 6:27.968506400
100592024-12-21T05:13:04.108Z[ host-image] sys 1:07.777330332
100602024-12-21T05:13:04.109Z[ host-image] trap 0.299295135
100612024-12-21T05:13:04.109Z[ host-image] tflt 0.009936455
100622024-12-21T05:13:04.109Z[ host-image] dflt 0.249881485
100632024-12-21T05:13:04.109Z[ host-image] kflt 0.004494903
100642024-12-21T05:13:04.109Z[ host-image] lock 17:37.549692728
100652024-12-21T05:13:04.109Z[ host-image] slp 1:36:42.432835975
100662024-12-21T05:13:04.109Z[ host-image] lat 2:36.224620775
100672024-12-21T05:13:04.109Z[ host-image] stop 1.101006555
100682024-12-21T05:13:04.109ZDec 21 05:13:04.082 INFO [host-image] process exited with exit status: 0 (1003.152440866s)
100692024-12-21T05:13:04.109ZDec 21 05:13:04.082 INFO [tuf-repo] running task
100702024-12-21T05:13:11.704ZDec 21 05:13:11.269 INFO assembling repository in `/tmp/tufaceousYJ6LoL`, component: OmicronRepoAssembler
100712024-12-21T05:13:16.597ZDec 21 05:13:15.898 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100722024-12-21T05:13:16.945ZDec 21 05:13:16.228 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100732024-12-21T05:13:29.245ZDec 21 05:13:27.863 INFO [tuf-repo] task succeeded (25.366588484s)
100742024-12-21T05:13:29.245ZDec 21 05:13:27.863 INFO all jobs completed in 2364.597952965s
100752024-12-21T05:13:29.866Zprocess exited: duration 3200984 ms, exit code 0
 
100762024-12-21T05:13:29.880Zfound 33 output files
100772024-12-21T05:13:29.880Zuploading: /work/manifest.toml (8404 bytes)
100782024-12-21T05:13:30.884Zuploaded: /work/manifest.toml
100792024-12-21T05:13:30.885Zuploading: /work/repo.zip (1958317317 bytes)
100802024-12-21T05:14:06.234Zuploaded: /work/repo.zip
100812024-12-21T05:14:06.234Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100822024-12-21T05:14:07.245Zuploaded: /work/repo.zip.sha256.txt
100832024-12-21T05:14:07.245Zuploading: /work/helios-setup.log (66237 bytes)
100842024-12-21T05:14:08.289Zuploaded: /work/helios-setup.log
100852024-12-21T05:14:08.348Zuploading: /work/host-image.log (201748 bytes)
100862024-12-21T05:14:09.351Zuploaded: /work/host-image.log
100872024-12-21T05:14:09.351Zuploading: /work/host-package.log (22579 bytes)
100882024-12-21T05:14:10.353Zuploaded: /work/host-package.log
100892024-12-21T05:14:10.353Zuploading: /work/host-target.log (101 bytes)
100902024-12-21T05:14:11.355Zuploaded: /work/host-target.log
100912024-12-21T05:14:11.355Zuploading: /work/omicron-package.log (5666 bytes)
100922024-12-21T05:14:12.362Zuploaded: /work/omicron-package.log
100932024-12-21T05:14:12.362Zuploading: /work/phbl-toolchain.log (881 bytes)
100942024-12-21T05:14:13.367Zuploaded: /work/phbl-toolchain.log
100952024-12-21T05:14:13.367Zuploading: /work/recovery-image.log (596051 bytes)
100962024-12-21T05:14:14.401Zuploaded: /work/recovery-image.log
100972024-12-21T05:14:14.401Zuploading: /work/recovery-package.log (1661 bytes)
100982024-12-21T05:14:15.406Zuploaded: /work/recovery-package.log
100992024-12-21T05:14:15.406Zuploading: /work/recovery-target.log (57 bytes)
101002024-12-21T05:14:16.419Zuploaded: /work/recovery-target.log
101012024-12-21T05:14:16.420Zuploading: /work/stamp-clickhouse.log (117 bytes)
101022024-12-21T05:14:17.421Zuploaded: /work/stamp-clickhouse.log
101032024-12-21T05:14:17.421Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
101042024-12-21T05:14:18.427Zuploaded: /work/stamp-clickhouse_keeper.log
101052024-12-21T05:14:18.427Zuploading: /work/stamp-cockroachdb.log (118 bytes)
101062024-12-21T05:14:19.433Zuploaded: /work/stamp-cockroachdb.log
101072024-12-21T05:14:19.433Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
101082024-12-21T05:14:20.444Zuploaded: /work/stamp-crucible-dtrace.log
101092024-12-21T05:14:20.444Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
101102024-12-21T05:14:21.460Zuploaded: /work/stamp-crucible-pantry-zone.log
101112024-12-21T05:14:21.460Zuploading: /work/stamp-crucible-zone.log (120 bytes)
101122024-12-21T05:14:22.472Zuploaded: /work/stamp-crucible-zone.log
101132024-12-21T05:14:22.473Zuploading: /work/stamp-external-dns.log (119 bytes)
101142024-12-21T05:14:24.905Zuploaded: /work/stamp-external-dns.log
101152024-12-21T05:14:24.905Zuploading: /work/stamp-installinator.log (103 bytes)
101162024-12-21T05:14:25.922Zuploaded: /work/stamp-installinator.log
101172024-12-21T05:14:25.922Zuploading: /work/stamp-internal-dns.log (119 bytes)
101182024-12-21T05:14:26.932Zuploaded: /work/stamp-internal-dns.log
101192024-12-21T05:14:26.933Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
101202024-12-21T05:14:27.954Zuploaded: /work/stamp-mg-ddm-gz.log
101212024-12-21T05:14:27.988Zuploading: /work/stamp-nexus.log (112 bytes)
101222024-12-21T05:14:28.989Zuploaded: /work/stamp-nexus.log
101232024-12-21T05:14:29.012Zuploading: /work/stamp-ntp.log (110 bytes)
101242024-12-21T05:14:30.011Zuploaded: /work/stamp-ntp.log
101252024-12-21T05:14:30.011Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
101262024-12-21T05:14:31.019Zuploaded: /work/stamp-omicron-sled-agent.log
101272024-12-21T05:14:31.019Zuploading: /work/stamp-overlay.log (114 bytes)
101282024-12-21T05:14:32.038Zuploaded: /work/stamp-overlay.log
101292024-12-21T05:14:32.038Zuploading: /work/stamp-oximeter.log (115 bytes)
101302024-12-21T05:14:33.041Zuploaded: /work/stamp-oximeter.log
101312024-12-21T05:14:33.048Zuploading: /work/stamp-oxlog.log (109 bytes)
101322024-12-21T05:14:34.049Zuploaded: /work/stamp-oxlog.log
101332024-12-21T05:14:34.057Zuploading: /work/stamp-probe.log (112 bytes)
101342024-12-21T05:14:35.103Zuploaded: /work/stamp-probe.log
101352024-12-21T05:14:35.103Zuploading: /work/stamp-propolis-server.log (122 bytes)
101362024-12-21T05:14:36.127Zuploaded: /work/stamp-propolis-server.log
101372024-12-21T05:14:36.127Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101382024-12-21T05:14:37.158Zuploaded: /work/stamp-pumpkind-gz.log
101392024-12-21T05:14:37.158Zuploading: /work/stamp-switch-asic.log (118 bytes)
101402024-12-21T05:14:38.191Zuploaded: /work/stamp-switch-asic.log
101412024-12-21T05:14:38.198Zuploading: /work/verify-libraries.log (5977 bytes)
101422024-12-21T05:14:39.205Zuploaded: /work/verify-libraries.log