01JKV969ZTTR0C1MY8C5BW5DJH: 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: 01JKV96RWWHZ1C5BRX3EPEDD9V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-11T19:54:57.652Zjob assigned to worker 01JKV96ZN5XH8614R423MX88Y4 [factory aws, i-0087845b1f8a89b23] (queued for 55 s)
 
22025-02-11T19:55:05.806Zstarting task 0: "setup"
32025-02-11T19:55:05.813Z++ uname -s
42025-02-11T19:55:05.816Z+ kern=SunOS
52025-02-11T19:55:05.816Z+ build_user=build
62025-02-11T19:55:05.816Z+ build_uid=12345
72025-02-11T19:55:05.816Z+ work_dir=/work
82025-02-11T19:55:05.816Z+ input_dir=/input
92025-02-11T19:55:05.816Z+ [[ 0 == 12345 ]]
102025-02-11T19:55:05.816Z+ case "$kern" in
112025-02-11T19:55:05.816Z+ groupadd -g 12345 build
122025-02-11T19:55:05.819Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-11T19:55:07.825Z+ zfs create -o mountpoint=/work rpool/work
142025-02-11T19:55:07.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-11T19:55:07.960Z+ home_fs=zfs
162025-02-11T19:55:07.960Z+ [[ zfs == autofs ]]
172025-02-11T19:55:07.960Z+ mkdir -p /home/build
182025-02-11T19:55:07.960Z+ chown build:build /home/build /work
192025-02-11T19:55:09.961Z+ chmod 0700 /home/build /work
202025-02-11T19:55:09.964Zprocess exited: duration 4157 ms, exit code 0
 
212025-02-11T19:55:09.970Zstarting task 1: "rust-toolchain"
222025-02-11T19:55:09.975Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232025-02-11T19:55:09.975Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-11T19:55:09.975Z * rust toolchain channel = "1.84.0"
252025-02-11T19:55:09.975Z * rust toolchain profile = "default"
262025-02-11T19:55:09.975Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-11T19:55:09.975Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-11T19:55:09.977Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-11T19:55:09.977Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302025-02-11T19:55:10.100Zinfo: downloading installer
312025-02-11T19:55:11.434Zwarning: it looks like you have an existing installation of Rust at:
322025-02-11T19:55:11.434Zwarning: /opt/ooce/bin
332025-02-11T19:55:11.434Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-11T19:55:11.434Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-11T19:55:11.434Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-11T19:55:11.434Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-11T19:55:11.434Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-11T19:55:11.434Zerror: cannot install while Rust is installed
392025-02-11T19:55:11.434Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-11T19:55:11.458Zinfo: profile set to 'default'
412025-02-11T19:55:11.458Zinfo: default host triple is x86_64-unknown-illumos
422025-02-11T19:55:11.461Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
432025-02-11T19:55:11.597Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
442025-02-11T19:55:11.597Zinfo: downloading component 'cargo'
452025-02-11T19:55:12.330Zinfo: downloading component 'clippy'
462025-02-11T19:55:12.609Zinfo: downloading component 'rust-docs'
472025-02-11T19:55:13.609Zinfo: downloading component 'rust-std'
482025-02-11T19:55:15.088Zinfo: downloading component 'rustc'
492025-02-11T19:55:20.765Zinfo: downloading component 'rustfmt'
502025-02-11T19:55:20.980Zinfo: installing component 'cargo'
512025-02-11T19:55:21.835Zinfo: installing component 'clippy'
522025-02-11T19:55:22.229Zinfo: installing component 'rust-docs'
532025-02-11T19:55:23.875Zinfo: installing component 'rust-std'
542025-02-11T19:55:25.666Zinfo: installing component 'rustc'
552025-02-11T19:55:31.871Zinfo: installing component 'rustfmt'
562025-02-11T19:55:32.207Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
572025-02-11T19:55:32.207Z
582025-02-11T19:55:32.605Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
592025-02-11T19:55:32.605Z
602025-02-11T19:55:32.609Z
612025-02-11T19:55:32.609ZRust is installed now. Great!
622025-02-11T19:55:32.609Z
632025-02-11T19:55:32.609ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-11T19:55:32.609Zenvironment variable. This has not been done automatically.
652025-02-11T19:55:32.609Z
662025-02-11T19:55:32.609ZTo configure your current shell, you need to source
672025-02-11T19:55:32.609Zthe corresponding env file under $HOME/.cargo.
682025-02-11T19:55:32.609Z
692025-02-11T19:55:32.610ZThis is usually done by running one of the following (note the leading DOT):
702025-02-11T19:55:32.610Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-11T19:55:32.610Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-11T19:55:32.687Z+ rustup --version
732025-02-11T19:55:32.695Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-11T19:55:32.695Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-11T19:55:32.772Zinfo: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
762025-02-11T19:55:32.776Z+ cargo --version
772025-02-11T19:55:32.834Zcargo 1.84.0 (66221abde 2024-11-19)
782025-02-11T19:55:32.837Z+ rustc --version
792025-02-11T19:55:32.901Zrustc 1.84.0 (9fc6b4312 2025-01-07)
802025-02-11T19:55:32.905Zprocess exited: duration 22932 ms, exit code 0
 
812025-02-11T19:55:32.910Zstarting task 2: "authentication"
822025-02-11T19:55:32.931Zprocess exited: duration 21 ms, exit code 0
 
832025-02-11T19:55:32.938Zstarting task 3: "clone repository"
842025-02-11T19:55:32.943Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-11T19:55:32.945Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-11T19:55:32.984ZCloning into '/work/oxidecomputer/omicron'...
872025-02-11T19:55:40.488Z+ cd /work/oxidecomputer/omicron
882025-02-11T19:55:40.488Z+ git fetch origin 9dfa35b328ef43e6efd533eddd4b8858fb66498f
892025-02-11T19:55:40.761ZFrom https://github.com/oxidecomputer/omicron
902025-02-11T19:55:40.761Z * branch 9dfa35b328ef43e6efd533eddd4b8858fb66498f -> FETCH_HEAD
912025-02-11T19:55:40.771Z+ [[ -n '' ]]
922025-02-11T19:55:40.771Z+ git reset --hard 9dfa35b328ef43e6efd533eddd4b8858fb66498f
932025-02-11T19:55:40.892ZHEAD is now at 9dfa35b32 @smklein's comment suggestion
942025-02-11T19:55:40.895Zprocess exited: duration 7955 ms, exit code 0
 
952025-02-11T19:55:40.900Zstarting task 4: "build"
962025-02-11T19:55:40.906Z+ source .github/buildomat/ci-env.sh
972025-02-11T19:55:40.908Z++ export CARGO_TERM_COLOR=always
982025-02-11T19:55:40.908Z++ CARGO_TERM_COLOR=always
992025-02-11T19:55:40.908Z+ cargo --version
1002025-02-11T19:55:40.956Zcargo 1.84.0 (66221abde 2024-11-19)
1012025-02-11T19:55:40.958Z+ rustc --version
1022025-02-11T19:55:41.018Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1032025-02-11T19:55:41.021Z+ cargo tree --locked
1042025-02-11T19:55:41.256Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1052025-02-11T19:55:41.575Z Updating crates.io index
1062025-02-11T19:55:41.578Z Updating git repository `https://github.com/oxidecomputer/diffus`
1072025-02-11T19:55:41.898Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082025-02-11T19:55:42.552Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1092025-02-11T19:55:42.809Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1102025-02-11T19:55:43.140Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1112025-02-11T19:55:43.516Z Updating git repository `https://github.com/oxidecomputer/propolis`
1122025-02-11T19:55:48.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
1132025-02-11T19:55:50.021Z Updating git repository `https://github.com/oxidecomputer/opte`
1142025-02-11T19:55:50.746Z Updating git repository `https://github.com/oxidecomputer/falcon`
1152025-02-11T19:55:51.506Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162025-02-11T19:55:51.870Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172025-02-11T19:55:52.141Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182025-02-11T19:55:52.775Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1192025-02-11T19:55:53.274Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1202025-02-11T19:55:53.614Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212025-02-11T19:55:53.881Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1222025-02-11T19:55:54.180Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1232025-02-11T19:55:54.406Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1242025-02-11T19:55:54.771Z Updating git repository `https://github.com/oxidecomputer/lldp`
1252025-02-11T19:55:55.066Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1262025-02-11T19:55:55.411Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272025-02-11T19:55:55.860Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282025-02-11T19:55:56.245Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1292025-02-11T19:55:56.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302025-02-11T19:55:57.217Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1312025-02-11T19:55:57.472Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1322025-02-11T19:55:57.959Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1332025-02-11T19:55:58.380Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1342025-02-11T19:55:58.787Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352025-02-11T19:55:59.046Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362025-02-11T19:55:59.311Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372025-02-11T19:56:00.817Z Downloading crates ...
1382025-02-11T19:56:00.908Z Downloaded adler2 v2.0.0
1392025-02-11T19:56:00.920Z Downloaded async-channel v1.9.0
1402025-02-11T19:56:00.923Z Downloaded anstyle v1.0.10
1412025-02-11T19:56:00.925Z Downloaded assert-json-diff v2.0.2
1422025-02-11T19:56:00.928Z Downloaded anstyle-parse v0.2.5
1432025-02-11T19:56:00.928Z Downloaded addr2line v0.24.2
1442025-02-11T19:56:00.941Z Downloaded ciborium v0.2.2
1452025-02-11T19:56:00.943Z Downloaded async-stream-impl v0.3.6
1462025-02-11T19:56:00.948Z Downloaded form_urlencoded v1.2.1
1472025-02-11T19:56:00.950Z Downloaded fd-lock v4.0.2
1482025-02-11T19:56:00.955Z Downloaded foreign-types-shared v0.3.1
1492025-02-11T19:56:00.957Z Downloaded cfg_aliases v0.1.1
1502025-02-11T19:56:00.957Z Downloaded foreign-types-shared v0.1.1
1512025-02-11T19:56:00.960Z Downloaded headers-core v0.3.0
1522025-02-11T19:56:00.960Z Downloaded foreign-types v0.3.2
1532025-02-11T19:56:00.968Z Downloaded http-range v0.1.5
1542025-02-11T19:56:00.971Z Downloaded async-attributes v1.1.2
1552025-02-11T19:56:00.971Z Downloaded assert_matches v1.5.0
1562025-02-11T19:56:00.973Z Downloaded arrayref v0.3.9
1572025-02-11T19:56:00.974Z Downloaded async-object-pool v0.1.5
1582025-02-11T19:56:00.976Z Downloaded http-body v1.0.1
1592025-02-11T19:56:00.976Z Downloaded guppy-workspace-hack v0.1.0
1602025-02-11T19:56:00.979Z Downloaded atty v0.2.14
1612025-02-11T19:56:00.981Z Downloaded atomicwrites v0.4.4
1622025-02-11T19:56:00.981Z Downloaded cfg_aliases v0.2.1
1632025-02-11T19:56:00.984Z Downloaded approx v0.5.1
1642025-02-11T19:56:00.984Z Downloaded fxhash v0.2.1
1652025-02-11T19:56:00.987Z Downloaded anes v0.1.6
1662025-02-11T19:56:00.990Z Downloaded base16ct v0.2.0
1672025-02-11T19:56:00.992Z Downloaded ascii-canvas v3.0.0
1682025-02-11T19:56:00.992Z Downloaded anstyle-query v1.1.1
1692025-02-11T19:56:00.995Z Downloaded hubpack_derive v0.1.1
1702025-02-11T19:56:00.997Z Downloaded async-channel v2.3.1
1712025-02-11T19:56:01.000Z Downloaded cargo-platform v0.1.8
1722025-02-11T19:56:01.000Z Downloaded blocking v1.6.1
1732025-02-11T19:56:01.003Z Downloaded block-padding v0.3.3
1742025-02-11T19:56:01.003Z Downloaded block-buffer v0.10.4
1752025-02-11T19:56:01.006Z Downloaded parse-size v1.1.0
1762025-02-11T19:56:01.006Z Downloaded bytecount v0.6.8
1772025-02-11T19:56:01.009Z Downloaded blowfish v0.9.1
1782025-02-11T19:56:01.009Z Downloaded castaway v0.2.3
1792025-02-11T19:56:01.011Z Downloaded futures-io v0.3.31
1802025-02-11T19:56:01.011Z Downloaded fallible-streaming-iterator v0.1.9
1812025-02-11T19:56:01.011Z Downloaded http-body-util v0.1.2
1822025-02-11T19:56:01.014Z Downloaded hostname v0.3.1
1832025-02-11T19:56:01.016Z Downloaded bit-vec v0.6.3
1842025-02-11T19:56:01.016Z Downloaded home v0.5.9
1852025-02-11T19:56:01.018Z Downloaded fallible-iterator v0.3.0
1862025-02-11T19:56:01.018Z Downloaded fixedbitset v0.4.2
1872025-02-11T19:56:01.021Z Downloaded hex v0.4.3
1882025-02-11T19:56:01.023Z Downloaded heck v0.5.0
1892025-02-11T19:56:01.023Z Downloaded gethostname v0.5.0
1902025-02-11T19:56:01.026Z Downloaded async-signal v0.2.10
1912025-02-11T19:56:01.029Z Downloaded hubpack v0.1.2
1922025-02-11T19:56:01.029Z Downloaded argon2 v0.5.3
1932025-02-11T19:56:01.031Z Downloaded futures-core v0.3.31
1942025-02-11T19:56:01.031Z Downloaded chacha20 v0.9.1
1952025-02-11T19:56:01.034Z Downloaded chrono-tz-build v0.4.0
1962025-02-11T19:56:01.034Z Downloaded async-stream v0.3.6
1972025-02-11T19:56:01.036Z Downloaded async-recursion v1.1.1
1982025-02-11T19:56:01.039Z Downloaded humantime v2.1.0
1992025-02-11T19:56:01.041Z Downloaded hyper-tls v0.6.0
2002025-02-11T19:56:01.044Z Downloaded oso-derive v0.27.3
2012025-02-11T19:56:01.044Z Downloaded buf-list v1.0.3
2022025-02-11T19:56:01.047Z Downloaded cast v0.3.0
2032025-02-11T19:56:01.047Z Downloaded hash32 v0.3.1
2042025-02-11T19:56:01.049Z Downloaded ghash v0.5.1
2052025-02-11T19:56:01.049Z Downloaded plotters-svg v0.3.7
2062025-02-11T19:56:01.052Z Downloaded aead v0.5.2
2072025-02-11T19:56:01.052Z Downloaded fnv v1.0.7
2082025-02-11T19:56:01.052Z Downloaded cassowary v0.3.0
2092025-02-11T19:56:01.055Z Downloaded filetime v0.2.25
2102025-02-11T19:56:01.056Z Downloaded foreign-types-macros v0.2.3
2112025-02-11T19:56:01.071Z Downloaded float-cmp v0.9.0
2122025-02-11T19:56:01.071Z Downloaded event-listener v2.5.3
2132025-02-11T19:56:01.071Z Downloaded bit-set v0.5.3
2142025-02-11T19:56:01.071Z Downloaded assert_cmd v2.0.16
2152025-02-11T19:56:01.071Z Downloaded arrayvec v0.7.6
2162025-02-11T19:56:01.071Z Downloaded packed_struct v0.10.1
2172025-02-11T19:56:01.072Z Downloaded cancel-safe-futures v0.1.5
2182025-02-11T19:56:01.072Z Downloaded bitfield v0.14.0
2192025-02-11T19:56:01.075Z Downloaded bzip2 v0.4.4
2202025-02-11T19:56:01.075Z Downloaded generic-array v0.14.7
2212025-02-11T19:56:01.075Z Downloaded async-trait v0.1.85
2222025-02-11T19:56:01.078Z Downloaded cargo_metadata v0.18.1
2232025-02-11T19:56:01.081Z Downloaded hex-literal v0.4.1
2242025-02-11T19:56:01.081Z Downloaded globset v0.4.15
2252025-02-11T19:56:01.084Z Downloaded httparse v1.9.5
2262025-02-11T19:56:01.086Z Downloaded async-process v2.3.0
2272025-02-11T19:56:01.089Z Downloaded bb8 v0.8.5
2282025-02-11T19:56:01.089Z Downloaded hickory-client v0.24.2
2292025-02-11T19:56:01.092Z Downloaded iana-time-zone v0.1.61
2302025-02-11T19:56:01.094Z Downloaded backoff v0.4.0
2312025-02-11T19:56:01.097Z Downloaded group v0.13.0
2322025-02-11T19:56:01.097Z Downloaded hyper-rustls v0.26.0
2332025-02-11T19:56:01.100Z Downloaded hyper-rustls v0.27.3
2342025-02-11T19:56:01.102Z Downloaded httptest v0.16.1
2352025-02-11T19:56:01.105Z Downloaded swrite v0.1.0
2362025-02-11T19:56:01.108Z Downloaded sqlparser_derive v0.2.2
2372025-02-11T19:56:01.108Z Downloaded headers v0.4.0
2382025-02-11T19:56:01.111Z Downloaded icu_locid_transform v1.5.0
2392025-02-11T19:56:01.114Z Downloaded psl-types v2.0.11
2402025-02-11T19:56:01.116Z Downloaded predicates-tree v1.0.11
2412025-02-11T19:56:01.116Z Downloaded proc-macro-crate v3.2.0
2422025-02-11T19:56:01.119Z Downloaded proc-macro-crate v1.3.1
2432025-02-11T19:56:01.119Z Downloaded async-lock v3.4.0
2442025-02-11T19:56:01.121Z Downloaded bcs v0.1.6
2452025-02-11T19:56:01.124Z Downloaded termtree v0.4.1
2462025-02-11T19:56:01.124Z Downloaded ahash v0.8.11
2472025-02-11T19:56:01.127Z Downloaded usdt-macro v0.5.0
2482025-02-11T19:56:01.130Z Downloaded async-task v4.7.1
2492025-02-11T19:56:01.132Z Downloaded bitflags v2.6.0
2502025-02-11T19:56:01.135Z Downloaded half v2.4.1
2512025-02-11T19:56:01.137Z Downloaded camino v1.1.9
2522025-02-11T19:56:01.141Z Downloaded async-io v2.3.4
2532025-02-11T19:56:01.144Z Downloaded password-hash v0.5.0
2542025-02-11T19:56:01.146Z Downloaded futures-timer v3.0.3
2552025-02-11T19:56:01.146Z Downloaded want v0.3.1
2562025-02-11T19:56:01.149Z Downloaded arc-swap v1.7.1
2572025-02-11T19:56:01.151Z Downloaded radium v0.7.0
2582025-02-11T19:56:01.154Z Downloaded icu_locid v1.5.0
2592025-02-11T19:56:01.158Z Downloaded rustc_version v0.4.1
2602025-02-11T19:56:01.160Z Downloaded once_cell v1.20.2
2612025-02-11T19:56:01.160Z Downloaded simd-adler32 v0.3.7
2622025-02-11T19:56:01.163Z Downloaded shell-words v1.1.0
2632025-02-11T19:56:01.163Z Downloaded same-file v1.0.6
2642025-02-11T19:56:01.166Z Downloaded rustc_version v0.1.7
2652025-02-11T19:56:01.166Z Downloaded num-rational v0.4.2
2662025-02-11T19:56:01.168Z Downloaded slog-dtrace v0.3.0
2672025-02-11T19:56:01.168Z Downloaded hyper-staticfile v0.10.1
2682025-02-11T19:56:01.171Z Downloaded blake2 v0.10.6
2692025-02-11T19:56:01.174Z Downloaded async-executor v1.13.1
2702025-02-11T19:56:01.176Z Downloaded ssh-cipher v0.2.0
2712025-02-11T19:56:01.176Z Downloaded sqlformat v0.2.6
2722025-02-11T19:56:01.180Z Downloaded ident_case v1.0.1
2732025-02-11T19:56:01.183Z Downloaded tokio-native-tls v0.3.1
2742025-02-11T19:56:01.183Z Downloaded icu_provider_macros v1.5.0
2752025-02-11T19:56:01.183Z Downloaded unicode-truncate v1.1.0
2762025-02-11T19:56:01.185Z Downloaded md5 v0.7.0
2772025-02-11T19:56:01.186Z Downloaded match_cfg v0.1.0
2782025-02-11T19:56:01.188Z Downloaded terminal_size v0.4.0
2792025-02-11T19:56:01.188Z Downloaded slog-bunyan v2.5.0
2802025-02-11T19:56:01.191Z Downloaded unarray v0.1.4
2812025-02-11T19:56:01.191Z Downloaded termtree v0.5.1
2822025-02-11T19:56:01.193Z Downloaded cfg-expr v0.17.0
2832025-02-11T19:56:01.196Z Downloaded zone_cfg_derive v0.1.2
2842025-02-11T19:56:01.196Z Downloaded zone v0.3.0
2852025-02-11T19:56:01.196Z Downloaded hmac v0.12.1
2862025-02-11T19:56:01.198Z Downloaded fatfs v0.3.6
2872025-02-11T19:56:01.201Z Downloaded futures v0.3.31
2882025-02-11T19:56:01.205Z Downloaded flume v0.11.1
2892025-02-11T19:56:01.209Z Downloaded base64 v0.13.1
2902025-02-11T19:56:01.212Z Downloaded cpufeatures v0.2.14
2912025-02-11T19:56:01.215Z Downloaded which v4.4.2
2922025-02-11T19:56:01.217Z Downloaded opaque-debug v0.3.1
2932025-02-11T19:56:01.218Z Downloaded zone_cfg_derive v0.3.0
2942025-02-11T19:56:01.218Z Downloaded omicron-zone-package v0.12.0
2952025-02-11T19:56:01.220Z Downloaded num-conv v0.1.0
2962025-02-11T19:56:01.223Z Downloaded openssl-probe v0.1.5
2972025-02-11T19:56:01.223Z Downloaded openssl-macros v0.1.1
2982025-02-11T19:56:01.226Z Downloaded colored v2.1.0
2992025-02-11T19:56:01.226Z Downloaded sct v0.7.1
3002025-02-11T19:56:01.229Z Downloaded ctr v0.9.2
3012025-02-11T19:56:01.231Z Downloaded dirs-sys-next v0.1.2
3022025-02-11T19:56:01.234Z Downloaded curve25519-dalek-derive v0.1.1
3032025-02-11T19:56:01.234Z Downloaded dirs-next v2.0.0
3042025-02-11T19:56:01.236Z Downloaded slog-async v2.8.0
3052025-02-11T19:56:01.237Z Downloaded criterion-plot v0.5.0
3062025-02-11T19:56:01.239Z Downloaded termios v0.3.3
3072025-02-11T19:56:01.241Z Downloaded tokio-rustls v0.25.0
3082025-02-11T19:56:01.242Z Downloaded deranged v0.3.11
3092025-02-11T19:56:01.244Z Downloaded termcolor v1.4.1
3102025-02-11T19:56:01.244Z Downloaded is_terminal_polyfill v1.70.1
3112025-02-11T19:56:01.247Z Downloaded indoc v2.0.5
3122025-02-11T19:56:01.249Z Downloaded md-5 v0.10.6
3132025-02-11T19:56:01.252Z Downloaded term v0.7.0
3142025-02-11T19:56:01.255Z Downloaded tokio-rustls v0.24.1
3152025-02-11T19:56:01.257Z Downloaded whoami v1.5.2
3162025-02-11T19:56:01.257Z Downloaded usdt-impl v0.5.0
3172025-02-11T19:56:01.262Z Downloaded bytes v1.9.0
3182025-02-11T19:56:01.265Z Downloaded fancy-regex v0.13.0
3192025-02-11T19:56:01.268Z Downloaded backtrace v0.3.74
3202025-02-11T19:56:01.271Z Downloaded chacha20poly1305 v0.10.1
3212025-02-11T19:56:01.273Z Downloaded maybe-uninit v2.0.0
3222025-02-11T19:56:01.277Z Downloaded maplit v1.0.2
3232025-02-11T19:56:01.277Z Downloaded slog v2.7.0
3242025-02-11T19:56:01.283Z Downloaded walkdir v2.5.0
3252025-02-11T19:56:01.283Z Downloaded sync_wrapper v1.0.1
3262025-02-11T19:56:01.283Z Downloaded sync-ptr v0.1.1
3272025-02-11T19:56:01.286Z Downloaded tinyvec_macros v0.1.1
3282025-02-11T19:56:01.286Z Downloaded cc v1.1.30
3292025-02-11T19:56:01.286Z Downloaded try-lock v0.2.5
3302025-02-11T19:56:01.289Z Downloaded zerocopy-derive v0.7.35
3312025-02-11T19:56:01.292Z Downloaded powerfmt v0.2.0
3322025-02-11T19:56:01.295Z Downloaded nibble_vec v0.1.0
3332025-02-11T19:56:01.295Z Downloaded pin-utils v0.1.0
3342025-02-11T19:56:01.297Z Downloaded oorandom v11.1.4
3352025-02-11T19:56:01.297Z Downloaded pretty-hex v0.4.1
3362025-02-11T19:56:01.300Z Downloaded quinn-udp v0.5.5
3372025-02-11T19:56:01.300Z Downloaded write16 v1.0.0
3382025-02-11T19:56:01.302Z Downloaded test-strategy v0.3.1
3392025-02-11T19:56:01.305Z Downloaded russh-keys v0.45.0
3402025-02-11T19:56:01.307Z Downloaded proc-macro-error-attr v1.0.4
3412025-02-11T19:56:01.309Z Downloaded plain v0.2.3
3422025-02-11T19:56:01.309Z Downloaded stringmetrics v2.2.2
3432025-02-11T19:56:01.312Z Downloaded ref-cast-impl v1.0.23
3442025-02-11T19:56:01.312Z Downloaded ref-cast v1.0.23
3452025-02-11T19:56:01.315Z Downloaded slog-scope v4.4.0
3462025-02-11T19:56:01.318Z Downloaded rstest_macros v0.23.0
3472025-02-11T19:56:01.320Z Downloaded hickory-resolver v0.24.2
3482025-02-11T19:56:01.323Z Downloaded libtest-mimic v0.7.3
3492025-02-11T19:56:01.326Z Downloaded jobserver v0.1.32
3502025-02-11T19:56:01.328Z Downloaded samael v0.0.17
3512025-02-11T19:56:01.333Z Downloaded slog-json v2.6.1
3522025-02-11T19:56:01.335Z Downloaded equivalent v1.0.1
3532025-02-11T19:56:01.337Z Downloaded percent-encoding v2.3.1
3542025-02-11T19:56:01.337Z Downloaded num-complex v0.4.6
3552025-02-11T19:56:01.340Z Downloaded base64 v0.21.7
3562025-02-11T19:56:01.343Z Downloaded newtype_derive v0.1.6
3572025-02-11T19:56:01.345Z Downloaded untrusted v0.9.0
3582025-02-11T19:56:01.348Z Downloaded downcast v0.11.0
3592025-02-11T19:56:01.348Z Downloaded unicode-properties v0.1.3
3602025-02-11T19:56:01.351Z Downloaded slab v0.4.9
3612025-02-11T19:56:01.351Z Downloaded pem-rfc7468 v0.7.0
3622025-02-11T19:56:01.353Z Downloaded newline-converter v0.3.0
3632025-02-11T19:56:01.356Z Downloaded lazycell v1.3.0
3642025-02-11T19:56:01.356Z Downloaded quote v1.0.38
3652025-02-11T19:56:01.358Z Downloaded number_prefix v0.4.0
3662025-02-11T19:56:01.361Z Downloaded supports-color v3.0.1
3672025-02-11T19:56:01.361Z Downloaded structmeta-derive v0.3.0
3682025-02-11T19:56:01.361Z Downloaded rcgen v0.12.1
3692025-02-11T19:56:01.364Z Downloaded rand_distr v0.4.3
3702025-02-11T19:56:01.367Z Downloaded tokio-postgres v0.7.12
3712025-02-11T19:56:01.371Z Downloaded convert_case v0.4.0
3722025-02-11T19:56:01.374Z Downloaded cipher v0.4.4
3732025-02-11T19:56:01.374Z Downloaded derive_builder v0.20.2
3742025-02-11T19:56:01.379Z Downloaded hashbrown v0.12.3
3752025-02-11T19:56:01.383Z Downloaded piper v0.2.4
3762025-02-11T19:56:01.385Z Downloaded clap_lex v0.7.4
3772025-02-11T19:56:01.388Z Downloaded litrs v0.4.1
3782025-02-11T19:56:01.391Z Downloaded tungstenite v0.24.0
3792025-02-11T19:56:01.394Z Downloaded diesel-dtrace v0.4.2
3802025-02-11T19:56:01.394Z Downloaded scheduled-thread-pool v0.2.7
3812025-02-11T19:56:01.396Z Downloaded dropshot_endpoint v0.15.1
3822025-02-11T19:56:01.399Z Downloaded itoa v1.0.11
3832025-02-11T19:56:01.399Z Downloaded dropshot_endpoint v0.12.0
3842025-02-11T19:56:01.402Z Downloaded russh-cryptovec v0.7.3
3852025-02-11T19:56:01.404Z Downloaded lazy_static v1.5.0
3862025-02-11T19:56:01.406Z Downloaded tinytemplate v1.2.1
3872025-02-11T19:56:01.406Z Downloaded bumpalo v3.16.0
3882025-02-11T19:56:01.409Z Downloaded tungstenite v0.23.0
3892025-02-11T19:56:01.413Z Downloaded unicode-linebreak v0.1.5
3902025-02-11T19:56:01.415Z Downloaded newtype-uuid v1.2.1
3912025-02-11T19:56:01.415Z Downloaded ena v0.14.3
3922025-02-11T19:56:01.418Z Downloaded internet-checksum v0.2.1
3932025-02-11T19:56:01.418Z Downloaded pathdiff v0.2.2
3942025-02-11T19:56:01.420Z Downloaded thread-id v4.2.2
3952025-02-11T19:56:01.420Z Downloaded num-iter v0.1.45
3962025-02-11T19:56:01.423Z Downloaded lru-cache v0.1.2
3972025-02-11T19:56:01.423Z Downloaded lru v0.12.5
3982025-02-11T19:56:01.425Z Downloaded subtle v2.6.1
3992025-02-11T19:56:01.425Z Downloaded dof v0.3.0
4002025-02-11T19:56:01.428Z Downloaded usdt-attr-macro v0.5.0
4012025-02-11T19:56:01.428Z Downloaded serde_with_macros v3.11.0
4022025-02-11T19:56:01.431Z Downloaded cookie_store v0.21.1
4032025-02-11T19:56:01.433Z Downloaded rstest v0.23.0
4042025-02-11T19:56:01.437Z Downloaded typify v0.2.0
4052025-02-11T19:56:01.440Z Downloaded polyval v0.6.2
4062025-02-11T19:56:01.442Z Downloaded http v1.2.0
4072025-02-11T19:56:01.445Z Downloaded vsss-rs v3.3.4
4082025-02-11T19:56:01.448Z Downloaded cstr-argument v0.1.2
4092025-02-11T19:56:01.451Z Downloaded endian-type v0.1.2
4102025-02-11T19:56:01.451Z Downloaded crunchy v0.2.2
4112025-02-11T19:56:01.451Z Downloaded quick-error v1.2.3
4122025-02-11T19:56:01.453Z Downloaded proc-macro2 v1.0.92
4132025-02-11T19:56:01.456Z Downloaded darling v0.20.10
4142025-02-11T19:56:01.458Z Downloaded rustc-hash v1.1.0
4152025-02-11T19:56:01.461Z Downloaded derive_builder_core v0.20.2
4162025-02-11T19:56:01.464Z Downloaded resolv-conf v0.7.0
4172025-02-11T19:56:01.464Z Downloaded defmt v0.3.8
4182025-02-11T19:56:01.467Z Downloaded strip-ansi-escapes v0.2.0
4192025-02-11T19:56:01.469Z Downloaded stable_deref_trait v1.2.0
4202025-02-11T19:56:01.469Z Downloaded is_ci v1.2.0
4212025-02-11T19:56:01.472Z Downloaded dtrace-parser v0.2.0
4222025-02-11T19:56:01.472Z Downloaded rustfmt-wrapper v0.2.1
4232025-02-11T19:56:01.475Z Downloaded thiserror-impl v2.0.11
4242025-02-11T19:56:01.475Z Downloaded thiserror-no-std v2.0.2
4252025-02-11T19:56:01.478Z Downloaded thiserror-impl v1.0.69
4262025-02-11T19:56:01.481Z Downloaded serde_urlencoded v0.7.1
4272025-02-11T19:56:01.483Z Downloaded serde_tokenstream v0.2.2
4282025-02-11T19:56:01.483Z Downloaded env_logger v0.11.5
4292025-02-11T19:56:01.486Z Downloaded thread_local v1.1.8
4302025-02-11T19:56:01.489Z Downloaded serde-hex v0.1.0
4312025-02-11T19:56:01.489Z Downloaded parking_lot_core v0.8.6
4322025-02-11T19:56:01.492Z Downloaded parking_lot_core v0.9.10
4332025-02-11T19:56:01.495Z Downloaded mockall v0.13.0
4342025-02-11T19:56:01.495Z Downloaded path-slash v0.1.5
4352025-02-11T19:56:01.497Z Downloaded unicode-ident v1.0.14
4362025-02-11T19:56:01.500Z Downloaded num_enum_derive v0.5.11
4372025-02-11T19:56:01.500Z Downloaded topological-sort v0.2.2
4382025-02-11T19:56:01.503Z Downloaded strum_macros v0.25.3
4392025-02-11T19:56:01.503Z Downloaded hashbrown v0.14.5
4402025-02-11T19:56:01.507Z Downloaded zerovec-derive v0.10.3
4412025-02-11T19:56:01.510Z Downloaded hashbrown v0.15.1
4422025-02-11T19:56:01.514Z Downloaded progenitor-client v0.9.1
4432025-02-11T19:56:01.516Z Downloaded rustls-native-certs v0.7.3
4442025-02-11T19:56:01.519Z Downloaded rpassword v7.3.1
4452025-02-11T19:56:01.519Z Downloaded progenitor-macro v0.9.1
4462025-02-11T19:56:01.522Z Downloaded crypto-common v0.1.6
4472025-02-11T19:56:01.522Z Downloaded crc v3.2.1
4482025-02-11T19:56:01.524Z Downloaded dunce v1.0.5
4492025-02-11T19:56:01.527Z Downloaded rustc-demangle v0.1.24
4502025-02-11T19:56:01.527Z Downloaded rust-argon2 v2.1.0
4512025-02-11T19:56:01.529Z Downloaded display-error-chain v0.2.2
4522025-02-11T19:56:01.532Z Downloaded wyz v0.5.1
4532025-02-11T19:56:01.532Z Downloaded sigpipe v0.1.3
4542025-02-11T19:56:01.532Z Downloaded poly1305 v0.8.0
4552025-02-11T19:56:01.535Z Downloaded synstructure v0.13.1
4562025-02-11T19:56:01.537Z Downloaded smallvec v0.6.14
4572025-02-11T19:56:01.537Z Downloaded slog-term v2.9.1
4582025-02-11T19:56:01.540Z Downloaded toolchain_find v0.4.0
4592025-02-11T19:56:01.542Z Downloaded zerocopy-derive v0.8.10
4602025-02-11T19:56:01.559Z Downloaded tower-service v0.3.3
4612025-02-11T19:56:01.561Z Downloaded managed v0.8.0
4622025-02-11T19:56:01.564Z Downloaded vte v0.11.1
4632025-02-11T19:56:01.566Z Downloaded darling_macro v0.20.10
4642025-02-11T19:56:01.569Z Downloaded waitgroup v0.1.2
4652025-02-11T19:56:01.572Z Downloaded pbkdf2 v0.11.0
4662025-02-11T19:56:01.574Z Downloaded paste v1.0.15
4672025-02-11T19:56:01.577Z Downloaded progenitor-macro v0.8.0
4682025-02-11T19:56:01.579Z Downloaded peg-runtime v0.8.3
4692025-02-11T19:56:01.579Z Downloaded path-tree v0.8.1
4702025-02-11T19:56:01.582Z Downloaded typify v0.3.0
4712025-02-11T19:56:01.585Z Downloaded nested v0.1.1
4722025-02-11T19:56:01.587Z Downloaded quinn v0.11.5
4732025-02-11T19:56:01.590Z Downloaded usdt v0.5.0
4742025-02-11T19:56:01.593Z Downloaded thiserror-impl-no-std v2.0.2
4752025-02-11T19:56:01.593Z Downloaded diesel_table_macro_syntax v0.2.0
4762025-02-11T19:56:01.596Z Downloaded memchr v2.7.4
4772025-02-11T19:56:01.598Z Downloaded crossbeam-channel v0.5.13
4782025-02-11T19:56:01.603Z Downloaded strsim v0.11.1
4792025-02-11T19:56:01.606Z Downloaded signature v2.2.0
4802025-02-11T19:56:01.609Z Downloaded signal-hook-tokio v0.3.1
4812025-02-11T19:56:01.609Z Downloaded semver v0.1.20
4822025-02-11T19:56:01.609Z Downloaded rustversion v1.0.17
4832025-02-11T19:56:01.612Z Downloaded threadpool v1.8.1
4842025-02-11T19:56:01.616Z Downloaded aes-gcm v0.10.3
4852025-02-11T19:56:01.619Z Downloaded signal-hook-registry v1.4.2
4862025-02-11T19:56:01.619Z Downloaded icu_properties v1.5.1
4872025-02-11T19:56:01.623Z Downloaded unicase v2.7.0
4882025-02-11T19:56:01.626Z Downloaded mime_guess v2.0.5
4892025-02-11T19:56:01.626Z Downloaded url v2.5.3
4902025-02-11T19:56:01.629Z Downloaded rsa v0.9.6
4912025-02-11T19:56:01.633Z Downloaded hyper v1.5.2
4922025-02-11T19:56:01.641Z Downloaded cobs v0.2.3
4932025-02-11T19:56:01.644Z Downloaded progenitor-impl v0.8.0
4942025-02-11T19:56:01.644Z Downloaded unicode-segmentation v1.12.0
4952025-02-11T19:56:01.649Z Downloaded constant_time_eq v0.3.1
4962025-02-11T19:56:01.652Z Downloaded zone v0.1.8
4972025-02-11T19:56:01.652Z Downloaded writeable v0.5.5
4982025-02-11T19:56:01.655Z Downloaded peg-macros v0.8.4
4992025-02-11T19:56:01.655Z Downloaded yoke-derive v0.7.4
5002025-02-11T19:56:01.658Z Downloaded hkdf v0.12.4
5012025-02-11T19:56:01.661Z Downloaded guppy v0.17.8
5022025-02-11T19:56:01.665Z Downloaded indent_write v2.2.0
5032025-02-11T19:56:01.667Z Downloaded difflib v0.4.0
5042025-02-11T19:56:01.667Z Downloaded secrecy v0.8.0
5052025-02-11T19:56:01.670Z Downloaded sec1 v0.7.3
5062025-02-11T19:56:01.673Z Downloaded console v0.15.10
5072025-02-11T19:56:01.677Z Downloaded linked-hash-map v0.5.6
5082025-02-11T19:56:01.677Z Downloaded kv-log-macro v1.0.7
5092025-02-11T19:56:01.682Z Downloaded kstat-rs v0.2.4
5102025-02-11T19:56:01.682Z Downloaded nanorand v0.7.0
5112025-02-11T19:56:01.685Z Downloaded phf_shared v0.11.2
5122025-02-11T19:56:01.685Z Downloaded num_enum v0.5.11
5132025-02-11T19:56:01.689Z Downloaded thiserror v2.0.11
5142025-02-11T19:56:01.692Z Downloaded progenitor v0.9.1
5152025-02-11T19:56:01.696Z Downloaded tokio-tungstenite v0.21.0
5162025-02-11T19:56:01.699Z Downloaded tokio-stream v0.1.16
5172025-02-11T19:56:01.701Z Downloaded rand_chacha v0.3.1
5182025-02-11T19:56:01.704Z Downloaded unicode-bidi v0.3.17
5192025-02-11T19:56:01.707Z Downloaded impl-trait-for-tuples v0.2.2
5202025-02-11T19:56:01.710Z Downloaded target-triple v0.1.3
5212025-02-11T19:56:01.714Z Downloaded scroll_derive v0.12.0
5222025-02-11T19:56:01.714Z Downloaded phf_shared v0.10.0
5232025-02-11T19:56:01.714Z Downloaded serde_spanned v0.6.8
5242025-02-11T19:56:01.717Z Downloaded serde_regex v1.1.0
5252025-02-11T19:56:01.717Z Downloaded string_cache v0.8.7
5262025-02-11T19:56:01.721Z Downloaded typify-macro v0.3.0
5272025-02-11T19:56:01.721Z Downloaded const_format_proc_macros v0.2.34
5282025-02-11T19:56:01.724Z Downloaded typify-macro v0.2.0
5292025-02-11T19:56:01.724Z Downloaded structmeta v0.3.0
5302025-02-11T19:56:01.724Z Downloaded structmeta v0.2.0
5312025-02-11T19:56:01.724Z Downloaded stringprep v0.1.5
5322025-02-11T19:56:01.727Z Downloaded xz2 v0.1.7
5332025-02-11T19:56:01.731Z Downloaded utf8parse v0.2.2
5342025-02-11T19:56:01.731Z Downloaded ssh-key v0.6.6
5352025-02-11T19:56:01.737Z Downloaded diff v0.1.13
5362025-02-11T19:56:01.742Z Downloaded crc-any v2.5.0
5372025-02-11T19:56:01.745Z Downloaded crc-catalog v2.4.0
5382025-02-11T19:56:01.745Z Downloaded native-tls v0.2.12
5392025-02-11T19:56:01.747Z Downloaded linear-map v1.2.0
5402025-02-11T19:56:01.750Z Downloaded des v0.8.1
5412025-02-11T19:56:01.750Z Downloaded zip v0.6.6
5422025-02-11T19:56:01.754Z Downloaded concurrent-queue v2.5.0
5432025-02-11T19:56:01.757Z Downloaded ciborium-ll v0.2.2
5442025-02-11T19:56:01.760Z Downloaded pin-project-internal v1.1.6
5452025-02-11T19:56:01.760Z Downloaded pin-project-lite v0.2.14
5462025-02-11T19:56:01.766Z Downloaded escape8259 v0.5.3
5472025-02-11T19:56:01.769Z Downloaded crucible-workspace-hack v0.1.0
5482025-02-11T19:56:01.769Z Downloaded libsw v3.3.1
5492025-02-11T19:56:01.773Z Downloaded futures-util v0.3.31
5502025-02-11T19:56:01.784Z Downloaded new_debug_unreachable v1.0.6
5512025-02-11T19:56:01.786Z Downloaded thiserror v1.0.69
5522025-02-11T19:56:01.790Z Downloaded packed_struct_codegen v0.10.1
5532025-02-11T19:56:01.793Z Downloaded mime v0.3.17
5542025-02-11T19:56:01.793Z Downloaded memoffset v0.9.1
5552025-02-11T19:56:01.795Z Downloaded prettyplease v0.2.25
5562025-02-11T19:56:01.798Z Downloaded uuid v1.12.0
5572025-02-11T19:56:01.801Z Downloaded digest v0.10.7
5582025-02-11T19:56:01.804Z Downloaded h2 v0.4.6
5592025-02-11T19:56:01.810Z Downloaded untrusted v0.7.1
5602025-02-11T19:56:01.813Z Downloaded p256 v0.13.2
5612025-02-11T19:56:01.816Z Downloaded vte_generate_state_changes v0.1.2
5622025-02-11T19:56:01.820Z Downloaded indexmap v1.9.3
5632025-02-11T19:56:01.824Z Downloaded ron v0.8.1
5642025-02-11T19:56:01.829Z Downloaded data-encoding v2.6.0
5652025-02-11T19:56:01.831Z Downloaded utf8_iter v1.0.4
5662025-02-11T19:56:01.831Z Downloaded debug-ignore v1.0.5
5672025-02-11T19:56:01.834Z Downloaded ciborium-io v0.2.2
5682025-02-11T19:56:01.834Z Downloaded target-spec v3.2.2
5692025-02-11T19:56:01.838Z Downloaded postgres-protocol v0.6.7
5702025-02-11T19:56:01.838Z Downloaded multer v3.1.0
5712025-02-11T19:56:01.840Z Downloaded precomputed-hash v0.1.1
5722025-02-11T19:56:01.840Z Downloaded pkg-config v0.3.31
5732025-02-11T19:56:01.843Z Downloaded pin-project v1.1.6
5742025-02-11T19:56:01.854Z Downloaded phf v0.11.2
5752025-02-11T19:56:01.857Z Downloaded tempfile v3.13.0
5762025-02-11T19:56:01.862Z Downloaded salsa20 v0.10.2
5772025-02-11T19:56:01.862Z Downloaded rusty-fork v0.3.0
5782025-02-11T19:56:01.865Z Downloaded yoke v0.7.4
5792025-02-11T19:56:01.865Z Downloaded criterion v0.5.1
5802025-02-11T19:56:01.869Z Downloaded time-core v0.1.2
5812025-02-11T19:56:01.872Z Downloaded parking v2.2.1
5822025-02-11T19:56:01.872Z Downloaded ryu v1.0.18
5832025-02-11T19:56:01.875Z Downloaded rtoolbox v0.0.2
5842025-02-11T19:56:01.878Z Downloaded const-oid v0.9.6
5852025-02-11T19:56:01.881Z Downloaded derive_more v0.99.18
5862025-02-11T19:56:01.885Z Downloaded doc-comment v0.3.3
5872025-02-11T19:56:01.888Z Downloaded plotters v0.3.7
5882025-02-11T19:56:01.896Z Downloaded normalize-line-endings v0.3.0
5892025-02-11T19:56:01.902Z Downloaded scopeguard v1.2.0
5902025-02-11T19:56:01.902Z Downloaded take_mut v0.2.2
5912025-02-11T19:56:01.905Z Downloaded mockall_derive v0.13.0
5922025-02-11T19:56:01.905Z Downloaded tap v1.0.1
5932025-02-11T19:56:01.905Z Downloaded clang-sys v1.8.1
5942025-02-11T19:56:01.908Z Downloaded serde_json v1.0.135
5952025-02-11T19:56:01.916Z Downloaded signal-hook-mio v0.2.4
5962025-02-11T19:56:01.919Z Downloaded defmt-macros v0.3.9
5972025-02-11T19:56:01.922Z Downloaded tiny-keccak v2.0.2
5982025-02-11T19:56:01.925Z Downloaded macaddr v1.0.1
5992025-02-11T19:56:01.928Z Downloaded aws-lc-rs v1.10.0
6002025-02-11T19:56:01.935Z Downloaded x509-cert v0.2.5
6012025-02-11T19:56:01.943Z Downloaded rfc6979 v0.4.0
6022025-02-11T19:56:01.946Z Downloaded compact_str v0.8.0
6032025-02-11T19:56:01.949Z Downloaded partial-io v0.5.4
6042025-02-11T19:56:01.952Z Downloaded trybuild v1.0.101
6052025-02-11T19:56:01.955Z Downloaded tokio-tungstenite v0.24.0
6062025-02-11T19:56:01.959Z Downloaded num-bigint v0.4.6
6072025-02-11T19:56:01.964Z Downloaded tokio-rustls v0.26.0
6082025-02-11T19:56:01.967Z Downloaded reedline v0.35.0
6092025-02-11T19:56:01.975Z Downloaded errno v0.3.9
6102025-02-11T19:56:01.979Z Downloaded enum-as-inner v0.6.1
6112025-02-11T19:56:01.982Z Downloaded embedded-io v0.4.0
6122025-02-11T19:56:01.984Z Downloaded env_filter v0.1.2
6132025-02-11T19:56:01.984Z Downloaded semver v1.0.24
6142025-02-11T19:56:01.987Z Downloaded displaydoc v0.2.5
6152025-02-11T19:56:01.991Z Downloaded ppv-lite86 v0.2.20
6162025-02-11T19:56:01.994Z Downloaded clap v4.5.27
6172025-02-11T19:56:01.999Z Downloaded wait-timeout v0.2.0
6182025-02-11T19:56:02.002Z Downloaded papergrid v0.11.0
6192025-02-11T19:56:02.007Z Downloaded derive_builder_macro v0.20.2
6202025-02-11T19:56:02.010Z Downloaded progenitor-client v0.8.0
6212025-02-11T19:56:02.010Z Downloaded crossbeam-deque v0.8.5
6222025-02-11T19:56:02.013Z Downloaded chrono v0.4.39
6232025-02-11T19:56:02.020Z Downloaded instant v0.1.13
6242025-02-11T19:56:02.023Z Downloaded time-macros v0.2.18
6252025-02-11T19:56:02.026Z Downloaded zeroize_derive v1.4.2
6262025-02-11T19:56:02.026Z Downloaded multimap v0.10.0
6272025-02-11T19:56:02.029Z Downloaded r2d2 v0.8.10
6282025-02-11T19:56:02.029Z Downloaded polling v3.7.3
6292025-02-11T19:56:02.033Z Downloaded nodrop v0.1.14
6302025-02-11T19:56:02.036Z Downloaded libefi-sys v0.1.0
6312025-02-11T19:56:02.036Z Downloaded const_format v0.2.34
6322025-02-11T19:56:02.040Z Downloaded event-listener v5.3.1
6332025-02-11T19:56:02.043Z Downloaded unicode-normalization v0.1.24
6342025-02-11T19:56:02.047Z Downloaded pretty-hex v0.2.1
6352025-02-11T19:56:02.050Z Downloaded der_derive v0.7.3
6362025-02-11T19:56:02.052Z Downloaded spki v0.7.3
6372025-02-11T19:56:02.052Z Downloaded parse-display-derive v0.10.0
6382025-02-11T19:56:02.056Z Downloaded salty v0.3.0
6392025-02-11T19:56:02.060Z Downloaded indoc v1.0.9
6402025-02-11T19:56:02.062Z Downloaded zerofrom v0.1.4
6412025-02-11T19:56:02.065Z Downloaded async-std v1.13.0
6422025-02-11T19:56:02.083Z Downloaded rand_xorshift v0.3.0
6432025-02-11T19:56:02.086Z Downloaded bitvec v1.0.1
6442025-02-11T19:56:02.099Z Downloaded num_threads v0.1.7
6452025-02-11T19:56:02.103Z Downloaded fallible-iterator v0.2.0
6462025-02-11T19:56:02.105Z Downloaded memmap2 v0.9.5
6472025-02-11T19:56:02.105Z Downloaded crc32fast v1.4.2
6482025-02-11T19:56:02.108Z Downloaded progenitor v0.8.0
6492025-02-11T19:56:02.110Z Downloaded primeorder v0.13.6
6502025-02-11T19:56:02.111Z Downloaded is-terminal v0.4.13
6512025-02-11T19:56:02.114Z Downloaded rand_seeder v0.3.0
6522025-02-11T19:56:02.115Z Downloaded nu-ansi-term v0.50.1
6532025-02-11T19:56:02.118Z Downloaded steno v0.4.1
6542025-02-11T19:56:02.120Z Downloaded predicates-core v1.0.8
6552025-02-11T19:56:02.123Z Downloaded olpc-cjson v0.1.4
6562025-02-11T19:56:02.123Z Downloaded twox-hash v2.1.0
6572025-02-11T19:56:02.125Z Downloaded tui-tree-widget v0.22.0
6582025-02-11T19:56:02.128Z Downloaded toml v0.7.8
6592025-02-11T19:56:02.130Z Downloaded serde-big-array v0.5.1
6602025-02-11T19:56:02.133Z Downloaded smawk v0.3.2
6612025-02-11T19:56:02.133Z Downloaded num-integer v0.1.46
6622025-02-11T19:56:02.136Z Downloaded either v1.13.0
6632025-02-11T19:56:02.139Z Downloaded spin v0.9.8
6642025-02-11T19:56:02.141Z Downloaded oso v0.27.3
6652025-02-11T19:56:02.144Z Downloaded log v0.4.22
6662025-02-11T19:56:02.147Z Downloaded zerofrom-derive v0.1.4
6672025-02-11T19:56:02.147Z Downloaded rand v0.8.5
6682025-02-11T19:56:02.150Z Downloaded bindgen v0.69.5
6692025-02-11T19:56:02.159Z Downloaded memmap v0.7.0
6702025-02-11T19:56:02.161Z Downloaded keccak v0.1.5
6712025-02-11T19:56:02.161Z Downloaded num_cpus v1.16.0
6722025-02-11T19:56:02.164Z Downloaded ed25519 v2.2.3
6732025-02-11T19:56:02.167Z Downloaded smf v0.2.3
6742025-02-11T19:56:02.170Z Downloaded proc-macro-error v1.0.4
6752025-02-11T19:56:02.172Z Downloaded crossbeam-epoch v0.9.18
6762025-02-11T19:56:02.175Z Downloaded siphasher v0.3.11
6772025-02-11T19:56:02.178Z Downloaded ipnet v2.10.1
6782025-02-11T19:56:02.178Z Downloaded uzers v0.12.1
6792025-02-11T19:56:02.180Z Downloaded libxml v0.3.3
6802025-02-11T19:56:02.185Z Downloaded predicates v3.1.2
6812025-02-11T19:56:02.189Z Downloaded elliptic-curve v0.13.8
6822025-02-11T19:56:02.192Z Downloaded shlex v1.3.0
6832025-02-11T19:56:02.195Z Downloaded toml_datetime v0.6.8
6842025-02-11T19:56:02.197Z Downloaded similar-asserts v1.6.0
6852025-02-11T19:56:02.202Z Downloaded ipnetwork v0.20.0
6862025-02-11T19:56:02.202Z Downloaded universal-hash v0.5.1
6872025-02-11T19:56:02.204Z Downloaded zeroize v1.8.1
6882025-02-11T19:56:02.204Z Downloaded unicode-xid v0.2.6
6892025-02-11T19:56:02.204Z Downloaded dyn-clone v1.0.17
6902025-02-11T19:56:02.209Z Downloaded dsl_auto_type v0.1.2
6912025-02-11T19:56:02.212Z Downloaded smallvec v1.13.2
6922025-02-11T19:56:02.212Z Downloaded yasna v0.5.2
6932025-02-11T19:56:02.212Z Downloaded document-features v0.2.10
6942025-02-11T19:56:02.215Z Downloaded itertools v0.13.0
6952025-02-11T19:56:02.221Z Downloaded libloading v0.8.5
6962025-02-11T19:56:02.223Z Downloaded crossbeam-utils v0.8.20
6972025-02-11T19:56:02.227Z Downloaded ecdsa v0.16.9
6982025-02-11T19:56:02.229Z Downloaded snafu v0.8.5
6992025-02-11T19:56:02.233Z Downloaded rustyline v14.0.0
7002025-02-11T19:56:02.238Z Downloaded static_assertions v1.1.0
7012025-02-11T19:56:02.241Z Downloaded p521 v0.13.3
7022025-02-11T19:56:02.244Z Downloaded rustls-pki-types v1.10.0
7032025-02-11T19:56:02.247Z Downloaded ron v0.7.1
7042025-02-11T19:56:02.250Z Downloaded typed-path v0.9.3
7052025-02-11T19:56:02.256Z Downloaded tracing-attributes v0.1.27
7062025-02-11T19:56:02.258Z Downloaded gimli v0.31.1
7072025-02-11T19:56:02.265Z Downloaded toml v0.8.19
7082025-02-11T19:56:02.269Z Downloaded tracing-core v0.1.32
7092025-02-11T19:56:02.273Z Downloaded parse-zoneinfo v0.3.1
7102025-02-11T19:56:02.275Z Downloaded rayon v1.10.0
7112025-02-11T19:56:02.284Z Downloaded reqwest v0.12.9
7122025-02-11T19:56:02.290Z Downloaded webpki-roots v0.26.6
7132025-02-11T19:56:02.293Z Downloaded structmeta-derive v0.2.0
7142025-02-11T19:56:02.300Z Downloaded rayon-core v1.12.1
7152025-02-11T19:56:02.306Z Downloaded zerocopy v0.8.10
7162025-02-11T19:56:02.320Z Downloaded yansi v1.0.1
7172025-02-11T19:56:02.323Z Downloaded polar-core v0.27.3
7182025-02-11T19:56:02.331Z Downloaded pretty_assertions v1.4.1
7192025-02-11T19:56:02.334Z Downloaded russh v0.45.0
7202025-02-11T19:56:02.337Z Downloaded zip v2.1.3
7212025-02-11T19:56:02.341Z Downloaded unsafe-libyaml v0.2.11
7222025-02-11T19:56:02.344Z Downloaded icu_properties_data v1.5.0
7232025-02-11T19:56:02.355Z Downloaded pest v2.7.14
7242025-02-11T19:56:02.359Z Downloaded unicode_categories v0.1.1
7252025-02-11T19:56:02.363Z Downloaded ed25519-dalek v2.1.1
7262025-02-11T19:56:02.365Z Downloaded qorb v0.2.1
7272025-02-11T19:56:02.368Z Downloaded time v0.3.36
7282025-02-11T19:56:02.373Z Downloaded serde_derive v1.0.217
7292025-02-11T19:56:02.376Z Downloaded rustls-webpki v0.101.7
7302025-02-11T19:56:02.389Z Downloaded publicsuffix v2.3.0
7312025-02-11T19:56:02.392Z Downloaded toml_edit v0.19.15
7322025-02-11T19:56:02.408Z Downloaded crossterm v0.28.1
7332025-02-11T19:56:02.413Z Downloaded rusqlite v0.32.1
7342025-02-11T19:56:02.419Z Downloaded openssl v0.10.70
7352025-02-11T19:56:02.428Z Downloaded curve25519-dalek v4.1.3
7362025-02-11T19:56:02.436Z Downloaded regex-syntax v0.6.29
7372025-02-11T19:56:02.443Z Downloaded chrono-tz v0.10.1
7382025-02-11T19:56:02.450Z Downloaded nix v0.27.1
7392025-02-11T19:56:02.461Z Downloaded libm v0.2.8
7402025-02-11T19:56:02.468Z Downloaded p384 v0.13.0
7412025-02-11T19:56:02.473Z Downloaded num-bigint-dig v0.8.4
7422025-02-11T19:56:02.478Z Downloaded tabled v0.15.0
7432025-02-11T19:56:02.493Z Downloaded lalrpop v0.19.12
7442025-02-11T19:56:02.503Z Downloaded regex v1.11.1
7452025-02-11T19:56:02.514Z Downloaded vcpkg v0.2.15
7462025-02-11T19:56:02.555Z Downloaded openapiv3 v2.0.0
7472025-02-11T19:56:02.566Z Downloaded diesel v2.2.6
7482025-02-11T19:56:02.583Z Downloaded smoltcp v0.9.1
7492025-02-11T19:56:02.592Z Downloaded hickory-proto v0.24.2
7502025-02-11T19:56:02.606Z Downloaded unicode-width v0.1.14
7512025-02-11T19:56:02.611Z Downloaded petname v2.0.2
7522025-02-11T19:56:02.616Z Downloaded unicode-width v0.2.0
7532025-02-11T19:56:02.621Z Downloaded rustls v0.21.12
7542025-02-11T19:56:02.632Z Downloaded regress v0.9.1
7552025-02-11T19:56:02.640Z Downloaded object v0.36.5
7562025-02-11T19:56:02.650Z Downloaded rustls v0.23.19
7572025-02-11T19:56:02.661Z Downloaded dropshot v0.15.1
7582025-02-11T19:56:02.699Z Downloaded rustix v0.38.37
7592025-02-11T19:56:02.718Z Downloaded nix v0.28.0
7602025-02-11T19:56:02.728Z Downloaded regex-automata v0.4.8
7612025-02-11T19:56:02.745Z Downloaded bzip2-sys v0.1.11+1.0.8
7622025-02-11T19:56:02.755Z Downloaded bstr v1.10.0
7632025-02-11T19:56:02.764Z Downloaded nix v0.29.0
7642025-02-11T19:56:02.775Z Downloaded regress v0.10.1
7652025-02-11T19:56:02.783Z Downloaded sled v0.34.7
7662025-02-11T19:56:02.791Z Downloaded smoltcp v0.11.0
7672025-02-11T19:56:02.803Z Downloaded rustls v0.22.4
7682025-02-11T19:56:02.815Z Downloaded nom v7.1.3
7692025-02-11T19:56:02.819Z Downloaded regex-syntax v0.8.5
7702025-02-11T19:56:02.827Z Downloaded syn v2.0.96
7712025-02-11T19:56:02.838Z Downloaded libz-sys v1.1.20
7722025-02-11T19:56:02.857Z Downloaded lzma-sys v0.1.20
7732025-02-11T19:56:02.884Z Downloaded typify-impl v0.3.0
7742025-02-11T19:56:02.897Z Downloaded zerocopy-derive v0.6.6
7752025-02-11T19:56:02.906Z Downloaded radix_trie v0.2.1
7762025-02-11T19:56:02.910Z Downloaded dropshot v0.12.0
7772025-02-11T19:56:02.929Z Downloaded clap_builder v4.5.27
7782025-02-11T19:56:02.935Z Downloaded object v0.30.4
7792025-02-11T19:56:02.943Z Downloaded rustls-webpki v0.102.8
7802025-02-11T19:56:02.959Z Downloaded syn v1.0.109
7812025-02-11T19:56:02.968Z Downloaded quick-xml v0.33.0
7822025-02-11T19:56:02.974Z Downloaded tokio-util v0.7.12
7832025-02-11T19:56:02.980Z Downloaded typify-impl v0.2.0
7842025-02-11T19:56:02.993Z Downloaded vergen v8.3.2
7852025-02-11T19:56:02.995Z Downloaded parking_lot v0.12.3
7862025-02-11T19:56:02.998Z Downloaded der v0.7.9
7872025-02-11T19:56:03.002Z Downloaded signal-hook v0.3.17
7882025-02-11T19:56:03.005Z Downloaded tar v0.4.42
7892025-02-11T19:56:03.007Z Downloaded ratatui v0.28.1
7902025-02-11T19:56:03.027Z Downloaded winnow v0.6.20
7912025-02-11T19:56:03.035Z Downloaded proptest v1.5.0
7922025-02-11T19:56:03.044Z Downloaded idna v1.0.3
7932025-02-11T19:56:03.049Z Downloaded typenum v1.17.0
7942025-02-11T19:56:03.051Z Downloaded serde_with v3.11.0
7952025-02-11T19:56:03.058Z Downloaded portable-atomic v1.9.0
7962025-02-11T19:56:03.065Z Downloaded value-bag v1.9.0
7972025-02-11T19:56:03.068Z Downloaded indexmap v2.7.1
7982025-02-11T19:56:03.072Z Downloaded itertools v0.12.1
7992025-02-11T19:56:03.079Z Downloaded itertools v0.10.5
8002025-02-11T19:56:03.085Z Downloaded num v0.4.3
8012025-02-11T19:56:03.088Z Downloaded instability v0.3.2
8022025-02-11T19:56:03.088Z Downloaded owo-colors v4.1.0
8032025-02-11T19:56:03.090Z Downloaded toml_edit v0.22.22
8042025-02-11T19:56:03.111Z Downloaded zerovec v0.10.4
8052025-02-11T19:56:03.116Z Downloaded icu_locid_transform_data v1.5.0
8062025-02-11T19:56:03.118Z Downloaded zerocopy v0.7.35
8072025-02-11T19:56:03.132Z Downloaded winnow v0.5.40
8082025-02-11T19:56:03.141Z Downloaded petgraph v0.6.5
8092025-02-11T19:56:03.157Z Downloaded sha3 v0.10.8
8102025-02-11T19:56:03.161Z Downloaded postgres-types v0.2.8
8112025-02-11T19:56:03.164Z Downloaded tough v0.19.0
8122025-02-11T19:56:03.171Z Downloaded tokio-tungstenite v0.23.1
8132025-02-11T19:56:03.173Z Downloaded litemap v0.7.3
8142025-02-11T19:56:03.176Z Downloaded socket2 v0.5.7
8152025-02-11T19:56:03.178Z Downloaded tokio v1.43.0
8162025-02-11T19:56:03.214Z Downloaded textwrap v0.16.1
8172025-02-11T19:56:03.216Z Downloaded libc v0.2.169
8182025-02-11T19:56:03.238Z Downloaded csv v1.3.1
8192025-02-11T19:56:03.258Z Downloaded pkcs5 v0.7.1
8202025-02-11T19:56:03.262Z Downloaded git2 v0.19.0
8212025-02-11T19:56:03.269Z Downloaded parse-display v0.10.0
8222025-02-11T19:56:03.272Z Downloaded zopfli v0.8.1
8232025-02-11T19:56:03.274Z Downloaded indicatif v0.17.11
8242025-02-11T19:56:03.278Z Downloaded sqlparser v0.45.0
8252025-02-11T19:56:03.282Z Downloaded quinn-proto v0.11.8
8262025-02-11T19:56:03.289Z Downloaded strum_macros v0.24.3
8272025-02-11T19:56:03.292Z Downloaded darling_core v0.20.10
8282025-02-11T19:56:03.297Z Downloaded mio v1.0.2
8292025-02-11T19:56:03.301Z Downloaded snafu-derive v0.8.5
8302025-02-11T19:56:03.304Z Downloaded zerocopy v0.6.6
8312025-02-11T19:56:03.306Z Downloaded pkcs1 v0.7.5
8322025-02-11T19:56:03.309Z Downloaded goblin v0.8.2
8332025-02-11T19:56:03.314Z Downloaded aho-corasick v1.1.3
8342025-02-11T19:56:03.319Z Downloaded lockfree-object-pool v0.1.6
8352025-02-11T19:56:03.321Z Downloaded defmt-parser v0.3.4
8362025-02-11T19:56:03.324Z Downloaded tokio-macros v2.5.0
8372025-02-11T19:56:03.325Z Downloaded clap_derive v4.5.24
8382025-02-11T19:56:03.327Z Downloaded minimal-lexical v0.2.1
8392025-02-11T19:56:03.330Z Downloaded strum v0.26.3
8402025-02-11T19:56:03.332Z Downloaded version_check v0.9.5
8412025-02-11T19:56:03.332Z Downloaded datatest-stable v0.2.9
8422025-02-11T19:56:03.335Z Downloaded csv-core v0.1.11
8432025-02-11T19:56:03.337Z Downloaded scroll v0.12.0
8442025-02-11T19:56:03.338Z Downloaded scrypt v0.11.0
8452025-02-11T19:56:03.340Z Downloaded relative-path v1.9.3
8462025-02-11T19:56:03.340Z Downloaded sha2 v0.10.8
8472025-02-11T19:56:03.343Z Downloaded serde_derive_internals v0.29.1
8482025-02-11T19:56:03.345Z Downloaded blake3 v1.5.4
8492025-02-11T19:56:03.352Z Downloaded idna_adapter v1.2.0
8502025-02-11T19:56:03.354Z Downloaded rand_core v0.6.4
8512025-02-11T19:56:03.354Z Downloaded password-hash v0.4.2
8522025-02-11T19:56:03.357Z Downloaded ucd-trie v0.1.7
8532025-02-11T19:56:03.369Z Downloaded target-lexicon v0.12.16
8542025-02-11T19:56:03.369Z Downloaded miniz_oxide v0.8.0
8552025-02-11T19:56:03.369Z Downloaded similar v2.6.0
8562025-02-11T19:56:03.369Z Downloaded crypto-bigint v0.5.5
8572025-02-11T19:56:03.373Z Downloaded icu_normalizer_data v1.5.0
8582025-02-11T19:56:03.376Z Downloaded icu_normalizer v1.5.0
8592025-02-11T19:56:03.379Z Downloaded diesel_derives v2.2.3
8602025-02-11T19:56:03.383Z Downloaded pest_derive v2.7.14
8612025-02-11T19:56:03.386Z Downloaded httpmock v0.8.0-alpha.1
8622025-02-11T19:56:03.404Z Downloaded expectorate v1.1.0
8632025-02-11T19:56:03.406Z Downloaded strum_macros v0.26.4
8642025-02-11T19:56:03.409Z Downloaded slog-stdlog v4.1.1
8652025-02-11T19:56:03.412Z Downloaded postcard v1.0.10
8662025-02-11T19:56:03.412Z Downloaded pest_meta v2.7.14
8672025-02-11T19:56:03.414Z Downloaded serde_yaml v0.9.34+deprecated
8682025-02-11T19:56:03.417Z Downloaded schemars v0.8.21
8692025-02-11T19:56:03.429Z Downloaded icu_provider v1.5.0
8702025-02-11T19:56:03.431Z Downloaded openssl-sys v0.9.105
8712025-02-11T19:56:03.436Z Downloaded encoding_rs v0.8.34
8722025-02-11T19:56:03.457Z Downloaded xattr v1.3.1
8732025-02-11T19:56:03.459Z Downloaded subprocess v0.2.9
8742025-02-11T19:56:03.462Z Downloaded serde v1.0.217
8752025-02-11T19:56:03.464Z Downloaded cookie v0.18.1
8762025-02-11T19:56:03.467Z Downloaded tinyvec v1.8.0
8772025-02-11T19:56:03.470Z Downloaded derive-where v1.2.7
8782025-02-11T19:56:03.472Z Downloaded flate2 v1.0.35
8792025-02-11T19:56:03.478Z Downloaded tracing v0.1.40
8802025-02-11T19:56:03.482Z Downloaded cmake v0.1.51
8812025-02-11T19:56:03.484Z Downloaded aes v0.8.4
8822025-02-11T19:56:03.487Z Downloaded tungstenite v0.21.0
8832025-02-11T19:56:03.490Z Downloaded sha1 v0.10.6
8842025-02-11T19:56:03.493Z Downloaded tls_codec_derive v0.4.1
8852025-02-11T19:56:03.495Z Downloaded tls_codec v0.4.1
8862025-02-11T19:56:03.495Z Downloaded tinystr v0.7.6
8872025-02-11T19:56:03.498Z Downloaded mirai-annotations v1.12.0
8882025-02-11T19:56:03.498Z Downloaded num-derive v0.4.2
8892025-02-11T19:56:03.500Z Downloaded base64 v0.22.1
8902025-02-11T19:56:03.503Z Downloaded hashbrown v0.13.2
8912025-02-11T19:56:03.509Z Downloaded slog-envlogger v2.2.0
8922025-02-11T19:56:03.511Z Downloaded serde_repr v0.1.19
8932025-02-11T19:56:03.514Z Downloaded schemars_derive v0.8.21
8942025-02-11T19:56:03.516Z Downloaded rustc-hash v2.0.0
8952025-02-11T19:56:03.516Z Downloaded lock_api v0.4.12
8962025-02-11T19:56:03.519Z Downloaded num-traits v0.2.19
8972025-02-11T19:56:03.522Z Downloaded pem v3.0.4
8982025-02-11T19:56:03.522Z Downloaded env_logger v0.10.2
8992025-02-11T19:56:03.524Z Downloaded icu_collections v1.5.0
9002025-02-11T19:56:03.529Z Downloaded hickory-server v0.24.2
9012025-02-11T19:56:03.535Z Downloaded heapless v0.8.0
9022025-02-11T19:56:03.539Z Downloaded libgit2-sys v0.17.0+1.8.1
9032025-02-11T19:56:03.595Z Downloaded progenitor-impl v0.9.1
9042025-02-11T19:56:03.598Z Downloaded parking_lot v0.11.2
9052025-02-11T19:56:03.601Z Downloaded lalrpop-util v0.19.12
9062025-02-11T19:56:03.601Z Downloaded inout v0.1.3
9072025-02-11T19:56:03.601Z Downloaded heapless v0.7.17
9082025-02-11T19:56:03.605Z Downloaded event-listener-strategy v0.5.2
9092025-02-11T19:56:03.607Z Downloaded embedded-io v0.6.1
9102025-02-11T19:56:03.607Z Downloaded colorchoice v1.0.2
9112025-02-11T19:56:03.610Z Downloaded rustls-pemfile v2.2.0
9122025-02-11T19:56:03.610Z Downloaded hyper-util v0.1.10
9132025-02-11T19:56:03.613Z Downloaded utf16_iter v1.0.5
9142025-02-11T19:56:03.616Z Downloaded utf-8 v0.7.6
9152025-02-11T19:56:03.616Z Downloaded tabwriter v1.4.0
9162025-02-11T19:56:03.619Z Downloaded tabled_derive v0.7.0
9172025-02-11T19:56:03.619Z Downloaded ssh-encoding v0.2.0
9182025-02-11T19:56:03.621Z Downloaded serde_plain v1.0.2
9192025-02-11T19:56:03.622Z Downloaded serde_path_to_error v0.1.16
9202025-02-11T19:56:03.624Z Downloaded rustls-pemfile v1.0.4
9212025-02-11T19:56:03.624Z Downloaded pkcs8 v0.10.2
9222025-02-11T19:56:03.627Z Downloaded pest_generator v2.7.14
9232025-02-11T19:56:03.629Z Downloaded base64ct v1.6.0
9242025-02-11T19:56:03.631Z Downloaded futures-channel v0.3.31
9252025-02-11T19:56:03.634Z Downloaded anyhow v1.0.95
9262025-02-11T19:56:03.636Z Downloaded futures-lite v2.3.0
9272025-02-11T19:56:03.639Z Downloaded bitflags v1.3.2
9282025-02-11T19:56:03.641Z Downloaded async-bb8-diesel v0.2.1
9292025-02-11T19:56:03.644Z Downloaded phf_codegen v0.11.2
9302025-02-11T19:56:03.646Z Downloaded plotters-backend v0.3.7
9312025-02-11T19:56:03.646Z Downloaded phf_generator v0.11.2
9322025-02-11T19:56:03.646Z Downloaded peg v0.8.4
9332025-02-11T19:56:03.650Z Downloaded pbkdf2 v0.12.2
9342025-02-11T19:56:03.652Z Downloaded fs_extra v1.3.0
9352025-02-11T19:56:03.655Z Downloaded httpdate v1.0.3
9362025-02-11T19:56:03.655Z Downloaded glob v0.3.2
9372025-02-11T19:56:03.657Z Downloaded hashlink v0.9.1
9382025-02-11T19:56:03.660Z Downloaded getrandom v0.2.15
9392025-02-11T19:56:03.663Z Downloaded fragile v2.0.0
9402025-02-11T19:56:03.666Z Downloaded highway v1.2.0
9412025-02-11T19:56:03.666Z Downloaded blake2b_simd v1.0.2
9422025-02-11T19:56:03.668Z Downloaded futures-macro v0.3.31
9432025-02-11T19:56:03.668Z Downloaded anstream v0.6.15
9442025-02-11T19:56:03.671Z Downloaded async-global-executor v2.4.1
9452025-02-11T19:56:03.674Z Downloaded cexpr v0.6.0
9462025-02-11T19:56:03.674Z Downloaded byteorder v1.5.0
9472025-02-11T19:56:03.676Z Downloaded atomic-waker v1.1.2
9482025-02-11T19:56:03.679Z Downloaded hostname v0.4.0
9492025-02-11T19:56:03.679Z Downloaded futures-executor v0.3.31
9502025-02-11T19:56:03.681Z Downloaded foreign-types v0.5.0
9512025-02-11T19:56:03.681Z Downloaded allocator-api2 v0.2.18
9522025-02-11T19:56:03.684Z Downloaded autocfg v1.4.0
9532025-02-11T19:56:03.687Z Downloaded heck v0.4.1
9542025-02-11T19:56:03.687Z Downloaded heck v0.3.3
9552025-02-11T19:56:03.689Z Downloaded funty v2.0.0
9562025-02-11T19:56:03.689Z Downloaded foldhash v0.1.3
9572025-02-11T19:56:03.689Z Downloaded float-ord v0.3.2
9582025-02-11T19:56:03.692Z Downloaded cbc v0.1.2
9592025-02-11T19:56:03.692Z Downloaded fastrand v2.1.1
9602025-02-11T19:56:03.694Z Downloaded cfg-if v1.0.0
9612025-02-11T19:56:03.694Z Downloaded bitfield-struct v0.6.2
9622025-02-11T19:56:03.697Z Downloaded bcrypt-pbkdf v0.10.0
9632025-02-11T19:56:03.697Z Downloaded hash32 v0.2.1
9642025-02-11T19:56:03.700Z Downloaded futures-task v0.3.31
9652025-02-11T19:56:03.700Z Downloaded futures-sink v0.3.31
9662025-02-11T19:56:03.702Z Downloaded ff v0.13.0
9672025-02-11T19:56:03.702Z Downloaded fs-err v2.11.0
9682025-02-11T19:56:03.705Z Downloaded camino-tempfile v1.1.1
9692025-02-11T19:56:03.705Z Downloaded array-init v0.0.4
9702025-02-11T19:56:03.707Z Downloaded flagset v0.4.6
9712025-02-11T19:56:03.948Z Downloaded ring v0.17.8
9722025-02-11T19:56:04.054Z Downloaded aws-lc-sys v0.22.0
9732025-02-11T19:56:04.259Z Downloaded libsqlite3-sys v0.30.1
9742025-02-11T19:56:04.605Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9752025-02-11T19:56:07.782Zpkg list: illegal option -- F
9762025-02-11T19:56:07.785ZUsage:
9772025-02-11T19:56:07.785Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9782025-02-11T19:56:07.785Z [pkg_fmri_pattern ...]
9792025-02-11T19:56:08.661Zpkg list: illegal option -- F
9802025-02-11T19:56:08.662ZUsage:
9812025-02-11T19:56:08.664Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9822025-02-11T19:56:08.664Z [pkg_fmri_pattern ...]
9832025-02-11T19:56:16.950Z Startup: Refreshing catalog 'helios-dev' ... Done
9842025-02-11T19:56:21.190Z Startup: Caching catalogs ... Done
9852025-02-11T19:56:33.767ZPlanning: Solver setup ... Done (11.628s)
9862025-02-11T19:56:33.920ZPlanning: Running solver ... Done (0.154s)
9872025-02-11T19:56:34.037ZPlanning: Finding local manifests ... Done (0.006s)
9882025-02-11T19:56:34.068ZPlanning: Fetching manifests: 0/7 0% complete
9892025-02-11T19:56:34.323ZPlanning: Fetching manifests: 7/7 100% complete
9902025-02-11T19:56:34.433ZPlanning: Package planning ... Done (0.110s)
9912025-02-11T19:56:34.490ZPlanning: Merging actions ... Done (0.056s)
9922025-02-11T19:56:34.685ZPlanning: Checking for conflicting actions ... Done (0.195s)
9932025-02-11T19:56:36.445ZPlanning: Consolidating action changes ... Done (1.759s)
9942025-02-11T19:56:36.860ZPlanning: Evaluating mediators ... Done (0.415s)
9952025-02-11T19:56:36.939ZPlanning: Planning completed in 15.65 seconds
9962025-02-11T19:56:36.956Z Packages to install: 4
9972025-02-11T19:56:36.956Z Packages to update: 3
9982025-02-11T19:56:36.960Z Mediators to change: 2
9992025-02-11T19:56:36.960Z Services to change: 1
10002025-02-11T19:56:36.960Z Estimated space available: 155.36 GB
10012025-02-11T19:56:36.960ZEstimated space to be consumed: 1.65 GB
10022025-02-11T19:56:36.960Z Create boot environment: No
10032025-02-11T19:56:36.960ZCreate backup boot environment: Yes
10042025-02-11T19:56:36.960Z Rebuild boot archive: No
10052025-02-11T19:56:36.960Z
10062025-02-11T19:56:36.960ZChanged mediators:
10072025-02-11T19:56:36.961Z mediator clang:
10082025-02-11T19:56:36.961Z version: None -> 15 (system default)
10092025-02-11T19:56:36.961Z
10102025-02-11T19:56:36.961Z mediator llvm:
10112025-02-11T19:56:36.961Z version: 14 (system default) -> 15 (system default)
10122025-02-11T19:56:36.961Z
10132025-02-11T19:56:36.961ZChanged packages:
10142025-02-11T19:56:36.961Zhelios-dev
10152025-02-11T19:56:36.961Z developer/build-essential
10162025-02-11T19:56:36.961Z None -> 11-2.0
10172025-02-11T19:56:36.961Z library/libxmlsec1
10182025-02-11T19:56:36.962Z None -> 1.2.35-2.0
10192025-02-11T19:56:36.962Z ooce/developer/clang-15
10202025-02-11T19:56:36.962Z None -> 15.0.7-2.0
10212025-02-11T19:56:36.962Z ooce/developer/llvm-15
10222025-02-11T19:56:36.962Z None -> 15.0.7-2.0
10232025-02-11T19:56:36.962Z package/pkg
10242025-02-11T19:56:36.962Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10252025-02-11T19:56:36.962Z system/library/g++-runtime
10262025-02-11T19:56:36.962Z 13-2.0 -> 14-2.0
10272025-02-11T19:56:36.962Z system/library/gcc-runtime
10282025-02-11T19:56:36.962Z 13-2.0 -> 14-2.0
10292025-02-11T19:56:36.962Z
10302025-02-11T19:56:36.962ZServices:
10312025-02-11T19:56:36.962Z restart_fmri:
10322025-02-11T19:56:36.962Z svc:/system/update-man-index:default
10332025-02-11T19:56:36.963Z
10342025-02-11T19:56:36.963ZEditable files to change:
10352025-02-11T19:56:36.963Z Update:
10362025-02-11T19:56:36.963Z usr/share/lib/pkg/web/config.shtml
10372025-02-11T19:56:37.033Z
10382025-02-11T19:56:37.033ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10392025-02-11T19:56:43.186ZDownload: 213/4301 items 1.3/225.4MB 0% complete (867k/s)
10402025-02-11T19:56:48.191ZDownload: 1013/4301 items 19.5/225.4MB 8% complete (1.9M/s)
10412025-02-11T19:56:53.922ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (9.2M/s)
10422025-02-11T19:56:59.777ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (9.0M/s)
10432025-02-11T19:57:04.794ZDownload: 2130/4301 items 118.9/225.4MB 52% complete (7.3M/s)
10442025-02-11T19:57:09.794ZDownload: 3101/4301 items 126.8/225.4MB 56% complete (4.2M/s)
10452025-02-11T19:57:14.795ZDownload: 3974/4301 items 218.9/225.4MB 97% complete (10.0M/s)
10462025-02-11T19:57:16.806ZDownload: Completed 225.42 MB in 39.77 seconds (5.7M/s)
10472025-02-11T19:57:19.123Z Actions: 1/5122 actions (Removing old actions)
10482025-02-11T19:57:19.140Z Actions: 194/5122 actions (Installing new actions)
10492025-02-11T19:57:23.951Z Actions: 4267/5122 actions (Updating modified actions)
10502025-02-11T19:57:24.480Z Actions: Completed 5122 actions in 5.36 seconds.
10512025-02-11T19:57:24.717Z Done (0.229s)
10522025-02-11T19:57:24.720Z Done (0.001s)
10532025-02-11T19:57:25.327Z Done (0.608s)
10542025-02-11T19:57:29.666Z Done (4.114s)
10552025-02-11T19:57:29.753Z Done (0.018s)
10562025-02-11T19:57:29.763Z Done (0.000s)
10572025-02-11T19:57:29.941Z Done (0.000s)
10582025-02-11T19:57:30.652ZPlanning: Evaluating mediator changes ... Done
10592025-02-11T19:57:30.812ZPlanning: Checking for conflicting actions ... Done
10602025-02-11T19:57:30.814ZPlanning: Consolidating action changes ... Done
10612025-02-11T19:57:31.077ZPlanning: Evaluating mediators ... Done
10622025-02-11T19:57:31.080ZPlanning: Planning completed in 0.43 seconds
10632025-02-11T19:57:31.117Z Mediators to change: 2
10642025-02-11T19:57:31.117Z Create boot environment: No
10652025-02-11T19:57:31.119ZCreate backup boot environment: No
10662025-02-11T19:57:31.198Z Done
10672025-02-11T19:57:31.198Z Done
10682025-02-11T19:57:31.603Z Done
10692025-02-11T19:57:35.165Z Done
10702025-02-11T19:57:35.258Z Done
10712025-02-11T19:57:35.260Z Done
10722025-02-11T19:57:35.399Z Done
10732025-02-11T19:57:35.996ZPlanning: Evaluating mediator changes ... Done
10742025-02-11T19:57:35.999ZPlanning: Merging actions ... Done
10752025-02-11T19:57:36.185ZPlanning: Checking for conflicting actions ... Done
10762025-02-11T19:57:36.187ZPlanning: Consolidating action changes ... Done
10772025-02-11T19:57:36.449ZPlanning: Evaluating mediators ... Done
10782025-02-11T19:57:36.503ZPlanning: Planning completed in 0.75 seconds
10792025-02-11T19:57:36.543Z Packages to change: 1
10802025-02-11T19:57:36.543Z Mediators to change: 1
10812025-02-11T19:57:36.546Z Services to change: 1
10822025-02-11T19:57:36.546Z Create boot environment: No
10832025-02-11T19:57:36.546ZCreate backup boot environment: Yes
10842025-02-11T19:57:38.856Z Actions: 1/6 actions (Updating modified actions)
10852025-02-11T19:57:38.859Z Actions: Completed 6 actions in 0.00 seconds.
10862025-02-11T19:57:38.859Z Done
10872025-02-11T19:57:38.859Z Done
10882025-02-11T19:57:38.980Z Done
10892025-02-11T19:57:42.577Z Done
10902025-02-11T19:57:42.667Z Done
10912025-02-11T19:57:42.670Z Done
10922025-02-11T19:57:42.813Z Done
10932025-02-11T19:57:43.249ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10942025-02-11T19:57:43.249Zclang system 15 system
10952025-02-11T19:57:43.249Zcsh system system illumos
10962025-02-11T19:57:43.249Zctags system system illumos
10972025-02-11T19:57:43.249Zgcc vendor 12 vendor
10982025-02-11T19:57:43.249Zgcc system 10 system
10992025-02-11T19:57:43.250Zgcc system 7 system
11002025-02-11T19:57:43.250Zgo system 1.20 system
11012025-02-11T19:57:43.250Zgo system 1.19 system
11022025-02-11T19:57:43.250Zllvm system 15 system
11032025-02-11T19:57:43.250Zllvm system 14 system
11042025-02-11T19:57:43.250Zmariadb system 10.6 system
11052025-02-11T19:57:43.250Zmta vendor vendor dma
11062025-02-11T19:57:43.250Zopenjdk system 17 system
11072025-02-11T19:57:43.250Zopenjdk system 11 system
11082025-02-11T19:57:43.250Zopenjdk system 1.8 system
11092025-02-11T19:57:43.250Zopenssl vendor 3 vendor
11102025-02-11T19:57:43.250Zperl system 5.36 system
11112025-02-11T19:57:43.250Zpostgresql system 15 system
11122025-02-11T19:57:43.250Zpostgresql system 13 system
11132025-02-11T19:57:43.250Zpython vendor 3 vendor
11142025-02-11T19:57:43.250Zpython system 2 system
11152025-02-11T19:57:43.250Zpython3 system 3.11 system
11162025-02-11T19:57:43.250Zruby system 3.0 system
11172025-02-11T19:57:43.250Zwords vendor vendor american-english
11182025-02-11T19:57:43.250Zwords system system australian-english
11192025-02-11T19:57:43.250Zwords system system british-english
11202025-02-11T19:57:43.250Zwords system system canadian-english
11212025-02-11T19:57:43.250Zwords system system french
11222025-02-11T19:57:43.250Zwords system system italian
11232025-02-11T19:57:43.250Zwords system system ngerman
11242025-02-11T19:57:43.250Zwords system system ogerman
11252025-02-11T19:57:43.250Zwords system system spanish
11262025-02-11T19:57:43.576ZPUBLISHER TYPE STATUS P LOCATION
11272025-02-11T19:57:43.576Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11282025-02-11T19:57:46.473ZFMRI IFO
11292025-02-11T19:57:46.473Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11302025-02-11T19:57:46.473Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11312025-02-11T19:57:46.473Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11322025-02-11T19:57:46.473Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11332025-02-11T19:57:46.473Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11342025-02-11T19:57:46.473Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11352025-02-11T19:57:46.473Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11362025-02-11T19:57:46.473Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11372025-02-11T19:57:46.473Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11382025-02-11T19:57:46.473Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11392025-02-11T19:57:46.473Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11402025-02-11T19:57:46.473Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11412025-02-11T19:57:46.473Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11422025-02-11T19:57:46.473Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11432025-02-11T19:57:46.473Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11442025-02-11T19:57:47.503Z Downloading crates ...
11452025-02-11T19:57:47.634Z Downloaded cargo_toml v0.20.5
11462025-02-11T19:57:47.732Z Compiling proc-macro2 v1.0.92
11472025-02-11T19:57:47.735Z Compiling unicode-ident v1.0.14
11482025-02-11T19:57:47.735Z Compiling version_check v0.9.5
11492025-02-11T19:57:47.735Z Compiling serde v1.0.217
11502025-02-11T19:57:47.735Z Compiling thiserror v1.0.69
11512025-02-11T19:57:47.735Z Compiling memchr v2.7.4
11522025-02-11T19:57:47.755Z Compiling libc v0.2.169
11532025-02-11T19:57:47.758Z Compiling itoa v1.0.11
11542025-02-11T19:57:48.015Z Compiling ryu v1.0.18
11552025-02-11T19:57:48.027Z Compiling ucd-trie v0.1.7
11562025-02-11T19:57:48.348Z Compiling once_cell v1.20.2
11572025-02-11T19:57:48.460Z Compiling byteorder v1.5.0
11582025-02-11T19:57:48.683Z Compiling serde_json v1.0.135
11592025-02-11T19:57:48.731Z Compiling rustix v0.38.37
11602025-02-11T19:57:48.956Z Compiling bitflags v2.6.0
11612025-02-11T19:57:48.995Z Compiling usdt-impl v0.5.0
11622025-02-11T19:57:49.178Z Compiling proc-macro-error-attr v1.0.4
11632025-02-11T19:57:49.205Z Compiling syn v1.0.109
11642025-02-11T19:57:49.344Z Compiling proc-macro-error v1.0.4
11652025-02-11T19:57:49.449Z Compiling quote v1.0.38
11662025-02-11T19:57:49.510Z Compiling plain v0.2.3
11672025-02-11T19:57:49.525Z Compiling camino v1.1.9
11682025-02-11T19:57:49.610Z Compiling errno v0.3.9
11692025-02-11T19:57:49.662Z Compiling log v0.4.22
11702025-02-11T19:57:49.805Z Compiling syn v2.0.96
11712025-02-11T19:57:49.836Z Compiling thread-id v4.2.2
11722025-02-11T19:57:49.868Z Compiling hashbrown v0.15.1
11732025-02-11T19:57:49.950Z Compiling equivalent v1.0.1
11742025-02-11T19:57:50.012Z Compiling utf8parse v0.2.2
11752025-02-11T19:57:50.149Z Compiling anstyle-parse v0.2.5
11762025-02-11T19:57:50.212Z Compiling semver v1.0.24
11772025-02-11T19:57:50.460Z Compiling anstyle v1.0.10
11782025-02-11T19:57:50.482Z Compiling winnow v0.6.20
11792025-02-11T19:57:50.707Z Compiling colorchoice v1.0.2
11802025-02-11T19:57:50.869Z Compiling indexmap v2.7.1
11812025-02-11T19:57:50.882Z Compiling is_terminal_polyfill v1.70.1
11822025-02-11T19:57:50.885Z Compiling autocfg v1.4.0
11832025-02-11T19:57:50.911Z Compiling anstyle-query v1.1.1
11842025-02-11T19:57:51.027Z Compiling unicode-width v0.1.14
11852025-02-11T19:57:51.069Z Compiling pretty-hex v0.4.1
11862025-02-11T19:57:51.293Z Compiling anstream v0.6.15
11872025-02-11T19:57:51.636Z Compiling terminal_size v0.4.0
11882025-02-11T19:57:51.892Z Compiling fs-err v2.11.0
11892025-02-11T19:57:51.978Z Compiling heck v0.4.1
11902025-02-11T19:57:52.035Z Compiling anyhow v1.0.95
11912025-02-11T19:57:52.166Z Compiling fastrand v2.1.1
11922025-02-11T19:57:52.294Z Compiling clap_lex v0.7.4
11932025-02-11T19:57:52.393Z Compiling strsim v0.11.1
11942025-02-11T19:57:52.494Z Compiling heck v0.5.0
11952025-02-11T19:57:52.591Z Compiling cfg-if v1.0.0
11962025-02-11T19:57:52.674Z Compiling bytecount v0.6.8
11972025-02-11T19:57:52.799Z Compiling fnv v1.0.7
11982025-02-11T19:57:52.892Z Compiling clap_builder v4.5.27
11992025-02-11T19:57:52.938Z Compiling papergrid v0.11.0
12002025-02-11T19:57:53.041Z Compiling tempfile v3.13.0
12012025-02-11T19:57:53.400Z Compiling memmap v0.7.0
12022025-02-11T19:57:53.581Z Compiling smawk v0.3.2
12032025-02-11T19:57:53.724Z Compiling unicode-linebreak v0.1.5
12042025-02-11T19:57:53.867Z Compiling swrite v0.1.0
12052025-02-11T19:57:54.155Z Compiling textwrap v0.16.1
12062025-02-11T19:57:54.852Z Compiling tabled_derive v0.7.0
12072025-02-11T19:57:56.280Z Compiling tabled v0.15.0
12082025-02-11T19:57:56.605Z Compiling serde_derive v1.0.217
12092025-02-11T19:57:56.605Z Compiling thiserror-impl v1.0.69
12102025-02-11T19:57:56.608Z Compiling zerocopy-derive v0.7.35
12112025-02-11T19:57:56.723Z Compiling scroll_derive v0.12.0
12122025-02-11T19:57:56.763Z Compiling clap_derive v4.5.24
12132025-02-11T19:57:58.013Z Compiling scroll v0.12.0
12142025-02-11T19:57:58.514Z Compiling goblin v0.8.2
12152025-02-11T19:57:58.640Z Compiling zerocopy v0.7.35
12162025-02-11T19:57:59.323Z Compiling pest v2.7.14
12172025-02-11T19:58:00.060Z Compiling clap v4.5.27
12182025-02-11T19:58:01.487Z Compiling pest_meta v2.7.14
12192025-02-11T19:58:02.394Z Compiling pest_generator v2.7.14
12202025-02-11T19:58:03.851Z Compiling pest_derive v2.7.14
12212025-02-11T19:58:04.432Z Compiling dtrace-parser v0.2.0
12222025-02-11T19:58:05.315Z Compiling toml_datetime v0.6.8
12232025-02-11T19:58:05.316Z Compiling serde_spanned v0.6.8
12242025-02-11T19:58:05.323Z Compiling cargo-platform v0.1.8
12252025-02-11T19:58:05.648Z Compiling serde_tokenstream v0.2.2
12262025-02-11T19:58:06.069Z Compiling toml_edit v0.22.22
12272025-02-11T19:58:06.072Z Compiling macaddr v1.0.1
12282025-02-11T19:58:06.072Z Compiling camino-tempfile v1.1.1
12292025-02-11T19:58:06.658Z Compiling dof v0.3.0
12302025-02-11T19:58:06.658Z Compiling cargo_metadata v0.18.1
12312025-02-11T19:58:08.307Z Compiling usdt-attr-macro v0.5.0
12322025-02-11T19:58:08.310Z Compiling usdt-macro v0.5.0
12332025-02-11T19:58:08.413Z Compiling toml v0.8.19
12342025-02-11T19:58:09.393Z Compiling cargo_toml v0.20.5
12352025-02-11T19:58:09.568Z Compiling usdt v0.5.0
12362025-02-11T19:58:11.935Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12372025-02-11T19:58:15.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.99s
12382025-02-11T19:58:15.074Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12392025-02-11T19:58:15.891Z Compiling serde v1.0.217
12402025-02-11T19:58:15.894Z Compiling lock_api v0.4.12
12412025-02-11T19:58:15.894Z Compiling value-bag v1.9.0
12422025-02-11T19:58:15.894Z Compiling scopeguard v1.2.0
12432025-02-11T19:58:15.894Z Compiling typenum v1.17.0
12442025-02-11T19:58:15.894Z Compiling generic-array v0.14.7
12452025-02-11T19:58:16.056Z Compiling syn v2.0.96
12462025-02-11T19:58:16.066Z Compiling getrandom v0.2.15
12472025-02-11T19:58:16.163Z Compiling subtle v2.6.1
12482025-02-11T19:58:16.337Z Compiling rand_core v0.6.4
12492025-02-11T19:58:16.468Z Compiling log v0.4.22
12502025-02-11T19:58:16.561Z Compiling shlex v1.3.0
12512025-02-11T19:58:16.580Z Compiling jobserver v0.1.32
12522025-02-11T19:58:16.595Z Compiling smallvec v1.13.2
12532025-02-11T19:58:16.824Z Compiling const-oid v0.9.6
12542025-02-11T19:58:16.846Z Compiling pin-project-lite v0.2.14
12552025-02-11T19:58:16.922Z Compiling rustix v0.38.37
12562025-02-11T19:58:16.960Z Compiling cc v1.1.30
12572025-02-11T19:58:16.979Z Compiling spin v0.9.8
12582025-02-11T19:58:17.185Z Compiling parking_lot_core v0.9.10
12592025-02-11T19:58:17.328Z Compiling futures-core v0.3.31
12602025-02-11T19:58:17.430Z Compiling signal-hook-registry v1.4.2
12612025-02-11T19:58:17.552Z Compiling mio v1.0.2
12622025-02-11T19:58:17.697Z Compiling aho-corasick v1.1.3
12632025-02-11T19:58:18.142Z Compiling parking_lot v0.12.3
12642025-02-11T19:58:18.210Z Compiling cpufeatures v0.2.14
12652025-02-11T19:58:18.317Z Compiling stable_deref_trait v1.2.0
12662025-02-11T19:58:18.345Z Compiling either v1.13.0
12672025-02-11T19:58:18.447Z Compiling regex-syntax v0.8.5
12682025-02-11T19:58:18.716Z Compiling glob v0.3.2
12692025-02-11T19:58:18.749Z Compiling futures-sink v0.3.31
12702025-02-11T19:58:18.916Z Compiling socket2 v0.5.7
12712025-02-11T19:58:18.942Z Compiling slab v0.4.9
12722025-02-11T19:58:18.971Z Compiling prettyplease v0.2.25
12732025-02-11T19:58:19.322Z Compiling lazy_static v1.5.0
12742025-02-11T19:58:19.395Z Compiling serde_json v1.0.135
12752025-02-11T19:58:19.454Z Compiling minimal-lexical v0.2.1
12762025-02-11T19:58:19.534Z Compiling clang-sys v1.8.1
12772025-02-11T19:58:19.792Z Compiling libloading v0.8.5
12782025-02-11T19:58:19.968Z Compiling nom v7.1.3
12792025-02-11T19:58:20.007Z Compiling bindgen v0.69.5
12802025-02-11T19:58:20.157Z Compiling home v0.5.9
12812025-02-11T19:58:20.417Z Compiling futures-channel v0.3.31
12822025-02-11T19:58:20.674Z Compiling itertools v0.12.1
12832025-02-11T19:58:20.801Z Compiling allocator-api2 v0.2.18
12842025-02-11T19:58:20.851Z Compiling libm v0.2.8
12852025-02-11T19:58:21.155Z Compiling pin-utils v0.1.0
12862025-02-11T19:58:21.289Z Compiling futures-io v0.3.31
12872025-02-11T19:58:21.528Z Compiling lazycell v1.3.0
12882025-02-11T19:58:21.572Z Compiling rustc-hash v1.1.0
12892025-02-11T19:58:21.711Z Compiling foldhash v0.1.3
12902025-02-11T19:58:21.730Z Compiling futures-task v0.3.31
12912025-02-11T19:58:22.014Z Compiling regex-automata v0.4.8
12922025-02-11T19:58:22.017Z Compiling hashbrown v0.15.1
12932025-02-11T19:58:22.358Z Compiling cmake v0.1.51
12942025-02-11T19:58:23.255Z Compiling synstructure v0.13.1
12952025-02-11T19:58:23.302Z Compiling cexpr v0.6.0
12962025-02-11T19:58:23.474Z Compiling num-traits v0.2.19
12972025-02-11T19:58:23.760Z Compiling pkg-config v0.3.31
12982025-02-11T19:58:24.554Z Compiling fs_extra v1.3.0
12992025-02-11T19:58:24.641Z Compiling dunce v1.0.5
13002025-02-11T19:58:25.023Z Compiling litemap v0.7.3
13012025-02-11T19:58:26.044Z Compiling writeable v0.5.5
13022025-02-11T19:58:26.047Z Compiling ring v0.17.8
13032025-02-11T19:58:26.047Z Compiling paste v1.0.15
13042025-02-11T19:58:26.047Z Compiling base64ct v1.6.0
13052025-02-11T19:58:26.047Z Compiling pem-rfc7468 v0.7.0
13062025-02-11T19:58:26.156Z Compiling httparse v1.9.5
13072025-02-11T19:58:26.236Z Compiling aws-lc-rs v1.10.0
13082025-02-11T19:58:26.643Z Compiling flagset v0.4.6
13092025-02-11T19:58:26.685Z Compiling icu_locid_transform_data v1.5.0
13102025-02-11T19:58:26.860Z Compiling tracing-core v0.1.32
13112025-02-11T19:58:26.880Z Compiling percent-encoding v2.3.1
13122025-02-11T19:58:27.198Z Compiling icu_properties_data v1.5.0
13132025-02-11T19:58:27.413Z Compiling regex v1.11.1
13142025-02-11T19:58:27.453Z Compiling crossbeam-utils v0.8.20
13152025-02-11T19:58:27.869Z Compiling rustls-pki-types v1.10.0
13162025-02-11T19:58:28.041Z Compiling untrusted v0.7.1
13172025-02-11T19:58:28.229Z Compiling untrusted v0.9.0
13182025-02-11T19:58:28.409Z Compiling powerfmt v0.2.0
13192025-02-11T19:58:28.428Z Compiling vcpkg v0.2.15
13202025-02-11T19:58:28.652Z Compiling write16 v1.0.0
13212025-02-11T19:58:28.795Z Compiling time-core v0.1.2
13222025-02-11T19:58:28.813Z Compiling num-conv v0.1.0
13232025-02-11T19:58:28.835Z Compiling icu_normalizer_data v1.5.0
13242025-02-11T19:58:28.852Z Compiling serde_derive v1.0.217
13252025-02-11T19:58:28.939Z Compiling zeroize_derive v1.4.2
13262025-02-11T19:58:28.971Z Compiling zerocopy-derive v0.7.35
13272025-02-11T19:58:29.073Z Compiling zerofrom-derive v0.1.4
13282025-02-11T19:58:30.191Z Compiling tokio-macros v2.5.0
13292025-02-11T19:58:30.309Z Compiling zeroize v1.8.1
13302025-02-11T19:58:30.711Z Compiling yoke-derive v0.7.4
13312025-02-11T19:58:30.869Z Compiling zerocopy v0.7.35
13322025-02-11T19:58:31.635Z Compiling thiserror-impl v1.0.69
13332025-02-11T19:58:31.860Z Compiling crypto-common v0.1.6
13342025-02-11T19:58:31.897Z Compiling block-buffer v0.10.4
13352025-02-11T19:58:32.087Z Compiling zerovec-derive v0.10.3
13362025-02-11T19:58:32.175Z Compiling digest v0.10.7
13372025-02-11T19:58:32.193Z Compiling futures-macro v0.3.31
13382025-02-11T19:58:32.530Z Compiling zerofrom v0.1.4
13392025-02-11T19:58:32.640Z Compiling hmac v0.12.1
13402025-02-11T19:58:32.806Z Compiling displaydoc v0.2.5
13412025-02-11T19:58:32.906Z Compiling block-padding v0.3.3
13422025-02-11T19:58:33.099Z Compiling sha2 v0.10.8
13432025-02-11T19:58:33.162Z Compiling inout v0.1.3
13442025-02-11T19:58:33.458Z Compiling cipher v0.4.4
13452025-02-11T19:58:33.479Z Compiling yoke v0.7.4
13462025-02-11T19:58:33.841Z Compiling icu_provider_macros v1.5.0
13472025-02-11T19:58:33.976Z Compiling ppv-lite86 v0.2.20
13482025-02-11T19:58:34.106Z Compiling futures-util v0.3.31
13492025-02-11T19:58:34.318Z Compiling der_derive v0.7.3
13502025-02-11T19:58:34.585Z Compiling zerovec v0.10.4
13512025-02-11T19:58:34.631Z Compiling thiserror v1.0.69
13522025-02-11T19:58:34.769Z Compiling rand_chacha v0.3.1
13532025-02-11T19:58:34.778Z Compiling tracing-attributes v0.1.27
13542025-02-11T19:58:34.920Z Compiling pest v2.7.14
13552025-02-11T19:58:36.454Z Compiling tinystr v0.7.6
13562025-02-11T19:58:36.564Z Compiling der v0.7.9
13572025-02-11T19:58:36.599Z Compiling icu_collections v1.5.0
13582025-02-11T19:58:36.850Z Compiling icu_locid v1.5.0
13592025-02-11T19:58:36.920Z Compiling rand v0.8.5
13602025-02-11T19:58:37.893Z Compiling salsa20 v0.10.2
13612025-02-11T19:58:37.949Z Compiling pbkdf2 v0.12.2
13622025-02-11T19:58:38.136Z Compiling icu_provider v1.5.0
13632025-02-11T19:58:38.136Z Compiling mirai-annotations v1.12.0
13642025-02-11T19:58:38.208Z Compiling tracing v0.1.40
13652025-02-11T19:58:38.362Z Compiling utf16_iter v1.0.5
13662025-02-11T19:58:38.587Z Compiling spki v0.7.3
13672025-02-11T19:58:38.716Z Compiling utf8_iter v1.0.4
13682025-02-11T19:58:38.961Z Compiling icu_locid_transform v1.5.0
13692025-02-11T19:58:38.980Z Compiling scrypt v0.11.0
13702025-02-11T19:58:38.998Z Compiling pest_meta v2.7.14
13712025-02-11T19:58:39.026Z Compiling aes v0.8.4
13722025-02-11T19:58:39.105Z Compiling cbc v0.1.2
13732025-02-11T19:58:39.346Z Compiling openssl-sys v0.9.105
13742025-02-11T19:58:39.485Z Compiling time-macros v0.2.18
13752025-02-11T19:58:39.631Z Compiling scroll_derive v0.12.0
13762025-02-11T19:58:40.363Z Compiling icu_properties v1.5.1
13772025-02-11T19:58:40.999Z Compiling deranged v0.3.11
13782025-02-11T19:58:41.708Z Compiling bitflags v2.6.0
13792025-02-11T19:58:41.859Z Compiling bytes v1.9.0
13802025-02-11T19:58:42.502Z Compiling indexmap v2.7.1
13812025-02-11T19:58:42.569Z Compiling semver v1.0.24
13822025-02-11T19:58:42.696Z Compiling atomic-waker v1.1.2
13832025-02-11T19:58:42.941Z Compiling tokio v1.43.0
13842025-02-11T19:58:43.157Z Compiling http v1.2.0
13852025-02-11T19:58:43.278Z Compiling rustc_version v0.4.1
13862025-02-11T19:58:43.328Z Compiling num_threads v0.1.7
13872025-02-11T19:58:43.471Z Compiling tinyvec_macros v0.1.1
13882025-02-11T19:58:43.571Z Compiling tinyvec v1.8.0
13892025-02-11T19:58:43.819Z Compiling time v0.3.36
13902025-02-11T19:58:43.939Z Compiling scroll v0.12.0
13912025-02-11T19:58:44.490Z Compiling icu_normalizer v1.5.0
13922025-02-11T19:58:45.004Z Compiling http-body v1.0.1
13932025-02-11T19:58:45.128Z Compiling pest_generator v2.7.14
13942025-02-11T19:58:45.271Z Compiling pkcs5 v0.7.1
13952025-02-11T19:58:45.342Z Compiling form_urlencoded v1.2.1
13962025-02-11T19:58:45.353Z Compiling try-lock v0.2.5
13972025-02-11T19:58:45.514Z Compiling idna_adapter v1.2.0
13982025-02-11T19:58:45.647Z Compiling which v4.4.2
13992025-02-11T19:58:45.749Z Compiling slog v2.7.0
14002025-02-11T19:58:46.233Z Compiling goblin v0.8.2
14012025-02-11T19:58:46.350Z Compiling pkcs8 v0.10.2
14022025-02-11T19:58:46.368Z Compiling idna v1.0.3
14032025-02-11T19:58:46.738Z Compiling want v0.3.1
14042025-02-11T19:58:46.917Z Compiling pest_derive v2.7.14
14052025-02-11T19:58:47.001Z Compiling uuid v1.12.0
14062025-02-11T19:58:47.032Z Compiling iana-time-zone v0.1.61
14072025-02-11T19:58:47.439Z Compiling httpdate v1.0.3
14082025-02-11T19:58:47.708Z Compiling dtrace-parser v0.2.0
14092025-02-11T19:58:47.895Z Compiling chrono v0.4.39
14102025-02-11T19:58:48.482Z Compiling serde_spanned v0.6.8
14112025-02-11T19:58:48.511Z Compiling serde_tokenstream v0.2.2
14122025-02-11T19:58:48.686Z Compiling toml_datetime v0.6.8
14132025-02-11T19:58:48.723Z Compiling tower-service v0.3.3
14142025-02-11T19:58:48.866Z Compiling foreign-types-shared v0.1.1
14152025-02-11T19:58:48.995Z Compiling openssl v0.10.70
14162025-02-11T19:58:49.083Z Compiling match_cfg v0.1.0
14172025-02-11T19:58:49.158Z Compiling adler2 v2.0.0
14182025-02-11T19:58:49.192Z Compiling base64 v0.22.1
14192025-02-11T19:58:49.387Z Compiling rustversion v1.0.17
14202025-02-11T19:58:49.446Z Compiling miniz_oxide v0.8.0
14212025-02-11T19:58:49.622Z Compiling hostname v0.3.1
14222025-02-11T19:58:49.830Z Compiling foreign-types v0.3.2
14232025-02-11T19:58:49.893Z Compiling url v2.5.3
14242025-02-11T19:58:50.145Z Compiling async-trait v0.1.85
14252025-02-11T19:58:50.898Z Compiling tokio-util v0.7.12
14262025-02-11T19:58:51.209Z Compiling openssl-macros v0.1.1
14272025-02-11T19:58:51.240Z Compiling serde_derive_internals v0.29.1
14282025-02-11T19:58:51.635Z Compiling dirs-sys-next v0.1.2
14292025-02-11T19:58:51.943Z Compiling h2 v0.4.6
14302025-02-11T19:58:52.164Z Compiling dof v0.3.0
14312025-02-11T19:58:52.189Z Compiling syn v1.0.109
14322025-02-11T19:58:52.685Z Compiling siphasher v0.3.11
14332025-02-11T19:58:52.776Z Compiling schemars v0.8.21
14342025-02-11T19:58:53.082Z Compiling usdt-impl v0.5.0
14352025-02-11T19:58:53.113Z Compiling rustls v0.22.4
14362025-02-11T19:58:53.393Z Compiling data-encoding v2.6.0
14372025-02-11T19:58:53.568Z Compiling native-tls v0.2.12
14382025-02-11T19:58:53.904Z Compiling rustls v0.23.19
14392025-02-11T19:58:54.041Z Compiling schemars_derive v0.8.21
14402025-02-11T19:58:54.483Z Compiling dirs-next v2.0.0
14412025-02-11T19:58:55.436Z Compiling http-body-util v0.1.2
14422025-02-11T19:58:55.627Z Compiling unicode-normalization v0.1.24
14432025-02-11T19:58:55.898Z Compiling heapless v0.7.17
14442025-02-11T19:58:55.965Z Compiling crossbeam-epoch v0.9.18
14452025-02-11T19:58:56.313Z Compiling signature v2.2.0
14462025-02-11T19:58:56.394Z Compiling sha1 v0.10.6
14472025-02-11T19:58:56.605Z Compiling bzip2-sys v0.1.11+1.0.8
14482025-02-11T19:58:56.699Z Compiling thread_local v1.1.8
14492025-02-11T19:58:56.717Z Compiling encoding_rs v0.8.34
14502025-02-11T19:58:56.812Z Compiling cookie v0.18.1
14512025-02-11T19:58:57.081Z Compiling multer v3.1.0
14522025-02-11T19:58:57.100Z Compiling unicode-properties v0.1.3
14532025-02-11T19:58:57.124Z Compiling gimli v0.31.1
14542025-02-11T19:58:57.156Z Compiling unicode-bidi v0.3.17
14552025-02-11T19:58:57.388Z Compiling dyn-clone v1.0.17
14562025-02-11T19:58:57.495Z Compiling openssl-probe v0.1.5
14572025-02-11T19:58:57.612Z Compiling rayon-core v1.12.1
14582025-02-11T19:58:57.860Z Compiling slog-async v2.8.0
14592025-02-11T19:58:57.898Z Compiling signal-hook v0.3.17
14602025-02-11T19:58:58.175Z Compiling ipnet v2.10.1
14612025-02-11T19:58:58.356Z Compiling mime v0.3.17
14622025-02-11T19:58:58.548Z Compiling toml_edit v0.22.22
14632025-02-11T19:58:58.837Z Compiling hyper v1.5.2
14642025-02-11T19:58:59.344Z Compiling stringprep v0.1.5
14652025-02-11T19:59:01.845Z Compiling hyper-util v0.1.10
14662025-02-11T19:59:01.931Z Compiling addr2line v0.24.2
14672025-02-11T19:59:02.115Z Compiling crossbeam-deque v0.8.5
14682025-02-11T19:59:02.449Z Compiling usdt-macro v0.5.0
14692025-02-11T19:59:02.497Z Compiling usdt-attr-macro v0.5.0
14702025-02-11T19:59:02.601Z Compiling term v0.7.0
14712025-02-11T19:59:03.887Z Compiling slog-json v2.6.1
14722025-02-11T19:59:03.924Z Compiling serde_urlencoded v0.7.1
14732025-02-11T19:59:04.066Z Compiling curve25519-dalek v4.1.3
14742025-02-11T19:59:04.205Z Compiling crossbeam-channel v0.5.13
14752025-02-11T19:59:04.238Z Compiling futures-executor v0.3.31
14762025-02-11T19:59:04.422Z Compiling md-5 v0.10.6
14772025-02-11T19:59:04.713Z Compiling async-stream-impl v0.3.6
14782025-02-11T19:59:04.733Z Compiling enum-as-inner v0.6.1
14792025-02-11T19:59:04.753Z Compiling rustls-pemfile v2.2.0
14802025-02-11T19:59:04.769Z Compiling num-integer v0.1.46
14812025-02-11T19:59:05.096Z Compiling hash32 v0.2.1
14822025-02-11T19:59:05.213Z Compiling ff v0.13.0
14832025-02-11T19:59:05.455Z Compiling is-terminal v0.4.13
14842025-02-11T19:59:05.458Z Compiling object v0.36.5
14852025-02-11T19:59:05.498Z Compiling dropshot v0.12.0
14862025-02-11T19:59:05.592Z Compiling litrs v0.4.1
14872025-02-11T19:59:05.761Z Compiling psl-types v2.0.11
14882025-02-11T19:59:05.781Z Compiling linked-hash-map v0.5.6
14892025-02-11T19:59:05.895Z Compiling utf-8 v0.7.6
14902025-02-11T19:59:05.965Z Compiling rustc-demangle v0.1.24
14912025-02-11T19:59:05.968Z Compiling fallible-iterator v0.2.0
14922025-02-11T19:59:06.091Z Compiling num-bigint-dig v0.8.4
14932025-02-11T19:59:06.215Z Compiling quick-error v1.2.3
14942025-02-11T19:59:06.377Z Compiling portable-atomic v1.9.0
14952025-02-11T19:59:06.406Z Compiling take_mut v0.2.2
14962025-02-11T19:59:06.577Z Compiling anyhow v1.0.95
14972025-02-11T19:59:06.599Z Compiling base16ct v0.2.0
14982025-02-11T19:59:06.629Z Compiling smoltcp v0.9.1
14992025-02-11T19:59:06.894Z Compiling sec1 v0.7.3
15002025-02-11T19:59:06.922Z Compiling document-features v0.2.10
15012025-02-11T19:59:07.312Z Compiling postgres-protocol v0.6.7
15022025-02-11T19:59:07.477Z Compiling resolv-conf v0.7.0
15032025-02-11T19:59:07.558Z Compiling tungstenite v0.24.0
15042025-02-11T19:59:08.062Z Compiling lru-cache v0.1.2
15052025-02-11T19:59:08.233Z Compiling async-stream v0.3.6
15062025-02-11T19:59:08.260Z Compiling publicsuffix v2.3.0
15072025-02-11T19:59:08.565Z Compiling hickory-proto v0.24.2
15082025-02-11T19:59:08.584Z Compiling slog-term v2.9.1
15092025-02-11T19:59:08.604Z Compiling usdt v0.5.0
15102025-02-11T19:59:08.604Z Compiling group v0.13.0
15112025-02-11T19:59:09.104Z Compiling num-iter v0.1.45
15122025-02-11T19:59:09.421Z Compiling futures v0.3.31
15132025-02-11T19:59:09.539Z Compiling slog-bunyan v2.5.0
15142025-02-11T19:59:09.757Z Compiling toml v0.8.19
15152025-02-11T19:59:10.812Z Compiling camino v1.1.9
15162025-02-11T19:59:10.990Z Compiling tokio-native-tls v0.3.1
15172025-02-11T19:59:11.289Z Compiling phf_shared v0.11.2
15182025-02-11T19:59:11.326Z Compiling dropshot_endpoint v0.12.0
15192025-02-11T19:59:11.647Z Compiling terminal_size v0.4.0
15202025-02-11T19:59:11.671Z Compiling openapiv3 v2.0.0
15212025-02-11T19:59:11.871Z Compiling backtrace v0.3.74
15222025-02-11T19:59:12.137Z Compiling waitgroup v0.1.2
15232025-02-11T19:59:12.369Z Compiling serde_path_to_error v0.1.16
15242025-02-11T19:59:12.424Z Compiling hkdf v0.12.4
15252025-02-11T19:59:12.686Z Compiling crypto-bigint v0.5.5
15262025-02-11T19:59:13.180Z Compiling zerocopy-derive v0.6.6
15272025-02-11T19:59:14.922Z Compiling curve25519-dalek-derive v0.1.1
15282025-02-11T19:59:15.139Z Compiling webpki-roots v0.26.6
15292025-02-11T19:59:15.220Z Compiling hubpack_derive v0.1.1
15302025-02-11T19:59:15.349Z Compiling hostname v0.4.0
15312025-02-11T19:59:15.539Z Compiling ahash v0.8.11
15322025-02-11T19:59:15.567Z Compiling fs-err v2.11.0
15332025-02-11T19:59:15.664Z Compiling crc32fast v1.4.2
15342025-02-11T19:59:15.858Z Compiling winnow v0.5.40
15352025-02-11T19:59:15.876Z Compiling managed v0.8.0
15362025-02-11T19:59:15.994Z Compiling newtype-uuid v1.2.1
15372025-02-11T19:59:16.059Z Compiling unicode-width v0.2.0
15382025-02-11T19:59:16.267Z Compiling debug-ignore v1.0.5
15392025-02-11T19:59:16.287Z Compiling bitflags v1.3.2
15402025-02-11T19:59:16.447Z Compiling hubpack v0.1.2
15412025-02-11T19:59:16.593Z Compiling console v0.15.10
15422025-02-11T19:59:16.861Z Compiling flate2 v1.0.35
15432025-02-11T19:59:17.770Z Compiling strum_macros v0.25.3
15442025-02-11T19:59:17.903Z Compiling clap_builder v4.5.27
15452025-02-11T19:59:18.018Z Compiling elliptic-curve v0.13.8
15462025-02-11T19:59:18.408Z Compiling zerocopy v0.6.6
15472025-02-11T19:59:18.633Z Compiling hickory-resolver v0.24.2
15482025-02-11T19:59:19.141Z Compiling toml_edit v0.19.15
15492025-02-11T19:59:19.322Z Compiling signal-hook-mio v0.2.4
15502025-02-11T19:59:19.489Z Compiling phf v0.11.2
15512025-02-11T19:59:19.603Z Compiling hyper-tls v0.6.0
15522025-02-11T19:59:19.778Z Compiling rayon v1.10.0
15532025-02-11T19:59:20.004Z Compiling cookie_store v0.21.1
15542025-02-11T19:59:21.509Z Compiling bzip2 v0.4.4
15552025-02-11T19:59:21.907Z Compiling tokio-tungstenite v0.24.0
15562025-02-11T19:59:22.445Z Compiling postgres-types v0.2.8
15572025-02-11T19:59:24.006Z Compiling ed25519 v2.2.3
15582025-02-11T19:59:24.332Z Compiling phf_shared v0.10.0
15592025-02-11T19:59:24.533Z Compiling tokio-stream v0.1.16
15602025-02-11T19:59:24.717Z Compiling pkcs1 v0.7.5
15612025-02-11T19:59:25.058Z Compiling serde-big-array v0.5.1
15622025-02-11T19:59:25.307Z Compiling rfc6979 v0.4.0
15632025-02-11T19:59:25.442Z Compiling clap_derive v4.5.24
15642025-02-11T19:59:25.495Z Compiling serde_repr v0.1.19
15652025-02-11T19:59:25.654Z Compiling derive-where v1.2.7
15662025-02-11T19:59:25.885Z Compiling bstr v1.10.0
15672025-02-11T19:59:25.949Z Compiling float-cmp v0.9.0
15682025-02-11T19:59:26.178Z Compiling sync_wrapper v1.0.1
15692025-02-11T19:59:26.274Z Compiling precomputed-hash v0.1.1
15702025-02-11T19:59:26.335Z Compiling normalize-line-endings v0.3.0
15712025-02-11T19:59:26.409Z Compiling fixedbitset v0.4.2
15722025-02-11T19:59:26.471Z Compiling bit-vec v0.6.3
15732025-02-11T19:59:26.581Z Compiling unicode-segmentation v1.12.0
15742025-02-11T19:59:26.833Z Compiling number_prefix v0.4.0
15752025-02-11T19:59:26.873Z Compiling difflib v0.4.0
15762025-02-11T19:59:27.075Z Compiling whoami v1.5.2
15772025-02-11T19:59:27.476Z Compiling predicates-core v1.0.8
15782025-02-11T19:59:27.478Z Compiling new_debug_unreachable v1.0.6
15792025-02-11T19:59:27.596Z Compiling static_assertions v1.1.0
15802025-02-11T19:59:27.656Z Compiling string_cache v0.8.7
15812025-02-11T19:59:27.712Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15822025-02-11T19:59:27.796Z Compiling predicates v3.1.2
15832025-02-11T19:59:28.110Z Compiling tokio-postgres v0.7.12
15842025-02-11T19:59:28.287Z Compiling similar v2.6.0
15852025-02-11T19:59:28.839Z Compiling indicatif v0.17.11
15862025-02-11T19:59:29.359Z Compiling bit-set v0.5.3
15872025-02-11T19:59:29.654Z Compiling petgraph v0.6.5
15882025-02-11T19:59:30.026Z Compiling clap v4.5.27
15892025-02-11T19:59:30.157Z Compiling ecdsa v0.16.9
15902025-02-11T19:59:30.396Z Compiling rsa v0.9.6
15912025-02-11T19:59:30.882Z Compiling ed25519-dalek v2.1.1
15922025-02-11T19:59:30.945Z Compiling toml v0.7.8
15932025-02-11T19:59:32.166Z Compiling zip v0.6.6
15942025-02-11T19:59:32.410Z Compiling crossterm v0.28.1
15952025-02-11T19:59:33.827Z Compiling hex v0.4.3
15962025-02-11T19:59:33.995Z Compiling x509-cert v0.2.5
15972025-02-11T19:59:34.053Z Compiling itertools v0.10.5
15982025-02-11T19:59:34.311Z Compiling unicode-xid v0.2.6
15992025-02-11T19:59:34.428Z Compiling peg-runtime v0.8.3
16002025-02-11T19:59:34.514Z Compiling lalrpop-util v0.19.12
16012025-02-11T19:59:34.873Z Compiling strum_macros v0.26.4
16022025-02-11T19:59:35.037Z Compiling xattr v1.3.1
16032025-02-11T19:59:35.310Z Compiling filetime v0.2.25
16042025-02-11T19:59:35.623Z Compiling tar v0.4.42
16052025-02-11T19:59:39.588Z Compiling strum v0.26.3
16062025-02-11T19:59:42.873Z Compiling aws-lc-sys v0.22.0
16072025-02-11T20:00:10.187Z Compiling rustls-webpki v0.102.8
16082025-02-11T20:00:13.348Z Compiling tokio-rustls v0.25.0
16092025-02-11T20:00:14.935Z Compiling tokio-rustls v0.26.0
16102025-02-11T20:00:15.281Z Compiling hyper-rustls v0.27.3
16112025-02-11T20:00:15.820Z Compiling reqwest v0.12.9
16122025-02-11T20:00:17.064Z Compiling qorb v0.2.1
16132025-02-11T20:00:20.259Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16142025-02-11T20:00:20.502Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16152025-02-11T20:00:25.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
16162025-02-11T20:00:25.242Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16172025-02-11T20:00:25.284ZFeb 11 20:00:23.879 INFO Starting download, target: Console
16182025-02-11T20:00:25.284ZFeb 11 20:00:23.879 INFO Starting download, target: Cockroach
16192025-02-11T20:00:25.284ZFeb 11 20:00:23.879 INFO Starting download, target: DendriteOpenapi
16202025-02-11T20:00:25.284ZFeb 11 20:00:23.879 INFO Starting download, target: Clickhouse
16212025-02-11T20:00:25.284ZFeb 11 20:00:23.879 INFO Starting download, target: DendriteStub
16222025-02-11T20:00:25.287ZFeb 11 20:00:23.879 INFO Starting download, target: MaghemiteMgd
16232025-02-11T20:00:25.287ZFeb 11 20:00:23.879 INFO Starting download, target: TransceiverControl
16242025-02-11T20:00:25.287ZFeb 11 20:00:23.880 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16252025-02-11T20:00:25.287ZFeb 11 20:00:23.880 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16262025-02-11T20:00:25.287ZFeb 11 20:00:23.880 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16272025-02-11T20:00:25.287ZFeb 11 20:00:23.880 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16282025-02-11T20:00:25.287ZFeb 11 20:00:23.880 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16292025-02-11T20:00:25.287ZFeb 11 20:00:23.880 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16302025-02-11T20:00:25.287ZFeb 11 20:00:23.880 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16312025-02-11T20:00:25.455ZFeb 11 20:00:24.049 INFO Download complete, target: DendriteOpenapi
16322025-02-11T20:00:25.536ZFeb 11 20:00:24.124 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16332025-02-11T20:00:25.958ZFeb 11 20:00:24.529 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16342025-02-11T20:00:25.995ZFeb 11 20:00:24.581 INFO Download complete, target: TransceiverControl
16352025-02-11T20:00:26.268ZFeb 11 20:00:24.843 INFO Download complete, target: Console
16362025-02-11T20:00:26.696ZFeb 11 20:00:25.273 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16372025-02-11T20:00:26.933ZFeb 11 20:00:25.494 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16382025-02-11T20:00:27.306ZFeb 11 20:00:25.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16392025-02-11T20:00:27.691ZFeb 11 20:00:26.285 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16402025-02-11T20:00:27.691ZFeb 11 20:00:26.285 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16412025-02-11T20:00:29.521ZFeb 11 20:00:28.115 INFO Download complete, target: DendriteStub
16422025-02-11T20:00:29.862ZFeb 11 20:00:28.456 INFO Download complete, target: MaghemiteMgd
16432025-02-11T20:00:35.106ZFeb 11 20:00:33.699 INFO Checking that binary works, target: Cockroach
16442025-02-11T20:00:35.264ZFeb 11 20:00:33.857 INFO Download complete, target: Cockroach
16452025-02-11T20:00:39.758ZFeb 11 20:00:38.351 INFO Checking that binary works, target: Clickhouse
16462025-02-11T20:00:39.919ZFeb 11 20:00:38.512 INFO Download complete, target: Clickhouse
16472025-02-11T20:00:39.927ZAll prerequisites installed successfully
16482025-02-11T20:00:39.930Z
16492025-02-11T20:00:39.930Zreal 4:35.285852336
16502025-02-11T20:00:39.930Zuser 15:40.307839296
16512025-02-11T20:00:39.930Zsys 1:57.958899944
16522025-02-11T20:00:39.930Ztrap 0.538872379
16532025-02-11T20:00:39.930Ztflt 1.490881070
16542025-02-11T20:00:39.930Zdflt 1.615486344
16552025-02-11T20:00:39.930Zkflt 0.021831596
16562025-02-11T20:00:39.930Zlock 27:34.502703620
16572025-02-11T20:00:39.930Zslp 54:49.140041778
16582025-02-11T20:00:39.930Zlat 57.690431258
16592025-02-11T20:00:39.930Zstop 2:12.872916089
16602025-02-11T20:00:39.930Z+ source ./tools/include/force-git-over-https.sh
16612025-02-11T20:00:39.930Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16622025-02-11T20:00:39.930Z++ (( i = 0 ))
16632025-02-11T20:00:39.930Z++ (( i < 5 ))
16642025-02-11T20:00:39.930Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16652025-02-11T20:00:39.933Z++ (( i++ ))
16662025-02-11T20:00:39.933Z++ (( i < 5 ))
16672025-02-11T20:00:39.933Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16682025-02-11T20:00:39.936Z++ (( i++ ))
16692025-02-11T20:00:39.936Z++ (( i < 5 ))
16702025-02-11T20:00:39.936Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16712025-02-11T20:00:39.938Z++ (( i++ ))
16722025-02-11T20:00:39.938Z++ (( i < 5 ))
16732025-02-11T20:00:39.938Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16742025-02-11T20:00:39.941Z++ (( i++ ))
16752025-02-11T20:00:39.941Z++ (( i < 5 ))
16762025-02-11T20:00:39.941Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16772025-02-11T20:00:39.944Z++ (( i++ ))
16782025-02-11T20:00:39.944Z++ (( i < 5 ))
16792025-02-11T20:00:39.944Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16802025-02-11T20:00:39.944Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16812025-02-11T20:00:39.947Z+ rc=0
16822025-02-11T20:00:39.947Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16832025-02-11T20:01:11.639Z+ case $rc in
16842025-02-11T20:01:11.639Z+ pfexec zfs create -p rpool/images/build/host
16852025-02-11T20:01:11.885Z+ pfexec zfs create -p rpool/images/build/recovery
16862025-02-11T20:01:11.970Z+ cargo xtask releng --output-dir /work
16872025-02-11T20:01:12.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16882025-02-11T20:01:12.499Z Running `target/debug/xtask releng --output-dir /work`
16892025-02-11T20:01:13.383Z Compiling proc-macro2 v1.0.92
16902025-02-11T20:01:13.383Z Compiling unicode-ident v1.0.14
16912025-02-11T20:01:13.383Z Compiling libc v0.2.169
16922025-02-11T20:01:13.386Z Compiling serde v1.0.217
16932025-02-11T20:01:13.386Z Compiling autocfg v1.4.0
16942025-02-11T20:01:13.386Z Compiling version_check v0.9.5
16952025-02-11T20:01:13.386Z Compiling cfg-if v1.0.0
16962025-02-11T20:01:13.674Z Compiling memchr v2.7.4
16972025-02-11T20:01:13.713Z Compiling typenum v1.17.0
16982025-02-11T20:01:13.761Z Compiling shlex v1.3.0
16992025-02-11T20:01:14.242Z Compiling generic-array v0.14.7
17002025-02-11T20:01:14.288Z Compiling value-bag v1.9.0
17012025-02-11T20:01:14.368Z Compiling lock_api v0.4.12
17022025-02-11T20:01:14.566Z Compiling scopeguard v1.2.0
17032025-02-11T20:01:14.705Z Compiling log v0.4.22
17042025-02-11T20:01:14.821Z Compiling parking_lot_core v0.9.10
17052025-02-11T20:01:14.958Z Compiling rustix v0.38.37
17062025-02-11T20:01:15.228Z Compiling quote v1.0.38
17072025-02-11T20:01:15.338Z Compiling serde_json v1.0.135
17082025-02-11T20:01:15.408Z Compiling libm v0.2.8
17092025-02-11T20:01:15.569Z Compiling jobserver v0.1.32
17102025-02-11T20:01:15.646Z Compiling syn v2.0.96
17112025-02-11T20:01:15.698Z Compiling getrandom v0.2.15
17122025-02-11T20:01:15.788Z Compiling num-traits v0.2.19
17132025-02-11T20:01:15.844Z Compiling once_cell v1.20.2
17142025-02-11T20:01:15.916Z Compiling itoa v1.0.11
17152025-02-11T20:01:16.065Z Compiling cc v1.1.30
17162025-02-11T20:01:16.087Z Compiling thiserror v1.0.69
17172025-02-11T20:01:16.108Z Compiling aho-corasick v1.1.3
17182025-02-11T20:01:16.254Z Compiling regex-syntax v0.8.5
17192025-02-11T20:01:16.278Z Compiling spin v0.9.8
17202025-02-11T20:01:16.588Z Compiling slab v0.4.9
17212025-02-11T20:01:17.060Z Compiling errno v0.3.9
17222025-02-11T20:01:17.181Z Compiling byteorder v1.5.0
17232025-02-11T20:01:17.405Z Compiling either v1.13.0
17242025-02-11T20:01:17.796Z Compiling glob v0.3.2
17252025-02-11T20:01:17.882Z Compiling rand_core v0.6.4
17262025-02-11T20:01:18.288Z Compiling prettyplease v0.2.25
17272025-02-11T20:01:18.428Z Compiling subtle v2.6.1
17282025-02-11T20:01:18.483Z Compiling lazy_static v1.5.0
17292025-02-11T20:01:18.563Z Compiling clang-sys v1.8.1
17302025-02-11T20:01:18.636Z Compiling minimal-lexical v0.2.1
17312025-02-11T20:01:18.988Z Compiling libloading v0.8.5
17322025-02-11T20:01:19.151Z Compiling nom v7.1.3
17332025-02-11T20:01:19.178Z Compiling bindgen v0.69.5
17342025-02-11T20:01:19.327Z Compiling home v0.5.9
17352025-02-11T20:01:19.557Z Compiling itertools v0.12.1
17362025-02-11T20:01:19.947Z Compiling lazycell v1.3.0
17372025-02-11T20:01:20.159Z Compiling regex-automata v0.4.8
17382025-02-11T20:01:20.197Z Compiling rustc-hash v1.1.0
17392025-02-11T20:01:20.403Z Compiling smallvec v1.13.2
17402025-02-11T20:01:20.900Z Compiling cmake v0.1.51
17412025-02-11T20:01:21.770Z Compiling pkg-config v0.3.31
17422025-02-11T20:01:21.811Z Compiling dunce v1.0.5
17432025-02-11T20:01:22.025Z Compiling fs_extra v1.3.0
17442025-02-11T20:01:22.342Z Compiling cexpr v0.6.0
17452025-02-11T20:01:22.545Z Compiling semver v1.0.24
17462025-02-11T20:01:22.589Z Compiling ring v0.17.8
17472025-02-11T20:01:23.005Z Compiling synstructure v0.13.1
17482025-02-11T20:01:23.498Z Compiling heck v0.5.0
17492025-02-11T20:01:23.925Z Compiling ryu v1.0.18
17502025-02-11T20:01:23.955Z Compiling paste v1.0.15
17512025-02-11T20:01:23.986Z Compiling aws-lc-rs v1.10.0
17522025-02-11T20:01:24.369Z Compiling httparse v1.9.5
17532025-02-11T20:01:24.598Z Compiling const-oid v0.9.6
17542025-02-11T20:01:24.813Z Compiling pin-project-lite v0.2.14
17552025-02-11T20:01:25.136Z Compiling allocator-api2 v0.2.18
17562025-02-11T20:01:25.625Z Compiling futures-core v0.3.31
17572025-02-11T20:01:26.005Z Compiling regex v1.11.1
17582025-02-11T20:01:26.408Z Compiling signal-hook-registry v1.4.2
17592025-02-11T20:01:26.798Z Compiling num-conv v0.1.0
17602025-02-11T20:01:27.129Z Compiling time-core v0.1.2
17612025-02-11T20:01:27.205Z Compiling parking_lot v0.12.3
17622025-02-11T20:01:27.336Z Compiling time-macros v0.2.18
17632025-02-11T20:01:27.447Z Compiling serde_derive v1.0.217
17642025-02-11T20:01:27.651Z Compiling zeroize_derive v1.4.2
17652025-02-11T20:01:27.818Z Compiling zerocopy-derive v0.7.35
17662025-02-11T20:01:27.988Z Compiling tokio-macros v2.5.0
17672025-02-11T20:01:29.067Z Compiling thiserror-impl v1.0.69
17682025-02-11T20:01:29.099Z Compiling zeroize v1.8.1
17692025-02-11T20:01:29.499Z Compiling zerofrom-derive v0.1.4
17702025-02-11T20:01:29.645Z Compiling yoke-derive v0.7.4
17712025-02-11T20:01:29.833Z Compiling zerovec-derive v0.10.3
17722025-02-11T20:01:29.884Z Compiling futures-macro v0.3.31
17732025-02-11T20:01:30.442Z Compiling displaydoc v0.2.5
17742025-02-11T20:01:31.853Z Compiling zerocopy v0.7.35
17752025-02-11T20:01:32.069Z Compiling icu_provider_macros v1.5.0
17762025-02-11T20:01:32.133Z Compiling crypto-common v0.1.6
17772025-02-11T20:01:32.414Z Compiling tracing-attributes v0.1.27
17782025-02-11T20:01:32.482Z Compiling block-buffer v0.10.4
17792025-02-11T20:01:32.744Z Compiling der_derive v0.7.3
17802025-02-11T20:01:32.859Z Compiling digest v0.10.7
17812025-02-11T20:01:33.162Z Compiling mio v1.0.2
17822025-02-11T20:01:33.354Z Compiling crossbeam-utils v0.8.20
17832025-02-11T20:01:33.614Z Compiling schemars v0.8.21
17842025-02-11T20:01:33.996Z Compiling vcpkg v0.2.15
17852025-02-11T20:01:34.048Z Compiling serde_derive_internals v0.29.1
17862025-02-11T20:01:35.361Z Compiling socket2 v0.5.7
17872025-02-11T20:01:35.460Z Compiling openssl-sys v0.9.105
17882025-02-11T20:01:35.599Z Compiling fnv v1.0.7
17892025-02-11T20:01:36.101Z Compiling schemars_derive v0.8.21
17902025-02-11T20:01:37.115Z Compiling ahash v0.8.11
17912025-02-11T20:01:37.339Z Compiling futures-sink v0.3.31
17922025-02-11T20:01:37.414Z Compiling stable_deref_trait v1.2.0
17932025-02-11T20:01:38.035Z Compiling equivalent v1.0.1
17942025-02-11T20:01:38.235Z Compiling cpufeatures v0.2.14
17952025-02-11T20:01:38.342Z Compiling foldhash v0.1.3
17962025-02-11T20:01:38.581Z Compiling hashbrown v0.15.1
17972025-02-11T20:01:38.657Z Compiling slog v2.7.0
17982025-02-11T20:01:38.877Z Compiling zerofrom v0.1.4
17992025-02-11T20:01:39.192Z Compiling yoke v0.7.4
18002025-02-11T20:01:39.192Z Compiling futures-channel v0.3.31
18012025-02-11T20:01:39.714Z Compiling openssl v0.10.70
18022025-02-11T20:01:39.766Z Compiling pin-utils v0.1.0
18032025-02-11T20:01:39.769Z Compiling futures-io v0.3.31
18042025-02-11T20:01:39.884Z Compiling futures-task v0.3.31
18052025-02-11T20:01:40.153Z Compiling zerovec v0.10.4
18062025-02-11T20:01:40.233Z Compiling bitflags v2.6.0
18072025-02-11T20:01:40.259Z Compiling bytes v1.9.0
18082025-02-11T20:01:40.499Z Compiling indexmap v2.7.1
18092025-02-11T20:01:40.666Z Compiling serde_tokenstream v0.2.2
18102025-02-11T20:01:42.009Z Compiling tokio v1.43.0
18112025-02-11T20:01:43.286Z Compiling http v1.2.0
18122025-02-11T20:01:43.297Z Compiling futures-util v0.3.31
18132025-02-11T20:01:43.309Z Compiling scroll_derive v0.12.0
18142025-02-11T20:01:43.608Z Compiling ucd-trie v0.1.7
18152025-02-11T20:01:44.213Z Compiling pest v2.7.14
18162025-02-11T20:01:44.880Z Compiling which v4.4.2
18172025-02-11T20:01:45.598Z Compiling rustc_version v0.4.1
18182025-02-11T20:01:47.658Z Compiling uuid v1.12.0
18192025-02-11T20:01:48.584Z Compiling hmac v0.12.1
18202025-02-11T20:01:48.607Z Compiling openssl-macros v0.1.1
18212025-02-11T20:01:48.837Z Compiling native-tls v0.2.12
18222025-02-11T20:01:48.921Z Compiling rustls v0.23.19
18232025-02-11T20:01:49.371Z Compiling iana-time-zone v0.1.61
18242025-02-11T20:01:49.684Z Compiling chrono v0.4.39
18252025-02-11T20:01:49.869Z Compiling pest_meta v2.7.14
18262025-02-11T20:01:49.915Z Compiling tinystr v0.7.6
18272025-02-11T20:01:50.385Z Compiling block-padding v0.3.3
18282025-02-11T20:01:50.423Z Compiling syn v1.0.109
18292025-02-11T20:01:50.672Z Compiling writeable v0.5.5
18302025-02-11T20:01:51.035Z Compiling litemap v0.7.3
18312025-02-11T20:01:51.587Z Compiling icu_locid v1.5.0
18322025-02-11T20:01:51.895Z Compiling pest_generator v2.7.14
18332025-02-11T20:01:53.174Z Compiling inout v0.1.3
18342025-02-11T20:01:53.950Z Compiling cookie v0.18.1
18352025-02-11T20:01:55.603Z Compiling pest_derive v2.7.14
18362025-02-11T20:01:55.641Z Compiling cipher v0.4.4
18372025-02-11T20:01:56.579Z Compiling icu_provider v1.5.0
18382025-02-11T20:01:57.557Z Compiling sha2 v0.10.8
18392025-02-11T20:01:58.872Z Compiling async-trait v0.1.85
18402025-02-11T20:01:59.060Z Compiling aws-lc-sys v0.22.0
18412025-02-11T20:01:59.130Z Compiling tracing-core v0.1.32
18422025-02-11T20:01:59.325Z Compiling usdt-impl v0.5.0
18432025-02-11T20:01:59.799Z Compiling dyn-clone v1.0.17
18442025-02-11T20:02:00.013Z Compiling percent-encoding v2.3.1
18452025-02-11T20:02:00.545Z Compiling base64ct v1.6.0
18462025-02-11T20:02:01.119Z Compiling rustls-pki-types v1.10.0
18472025-02-11T20:02:01.212Z Compiling icu_locid_transform_data v1.5.0
18482025-02-11T20:02:01.337Z Compiling icu_locid_transform v1.5.0
18492025-02-11T20:02:01.387Z Compiling pem-rfc7468 v0.7.0
18502025-02-11T20:02:03.664Z Compiling tracing v0.1.40
18512025-02-11T20:02:06.413Z Compiling tokio-util v0.7.12
18522025-02-11T20:02:06.648Z Compiling scroll v0.12.0
18532025-02-11T20:02:06.922Z Compiling icu_collections v1.5.0
18542025-02-11T20:02:08.166Z Compiling ppv-lite86 v0.2.20
18552025-02-11T20:02:08.420Z Compiling untrusted v0.9.0
18562025-02-11T20:02:08.590Z Compiling untrusted v0.7.1
18572025-02-11T20:02:08.653Z Compiling mirai-annotations v1.12.0
18582025-02-11T20:02:08.900Z Compiling camino v1.1.9
18592025-02-11T20:02:08.949Z Compiling plain v0.2.3
18602025-02-11T20:02:09.078Z Compiling powerfmt v0.2.0
18612025-02-11T20:02:09.123Z Compiling icu_properties_data v1.5.0
18622025-02-11T20:02:09.417Z Compiling flagset v0.4.6
18632025-02-11T20:02:09.505Z Compiling deranged v0.3.11
18642025-02-11T20:02:09.587Z Compiling icu_properties v1.5.1
18652025-02-11T20:02:09.653Z Compiling der v0.7.9
18662025-02-11T20:02:09.653Z Compiling goblin v0.8.2
18672025-02-11T20:02:11.451Z Compiling rand_chacha v0.3.1
18682025-02-11T20:02:14.786Z Compiling atomic-waker v1.1.2
18692025-02-11T20:02:15.851Z Compiling icu_normalizer_data v1.5.0
18702025-02-11T20:02:16.006Z Compiling utf16_iter v1.0.5
18712025-02-11T20:02:16.032Z Compiling pretty-hex v0.4.1
18722025-02-11T20:02:16.206Z Compiling write16 v1.0.0
18732025-02-11T20:02:16.279Z Compiling litrs v0.4.1
18742025-02-11T20:02:16.445Z Compiling rustls v0.22.4
18752025-02-11T20:02:16.643Z Compiling utf8_iter v1.0.4
18762025-02-11T20:02:17.423Z Compiling rayon-core v1.12.1
18772025-02-11T20:02:17.461Z Compiling num_threads v0.1.7
18782025-02-11T20:02:17.474Z Compiling document-features v0.2.10
18792025-02-11T20:02:17.612Z Compiling time v0.3.36
18802025-02-11T20:02:17.751Z Compiling icu_normalizer v1.5.0
18812025-02-11T20:02:18.625Z Compiling dof v0.3.0
18822025-02-11T20:02:20.322Z Compiling rand v0.8.5
18832025-02-11T20:02:20.433Z Compiling spki v0.7.3
18842025-02-11T20:02:20.835Z Compiling form_urlencoded v1.2.1
18852025-02-11T20:02:21.081Z Compiling dtrace-parser v0.2.0
18862025-02-11T20:02:21.461Z Compiling salsa20 v0.10.2
18872025-02-11T20:02:21.876Z Compiling pbkdf2 v0.12.2
18882025-02-11T20:02:22.099Z Compiling http-body v1.0.1
18892025-02-11T20:02:22.404Z Compiling bzip2-sys v0.1.11+1.0.8
18902025-02-11T20:02:22.787Z Compiling thread-id v4.2.2
18912025-02-11T20:02:23.364Z Compiling try-lock v0.2.5
18922025-02-11T20:02:23.799Z Compiling want v0.3.1
18932025-02-11T20:02:25.870Z Compiling scrypt v0.11.0
18942025-02-11T20:02:26.097Z Compiling idna_adapter v1.2.0
18952025-02-11T20:02:26.352Z Compiling h2 v0.4.6
18962025-02-11T20:02:26.425Z Compiling cbc v0.1.2
18972025-02-11T20:02:26.701Z Compiling aes v0.8.4
18982025-02-11T20:02:27.125Z Compiling multer v3.1.0
18992025-02-11T20:02:27.329Z Compiling base64 v0.22.1
19002025-02-11T20:02:27.378Z Compiling slog-async v2.8.0
19012025-02-11T20:02:27.820Z Compiling tinyvec_macros v0.1.1
19022025-02-11T20:02:27.940Z Compiling httpdate v1.0.3
19032025-02-11T20:02:27.975Z Compiling tinyvec v1.8.0
19042025-02-11T20:02:28.525Z Compiling pkcs5 v0.7.1
19052025-02-11T20:02:30.604Z Compiling idna v1.0.3
19062025-02-11T20:02:35.703Z Compiling hyper v1.5.2
19072025-02-11T20:02:36.501Z Compiling heapless v0.7.17
19082025-02-11T20:02:37.082Z Compiling zerocopy-derive v0.6.6
19092025-02-11T20:02:37.771Z Compiling anyhow v1.0.95
19102025-02-11T20:02:37.986Z Compiling signal-hook v0.3.17
19112025-02-11T20:02:38.360Z Compiling num-bigint-dig v0.8.4
19122025-02-11T20:02:38.649Z Compiling tower-service v0.3.3
19132025-02-11T20:02:39.071Z Compiling hyper-util v0.1.10
19142025-02-11T20:02:41.591Z Compiling pkcs8 v0.10.2
19152025-02-11T20:02:42.412Z Compiling usdt-macro v0.5.0
19162025-02-11T20:02:43.826Z Compiling usdt-attr-macro v0.5.0
19172025-02-11T20:02:44.869Z Compiling async-stream-impl v0.3.6
19182025-02-11T20:02:45.389Z Compiling rustversion v1.0.17
19192025-02-11T20:02:45.420Z Compiling strsim v0.11.1
19202025-02-11T20:02:46.025Z Compiling foreign-types-shared v0.1.1
19212025-02-11T20:02:46.232Z Compiling foreign-types v0.3.2
19222025-02-11T20:02:47.118Z Compiling url v2.5.3
19232025-02-11T20:02:47.618Z Compiling http-body-util v0.1.2
19242025-02-11T20:02:48.921Z Compiling curve25519-dalek v4.1.3
19252025-02-11T20:02:48.962Z Compiling openapiv3 v2.0.0
19262025-02-11T20:02:49.147Z Compiling serde_spanned v0.6.8
19272025-02-11T20:02:49.366Z Compiling toml_datetime v0.6.8
19282025-02-11T20:02:49.468Z Compiling enum-as-inner v0.6.1
19292025-02-11T20:02:50.722Z Compiling dropshot v0.12.0
19302025-02-11T20:02:51.047Z Compiling encoding_rs v0.8.34
19312025-02-11T20:02:52.295Z Compiling portable-atomic v1.9.0
19322025-02-11T20:02:52.886Z Compiling mime v0.3.17
19332025-02-11T20:02:53.239Z Compiling smoltcp v0.9.1
19342025-02-11T20:02:53.743Z Compiling newtype-uuid v1.2.1
19352025-02-11T20:02:53.822Z Compiling match_cfg v0.1.0
19362025-02-11T20:02:53.848Z Compiling adler2 v2.0.0
19372025-02-11T20:02:54.222Z Compiling miniz_oxide v0.8.0
19382025-02-11T20:02:55.636Z Compiling hostname v0.3.1
19392025-02-11T20:03:06.052Z Compiling serde_urlencoded v0.7.1
19402025-02-11T20:03:06.092Z Compiling rustls-pemfile v2.2.0
19412025-02-11T20:03:06.644Z Compiling clap_derive v4.5.24
19422025-02-11T20:03:06.728Z Compiling dirs-sys-next v0.1.2
19432025-02-11T20:03:07.903Z Compiling ipnet v2.10.1
19442025-02-11T20:03:11.093Z Compiling openssl-probe v0.1.5
19452025-02-11T20:03:11.498Z Compiling data-encoding v2.6.0
19462025-02-11T20:03:11.728Z Compiling siphasher v0.3.11
19472025-02-11T20:03:13.164Z Compiling dirs-next v2.0.0
19482025-02-11T20:03:14.802Z Compiling unicode-normalization v0.1.24
19492025-02-11T20:03:15.929Z Compiling crossbeam-epoch v0.9.18
19502025-02-11T20:03:16.231Z Compiling rustls-webpki v0.102.8
19512025-02-11T20:03:16.289Z Compiling hubpack_derive v0.1.1
19522025-02-11T20:03:16.854Z Compiling dropshot_endpoint v0.12.0
19532025-02-11T20:03:17.625Z Compiling sha1 v0.10.6
19542025-02-11T20:03:18.036Z Compiling signature v2.2.0
19552025-02-11T20:03:18.102Z Compiling curve25519-dalek-derive v0.1.1
19562025-02-11T20:03:18.315Z Compiling thread_local v1.1.8
19572025-02-11T20:03:18.387Z Compiling fs-err v2.11.0
19582025-02-11T20:03:18.923Z Compiling winnow v0.6.20
19592025-02-11T20:03:20.909Z Compiling unicode-bidi v0.3.17
19602025-02-11T20:03:20.978Z Compiling unicode-properties v0.1.3
19612025-02-11T20:03:21.358Z Compiling utf8parse v0.2.2
19622025-02-11T20:03:21.514Z Compiling anstyle v1.0.10
19632025-02-11T20:03:21.593Z Compiling gimli v0.31.1
19642025-02-11T20:03:22.063Z Compiling psl-types v2.0.11
19652025-02-11T20:03:22.317Z Compiling stringprep v0.1.5
19662025-02-11T20:03:22.572Z Compiling publicsuffix v2.3.0
19672025-02-11T20:03:22.655Z Compiling toml_edit v0.22.22
19682025-02-11T20:03:22.853Z Compiling anstyle-parse v0.2.5
19692025-02-11T20:03:26.312Z Compiling addr2line v0.24.2
19702025-02-11T20:03:26.942Z Compiling crossbeam-deque v0.8.5
19712025-02-11T20:03:27.008Z Compiling term v0.7.0
19722025-02-11T20:03:27.316Z Compiling tokio-native-tls v0.3.1
19732025-02-11T20:03:27.645Z Compiling slog-json v2.6.1
19742025-02-11T20:03:28.300Z Compiling crossbeam-channel v0.5.13
19752025-02-11T20:03:29.357Z Compiling webpki-roots v0.26.6
19762025-02-11T20:03:29.570Z Compiling futures-executor v0.3.31
19772025-02-11T20:03:29.669Z Compiling num-integer v0.1.46
19782025-02-11T20:03:30.018Z Compiling md-5 v0.10.6
19792025-02-11T20:03:30.111Z Compiling ff v0.13.0
19802025-02-11T20:03:30.267Z Compiling hash32 v0.2.1
19812025-02-11T20:03:30.312Z Compiling memmap v0.7.0
19822025-02-11T20:03:30.341Z Compiling is-terminal v0.4.13
19832025-02-11T20:03:30.495Z Compiling object v0.36.5
19842025-02-11T20:03:30.657Z Compiling anstyle-query v1.1.1
19852025-02-11T20:03:30.801Z Compiling utf-8 v0.7.6
19862025-02-11T20:03:30.828Z Compiling quick-error v1.2.3
19872025-02-11T20:03:30.846Z Compiling fallible-iterator v0.2.0
19882025-02-11T20:03:30.995Z Compiling base16ct v0.2.0
19892025-02-11T20:03:31.102Z Compiling is_terminal_polyfill v1.70.1
19902025-02-11T20:03:31.256Z Compiling heck v0.4.1
19912025-02-11T20:03:31.310Z Compiling take_mut v0.2.2
19922025-02-11T20:03:31.481Z Compiling colorchoice v1.0.2
19932025-02-11T20:03:31.513Z Compiling rustc-demangle v0.1.24
19942025-02-11T20:03:31.648Z Compiling linked-hash-map v0.5.6
19952025-02-11T20:03:31.668Z Compiling strum_macros v0.25.3
19962025-02-11T20:03:32.023Z Compiling lru-cache v0.1.2
19972025-02-11T20:03:32.238Z Compiling anstream v0.6.15
19982025-02-11T20:03:32.361Z Compiling postgres-protocol v0.6.7
19992025-02-11T20:03:33.465Z Compiling sec1 v0.7.3
20002025-02-11T20:03:33.760Z Compiling tungstenite v0.24.0
20012025-02-11T20:03:34.009Z Compiling resolv-conf v0.7.0
20022025-02-11T20:03:34.894Z Compiling usdt v0.5.0
20032025-02-11T20:03:35.086Z Compiling slog-term v2.9.1
20042025-02-11T20:03:35.326Z Compiling group v0.13.0
20052025-02-11T20:03:35.556Z Compiling num-iter v0.1.45
20062025-02-11T20:03:35.763Z Compiling futures v0.3.31
20072025-02-11T20:03:35.896Z Compiling tokio-rustls v0.26.0
20082025-02-11T20:03:36.781Z Compiling slog-bunyan v2.5.0
20092025-02-11T20:03:37.021Z Compiling backtrace v0.3.74
20102025-02-11T20:03:37.233Z Compiling hyper-tls v0.6.0
20112025-02-11T20:03:37.413Z Compiling tokio-rustls v0.25.0
20122025-02-11T20:03:37.435Z Compiling toml v0.8.19
20132025-02-11T20:03:37.467Z Compiling cookie_store v0.21.1
20142025-02-11T20:03:37.836Z Compiling hickory-proto v0.24.2
20152025-02-11T20:03:37.941Z Compiling phf_shared v0.11.2
20162025-02-11T20:03:38.621Z Compiling async-stream v0.3.6
20172025-02-11T20:03:38.900Z Compiling waitgroup v0.1.2
20182025-02-11T20:03:39.246Z Compiling hashbrown v0.14.5
20192025-02-11T20:03:39.431Z Compiling hkdf v0.12.4
20202025-02-11T20:03:39.684Z Compiling terminal_size v0.4.0
20212025-02-11T20:03:39.923Z Compiling serde_path_to_error v0.1.16
20222025-02-11T20:03:40.132Z Compiling crypto-bigint v0.5.5
20232025-02-11T20:03:40.391Z Compiling serde_repr v0.1.19
20242025-02-11T20:03:40.678Z Compiling derive-where v1.2.7
20252025-02-11T20:03:41.437Z Compiling sync_wrapper v1.0.1
20262025-02-11T20:03:41.515Z Compiling hostname v0.4.0
20272025-02-11T20:03:41.744Z Compiling crc32fast v1.4.2
20282025-02-11T20:03:42.110Z Compiling winnow v0.5.40
20292025-02-11T20:03:42.767Z Compiling managed v0.8.0
20302025-02-11T20:03:43.206Z Compiling bitflags v1.3.2
20312025-02-11T20:03:43.259Z Compiling debug-ignore v1.0.5
20322025-02-11T20:03:43.445Z Compiling clap_lex v0.7.4
20332025-02-11T20:03:43.545Z Compiling unicode-width v0.2.0
20342025-02-11T20:03:43.876Z Compiling clap_builder v4.5.27
20352025-02-11T20:03:44.081Z Compiling console v0.15.10
20362025-02-11T20:03:45.230Z Compiling toml_edit v0.19.15
20372025-02-11T20:03:46.084Z Compiling hickory-resolver v0.24.2
20382025-02-11T20:03:47.304Z Compiling elliptic-curve v0.13.8
20392025-02-11T20:03:48.426Z Compiling flate2 v1.0.35
20402025-02-11T20:03:49.276Z Compiling regress v0.10.1
20412025-02-11T20:03:51.012Z Compiling hyper-rustls v0.27.3
20422025-02-11T20:03:52.465Z Compiling phf v0.11.2
20432025-02-11T20:03:53.152Z Compiling signal-hook-mio v0.2.4
20442025-02-11T20:03:53.174Z Compiling rayon v1.10.0
20452025-02-11T20:03:53.341Z Compiling bzip2 v0.4.4
20462025-02-11T20:03:53.720Z Compiling tokio-tungstenite v0.24.0
20472025-02-11T20:03:53.881Z Compiling postgres-types v0.2.8
20482025-02-11T20:03:54.238Z Compiling ed25519 v2.2.3
20492025-02-11T20:03:54.262Z Compiling hubpack v0.1.2
20502025-02-11T20:03:54.559Z Compiling phf_shared v0.10.0
20512025-02-11T20:03:54.726Z Compiling pkcs1 v0.7.5
20522025-02-11T20:03:55.567Z Compiling zerocopy v0.6.6
20532025-02-11T20:03:56.007Z Compiling tokio-stream v0.1.16
20542025-02-11T20:03:56.324Z Compiling rfc6979 v0.4.0
20552025-02-11T20:03:56.959Z Compiling serde-big-array v0.5.1
20562025-02-11T20:03:57.028Z Compiling float-cmp v0.9.0
20572025-02-11T20:03:57.274Z Compiling bstr v1.10.0
20582025-02-11T20:03:57.550Z Compiling number_prefix v0.4.0
20592025-02-11T20:03:57.708Z Compiling precomputed-hash v0.1.1
20602025-02-11T20:03:57.775Z Compiling normalize-line-endings v0.3.0
20612025-02-11T20:03:57.851Z Compiling new_debug_unreachable v1.0.6
20622025-02-11T20:03:57.933Z Compiling difflib v0.4.0
20632025-02-11T20:03:57.974Z Compiling static_assertions v1.1.0
20642025-02-11T20:03:58.098Z Compiling predicates-core v1.0.8
20652025-02-11T20:03:58.385Z Compiling bit-vec v0.6.3
20662025-02-11T20:03:58.662Z Compiling whoami v1.5.2
20672025-02-11T20:03:58.690Z Compiling fixedbitset v0.4.2
20682025-02-11T20:03:58.946Z Compiling unicode-segmentation v1.12.0
20692025-02-11T20:03:59.086Z Compiling tokio-postgres v0.7.12
20702025-02-11T20:03:59.165Z Compiling petgraph v0.6.5
20712025-02-11T20:03:59.779Z Compiling similar v2.6.0
20722025-02-11T20:04:02.619Z Compiling bit-set v0.5.3
20732025-02-11T20:04:02.745Z Compiling predicates v3.1.2
20742025-02-11T20:04:03.806Z Compiling reqwest v0.12.9
20752025-02-11T20:04:04.031Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20762025-02-11T20:04:04.034Z Compiling string_cache v0.8.7
20772025-02-11T20:04:04.328Z Compiling indicatif v0.17.11
20782025-02-11T20:04:04.896Z Compiling qorb v0.2.1
20792025-02-11T20:04:05.145Z Compiling ecdsa v0.16.9
20802025-02-11T20:04:06.118Z Compiling rsa v0.9.6
20812025-02-11T20:04:06.784Z Compiling ed25519-dalek v2.1.1
20822025-02-11T20:04:07.594Z Compiling zip v0.6.6
20832025-02-11T20:04:08.137Z Compiling crossterm v0.28.1
20842025-02-11T20:04:08.776Z Compiling typify-impl v0.2.0
20852025-02-11T20:04:10.040Z Compiling toml v0.7.8
20862025-02-11T20:04:10.084Z Compiling clap v4.5.27
20872025-02-11T20:04:12.200Z Compiling x509-cert v0.2.5
20882025-02-11T20:04:13.824Z Compiling hex v0.4.3
20892025-02-11T20:04:15.614Z Compiling itertools v0.10.5
20902025-02-11T20:04:16.197Z Compiling unicode-xid v0.2.6
20912025-02-11T20:04:16.404Z Compiling lalrpop-util v0.19.12
20922025-02-11T20:04:18.004Z Compiling peg-runtime v0.8.3
20932025-02-11T20:04:18.915Z Compiling typify-macro v0.2.0
20942025-02-11T20:04:19.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20952025-02-11T20:04:47.739Z Compiling radium v0.7.0
20962025-02-11T20:04:55.747Z Compiling maybe-uninit v2.0.0
20972025-02-11T20:04:55.838Z Compiling tap v1.0.1
20982025-02-11T20:04:56.035Z Compiling ident_case v1.0.1
20992025-02-11T20:04:56.243Z Compiling darling_core v0.20.10
21002025-02-11T20:04:59.207Z Compiling wyz v0.5.1
21012025-02-11T20:05:06.534Z Compiling typify v0.2.0
21022025-02-11T20:05:09.063Z Compiling funty v2.0.0
21032025-02-11T20:05:09.109Z Compiling packed_struct v0.10.1
21042025-02-11T20:05:10.788Z Compiling unsafe-libyaml v0.2.11
21052025-02-11T20:05:12.545Z Compiling serde_yaml v0.9.34+deprecated
21062025-02-11T20:05:17.174Z Compiling bitvec v1.0.1
21072025-02-11T20:05:23.305Z Compiling progenitor-impl v0.8.0
21082025-02-11T20:05:24.075Z Compiling darling_macro v0.20.10
21092025-02-11T20:05:25.138Z Compiling ipnetwork v0.20.0
21102025-02-11T20:05:28.636Z Compiling packed_struct_codegen v0.10.1
21112025-02-11T20:05:28.984Z Compiling structmeta-derive v0.3.0
21122025-02-11T20:05:29.377Z Compiling indexmap v1.9.3
21132025-02-11T20:05:29.710Z Compiling thiserror v2.0.11
21142025-02-11T20:05:30.268Z Compiling nodrop v0.1.14
21152025-02-11T20:05:30.980Z Compiling fastrand v2.1.1
21162025-02-11T20:05:31.432Z Compiling crc-catalog v2.4.0
21172025-02-11T20:05:31.609Z Compiling crc v3.2.1
21182025-02-11T20:05:31.669Z Compiling structmeta v0.3.0
21192025-02-11T20:05:31.690Z Compiling tempfile v3.13.0
21202025-02-11T20:05:32.093Z Compiling array-init v0.0.4
21212025-02-11T20:05:32.607Z Compiling progenitor-macro v0.8.0
21222025-02-11T20:05:33.172Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21232025-02-11T20:05:33.729Z Compiling smallvec v0.6.14
21242025-02-11T20:05:34.154Z Compiling darling v0.20.10
21252025-02-11T20:05:34.244Z Compiling progenitor-client v0.8.0
21262025-02-11T20:05:34.288Z Compiling xattr v1.3.1
21272025-02-11T20:05:34.635Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21282025-02-11T20:05:35.104Z Compiling pin-project-internal v1.1.6
21292025-02-11T20:05:35.799Z Compiling thiserror-impl v2.0.11
21302025-02-11T20:05:35.914Z Compiling filetime v0.2.25
21312025-02-11T20:05:36.293Z Compiling dropshot v0.15.1
21322025-02-11T20:05:36.628Z Compiling bitfield v0.14.0
21332025-02-11T20:05:36.822Z Compiling termcolor v1.4.1
21342025-02-11T20:05:36.946Z Compiling hashbrown v0.12.3
21352025-02-11T20:05:37.704Z Compiling base64 v0.21.7
21362025-02-11T20:05:37.890Z Compiling same-file v1.0.6
21372025-02-11T20:05:38.259Z Compiling ron v0.8.1
21382025-02-11T20:05:38.810Z Compiling walkdir v2.5.0
21392025-02-11T20:05:38.891Z Compiling pin-project v1.1.6
21402025-02-11T20:05:39.145Z Compiling env_logger v0.10.2
21412025-02-11T20:05:39.241Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21422025-02-11T20:05:40.548Z Compiling tar v0.4.42
21432025-02-11T20:05:42.120Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21442025-02-11T20:05:43.558Z Compiling progenitor v0.8.0
21452025-02-11T20:05:43.808Z Compiling serde_with_macros v3.11.0
21462025-02-11T20:05:43.989Z Compiling serde-hex v0.1.0
21472025-02-11T20:05:44.137Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21482025-02-11T20:05:44.480Z Compiling parse-display-derive v0.10.0
21492025-02-11T20:05:46.172Z Compiling strum_macros v0.26.4
21502025-02-11T20:05:46.368Z Compiling hashbrown v0.13.2
21512025-02-11T20:05:47.663Z Compiling dropshot_endpoint v0.15.1
21522025-02-11T20:05:48.057Z Compiling snafu-derive v0.8.5
21532025-02-11T20:05:49.015Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21542025-02-11T20:05:49.767Z Compiling blake3 v1.5.4
21552025-02-11T20:05:50.386Z Compiling instant v0.1.13
21562025-02-11T20:05:50.420Z Compiling crc-any v2.5.0
21572025-02-11T20:05:50.567Z Compiling buf-list v1.0.3
21582025-02-11T20:05:51.142Z Compiling zip v2.1.3
21592025-02-11T20:05:51.306Z Compiling simd-adler32 v0.3.7
21602025-02-11T20:05:51.468Z Compiling bumpalo v3.16.0
21612025-02-11T20:05:51.634Z Compiling lockfree-object-pool v0.1.6
21622025-02-11T20:05:51.954Z Compiling zopfli v0.8.1
21632025-02-11T20:05:52.298Z Compiling snafu v0.8.5
21642025-02-11T20:05:52.730Z Compiling backoff v0.4.0
21652025-02-11T20:05:53.091Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21662025-02-11T20:05:53.243Z Compiling strum v0.26.3
21672025-02-11T20:05:53.521Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682025-02-11T20:05:53.763Z Compiling parse-display v0.10.0
21692025-02-11T20:05:54.029Z Compiling object v0.30.4
21702025-02-11T20:05:55.574Z Compiling serde_with v3.11.0
21712025-02-11T20:05:56.260Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21722025-02-11T20:05:57.885Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21732025-02-11T20:05:58.635Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21742025-02-11T20:05:59.548Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21752025-02-11T20:06:00.250Z Compiling camino-tempfile v1.1.1
21762025-02-11T20:06:01.092Z Compiling globset v0.4.15
21772025-02-11T20:06:01.251Z Compiling regress v0.9.1
21782025-02-11T20:06:06.005Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21792025-02-11T20:06:06.227Z Compiling progenitor-client v0.9.1
21802025-02-11T20:06:07.211Z Compiling olpc-cjson v0.1.4
21812025-02-11T20:06:07.517Z Compiling pem v3.0.4
21822025-02-11T20:06:07.577Z Compiling cargo-platform v0.1.8
21832025-02-11T20:06:08.350Z Compiling macaddr v1.0.1
21842025-02-11T20:06:08.611Z Compiling serde_plain v1.0.2
21852025-02-11T20:06:08.987Z Compiling async-recursion v1.1.1
21862025-02-11T20:06:09.053Z Compiling memmap2 v0.9.5
21872025-02-11T20:06:09.164Z Compiling path-slash v0.1.5
21882025-02-11T20:06:09.425Z Compiling constant_time_eq v0.3.1
21892025-02-11T20:06:09.631Z Compiling arrayvec v0.7.6
21902025-02-11T20:06:09.634Z Compiling arrayref v0.3.9
21912025-02-11T20:06:09.682Z Compiling typed-path v0.9.3
21922025-02-11T20:06:09.782Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21932025-02-11T20:06:10.347Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21942025-02-11T20:06:10.347Z Compiling cargo_metadata v0.18.1
21952025-02-11T20:06:12.722Z Compiling tough v0.19.0
21962025-02-11T20:06:15.280Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
21972025-02-11T20:06:15.761Z Compiling itertools v0.13.0
21982025-02-11T20:06:16.403Z Compiling topological-sort v0.2.2
21992025-02-11T20:06:16.622Z Compiling parse-size v1.1.0
22002025-02-11T20:06:16.704Z Compiling omicron-zone-package v0.12.0
22012025-02-11T20:06:16.958Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22022025-02-11T20:06:19.354Z Compiling shell-words v1.1.0
22032025-02-11T20:06:22.570Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22042025-02-11T20:06:35.740Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22052025-02-11T20:06:50.945Z Finished `release` profile [optimized] target(s) in 5m 38s
22062025-02-11T20:06:51.113Z Running `target/release/omicron-releng --output-dir /work`
22072025-02-11T20:06:51.159ZFeb 11 20:06:49.706 DEBG changing working directory to /work/oxidecomputer/omicron
22082025-02-11T20:06:51.266ZFeb 11 20:06:49.812 DEBG running: git rev-parse HEAD
22092025-02-11T20:06:51.272ZFeb 11 20:06:49.819 DEBG process exited with exit status: 0 (6.832462ms)
22102025-02-11T20:06:51.272ZFeb 11 20:06:49.819 INFO version: 13.0.0-0.ci+git9dfa35b328e
22112025-02-11T20:06:51.314ZFeb 11 20:06:49.860 INFO cloning helios to /work/oxidecomputer/helios
22122025-02-11T20:06:51.314ZFeb 11 20:06:49.860 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22132025-02-11T20:06:51.319ZCloning into '/work/oxidecomputer/helios'...
22142025-02-11T20:06:51.882ZFeb 11 20:06:50.429 DEBG process exited with exit status: 0 (568.347872ms)
22152025-02-11T20:06:51.882ZFeb 11 20:06:50.429 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22162025-02-11T20:06:52.931ZFeb 11 20:06:51.478 DEBG process exited with exit status: 0 (1.048784645s)
22172025-02-11T20:06:52.931ZFeb 11 20:06:51.478 DEBG running: zfs list rpool/images/build/host
22182025-02-11T20:06:52.939ZNAME USED AVAIL REFER MOUNTPOINT
22192025-02-11T20:06:52.939Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22202025-02-11T20:06:52.942ZFeb 11 20:06:51.486 DEBG process exited with exit status: 0 (7.906886ms)
22212025-02-11T20:06:52.942ZFeb 11 20:06:51.486 DEBG running: zfs list rpool/images/build/recovery
22222025-02-11T20:06:52.945ZNAME USED AVAIL REFER MOUNTPOINT
22232025-02-11T20:06:52.946Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22242025-02-11T20:06:52.948ZFeb 11 20:06:51.493 DEBG process exited with exit status: 0 (6.785307ms)
22252025-02-11T20:06:52.948ZFeb 11 20:06:51.493 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22262025-02-11T20:06:52.954Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22272025-02-11T20:06:52.954Z# branch.head master
22282025-02-11T20:06:52.954Z# branch.upstream origin/master
22292025-02-11T20:06:52.954Z# branch.ab +0 -0
22302025-02-11T20:06:52.957ZFeb 11 20:06:51.502 DEBG process exited with exit status: 0 (8.362177ms)
22312025-02-11T20:06:52.957ZFeb 11 20:06:51.502 INFO [hubris-staging] running task
22322025-02-11T20:06:52.957ZFeb 11 20:06:51.502 INFO [hubris-production] running task
22332025-02-11T20:06:52.957ZFeb 11 20:06:51.503 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22342025-02-11T20:06:52.960ZFeb 11 20:06:51.507 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22352025-02-11T20:06:53.028Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22362025-02-11T20:06:53.435Z[ omicron-package] Blocking waiting for file lock on package cache
22372025-02-11T20:06:53.930Z[ omicron-package] Blocking waiting for file lock on package cache
22382025-02-11T20:06:54.216Z[ omicron-package] Blocking waiting for file lock on package cache
22392025-02-11T20:06:54.542ZFeb 11 20:06:53.089 INFO [hubris-production] task succeeded (1.586087728s)
22402025-02-11T20:06:55.127Z[ omicron-package] Compiling zerocopy v0.8.10
22412025-02-11T20:06:55.130Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22422025-02-11T20:06:55.130Z[ omicron-package] Compiling itertools v0.13.0
22432025-02-11T20:06:55.130Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22442025-02-11T20:06:55.130Z[ omicron-package] Compiling heapless v0.8.0
22452025-02-11T20:06:55.130Z[ omicron-package] Compiling hash32 v0.3.1
22462025-02-11T20:06:55.130Z[ omicron-package] Compiling smoltcp v0.11.0
22472025-02-11T20:06:55.130Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22482025-02-11T20:06:56.087Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22492025-02-11T20:06:56.370Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22502025-02-11T20:06:56.888Z[ omicron-package] Compiling cobs v0.2.3
22512025-02-11T20:06:57.050Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22522025-02-11T20:06:57.198Z[ omicron-package] Compiling num_enum_derive v0.5.11
22532025-02-11T20:06:57.395Z[ omicron-package] Compiling proc-macro-error v1.0.4
22542025-02-11T20:06:57.666Z[ omicron-package] Compiling postcard v1.0.10
22552025-02-11T20:06:57.881Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22562025-02-11T20:06:58.108Z[ omicron-package] Compiling unicode-width v0.1.14
22572025-02-11T20:06:58.573Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22582025-02-11T20:06:59.060Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22592025-02-11T20:06:59.283Z[ omicron-package] Compiling tabwriter v1.4.0
22602025-02-11T20:07:00.603Z[ omicron-package] Compiling num_enum v0.5.11
22612025-02-11T20:07:00.773Z[ omicron-package] Compiling foreign-types v0.5.0
22622025-02-11T20:07:00.773Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22632025-02-11T20:07:01.088Z[ omicron-package] Compiling cstr-argument v0.1.2
22642025-02-11T20:07:01.159Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22652025-02-11T20:07:01.254Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22662025-02-11T20:07:01.332Z[ omicron-package] Compiling pretty-hex v0.2.1
22672025-02-11T20:07:01.625Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22682025-02-11T20:07:01.628Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22692025-02-11T20:07:01.747Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22702025-02-11T20:07:02.582Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22712025-02-11T20:07:02.664Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22722025-02-11T20:07:02.872Z[ omicron-package] Compiling colored v2.1.0
22732025-02-11T20:07:03.034Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22742025-02-11T20:07:03.788Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22752025-02-11T20:07:03.985Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22762025-02-11T20:07:04.657Z[ omicron-package] Compiling sigpipe v0.1.3
22772025-02-11T20:07:05.131Z[ omicron-package] Compiling num-derive v0.4.2
22782025-02-11T20:07:05.256Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22792025-02-11T20:07:05.349Z[ omicron-package] Compiling libefi-sys v0.1.0
22802025-02-11T20:07:05.958Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22812025-02-11T20:07:06.104Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22822025-02-11T20:07:06.668Z[ omicron-package] Compiling smf v0.2.3
22832025-02-11T20:07:06.758Z[ omicron-package] Compiling zone v0.3.0
22842025-02-11T20:07:07.175Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22852025-02-11T20:07:07.993Z[ omicron-package] Compiling bitfield-struct v0.6.2
22862025-02-11T20:07:09.769Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22872025-02-11T20:07:10.336Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22882025-02-11T20:07:10.964Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22892025-02-11T20:07:11.492Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22902025-02-11T20:07:11.554Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22912025-02-11T20:07:11.678Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22922025-02-11T20:07:11.761Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22932025-02-11T20:07:12.237Z[ omicron-package] Compiling gethostname v0.5.0
22942025-02-11T20:07:12.349Z[ omicron-package] Compiling indent_write v2.2.0
22952025-02-11T20:07:12.680Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22962025-02-11T20:07:14.966Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22972025-02-11T20:07:16.194Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22982025-02-11T20:07:17.529Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22992025-02-11T20:07:20.316Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23002025-02-11T20:07:20.879Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23012025-02-11T20:07:20.985ZFeb 11 20:07:19.528 INFO [hubris-staging] task succeeded (28.026105884s)
23022025-02-11T20:07:22.583Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23032025-02-11T20:07:32.369Z[ helios-setup] Feb 11 20:07:30.910 INFO helios repository root is: /work/oxidecomputer/helios
23042025-02-11T20:07:32.372Z[ helios-setup] Feb 11 20:07:30.912 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
23052025-02-11T20:07:32.372Z[ helios-setup] Feb 11 20:07:30.912 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23062025-02-11T20:07:32.375Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23072025-02-11T20:07:39.280Z[ helios-setup] Feb 11 20:07:37.821 INFO clone ok!, project: amd-firmware
23082025-02-11T20:07:39.283Z[ helios-setup] Feb 11 20:07:37.821 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
23092025-02-11T20:07:39.283Z[ helios-setup] Feb 11 20:07:37.821 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23102025-02-11T20:07:39.285Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23112025-02-11T20:07:39.793Z[ helios-setup] Feb 11 20:07:38.333 INFO clone ok!, project: phbl
23122025-02-11T20:07:39.795Z[ helios-setup] Feb 11 20:07:38.334 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
23132025-02-11T20:07:39.795Z[ helios-setup] Feb 11 20:07:38.334 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23142025-02-11T20:07:39.798Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23152025-02-11T20:07:40.276Z[ helios-setup] Feb 11 20:07:38.817 INFO clone ok!, project: bootserver
23162025-02-11T20:07:40.279Z[ helios-setup] Feb 11 20:07:38.817 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
23172025-02-11T20:07:40.279Z[ helios-setup] Feb 11 20:07:38.817 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
23182025-02-11T20:07:40.279Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.30s
23192025-02-11T20:07:40.282Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23202025-02-11T20:07:40.516Z[ omicron-package]
23212025-02-11T20:07:40.516Z[ omicron-package] real 47.506254800
23222025-02-11T20:07:40.519Z[ omicron-package] user 3:01.346464508
23232025-02-11T20:07:40.519Z[ omicron-package] sys 18.108709056
23242025-02-11T20:07:40.519Z[ omicron-package] trap 0.375858266
23252025-02-11T20:07:40.519Z[ omicron-package] tflt 0.388307253
23262025-02-11T20:07:40.519Z[ omicron-package] dflt 0.531997437
23272025-02-11T20:07:40.519Z[ omicron-package] kflt 0.000936977
23282025-02-11T20:07:40.519Z[ omicron-package] lock 5:09.494129893
23292025-02-11T20:07:40.519Z[ omicron-package] slp 9:24.517836193
23302025-02-11T20:07:40.519Z[ omicron-package] lat 1:35.221455427
23312025-02-11T20:07:40.519ZFeb 11 20:07:39.057 INFO [omicron-package] process exited with exit status: 0 (47.550820767s)
23322025-02-11T20:07:40.519Z[ omicron-package] stop 55.717997325
23332025-02-11T20:07:40.519ZFeb 11 20:07:39.058 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23342025-02-11T20:07:40.584ZFeb 11 20:07:39.124 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23352025-02-11T20:07:40.595Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23362025-02-11T20:07:40.598Z[ host-target] Created new build target 'host' and set it as active
23372025-02-11T20:07:40.598ZFeb 11 20:07:39.138 INFO [host-target] process exited with exit status: 0 (80.311078ms)
23382025-02-11T20:07:40.601ZFeb 11 20:07:39.138 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23392025-02-11T20:07:40.603Z[ recovery-target] Created new build target 'recovery' and set it as active
23402025-02-11T20:07:40.603Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23412025-02-11T20:07:40.606ZFeb 11 20:07:39.146 INFO [recovery-target] process exited with exit status: 0 (21.149287ms)
23422025-02-11T20:07:40.612Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23432025-02-11T20:07:41.170Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23442025-02-11T20:07:41.176Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23452025-02-11T20:07:41.754Z[ host-package] Compiling thiserror v2.0.11
23462025-02-11T20:07:41.891Z[ host-package] Compiling typify-impl v0.3.0
23472025-02-11T20:07:41.905Z[ host-package] Compiling convert_case v0.4.0
23482025-02-11T20:07:41.908Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23492025-02-11T20:07:41.908Z[ host-package] Compiling newline-converter v0.3.0
23502025-02-11T20:07:41.908Z[ host-package] Compiling password-hash v0.5.0
23512025-02-11T20:07:41.908Z[ host-package] Compiling blake2 v0.10.6
23522025-02-11T20:07:41.921Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23532025-02-11T20:07:42.256Z[ host-package] Compiling expectorate v1.1.0
23542025-02-11T20:07:42.277Z[ host-package] Compiling atomicwrites v0.4.4
23552025-02-11T20:07:42.532Z[ host-package] Compiling owo-colors v4.1.0
23562025-02-11T20:07:42.629Z[ host-package] Compiling derive_more v0.99.18
23572025-02-11T20:07:42.731Z[ host-package] Compiling argon2 v0.5.3
23582025-02-11T20:07:42.867Z[ host-package] Compiling cancel-safe-futures v0.1.5
23592025-02-11T20:07:42.920Z[ host-package] Compiling num-rational v0.4.2
23602025-02-11T20:07:43.300Z[ host-package] Compiling progenitor-client v0.9.1
23612025-02-11T20:07:43.333Z[ host-package] Compiling num-complex v0.4.6
23622025-02-11T20:07:43.887Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23632025-02-11T20:07:44.447Z[ host-package] Compiling num v0.4.3
23642025-02-11T20:07:44.606Z[ host-package] Compiling libsw v3.3.1
23652025-02-11T20:07:44.993Z[ host-package] Compiling linear-map v1.2.0
23662025-02-11T20:07:45.044Z[ host-package] Compiling float-ord v0.3.2
23672025-02-11T20:07:45.149Z[ host-package] Compiling swrite v0.1.0
23682025-02-11T20:07:45.256Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23692025-02-11T20:07:45.337Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23702025-02-11T20:07:45.399Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23712025-02-11T20:07:45.402Z[ host-package] Compiling highway v1.2.0
23722025-02-11T20:07:47.003Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23732025-02-11T20:07:47.097Z[ host-package] Compiling semver v0.1.20
23742025-02-11T20:07:47.721Z[ host-package] Compiling rustc_version v0.1.7
23752025-02-11T20:07:48.169Z[ host-package] Compiling newtype_derive v0.1.6
23762025-02-11T20:07:48.789Z[ host-package] Compiling tungstenite v0.21.0
23772025-02-11T20:07:48.948Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23782025-02-11T20:07:49.006Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23792025-02-11T20:07:49.021Z[ helios-setup] Feb 11 20:07:47.561 INFO clone ok!, project: amd-host-image-builder
23802025-02-11T20:07:49.024Z[ helios-setup] Feb 11 20:07:47.561 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23812025-02-11T20:07:49.024Z[ helios-setup] Feb 11 20:07:47.561 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23822025-02-11T20:07:49.024Z[ helios-setup] Feb 11 20:07:47.561 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23832025-02-11T20:07:49.024Z[ helios-setup] Feb 11 20:07:47.561 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
23842025-02-11T20:07:49.024Z[ helios-setup] Feb 11 20:07:47.562 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23852025-02-11T20:07:49.027Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23862025-02-11T20:07:49.961Z[ helios-setup] Feb 11 20:07:48.501 INFO clone ok!, project: pinprick
23872025-02-11T20:07:49.964Z[ helios-setup] Feb 11 20:07:48.501 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
23882025-02-11T20:07:49.964Z[ helios-setup] Feb 11 20:07:48.501 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23892025-02-11T20:07:49.968Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23902025-02-11T20:07:50.999Z[ helios-setup] Feb 11 20:07:49.538 INFO clone ok!, project: chelsio-t6-roms
23912025-02-11T20:07:51.002Z[ helios-setup] Feb 11 20:07:49.539 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
23922025-02-11T20:07:51.002Z[ helios-setup] Feb 11 20:07:49.539 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23932025-02-11T20:07:51.006Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23942025-02-11T20:07:52.318Z[ helios-setup] Feb 11 20:07:50.857 INFO clone ok!, project: pilot
23952025-02-11T20:07:52.321Z[ helios-setup] Feb 11 20:07:50.858 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
23962025-02-11T20:07:52.321Z[ helios-setup] Feb 11 20:07:50.858 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23972025-02-11T20:07:52.323Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23982025-02-11T20:07:53.197Z[ helios-setup] Feb 11 20:07:51.736 INFO clone ok!, project: image-builder
23992025-02-11T20:07:53.200Z[ helios-setup] Feb 11 20:07:51.736 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24002025-02-11T20:07:53.306Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24012025-02-11T20:07:53.436Z[ host-package] Compiling typify-macro v0.3.0
24022025-02-11T20:07:53.867Z[ helios-setup] Feb 11 20:07:52.405 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24032025-02-11T20:07:53.965Z[ host-package] Compiling ipnetwork v0.20.0
24042025-02-11T20:07:54.386Z[ helios-setup] Feb 11 20:07:52.925 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24052025-02-11T20:07:54.386Z[ helios-setup] Feb 11 20:07:52.925 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24062025-02-11T20:07:54.912Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24072025-02-11T20:07:54.994Z[ helios-setup] Feb 11 20:07:53.533 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24082025-02-11T20:07:55.070Z[ host-package] Compiling tokio-tungstenite v0.21.0
24092025-02-11T20:07:55.656Z[ helios-setup] Feb 11 20:07:54.193 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24102025-02-11T20:07:55.656Z[ helios-setup] Feb 11 20:07:54.193 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24112025-02-11T20:07:55.678Z[ host-package] Compiling progenitor-client v0.8.0
24122025-02-11T20:07:55.723Z[ host-package] Compiling humantime v2.1.0
24132025-02-11T20:07:56.175Z[ host-package] Compiling progenitor v0.8.0
24142025-02-11T20:07:56.194Z[ helios-setup] Feb 11 20:07:54.731 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24152025-02-11T20:07:56.291Z[ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24162025-02-11T20:07:56.549Z[ host-package] Compiling dropshot v0.15.1
24172025-02-11T20:07:56.670Z[ host-package] Compiling instant v0.1.13
24182025-02-11T20:07:56.687Z[ helios-setup] Feb 11 20:07:55.225 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24192025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.225 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24202025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.225 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24212025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.225 INFO ok!
24222025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.225 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24232025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.225 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24242025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.226 INFO ok!
24252025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.226 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24262025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.226 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24272025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.226 INFO ok!
24282025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.226 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24292025-02-11T20:07:56.690Z[ helios-setup] Feb 11 20:07:55.226 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24302025-02-11T20:07:56.891Z[ host-package] Compiling backoff v0.4.0
24312025-02-11T20:07:56.952Z[ helios-setup] Feb 11 20:07:55.470 INFO E| Downloading crates ...
24322025-02-11T20:07:57.096Z[ helios-setup] Feb 11 20:07:55.635 INFO E| Downloaded unicode-width v0.1.10
24332025-02-11T20:07:57.100Z[ helios-setup] Feb 11 20:07:55.638 INFO E| Downloaded miniz_oxide v0.6.2
24342025-02-11T20:07:57.104Z[ helios-setup] Feb 11 20:07:55.641 INFO E| Downloaded block-buffer v0.10.3
24352025-02-11T20:07:57.107Z[ helios-setup] Feb 11 20:07:55.643 INFO E| Downloaded digest v0.10.3
24362025-02-11T20:07:57.110Z[ host-package] Compiling typify v0.3.0
24372025-02-11T20:07:57.110Z[ helios-setup] Feb 11 20:07:55.646 INFO E| Downloaded cpufeatures v0.2.5
24382025-02-11T20:07:57.110Z[ helios-setup] Feb 11 20:07:55.648 INFO E| Downloaded typenum v1.15.0
24392025-02-11T20:07:57.114Z[ helios-setup] Feb 11 20:07:55.652 INFO E| Downloaded generic-array v0.14.6
24402025-02-11T20:07:57.118Z[ helios-setup] Feb 11 20:07:55.654 INFO E| Downloaded flate2 v1.0.25
24412025-02-11T20:07:57.124Z[ helios-setup] Feb 11 20:07:55.662 INFO E| Downloaded bytes v1.2.1
24422025-02-11T20:07:57.130Z[ helios-setup] Feb 11 20:07:55.668 INFO E| Downloaded anyhow v1.0.62
24432025-02-11T20:07:57.135Z[ helios-setup] Feb 11 20:07:55.674 INFO E| Downloaded sha2 v0.10.5
24442025-02-11T20:07:57.201Z[ helios-setup] Feb 11 20:07:55.739 INFO E| Compiling version_check v0.9.4
24452025-02-11T20:07:57.201Z[ helios-setup] Feb 11 20:07:55.740 INFO E| Compiling typenum v1.15.0
24462025-02-11T20:07:57.201Z[ helios-setup] Feb 11 20:07:55.740 INFO E| Compiling cfg-if v1.0.0
24472025-02-11T20:07:57.204Z[ helios-setup] Feb 11 20:07:55.740 INFO E| Compiling crc32fast v1.3.2
24482025-02-11T20:07:57.204Z[ helios-setup] Feb 11 20:07:55.740 INFO E| Compiling adler v1.0.2
24492025-02-11T20:07:57.204Z[ helios-setup] Feb 11 20:07:55.740 INFO E| Compiling anyhow v1.0.62
24502025-02-11T20:07:57.204Z[ helios-setup] Feb 11 20:07:55.740 INFO E| Compiling unicode-width v0.1.10
24512025-02-11T20:07:57.204Z[ helios-setup] Feb 11 20:07:55.740 INFO E| Compiling cpufeatures v0.2.5
24522025-02-11T20:07:57.415Z[ host-package] Compiling progenitor-impl v0.9.1
24532025-02-11T20:07:57.486Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24542025-02-11T20:07:57.643Z[ helios-setup] Feb 11 20:07:56.181 INFO E| Compiling bytes v1.2.1
24552025-02-11T20:07:57.687Z[ helios-setup] Feb 11 20:07:56.225 INFO E| Compiling getopts v0.2.21
24562025-02-11T20:07:57.745Z[ helios-setup] Feb 11 20:07:56.283 INFO E| Compiling bitflags v1.3.2
24572025-02-11T20:07:57.975Z[ helios-setup] Feb 11 20:07:56.514 INFO E| Compiling miniz_oxide v0.6.2
24582025-02-11T20:07:58.634Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24592025-02-11T20:07:58.780Z[ helios-setup] Feb 11 20:07:57.318 INFO E| Compiling generic-array v0.14.6
24602025-02-11T20:07:59.598Z[ helios-setup] Feb 11 20:07:58.134 INFO E| Compiling flate2 v1.0.25
24612025-02-11T20:08:02.568Z[ helios-setup] Feb 11 20:08:01.105 INFO E| Compiling block-buffer v0.10.3
24622025-02-11T20:08:02.568Z[ helios-setup] Feb 11 20:08:01.105 INFO E| Compiling crypto-common v0.1.6
24632025-02-11T20:08:02.864Z[ helios-setup] Feb 11 20:08:01.402 INFO E| Compiling digest v0.10.3
24642025-02-11T20:08:03.242Z[ helios-setup] Feb 11 20:08:01.779 INFO E| Compiling sha2 v0.10.5
24652025-02-11T20:08:03.777Z[ helios-setup] Feb 11 20:08:02.314 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24662025-02-11T20:08:06.326Z[ host-package] Compiling progenitor-macro v0.9.1
24672025-02-11T20:08:08.106Z[ host-package] Compiling steno v0.4.1
24682025-02-11T20:08:08.558Z[ helios-setup] Feb 11 20:08:07.095 INFO E| Finished `release` profile [optimized] target(s) in 11.77s
24692025-02-11T20:08:08.573Z[ helios-setup] Feb 11 20:08:07.110 INFO building project "bootserver" ok (11 seconds)
24702025-02-11T20:08:08.573Z[ helios-setup] Feb 11 20:08:07.110 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24712025-02-11T20:08:08.573Z[ helios-setup] Feb 11 20:08:07.110 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24722025-02-11T20:08:08.583Z[ helios-setup] Feb 11 20:08:07.121 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24732025-02-11T20:08:08.796Z[ helios-setup] Feb 11 20:08:07.333 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24742025-02-11T20:08:08.796Z[ helios-setup] Feb 11 20:08:07.333 INFO E| info: downloading component 'cargo'
24752025-02-11T20:08:08.851Z[ host-package] Compiling parse-display v0.10.0
24762025-02-11T20:08:09.024Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24772025-02-11T20:08:09.230Z[ host-package] Compiling strum v0.26.3
24782025-02-11T20:08:09.393Z[ host-package] Compiling serde_with v3.11.0
24792025-02-11T20:08:09.446Z[ host-package] Compiling regress v0.9.1
24802025-02-11T20:08:10.700Z[ helios-setup] Feb 11 20:08:09.237 INFO E| info: downloading component 'clippy'
24812025-02-11T20:08:10.966Z[ helios-setup] Feb 11 20:08:09.503 INFO E| info: downloading component 'rust-docs'
24822025-02-11T20:08:12.145Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24832025-02-11T20:08:12.208Z[ helios-setup] Feb 11 20:08:10.744 INFO E| info: downloading component 'rust-src'
24842025-02-11T20:08:12.404Z[ helios-setup] Feb 11 20:08:10.941 INFO E| info: downloading component 'rust-std'
24852025-02-11T20:08:13.812Z[ host-package] Compiling macaddr v1.0.1
24862025-02-11T20:08:14.217Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872025-02-11T20:08:14.319Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24882025-02-11T20:08:14.322Z[ host-package] Compiling slog-dtrace v0.3.0
24892025-02-11T20:08:14.608Z[ helios-setup] Feb 11 20:08:13.145 INFO E| info: downloading component 'rustc'
24902025-02-11T20:08:14.752Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24912025-02-11T20:08:14.808Z[ host-package] Compiling prettyplease v0.2.25
24922025-02-11T20:08:17.123Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24932025-02-11T20:08:18.861Z[ host-package] Compiling progenitor v0.9.1
24942025-02-11T20:08:19.110Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24952025-02-11T20:08:19.825Z[ helios-setup] Feb 11 20:08:18.361 INFO E| info: downloading component 'rustfmt'
24962025-02-11T20:08:20.061Z[ helios-setup] Feb 11 20:08:18.597 INFO E| info: installing component 'cargo'
24972025-02-11T20:08:20.599Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24982025-02-11T20:08:21.334Z[ helios-setup] Feb 11 20:08:19.869 INFO E| info: installing component 'clippy'
24992025-02-11T20:08:21.745Z[ helios-setup] Feb 11 20:08:20.280 INFO E| info: installing component 'rust-docs'
25002025-02-11T20:08:28.492Z[ helios-setup] Feb 11 20:08:27.026 INFO E| info: installing component 'rust-src'
25012025-02-11T20:08:29.181Z[ helios-setup] Feb 11 20:08:27.715 INFO E| info: installing component 'rust-std'
25022025-02-11T20:08:31.569Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25032025-02-11T20:08:31.704Z[ helios-setup] Feb 11 20:08:30.238 INFO E| info: installing component 'rustc'
25042025-02-11T20:08:33.956Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25052025-02-11T20:08:34.809Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25062025-02-11T20:08:36.085Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25072025-02-11T20:08:36.244Z[ host-package] Compiling half v2.4.1
25082025-02-11T20:08:37.195Z[ host-package] Compiling ciborium-io v0.2.2
25092025-02-11T20:08:37.415Z[ host-package] Compiling ciborium-ll v0.2.2
25102025-02-11T20:08:37.948Z[ helios-setup] Feb 11 20:08:36.482 INFO E| info: installing component 'rustfmt'
25112025-02-11T20:08:38.774Z[ helios-setup] Feb 11 20:08:37.307 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25122025-02-11T20:08:39.509Z[ host-package] Compiling ciborium v0.2.2
25132025-02-11T20:08:39.650Z[ helios-setup] Feb 11 20:08:38.183 INFO E| From https://github.com/oxidecomputer/amd-apcb
25142025-02-11T20:08:39.650Z[ helios-setup] Feb 11 20:08:38.183 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
25152025-02-11T20:08:39.653Z[ helios-setup] Feb 11 20:08:38.183 INFO E| * [new tag] v0.4.5 -> v0.4.5
25162025-02-11T20:08:39.681Z[ helios-setup] Feb 11 20:08:38.214 INFO E| * [new tag] v0.1.3 -> v0.1.3
25172025-02-11T20:08:39.681Z[ helios-setup] Feb 11 20:08:38.214 INFO E| * [new tag] v0.1.4 -> v0.1.4
25182025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.214 INFO E| * [new tag] v0.1.5 -> v0.1.5
25192025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.214 INFO E| * [new tag] v0.2.0 -> v0.2.0
25202025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.214 INFO E| * [new tag] v0.3.0 -> v0.3.0
25212025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.3.1 -> v0.3.1
25222025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.3.2 -> v0.3.2
25232025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.3.3 -> v0.3.3
25242025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.4.0 -> v0.4.0
25252025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.4.1 -> v0.4.1
25262025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.4.2 -> v0.4.2
25272025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.4.3 -> v0.4.3
25282025-02-11T20:08:39.684Z[ helios-setup] Feb 11 20:08:38.215 INFO E| * [new tag] v0.4.4 -> v0.4.4
25292025-02-11T20:08:39.718Z[ helios-setup] Feb 11 20:08:38.251 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25302025-02-11T20:08:40.364Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25312025-02-11T20:08:40.662Z[ helios-setup] Feb 11 20:08:39.195 INFO E| From https://github.com/oxidecomputer/amd-efs
25322025-02-11T20:08:40.662Z[ helios-setup] Feb 11 20:08:39.195 INFO E| * [new branch] empty -> origin/empty
25332025-02-11T20:08:40.665Z[ helios-setup] Feb 11 20:08:39.196 INFO E| * [new branch] issue-99 -> origin/issue-99
25342025-02-11T20:08:40.665Z[ helios-setup] Feb 11 20:08:39.196 INFO E| * [new branch] main -> origin/main
25352025-02-11T20:08:40.665Z[ helios-setup] Feb 11 20:08:39.196 INFO E| * [new branch] review -> origin/review
25362025-02-11T20:08:40.665Z[ helios-setup] Feb 11 20:08:39.196 INFO E| * [new ref] -> origin/HEAD
25372025-02-11T20:08:40.665Z[ helios-setup] Feb 11 20:08:39.196 INFO E| * [new tag] v0.2.0 -> v0.2.0
25382025-02-11T20:08:40.665Z[ helios-setup] Feb 11 20:08:39.196 INFO E| * [new tag] v0.2.1 -> v0.2.1
25392025-02-11T20:08:40.665Z[ helios-setup] Feb 11 20:08:39.197 INFO E| * [new tag] v0.2.2 -> v0.2.2
25402025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.197 INFO E| * [new tag] v0.2.3 -> v0.2.3
25412025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.197 INFO E| * [new tag] v0.2.4 -> v0.2.4
25422025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.197 INFO E| * [new tag] v0.2.5 -> v0.2.5
25432025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.197 INFO E| * [new tag] v0.2.6 -> v0.2.6
25442025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.197 INFO E| * [new tag] v0.2.7 -> v0.2.7
25452025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.197 INFO E| * [new tag] v0.3.0 -> v0.3.0
25462025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.198 INFO E| * [new tag] v0.3.1 -> v0.3.1
25472025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.198 INFO E| * [new tag] v0.4.0 -> v0.4.0
25482025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.198 INFO E| * [new tag] v0.4.1 -> v0.4.1
25492025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.198 INFO E| * [new tag] v0.4.2 -> v0.4.2
25502025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.198 INFO E| * [new tag] v0.4.3 -> v0.4.3
25512025-02-11T20:08:40.666Z[ helios-setup] Feb 11 20:08:39.198 INFO E| * [new tag] v0.4.4 -> v0.4.4
25522025-02-11T20:08:40.689Z[ helios-setup] Feb 11 20:08:39.221 INFO E| Updating crates.io index
25532025-02-11T20:08:40.927Z[ helios-setup] Feb 11 20:08:39.460 INFO E| Downloading crates ...
25542025-02-11T20:08:41.055Z[ helios-setup] Feb 11 20:08:39.588 INFO E| Downloaded cfg-if v0.1.10
25552025-02-11T20:08:41.081Z[ helios-setup] Feb 11 20:08:39.614 INFO E| Downloaded unic-common v0.9.0
25562025-02-11T20:08:41.084Z[ helios-setup] Feb 11 20:08:39.615 INFO E| Downloaded unic-char-range v0.9.0
25572025-02-11T20:08:41.086Z[ helios-setup] Feb 11 20:08:39.617 INFO E| Downloaded unic-char-property v0.9.0
25582025-02-11T20:08:41.089Z[ helios-setup] Feb 11 20:08:39.619 INFO E| Downloaded pest_generator v2.7.15
25592025-02-11T20:08:41.089Z[ helios-setup] Feb 11 20:08:39.622 INFO E| Downloaded unic-ucd-version v0.9.0
25602025-02-11T20:08:41.092Z[ helios-setup] Feb 11 20:08:39.623 INFO E| Downloaded rustc_version v0.2.3
25612025-02-11T20:08:41.092Z[ helios-setup] Feb 11 20:08:39.624 INFO E| Downloaded structopt-derive v0.4.18
25622025-02-11T20:08:41.095Z[ helios-setup] Feb 11 20:08:39.626 INFO E| Downloaded modular-bitfield-impl v0.11.2
25632025-02-11T20:08:41.097Z[ helios-setup] Feb 11 20:08:39.629 INFO E| Downloaded vec_map v0.8.2
25642025-02-11T20:08:41.100Z[ helios-setup] Feb 11 20:08:39.631 INFO E| Downloaded strum_macros v0.23.1
25652025-02-11T20:08:41.103Z[ helios-setup] Feb 11 20:08:39.634 INFO E| Downloaded strsim v0.8.0
25662025-02-11T20:08:41.103Z[ helios-setup] Feb 11 20:08:39.636 INFO E| Downloaded unic-ucd-ident v0.9.0
25672025-02-11T20:08:41.107Z[ helios-setup] Feb 11 20:08:39.639 INFO E| Downloaded semver v0.9.0
25682025-02-11T20:08:41.109Z[ helios-setup] Feb 11 20:08:39.641 INFO E| Downloaded textwrap v0.11.0
25692025-02-11T20:08:41.113Z[ helios-setup] Feb 11 20:08:39.644 INFO E| Downloaded toml v0.5.11
25702025-02-11T20:08:41.116Z[ helios-setup] Feb 11 20:08:39.647 INFO E| Downloaded pest_derive v2.7.15
25712025-02-11T20:08:41.119Z[ helios-setup] Feb 11 20:08:39.651 INFO E| Downloaded structopt v0.3.26
25722025-02-11T20:08:41.130Z[ helios-setup] Feb 11 20:08:39.663 INFO E| Downloaded pest v2.7.15
25732025-02-11T20:08:41.138Z[ helios-setup] Feb 11 20:08:39.672 INFO E| Downloaded semver-parser v0.7.0
25742025-02-11T20:08:41.142Z[ helios-setup] Feb 11 20:08:39.673 INFO E| Downloaded clap v2.34.0
25752025-02-11T20:08:41.149Z[ helios-setup] Feb 11 20:08:39.682 INFO E| Downloaded goblin v0.4.3
25762025-02-11T20:08:41.157Z[ helios-setup] Feb 11 20:08:39.690 INFO E| Downloaded pest_meta v2.7.15
25772025-02-11T20:08:41.160Z[ helios-setup] Feb 11 20:08:39.693 INFO E| Downloaded scroll v0.10.2
25782025-02-11T20:08:41.163Z[ helios-setup] Feb 11 20:08:39.696 INFO E| Downloaded pre-proc-macro v0.2.1
25792025-02-11T20:08:41.165Z[ helios-setup] Feb 11 20:08:39.698 INFO E| Downloaded modular-bitfield v0.11.2
25802025-02-11T20:08:41.181Z[ helios-setup] Feb 11 20:08:39.714 INFO E| Downloaded rustversion v1.0.19
25812025-02-11T20:08:41.185Z[ helios-setup] Feb 11 20:08:39.718 INFO E| Downloaded pre v0.2.1
25822025-02-11T20:08:41.187Z[ helios-setup] Feb 11 20:08:39.719 INFO E| Downloaded four-cc v0.3.0
25832025-02-11T20:08:41.190Z[ helios-setup] Feb 11 20:08:39.721 INFO E| Downloaded itoa v1.0.14
25842025-02-11T20:08:41.190Z[ helios-setup] Feb 11 20:08:39.723 INFO E| Downloaded bytesize v1.3.0
25852025-02-11T20:08:41.192Z[ helios-setup] Feb 11 20:08:39.724 INFO E| Downloaded strum v0.23.0
25862025-02-11T20:08:41.192Z[ helios-setup] Feb 11 20:08:39.725 INFO E| Downloaded scroll_derive v0.10.5
25872025-02-11T20:08:41.195Z[ helios-setup] Feb 11 20:08:39.727 INFO E| Downloaded proc-macro2 v1.0.93
25882025-02-11T20:08:41.197Z[ helios-setup] Feb 11 20:08:39.731 INFO E| Downloaded proc-macro-crate v0.1.5
25892025-02-11T20:08:41.200Z[ helios-setup] Feb 11 20:08:39.732 INFO E| Downloaded parse_int v0.6.0
25902025-02-11T20:08:41.200Z[ helios-setup] Feb 11 20:08:39.733 INFO E| Downloaded memoffset v0.5.6
25912025-02-11T20:08:41.202Z[ helios-setup] Feb 11 20:08:39.734 INFO E| Downloaded fletcher v0.1.0
25922025-02-11T20:08:41.205Z[ helios-setup] Feb 11 20:08:39.736 INFO E| Downloaded cpufeatures v0.2.16
25932025-02-11T20:08:41.205Z[ helios-setup] Feb 11 20:08:39.738 INFO E| Downloaded ansi_term v0.12.1
25942025-02-11T20:08:41.299Z[ helios-setup] Feb 11 20:08:39.832 INFO E| Compiling proc-macro2 v1.0.93
25952025-02-11T20:08:41.327Z[ helios-setup] Feb 11 20:08:39.860 INFO E| Compiling unicode-ident v1.0.14
25962025-02-11T20:08:41.327Z[ helios-setup] Feb 11 20:08:39.860 INFO E| Compiling syn v1.0.109
25972025-02-11T20:08:41.327Z[ helios-setup] Feb 11 20:08:39.860 INFO E| Compiling version_check v0.9.5
25982025-02-11T20:08:41.330Z[ helios-setup] Feb 11 20:08:39.860 INFO E| Compiling memchr v2.7.4
25992025-02-11T20:08:41.330Z[ helios-setup] Feb 11 20:08:39.860 INFO E| Compiling autocfg v1.4.0
26002025-02-11T20:08:41.330Z[ helios-setup] Feb 11 20:08:39.860 INFO E| Compiling semver-parser v0.7.0
26012025-02-11T20:08:41.330Z[ helios-setup] Feb 11 20:08:39.860 INFO E| Compiling serde v1.0.217
26022025-02-11T20:08:41.495Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26032025-02-11T20:08:41.693Z[ host-package] Compiling display-error-chain v0.2.2
26042025-02-11T20:08:41.908Z[ host-package] Compiling same-file v1.0.6
26052025-02-11T20:08:42.606Z[ host-package] Compiling fastrand v2.1.1
26062025-02-11T20:08:42.741Z[ host-package] Compiling walkdir v2.5.0
26072025-02-11T20:08:42.833Z[ helios-setup] Feb 11 20:08:41.366 INFO E| Compiling semver v0.9.0
26082025-02-11T20:08:42.909Z[ helios-setup] Feb 11 20:08:41.441 INFO E| Compiling thiserror v2.0.11
26092025-02-11T20:08:42.979Z[ helios-setup] Feb 11 20:08:41.512 INFO E| Compiling proc-macro-error-attr v1.0.4
26102025-02-11T20:08:43.210Z[ helios-setup] Feb 11 20:08:41.743 INFO E| Compiling proc-macro-error v1.0.4
26112025-02-11T20:08:43.350Z[ helios-setup] Feb 11 20:08:41.883 INFO E| Compiling serde_json v1.0.135
26122025-02-11T20:08:43.452Z[ helios-setup] Feb 11 20:08:41.985 INFO E| Compiling num-traits v0.2.19
26132025-02-11T20:08:43.705Z[ helios-setup] Feb 11 20:08:42.237 INFO E| Compiling rustc_version v0.2.3
26142025-02-11T20:08:43.769Z[ host-package] Compiling tempfile v3.13.0
26152025-02-11T20:08:43.923Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26162025-02-11T20:08:44.013Z[ helios-setup] Feb 11 20:08:42.546 INFO E| Compiling itoa v1.0.14
26172025-02-11T20:08:44.061Z[ helios-setup] Feb 11 20:08:42.594 INFO E| Compiling schemars v0.8.21
26182025-02-11T20:08:44.453Z[ helios-setup] Feb 11 20:08:42.985 INFO E| Compiling ryu v1.0.18
26192025-02-11T20:08:44.539Z[ helios-setup] Feb 11 20:08:43.071 INFO E| Compiling unicode-segmentation v1.12.0
26202025-02-11T20:08:44.576Z[ helios-setup] Feb 11 20:08:43.109 INFO E| Compiling quote v1.0.38
26212025-02-11T20:08:44.595Z[ helios-setup] Feb 11 20:08:43.128 INFO E| Compiling pre-proc-macro v0.2.1
26222025-02-11T20:08:44.933Z[ host-package] Compiling blake3 v1.5.4
26232025-02-11T20:08:45.101Z[ helios-setup] Feb 11 20:08:43.633 INFO E| Compiling memoffset v0.5.6
26242025-02-11T20:08:45.193Z[ helios-setup] Feb 11 20:08:43.726 INFO E| Compiling libc v0.2.169
26252025-02-11T20:08:45.357Z[ helios-setup] Feb 11 20:08:43.889 INFO E| Compiling syn v2.0.96
26262025-02-11T20:08:45.836Z[ helios-setup] Feb 11 20:08:44.368 INFO E| Compiling ucd-trie v0.1.7
26272025-02-11T20:08:45.851Z[ helios-setup] Feb 11 20:08:44.383 INFO E| Compiling paste v1.0.15
26282025-02-11T20:08:46.210Z[ host-package] Compiling const_format_proc_macros v0.2.34
26292025-02-11T20:08:46.476Z[ helios-setup] Feb 11 20:08:45.008 INFO E| Compiling heck v0.3.3
26302025-02-11T20:08:46.533Z[ helios-setup] Feb 11 20:08:45.065 INFO E| Compiling thiserror v1.0.69
26312025-02-11T20:08:46.967Z[ helios-setup] Feb 11 20:08:45.499 INFO E| Compiling dyn-clone v1.0.17
26322025-02-11T20:08:47.417Z[ helios-setup] Feb 11 20:08:45.949 INFO E| Compiling rustversion v1.0.19
26332025-02-11T20:08:47.489Z[ helios-setup] Feb 11 20:08:46.021 INFO E| Compiling lazy_static v1.5.0
26342025-02-11T20:08:47.940Z[ helios-setup] Feb 11 20:08:46.277 INFO E| Compiling pre v0.2.1
26352025-02-11T20:08:47.949Z[ helios-setup] Feb 11 20:08:46.347 INFO E| Compiling byteorder v1.5.0
26362025-02-11T20:08:48.116Z[ helios-setup] Feb 11 20:08:46.649 INFO E| Compiling once_cell v1.20.2
26372025-02-11T20:08:48.672Z[ helios-setup] Feb 11 20:08:47.204 INFO E| Compiling static_assertions v1.1.0
26382025-02-11T20:08:48.765Z[ helios-setup] Feb 11 20:08:47.297 INFO E| Compiling cfg-if v0.1.10
26392025-02-11T20:08:48.977Z[ helios-setup] Feb 11 20:08:47.509 INFO E| Compiling unicode-width v0.1.14
26402025-02-11T20:08:49.796Z[ host-package] Compiling xattr v1.3.1
26412025-02-11T20:08:50.013Z[ helios-setup] Feb 11 20:08:48.545 INFO E| Compiling textwrap v0.11.0
26422025-02-11T20:08:50.576Z[ host-package] Compiling memmap2 v0.9.5
26432025-02-11T20:08:50.753Z[ helios-setup] Feb 11 20:08:49.283 INFO E| Compiling atty v0.2.14
26442025-02-11T20:08:50.896Z[ helios-setup] Feb 11 20:08:49.428 INFO E| Compiling strsim v0.8.0
26452025-02-11T20:08:50.925Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26462025-02-11T20:08:50.966Z[ helios-setup] Feb 11 20:08:49.497 INFO E| Compiling fletcher v0.1.0
26472025-02-11T20:08:50.984Z[ host-package] Compiling filetime v0.2.25
26482025-02-11T20:08:51.373Z[ helios-setup] Feb 11 20:08:49.904 INFO E| Compiling vec_map v0.8.2
26492025-02-11T20:08:51.405Z[ helios-setup] Feb 11 20:08:49.937 INFO E| Compiling bitflags v1.3.2
26502025-02-11T20:08:51.499Z[ helios-setup] Feb 11 20:08:50.031 INFO E| Compiling unic-common v0.9.0
26512025-02-11T20:08:51.657Z[ host-package] Compiling crunchy v0.2.2
26522025-02-11T20:08:51.713Z[ helios-setup] Feb 11 20:08:50.244 INFO E| Compiling ansi_term v0.12.1
26532025-02-11T20:08:51.811Z[ host-package] Compiling maplit v1.0.2
26542025-02-11T20:08:51.925Z[ helios-setup] Feb 11 20:08:50.456 INFO E| Compiling parse_int v0.6.0
26552025-02-11T20:08:51.964Z[ host-package] Compiling keccak v0.1.5
26562025-02-11T20:08:52.421Z[ host-package] Compiling arrayvec v0.7.6
26572025-02-11T20:08:52.433Z[ helios-setup] Feb 11 20:08:50.964 INFO E| Compiling unic-char-range v0.9.0
26582025-02-11T20:08:52.447Z[ helios-setup] Feb 11 20:08:50.978 INFO E| Compiling strum v0.23.0
26592025-02-11T20:08:52.465Z[ helios-setup] Feb 11 20:08:50.997 INFO E| Compiling clap v2.34.0
26602025-02-11T20:08:52.576Z[ helios-setup] Feb 11 20:08:51.107 INFO E| Compiling unic-char-property v0.9.0
26612025-02-11T20:08:52.583Z[ helios-setup] Feb 11 20:08:51.113 INFO E| Compiling unic-ucd-version v0.9.0
26622025-02-11T20:08:52.697Z[ helios-setup] Feb 11 20:08:51.228 INFO E| Compiling log v0.4.22
26632025-02-11T20:08:52.738Z[ helios-setup] Feb 11 20:08:51.269 INFO E| Compiling plain v0.2.3
26642025-02-11T20:08:52.776Z[ host-package] Compiling arrayref v0.3.9
26652025-02-11T20:08:52.874Z[ helios-setup] Feb 11 20:08:51.406 INFO E| Compiling unic-ucd-ident v0.9.0
26662025-02-11T20:08:52.981Z[ helios-setup] Feb 11 20:08:51.512 INFO E| Compiling bytesize v1.3.0
26672025-02-11T20:08:53.313Z[ host-package] Compiling constant_time_eq v0.3.1
26682025-02-11T20:08:53.761Z[ host-package] Compiling sha3 v0.10.8
26692025-02-11T20:08:53.990Z[ host-package] Compiling tar v0.4.42
26702025-02-11T20:08:54.389Z[ helios-setup] Feb 11 20:08:52.920 INFO E| Compiling serde_derive_internals v0.29.1
26712025-02-11T20:08:55.184Z[ host-package] Compiling const_format v0.2.34
26722025-02-11T20:08:55.260Z[ host-package] Compiling camino-tempfile v1.1.1
26732025-02-11T20:08:55.776Z[ host-package] Compiling toolchain_find v0.4.0
26742025-02-11T20:08:56.055Z[ host-package] Compiling topological-sort v0.2.2
26752025-02-11T20:08:56.212Z[ helios-setup] Feb 11 20:08:54.743 INFO E| Compiling toml v0.5.11
26762025-02-11T20:08:56.588Z[ host-package] Compiling tiny-keccak v2.0.2
26772025-02-11T20:08:56.662Z[ host-package] Compiling omicron-zone-package v0.12.0
26782025-02-11T20:08:56.978Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26792025-02-11T20:08:57.785Z[ host-package] Compiling dsl_auto_type v0.1.2
26802025-02-11T20:08:57.961Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26812025-02-11T20:08:58.124Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26822025-02-11T20:08:58.859Z[ host-package] Compiling r2d2 v0.8.10
26832025-02-11T20:08:59.656Z[ helios-setup] Feb 11 20:08:58.187 INFO E| Compiling proc-macro-crate v0.1.5
26842025-02-11T20:09:00.014Z[ host-package] Compiling diesel_derives v2.2.3
26852025-02-11T20:09:00.035Z[ helios-setup] Feb 11 20:08:58.565 INFO E| Compiling serde_derive v1.0.217
26862025-02-11T20:09:00.139Z[ host-package] Compiling phf_generator v0.11.2
26872025-02-11T20:09:00.461Z[ host-package] Compiling ascii-canvas v3.0.0
26882025-02-11T20:09:00.480Z[ helios-setup] Feb 11 20:08:59.011 INFO E| Compiling thiserror-impl v2.0.11
26892025-02-11T20:09:00.561Z[ host-package] Compiling secrecy v0.8.0
26902025-02-11T20:09:01.064Z[ helios-setup] Feb 11 20:08:59.594 INFO E| Compiling schemars_derive v0.8.21
26912025-02-11T20:09:01.351Z[ host-package] Compiling ena v0.14.3
26922025-02-11T20:09:01.583Z[ host-package] Compiling regex-syntax v0.6.29
26932025-02-11T20:09:01.746Z[ helios-setup] Feb 11 20:09:00.276 INFO E| Compiling thiserror-impl v1.0.69
26942025-02-11T20:09:02.093Z[ host-package] Compiling diff v0.1.13
26952025-02-11T20:09:02.673Z[ helios-setup] Feb 11 20:09:01.203 INFO E| Compiling zerocopy-derive v0.6.6
26962025-02-11T20:09:02.950Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26972025-02-11T20:09:03.691Z[ host-package] Compiling arc-swap v1.7.1
26982025-02-11T20:09:03.848Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26992025-02-11T20:09:04.945Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27002025-02-11T20:09:05.353Z[ host-package] Compiling slog-scope v4.4.0
27012025-02-11T20:09:05.403Z[ helios-setup] Feb 11 20:09:03.931 INFO E| Compiling num-derive v0.4.2
27022025-02-11T20:09:06.381Z[ helios-setup] Feb 11 20:09:04.911 INFO E| Compiling pest v2.7.15
27032025-02-11T20:09:06.417Z[ helios-setup] Feb 11 20:09:04.946 INFO E| Compiling modular-bitfield-impl v0.11.2
27042025-02-11T20:09:06.660Z[ helios-setup] Feb 11 20:09:05.190 INFO E| Compiling zerocopy v0.6.6
27052025-02-11T20:09:07.090Z[ host-package] Compiling phf_codegen v0.11.2
27062025-02-11T20:09:07.314Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27072025-02-11T20:09:07.683Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27082025-02-11T20:09:08.017Z[ helios-setup] Feb 11 20:09:06.547 INFO E| Compiling scroll_derive v0.10.5
27092025-02-11T20:09:08.452Z[ helios-setup] Feb 11 20:09:06.981 INFO E| Compiling strum_macros v0.23.1
27102025-02-11T20:09:08.528Z[ host-package] Compiling lalrpop v0.19.12
27112025-02-11T20:09:09.400Z[ host-package] Compiling universal-hash v0.5.1
27122025-02-11T20:09:10.081Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27132025-02-11T20:09:10.642Z[ helios-setup] Feb 11 20:09:09.171 INFO E| Compiling structopt-derive v0.4.18
27142025-02-11T20:09:11.052Z[ helios-setup] Feb 11 20:09:09.580 INFO E| Compiling scroll v0.10.2
27152025-02-11T20:09:11.078Z[ host-package] Compiling parse-zoneinfo v0.3.1
27162025-02-11T20:09:11.945Z[ helios-setup] Feb 11 20:09:10.474 INFO E| Compiling modular-bitfield v0.11.2
27172025-02-11T20:09:12.182Z[ helios-setup] Feb 11 20:09:10.711 INFO E| Compiling pest_meta v2.7.15
27182025-02-11T20:09:12.411Z[ helios-setup] Feb 11 20:09:10.939 INFO E| Compiling goblin v0.4.3
27192025-02-11T20:09:13.906Z[ host-package] Compiling unicase v2.7.0
27202025-02-11T20:09:14.765Z[ host-package] Compiling ref-cast v1.0.23
27212025-02-11T20:09:14.989Z[ helios-setup] Feb 11 20:09:13.518 INFO E| Compiling pest_generator v2.7.15
27222025-02-11T20:09:15.069Z[ host-package] Compiling opaque-debug v0.3.1
27232025-02-11T20:09:15.357Z[ host-package] Compiling poly1305 v0.8.0
27242025-02-11T20:09:15.912Z[ host-package] Compiling thiserror-no-std v2.0.2
27252025-02-11T20:09:16.170Z[ host-package] Compiling chrono-tz-build v0.4.0
27262025-02-11T20:09:16.800Z[ helios-setup] Feb 11 20:09:15.328 INFO E| Compiling structopt v0.3.26
27272025-02-11T20:09:17.962Z[ host-package] Compiling slog-stdlog v4.1.1
27282025-02-11T20:09:18.925Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27292025-02-11T20:09:19.107Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27302025-02-11T20:09:19.453Z[ helios-setup] Feb 11 20:09:17.981 INFO E| Compiling pest_derive v2.7.15
27312025-02-11T20:09:19.602Z[ host-package] Compiling derive_builder_core v0.20.2
27322025-02-11T20:09:19.624Z[ host-package] Compiling chacha20 v0.9.1
27332025-02-11T20:09:19.910Z[ host-package] Compiling diesel v2.2.6
27342025-02-11T20:09:20.697Z[ host-package] Compiling headers-core v0.3.0
27352025-02-11T20:09:21.516Z[ host-package] Compiling aead v0.5.2
27362025-02-11T20:09:21.957Z[ host-package] Compiling libxml v0.3.3
27372025-02-11T20:09:22.106Z[ host-package] Compiling ref-cast-impl v1.0.23
27382025-02-11T20:09:22.595Z[ host-package] Compiling vte_generate_state_changes v0.1.2
27392025-02-11T20:09:23.523Z[ host-package] Compiling vte v0.11.1
27402025-02-11T20:09:23.593Z[ helios-setup] Feb 11 20:09:22.120 INFO E| Compiling json5 v0.4.1
27412025-02-11T20:09:23.838Z[ host-package] Compiling derive_builder_macro v0.20.2
27422025-02-11T20:09:25.106Z[ host-package] Compiling chacha20poly1305 v0.10.1
27432025-02-11T20:09:25.404Z[ host-package] Compiling headers v0.4.0
27442025-02-11T20:09:25.865Z[ host-package] Compiling slog-envlogger v2.2.0
27452025-02-11T20:09:29.611Z[ host-package] Compiling chrono-tz v0.10.1
27462025-02-11T20:09:29.688Z[ helios-setup] Feb 11 20:09:28.215 INFO E| Compiling four-cc v0.3.0
27472025-02-11T20:09:29.688Z[ helios-setup] Feb 11 20:09:28.215 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27482025-02-11T20:09:29.973Z[ helios-setup] Feb 11 20:09:28.500 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27492025-02-11T20:09:30.355Z[ host-package] Compiling vsss-rs v3.3.4
27502025-02-11T20:09:30.594Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27512025-02-11T20:09:34.799Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27522025-02-11T20:09:35.336Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27532025-02-11T20:09:36.119Z[ host-package] Compiling strum_macros v0.24.3
27542025-02-11T20:09:39.952Z[ host-package] Compiling fxhash v0.2.1
27552025-02-11T20:09:40.351Z[ host-package] Compiling samael v0.0.17
27562025-02-11T20:09:40.513Z[ host-package] Compiling indoc v1.0.9
27572025-02-11T20:09:41.460Z[ host-package] Compiling bytecount v0.6.8
27582025-02-11T20:09:41.890Z[ host-package] Compiling polar-core v0.27.3
27592025-02-11T20:09:41.921Z[ host-package] Compiling papergrid v0.11.0
27602025-02-11T20:09:47.367Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27612025-02-11T20:09:48.167Z[ host-package] Compiling derive_builder v0.20.2
27622025-02-11T20:09:53.877Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27632025-02-11T20:09:54.332Z[ host-package] Compiling tabled_derive v0.7.0
27642025-02-11T20:09:56.423Z[ host-package] Compiling fd-lock v4.0.2
27652025-02-11T20:09:56.546Z[ host-package] Compiling peg-macros v0.8.4
27662025-02-11T20:09:56.685Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672025-02-11T20:09:57.993Z[ host-package] Compiling kstat-rs v0.2.4
27682025-02-11T20:09:59.123Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27692025-02-11T20:10:00.124Z[ host-package] Compiling oso-derive v0.27.3
27702025-02-11T20:10:01.254Z[ host-package] Compiling quick-xml v0.33.0
27712025-02-11T20:10:02.729Z[ host-package] Compiling diesel-dtrace v0.4.2
27722025-02-11T20:10:03.310Z[ host-package] Compiling nu-ansi-term v0.50.1
27732025-02-11T20:10:03.812Z[ host-package] Compiling peg v0.8.4
27742025-02-11T20:10:03.959Z[ host-package] Compiling reedline v0.35.0
27752025-02-11T20:10:04.782Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27762025-02-11T20:10:14.162Z[ helios-setup] Feb 11 20:10:12.683 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27772025-02-11T20:10:14.817Z[ host-package] Compiling oso v0.27.3
27782025-02-11T20:10:14.992Z[ host-package] Compiling tabled v0.15.0
27792025-02-11T20:10:27.536Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27802025-02-11T20:10:31.075Z[ helios-setup] Feb 11 20:10:29.594 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27812025-02-11T20:10:35.000Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27822025-02-11T20:10:37.707Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27832025-02-11T20:10:39.351Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27842025-02-11T20:10:41.458Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27852025-02-11T20:10:41.812Z[ host-package] Compiling bb8 v0.8.5
27862025-02-11T20:10:42.568Z[ host-package] Compiling bcs v0.1.6
27872025-02-11T20:10:43.560Z[ host-package] Compiling libz-sys v1.1.20
27882025-02-11T20:10:44.245Z[ host-package] Compiling nanorand v0.7.0
27892025-02-11T20:10:45.057Z[ host-package] Compiling termtree v0.5.1
27902025-02-11T20:10:45.102Z[ host-package] Compiling parking_lot_core v0.8.6
27912025-02-11T20:10:45.635Z[ host-package] Compiling flume v0.11.1
27922025-02-11T20:10:46.634Z[ host-package] Compiling async-bb8-diesel v0.2.1
27932025-02-11T20:10:47.761Z[ host-package] Compiling mime_guess v2.0.5
27942025-02-11T20:10:49.781Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27952025-02-11T20:10:50.807Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27962025-02-11T20:10:55.349Z[ host-package] Compiling nibble_vec v0.1.0
27972025-02-11T20:10:55.655Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27982025-02-11T20:10:56.430Z[ host-package] Compiling atty v0.2.14
27992025-02-11T20:10:56.661Z[ host-package] Compiling salty v0.3.0
28002025-02-11T20:10:56.875Z[ host-package] Compiling endian-type v0.1.2
28012025-02-11T20:10:57.243Z[ host-package] Compiling http-range v0.1.5
28022025-02-11T20:10:57.406Z[ host-package] Compiling radix_trie v0.2.1
28032025-02-11T20:10:58.655Z[ host-package] Compiling parking_lot v0.11.2
28042025-02-11T20:11:03.773Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28052025-02-11T20:11:03.773Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28062025-02-11T20:11:09.832Z[ host-package] Compiling hyper-staticfile v0.10.1
28072025-02-11T20:11:12.984Z[ host-package] Compiling sled v0.34.7
28082025-02-11T20:11:13.292Z[ host-package] Compiling hickory-client v0.24.2
28092025-02-11T20:11:16.934Z[ helios-setup] Feb 11 20:11:15.447 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 38s
28102025-02-11T20:11:16.970Z[ helios-setup] Feb 11 20:11:15.484 INFO building project "amd-host-image-builder" ok (188 seconds)
28112025-02-11T20:11:16.973Z[ helios-setup] Feb 11 20:11:15.484 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28122025-02-11T20:11:16.973Z[ helios-setup] Feb 11 20:11:15.484 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28132025-02-11T20:11:17.220Z[ helios-setup] Feb 11 20:11:15.733 INFO E| Downloading crates ...
28142025-02-11T20:11:17.316Z[ helios-setup] Feb 11 20:11:15.830 INFO E| Downloaded miniz_oxide v0.7.2
28152025-02-11T20:11:17.377Z[ helios-setup] Feb 11 20:11:15.890 INFO E| Compiling adler v1.0.2
28162025-02-11T20:11:17.634Z[ helios-setup] Feb 11 20:11:16.148 INFO E| Compiling miniz_oxide v0.7.2
28172025-02-11T20:11:18.843Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28182025-02-11T20:11:20.060Z[ helios-setup] Feb 11 20:11:18.573 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28192025-02-11T20:11:20.873Z[ helios-setup] Feb 11 20:11:19.386 INFO E| Finished `release` profile [optimized] target(s) in 3.79s
28202025-02-11T20:11:20.884Z[ helios-setup] Feb 11 20:11:19.397 INFO building project "pinprick" ok (3 seconds)
28212025-02-11T20:11:20.884Z[ helios-setup] Feb 11 20:11:19.397 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28222025-02-11T20:11:20.884Z[ helios-setup] Feb 11 20:11:19.397 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28232025-02-11T20:11:21.131Z[ helios-setup] Feb 11 20:11:19.644 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28242025-02-11T20:11:22.008Z[ helios-setup] Feb 11 20:11:20.521 INFO E| From https://github.com/oxidecomputer/progenitor
28252025-02-11T20:11:22.008Z[ helios-setup] Feb 11 20:11:20.521 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28262025-02-11T20:11:22.122Z[ helios-setup] Feb 11 20:11:20.635 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28272025-02-11T20:11:22.589Z[ helios-setup] Feb 11 20:11:21.102 INFO E| From https://github.com/jclulow/hiercmd
28282025-02-11T20:11:22.590Z[ helios-setup] Feb 11 20:11:21.102 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28292025-02-11T20:11:22.609Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28302025-02-11T20:11:22.609Z[ helios-setup] Feb 11 20:11:21.122 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28312025-02-11T20:11:22.997Z[ helios-setup] Feb 11 20:11:21.509 INFO E| From https://github.com/jclulow/network-interface
28322025-02-11T20:11:22.997Z[ helios-setup] Feb 11 20:11:21.510 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28332025-02-11T20:11:23.014Z[ helios-setup] Feb 11 20:11:21.527 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28342025-02-11T20:11:23.485Z[ helios-setup] Feb 11 20:11:21.997 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28352025-02-11T20:11:23.485Z[ helios-setup] Feb 11 20:11:21.997 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28362025-02-11T20:11:23.513Z[ helios-setup] Feb 11 20:11:22.026 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28372025-02-11T20:11:23.576Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28382025-02-11T20:11:24.131Z[ helios-setup] Feb 11 20:11:22.644 INFO E| From https://github.com/oxidecomputer/facade
28392025-02-11T20:11:24.131Z[ helios-setup] Feb 11 20:11:22.644 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28402025-02-11T20:11:24.175Z[ helios-setup] Feb 11 20:11:22.688 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28412025-02-11T20:11:24.592Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28422025-02-11T20:11:24.773Z[ helios-setup] Feb 11 20:11:23.286 INFO E| From https://github.com/oxidecomputer/dropshot
28432025-02-11T20:11:24.773Z[ helios-setup] Feb 11 20:11:23.286 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28442025-02-11T20:11:24.812Z[ helios-setup] Feb 11 20:11:23.324 INFO E| Updating crates.io index
28452025-02-11T20:11:24.983Z[ helios-setup] Feb 11 20:11:23.496 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28462025-02-11T20:11:25.786Z[ helios-setup] Feb 11 20:11:24.299 INFO E| From https://github.com/oxidecomputer/typify
28472025-02-11T20:11:25.786Z[ helios-setup] Feb 11 20:11:24.299 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28482025-02-11T20:11:26.027Z[ helios-setup] Feb 11 20:11:24.539 INFO E| Downloading crates ...
28492025-02-11T20:11:26.171Z[ helios-setup] Feb 11 20:11:24.684 INFO E| Downloaded const-random-macro v0.1.15
28502025-02-11T20:11:26.174Z[ helios-setup] Feb 11 20:11:24.686 INFO E| Downloaded const-random v0.1.15
28512025-02-11T20:11:26.176Z[ helios-setup] Feb 11 20:11:24.688 INFO E| Downloaded async-stream-impl v0.3.5
28522025-02-11T20:11:26.211Z[ helios-setup] Feb 11 20:11:24.723 INFO E| Downloaded rustls-pemfile v1.0.2
28532025-02-11T20:11:26.213Z[ helios-setup] Feb 11 20:11:24.726 INFO E| Downloaded toolchain_find v0.2.0
28542025-02-11T20:11:26.246Z[ helios-setup] Feb 11 20:11:24.759 INFO E| Downloaded try-lock v0.2.4
28552025-02-11T20:11:26.249Z[ helios-setup] Feb 11 20:11:24.760 INFO E| Downloaded anstyle-parse v0.1.1
28562025-02-11T20:11:26.251Z[ helios-setup] Feb 11 20:11:24.764 INFO E| Downloaded project-root v0.2.2
28572025-02-11T20:11:26.254Z[ helios-setup] Feb 11 20:11:24.765 INFO E| Downloaded concolor-override v1.0.0
28582025-02-11T20:11:26.254Z[ helios-setup] Feb 11 20:11:24.766 INFO E| Downloaded either v1.8.0
28592025-02-11T20:11:26.256Z[ helios-setup] Feb 11 20:11:24.768 INFO E| Downloaded want v0.3.0
28602025-02-11T20:11:26.259Z[ helios-setup] Feb 11 20:11:24.770 INFO E| Downloaded fastrand v1.9.0
28612025-02-11T20:11:26.261Z[ helios-setup] Feb 11 20:11:24.772 INFO E| Downloaded clap_lex v0.4.1
28622025-02-11T20:11:26.261Z[ helios-setup] Feb 11 20:11:24.774 INFO E| Downloaded tower-service v0.3.2
28632025-02-11T20:11:26.264Z[ helios-setup] Feb 11 20:11:24.776 INFO E| Downloaded percent-encoding v2.2.0
28642025-02-11T20:11:26.267Z[ helios-setup] Feb 11 20:11:24.777 INFO E| Downloaded scopeguard v1.1.0
28652025-02-11T20:11:26.267Z[ helios-setup] Feb 11 20:11:24.779 INFO E| Downloaded lazy_static v1.4.0
28662025-02-11T20:11:26.269Z[ helios-setup] Feb 11 20:11:24.781 INFO E| Downloaded semver v0.11.0
28672025-02-11T20:11:26.272Z[ helios-setup] Feb 11 20:11:24.784 INFO E| Downloaded iana-time-zone v0.1.56
28682025-02-11T20:11:26.275Z[ helios-setup] Feb 11 20:11:24.788 INFO E| Downloaded toml_datetime v0.6.1
28692025-02-11T20:11:26.277Z[ helios-setup] Feb 11 20:11:24.789 INFO E| Downloaded thiserror v1.0.38
28702025-02-11T20:11:26.284Z[ helios-setup] Feb 11 20:11:24.796 INFO E| Downloaded signal-hook-registry v1.4.0
28712025-02-11T20:11:26.286Z[ helios-setup] Feb 11 20:11:24.798 INFO E| Downloaded serde_tokenstream v0.2.0
28722025-02-11T20:11:26.290Z[ helios-setup] Feb 11 20:11:24.803 INFO E| Downloaded tokio-macros v2.0.0
28732025-02-11T20:11:26.293Z[ helios-setup] Feb 11 20:11:24.804 INFO E| Downloaded ahash v0.7.6
28742025-02-11T20:11:26.296Z[ helios-setup] Feb 11 20:11:24.808 INFO E| Downloaded spin v0.5.2
28752025-02-11T20:11:26.298Z[ helios-setup] Feb 11 20:11:24.810 INFO E| Downloaded walkdir v2.3.3
28762025-02-11T20:11:26.301Z[ helios-setup] Feb 11 20:11:24.813 INFO E| Downloaded memoffset v0.7.1
28772025-02-11T20:11:26.304Z[ helios-setup] Feb 11 20:11:24.815 INFO E| Downloaded proc-macro-crate v1.2.1
28782025-02-11T20:11:26.307Z[ helios-setup] Feb 11 20:11:24.817 INFO E| Downloaded futures-channel v0.3.28
28792025-02-11T20:11:26.309Z[ helios-setup] Feb 11 20:11:24.821 INFO E| Downloaded num_enum v0.5.7
28802025-02-11T20:11:26.314Z[ helios-setup] Feb 11 20:11:24.827 INFO E| Downloaded utf8parse v0.2.1
28812025-02-11T20:11:26.316Z[ helios-setup] Feb 11 20:11:24.828 INFO E| Downloaded thiserror-impl v1.0.38
28822025-02-11T20:11:26.319Z[ helios-setup] Feb 11 20:11:24.830 INFO E| Downloaded bincode v1.3.3
28832025-02-11T20:11:26.322Z[ helios-setup] Feb 11 20:11:24.834 INFO E| Downloaded sct v0.7.0
28842025-02-11T20:11:26.327Z[ helios-setup] Feb 11 20:11:24.839 INFO E| Downloaded smallvec v1.10.0
28852025-02-11T20:11:26.330Z[ helios-setup] Feb 11 20:11:24.842 INFO E| Downloaded smartstring v1.0.1
28862025-02-11T20:11:26.333Z[ helios-setup] Feb 11 20:11:24.846 INFO E| Downloaded tokio-tungstenite v0.18.0
28872025-02-11T20:11:26.336Z[ helios-setup] Feb 11 20:11:24.849 INFO E| Downloaded semver v1.0.17
28882025-02-11T20:11:26.340Z[ helios-setup] Feb 11 20:11:24.853 INFO E| Downloaded io-lifetimes v1.0.10
28892025-02-11T20:11:26.344Z[ helios-setup] Feb 11 20:11:24.856 INFO E| Downloaded time v0.1.45
28902025-02-11T20:11:26.346Z[ helios-setup] Feb 11 20:11:24.859 INFO E| Downloaded rhai_codegen v1.5.0
28912025-02-11T20:11:26.359Z[ helios-setup] Feb 11 20:11:24.871 INFO E| Downloaded toml v0.7.3
28922025-02-11T20:11:26.364Z[ helios-setup] Feb 11 20:11:24.876 INFO E| Downloaded uuid v1.3.0
28932025-02-11T20:11:26.370Z[ helios-setup] Feb 11 20:11:24.882 INFO E| Downloaded tungstenite v0.18.0
28942025-02-11T20:11:26.374Z[ helios-setup] Feb 11 20:11:24.887 INFO E| Downloaded anyhow v1.0.68
28952025-02-11T20:11:26.381Z[ helios-setup] Feb 11 20:11:24.893 INFO E| Downloaded tinyvec v1.6.0
28962025-02-11T20:11:26.386Z[ helios-setup] Feb 11 20:11:24.899 INFO E| Downloaded unicode-bidi v0.3.13
28972025-02-11T20:11:26.390Z[ helios-setup] Feb 11 20:11:24.902 INFO E| Downloaded parking_lot v0.12.1
28982025-02-11T20:11:26.394Z[ helios-setup] Feb 11 20:11:24.906 INFO E| Downloaded rustls-webpki v0.100.1
28992025-02-11T20:11:26.426Z[ helios-setup] Feb 11 20:11:24.939 INFO E| Downloaded url v2.3.1
29002025-02-11T20:11:26.432Z[ helios-setup] Feb 11 20:11:24.943 INFO E| Downloaded unicode-linebreak v0.1.4
29012025-02-11T20:11:26.435Z[ helios-setup] Feb 11 20:11:24.945 INFO E| Downloaded tracing v0.1.37
29022025-02-11T20:11:26.439Z[ helios-setup] Feb 11 20:11:24.952 INFO E| Downloaded proc-macro2 v1.0.86
29032025-02-11T20:11:26.444Z[ helios-setup] Feb 11 20:11:24.957 INFO E| Downloaded unsafe-libyaml v0.2.8
29042025-02-11T20:11:26.450Z[ helios-setup] Feb 11 20:11:24.963 INFO E| Downloaded tokio-util v0.7.7
29052025-02-11T20:11:26.460Z[ helios-setup] Feb 11 20:11:24.972 INFO E| Downloaded toml_edit v0.19.8
29062025-02-11T20:11:26.487Z[ helios-setup] Feb 11 20:11:25.000 INFO E| Downloaded unicode-normalization v0.1.22
29072025-02-11T20:11:26.494Z[ helios-setup] Feb 11 20:11:25.006 INFO E| Downloaded serde_json v1.0.95
29082025-02-11T20:11:26.507Z[ helios-setup] Feb 11 20:11:25.019 INFO E| Downloaded rayon-core v1.10.2
29092025-02-11T20:11:26.513Z[ helios-setup] Feb 11 20:11:25.025 INFO E| Downloaded pest v2.5.7
29102025-02-11T20:11:26.522Z[ helios-setup] Feb 11 20:11:25.034 INFO E| Downloaded winnow v0.4.1
29112025-02-11T20:11:26.535Z[ helios-setup] Feb 11 20:11:25.047 INFO E| Downloaded http v0.2.9
29122025-02-11T20:11:26.575Z[ helios-setup] Feb 11 20:11:25.053 INFO E| Downloaded mio v0.8.5
29132025-02-11T20:11:26.575Z[ helios-setup] Feb 11 20:11:25.061 INFO E| Downloaded crossbeam-channel v0.5.6
29142025-02-11T20:11:26.575Z[ helios-setup] Feb 11 20:11:25.068 INFO E| Downloaded syn v2.0.72
29152025-02-11T20:11:26.577Z[ helios-setup] Feb 11 20:11:25.087 INFO E| Downloaded syn v1.0.107
29162025-02-11T20:11:26.593Z[ helios-setup] Feb 11 20:11:25.105 INFO E| Downloaded reqwest v0.11.16
29172025-02-11T20:11:26.605Z[ helios-setup] Feb 11 20:11:25.117 INFO E| Downloaded futures-util v0.3.28
29182025-02-11T20:11:26.623Z[ helios-setup] Feb 11 20:11:25.135 INFO E| Downloaded clap_builder v4.2.1
29192025-02-11T20:11:26.633Z[ helios-setup] Feb 11 20:11:25.146 INFO E| Downloaded h2 v0.3.16
29202025-02-11T20:11:26.644Z[ helios-setup] Feb 11 20:11:25.157 INFO E| Downloaded rayon v1.6.1
29212025-02-11T20:11:26.659Z[ helios-setup] Feb 11 20:11:25.172 INFO E| Downloaded hyper v0.14.25
29222025-02-11T20:11:26.673Z[ helios-setup] Feb 11 20:11:25.185 INFO E| Downloaded chrono v0.4.24
29232025-02-11T20:11:26.685Z[ helios-setup] Feb 11 20:11:25.197 INFO E| Downloaded git2 v0.16.1
29242025-02-11T20:11:26.698Z[ helios-setup] Feb 11 20:11:25.211 INFO E| Downloaded regress v0.5.0
29252025-02-11T20:11:26.713Z[ helios-setup] Feb 11 20:11:25.225 INFO E| Downloaded clap v4.2.1
29262025-02-11T20:11:26.727Z[ helios-setup] Feb 11 20:11:25.239 INFO E| Downloaded regex v1.7.3
29272025-02-11T20:11:26.740Z[ helios-setup] Feb 11 20:11:25.253 INFO E| Downloaded idna v0.3.0
29282025-02-11T20:11:26.753Z[ helios-setup] Feb 11 20:11:25.264 INFO E| Downloaded memchr v2.5.0
29292025-02-11T20:11:26.758Z[ helios-setup] Feb 11 20:11:25.271 INFO E| Downloaded rustls v0.21.0
29302025-02-11T20:11:26.776Z[ helios-setup] Feb 11 20:11:25.288 INFO E| Downloaded rhai v1.14.0
29312025-02-11T20:11:26.793Z[ helios-setup] Feb 11 20:11:25.305 INFO E| Downloaded rustix v0.37.3
29322025-02-11T20:11:26.823Z[ helios-setup] Feb 11 20:11:25.335 INFO E| Downloaded textwrap v0.16.0
29332025-02-11T20:11:26.827Z[ helios-setup] Feb 11 20:11:25.339 INFO E| Downloaded serde v1.0.204
29342025-02-11T20:11:26.832Z[ helios-setup] Feb 11 20:11:25.345 INFO E| Downloaded futures v0.3.28
29352025-02-11T20:11:26.840Z[ helios-setup] Feb 11 20:11:25.353 INFO E| Downloaded cc v1.0.78
29362025-02-11T20:11:26.845Z[ helios-setup] Feb 11 20:11:25.358 INFO E| Downloaded openapiv3 v1.0.2
29372025-02-11T20:11:26.865Z[ helios-setup] Feb 11 20:11:25.378 INFO E| Downloaded bytes v1.4.0
29382025-02-11T20:11:26.871Z[ helios-setup] Feb 11 20:11:25.384 INFO E| Downloaded tokio v1.27.0
29392025-02-11T20:11:26.922Z[ helios-setup] Feb 11 20:11:25.435 INFO E| Downloaded base64 v0.21.0
29402025-02-11T20:11:26.928Z[ helios-setup] Feb 11 20:11:25.440 INFO E| Downloaded tracing-core v0.1.30
29412025-02-11T20:11:26.932Z[ helios-setup] Feb 11 20:11:25.444 INFO E| Downloaded num-traits v0.2.15
29422025-02-11T20:11:26.936Z[ helios-setup] Feb 11 20:11:25.448 INFO E| Downloaded once_cell v1.17.0
29432025-02-11T20:11:26.940Z[ helios-setup] Feb 11 20:11:25.452 INFO E| Downloaded serde_yaml v0.9.21
29442025-02-11T20:11:26.946Z[ helios-setup] Feb 11 20:11:25.458 INFO E| Downloaded ahash v0.8.3
29452025-02-11T20:11:26.949Z[ helios-setup] Feb 11 20:11:25.462 INFO E| Downloaded socket2 v0.4.9
29462025-02-11T20:11:26.952Z[ helios-setup] Feb 11 20:11:25.465 INFO E| Downloaded crossbeam-utils v0.8.14
29472025-02-11T20:11:26.957Z[ helios-setup] Feb 11 20:11:25.470 INFO E| Downloaded rustfmt-wrapper v0.2.0
29482025-02-11T20:11:26.959Z[ helios-setup] Feb 11 20:11:25.472 INFO E| Downloaded ppv-lite86 v0.2.17
29492025-02-11T20:11:26.962Z[ helios-setup] Feb 11 20:11:25.474 INFO E| Downloaded unicode-ident v1.0.8
29502025-02-11T20:11:26.966Z[ helios-setup] Feb 11 20:11:25.478 INFO E| Downloaded ucd-trie v0.1.5
29512025-02-11T20:11:26.968Z[ helios-setup] Feb 11 20:11:25.481 INFO E| Downloaded typenum v1.16.0
29522025-02-11T20:11:26.972Z[ helios-setup] Feb 11 20:11:25.485 INFO E| Downloaded schemars v0.8.12
29532025-02-11T20:11:26.989Z[ helios-setup] Feb 11 20:11:25.502 INFO E| Downloaded ryu v1.0.13
29542025-02-11T20:11:27.036Z[ helios-setup] Feb 11 20:11:25.548 INFO E| Downloaded quote v1.0.36
29552025-02-11T20:11:27.039Z[ helios-setup] Feb 11 20:11:25.552 INFO E| Downloaded libc v0.2.139
29562025-02-11T20:11:27.073Z[ helios-setup] Feb 11 20:11:25.586 INFO E| Downloaded parking_lot_core v0.9.6
29572025-02-11T20:11:27.076Z[ helios-setup] Feb 11 20:11:25.589 INFO E| Downloaded lock_api v0.4.9
29582025-02-11T20:11:27.079Z[ helios-setup] Feb 11 20:11:25.591 INFO E| Downloaded getrandom v0.2.8
29592025-02-11T20:11:27.083Z[ helios-setup] Feb 11 20:11:25.595 INFO E| Downloaded tokio-rustls v0.24.0
29602025-02-11T20:11:27.085Z[ helios-setup] Feb 11 20:11:25.598 INFO E| Downloaded tempfile v3.5.0
29612025-02-11T20:11:27.089Z[ helios-setup] Feb 11 20:11:25.601 INFO E| Downloaded serde_derive v1.0.204
29622025-02-11T20:11:27.093Z[ helios-setup] Feb 11 20:11:25.605 INFO E| Downloaded paste v1.0.12
29632025-02-11T20:11:27.098Z[ helios-setup] Feb 11 20:11:25.610 INFO E| Downloaded crossbeam-epoch v0.9.13
29642025-02-11T20:11:27.102Z[ helios-setup] Feb 11 20:11:25.614 INFO E| Downloaded log v0.4.17
29652025-02-11T20:11:27.107Z[ helios-setup] Feb 11 20:11:25.618 INFO E| Downloaded ipnet v2.7.2
29662025-02-11T20:11:27.109Z[ helios-setup] Feb 11 20:11:25.621 INFO E| Downloaded httparse v1.8.0
29672025-02-11T20:11:27.111Z[ helios-setup] Feb 11 20:11:25.624 INFO E| Downloaded pin-project-lite v0.2.9
29682025-02-11T20:11:27.118Z[ helios-setup] Feb 11 20:11:25.631 INFO E| Downloaded serde_derive_internals v0.26.0
29692025-02-11T20:11:27.121Z[ helios-setup] Feb 11 20:11:25.633 INFO E| Downloaded semver-parser v0.10.2
29702025-02-11T20:11:27.123Z[ helios-setup] Feb 11 20:11:25.636 INFO E| Downloaded async-trait v0.1.68
29712025-02-11T20:11:27.128Z[ helios-setup] Feb 11 20:11:25.641 INFO E| Downloaded http-body v0.4.5
29722025-02-11T20:11:27.131Z[ helios-setup] Feb 11 20:11:25.643 INFO E| Downloaded futures-task v0.3.28
29732025-02-11T20:11:27.133Z[ helios-setup] Feb 11 20:11:25.646 INFO E| Downloaded futures-sink v0.3.28
29742025-02-11T20:11:27.136Z[ helios-setup] Feb 11 20:11:25.647 INFO E| Downloaded clap_derive v4.2.0
29752025-02-11T20:11:27.138Z[ helios-setup] Feb 11 20:11:25.650 INFO E| Downloaded cargo-lock v8.0.3
29762025-02-11T20:11:27.141Z[ helios-setup] Feb 11 20:11:25.654 INFO E| Downloaded camino v1.1.4
29772025-02-11T20:11:27.145Z[ helios-setup] Feb 11 20:11:25.658 INFO E| Downloaded built v0.6.0
29782025-02-11T20:11:27.148Z[ helios-setup] Feb 11 20:11:25.660 INFO E| Downloaded async-stream v0.3.5
29792025-02-11T20:11:27.150Z[ helios-setup] Feb 11 20:11:25.663 INFO E| Downloaded terminal_size v0.2.6
29802025-02-11T20:11:27.153Z[ helios-setup] Feb 11 20:11:25.665 INFO E| Downloaded slab v0.4.7
29812025-02-11T20:11:27.155Z[ helios-setup] Feb 11 20:11:25.667 INFO E| Downloaded sha2 v0.10.6
29822025-02-11T20:11:27.158Z[ helios-setup] Feb 11 20:11:25.670 INFO E| Downloaded serde_spanned v0.6.1
29832025-02-11T20:11:27.164Z[ helios-setup] Feb 11 20:11:25.673 INFO E| Downloaded pkg-config v0.3.26
29842025-02-11T20:11:27.164Z[ helios-setup] Feb 11 20:11:25.675 INFO E| Downloaded httpdate v1.0.2
29852025-02-11T20:11:27.167Z[ helios-setup] Feb 11 20:11:25.677 INFO E| Downloaded smawk v0.3.1
29862025-02-11T20:11:27.167Z[ helios-setup] Feb 11 20:11:25.679 INFO E| Downloaded slog-bunyan v2.4.0
29872025-02-11T20:11:27.171Z[ helios-setup] Feb 11 20:11:25.681 INFO E| Downloaded sha1 v0.10.5
29882025-02-11T20:11:27.174Z[ helios-setup] Feb 11 20:11:25.683 INFO E| Downloaded num_enum_derive v0.5.7
29892025-02-11T20:11:27.174Z[ helios-setup] Feb 11 20:11:25.686 INFO E| Downloaded num_cpus v1.15.0
29902025-02-11T20:11:27.185Z[ helios-setup] Feb 11 20:11:25.690 INFO E| Downloaded serde_path_to_error v0.1.11
29912025-02-11T20:11:27.185Z[ helios-setup] Feb 11 20:11:25.692 INFO E| Downloaded schemars_derive v0.8.12
29922025-02-11T20:11:27.185Z[ helios-setup] Feb 11 20:11:25.694 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29932025-02-11T20:11:27.185Z[ helios-setup] Feb 11 20:11:25.697 INFO E| Downloaded jobserver v0.1.26
29942025-02-11T20:11:27.188Z[ helios-setup] Feb 11 20:11:25.699 INFO E| Downloaded dyn-clone v1.0.11
29952025-02-11T20:11:27.190Z[ helios-setup] Feb 11 20:11:25.701 INFO E| Downloaded crossbeam-deque v0.8.2
29962025-02-11T20:11:27.193Z[ helios-setup] Feb 11 20:11:25.704 INFO E| Downloaded strsim v0.10.0
29972025-02-11T20:11:27.196Z[ helios-setup] Feb 11 20:11:25.706 INFO E| Downloaded aho-corasick v0.7.20
29982025-02-11T20:11:27.199Z[ helios-setup] Feb 11 20:11:25.711 INFO E| Downloaded slog-async v2.7.0
29992025-02-11T20:11:27.201Z[ helios-setup] Feb 11 20:11:25.713 INFO E| Downloaded futures-executor v0.3.28
30002025-02-11T20:11:27.204Z[ helios-setup] Feb 11 20:11:25.715 INFO E| Downloaded futures-core v0.3.28
30012025-02-11T20:11:27.206Z[ helios-setup] Feb 11 20:11:25.717 INFO E| Downloaded home v0.5.4
30022025-02-11T20:11:27.206Z[ helios-setup] Feb 11 20:11:25.719 INFO E| Downloaded form_urlencoded v1.1.0
30032025-02-11T20:11:27.209Z[ helios-setup] Feb 11 20:11:25.720 INFO E| Downloaded concolor-query v0.3.3
30042025-02-11T20:11:27.209Z[ helios-setup] Feb 11 20:11:25.721 INFO E| Downloaded itoa v1.0.6
30052025-02-11T20:11:27.212Z[ helios-setup] Feb 11 20:11:25.723 INFO E| Downloaded errno v0.3.1
30062025-02-11T20:11:27.212Z[ helios-setup] Feb 11 20:11:25.724 INFO E| Downloaded num-integer v0.1.45
30072025-02-11T20:11:27.214Z[ helios-setup] Feb 11 20:11:25.726 INFO E| Downloaded is-terminal v0.4.7
30082025-02-11T20:11:27.217Z[ helios-setup] Feb 11 20:11:25.728 INFO E| Downloaded futures-macro v0.3.28
30092025-02-11T20:11:27.217Z[ helios-setup] Feb 11 20:11:25.729 INFO E| Downloaded futures-io v0.3.28
30102025-02-11T20:11:27.220Z[ helios-setup] Feb 11 20:11:25.730 INFO E| Downloaded digest v0.10.6
30112025-02-11T20:11:27.220Z[ helios-setup] Feb 11 20:11:25.732 INFO E| Downloaded anstream v0.2.6
30122025-02-11T20:11:27.223Z[ helios-setup] Feb 11 20:11:25.735 INFO E| Downloaded anstyle v0.3.5
30132025-02-11T20:11:27.225Z[ helios-setup] Feb 11 20:11:25.737 INFO E| Downloaded encoding_rs v0.8.32
30142025-02-11T20:11:27.254Z[ helios-setup] Feb 11 20:11:25.766 INFO E| Downloaded byteorder v1.4.3
30152025-02-11T20:11:27.256Z[ helios-setup] Feb 11 20:11:25.769 INFO E| Downloaded autocfg v1.1.0
30162025-02-11T20:11:27.295Z[ helios-setup] Feb 11 20:11:25.808 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30172025-02-11T20:11:27.450Z[ helios-setup] Feb 11 20:11:25.962 INFO E| Downloaded libz-sys v1.1.8
30182025-02-11T20:11:27.657Z[ helios-setup] Feb 11 20:11:26.169 INFO E| Downloaded ring v0.16.20
30192025-02-11T20:11:28.067Z[ helios-setup] Feb 11 20:11:26.578 INFO E| Compiling proc-macro2 v1.0.86
30202025-02-11T20:11:28.068Z[ helios-setup] Feb 11 20:11:26.578 INFO E| Compiling libc v0.2.139
30212025-02-11T20:11:28.068Z[ helios-setup] Feb 11 20:11:26.579 INFO E| Compiling unicode-ident v1.0.8
30222025-02-11T20:11:28.071Z[ helios-setup] Feb 11 20:11:26.579 INFO E| Compiling autocfg v1.1.0
30232025-02-11T20:11:28.071Z[ helios-setup] Feb 11 20:11:26.579 INFO E| Compiling cfg-if v1.0.0
30242025-02-11T20:11:28.071Z[ helios-setup] Feb 11 20:11:26.579 INFO E| Compiling version_check v0.9.4
30252025-02-11T20:11:28.071Z[ helios-setup] Feb 11 20:11:26.579 INFO E| Compiling serde v1.0.204
30262025-02-11T20:11:28.071Z[ helios-setup] Feb 11 20:11:26.579 INFO E| Compiling syn v1.0.107
30272025-02-11T20:11:28.759Z[ helios-setup] Feb 11 20:11:27.266 INFO E| Compiling memchr v2.5.0
30282025-02-11T20:11:29.302Z[ helios-setup] Feb 11 20:11:27.812 INFO E| Compiling once_cell v1.17.0
30292025-02-11T20:11:29.514Z[ helios-setup] Feb 11 20:11:28.026 INFO E| Compiling log v0.4.17
30302025-02-11T20:11:29.629Z[ helios-setup] Feb 11 20:11:28.141 INFO E| Compiling thiserror v1.0.38
30312025-02-11T20:11:29.826Z[ helios-setup] Feb 11 20:11:28.338 INFO E| Compiling serde_json v1.0.95
30322025-02-11T20:11:30.505Z[ helios-setup] Feb 11 20:11:29.016 INFO E| Compiling itoa v1.0.6
30332025-02-11T20:11:31.064Z[ helios-setup] Feb 11 20:11:29.576 INFO E| Compiling scopeguard v1.1.0
30342025-02-11T20:11:31.098Z[ helios-setup] Feb 11 20:11:29.610 INFO E| Compiling pin-project-lite v0.2.9
30352025-02-11T20:11:31.359Z[ helios-setup] Feb 11 20:11:29.870 INFO E| Compiling indexmap v1.9.3
30362025-02-11T20:11:31.497Z[ helios-setup] Feb 11 20:11:30.008 INFO E| Compiling futures-core v0.3.28
30372025-02-11T20:11:31.630Z[ helios-setup] Feb 11 20:11:30.142 INFO E| Compiling bytes v1.4.0
30382025-02-11T20:11:32.328Z[ helios-setup] Feb 11 20:11:30.839 INFO E| Compiling quote v1.0.36
30392025-02-11T20:11:32.400Z[ helios-setup] Feb 11 20:11:30.908 INFO E| Compiling num-integer v0.1.45
30402025-02-11T20:11:32.723Z[ helios-setup] Feb 11 20:11:31.234 INFO E| Compiling jobserver v0.1.26
30412025-02-11T20:11:32.971Z[ helios-setup] Feb 11 20:11:31.482 INFO E| Compiling getrandom v0.2.8
30422025-02-11T20:11:33.358Z[ helios-setup] Feb 11 20:11:31.870 INFO E| Compiling syn v2.0.72
30432025-02-11T20:11:33.717Z[ helios-setup] Feb 11 20:11:32.228 INFO E| Compiling cc v1.0.78
30442025-02-11T20:11:33.992Z[ helios-setup] Feb 11 20:11:32.503 INFO E| Compiling ryu v1.0.13
30452025-02-11T20:11:34.930Z[ helios-setup] Feb 11 20:11:33.442 INFO E| Compiling lock_api v0.4.9
30462025-02-11T20:11:35.174Z[ helios-setup] Feb 11 20:11:33.685 INFO E| Compiling parking_lot_core v0.9.6
30472025-02-11T20:11:35.298Z[ helios-setup] Feb 11 20:11:33.809 INFO E| Compiling bitflags v1.3.2
30482025-02-11T20:11:35.644Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30492025-02-11T20:11:35.654Z[ helios-setup] Feb 11 20:11:34.165 INFO E| Compiling typenum v1.16.0
30502025-02-11T20:11:36.045Z[ helios-setup] Feb 11 20:11:34.556 INFO E| Compiling num_cpus v1.15.0
30512025-02-11T20:11:36.329Z[ helios-setup] Feb 11 20:11:34.840 INFO E| Compiling slab v0.4.7
30522025-02-11T20:11:36.507Z[ helios-setup] Feb 11 20:11:35.018 INFO E| Compiling generic-array v0.14.6
30532025-02-11T20:11:36.613Z[ helios-setup] Feb 11 20:11:35.124 INFO E| Compiling futures-sink v0.3.28
30542025-02-11T20:11:36.615Z[ helios-setup] Feb 11 20:11:35.125 INFO E| Compiling futures-task v0.3.28
30552025-02-11T20:11:36.714Z[ helios-setup] Feb 11 20:11:35.225 INFO E| Compiling futures-channel v0.3.28
30562025-02-11T20:11:37.565Z[ helios-setup] Feb 11 20:11:36.076 INFO E| Compiling tokio v1.27.0
30572025-02-11T20:11:37.774Z[ helios-setup] Feb 11 20:11:36.285 INFO E| Compiling futures-util v0.3.28
30582025-02-11T20:11:38.651Z[ helios-setup] Feb 11 20:11:37.161 INFO E| Compiling mio v0.8.5
30592025-02-11T20:11:38.756Z[ helios-setup] Feb 11 20:11:37.267 INFO E| Compiling signal-hook-registry v1.4.0
30602025-02-11T20:11:39.383Z[ helios-setup] Feb 11 20:11:37.894 INFO E| Compiling socket2 v0.4.9
30612025-02-11T20:11:39.440Z[ helios-setup] Feb 11 20:11:37.951 INFO E| Compiling pin-utils v0.1.0
30622025-02-11T20:11:39.618Z[ helios-setup] Feb 11 20:11:38.129 INFO E| Compiling futures-io v0.3.28
30632025-02-11T20:11:39.697Z[ helios-setup] Feb 11 20:11:38.207 INFO E| Compiling schemars v0.8.12
30642025-02-11T20:11:40.776Z[ helios-setup] Feb 11 20:11:39.287 INFO E| Compiling num-traits v0.2.15
30652025-02-11T20:11:40.895Z[ helios-setup] Feb 11 20:11:39.405 INFO E| Compiling ahash v0.7.6
30662025-02-11T20:11:41.565Z[ helios-setup] Feb 11 20:11:40.075 INFO E| Compiling io-lifetimes v1.0.10
30672025-02-11T20:11:41.767Z[ helios-setup] Feb 11 20:11:40.278 INFO E| Compiling crunchy v0.2.2
30682025-02-11T20:11:42.446Z[ helios-setup] Feb 11 20:11:40.956 INFO E| Compiling ahash v0.8.3
30692025-02-11T20:11:42.905Z[ helios-setup] Feb 11 20:11:41.416 INFO E| Compiling rustix v0.37.3
30702025-02-11T20:11:43.214Z[ helios-setup] Feb 11 20:11:41.724 INFO E| Compiling crossbeam-utils v0.8.14
30712025-02-11T20:11:43.348Z[ helios-setup] Feb 11 20:11:41.858 INFO E| Compiling block-buffer v0.10.3
30722025-02-11T20:11:43.469Z[ helios-setup] Feb 11 20:11:41.979 INFO E| Compiling crypto-common v0.1.6
30732025-02-11T20:11:43.791Z[ helios-setup] Feb 11 20:11:42.301 INFO E| Compiling slog v2.7.0
30742025-02-11T20:11:44.186Z[ helios-setup] Feb 11 20:11:42.696 INFO E| Compiling serde_derive_internals v0.26.0
30752025-02-11T20:11:44.331Z[ helios-setup] Feb 11 20:11:42.841 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30762025-02-11T20:11:44.364Z[ helios-setup] Feb 11 20:11:42.872 INFO E| Compiling tiny-keccak v2.0.2
30772025-02-11T20:11:44.420Z[ helios-setup] Feb 11 20:11:42.930 INFO E| Compiling hashbrown v0.12.3
30782025-02-11T20:11:45.494Z[ helios-setup] Feb 11 20:11:44.003 INFO E| Compiling digest v0.10.6
30792025-02-11T20:11:46.188Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30802025-02-11T20:11:46.563Z[ helios-setup] Feb 11 20:11:45.073 INFO E| Compiling errno v0.3.1
30812025-02-11T20:11:46.882Z[ helios-setup] Feb 11 20:11:45.390 INFO E| Compiling cpufeatures v0.2.5
30822025-02-11T20:11:46.942Z[ helios-setup] Feb 11 20:11:45.451 INFO E| Compiling pkg-config v0.3.26
30832025-02-11T20:11:47.260Z[ helios-setup] Feb 11 20:11:45.769 INFO E| Compiling fnv v1.0.7
30842025-02-11T20:11:47.334Z[ helios-setup] Feb 11 20:11:45.844 INFO E| Compiling anyhow v1.0.68
30852025-02-11T20:11:47.470Z[ helios-setup] Feb 11 20:11:45.980 INFO E| Compiling unicode-width v0.1.10
30862025-02-11T20:11:47.663Z[ helios-setup] Feb 11 20:11:46.172 INFO E| Compiling http v0.2.9
30872025-02-11T20:11:49.154Z[ host-package] Compiling hickory-server v0.24.2
30882025-02-11T20:11:50.774Z[ helios-setup] Feb 11 20:11:49.283 INFO E| Compiling aho-corasick v0.7.20
30892025-02-11T20:11:51.735Z[ helios-setup] Feb 11 20:11:50.243 INFO E| Compiling thiserror-impl v1.0.38
30902025-02-11T20:11:52.425Z[ helios-setup] Feb 11 20:11:50.934 INFO E| Compiling schemars_derive v0.8.12
30912025-02-11T20:11:53.189Z[ helios-setup] Feb 11 20:11:51.698 INFO E| Compiling serde_derive v1.0.204
30922025-02-11T20:11:53.517Z[ helios-setup] Feb 11 20:11:52.026 INFO E| Compiling futures-macro v0.3.28
30932025-02-11T20:11:53.622Z[ helios-setup] Feb 11 20:11:52.131 INFO E| Compiling tokio-macros v2.0.0
30942025-02-11T20:11:53.744Z[ helios-setup] Feb 11 20:11:52.252 INFO E| Compiling tinyvec_macros v0.1.1
30952025-02-11T20:11:54.231Z[ helios-setup] Feb 11 20:11:52.740 INFO E| Compiling httparse v1.8.0
30962025-02-11T20:11:55.283Z[ helios-setup] Feb 11 20:11:53.791 INFO E| Compiling heck v0.4.1
30972025-02-11T20:11:55.359Z[ helios-setup] Feb 11 20:11:53.851 INFO E| Compiling percent-encoding v2.2.0
30982025-02-11T20:11:55.505Z[ helios-setup] Feb 11 20:11:54.014 INFO E| Compiling regex-syntax v0.6.29
30992025-02-11T20:11:56.055Z[ helios-setup] Feb 11 20:11:54.564 INFO E| Compiling form_urlencoded v1.1.0
31002025-02-11T20:11:56.409Z[ helios-setup] Feb 11 20:11:54.918 INFO E| Compiling tinyvec v1.6.0
31012025-02-11T20:11:57.422Z[ helios-setup] Feb 11 20:11:55.930 INFO E| Compiling const-random-macro v0.1.15
31022025-02-11T20:11:57.640Z[ helios-setup] Feb 11 20:11:56.148 INFO E| Compiling hashbrown v0.13.2
31032025-02-11T20:11:59.499Z[ helios-setup] Feb 11 20:11:58.007 INFO E| Compiling chrono v0.4.24
31042025-02-11T20:11:59.808Z[ helios-setup] Feb 11 20:11:58.316 INFO E| Compiling libz-sys v1.1.8
31052025-02-11T20:11:59.978Z[ helios-setup] Feb 11 20:11:58.486 INFO E| Compiling getopts v0.2.21
31062025-02-11T20:12:00.894Z[ helios-setup] Feb 11 20:11:59.402 INFO E| Compiling memoffset v0.7.1
31072025-02-11T20:12:01.046Z[ host-package] Compiling primeorder v0.13.6
31082025-02-11T20:12:01.690Z[ helios-setup] Feb 11 20:12:00.198 INFO E| Compiling powerfmt v0.2.0
31092025-02-11T20:12:01.880Z[ helios-setup] Feb 11 20:12:00.388 INFO E| Compiling num-conv v0.1.0
31102025-02-11T20:12:02.505Z[ helios-setup] Feb 11 20:12:01.013 INFO E| Compiling uuid v1.3.0
31112025-02-11T20:12:02.661Z[ host-package] Compiling castaway v0.2.3
31122025-02-11T20:12:02.669Z[ helios-setup] Feb 11 20:12:01.177 INFO E| Compiling dyn-clone v1.0.11
31132025-02-11T20:12:02.748Z[ helios-setup] Feb 11 20:12:01.256 INFO E| Compiling time-core v0.1.2
31142025-02-11T20:12:03.071Z[ helios-setup] Feb 11 20:12:01.578 INFO E| Compiling regex v1.7.3
31152025-02-11T20:12:03.196Z[ helios-setup] Feb 11 20:12:01.704 INFO E| Compiling deranged v0.3.11
31162025-02-11T20:12:03.357Z[ host-package] Compiling vergen v8.3.2
31172025-02-11T20:12:03.379Z[ helios-setup] Feb 11 20:12:01.887 INFO E| Compiling time-macros v0.2.18
31182025-02-11T20:12:04.457Z[ host-package] Compiling env_filter v0.1.2
31192025-02-11T20:12:04.460Z[ helios-setup] Feb 11 20:12:02.967 INFO E| Compiling unicode-normalization v0.1.22
31202025-02-11T20:12:04.462Z[ host-package] Compiling cargo-platform v0.1.8
31212025-02-11T20:12:04.591Z[ helios-setup] Feb 11 20:12:03.098 INFO E| Compiling regress v0.5.0
31222025-02-11T20:12:05.709Z[ host-package] Compiling memoffset v0.9.1
31232025-02-11T20:12:06.280Z[ helios-setup] Feb 11 20:12:04.788 INFO E| Compiling const-random v0.1.15
31242025-02-11T20:12:07.251Z[ host-package] Compiling env_logger v0.11.5
31252025-02-11T20:12:07.293Z[ host-package] Compiling cargo_metadata v0.18.1
31262025-02-11T20:12:08.144Z[ host-package] Compiling compact_str v0.8.0
31272025-02-11T20:12:09.088Z[ helios-setup] Feb 11 20:12:07.595 INFO E| Compiling tracing-core v0.1.30
31282025-02-11T20:12:09.239Z[ helios-setup] Feb 11 20:12:07.746 INFO E| Compiling crossbeam-epoch v0.9.13
31292025-02-11T20:12:10.109Z[ helios-setup] Feb 11 20:12:08.616 INFO E| Compiling unicode-bidi v0.3.13
31302025-02-11T20:12:10.337Z[ host-package] Compiling p384 v0.13.0
31312025-02-11T20:12:10.397Z[ host-package] Compiling git2 v0.19.0
31322025-02-11T20:12:11.725Z[ helios-setup] Feb 11 20:12:10.227 INFO E| Compiling num_threads v0.1.6
31332025-02-11T20:12:12.065Z[ helios-setup] Feb 11 20:12:10.571 INFO E| Compiling ucd-trie v0.1.5
31342025-02-11T20:12:12.374Z[ helios-setup] Feb 11 20:12:10.881 INFO E| Compiling idna v0.3.0
31352025-02-11T20:12:12.852Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31362025-02-11T20:12:12.921Z[ helios-setup] Feb 11 20:12:11.428 INFO E| Compiling time v0.3.36
31372025-02-11T20:12:13.032Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382025-02-11T20:12:13.158Z[ helios-setup] Feb 11 20:12:11.664 INFO E| Compiling pest v2.5.7
31392025-02-11T20:12:17.174Z[ helios-setup] Feb 11 20:12:15.681 INFO E| Compiling tracing v0.1.37
31402025-02-11T20:12:18.086Z[ helios-setup] Feb 11 20:12:16.592 INFO E| Compiling toml v0.5.11
31412025-02-11T20:12:18.528Z[ helios-setup] Feb 11 20:12:17.034 INFO E| Compiling smallvec v1.10.0
31422025-02-11T20:12:21.277Z[ helios-setup] Feb 11 20:12:19.783 INFO E| Compiling parking_lot v0.12.1
31432025-02-11T20:12:21.341Z[ helios-setup] Feb 11 20:12:19.847 INFO E| Compiling serde_tokenstream v0.2.0
31442025-02-11T20:12:24.226Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31452025-02-11T20:12:25.665Z[ helios-setup] Feb 11 20:12:24.170 INFO E| Compiling crossbeam-channel v0.5.6
31462025-02-11T20:12:25.891Z[ helios-setup] Feb 11 20:12:24.396 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31472025-02-11T20:12:26.546Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31482025-02-11T20:12:26.670Z[ helios-setup] Feb 11 20:12:25.175 INFO E| Compiling dirs-sys-next v0.1.2
31492025-02-11T20:12:27.737Z[ helios-setup] Feb 11 20:12:26.242 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31502025-02-11T20:12:28.812Z[ helios-setup] Feb 11 20:12:27.317 INFO E| Compiling time v0.1.45
31512025-02-11T20:12:29.138Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31522025-02-11T20:12:30.176Z[ helios-setup] Feb 11 20:12:28.680 INFO E| Compiling iana-time-zone v0.1.56
31532025-02-11T20:12:30.591Z[ helios-setup] Feb 11 20:12:29.096 INFO E| Compiling semver v1.0.17
31542025-02-11T20:12:31.287Z[ helios-setup] Feb 11 20:12:29.791 INFO E| Compiling crc32fast v1.3.2
31552025-02-11T20:12:32.394Z[ helios-setup] Feb 11 20:12:30.898 INFO E| Compiling dirs-next v2.0.0
31562025-02-11T20:12:33.045Z[ host-package] Compiling unicode-truncate v1.1.0
31572025-02-11T20:12:33.086Z[ helios-setup] Feb 11 20:12:31.590 INFO E| Compiling url v2.3.1
31582025-02-11T20:12:33.764Z[ host-package] Compiling lru v0.12.5
31592025-02-11T20:12:34.793Z[ host-package] Compiling rand_seeder v0.3.0
31602025-02-11T20:12:35.132Z[ helios-setup] Feb 11 20:12:33.636 INFO E| Compiling proc-macro-crate v1.2.1
31612025-02-11T20:12:35.748Z[ host-package] Compiling libsqlite3-sys v0.30.1
31622025-02-11T20:12:36.150Z[ helios-setup] Feb 11 20:12:34.654 INFO E| Compiling semver-parser v0.10.2
31632025-02-11T20:12:37.134Z[ helios-setup] Feb 11 20:12:35.638 INFO E| Compiling futures-executor v0.3.28
31642025-02-11T20:12:37.218Z[ host-package] Compiling lzma-sys v0.1.20
31652025-02-11T20:12:38.351Z[ helios-setup] Feb 11 20:12:36.854 INFO E| Compiling thread_local v1.1.7
31662025-02-11T20:12:38.572Z[ host-package] Compiling instability v0.3.2
31672025-02-11T20:12:39.201Z[ helios-setup] Feb 11 20:12:37.705 INFO E| Compiling adler v1.0.2
31682025-02-11T20:12:39.448Z[ helios-setup] Feb 11 20:12:37.951 INFO E| Compiling rayon-core v1.10.2
31692025-02-11T20:12:39.673Z[ helios-setup] Feb 11 20:12:38.177 INFO E| Compiling tokio-util v0.7.7
31702025-02-11T20:12:39.894Z[ helios-setup] Feb 11 20:12:38.397 INFO E| Compiling try-lock v0.2.4
31712025-02-11T20:12:40.023Z[ helios-setup] Feb 11 20:12:38.526 INFO E| Compiling same-file v1.0.6
31722025-02-11T20:12:40.178Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31732025-02-11T20:12:40.411Z[ helios-setup] Feb 11 20:12:38.911 INFO E| Compiling walkdir v2.3.3
31742025-02-11T20:12:40.476Z[ helios-setup] Feb 11 20:12:38.977 INFO E| Compiling want v0.3.0
31752025-02-11T20:12:40.678Z[ host-package] Compiling rustls v0.21.12
31762025-02-11T20:12:40.717Z[ helios-setup] Feb 11 20:12:39.221 INFO E| Compiling miniz_oxide v0.6.2
31772025-02-11T20:12:40.911Z[ host-package] Compiling cfg_aliases v0.2.1
31782025-02-11T20:12:41.399Z[ host-package] Compiling cassowary v0.3.0
31792025-02-11T20:12:41.672Z[ helios-setup] Feb 11 20:12:40.175 INFO E| Compiling h2 v0.3.16
31802025-02-11T20:12:41.848Z[ host-package] Compiling nix v0.29.0
31812025-02-11T20:12:42.247Z[ helios-setup] Feb 11 20:12:40.749 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31822025-02-11T20:12:43.851Z[ host-package] Compiling ratatui v0.28.1
31832025-02-11T20:12:45.710Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31842025-02-11T20:12:45.750Z[ helios-setup] Feb 11 20:12:44.253 INFO E| Compiling futures v0.3.28
31852025-02-11T20:12:45.805Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31862025-02-11T20:12:46.259Z[ helios-setup] Feb 11 20:12:44.758 INFO E| Compiling semver v0.11.0
31872025-02-11T20:12:46.526Z[ helios-setup] Feb 11 20:12:45.028 INFO E| Compiling num_enum_derive v0.5.7
31882025-02-11T20:12:47.701Z[ helios-setup] Feb 11 20:12:46.203 INFO E| Compiling crossbeam-deque v0.8.2
31892025-02-11T20:12:48.610Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31902025-02-11T20:12:48.683Z[ helios-setup] Feb 11 20:12:47.186 INFO E| Compiling term v0.7.0
31912025-02-11T20:12:49.694Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31922025-02-11T20:12:50.945Z[ helios-setup] Feb 11 20:12:49.447 INFO E| Compiling http-body v0.4.5
31932025-02-11T20:12:51.351Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31942025-02-11T20:12:51.832Z[ helios-setup] Feb 11 20:12:50.334 INFO E| Compiling sha2 v0.10.6
31952025-02-11T20:12:51.989Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31962025-02-11T20:12:53.169Z[ helios-setup] Feb 11 20:12:51.669 INFO E| Compiling ring v0.16.20
31972025-02-11T20:12:55.067Z[ helios-setup] Feb 11 20:12:53.568 INFO E| Compiling rand_core v0.6.4
31982025-02-11T20:12:55.570Z[ helios-setup] Feb 11 20:12:54.071 INFO E| Compiling atty v0.2.14
31992025-02-11T20:12:56.322Z[ helios-setup] Feb 11 20:12:54.824 INFO E| Compiling base64 v0.21.0
32002025-02-11T20:12:56.956Z[ helios-setup] Feb 11 20:12:55.457 INFO E| Compiling tower-service v0.3.2
32012025-02-11T20:12:57.349Z[ host-package] Compiling sct v0.7.1
32022025-02-11T20:12:58.566Z[ host-package] Compiling rustls-webpki v0.101.7
32032025-02-11T20:12:58.604Z[ helios-setup] Feb 11 20:12:57.105 INFO E| Compiling utf8parse v0.2.1
32042025-02-11T20:12:58.671Z[ host-package] Compiling heck v0.3.3
32052025-02-11T20:12:58.983Z[ helios-setup] Feb 11 20:12:57.484 INFO E| Compiling lazy_static v1.4.0
32062025-02-11T20:12:59.148Z[ helios-setup] Feb 11 20:12:57.649 INFO E| Compiling ppv-lite86 v0.2.17
32072025-02-11T20:12:59.290Z[ helios-setup] Feb 11 20:12:57.791 INFO E| Compiling home v0.5.4
32082025-02-11T20:12:59.575Z[ host-package] Compiling csv-core v0.1.11
32092025-02-11T20:12:59.733Z[ helios-setup] Feb 11 20:12:58.233 INFO E| Compiling httpdate v1.0.2
32102025-02-11T20:13:00.266Z[ helios-setup] Feb 11 20:12:58.767 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32112025-02-11T20:13:00.532Z[ helios-setup] Feb 11 20:12:59.032 INFO E| Compiling fastrand v1.9.0
32122025-02-11T20:13:00.886Z[ helios-setup] Feb 11 20:12:59.386 INFO E| Compiling rand_chacha v0.3.1
32132025-02-11T20:13:01.123Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32142025-02-11T20:13:01.126Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
32152025-02-11T20:13:01.396Z[ helios-setup] Feb 11 20:12:59.896 INFO E| Compiling tempfile v3.5.0
32162025-02-11T20:13:01.679Z[ helios-setup] Feb 11 20:13:00.180 INFO E| Compiling hyper v0.14.25
32172025-02-11T20:13:01.812Z[ host-package] Compiling glob v0.3.2
32182025-02-11T20:13:02.333Z[ host-package] Compiling csv v1.3.1
32192025-02-11T20:13:03.914Z[ helios-setup] Feb 11 20:13:02.414 INFO E| Compiling toolchain_find v0.2.0
32202025-02-11T20:13:04.113Z[ helios-setup] Feb 11 20:13:02.613 INFO E| Compiling anstyle-parse v0.1.1
32212025-02-11T20:13:05.074Z[ helios-setup] Feb 11 20:13:03.573 INFO E| Compiling slog-term v2.9.0
32222025-02-11T20:13:05.508Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32232025-02-11T20:13:06.100Z[ host-package] Compiling zone_cfg_derive v0.1.2
32242025-02-11T20:13:06.773Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32252025-02-11T20:13:09.234Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
32262025-02-11T20:13:11.691Z[ helios-setup] Feb 11 20:13:10.190 INFO E| Compiling num_enum v0.5.7
32272025-02-11T20:13:11.861Z[ host-package] Compiling nix v0.27.1
32282025-02-11T20:13:12.290Z[ helios-setup] Feb 11 20:13:10.790 INFO E| Compiling cargo-lock v8.0.3
32292025-02-11T20:13:16.926Z[ helios-setup] Feb 11 20:13:15.424 INFO E| Compiling flate2 v1.0.25
32302025-02-11T20:13:17.295Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32312025-02-11T20:13:19.475Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32322025-02-11T20:13:22.228Z[ helios-setup] Feb 11 20:13:20.726 INFO E| Compiling serde_urlencoded v0.7.1
32332025-02-11T20:13:22.370Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
32342025-02-11T20:13:22.752Z[ helios-setup] Feb 11 20:13:21.250 INFO E| Compiling is-terminal v0.4.7
32352025-02-11T20:13:23.180Z[ helios-setup] Feb 11 20:13:21.677 INFO E| Compiling sha1 v0.10.5
32362025-02-11T20:13:23.710Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32372025-02-11T20:13:24.184Z[ helios-setup] Feb 11 20:13:22.681 INFO E| Compiling either v1.8.0
32382025-02-11T20:13:25.061Z[ helios-setup] Feb 11 20:13:23.559 INFO E| Compiling concolor-override v1.0.0
32392025-02-11T20:13:25.727Z[ helios-setup] Feb 11 20:13:24.224 INFO E| Compiling concolor-query v0.3.3
32402025-02-11T20:13:25.749Z[ helios-setup] Feb 11 20:13:24.247 INFO E| Compiling anstyle v0.3.5
32412025-02-11T20:13:29.752Z[ helios-setup] Feb 11 20:13:28.249 INFO E| Compiling anstream v0.2.6
32422025-02-11T20:13:30.942Z[ helios-setup] Feb 11 20:13:29.439 INFO E| Compiling rayon v1.6.1
32432025-02-11T20:13:31.299Z[ helios-setup] Feb 11 20:13:29.675 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32442025-02-11T20:13:31.364Z[ helios-setup] Feb 11 20:13:29.860 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32452025-02-11T20:13:31.553Z[ helios-setup] Feb 11 20:13:30.050 INFO E| Compiling rustfmt-wrapper v0.2.0
32462025-02-11T20:13:31.923Z[ helios-setup] Feb 11 20:13:30.420 INFO E| Compiling rand v0.8.5
32472025-02-11T20:13:32.259Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32482025-02-11T20:13:33.131Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32492025-02-11T20:13:33.728Z[ helios-setup] Feb 11 20:13:32.224 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32502025-02-11T20:13:33.985Z[ helios-setup] Feb 11 20:13:32.482 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32512025-02-11T20:13:34.617Z[ helios-setup] Feb 11 20:13:33.114 INFO E| Compiling openapiv3 v1.0.2
32522025-02-11T20:13:35.449Z[ helios-setup] Feb 11 20:13:33.945 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32532025-02-11T20:13:35.893Z[ helios-setup] Feb 11 20:13:34.389 INFO E| Compiling encoding_rs v0.8.32
32542025-02-11T20:13:38.036Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32552025-02-11T20:13:38.565Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32562025-02-11T20:13:38.649Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32572025-02-11T20:13:38.908Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32582025-02-11T20:13:39.332Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32592025-02-11T20:13:39.700Z[ host-package] Compiling tungstenite v0.23.0
32602025-02-11T20:13:40.559Z[ helios-setup] Feb 11 20:13:39.055 INFO E| Compiling project-root v0.2.2
32612025-02-11T20:13:40.812Z[ helios-setup] Feb 11 20:13:39.307 INFO E| Compiling ipnet v2.7.2
32622025-02-11T20:13:41.002Z[ host-package] Compiling hashlink v0.9.1
32632025-02-11T20:13:41.154Z[ helios-setup] Feb 11 20:13:39.649 INFO E| Compiling spin v0.5.2
32642025-02-11T20:13:41.775Z[ helios-setup] Feb 11 20:13:40.270 INFO E| Compiling mime v0.3.17
32652025-02-11T20:13:42.701Z[ helios-setup] Feb 11 20:13:41.183 INFO E| Compiling utf-8 v0.7.6
32662025-02-11T20:13:42.797Z[ host-package] Compiling base64 v0.13.1
32672025-02-11T20:13:43.637Z[ helios-setup] Feb 11 20:13:42.132 INFO E| Compiling untrusted v0.7.1
32682025-02-11T20:13:43.704Z[ helios-setup] Feb 11 20:13:42.200 INFO E| Compiling clap_lex v0.4.1
32692025-02-11T20:13:44.562Z[ host-package] Compiling fallible-iterator v0.3.0
32702025-02-11T20:13:44.604Z[ helios-setup] Feb 11 20:13:43.099 INFO E| Compiling byteorder v1.4.3
32712025-02-11T20:13:45.001Z[ helios-setup] Feb 11 20:13:43.496 INFO E| Compiling unsafe-libyaml v0.2.8
32722025-02-11T20:13:45.732Z[ helios-setup] Feb 11 20:13:44.227 INFO E| Compiling base64 v0.13.1
32732025-02-11T20:13:46.416Z[ helios-setup] Feb 11 20:13:44.911 INFO E| Compiling strsim v0.10.0
32742025-02-11T20:13:46.693Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32752025-02-11T20:13:47.121Z[ helios-setup] Feb 11 20:13:45.616 INFO E| Compiling clap_builder v4.2.1
32762025-02-11T20:13:47.233Z[ host-package] Compiling ron v0.7.1
32772025-02-11T20:13:47.482Z[ helios-setup] Feb 11 20:13:45.977 INFO E| Compiling tungstenite v0.18.0
32782025-02-11T20:13:47.676Z[ host-package] Compiling rusqlite v0.32.1
32792025-02-11T20:13:48.964Z[ helios-setup] Feb 11 20:13:47.458 INFO E| Compiling serde_yaml v0.9.21
32802025-02-11T20:13:49.401Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32812025-02-11T20:13:50.006Z[ helios-setup] Feb 11 20:13:48.500 INFO E| Compiling reqwest v0.11.16
32822025-02-11T20:13:50.664Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32832025-02-11T20:13:51.102Z[ helios-setup] Feb 11 20:13:49.597 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32842025-02-11T20:13:54.885Z[ host-package] Compiling tokio-tungstenite v0.23.1
32852025-02-11T20:13:55.162Z[ helios-setup] Feb 11 20:13:53.655 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32862025-02-11T20:13:55.594Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32872025-02-11T20:13:55.719Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32882025-02-11T20:13:57.132Z[ host-package] Compiling xz2 v0.1.7
32892025-02-11T20:13:58.173Z[ helios-setup] Feb 11 20:13:56.667 INFO E| Compiling clap_derive v4.2.0
32902025-02-11T20:13:58.646Z[ host-package] Compiling tokio-rustls v0.24.1
32912025-02-11T20:13:59.127Z[ host-package] Compiling zone v0.1.8
32922025-02-11T20:14:01.551Z[ helios-setup] Feb 11 20:14:00.040 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32932025-02-11T20:14:02.712Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32942025-02-11T20:14:05.075Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952025-02-11T20:14:06.210Z[ helios-setup] Feb 11 20:14:04.703 INFO E| Compiling clap v4.2.1
32962025-02-11T20:14:18.196Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32972025-02-11T20:14:23.452Z[ helios-setup] Feb 11 20:14:21.942 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32982025-02-11T20:14:25.739Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32992025-02-11T20:14:26.513Z[ helios-setup] Feb 11 20:14:25.003 INFO E| Compiling tokio-tungstenite v0.18.0
33002025-02-11T20:14:27.795Z[ helios-setup] Feb 11 20:14:26.284 INFO E| Compiling smartstring v1.0.1
33012025-02-11T20:14:28.712Z[ helios-setup] Feb 11 20:14:27.202 INFO E| Compiling rustls v0.21.0
33022025-02-11T20:14:31.031Z[ helios-setup] Feb 11 20:14:29.520 INFO E| Compiling toml_datetime v0.6.1
33032025-02-11T20:14:31.240Z[ helios-setup] Feb 11 20:14:29.730 INFO E| Compiling serde_spanned v0.6.1
33042025-02-11T20:14:31.501Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33052025-02-11T20:14:31.759Z[ helios-setup] Feb 11 20:14:30.249 INFO E| Compiling async-trait v0.1.68
33062025-02-11T20:14:32.411Z[ helios-setup] Feb 11 20:14:30.900 INFO E| Compiling winnow v0.4.1
33072025-02-11T20:14:32.909Z[ helios-setup] Feb 11 20:14:31.398 INFO E| Compiling slog-async v2.7.0
33082025-02-11T20:14:34.030Z[ helios-setup] Feb 11 20:14:32.519 INFO E| Compiling paste v1.0.12
33092025-02-11T20:14:34.226Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33102025-02-11T20:14:35.044Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33112025-02-11T20:14:35.474Z[ helios-setup] Feb 11 20:14:33.963 INFO E| Compiling static_assertions v1.1.0
33122025-02-11T20:14:35.716Z[ helios-setup] Feb 11 20:14:34.205 INFO E| Compiling camino v1.1.4
33132025-02-11T20:14:37.616Z[ host-package] Compiling rustls-pemfile v1.0.4
33142025-02-11T20:14:37.666Z[ helios-setup] Feb 11 20:14:36.155 INFO E| Compiling match_cfg v0.1.0
33152025-02-11T20:14:38.234Z[ helios-setup] Feb 11 20:14:36.723 INFO E| Compiling hostname v0.3.1
33162025-02-11T20:14:39.458Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33172025-02-11T20:14:39.695Z[ helios-setup] Feb 11 20:14:38.184 INFO E| Compiling toml_edit v0.19.8
33182025-02-11T20:14:40.183Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33192025-02-11T20:14:40.397Z[ helios-setup] Feb 11 20:14:38.885 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33202025-02-11T20:14:40.489Z[ host-package] Compiling signal-hook-tokio v0.3.1
33212025-02-11T20:14:40.538Z[ helios-setup] Feb 11 20:14:39.025 INFO E| Compiling slog-json v2.6.1
33222025-02-11T20:14:40.965Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33232025-02-11T20:14:41.870Z[ helios-setup] Feb 11 20:14:40.358 INFO E| Compiling bincode v1.3.3
33242025-02-11T20:14:43.351Z[ host-package] Compiling yasna v0.5.2
33252025-02-11T20:14:43.612Z[ helios-setup] Feb 11 20:14:42.100 INFO E| Compiling unicode-linebreak v0.1.4
33262025-02-11T20:14:44.449Z[ helios-setup] Feb 11 20:14:42.937 INFO E| Compiling async-stream-impl v0.3.5
33272025-02-11T20:14:47.302Z[ helios-setup] Feb 11 20:14:45.789 INFO E| Compiling rhai_codegen v1.5.0
33282025-02-11T20:14:48.970Z[ helios-setup] Feb 11 20:14:47.455 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33292025-02-11T20:14:49.598Z[ host-package] Compiling twox-hash v2.1.0
33302025-02-11T20:14:49.765Z[ helios-setup] Feb 11 20:14:48.252 INFO E| Compiling take_mut v0.2.2
33312025-02-11T20:14:51.377Z[ host-package] Compiling is_ci v1.2.0
33322025-02-11T20:14:51.848Z[ host-package] Compiling smawk v0.3.2
33332025-02-11T20:14:51.959Z[ host-package] Compiling unicode-linebreak v0.1.5
33342025-02-11T20:14:52.411Z[ helios-setup] Feb 11 20:14:50.897 INFO E| Compiling rhai v1.14.0
33352025-02-11T20:14:52.638Z[ host-package] Compiling supports-color v3.0.1
33362025-02-11T20:14:53.439Z[ host-package] Compiling textwrap v0.16.1
33372025-02-11T20:14:55.926Z[ helios-setup] Feb 11 20:14:54.413 INFO E| Compiling async-stream v0.3.5
33382025-02-11T20:14:55.940Z[ helios-setup] Feb 11 20:14:54.426 INFO E| Compiling toml v0.7.3
33392025-02-11T20:14:57.522Z[ helios-setup] Feb 11 20:14:56.008 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33402025-02-11T20:14:57.820Z[ host-package] Compiling rcgen v0.12.1
33412025-02-11T20:14:59.383Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33422025-02-11T20:15:03.565Z[ helios-setup] Feb 11 20:15:02.050 INFO E| Compiling slog-bunyan v2.4.0
33432025-02-11T20:15:07.644Z[ helios-setup] Feb 11 20:15:06.129 INFO E| Compiling rustls-pemfile v1.0.2
33442025-02-11T20:15:08.744Z[ helios-setup] Feb 11 20:15:07.228 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33452025-02-11T20:15:09.198Z[ helios-setup] Feb 11 20:15:07.683 INFO E| Compiling serde_path_to_error v0.1.11
33462025-02-11T20:15:09.804Z[ helios-setup] Feb 11 20:15:08.288 INFO E| Compiling terminal_size v0.2.6
33472025-02-11T20:15:09.822Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33482025-02-11T20:15:10.397Z[ helios-setup] Feb 11 20:15:08.881 INFO E| Compiling smawk v0.3.1
33492025-02-11T20:15:10.864Z[ helios-setup] Feb 11 20:15:09.349 INFO E| Compiling textwrap v0.16.0
33502025-02-11T20:15:10.902Z[ helios-setup] Feb 11 20:15:09.386 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33512025-02-11T20:15:12.981Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33522025-02-11T20:15:15.183Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33532025-02-11T20:15:17.177Z[ helios-setup] Feb 11 20:15:15.661 INFO E| Compiling sct v0.7.0
33542025-02-11T20:15:17.814Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33552025-02-11T20:15:17.964Z[ helios-setup] Feb 11 20:15:16.448 INFO E| Compiling rustls-webpki v0.100.1
33562025-02-11T20:15:28.189Z[ helios-setup] Feb 11 20:15:26.671 INFO E| Compiling tokio-rustls v0.24.0
33572025-02-11T20:15:28.398Z[ helios-setup] Feb 11 20:15:26.880 INFO E| Compiling git2 v0.16.1
33582025-02-11T20:15:38.734Z[ helios-setup] Feb 11 20:15:37.215 INFO E| Compiling built v0.6.0
33592025-02-11T20:15:40.118Z[ helios-setup] Feb 11 20:15:38.599 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33602025-02-11T20:15:40.601Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33612025-02-11T20:15:41.886Z[ helios-setup] Feb 11 20:15:40.367 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33622025-02-11T20:15:43.519Z[ helios-setup] Feb 11 20:15:41.998 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33632025-02-11T20:15:48.871Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642025-02-11T20:15:56.688Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33652025-02-11T20:15:56.781Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33662025-02-11T20:15:57.917Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33672025-02-11T20:16:12.578Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
33682025-02-11T20:16:13.814Z[ helios-setup] Feb 11 20:16:12.291 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33692025-02-11T20:16:16.271Z[ helios-setup] Feb 11 20:16:14.747 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33702025-02-11T20:16:21.301Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33712025-02-11T20:16:22.298Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33722025-02-11T20:16:22.953Z[ host-package] Compiling fatfs v0.3.6
33732025-02-11T20:16:26.740Z[ host-package] Compiling rtoolbox v0.0.2
33742025-02-11T20:16:27.717Z[ host-package] Compiling subprocess v0.2.9
33752025-02-11T20:16:28.591Z[ host-package] Compiling assert_matches v1.5.0
33762025-02-11T20:16:35.231Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33772025-02-11T20:16:40.911Z[ host-package] Compiling rpassword v7.3.1
33782025-02-11T20:16:41.890Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33792025-02-11T20:16:48.141Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33802025-02-11T20:16:50.062Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33812025-02-11T20:16:58.652Z[ host-package] Compiling tui-tree-widget v0.22.0
33822025-02-11T20:16:58.748Z[ helios-setup] Feb 11 20:16:57.219 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33832025-02-11T20:16:59.289Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33842025-02-11T20:17:00.018Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33852025-02-11T20:17:00.444Z[ host-package] Compiling uzers v0.12.1
33862025-02-11T20:17:04.027Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33872025-02-11T20:17:15.280Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33882025-02-11T20:17:18.655Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33892025-02-11T20:17:58.160Z[ helios-setup] Feb 11 20:17:56.623 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s
33902025-02-11T20:17:58.283Z[ helios-setup] Feb 11 20:17:56.747 INFO building project "pilot" ok (397 seconds)
33912025-02-11T20:17:58.283Z[ helios-setup] Feb 11 20:17:56.747 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33922025-02-11T20:17:58.286Z[ helios-setup] Feb 11 20:17:56.747 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33932025-02-11T20:17:58.538Z[ helios-setup] Feb 11 20:17:57.002 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33942025-02-11T20:17:58.962Z[ helios-setup] Feb 11 20:17:57.426 INFO E| From https://github.com/jclulow/rust-jmclib
33952025-02-11T20:17:58.962Z[ helios-setup] Feb 11 20:17:57.426 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33962025-02-11T20:17:58.983Z[ helios-setup] Feb 11 20:17:57.446 INFO E| Updating crates.io index
33972025-02-11T20:17:59.074Z[ helios-setup] Feb 11 20:17:57.537 INFO E| Downloading crates ...
33982025-02-11T20:17:59.199Z[ helios-setup] Feb 11 20:17:57.663 INFO E| Downloaded once_cell v1.18.0
33992025-02-11T20:17:59.205Z[ helios-setup] Feb 11 20:17:57.668 INFO E| Downloaded bitflags v2.3.3
34002025-02-11T20:17:59.210Z[ helios-setup] Feb 11 20:17:57.674 INFO E| Downloaded md-5 v0.9.1
34012025-02-11T20:17:59.213Z[ helios-setup] Feb 11 20:17:57.677 INFO E| Downloaded libdevinfo-sys v1.0.0
34022025-02-11T20:17:59.215Z[ helios-setup] Feb 11 20:17:57.678 INFO E| Downloaded block-buffer v0.9.0
34032025-02-11T20:17:59.221Z[ helios-setup] Feb 11 20:17:57.685 INFO E| Downloaded uuid v0.8.2
34042025-02-11T20:17:59.256Z[ helios-setup] Feb 11 20:17:57.720 INFO E| Downloaded sha-1 v0.9.8
34052025-02-11T20:17:59.259Z[ helios-setup] Feb 11 20:17:57.723 INFO E| Downloaded getrandom v0.2.10
34062025-02-11T20:17:59.264Z[ helios-setup] Feb 11 20:17:57.728 INFO E| Downloaded quote v1.0.31
34072025-02-11T20:17:59.269Z[ helios-setup] Feb 11 20:17:57.733 INFO E| Downloaded fastrand v2.0.0
34082025-02-11T20:17:59.272Z[ helios-setup] Feb 11 20:17:57.736 INFO E| Downloaded unicode-ident v1.0.11
34092025-02-11T20:17:59.277Z[ helios-setup] Feb 11 20:17:57.741 INFO E| Downloaded proc-macro2 v1.0.66
34102025-02-11T20:17:59.281Z[ helios-setup] Feb 11 20:17:57.745 INFO E| Downloaded tempfile v3.7.0
34112025-02-11T20:17:59.285Z[ helios-setup] Feb 11 20:17:57.749 INFO E| Downloaded serde_derive v1.0.193
34122025-02-11T20:17:59.290Z[ helios-setup] Feb 11 20:17:57.753 INFO E| Downloaded anyhow v1.0.72
34132025-02-11T20:17:59.296Z[ helios-setup] Feb 11 20:17:57.759 INFO E| Downloaded serde v1.0.193
34142025-02-11T20:17:59.301Z[ helios-setup] Feb 11 20:17:57.765 INFO E| Downloaded cpufeatures v0.2.9
34152025-02-11T20:17:59.303Z[ helios-setup] Feb 11 20:17:57.767 INFO E| Downloaded digest v0.9.0
34162025-02-11T20:17:59.306Z[ helios-setup] Feb 11 20:17:57.769 INFO E| Downloaded serde_json v1.0.103
34172025-02-11T20:17:59.327Z[ helios-setup] Feb 11 20:17:57.791 INFO E| Downloaded syn v2.0.32
34182025-02-11T20:17:59.344Z[ helios-setup] Feb 11 20:17:57.808 INFO E| Downloaded rustix v0.38.4
34192025-02-11T20:17:59.424Z[ helios-setup] Feb 11 20:17:57.888 INFO E| Downloaded libc v0.2.147
34202025-02-11T20:17:59.566Z[ helios-setup] Feb 11 20:17:58.029 INFO E| Compiling libc v0.2.147
34212025-02-11T20:17:59.568Z[ helios-setup] Feb 11 20:17:58.030 INFO E| Compiling proc-macro2 v1.0.66
34222025-02-11T20:17:59.569Z[ helios-setup] Feb 11 20:17:58.030 INFO E| Compiling unicode-ident v1.0.11
34232025-02-11T20:17:59.569Z[ helios-setup] Feb 11 20:17:58.030 INFO E| Compiling cfg-if v1.0.0
34242025-02-11T20:17:59.569Z[ helios-setup] Feb 11 20:17:58.030 INFO E| Compiling version_check v0.9.4
34252025-02-11T20:17:59.569Z[ helios-setup] Feb 11 20:17:58.030 INFO E| Compiling typenum v1.16.0
34262025-02-11T20:17:59.569Z[ helios-setup] Feb 11 20:17:58.030 INFO E| Compiling serde v1.0.193
34272025-02-11T20:17:59.569Z[ helios-setup] Feb 11 20:17:58.030 INFO E| Compiling num-conv v0.1.0
34282025-02-11T20:17:59.825Z[ helios-setup] Feb 11 20:17:58.289 INFO E| Compiling powerfmt v0.2.0
34292025-02-11T20:18:00.255Z[ helios-setup] Feb 11 20:17:58.719 INFO E| Compiling rustix v0.38.4
34302025-02-11T20:18:00.289Z[ helios-setup] Feb 11 20:17:58.752 INFO E| Compiling slog v2.7.0
34312025-02-11T20:18:00.594Z[ helios-setup] Feb 11 20:17:59.031 INFO E| Compiling itoa v1.0.9
34322025-02-11T20:18:00.956Z[ helios-setup] Feb 11 20:17:59.418 INFO E| Compiling generic-array v0.14.7
34332025-02-11T20:18:01.032Z[ helios-setup] Feb 11 20:17:59.495 INFO E| Compiling time-core v0.1.2
34342025-02-11T20:18:01.060Z[ helios-setup] Feb 11 20:17:59.506 INFO E| Compiling deranged v0.3.11
34352025-02-11T20:18:01.435Z[ helios-setup] Feb 11 20:17:59.898 INFO E| Compiling time-macros v0.2.18
34362025-02-11T20:18:01.551Z[ helios-setup] Feb 11 20:18:00.014 INFO E| Compiling once_cell v1.18.0
34372025-02-11T20:18:01.624Z[ helios-setup] Feb 11 20:18:00.087 INFO E| Compiling num_threads v0.1.6
34382025-02-11T20:18:01.842Z[ helios-setup] Feb 11 20:18:00.305 INFO E| Compiling bitflags v2.3.3
34392025-02-11T20:18:02.476Z[ helios-setup] Feb 11 20:18:00.939 INFO E| Compiling thread_local v1.1.7
34402025-02-11T20:18:02.754Z[ helios-setup] Feb 11 20:18:01.217 INFO E| Compiling quote v1.0.31
34412025-02-11T20:18:03.005Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34422025-02-11T20:18:03.370Z[ helios-setup] Feb 11 20:18:01.833 INFO E| Compiling syn v2.0.32
34432025-02-11T20:18:03.574Z[ helios-setup] Feb 11 20:18:02.037 INFO E| Compiling dirs-sys-next v0.1.2
34442025-02-11T20:18:03.840Z[ helios-setup] Feb 11 20:18:02.303 INFO E| Compiling errno v0.3.1
34452025-02-11T20:18:03.912Z[ helios-setup] Feb 11 20:18:02.375 INFO E| Compiling atty v0.2.14
34462025-02-11T20:18:03.919Z[ helios-setup] Feb 11 20:18:02.382 INFO E| Compiling opaque-debug v0.3.0
34472025-02-11T20:18:04.025Z[ helios-setup] Feb 11 20:18:02.487 INFO E| Compiling dirs-next v2.0.0
34482025-02-11T20:18:04.081Z[ helios-setup] Feb 11 20:18:02.544 INFO E| Compiling serde_json v1.0.103
34492025-02-11T20:18:04.081Z[ helios-setup] Feb 11 20:18:02.544 INFO E| Compiling fastrand v2.0.0
34502025-02-11T20:18:04.600Z[ helios-setup] Feb 11 20:18:03.063 INFO E| Compiling term v0.7.0
34512025-02-11T20:18:05.066Z[ helios-setup] Feb 11 20:18:03.529 INFO E| Compiling anyhow v1.0.72
34522025-02-11T20:18:05.171Z[ helios-setup] Feb 11 20:18:03.634 INFO E| Compiling getrandom v0.2.10
34532025-02-11T20:18:05.543Z[ helios-setup] Feb 11 20:18:04.006 INFO E| Compiling ryu v1.0.15
34542025-02-11T20:18:05.804Z[ helios-setup] Feb 11 20:18:04.267 INFO E| Compiling block-buffer v0.9.0
34552025-02-11T20:18:05.852Z[ helios-setup] Feb 11 20:18:04.315 INFO E| Compiling digest v0.9.0
34562025-02-11T20:18:06.313Z[ helios-setup] Feb 11 20:18:04.775 INFO E| Compiling same-file v1.0.6
34572025-02-11T20:18:06.408Z[ helios-setup] Feb 11 20:18:04.871 INFO E| Compiling unicode-width v0.1.10
34582025-02-11T20:18:06.490Z[ helios-setup] Feb 11 20:18:04.953 INFO E| Compiling cpufeatures v0.2.9
34592025-02-11T20:18:06.596Z[ helios-setup] Feb 11 20:18:05.058 INFO E| Compiling walkdir v2.3.3
34602025-02-11T20:18:06.739Z[ helios-setup] Feb 11 20:18:05.202 INFO E| Compiling getopts v0.2.21
34612025-02-11T20:18:06.906Z[ helios-setup] Feb 11 20:18:05.369 INFO E| Compiling sha-1 v0.9.8
34622025-02-11T20:18:07.057Z[ helios-setup] Feb 11 20:18:05.520 INFO E| Compiling time v0.3.36
34632025-02-11T20:18:07.294Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34642025-02-11T20:18:07.446Z[ helios-setup] Feb 11 20:18:05.909 INFO E| Compiling md-5 v0.9.1
34652025-02-11T20:18:07.950Z[ helios-setup] Feb 11 20:18:06.412 INFO E| Compiling tempfile v3.7.0
34662025-02-11T20:18:08.177Z[ helios-setup] Feb 11 20:18:06.639 INFO E| Compiling libdevinfo-sys v1.0.0
34672025-02-11T20:18:08.317Z[ helios-setup] Feb 11 20:18:06.779 INFO E| Compiling glob v0.3.1
34682025-02-11T20:18:10.753Z[ helios-setup] Feb 11 20:18:09.215 INFO E| Compiling slog-term v2.9.0
34692025-02-11T20:18:11.064Z[ helios-setup] Feb 11 20:18:09.526 INFO E| Compiling serde_derive v1.0.193
34702025-02-11T20:18:13.877Z[ host-package] Compiling multimap v0.10.0
34712025-02-11T20:18:23.924Z[ helios-setup] Feb 11 20:18:22.384 INFO E| Compiling toml v0.5.11
34722025-02-11T20:18:23.927Z[ helios-setup] Feb 11 20:18:22.385 INFO E| Compiling uuid v0.8.2
34732025-02-11T20:18:26.116Z[ helios-setup] Feb 11 20:18:24.577 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34742025-02-11T20:18:28.021Z[ helios-setup] Feb 11 20:18:26.480 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34752025-02-11T20:18:39.385Z[ helios-setup] Feb 11 20:18:37.844 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.00s
34762025-02-11T20:18:39.421Z[ helios-setup] Feb 11 20:18:37.879 INFO building project "image-builder" ok (41 seconds)
34772025-02-11T20:18:39.424Z[ helios-setup] rm -f helios-build
34782025-02-11T20:18:39.426Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34792025-02-11T20:18:39.431Z[ helios-setup]
34802025-02-11T20:18:39.433Z[ helios-setup] Setup complete! ./helios-build is now available.
34812025-02-11T20:18:39.436Z[ helios-setup]
34822025-02-11T20:18:39.439ZFeb 11 20:18:37.895[ helios-setup]
34832025-02-11T20:18:39.439Z INFO [helios-setup] process exited with exit status: 0 (706.392402449s)
34842025-02-11T20:18:39.439Z[ helios-setup] real 11:46.385992500
34852025-02-11T20:18:39.439Z[ helios-setup] user 28:48.391041265
34862025-02-11T20:18:39.439Z[ helios-setup] sys 2:45.042732596
34872025-02-11T20:18:39.439Z[ helios-setup] trap 1.895216533
34882025-02-11T20:18:39.439Z[ helios-setup] tflt 4.610509503
34892025-02-11T20:18:39.439Z[ helios-setup] dflt 24.522871253
34902025-02-11T20:18:39.439Z[ helios-setup] kflt 0.096463283
34912025-02-11T20:18:39.439Z[ helios-setup] lock 2:02:52.043580578
34922025-02-11T20:18:39.439Z[ helios-setup] slp 3:37:03.175215469
34932025-02-11T20:18:39.439Z[ helios-setup] lat 32:14.983596775
34942025-02-11T20:18:39.439Z[ helios-setup] stop 4:11.737197248
34952025-02-11T20:18:39.439ZFeb 11 20:18:37.897 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34962025-02-11T20:18:39.472Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34972025-02-11T20:18:39.910Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34982025-02-11T20:18:39.913Z[ phbl-toolchain] info: downloading component 'cargo'
34992025-02-11T20:18:41.698Z[ phbl-toolchain] info: downloading component 'clippy'
35002025-02-11T20:18:42.135Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35012025-02-11T20:18:47.774Z[ phbl-toolchain] info: downloading component 'miri'
35022025-02-11T20:18:47.954Z[ phbl-toolchain] info: downloading component 'rust-docs'
35032025-02-11T20:18:49.681Z[ phbl-toolchain] info: downloading component 'rust-src'
35042025-02-11T20:18:49.899Z[ phbl-toolchain] info: downloading component 'rust-std'
35052025-02-11T20:18:52.019Z[ phbl-toolchain] info: downloading component 'rustc'
35062025-02-11T20:19:00.798Z[ phbl-toolchain] info: downloading component 'rustfmt'
35072025-02-11T20:19:01.052Z[ phbl-toolchain] info: installing component 'cargo'
35082025-02-11T20:19:02.332Z[ phbl-toolchain] info: installing component 'clippy'
35092025-02-11T20:19:02.759Z[ phbl-toolchain] info: installing component 'llvm-tools'
35102025-02-11T20:19:08.647Z[ phbl-toolchain] info: installing component 'miri'
35112025-02-11T20:19:08.958Z[ phbl-toolchain] info: installing component 'rust-docs'
35122025-02-11T20:19:16.849Z[ phbl-toolchain] info: installing component 'rust-src'
35132025-02-11T20:19:17.517Z[ phbl-toolchain] info: installing component 'rust-std'
35142025-02-11T20:19:19.884Z[ phbl-toolchain] info: installing component 'rustc'
35152025-02-11T20:19:29.047Z[ phbl-toolchain] info: installing component 'rustfmt'
35162025-02-11T20:19:29.875Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35172025-02-11T20:19:29.879ZFeb 11 20:19:28.329 INFO [phbl-toolchain] process exited with exit status: 0 (50.432366826s)
35182025-02-11T20:20:43.360Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35192025-02-11T20:20:58.761Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35202025-02-11T20:28:07.892Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 26s
35212025-02-11T20:29:14.635ZFeb 11 20:29:13.015 INFO [host-package] process exited with exit status: 0 (1293.876311134s)
35222025-02-11T20:29:14.639ZFeb 11 20:29:13.015 INFO [host-stamp] running task
35232025-02-11T20:29:14.639ZFeb 11 20:29:13.016 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35242025-02-11T20:29:14.639ZFeb 11 20:29:13.016 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+git9dfa35b328e
35252025-02-11T20:29:14.653ZFeb 11 20:29:13.033 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git9dfa35b328e
35262025-02-11T20:29:14.660Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35272025-02-11T20:29:14.663Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35282025-02-11T20:29:14.667ZFeb 11 20:29:13.043 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+git9dfa35b328e
35292025-02-11T20:29:14.672ZFeb 11 20:29:13.052 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+git9dfa35b328e
35302025-02-11T20:29:14.681Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35312025-02-11T20:29:14.685Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35322025-02-11T20:29:14.688Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35332025-02-11T20:29:14.688ZFeb 11 20:29:13.065 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+git9dfa35b328e
35342025-02-11T20:29:14.699Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35352025-02-11T20:29:14.704ZFeb 11 20:29:13.079 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git9dfa35b328e
35362025-02-11T20:29:14.712Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35372025-02-11T20:29:14.715ZFeb 11 20:29:13.092 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+git9dfa35b328e
35382025-02-11T20:29:14.723Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35392025-02-11T20:29:14.728Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35402025-02-11T20:29:14.733ZFeb 11 20:29:13.107 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (64.467999ms)
35412025-02-11T20:29:14.733ZFeb 11 20:29:13.107 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+git9dfa35b328e
35422025-02-11T20:29:14.742Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35432025-02-11T20:29:14.742ZFeb 11 20:29:13.122 INFO [stamp-oxlog] process exited with exit status: 0 (56.470372ms)
35442025-02-11T20:29:14.755Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35452025-02-11T20:29:14.759Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35462025-02-11T20:29:14.762ZFeb 11 20:29:13.141 INFO [stamp-overlay] process exited with exit status: 0 (33.799091ms)
35472025-02-11T20:29:14.764Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35482025-02-11T20:29:14.766ZFeb 11 20:29:13.146 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (129.830331ms)
35492025-02-11T20:29:14.973Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35502025-02-11T20:29:14.976ZFeb 11 20:29:13.356 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (277.085911ms)
35512025-02-11T20:29:15.101Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35522025-02-11T20:29:15.104ZFeb 11 20:29:13.484 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (431.983186ms)
35532025-02-11T20:29:15.797Z[recovery-package] Compiling newtype-uuid v1.2.1
35542025-02-11T20:29:15.867Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35552025-02-11T20:29:15.884ZFeb 11 20:29:14.251 INFO [stamp-propolis-server] process exited with exit status: 0 (1.158342675s)
35562025-02-11T20:29:16.323Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35572025-02-11T20:29:16.618Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35582025-02-11T20:29:16.618Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35592025-02-11T20:29:16.631Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35602025-02-11T20:29:16.667Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35612025-02-11T20:29:17.347Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35622025-02-11T20:29:24.529Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35632025-02-11T20:29:24.532ZFeb 11 20:29:22.911 INFO [stamp-switch-asic] process exited with exit status: 0 (9.878194057s)
35642025-02-11T20:29:24.536ZFeb 11 20:29:22.911 INFO [host-stamp] task succeeded (9.895996065s)
35652025-02-11T20:29:24.536ZFeb 11 20:29:22.911 INFO [host-proto] running task
35662025-02-11T20:29:24.951ZFeb 11 20:29:23.328 INFO [host-proto] task succeeded (417.272204ms)
35672025-02-11T20:29:24.951ZFeb 11 20:29:23.328 INFO [host-profile] running task
35682025-02-11T20:29:24.954ZFeb 11 20:29:23.329 INFO [host-profile] task succeeded (289.988µs)
35692025-02-11T20:29:24.954ZFeb 11 20:29:23.329 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/.tmpJPU0e5/proto/host/root -N 'ci 9dfa35b/${os_short_commit} 2025-02-11 20:06' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35702025-02-11T20:29:24.968Z[ host-image] Feb 11 20:29:23.346 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35712025-02-11T20:29:24.971Z[ host-image] Feb 11 20:29:23.346 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35722025-02-11T20:29:24.983Z[ host-image] Feb 11 20:29:23.361 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpJPU0e5/proto/host/root"
35732025-02-11T20:29:24.985Z[ host-image] Feb 11 20:29:23.361 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35742025-02-11T20:29:24.985Z[ host-image] Feb 11 20:29:23.361 INFO image builder template: ramdisk-01-os...
35752025-02-11T20:29:24.985Z[ host-image] Feb 11 20:29:23.361 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/.tmpJPU0e5/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
35762025-02-11T20:29:25.003Z[ host-image] Feb 11 20:29:23.381 INFO O| Feb 11 20:29:23.380 INFO CREATE DATASET: rpool/images/build/host/output
35772025-02-11T20:29:25.267Z[ host-image] Feb 11 20:29:23.640 INFO O| Feb 11 20:29:23.640 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35782025-02-11T20:29:25.276Z[ host-image] Feb 11 20:29:23.645 INFO O| Feb 11 20:29:23.645 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35792025-02-11T20:29:25.346Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35802025-02-11T20:29:25.346Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35812025-02-11T20:29:25.346Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35822025-02-11T20:29:25.349Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35832025-02-11T20:29:25.553Z[ host-image] Feb 11 20:29:23.930 INFO O| Feb 11 20:29:23.930 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35842025-02-11T20:29:25.629Z[ host-image] Feb 11 20:29:24.007 INFO O| Feb 11 20:29:24.007 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35852025-02-11T20:29:25.629Z[ host-image] Feb 11 20:29:24.007 INFO O| Feb 11 20:29:24.007 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35862025-02-11T20:29:25.632Z[ host-image] Feb 11 20:29:24.007 INFO O| Feb 11 20:29:24.007 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35872025-02-11T20:29:25.632Z[ host-image] Feb 11 20:29:24.007 INFO O| Feb 11 20:29:24.007 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35882025-02-11T20:29:25.641Z[ host-image] Feb 11 20:29:24.019 INFO O| Feb 11 20:29:24.019 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35892025-02-11T20:29:26.012Z[ host-image] Feb 11 20:29:24.390 INFO O| Feb 11 20:29:24.390 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35902025-02-11T20:29:26.030Z[ host-image] Feb 11 20:29:24.407 INFO O| Feb 11 20:29:24.407 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35912025-02-11T20:29:26.798Z[ host-image] Feb 11 20:29:25.176 INFO O| Feb 11 20:29:25.176 INFO O| Caching catalogs ... Done
35922025-02-11T20:29:26.941Z[ host-image] Feb 11 20:29:25.319 INFO O| Feb 11 20:29:25.319 INFO STEP 0 (pkg_image_create) COMPLETE
35932025-02-11T20:29:26.941Z[ host-image] Feb 11 20:29:25.319 INFO O| Feb 11 20:29:25.319 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35942025-02-11T20:29:26.944Z[ host-image] Feb 11 20:29:25.319 INFO O| Feb 11 20:29:25.319 INFO skip step because feature "repo_redist" is not enabled
35952025-02-11T20:29:26.944Z[ host-image] Feb 11 20:29:25.319 INFO O| Feb 11 20:29:25.319 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35962025-02-11T20:29:26.959Z[ host-image] Feb 11 20:29:25.337 INFO O| Feb 11 20:29:25.337 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"]
35972025-02-11T20:29:27.600Z[ host-image] Feb 11 20:29:25.977 INFO O| Feb 11 20:29:25.977 INFO STEP 2 (pkg_set_publisher) COMPLETE
35982025-02-11T20:29:27.600Z[ host-image] Feb 11 20:29:25.977 INFO O| Feb 11 20:29:25.977 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35992025-02-11T20:29:27.618Z[ host-image] Feb 11 20:29:25.995 INFO O| Feb 11 20:29:25.995 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"]
36002025-02-11T20:29:28.220Z[ host-image] Feb 11 20:29:26.597 INFO O| Feb 11 20:29:26.596 INFO STEP 3 (pkg_set_publisher) COMPLETE
36012025-02-11T20:29:28.220Z[ host-image] Feb 11 20:29:26.597 INFO O| Feb 11 20:29:26.597 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36022025-02-11T20:29:28.220Z[ host-image] Feb 11 20:29:26.597 INFO O| Feb 11 20:29:26.597 INFO skip step because feature "repo_redist" is not enabled
36032025-02-11T20:29:28.221Z[ host-image] Feb 11 20:29:26.597 INFO O| Feb 11 20:29:26.597 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36042025-02-11T20:29:28.764Z[ host-image] Feb 11 20:29:27.141 INFO O| Feb 11 20:29:27.141 INFO variant opensolaris.zone is already global
36052025-02-11T20:29:28.764Z[ host-image] Feb 11 20:29:27.141 INFO O| Feb 11 20:29:27.141 INFO STEP 5 (pkg_change_variant) COMPLETE
36062025-02-11T20:29:28.767Z[ host-image] Feb 11 20:29:27.141 INFO O| Feb 11 20:29:27.141 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36072025-02-11T20:29:29.331Z[ host-image] Feb 11 20:29:27.708 INFO O| Feb 11 20:29:27.708 INFO variant opensolaris.imagetype is full; changing to partial
36082025-02-11T20:29:29.331Z[ host-image] Feb 11 20:29:27.708 INFO O| Feb 11 20:29:27.708 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36092025-02-11T20:29:30.463Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36102025-02-11T20:29:30.619Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36112025-02-11T20:29:33.093Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36122025-02-11T20:29:35.897Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36132025-02-11T20:29:36.376Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36142025-02-11T20:29:37.485Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36152025-02-11T20:29:41.026Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36162025-02-11T20:29:41.895Z[ host-image] Feb 11 20:29:40.271 INFO O| Feb 11 20:29:40.271 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36172025-02-11T20:29:49.479Z[ host-image] Feb 11 20:29:47.853 INFO O| Feb 11 20:29:47.853 INFO O| Startup: Caching catalogs ... Done
36182025-02-11T20:29:49.554Z[ host-image] Feb 11 20:29:47.929 INFO O| Feb 11 20:29:47.929 INFO O| Planning: Planning completed in 0.00 seconds
36192025-02-11T20:29:49.557Z[ host-image] Feb 11 20:29:47.930 INFO O| Feb 11 20:29:47.930 INFO O| Planning: Consolidating action changes ... Done
36202025-02-11T20:29:49.557Z[ host-image] Feb 11 20:29:47.930 INFO O| Feb 11 20:29:47.930 INFO O| Planning: Evaluating mediators ... Done
36212025-02-11T20:29:49.557Z[ host-image] Feb 11 20:29:47.930 INFO O| Feb 11 20:29:47.930 INFO O| Planning: Planning completed in 0.00 seconds
36222025-02-11T20:29:49.557Z[ host-image] Feb 11 20:29:47.931 INFO O| Feb 11 20:29:47.931 INFO O| Variants/Facets to change: 1
36232025-02-11T20:29:49.572Z[ host-image] Feb 11 20:29:47.947 INFO O| Feb 11 20:29:47.947 INFO O| Done
36242025-02-11T20:29:49.572Z[ host-image] Feb 11 20:29:47.947 INFO O| Feb 11 20:29:47.947 INFO O| Done
36252025-02-11T20:29:50.128Z[ host-image] Feb 11 20:29:48.503 INFO O| Feb 11 20:29:48.503 INFO O| Done
36262025-02-11T20:29:50.176Z[ host-image] Feb 11 20:29:48.551 INFO O| Feb 11 20:29:48.551 INFO O| Done
36272025-02-11T20:29:50.179Z[ host-image] Feb 11 20:29:48.552 INFO O| Feb 11 20:29:48.552 INFO O| Done
36282025-02-11T20:29:50.179Z[ host-image] Feb 11 20:29:48.552 INFO O| Feb 11 20:29:48.552 INFO O| Done
36292025-02-11T20:29:50.179Z[ host-image] Feb 11 20:29:48.553 INFO O| Feb 11 20:29:48.553 INFO O| Done
36302025-02-11T20:29:50.616Z[ host-image] Feb 11 20:29:48.991 INFO O| Feb 11 20:29:48.991 INFO STEP 6 (pkg_change_variant) COMPLETE
36312025-02-11T20:29:50.616Z[ host-image] Feb 11 20:29:48.991 INFO O| Feb 11 20:29:48.991 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36322025-02-11T20:29:50.616Z[ host-image] Feb 11 20:29:48.991 INFO O| Feb 11 20:29:48.991 INFO skip step because feature "debug_variant" is not enabled
36332025-02-11T20:29:50.619Z[ host-image] Feb 11 20:29:48.991 INFO O| Feb 11 20:29:48.991 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36342025-02-11T20:29:51.176Z[ host-image] Feb 11 20:29:49.551 INFO O| Feb 11 20:29:49.551 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36352025-02-11T20:29:59.494Z[ host-image] Feb 11 20:29:57.868 INFO O| Feb 11 20:29:57.868 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36362025-02-11T20:30:01.436Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.55s
36372025-02-11T20:30:02.714ZFeb 11 20:30:01.087 INFO [recovery-package] process exited with exit status: 0 (48.071402574s)
36382025-02-11T20:30:02.714ZFeb 11 20:30:01.087 INFO [recovery-stamp] running task
36392025-02-11T20:30:02.716ZFeb 11 20:30:01.088 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36402025-02-11T20:30:02.716ZFeb 11 20:30:01.088 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+git9dfa35b328e
36412025-02-11T20:30:02.734ZFeb 11 20:30:01.108 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git9dfa35b328e
36422025-02-11T20:30:02.745Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36432025-02-11T20:30:02.754Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36442025-02-11T20:30:02.830Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36452025-02-11T20:30:02.834ZFeb 11 20:30:01.207 INFO [stamp-installinator] process exited with exit status: 0 (99.508195ms)
36462025-02-11T20:30:02.872Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36472025-02-11T20:30:02.876ZFeb 11 20:30:01.250 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (161.959392ms)
36482025-02-11T20:30:02.878ZFeb 11 20:30:01.250 INFO [recovery-stamp] task succeeded (162.476666ms)
36492025-02-11T20:30:02.878ZFeb 11 20:30:01.250 INFO [recovery-proto] running task
36502025-02-11T20:30:02.878ZFeb 11 20:30:01.250 INFO [tuf-stamp] running task
36512025-02-11T20:30:02.878ZFeb 11 20:30:01.251 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+git9dfa35b328e
36522025-02-11T20:30:02.890ZFeb 11 20:30:01.263 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+git9dfa35b328e
36532025-02-11T20:30:02.905Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36542025-02-11T20:30:02.907ZFeb 11 20:30:01.278 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+git9dfa35b328e
36552025-02-11T20:30:02.919Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36562025-02-11T20:30:02.921ZFeb 11 20:30:01.293 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git9dfa35b328e
36572025-02-11T20:30:02.930Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36582025-02-11T20:30:02.933ZFeb 11 20:30:01.305 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+git9dfa35b328e
36592025-02-11T20:30:02.958Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36602025-02-11T20:30:02.960ZFeb 11 20:30:01.331 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+git9dfa35b328e
36612025-02-11T20:30:02.998Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36622025-02-11T20:30:03.000ZFeb 11 20:30:01.371 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+git9dfa35b328e
36632025-02-11T20:30:03.024Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36642025-02-11T20:30:03.027Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36652025-02-11T20:30:03.027ZFeb 11 20:30:01.399 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+git9dfa35b328e
36662025-02-11T20:30:03.061Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36672025-02-11T20:30:03.063ZFeb 11 20:30:01.434 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+git9dfa35b328e
36682025-02-11T20:30:03.093Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36692025-02-11T20:30:03.097ZFeb 11 20:30:01.469 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+git9dfa35b328e
36702025-02-11T20:30:03.125Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36712025-02-11T20:30:03.128ZFeb 11 20:30:01.499 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+git9dfa35b328e
36722025-02-11T20:30:03.158ZFeb 11 20:30:01.531 INFO [recovery-proto] task succeeded (281.547889ms)
36732025-02-11T20:30:03.160ZFeb 11 20:30:01.532 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/.tmpJPU0e5/proto/recovery/root -N 'recovery 9dfa35b/${os_short_commit} 2025-02-11 20:06' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36742025-02-11T20:30:03.215Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36752025-02-11T20:30:03.217Z[ recovery-image] Feb 11 20:30:01.587 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36762025-02-11T20:30:03.217Z[ recovery-image] Feb 11 20:30:01.587 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36772025-02-11T20:30:03.217ZFeb 11 20:30:01.589 INFO [stamp-probe] process exited with exit status: 0 (337.949789ms)
36782025-02-11T20:30:03.217Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36792025-02-11T20:30:03.296Z[ recovery-image] Feb 11 20:30:01.670 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpJPU0e5/proto/recovery/root"
36802025-02-11T20:30:03.297Z[ recovery-image] Feb 11 20:30:01.670 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36812025-02-11T20:30:03.299Z[ recovery-image] Feb 11 20:30:01.670 INFO image builder template: ramdisk-01-os...
36822025-02-11T20:30:03.299Z[ recovery-image] Feb 11 20:30:01.670 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/.tmpJPU0e5/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
36832025-02-11T20:30:03.377Z[ recovery-image] Feb 11 20:30:01.750 INFO O| Feb 11 20:30:01.749 INFO CREATE DATASET: rpool/images/build/recovery/output
36842025-02-11T20:30:03.683Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
36852025-02-11T20:30:03.738Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36862025-02-11T20:30:03.760Z[ recovery-image] Feb 11 20:30:02.134 INFO O| Feb 11 20:30:02.125 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36872025-02-11T20:30:03.771ZFeb 11 20:30:02.144 INFO [stamp-ntp] process exited with exit status: 0 (745.683972ms)
36882025-02-11T20:30:03.773Z[ recovery-image] Feb 11 20:30:02.145 INFO O| Feb 11 20:30:02.145 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36892025-02-11T20:30:03.817Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36902025-02-11T20:30:04.206Z[ recovery-image] Feb 11 20:30:02.579 INFO O| Feb 11 20:30:02.579 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36912025-02-11T20:30:04.308Z[ recovery-image] Feb 11 20:30:02.682 INFO O| Feb 11 20:30:02.681 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36922025-02-11T20:30:04.311Z[ recovery-image] Feb 11 20:30:02.682 INFO O| Feb 11 20:30:02.682 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36932025-02-11T20:30:04.311Z[ recovery-image] Feb 11 20:30:02.682 INFO O| Feb 11 20:30:02.682 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36942025-02-11T20:30:04.311Z[ recovery-image] Feb 11 20:30:02.682 INFO O| Feb 11 20:30:02.682 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36952025-02-11T20:30:04.346Z[ recovery-image] Feb 11 20:30:02.719 INFO O| Feb 11 20:30:02.719 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36962025-02-11T20:30:04.446Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36972025-02-11T20:30:04.490ZFeb 11 20:30:02.864 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.571034453s)
36982025-02-11T20:30:04.721Z[ recovery-image] Feb 11 20:30:03.094 INFO O| Feb 11 20:30:03.094 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992025-02-11T20:30:04.752Z[ recovery-image] Feb 11 20:30:03.125 INFO O| Feb 11 20:30:03.125 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37002025-02-11T20:30:04.859Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37012025-02-11T20:30:04.900ZFeb 11 20:30:03.274 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.9419842s)
37022025-02-11T20:30:04.973Z[ host-image] Feb 11 20:30:03.346 INFO O| Feb 11 20:30:03.346 INFO O| Startup: Caching catalogs ... Done
37032025-02-11T20:30:04.987Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37042025-02-11T20:30:04.992ZFeb 11 20:30:03.365 INFO [stamp-external-dns] process exited with exit status: 0 (1.993963347s)
37052025-02-11T20:30:05.030Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37062025-02-11T20:30:05.036ZFeb 11 20:30:03.409 INFO [stamp-internal-dns] process exited with exit status: 0 (1.940558543s)
37072025-02-11T20:30:05.108Z[ host-image] Feb 11 20:30:03.482 INFO O| Feb 11 20:30:03.481 INFO O| Planning: Planning completed in 0.00 seconds
37082025-02-11T20:30:05.111Z[ host-image] Feb 11 20:30:03.482 INFO O| Feb 11 20:30:03.482 INFO O| Planning: Consolidating action changes ... Done
37092025-02-11T20:30:05.111Z[ host-image] Feb 11 20:30:03.482 INFO O| Feb 11 20:30:03.482 INFO O| Planning: Evaluating mediators ... Done
37102025-02-11T20:30:05.111Z[ host-image] Feb 11 20:30:03.483 INFO O| Feb 11 20:30:03.483 INFO O| Planning: Planning completed in 0.00 seconds
37112025-02-11T20:30:05.111Z[ host-image] Feb 11 20:30:03.483 INFO O| Feb 11 20:30:03.483 INFO O| Variants/Facets to change: 1
37122025-02-11T20:30:05.133Z[ host-image] Feb 11 20:30:03.507 INFO O| Feb 11 20:30:03.506 INFO O| Done
37132025-02-11T20:30:05.133Z[ host-image] Feb 11 20:30:03.507 INFO O| Feb 11 20:30:03.506 INFO O| Done
37142025-02-11T20:30:05.341Z[ recovery-image] Feb 11 20:30:03.714 INFO O| Feb 11 20:30:03.714 INFO O| Caching catalogs ... Done
37152025-02-11T20:30:05.417Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37162025-02-11T20:30:05.421ZFeb 11 20:30:03.794 INFO [stamp-oximeter] process exited with exit status: 0 (2.360011842s)
37172025-02-11T20:30:05.458Z[ recovery-image] Feb 11 20:30:03.831 INFO O| Feb 11 20:30:03.831 INFO STEP 0 (pkg_image_create) COMPLETE
37182025-02-11T20:30:05.458Z[ recovery-image] Feb 11 20:30:03.831 INFO O| Feb 11 20:30:03.831 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192025-02-11T20:30:05.458Z[ recovery-image] Feb 11 20:30:03.831 INFO O| Feb 11 20:30:03.831 INFO skip step because feature "repo_redist" is not enabled
37202025-02-11T20:30:05.461Z[ recovery-image] Feb 11 20:30:03.831 INFO O| Feb 11 20:30:03.831 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212025-02-11T20:30:05.472Z[ recovery-image] Feb 11 20:30:03.845 INFO O| Feb 11 20:30:03.845 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"]
37222025-02-11T20:30:05.886Z[ host-image] Feb 11 20:30:04.259 INFO O| Feb 11 20:30:04.259 INFO O| Done
37232025-02-11T20:30:05.950Z[ recovery-image] Feb 11 20:30:04.323 INFO O| Feb 11 20:30:04.323 INFO STEP 2 (pkg_set_publisher) COMPLETE
37242025-02-11T20:30:05.950Z[ recovery-image] Feb 11 20:30:04.323 INFO O| Feb 11 20:30:04.323 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37252025-02-11T20:30:05.955Z[ host-image] Feb 11 20:30:04.328 INFO O| Feb 11 20:30:04.328 INFO O| Done
37262025-02-11T20:30:05.957Z[ host-image] Feb 11 20:30:04.329 INFO O| Feb 11 20:30:04.329 INFO O| Done
37272025-02-11T20:30:05.958Z[ host-image] Feb 11 20:30:04.329 INFO O| Feb 11 20:30:04.329 INFO O| Done
37282025-02-11T20:30:05.958Z[ host-image] Feb 11 20:30:04.331 INFO O| Feb 11 20:30:04.331 INFO O| Done
37292025-02-11T20:30:05.965Z[ recovery-image] Feb 11 20:30:04.338 INFO O| Feb 11 20:30:04.338 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"]
37302025-02-11T20:30:06.446Z[ recovery-image] Feb 11 20:30:04.819 INFO O| Feb 11 20:30:04.819 INFO STEP 3 (pkg_set_publisher) COMPLETE
37312025-02-11T20:30:06.447Z[ recovery-image] Feb 11 20:30:04.819 INFO O| Feb 11 20:30:04.819 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37322025-02-11T20:30:06.447Z[ recovery-image] Feb 11 20:30:04.819 INFO O| Feb 11 20:30:04.819 INFO skip step because feature "repo_redist" is not enabled
37332025-02-11T20:30:06.449Z[ recovery-image] Feb 11 20:30:04.819 INFO O| Feb 11 20:30:04.819 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37342025-02-11T20:30:06.556Z[ host-image] Feb 11 20:30:04.929 INFO O| Feb 11 20:30:04.929 INFO STEP 8 (pkg_change_facet) COMPLETE
37352025-02-11T20:30:06.556Z[ host-image] Feb 11 20:30:04.929 INFO O| Feb 11 20:30:04.929 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37362025-02-11T20:30:06.556Z[ host-image] Feb 11 20:30:04.929 INFO O| Feb 11 20:30:04.929 INFO skip step because feature "recovery" is not enabled
37372025-02-11T20:30:06.559Z[ host-image] Feb 11 20:30:04.929 INFO O| Feb 11 20:30:04.929 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37382025-02-11T20:30:06.559Z[ host-image] Feb 11 20:30:04.929 INFO O| Feb 11 20:30:04.929 INFO skip step because feature "recovery" is not enabled
37392025-02-11T20:30:06.559Z[ host-image] Feb 11 20:30:04.929 INFO O| Feb 11 20:30:04.929 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37402025-02-11T20:30:06.571Z[ host-image] Feb 11 20:30:04.944 INFO O| Feb 11 20:30:04.944 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"]
37412025-02-11T20:30:06.838Z[ recovery-image] Feb 11 20:30:05.211 INFO O| Feb 11 20:30:05.211 INFO variant opensolaris.zone is already global
37422025-02-11T20:30:06.838Z[ recovery-image] Feb 11 20:30:05.211 INFO O| Feb 11 20:30:05.211 INFO STEP 5 (pkg_change_variant) COMPLETE
37432025-02-11T20:30:06.841Z[ recovery-image] Feb 11 20:30:05.211 INFO O| Feb 11 20:30:05.211 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37442025-02-11T20:30:07.142Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37452025-02-11T20:30:07.145ZFeb 11 20:30:05.519 INFO [stamp-nexus] process exited with exit status: 0 (4.255505862s)
37462025-02-11T20:30:07.238Z[ host-image] Feb 11 20:30:05.611 INFO O| Feb 11 20:30:05.611 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37472025-02-11T20:30:07.272Z[ recovery-image] Feb 11 20:30:05.644 INFO O| Feb 11 20:30:05.644 INFO variant opensolaris.imagetype is full; changing to partial
37482025-02-11T20:30:07.272Z[ recovery-image] Feb 11 20:30:05.645 INFO O| Feb 11 20:30:05.644 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37492025-02-11T20:30:08.214Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37502025-02-11T20:30:08.389Z[verify-libraries] Compiling home v0.5.9
37512025-02-11T20:30:08.415Z[verify-libraries] Compiling cfg_aliases v0.1.1
37522025-02-11T20:30:08.421Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37532025-02-11T20:30:08.421Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37542025-02-11T20:30:08.423Z[verify-libraries] Compiling unicode_categories v0.1.1
37552025-02-11T20:30:08.633Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37562025-02-11T20:30:08.864Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572025-02-11T20:30:08.968Z[verify-libraries] Compiling nix v0.28.0
37582025-02-11T20:30:08.971Z[verify-libraries] Compiling polyval v0.6.2
37592025-02-11T20:30:09.086Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37602025-02-11T20:30:09.153ZFeb 11 20:30:07.526 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.026604933s)
37612025-02-11T20:30:09.156Z[verify-libraries] Compiling sqlformat v0.2.6
37622025-02-11T20:30:09.692Z[verify-libraries] Compiling ghash v0.5.1
37632025-02-11T20:30:09.815Z[verify-libraries] Compiling ctr v0.9.2
37642025-02-11T20:30:10.074Z[verify-libraries] Compiling ssh-encoding v0.2.0
37652025-02-11T20:30:10.132Z[verify-libraries] Compiling sqlparser v0.45.0
37662025-02-11T20:30:10.279Z[verify-libraries] Compiling blowfish v0.9.1
37672025-02-11T20:30:10.359Z[verify-libraries] Compiling aes-gcm v0.10.3
37682025-02-11T20:30:10.804Z[verify-libraries] Compiling ssh-cipher v0.2.0
37692025-02-11T20:30:11.703Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37702025-02-11T20:30:12.522Z[verify-libraries] Compiling password-hash v0.4.2
37712025-02-11T20:30:15.404Z[verify-libraries] Compiling rustyline v14.0.0
37722025-02-11T20:30:16.293Z[verify-libraries] Compiling pbkdf2 v0.11.0
37732025-02-11T20:30:16.563Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37742025-02-11T20:30:16.589ZFeb 11 20:30:14.961 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.655223915s)
37752025-02-11T20:30:16.900Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37762025-02-11T20:30:16.942Z[verify-libraries] Compiling ssh-key v0.6.6
37772025-02-11T20:30:16.963ZFeb 11 20:30:15.332 INFO [stamp-clickhouse] process exited with exit status: 0 (14.053946852s)
37782025-02-11T20:30:16.963ZFeb 11 20:30:15.332 INFO [tuf-stamp] task succeeded (14.082559422s)
37792025-02-11T20:30:17.879Z[verify-libraries] Compiling p521 v0.13.3
37802025-02-11T20:30:19.301Z[ recovery-image] Feb 11 20:30:17.672 INFO O| Feb 11 20:30:17.672 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37812025-02-11T20:30:19.789Z[verify-libraries] Compiling p256 v0.13.2
37822025-02-11T20:30:22.779Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37832025-02-11T20:30:23.266Z[verify-libraries] Compiling md5 v0.7.0
37842025-02-11T20:30:23.930Z[verify-libraries] Compiling russh-keys v0.45.0
37852025-02-11T20:30:23.999Z[verify-libraries] Compiling num-bigint v0.4.6
37862025-02-11T20:30:29.206Z[ recovery-image] Feb 11 20:30:27.576 INFO O| Feb 11 20:30:27.576 INFO O| Startup: Caching catalogs ... Done
37872025-02-11T20:30:29.316Z[ recovery-image] Feb 11 20:30:27.686 INFO O| Feb 11 20:30:27.686 INFO O| Planning: Planning completed in 0.00 seconds
37882025-02-11T20:30:29.319Z[ recovery-image] Feb 11 20:30:27.687 INFO O| Feb 11 20:30:27.687 INFO O| Planning: Consolidating action changes ... Done
37892025-02-11T20:30:29.319Z[ recovery-image] Feb 11 20:30:27.687 INFO O| Feb 11 20:30:27.687 INFO O| Planning: Evaluating mediators ... Done
37902025-02-11T20:30:29.319Z[ recovery-image] Feb 11 20:30:27.687 INFO O| Feb 11 20:30:27.687 INFO O| Planning: Planning completed in 0.00 seconds
37912025-02-11T20:30:29.319Z[ recovery-image] Feb 11 20:30:27.688 INFO O| Feb 11 20:30:27.688 INFO O| Variants/Facets to change: 1
37922025-02-11T20:30:29.415Z[ recovery-image] Feb 11 20:30:27.785 INFO O| Feb 11 20:30:27.785 INFO O| Done
37932025-02-11T20:30:29.417Z[ recovery-image] Feb 11 20:30:27.785 INFO O| Feb 11 20:30:27.785 INFO O| Done
37942025-02-11T20:30:30.551Z[ recovery-image] Feb 11 20:30:28.921 INFO O| Feb 11 20:30:28.921 INFO O| Done
37952025-02-11T20:30:30.670Z[ recovery-image] Feb 11 20:30:29.040 INFO O| Feb 11 20:30:29.040 INFO O| Done
37962025-02-11T20:30:30.693Z[ recovery-image] Feb 11 20:30:29.063 INFO O| Feb 11 20:30:29.063 INFO O| Done
37972025-02-11T20:30:30.694Z[ recovery-image] Feb 11 20:30:29.063 INFO O| Feb 11 20:30:29.063 INFO O| Done
37982025-02-11T20:30:30.696Z[ recovery-image] Feb 11 20:30:29.065 INFO O| Feb 11 20:30:29.065 INFO O| Done
37992025-02-11T20:30:31.499Z[ recovery-image] Feb 11 20:30:29.869 INFO O| Feb 11 20:30:29.869 INFO STEP 6 (pkg_change_variant) COMPLETE
38002025-02-11T20:30:31.499Z[ recovery-image] Feb 11 20:30:29.869 INFO O| Feb 11 20:30:29.869 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012025-02-11T20:30:31.502Z[ recovery-image] Feb 11 20:30:29.869 INFO O| Feb 11 20:30:29.869 INFO skip step because feature "debug_variant" is not enabled
38022025-02-11T20:30:31.502Z[ recovery-image] Feb 11 20:30:29.869 INFO O| Feb 11 20:30:29.869 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032025-02-11T20:30:31.540Z[verify-libraries] Compiling des v0.8.1
38042025-02-11T20:30:32.180Z[ recovery-image] Feb 11 20:30:30.550 INFO O| Feb 11 20:30:30.550 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38052025-02-11T20:30:32.183Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38062025-02-11T20:30:33.125Z[ recovery-image] Feb 11 20:30:31.494 INFO O| Feb 11 20:30:31.494 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38072025-02-11T20:30:33.127Z[ recovery-image] Feb 11 20:30:31.496 INFO O| Feb 11 20:30:31.496 INFO O| Planning: Planning completed in 0.00 seconds
38082025-02-11T20:30:33.127Z[ recovery-image] Feb 11 20:30:31.497 INFO O| Feb 11 20:30:31.497 INFO O| Planning: Consolidating action changes ... Done
38092025-02-11T20:30:33.127Z[ recovery-image] Feb 11 20:30:31.497 INFO O| Feb 11 20:30:31.497 INFO O| Planning: Evaluating mediators ... Done
38102025-02-11T20:30:33.130Z[ recovery-image] Feb 11 20:30:31.498 INFO O| Feb 11 20:30:31.498 INFO O| Planning: Planning completed in 0.00 seconds
38112025-02-11T20:30:33.130Z[ recovery-image] Feb 11 20:30:31.498 INFO O| Feb 11 20:30:31.498 INFO O| Variants/Facets to change: 1
38122025-02-11T20:30:33.183Z[verify-libraries] Compiling hex-literal v0.4.1
38132025-02-11T20:30:33.251Z[ recovery-image] Feb 11 20:30:31.621 INFO O| Feb 11 20:30:31.620 INFO O| Done
38142025-02-11T20:30:33.254Z[ recovery-image] Feb 11 20:30:31.621 INFO O| Feb 11 20:30:31.620 INFO O| Done
38152025-02-11T20:30:33.488Z[verify-libraries] Compiling russh v0.45.0
38162025-02-11T20:30:34.085Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38172025-02-11T20:30:34.210Z[ recovery-image] Feb 11 20:30:32.580 INFO O| Feb 11 20:30:32.580 INFO O| Done
38182025-02-11T20:30:34.304Z[ recovery-image] Feb 11 20:30:32.674 INFO O| Feb 11 20:30:32.674 INFO O| Done
38192025-02-11T20:30:34.307Z[ recovery-image] Feb 11 20:30:32.675 INFO O| Feb 11 20:30:32.675 INFO O| Done
38202025-02-11T20:30:34.307Z[ recovery-image] Feb 11 20:30:32.675 INFO O| Feb 11 20:30:32.675 INFO O| Done
38212025-02-11T20:30:34.307Z[ recovery-image] Feb 11 20:30:32.677 INFO O| Feb 11 20:30:32.677 INFO O| Done
38222025-02-11T20:30:34.419Z[ recovery-image] Feb 11 20:30:32.788 INFO O| Feb 11 20:30:32.788 INFO STEP 8 (pkg_change_facet) COMPLETE
38232025-02-11T20:30:34.419Z[ recovery-image] Feb 11 20:30:32.789 INFO O| Feb 11 20:30:32.788 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38242025-02-11T20:30:35.097Z[ recovery-image] Feb 11 20:30:33.466 INFO O| Feb 11 20:30:33.465 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38252025-02-11T20:30:36.168Z[ recovery-image] Feb 11 20:30:34.537 INFO O| Feb 11 20:30:34.537 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38262025-02-11T20:30:36.170Z[ recovery-image] Feb 11 20:30:34.539 INFO O| Feb 11 20:30:34.539 INFO O| Planning: Planning completed in 0.00 seconds
38272025-02-11T20:30:36.171Z[ recovery-image] Feb 11 20:30:34.540 INFO O| Feb 11 20:30:34.539 INFO O| Planning: Consolidating action changes ... Done
38282025-02-11T20:30:36.171Z[ recovery-image] Feb 11 20:30:34.540 INFO O| Feb 11 20:30:34.540 INFO O| Planning: Evaluating mediators ... Done
38292025-02-11T20:30:36.173Z[ recovery-image] Feb 11 20:30:34.540 INFO O| Feb 11 20:30:34.540 INFO O| Planning: Planning completed in 0.00 seconds
38302025-02-11T20:30:36.173Z[ recovery-image] Feb 11 20:30:34.540 INFO O| Feb 11 20:30:34.540 INFO O| Variants/Facets to change: 1
38312025-02-11T20:30:36.354Z[ recovery-image] Feb 11 20:30:34.723 INFO O| Feb 11 20:30:34.723 INFO O| Done
38322025-02-11T20:30:36.354Z[ recovery-image] Feb 11 20:30:34.723 INFO O| Feb 11 20:30:34.723 INFO O| Done
38332025-02-11T20:30:37.312Z[ recovery-image] Feb 11 20:30:35.682 INFO O| Feb 11 20:30:35.681 INFO O| Done
38342025-02-11T20:30:37.427Z[ recovery-image] Feb 11 20:30:35.796 INFO O| Feb 11 20:30:35.796 INFO O| Done
38352025-02-11T20:30:37.429Z[ recovery-image] Feb 11 20:30:35.796 INFO O| Feb 11 20:30:35.796 INFO O| Done
38362025-02-11T20:30:37.429Z[ recovery-image] Feb 11 20:30:35.797 INFO O| Feb 11 20:30:35.797 INFO O| Done
38372025-02-11T20:30:37.429Z[ recovery-image] Feb 11 20:30:35.798 INFO O| Feb 11 20:30:35.798 INFO O| Done
38382025-02-11T20:30:37.530Z[ recovery-image] Feb 11 20:30:35.899 INFO O| Feb 11 20:30:35.899 INFO STEP 9 (pkg_change_facet) COMPLETE
38392025-02-11T20:30:37.530Z[ recovery-image] Feb 11 20:30:35.900 INFO O| Feb 11 20:30:35.899 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38402025-02-11T20:30:38.227Z[ recovery-image] Feb 11 20:30:36.596 INFO O| Feb 11 20:30:36.596 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38412025-02-11T20:30:38.295Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38422025-02-11T20:30:39.369Z[ recovery-image] Feb 11 20:30:37.738 INFO O| Feb 11 20:30:37.738 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38432025-02-11T20:30:39.372Z[ recovery-image] Feb 11 20:30:37.740 INFO O| Feb 11 20:30:37.740 INFO O| Planning: Planning completed in 0.00 seconds
38442025-02-11T20:30:39.372Z[ recovery-image] Feb 11 20:30:37.741 INFO O| Feb 11 20:30:37.741 INFO O| Planning: Consolidating action changes ... Done
38452025-02-11T20:30:39.372Z[ recovery-image] Feb 11 20:30:37.741 INFO O| Feb 11 20:30:37.741 INFO O| Planning: Evaluating mediators ... Done
38462025-02-11T20:30:39.375Z[ recovery-image] Feb 11 20:30:37.742 INFO O| Feb 11 20:30:37.742 INFO O| Planning: Planning completed in 0.00 seconds
38472025-02-11T20:30:39.375Z[ recovery-image] Feb 11 20:30:37.742 INFO O| Feb 11 20:30:37.742 INFO O| Variants/Facets to change: 1
38482025-02-11T20:30:39.526Z[ recovery-image] Feb 11 20:30:37.894 INFO O| Feb 11 20:30:37.893 INFO O| Done
38492025-02-11T20:30:39.526Z[ recovery-image] Feb 11 20:30:37.894 INFO O| Feb 11 20:30:37.894 INFO O| Done
38502025-02-11T20:30:40.386Z[ recovery-image] Feb 11 20:30:38.755 INFO O| Feb 11 20:30:38.755 INFO O| Done
38512025-02-11T20:30:40.505Z[ recovery-image] Feb 11 20:30:38.874 INFO O| Feb 11 20:30:38.873 INFO O| Done
38522025-02-11T20:30:40.507Z[ recovery-image] Feb 11 20:30:38.875 INFO O| Feb 11 20:30:38.875 INFO O| Done
38532025-02-11T20:30:40.507Z[ recovery-image] Feb 11 20:30:38.875 INFO O| Feb 11 20:30:38.875 INFO O| Done
38542025-02-11T20:30:40.510Z[ recovery-image] Feb 11 20:30:38.877 INFO O| Feb 11 20:30:38.877 INFO O| Done
38552025-02-11T20:30:40.609Z[ recovery-image] Feb 11 20:30:38.978 INFO O| Feb 11 20:30:38.978 INFO STEP 10 (pkg_change_facet) COMPLETE
38562025-02-11T20:30:40.609Z[ recovery-image] Feb 11 20:30:38.978 INFO O| Feb 11 20:30:38.978 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38572025-02-11T20:30:40.628Z[ recovery-image] Feb 11 20:30:38.997 INFO O| Feb 11 20:30:38.997 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"]
38582025-02-11T20:30:41.796Z[ recovery-image] Feb 11 20:30:40.165 INFO O| Feb 11 20:30:40.165 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38592025-02-11T20:30:44.892Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38602025-02-11T20:30:49.834Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38612025-02-11T20:30:51.086Z[verify-libraries] Compiling petname v2.0.2
38622025-02-11T20:30:52.433Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38632025-02-11T20:30:53.427Z[verify-libraries] Compiling internet-checksum v0.2.1
38642025-02-11T20:30:54.221Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38652025-02-11T20:31:00.861Z[verify-libraries] Compiling heck v0.4.1
38662025-02-11T20:31:02.381Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38672025-02-11T20:31:19.302Z[ host-image] Feb 11 20:31:17.666 INFO O| Feb 11 20:31:17.665 INFO O| Planning: Solver setup ... Done
38682025-02-11T20:31:19.532Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38692025-02-11T20:31:26.432Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38702025-02-11T20:31:30.442Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38712025-02-11T20:31:33.117Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38722025-02-11T20:31:47.219Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38732025-02-11T20:31:48.077Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38742025-02-11T20:31:49.008Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38752025-02-11T20:31:49.530Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38762025-02-11T20:31:53.555Z[ recovery-image] Feb 11 20:31:51.915 INFO O| Feb 11 20:31:51.915 INFO O| Planning: Solver setup ... Done
38772025-02-11T20:32:19.969Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38782025-02-11T20:32:27.680Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38792025-02-11T20:32:31.216Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38802025-02-11T20:32:31.785Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38812025-02-11T20:32:32.325Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38822025-02-11T20:32:32.848Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38832025-02-11T20:32:33.452Z[verify-libraries] Compiling sync-ptr v0.1.1
38842025-02-11T20:32:33.824Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38852025-02-11T20:32:43.672Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38862025-02-11T20:32:43.993Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38872025-02-11T20:32:45.967Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38882025-02-11T20:32:51.004Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38892025-02-11T20:32:54.184Z[ host-image] Feb 11 20:32:52.536 INFO O| Feb 11 20:32:52.536 INFO O| Planning: Running solver ... Done
38902025-02-11T20:32:54.887Z[ host-image] Feb 11 20:32:53.239 INFO O| Feb 11 20:32:53.239 INFO O| Planning: Finding local manifests ... Done
38912025-02-11T20:32:54.905Z[ host-image] Feb 11 20:32:53.256 INFO O| Feb 11 20:32:53.256 INFO O| Planning: Fetching manifests: 0/124 0% complete
38922025-02-11T20:32:59.592Z[ host-image] Feb 11 20:32:57.943 INFO O| Feb 11 20:32:57.942 INFO O| Planning: Fetching manifests: 124/124 100% complete
38932025-02-11T20:33:01.071Z[ host-image] Feb 11 20:32:59.422 INFO O| Feb 11 20:32:59.422 INFO O| Planning: Package planning ... Done
38942025-02-11T20:33:02.865Z[ host-image] Feb 11 20:33:01.215 INFO O| Feb 11 20:33:01.215 INFO O| Planning: Merging actions ... Done
38952025-02-11T20:33:03.159Z[ host-image] Feb 11 20:33:01.508 INFO O| Feb 11 20:33:01.508 INFO O| Planning: Checking for conflicting actions ... Done
38962025-02-11T20:33:03.477Z[ host-image] Feb 11 20:33:01.827 INFO O| Feb 11 20:33:01.827 INFO O| Planning: Consolidating action changes ... Done
38972025-02-11T20:33:04.014Z[ host-image] Feb 11 20:33:02.365 INFO O| Feb 11 20:33:02.364 INFO O| Planning: Evaluating mediators ... Done
38982025-02-11T20:33:10.413Z[ host-image] Feb 11 20:33:08.653 INFO O| Feb 11 20:33:08.653 INFO O| Planning: Planning completed in 183.04 seconds
38992025-02-11T20:33:10.477Z[ host-image] Feb 11 20:33:08.660 INFO O| Feb 11 20:33:08.660 INFO O| Packages to install: 124
39002025-02-11T20:33:10.477Z[ host-image] Feb 11 20:33:08.661 INFO O| Feb 11 20:33:08.660 INFO O| Mediators to change: 4
39012025-02-11T20:33:10.477Z[ host-image] Feb 11 20:33:08.661 INFO O| Feb 11 20:33:08.661 INFO O| Services to change: 6
39022025-02-11T20:33:10.485Z[ host-image] Feb 11 20:33:08.774 INFO O| Feb 11 20:33:08.774 INFO O| Download: 0/22794 items 0.0/199.7MB 0% complete
39032025-02-11T20:33:11.430Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39042025-02-11T20:33:15.451Z[ host-image] Feb 11 20:33:13.800 INFO O| Feb 11 20:33:13.800 INFO O| Download: 1275/22794 items 7.7/199.7MB 3% complete (1.6M/s)
39052025-02-11T20:33:16.237Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39062025-02-11T20:33:20.500Z[ host-image] Feb 11 20:33:18.849 INFO O| Feb 11 20:33:18.849 INFO O| Download: 1805/22794 items 16.8/199.7MB 8% complete (1.6M/s)
39072025-02-11T20:33:21.409Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39082025-02-11T20:33:25.532Z[ host-image] Feb 11 20:33:23.880 INFO O| Feb 11 20:33:23.880 INFO O| Download: 2338/22794 items 27.5/199.7MB 13% complete (2.0M/s)
39092025-02-11T20:33:26.074Z[ recovery-image] Feb 11 20:33:24.422 INFO O| Feb 11 20:33:24.422 INFO O| Planning: Running solver ... Done
39102025-02-11T20:33:26.682Z[ recovery-image] Feb 11 20:33:25.030 INFO O| Feb 11 20:33:25.030 INFO O| Planning: Finding local manifests ... Done
39112025-02-11T20:33:26.699Z[ recovery-image] Feb 11 20:33:25.048 INFO O| Feb 11 20:33:25.047 INFO O| Planning: Fetching manifests: 0/124 0% complete
39122025-02-11T20:33:28.542Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39132025-02-11T20:33:29.257Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39142025-02-11T20:33:30.546Z[ host-image] Feb 11 20:33:28.893 INFO O| Feb 11 20:33:28.893 INFO O| Download: 3516/22794 items 35.7/199.7MB 17% complete (1.9M/s)
39152025-02-11T20:33:31.488Z[ recovery-image] Feb 11 20:33:29.836 INFO O| Feb 11 20:33:29.836 INFO O| Planning: Fetching manifests: 124/124 100% complete
39162025-02-11T20:33:31.623Z[verify-libraries] Compiling termios v0.3.3
39172025-02-11T20:33:32.054Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39182025-02-11T20:33:32.458Z[ recovery-image] Feb 11 20:33:30.804 INFO O| Feb 11 20:33:30.804 INFO O| Planning: Package planning ... Done
39192025-02-11T20:33:33.190Z[ recovery-image] Feb 11 20:33:31.537 INFO O| Feb 11 20:33:31.537 INFO O| Planning: Merging actions ... Done
39202025-02-11T20:33:33.379Z[ recovery-image] Feb 11 20:33:31.726 INFO O| Feb 11 20:33:31.726 INFO O| Planning: Checking for conflicting actions ... Done
39212025-02-11T20:33:33.603Z[ recovery-image] Feb 11 20:33:31.950 INFO O| Feb 11 20:33:31.950 INFO O| Planning: Consolidating action changes ... Done
39222025-02-11T20:33:33.954Z[ recovery-image] Feb 11 20:33:32.301 INFO O| Feb 11 20:33:32.301 INFO O| Planning: Evaluating mediators ... Done
39232025-02-11T20:33:35.569Z[ host-image] Feb 11 20:33:33.915 INFO O| Feb 11 20:33:33.915 INFO O| Download: 4557/22794 items 42.6/199.7MB 21% complete (1.6M/s)
39242025-02-11T20:33:39.965Z[ recovery-image] Feb 11 20:33:38.312 INFO O| Feb 11 20:33:38.311 INFO O| Planning: Planning completed in 178.15 seconds
39252025-02-11T20:33:39.972Z[ recovery-image] Feb 11 20:33:38.319 INFO O| Feb 11 20:33:38.318 INFO O| Packages to install: 124
39262025-02-11T20:33:39.972Z[ recovery-image] Feb 11 20:33:38.319 INFO O| Feb 11 20:33:38.319 INFO O| Mediators to change: 4
39272025-02-11T20:33:39.975Z[ recovery-image] Feb 11 20:33:38.319 INFO O| Feb 11 20:33:38.319 INFO O| Services to change: 5
39282025-02-11T20:33:40.052Z[ recovery-image] Feb 11 20:33:38.398 INFO O| Feb 11 20:33:38.398 INFO O| Download: 0/15865 items 0.0/176.4MB 0% complete
39292025-02-11T20:33:40.581Z[ host-image] Feb 11 20:33:38.928 INFO O| Feb 11 20:33:38.928 INFO O| Download: 5527/22794 items 46.2/199.7MB 23% complete (1.1M/s)
39302025-02-11T20:33:45.159Z[ recovery-image] Feb 11 20:33:43.505 INFO O| Feb 11 20:33:43.505 INFO O| Download: 1002/15865 items 7.9/176.4MB 4% complete (1.7M/s)
39312025-02-11T20:33:45.582Z[ host-image] Feb 11 20:33:43.928 INFO O| Feb 11 20:33:43.928 INFO O| Download: 6241/22794 items 46.6/199.7MB 23% complete (403k/s)
39322025-02-11T20:33:50.371Z[ recovery-image] Feb 11 20:33:48.716 INFO O| Feb 11 20:33:48.716 INFO O| Download: 1311/15865 items 20.1/176.4MB 11% complete (2.0M/s)
39332025-02-11T20:33:50.859Z[ host-image] Feb 11 20:33:49.204 INFO O| Feb 11 20:33:49.204 INFO O| Download: 7002/22794 items 50.7/199.7MB 25% complete (451k/s)
39342025-02-11T20:33:55.440Z[ recovery-image] Feb 11 20:33:53.784 INFO O| Feb 11 20:33:53.784 INFO O| Download: 1645/15865 items 25.5/176.4MB 14% complete (1.8M/s)
39352025-02-11T20:33:55.862Z[ host-image] Feb 11 20:33:54.206 INFO O| Feb 11 20:33:54.206 INFO O| Download: 8028/22794 items 60.3/199.7MB 30% complete (1.4M/s)
39362025-02-11T20:33:57.393Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39372025-02-11T20:34:00.617Z[ recovery-image] Feb 11 20:33:58.961 INFO O| Feb 11 20:33:58.961 INFO O| Download: 2684/15865 items 33.1/176.4MB 18% complete (1.6M/s)
39382025-02-11T20:34:01.122Z[ host-image] Feb 11 20:33:59.466 INFO O| Feb 11 20:33:59.466 INFO O| Download: 8386/22794 items 69.2/199.7MB 34% complete (1.8M/s)
39392025-02-11T20:34:05.635Z[ recovery-image] Feb 11 20:34:03.978 INFO O| Feb 11 20:34:03.977 INFO O| Download: 3511/15865 items 38.4/176.4MB 21% complete (1.3M/s)
39402025-02-11T20:34:06.145Z[ host-image] Feb 11 20:34:04.488 INFO O| Feb 11 20:34:04.488 INFO O| Download: 9251/22794 items 78.6/199.7MB 39% complete (1.7M/s)
39412025-02-11T20:34:09.629Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39422025-02-11T20:34:10.636Z[ recovery-image] Feb 11 20:34:08.978 INFO O| Feb 11 20:34:08.978 INFO O| Download: 3804/15865 items 42.4/176.4MB 24% complete (972k/s)
39432025-02-11T20:34:11.147Z[ host-image] Feb 11 20:34:09.490 INFO O| Feb 11 20:34:09.490 INFO O| Download: 9988/22794 items 83.7/199.7MB 41% complete (1.5M/s)
39442025-02-11T20:34:15.650Z[ recovery-image] Feb 11 20:34:13.992 INFO O| Feb 11 20:34:13.992 INFO O| Download: 4624/15865 items 42.9/176.4MB 24% complete (468k/s)
39452025-02-11T20:34:16.661Z[ host-image] Feb 11 20:34:15.002 INFO O| Feb 11 20:34:15.002 INFO O| Download: 10418/22794 items 88.0/199.7MB 44% complete (1.6M/s)
39462025-02-11T20:34:20.651Z[ recovery-image] Feb 11 20:34:18.992 INFO O| Feb 11 20:34:18.992 INFO O| Download: 5428/15865 items 43.4/176.4MB 24% complete (103k/s)
39472025-02-11T20:34:21.869Z[ host-image] Feb 11 20:34:20.210 INFO O| Feb 11 20:34:20.210 INFO O| Download: 11097/22794 items 92.1/199.7MB 46% complete (834k/s)
39482025-02-11T20:34:26.066Z[ recovery-image] Feb 11 20:34:24.407 INFO O| Feb 11 20:34:24.407 INFO O| Download: 6013/15865 items 54.1/176.4MB 30% complete (1.1M/s)
39492025-02-11T20:34:26.872Z[ host-image] Feb 11 20:34:25.212 INFO O| Feb 11 20:34:25.212 INFO O| Download: 11859/22794 items 96.5/199.7MB 48% complete (859k/s)
39502025-02-11T20:34:31.096Z[ recovery-image] Feb 11 20:34:29.424 INFO O| Feb 11 20:34:29.423 INFO O| Download: 6528/15865 items 64.0/176.4MB 36% complete (2.0M/s)
39512025-02-11T20:34:31.940Z[ host-image] Feb 11 20:34:30.279 INFO O| Feb 11 20:34:30.279 INFO O| Download: 12198/22794 items 108.7/199.7MB 54% complete (1.7M/s)
39522025-02-11T20:34:36.102Z[ recovery-image] Feb 11 20:34:34.441 INFO O| Feb 11 20:34:34.441 INFO O| Download: 7550/15865 items 73.6/176.4MB 41% complete (2.0M/s)
39532025-02-11T20:34:36.941Z[ host-image] Feb 11 20:34:35.280 INFO O| Feb 11 20:34:35.280 INFO O| Download: 12773/22794 items 109.7/199.7MB 54% complete (1.3M/s)
39542025-02-11T20:34:41.108Z[ recovery-image] Feb 11 20:34:39.444 INFO O| Feb 11 20:34:39.444 INFO O| Download: 7954/15865 items 77.8/176.4MB 44% complete (1.4M/s)
39552025-02-11T20:34:41.946Z[ host-image] Feb 11 20:34:40.285 INFO O| Feb 11 20:34:40.285 INFO O| Download: 13834/22794 items 110.3/199.7MB 55% complete (159k/s)
39562025-02-11T20:34:46.240Z[ recovery-image] Feb 11 20:34:44.578 INFO O| Feb 11 20:34:44.578 INFO O| Download: 8763/15865 items 84.2/176.4MB 47% complete (1.1M/s)
39572025-02-11T20:34:47.009Z[ host-image] Feb 11 20:34:45.347 INFO O| Feb 11 20:34:45.347 INFO O| Download: 14420/22794 items 111.6/199.7MB 55% complete (180k/s)
39582025-02-11T20:34:51.281Z[ recovery-image] Feb 11 20:34:49.618 INFO O| Feb 11 20:34:49.618 INFO O| Download: 9272/15865 items 92.8/176.4MB 52% complete (1.5M/s)
39592025-02-11T20:34:52.011Z[ host-image] Feb 11 20:34:50.349 INFO O| Feb 11 20:34:50.349 INFO O| Download: 14871/22794 items 120.1/199.7MB 60% complete (947k/s)
39602025-02-11T20:34:56.288Z[ recovery-image] Feb 11 20:34:54.625 INFO O| Feb 11 20:34:54.625 INFO O| Download: 9982/15865 items 93.2/176.4MB 52% complete (938k/s)
39612025-02-11T20:34:57.012Z[ host-image] Feb 11 20:34:55.349 INFO O| Feb 11 20:34:55.349 INFO O| Download: 15737/22794 items 126.0/199.7MB 63% complete (1.4M/s)
39622025-02-11T20:35:01.294Z[ recovery-image] Feb 11 20:34:59.630 INFO O| Feb 11 20:34:59.630 INFO O| Download: 10922/15865 items 93.9/176.4MB 53% complete (108k/s)
39632025-02-11T20:35:02.016Z[ host-image] Feb 11 20:35:00.352 INFO O| Feb 11 20:35:00.352 INFO O| Download: 16475/22794 items 134.1/199.7MB 67% complete (1.4M/s)
39642025-02-11T20:35:06.317Z[ recovery-image] Feb 11 20:35:04.652 INFO O| Feb 11 20:35:04.652 INFO O| Download: 11274/15865 items 105.7/176.4MB 59% complete (1.2M/s)
39652025-02-11T20:35:07.017Z[ host-image] Feb 11 20:35:05.353 INFO O| Feb 11 20:35:05.353 INFO O| Download: 17412/22794 items 143.1/199.7MB 71% complete (1.7M/s)
39662025-02-11T20:35:11.334Z[ recovery-image] Feb 11 20:35:09.669 INFO O| Feb 11 20:35:09.669 INFO O| Download: 11922/15865 items 127.6/176.4MB 72% complete (3.3M/s)
39672025-02-11T20:35:12.019Z[ host-image] Feb 11 20:35:10.354 INFO O| Feb 11 20:35:10.354 INFO O| Download: 18131/22794 items 162.5/199.7MB 81% complete (2.9M/s)
39682025-02-11T20:35:16.648Z[ recovery-image] Feb 11 20:35:14.982 INFO O| Feb 11 20:35:14.982 INFO O| Download: 11991/15865 items 139.4/176.4MB 78% complete (4.3M/s)
39692025-02-11T20:35:17.020Z[ host-image] Feb 11 20:35:15.354 INFO O| Feb 11 20:35:15.354 INFO O| Download: 19202/22794 items 167.3/199.7MB 83% complete (2.4M/s)
39702025-02-11T20:35:21.660Z[ recovery-image] Feb 11 20:35:19.994 INFO O| Feb 11 20:35:19.994 INFO O| Download: 13002/15865 items 144.2/176.4MB 81% complete (1.6M/s)
39712025-02-11T20:35:22.726Z[ host-image] Feb 11 20:35:21.060 INFO O| Feb 11 20:35:21.060 INFO O| Download: 20017/22794 items 170.2/199.7MB 85% complete (960k/s)
39722025-02-11T20:35:26.676Z[ recovery-image] Feb 11 20:35:25.009 INFO O| Feb 11 20:35:25.008 INFO O| Download: 13907/15865 items 147.9/176.4MB 83% complete (867k/s)
39732025-02-11T20:35:27.810Z[ host-image] Feb 11 20:35:26.143 INFO O| Feb 11 20:35:26.143 INFO O| Download: 20697/22794 items 173.1/199.7MB 86% complete (563k/s)
39742025-02-11T20:35:32.040Z[ recovery-image] Feb 11 20:35:30.371 INFO O| Feb 11 20:35:30.371 INFO O| Download: 14719/15865 items 152.0/176.4MB 86% complete (749k/s)
39752025-02-11T20:35:32.837Z[ host-image] Feb 11 20:35:31.170 INFO O| Feb 11 20:35:31.170 INFO O| Download: 21064/22794 items 179.5/199.7MB 89% complete (946k/s)
39762025-02-11T20:35:37.056Z[ recovery-image] Feb 11 20:35:35.388 INFO O| Feb 11 20:35:35.388 INFO O| Download: 15238/15865 items 158.1/176.4MB 89% complete (1016k/s)
39772025-02-11T20:35:38.499Z[ host-image] Feb 11 20:35:36.831 INFO O| Feb 11 20:35:36.831 INFO O| Download: 21711/22794 items 183.7/199.7MB 91% complete (1.1M/s)
39782025-02-11T20:35:42.505Z[ recovery-image] Feb 11 20:35:40.837 INFO O| Feb 11 20:35:40.836 INFO O| Download: 15567/15865 items 169.1/176.4MB 95% complete (1.8M/s)
39792025-02-11T20:35:43.768Z[ host-image] Feb 11 20:35:42.099 INFO O| Feb 11 20:35:42.099 INFO O| Download: 22077/22794 items 193.0/199.7MB 96% complete (1.3M/s)
39802025-02-11T20:35:48.840Z[ host-image] Feb 11 20:35:47.171 INFO O| Feb 11 20:35:47.171 INFO O| Download: 22789/22794 items 199.7/199.7MB 99% complete (1.7M/s)
39812025-02-11T20:35:48.843Z[ recovery-image] Feb 11 20:35:47.171 INFO O| Feb 11 20:35:47.171 INFO O| Download: 15864/15865 items 176.4/176.4MB 100% complete (1.8M/s)
39822025-02-11T20:35:48.855Z[ recovery-image] Feb 11 20:35:47.185 INFO O| Feb 11 20:35:47.185 INFO O| Download: Completed 176.45 MB in 128.79 seconds (1.4M/s)
39832025-02-11T20:35:48.982Z[ host-image] Feb 11 20:35:47.312 INFO O| Feb 11 20:35:47.312 INFO O| Download: Completed 199.73 MB in 158.54 seconds (1.3M/s)
39842025-02-11T20:35:50.820Z[ recovery-image] Feb 11 20:35:49.150 INFO O| Feb 11 20:35:49.150 INFO O| Actions: 1/25031 actions (Installing new actions)
39852025-02-11T20:35:51.363Z[ host-image] Feb 11 20:35:49.693 INFO O| Feb 11 20:35:49.693 INFO O| Actions: 1/49494 actions (Installing new actions)
39862025-02-11T20:35:55.833Z[ recovery-image] Feb 11 20:35:54.162 INFO O| Feb 11 20:35:54.162 INFO O| Actions: 7752/25031 actions (Installing new actions)
39872025-02-11T20:35:56.365Z[ host-image] Feb 11 20:35:54.693 INFO O| Feb 11 20:35:54.693 INFO O| Actions: 5789/49494 actions (Installing new actions)
39882025-02-11T20:36:00.842Z[ recovery-image] Feb 11 20:35:59.171 INFO O| Feb 11 20:35:59.171 INFO O| Actions: 12642/25031 actions (Installing new actions)
39892025-02-11T20:36:01.367Z[ host-image] Feb 11 20:35:59.696 INFO O| Feb 11 20:35:59.696 INFO O| Actions: 10144/49494 actions (Installing new actions)
39902025-02-11T20:36:05.846Z[ recovery-image] Feb 11 20:36:04.175 INFO O| Feb 11 20:36:04.175 INFO O| Actions: 18909/25031 actions (Installing new actions)
39912025-02-11T20:36:06.368Z[ host-image] Feb 11 20:36:04.696 INFO O| Feb 11 20:36:04.696 INFO O| Actions: 15989/49494 actions (Installing new actions)
39922025-02-11T20:36:09.461Z[ recovery-image] Feb 11 20:36:07.788 INFO O| Feb 11 20:36:07.788 INFO O| Actions: Completed 25031 actions in 18.63 seconds.
39932025-02-11T20:36:10.502Z[ recovery-image] Feb 11 20:36:08.830 INFO O| Feb 11 20:36:08.829 INFO O| Done
39942025-02-11T20:36:10.502Z[ recovery-image] Feb 11 20:36:08.830 INFO O| Feb 11 20:36:08.830 INFO O| Done
39952025-02-11T20:36:11.370Z[ host-image] Feb 11 20:36:09.696 INFO O| Feb 11 20:36:09.696 INFO O| Actions: 21759/49494 actions (Installing new actions)
39962025-02-11T20:36:12.704Z[ recovery-image] Feb 11 20:36:11.028 INFO O| Feb 11 20:36:11.028 INFO O| Done
39972025-02-11T20:36:15.256Z[ recovery-image] Feb 11 20:36:13.583 INFO O| Feb 11 20:36:13.582 INFO O| Done
39982025-02-11T20:36:15.290Z[ recovery-image] Feb 11 20:36:13.617 INFO O| Feb 11 20:36:13.617 INFO O| Done
39992025-02-11T20:36:16.387Z[ host-image] Feb 11 20:36:14.714 INFO O| Feb 11 20:36:14.714 INFO O| Actions: 27157/49494 actions (Installing new actions)
40002025-02-11T20:36:21.542Z[ recovery-image] Feb 11 20:36:19.869 INFO O| Feb 11 20:36:19.869 INFO O| Done
40012025-02-11T20:36:21.899Z[ host-image] Feb 11 20:36:20.225 INFO O| Feb 11 20:36:20.225 INFO O| Actions: 48939/49494 actions (Installing new actions)
40022025-02-11T20:36:22.203Z[ recovery-image] Feb 11 20:36:20.529 INFO O| Feb 11 20:36:20.529 INFO O| Done
40032025-02-11T20:36:23.110Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40042025-02-11T20:36:23.148Z[ host-image] Feb 11 20:36:21.440 INFO O| Feb 11 20:36:21.440 INFO O| Actions: Completed 49494 actions in 31.74 seconds.
40052025-02-11T20:36:23.278Z[ recovery-image] Feb 11 20:36:21.604 INFO O| Feb 11 20:36:21.604 INFO STEP 11 (pkg_install) COMPLETE
40062025-02-11T20:36:23.278Z[ recovery-image] Feb 11 20:36:21.604 INFO O| Feb 11 20:36:21.604 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40072025-02-11T20:36:23.281Z[ recovery-image] Feb 11 20:36:21.604 INFO O| Feb 11 20:36:21.604 INFO skip step because feature "recovery" is enabled
40082025-02-11T20:36:23.281Z[ recovery-image] Feb 11 20:36:21.604 INFO O| Feb 11 20:36:21.604 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40092025-02-11T20:36:23.281Z[ recovery-image] Feb 11 20:36:21.604 INFO O| Feb 11 20:36:21.604 INFO skip step because feature "omicron1" is not enabled
40102025-02-11T20:36:23.281Z[ recovery-image] Feb 11 20:36:21.604 INFO O| Feb 11 20:36:21.604 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40112025-02-11T20:36:23.330Z[ recovery-image] Feb 11 20:36:21.641 INFO O| Feb 11 20:36:21.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40122025-02-11T20:36:23.907Z[ host-image] Feb 11 20:36:22.234 INFO O| Feb 11 20:36:22.233 INFO O| Done
40132025-02-11T20:36:23.907Z[ host-image] Feb 11 20:36:22.234 INFO O| Feb 11 20:36:22.233 INFO O| Done
40142025-02-11T20:36:26.100Z[ host-image] Feb 11 20:36:24.425 INFO O| Feb 11 20:36:24.425 INFO O| Done
40152025-02-11T20:36:27.147Z[ recovery-image] Feb 11 20:36:25.473 INFO O| Feb 11 20:36:25.473 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40162025-02-11T20:36:29.107Z[ host-image] Feb 11 20:36:27.433 INFO O| Feb 11 20:36:27.433 INFO O| Done
40172025-02-11T20:36:29.173Z[ host-image] Feb 11 20:36:27.499 INFO O| Feb 11 20:36:27.499 INFO O| Done
40182025-02-11T20:36:31.977Z[ recovery-image] Feb 11 20:36:30.302 INFO O| Feb 11 20:36:30.302 INFO O| Planning: Solver setup ... Done
40192025-02-11T20:36:31.984Z[ recovery-image] Feb 11 20:36:30.309 INFO O| Feb 11 20:36:30.309 INFO O| Planning: Running solver ... Done
40202025-02-11T20:36:32.109Z[ recovery-image] Feb 11 20:36:30.434 INFO O| Feb 11 20:36:30.434 INFO O| Planning: Finding local manifests ... Done
40212025-02-11T20:36:32.114Z[ recovery-image] Feb 11 20:36:30.435 INFO O| Feb 11 20:36:30.435 INFO O| Planning: Fetching manifests: 0/1 0% complete
40222025-02-11T20:36:32.342Z[ recovery-image] Feb 11 20:36:30.667 INFO O| Feb 11 20:36:30.667 INFO O| Planning: Fetching manifests: 1/1 100% complete
40232025-02-11T20:36:32.477Z[ recovery-image] Feb 11 20:36:30.801 INFO O| Feb 11 20:36:30.801 INFO O| Planning: Package planning ... Done
40242025-02-11T20:36:32.480Z[ recovery-image] Feb 11 20:36:30.802 INFO O| Feb 11 20:36:30.802 INFO O| Planning: Merging actions ... Done
40252025-02-11T20:36:32.553Z[ recovery-image] Feb 11 20:36:30.878 INFO O| Feb 11 20:36:30.878 INFO O| Planning: Checking for conflicting actions ... Done
40262025-02-11T20:36:32.556Z[ recovery-image] Feb 11 20:36:30.879 INFO O| Feb 11 20:36:30.879 INFO O| Planning: Consolidating action changes ... Done
40272025-02-11T20:36:33.234Z[ recovery-image] Feb 11 20:36:31.559 INFO O| Feb 11 20:36:31.559 INFO O| Planning: Evaluating mediators ... Done
40282025-02-11T20:36:33.237Z[ recovery-image] Feb 11 20:36:31.560 INFO O| Feb 11 20:36:31.560 INFO O| Planning: Planning completed in 6.09 seconds
40292025-02-11T20:36:33.239Z[ recovery-image] Feb 11 20:36:31.563 INFO O| Feb 11 20:36:31.563 INFO O| Packages to install: 1
40302025-02-11T20:36:33.257Z[ recovery-image] Feb 11 20:36:31.582 INFO O| Feb 11 20:36:31.582 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40312025-02-11T20:36:33.880Z[ recovery-image] Feb 11 20:36:32.205 INFO O| Feb 11 20:36:32.205 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.0M/s)
40322025-02-11T20:36:34.126Z[ recovery-image] Feb 11 20:36:32.451 INFO O| Feb 11 20:36:32.450 INFO O| Actions: 1/22 actions (Installing new actions)
40332025-02-11T20:36:34.528Z[ recovery-image] Feb 11 20:36:32.852 INFO O| Feb 11 20:36:32.852 INFO O| Actions: Completed 22 actions in 0.40 seconds.
40342025-02-11T20:36:35.184Z[ recovery-image] Feb 11 20:36:33.508 INFO O| Feb 11 20:36:33.508 INFO O| Done
40352025-02-11T20:36:35.184Z[ recovery-image] Feb 11 20:36:33.508 INFO O| Feb 11 20:36:33.508 INFO O| Done
40362025-02-11T20:36:36.612Z[ recovery-image] Feb 11 20:36:34.936 INFO O| Feb 11 20:36:34.936 INFO O| Done
40372025-02-11T20:36:37.002Z[ host-image] Feb 11 20:36:35.326 INFO O| Feb 11 20:36:35.326 INFO O| Done
40382025-02-11T20:36:38.102Z[ host-image] Feb 11 20:36:36.426 INFO O| Feb 11 20:36:36.426 INFO O| Done
40392025-02-11T20:36:38.599Z[ recovery-image] Feb 11 20:36:36.923 INFO O| Feb 11 20:36:36.922 INFO O| Done
40402025-02-11T20:36:38.653Z[ recovery-image] Feb 11 20:36:36.977 INFO O| Feb 11 20:36:36.977 INFO O| Done
40412025-02-11T20:36:38.655Z[ recovery-image] Feb 11 20:36:36.978 INFO O| Feb 11 20:36:36.978 INFO O| Done
40422025-02-11T20:36:38.699Z[ recovery-image] Feb 11 20:36:37.023 INFO O| Feb 11 20:36:37.023 INFO O| Done
40432025-02-11T20:36:38.836Z[ host-image] Feb 11 20:36:37.159 INFO O| Feb 11 20:36:37.159 INFO STEP 11 (pkg_install) COMPLETE
40442025-02-11T20:36:38.836Z[ host-image] Feb 11 20:36:37.159 INFO O| Feb 11 20:36:37.159 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40452025-02-11T20:36:38.853Z[ host-image] Feb 11 20:36:37.177 INFO O| Feb 11 20:36:37.177 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"]
40462025-02-11T20:36:38.884Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO STEP 14 (pkg_install) COMPLETE
40472025-02-11T20:36:38.884Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40482025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO skip step because feature "mfg" is not enabled
40492025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40502025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO skip step because feature "compliance" is not enabled
40512025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40522025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO skip step because feature "stress" is not enabled
40532025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40542025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO skip step because feature "nfs" is not enabled
40552025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40562025-02-11T20:36:38.887Z[ recovery-image] Feb 11 20:36:37.208 INFO O| Feb 11 20:36:37.208 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40572025-02-11T20:36:38.953Z[ recovery-image] Feb 11 20:36:37.278 INFO O| Feb 11 20:36:37.277 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40582025-02-11T20:36:39.097Z[ recovery-image] Feb 11 20:36:37.421 INFO O| Feb 11 20:36:37.421 INFO completed processing gimlet/ramdisk-01-os
40592025-02-11T20:36:39.102Z[ recovery-image] Feb 11 20:36:37.425 INFO image builder template: ramdisk-02-trim...
40602025-02-11T20:36:39.102Z[ recovery-image] Feb 11 20:36:37.425 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/.tmpJPU0e5/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
40612025-02-11T20:36:39.146Z[ recovery-image] Feb 11 20:36:37.470 INFO O| Feb 11 20:36:37.470 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40622025-02-11T20:36:39.157Z[ recovery-image] Feb 11 20:36:37.481 INFO O| Feb 11 20:36:37.481 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40632025-02-11T20:36:39.323Z[ recovery-image] Feb 11 20:36:37.648 INFO O| Feb 11 20:36:37.647 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40642025-02-11T20:36:39.467Z[ recovery-image] Feb 11 20:36:37.792 INFO O| Feb 11 20:36:37.792 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40652025-02-11T20:36:39.470Z[ recovery-image] Feb 11 20:36:37.792 INFO O| Feb 11 20:36:37.792 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40662025-02-11T20:36:39.498Z[ recovery-image] Feb 11 20:36:37.823 INFO O| Feb 11 20:36:37.822 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40672025-02-11T20:36:39.507Z[ recovery-image] Feb 11 20:36:37.831 INFO O| Feb 11 20:36:37.831 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40682025-02-11T20:36:39.515Z[ recovery-image] Feb 11 20:36:37.839 INFO O| Feb 11 20:36:37.839 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40692025-02-11T20:36:39.821Z[ recovery-image] Feb 11 20:36:38.145 INFO O| Feb 11 20:36:38.145 INFO rolled back to input snapshot; work may begin
40702025-02-11T20:36:39.821Z[ recovery-image] Feb 11 20:36:38.145 INFO O| Feb 11 20:36:38.145 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40712025-02-11T20:36:39.830Z[ recovery-image] Feb 11 20:36:38.154 INFO O| Feb 11 20:36:38.154 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722025-02-11T20:36:39.850Z[ recovery-image] Feb 11 20:36:38.174 INFO O| Feb 11 20:36:38.174 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40732025-02-11T20:36:40.111Z[ host-image] Feb 11 20:36:38.435 INFO O| Feb 11 20:36:38.435 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40742025-02-11T20:36:40.894Z[ recovery-image] Feb 11 20:36:39.218 INFO O| Feb 11 20:36:39.217 INFO STEP 0 (remove_files) COMPLETE
40752025-02-11T20:36:40.894Z[ recovery-image] Feb 11 20:36:39.218 INFO O| Feb 11 20:36:39.217 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762025-02-11T20:36:40.914Z[ recovery-image] Feb 11 20:36:39.238 INFO O| Feb 11 20:36:39.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40772025-02-11T20:36:40.918Z[ recovery-image] Feb 11 20:36:39.240 INFO O| Feb 11 20:36:39.240 INFO STEP 1 (remove_files) COMPLETE
40782025-02-11T20:36:40.918Z[ recovery-image] Feb 11 20:36:39.240 INFO O| Feb 11 20:36:39.240 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792025-02-11T20:36:40.948Z[ recovery-image] Feb 11 20:36:39.272 INFO O| Feb 11 20:36:39.271 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40802025-02-11T20:36:40.990Z[ recovery-image] Feb 11 20:36:39.314 INFO O| Feb 11 20:36:39.314 INFO STEP 2 (remove_files) COMPLETE
40812025-02-11T20:36:40.990Z[ recovery-image] Feb 11 20:36:39.314 INFO O| Feb 11 20:36:39.314 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822025-02-11T20:36:41.012Z[ recovery-image] Feb 11 20:36:39.336 INFO O| Feb 11 20:36:39.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40832025-02-11T20:36:41.015Z[ recovery-image] Feb 11 20:36:39.338 INFO O| Feb 11 20:36:39.338 INFO STEP 3 (remove_files) COMPLETE
40842025-02-11T20:36:41.018Z[ recovery-image] Feb 11 20:36:39.339 INFO O| Feb 11 20:36:39.338 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852025-02-11T20:36:41.035Z[ recovery-image] Feb 11 20:36:39.359 INFO O| Feb 11 20:36:39.359 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40862025-02-11T20:36:41.041Z[ recovery-image] Feb 11 20:36:39.364 INFO O| Feb 11 20:36:39.364 INFO STEP 4 (remove_files) COMPLETE
40872025-02-11T20:36:41.041Z[ recovery-image] Feb 11 20:36:39.364 INFO O| Feb 11 20:36:39.364 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882025-02-11T20:36:41.059Z[ recovery-image] Feb 11 20:36:39.383 INFO O| Feb 11 20:36:39.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40892025-02-11T20:36:41.061Z[ recovery-image] Feb 11 20:36:39.383 INFO O| Feb 11 20:36:39.383 INFO STEP 5 (remove_files) COMPLETE
40902025-02-11T20:36:41.061Z[ recovery-image] Feb 11 20:36:39.384 INFO O| Feb 11 20:36:39.383 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912025-02-11T20:36:41.079Z[ recovery-image] Feb 11 20:36:39.402 INFO O| Feb 11 20:36:39.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40922025-02-11T20:36:41.096Z[ recovery-image] Feb 11 20:36:39.419 INFO O| Feb 11 20:36:39.419 INFO STEP 6 (remove_files) COMPLETE
40932025-02-11T20:36:41.096Z[ recovery-image] Feb 11 20:36:39.419 INFO O| Feb 11 20:36:39.419 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942025-02-11T20:36:41.099Z[ recovery-image] Feb 11 20:36:39.419 INFO O| Feb 11 20:36:39.419 INFO skip step because feature "recovery" is enabled
40952025-02-11T20:36:41.099Z[ recovery-image] Feb 11 20:36:39.419 INFO O| Feb 11 20:36:39.419 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962025-02-11T20:36:41.099Z[ recovery-image] Feb 11 20:36:39.419 INFO O| Feb 11 20:36:39.419 INFO skip step because feature "recovery" is enabled
40972025-02-11T20:36:41.099Z[ recovery-image] Feb 11 20:36:39.419 INFO O| Feb 11 20:36:39.419 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982025-02-11T20:36:41.099Z[ recovery-image] Feb 11 20:36:39.419 INFO O| Feb 11 20:36:39.419 INFO skip step because feature "recovery" is enabled
40992025-02-11T20:36:41.099Z[ recovery-image] Feb 11 20:36:39.420 INFO O| Feb 11 20:36:39.419 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002025-02-11T20:36:41.133Z[ recovery-image] Feb 11 20:36:39.457 INFO O| Feb 11 20:36:39.457 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41012025-02-11T20:36:41.138Z[ recovery-image] Feb 11 20:36:39.462 INFO O| Feb 11 20:36:39.462 INFO STEP 10 (remove_files) COMPLETE
41022025-02-11T20:36:41.138Z[ recovery-image] Feb 11 20:36:39.462 INFO O| Feb 11 20:36:39.462 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032025-02-11T20:36:41.185Z[ recovery-image] Feb 11 20:36:39.508 INFO O| Feb 11 20:36:39.508 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41042025-02-11T20:36:41.187Z[ recovery-image] Feb 11 20:36:39.510 INFO O| Feb 11 20:36:39.510 INFO STEP 11 (remove_files) COMPLETE
41052025-02-11T20:36:41.187Z[ recovery-image] Feb 11 20:36:39.510 INFO O| Feb 11 20:36:39.510 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062025-02-11T20:36:41.244Z[ recovery-image] Feb 11 20:36:39.567 INFO O| Feb 11 20:36:39.567 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41072025-02-11T20:36:41.268Z[ recovery-image] Feb 11 20:36:39.592 INFO O| Feb 11 20:36:39.592 INFO STEP 12 (remove_files) COMPLETE
41082025-02-11T20:36:41.268Z[ recovery-image] Feb 11 20:36:39.592 INFO O| Feb 11 20:36:39.592 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092025-02-11T20:36:41.405Z[ recovery-image] Feb 11 20:36:39.729 INFO O| Feb 11 20:36:39.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41102025-02-11T20:36:41.923Z[ recovery-image] Feb 11 20:36:40.247 INFO O| Feb 11 20:36:40.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41112025-02-11T20:36:41.963Z[ recovery-image] Feb 11 20:36:40.287 INFO O| Feb 11 20:36:40.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41122025-02-11T20:36:41.966Z[ recovery-image] Feb 11 20:36:40.290 INFO O| Feb 11 20:36:40.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41132025-02-11T20:36:41.970Z[ recovery-image] Feb 11 20:36:40.294 INFO O| Feb 11 20:36:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41142025-02-11T20:36:42.194Z[ recovery-image] Feb 11 20:36:40.518 INFO O| Feb 11 20:36:40.518 INFO STEP 13 (remove_files) COMPLETE
41152025-02-11T20:36:42.194Z[ recovery-image] Feb 11 20:36:40.518 INFO O| Feb 11 20:36:40.518 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162025-02-11T20:36:42.215Z[ recovery-image] Feb 11 20:36:40.539 INFO O| Feb 11 20:36:40.538 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41172025-02-11T20:36:42.217Z[ recovery-image] Feb 11 20:36:40.541 INFO O| Feb 11 20:36:40.541 INFO STEP 14 (remove_files) COMPLETE
41182025-02-11T20:36:42.217Z[ recovery-image] Feb 11 20:36:40.541 INFO O| Feb 11 20:36:40.541 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192025-02-11T20:36:42.236Z[ recovery-image] Feb 11 20:36:40.560 INFO O| Feb 11 20:36:40.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41202025-02-11T20:36:42.245Z[ recovery-image] Feb 11 20:36:40.569 INFO O| Feb 11 20:36:40.569 INFO STEP 15 (remove_files) COMPLETE
41212025-02-11T20:36:42.248Z[ recovery-image] Feb 11 20:36:40.569 INFO O| Feb 11 20:36:40.569 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222025-02-11T20:36:42.278Z[ recovery-image] Feb 11 20:36:40.601 INFO O| Feb 11 20:36:40.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41232025-02-11T20:36:42.280Z[ recovery-image] Feb 11 20:36:40.602 INFO O| Feb 11 20:36:40.602 INFO STEP 16 (remove_files) COMPLETE
41242025-02-11T20:36:42.280Z[ recovery-image] Feb 11 20:36:40.602 INFO O| Feb 11 20:36:40.602 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252025-02-11T20:36:42.329Z[ recovery-image] Feb 11 20:36:40.653 INFO O| Feb 11 20:36:40.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41262025-02-11T20:36:42.333Z[ recovery-image] Feb 11 20:36:40.655 INFO O| Feb 11 20:36:40.655 INFO STEP 17 (remove_files) COMPLETE
41272025-02-11T20:36:42.333Z[ recovery-image] Feb 11 20:36:40.655 INFO O| Feb 11 20:36:40.655 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282025-02-11T20:36:42.364Z[ recovery-image] Feb 11 20:36:40.688 INFO O| Feb 11 20:36:40.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41292025-02-11T20:36:42.364Z[ recovery-image] Feb 11 20:36:40.688 INFO O| Feb 11 20:36:40.688 INFO STEP 18 (remove_files) COMPLETE
41302025-02-11T20:36:42.367Z[ recovery-image] Feb 11 20:36:40.688 INFO O| Feb 11 20:36:40.688 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312025-02-11T20:36:42.398Z[ recovery-image] Feb 11 20:36:40.722 INFO O| Feb 11 20:36:40.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41322025-02-11T20:36:42.398Z[ recovery-image] Feb 11 20:36:40.722 INFO O| Feb 11 20:36:40.722 INFO STEP 19 (remove_files) COMPLETE
41332025-02-11T20:36:42.398Z[ recovery-image] Feb 11 20:36:40.722 INFO O| Feb 11 20:36:40.722 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342025-02-11T20:36:42.434Z[ recovery-image] Feb 11 20:36:40.757 INFO O| Feb 11 20:36:40.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41352025-02-11T20:36:42.434Z[ recovery-image] Feb 11 20:36:40.757 INFO O| Feb 11 20:36:40.757 INFO STEP 20 (remove_files) COMPLETE
41362025-02-11T20:36:42.434Z[ recovery-image] Feb 11 20:36:40.758 INFO O| Feb 11 20:36:40.757 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372025-02-11T20:36:42.480Z[ recovery-image] Feb 11 20:36:40.803 INFO O| Feb 11 20:36:40.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41382025-02-11T20:36:42.480Z[ recovery-image] Feb 11 20:36:40.803 INFO O| Feb 11 20:36:40.803 INFO STEP 21 (remove_files) COMPLETE
41392025-02-11T20:36:42.482Z[ recovery-image] Feb 11 20:36:40.803 INFO O| Feb 11 20:36:40.803 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402025-02-11T20:36:42.498Z[ recovery-image] Feb 11 20:36:40.822 INFO O| Feb 11 20:36:40.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41412025-02-11T20:36:42.500Z[ recovery-image] Feb 11 20:36:40.822 INFO O| Feb 11 20:36:40.822 INFO STEP 22 (remove_files) COMPLETE
41422025-02-11T20:36:42.501Z[ recovery-image] Feb 11 20:36:40.822 INFO O| Feb 11 20:36:40.822 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432025-02-11T20:36:42.518Z[ recovery-image] Feb 11 20:36:40.842 INFO O| Feb 11 20:36:40.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41442025-02-11T20:36:42.519Z[ recovery-image] Feb 11 20:36:40.842 INFO O| Feb 11 20:36:40.842 INFO STEP 23 (remove_files) COMPLETE
41452025-02-11T20:36:42.521Z[ recovery-image] Feb 11 20:36:40.842 INFO O| Feb 11 20:36:40.842 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462025-02-11T20:36:42.578Z[ recovery-image] Feb 11 20:36:40.902 INFO O| Feb 11 20:36:40.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41472025-02-11T20:36:42.578Z[ recovery-image] Feb 11 20:36:40.902 INFO O| Feb 11 20:36:40.902 INFO STEP 24 (remove_files) COMPLETE
41482025-02-11T20:36:42.582Z[ recovery-image] Feb 11 20:36:40.902 INFO O| Feb 11 20:36:40.902 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492025-02-11T20:36:42.596Z[ recovery-image] Feb 11 20:36:40.919 INFO O| Feb 11 20:36:40.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41502025-02-11T20:36:42.596Z[ recovery-image] Feb 11 20:36:40.919 INFO O| Feb 11 20:36:40.919 INFO STEP 25 (remove_files) COMPLETE
41512025-02-11T20:36:42.600Z[ recovery-image] Feb 11 20:36:40.919 INFO O| Feb 11 20:36:40.919 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522025-02-11T20:36:42.613Z[ recovery-image] Feb 11 20:36:40.937 INFO O| Feb 11 20:36:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41532025-02-11T20:36:42.613Z[ recovery-image] Feb 11 20:36:40.937 INFO O| Feb 11 20:36:40.937 INFO STEP 26 (remove_files) COMPLETE
41542025-02-11T20:36:42.613Z[ recovery-image] Feb 11 20:36:40.937 INFO O| Feb 11 20:36:40.937 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552025-02-11T20:36:42.650Z[ recovery-image] Feb 11 20:36:40.974 INFO O| Feb 11 20:36:40.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41562025-02-11T20:36:42.650Z[ recovery-image] Feb 11 20:36:40.974 INFO O| Feb 11 20:36:40.974 INFO STEP 27 (remove_files) COMPLETE
41572025-02-11T20:36:42.650Z[ recovery-image] Feb 11 20:36:40.974 INFO O| Feb 11 20:36:40.974 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582025-02-11T20:36:42.671Z[ recovery-image] Feb 11 20:36:40.995 INFO O| Feb 11 20:36:40.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41592025-02-11T20:36:42.671Z[ recovery-image] Feb 11 20:36:40.995 INFO O| Feb 11 20:36:40.995 INFO STEP 28 (remove_files) COMPLETE
41602025-02-11T20:36:42.671Z[ recovery-image] Feb 11 20:36:40.995 INFO O| Feb 11 20:36:40.995 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612025-02-11T20:36:42.700Z[ recovery-image] Feb 11 20:36:41.024 INFO O| Feb 11 20:36:41.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41622025-02-11T20:36:42.701Z[ recovery-image] Feb 11 20:36:41.024 INFO O| Feb 11 20:36:41.024 INFO STEP 29 (remove_files) COMPLETE
41632025-02-11T20:36:42.701Z[ recovery-image] Feb 11 20:36:41.024 INFO O| Feb 11 20:36:41.024 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642025-02-11T20:36:42.731Z[ recovery-image] Feb 11 20:36:41.055 INFO O| Feb 11 20:36:41.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41652025-02-11T20:36:42.732Z[ recovery-image] Feb 11 20:36:41.055 INFO O| Feb 11 20:36:41.055 INFO STEP 30 (remove_files) COMPLETE
41662025-02-11T20:36:42.734Z[ recovery-image] Feb 11 20:36:41.055 INFO O| Feb 11 20:36:41.055 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672025-02-11T20:36:42.749Z[ recovery-image] Feb 11 20:36:41.073 INFO O| Feb 11 20:36:41.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41682025-02-11T20:36:42.749Z[ recovery-image] Feb 11 20:36:41.073 INFO O| Feb 11 20:36:41.073 INFO STEP 31 (remove_files) COMPLETE
41692025-02-11T20:36:42.749Z[ recovery-image] Feb 11 20:36:41.073 INFO O| Feb 11 20:36:41.073 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702025-02-11T20:36:42.787Z[ recovery-image] Feb 11 20:36:41.111 INFO O| Feb 11 20:36:41.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41712025-02-11T20:36:42.787Z[ recovery-image] Feb 11 20:36:41.111 INFO O| Feb 11 20:36:41.111 INFO STEP 32 (remove_files) COMPLETE
41722025-02-11T20:36:42.787Z[ recovery-image] Feb 11 20:36:41.111 INFO O| Feb 11 20:36:41.111 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732025-02-11T20:36:42.808Z[ recovery-image] Feb 11 20:36:41.132 INFO O| Feb 11 20:36:41.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41742025-02-11T20:36:42.808Z[ recovery-image] Feb 11 20:36:41.132 INFO O| Feb 11 20:36:41.132 INFO STEP 33 (remove_files) COMPLETE
41752025-02-11T20:36:42.808Z[ recovery-image] Feb 11 20:36:41.132 INFO O| Feb 11 20:36:41.132 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762025-02-11T20:36:42.827Z[ recovery-image] Feb 11 20:36:41.151 INFO O| Feb 11 20:36:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41772025-02-11T20:36:42.827Z[ recovery-image] Feb 11 20:36:41.151 INFO O| Feb 11 20:36:41.151 INFO STEP 34 (remove_files) COMPLETE
41782025-02-11T20:36:42.827Z[ recovery-image] Feb 11 20:36:41.151 INFO O| Feb 11 20:36:41.151 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792025-02-11T20:36:42.856Z[ recovery-image] Feb 11 20:36:41.180 INFO O| Feb 11 20:36:41.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41802025-02-11T20:36:42.856Z[ recovery-image] Feb 11 20:36:41.180 INFO O| Feb 11 20:36:41.180 INFO STEP 35 (remove_files) COMPLETE
41812025-02-11T20:36:42.856Z[ recovery-image] Feb 11 20:36:41.180 INFO O| Feb 11 20:36:41.180 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822025-02-11T20:36:42.899Z[ recovery-image] Feb 11 20:36:41.223 INFO O| Feb 11 20:36:41.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41832025-02-11T20:36:42.899Z[ recovery-image] Feb 11 20:36:41.223 INFO O| Feb 11 20:36:41.223 INFO STEP 36 (remove_files) COMPLETE
41842025-02-11T20:36:42.902Z[ recovery-image] Feb 11 20:36:41.223 INFO O| Feb 11 20:36:41.223 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852025-02-11T20:36:42.992Z[ recovery-image] Feb 11 20:36:41.315 INFO O| Feb 11 20:36:41.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41862025-02-11T20:36:42.994Z[ recovery-image] Feb 11 20:36:41.315 INFO O| Feb 11 20:36:41.315 INFO STEP 37 (remove_files) COMPLETE
41872025-02-11T20:36:42.994Z[ recovery-image] Feb 11 20:36:41.315 INFO O| Feb 11 20:36:41.315 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882025-02-11T20:36:43.041Z[ recovery-image] Feb 11 20:36:41.361 INFO O| Feb 11 20:36:41.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41892025-02-11T20:36:43.041Z[ recovery-image] Feb 11 20:36:41.361 INFO O| Feb 11 20:36:41.361 INFO STEP 38 (remove_files) COMPLETE
41902025-02-11T20:36:43.041Z[ recovery-image] Feb 11 20:36:41.362 INFO O| Feb 11 20:36:41.361 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912025-02-11T20:36:43.103Z[ recovery-image] Feb 11 20:36:41.426 INFO O| Feb 11 20:36:41.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41922025-02-11T20:36:43.103Z[ recovery-image] Feb 11 20:36:41.426 INFO O| Feb 11 20:36:41.426 INFO STEP 39 (remove_files) COMPLETE
41932025-02-11T20:36:43.103Z[ recovery-image] Feb 11 20:36:41.426 INFO O| Feb 11 20:36:41.426 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942025-02-11T20:36:43.126Z[ recovery-image] Feb 11 20:36:41.449 INFO O| Feb 11 20:36:41.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41952025-02-11T20:36:43.126Z[ recovery-image] Feb 11 20:36:41.449 INFO O| Feb 11 20:36:41.449 INFO STEP 40 (remove_files) COMPLETE
41962025-02-11T20:36:43.126Z[ recovery-image] Feb 11 20:36:41.449 INFO O| Feb 11 20:36:41.449 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972025-02-11T20:36:43.147Z[ recovery-image] Feb 11 20:36:41.471 INFO O| Feb 11 20:36:41.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41982025-02-11T20:36:43.147Z[ recovery-image] Feb 11 20:36:41.471 INFO O| Feb 11 20:36:41.471 INFO STEP 41 (remove_files) COMPLETE
41992025-02-11T20:36:43.147Z[ recovery-image] Feb 11 20:36:41.471 INFO O| Feb 11 20:36:41.471 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002025-02-11T20:36:43.177Z[ recovery-image] Feb 11 20:36:41.500 INFO O| Feb 11 20:36:41.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42012025-02-11T20:36:43.177Z[ recovery-image] Feb 11 20:36:41.500 INFO O| Feb 11 20:36:41.500 INFO STEP 42 (remove_files) COMPLETE
42022025-02-11T20:36:43.177Z[ recovery-image] Feb 11 20:36:41.500 INFO O| Feb 11 20:36:41.500 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032025-02-11T20:36:43.211Z[ recovery-image] Feb 11 20:36:41.534 INFO O| Feb 11 20:36:41.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42042025-02-11T20:36:43.211Z[ recovery-image] Feb 11 20:36:41.534 INFO O| Feb 11 20:36:41.534 INFO STEP 43 (remove_files) COMPLETE
42052025-02-11T20:36:43.211Z[ recovery-image] Feb 11 20:36:41.534 INFO O| Feb 11 20:36:41.534 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062025-02-11T20:36:43.228Z[ recovery-image] Feb 11 20:36:41.552 INFO O| Feb 11 20:36:41.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42072025-02-11T20:36:43.228Z[ recovery-image] Feb 11 20:36:41.552 INFO O| Feb 11 20:36:41.552 INFO STEP 44 (remove_files) COMPLETE
42082025-02-11T20:36:43.228Z[ recovery-image] Feb 11 20:36:41.552 INFO O| Feb 11 20:36:41.552 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092025-02-11T20:36:43.266Z[ recovery-image] Feb 11 20:36:41.589 INFO O| Feb 11 20:36:41.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42102025-02-11T20:36:43.266Z[ recovery-image] Feb 11 20:36:41.589 INFO O| Feb 11 20:36:41.589 INFO STEP 45 (remove_files) COMPLETE
42112025-02-11T20:36:43.266Z[ recovery-image] Feb 11 20:36:41.589 INFO O| Feb 11 20:36:41.589 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122025-02-11T20:36:43.283Z[ recovery-image] Feb 11 20:36:41.607 INFO O| Feb 11 20:36:41.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42132025-02-11T20:36:43.284Z[ recovery-image] Feb 11 20:36:41.607 INFO O| Feb 11 20:36:41.607 INFO STEP 46 (remove_files) COMPLETE
42142025-02-11T20:36:43.284Z[ recovery-image] Feb 11 20:36:41.607 INFO O| Feb 11 20:36:41.607 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152025-02-11T20:36:43.301Z[ recovery-image] Feb 11 20:36:41.625 INFO O| Feb 11 20:36:41.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42162025-02-11T20:36:43.301Z[ recovery-image] Feb 11 20:36:41.625 INFO O| Feb 11 20:36:41.625 INFO STEP 47 (remove_files) COMPLETE
42172025-02-11T20:36:43.301Z[ recovery-image] Feb 11 20:36:41.625 INFO O| Feb 11 20:36:41.625 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182025-02-11T20:36:43.320Z[ recovery-image] Feb 11 20:36:41.643 INFO O| Feb 11 20:36:41.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42192025-02-11T20:36:43.320Z[ recovery-image] Feb 11 20:36:41.643 INFO O| Feb 11 20:36:41.643 INFO STEP 48 (remove_files) COMPLETE
42202025-02-11T20:36:43.320Z[ recovery-image] Feb 11 20:36:41.643 INFO O| Feb 11 20:36:41.643 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212025-02-11T20:36:43.402Z[ recovery-image] Feb 11 20:36:41.725 INFO O| Feb 11 20:36:41.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42222025-02-11T20:36:43.402Z[ recovery-image] Feb 11 20:36:41.725 INFO O| Feb 11 20:36:41.725 INFO STEP 49 (remove_files) COMPLETE
42232025-02-11T20:36:43.402Z[ recovery-image] Feb 11 20:36:41.725 INFO O| Feb 11 20:36:41.725 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242025-02-11T20:36:43.437Z[ recovery-image] Feb 11 20:36:41.760 INFO O| Feb 11 20:36:41.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42252025-02-11T20:36:43.437Z[ recovery-image] Feb 11 20:36:41.760 INFO O| Feb 11 20:36:41.760 INFO STEP 50 (remove_files) COMPLETE
42262025-02-11T20:36:43.439Z[ recovery-image] Feb 11 20:36:41.760 INFO O| Feb 11 20:36:41.760 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272025-02-11T20:36:43.453Z[ recovery-image] Feb 11 20:36:41.776 INFO O| Feb 11 20:36:41.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42282025-02-11T20:36:43.456Z[ recovery-image] Feb 11 20:36:41.776 INFO O| Feb 11 20:36:41.776 INFO STEP 51 (remove_files) COMPLETE
42292025-02-11T20:36:43.456Z[ recovery-image] Feb 11 20:36:41.777 INFO O| Feb 11 20:36:41.776 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302025-02-11T20:36:43.469Z[ recovery-image] Feb 11 20:36:41.793 INFO O| Feb 11 20:36:41.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42312025-02-11T20:36:43.469Z[ recovery-image] Feb 11 20:36:41.793 INFO O| Feb 11 20:36:41.793 INFO STEP 52 (remove_files) COMPLETE
42322025-02-11T20:36:43.472Z[ recovery-image] Feb 11 20:36:41.793 INFO O| Feb 11 20:36:41.793 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332025-02-11T20:36:43.552Z[ recovery-image] Feb 11 20:36:41.876 INFO O| Feb 11 20:36:41.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42342025-02-11T20:36:43.552Z[ recovery-image] Feb 11 20:36:41.876 INFO O| Feb 11 20:36:41.876 INFO STEP 53 (remove_files) COMPLETE
42352025-02-11T20:36:43.552Z[ recovery-image] Feb 11 20:36:41.876 INFO O| Feb 11 20:36:41.876 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362025-02-11T20:36:43.572Z[ recovery-image] Feb 11 20:36:41.895 INFO O| Feb 11 20:36:41.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42372025-02-11T20:36:43.574Z[ recovery-image] Feb 11 20:36:41.895 INFO O| Feb 11 20:36:41.895 INFO STEP 54 (remove_files) COMPLETE
42382025-02-11T20:36:43.574Z[ recovery-image] Feb 11 20:36:41.896 INFO O| Feb 11 20:36:41.896 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392025-02-11T20:36:43.591Z[ recovery-image] Feb 11 20:36:41.915 INFO O| Feb 11 20:36:41.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42402025-02-11T20:36:43.594Z[ recovery-image] Feb 11 20:36:41.915 INFO O| Feb 11 20:36:41.915 INFO STEP 55 (remove_files) COMPLETE
42412025-02-11T20:36:43.594Z[ recovery-image] Feb 11 20:36:41.915 INFO O| Feb 11 20:36:41.915 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422025-02-11T20:36:43.609Z[ recovery-image] Feb 11 20:36:41.933 INFO O| Feb 11 20:36:41.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42432025-02-11T20:36:43.612Z[ recovery-image] Feb 11 20:36:41.933 INFO O| Feb 11 20:36:41.933 INFO STEP 56 (remove_files) COMPLETE
42442025-02-11T20:36:43.612Z[ recovery-image] Feb 11 20:36:41.933 INFO O| Feb 11 20:36:41.933 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452025-02-11T20:36:43.626Z[ recovery-image] Feb 11 20:36:41.950 INFO O| Feb 11 20:36:41.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42462025-02-11T20:36:43.630Z[ recovery-image] Feb 11 20:36:41.950 INFO O| Feb 11 20:36:41.950 INFO STEP 57 (remove_files) COMPLETE
42472025-02-11T20:36:43.630Z[ recovery-image] Feb 11 20:36:41.950 INFO O| Feb 11 20:36:41.950 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482025-02-11T20:36:43.667Z[ recovery-image] Feb 11 20:36:41.990 INFO O| Feb 11 20:36:41.990 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42492025-02-11T20:36:43.667Z[ recovery-image] Feb 11 20:36:41.990 INFO O| Feb 11 20:36:41.990 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42502025-02-11T20:36:43.670Z[ recovery-image] Feb 11 20:36:41.990 INFO O| Feb 11 20:36:41.990 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42512025-02-11T20:36:43.670Z[ recovery-image] Feb 11 20:36:41.990 INFO O| Feb 11 20:36:41.990 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42522025-02-11T20:36:43.670Z[ recovery-image] Feb 11 20:36:41.991 INFO O| Feb 11 20:36:41.990 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42532025-02-11T20:36:43.670Z[ recovery-image] Feb 11 20:36:41.991 INFO O| Feb 11 20:36:41.991 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42542025-02-11T20:36:43.670Z[ recovery-image] Feb 11 20:36:41.991 INFO O| Feb 11 20:36:41.991 INFO ok!
42552025-02-11T20:36:43.670Z[ recovery-image] Feb 11 20:36:41.991 INFO O| Feb 11 20:36:41.991 INFO STEP 58 (ensure_file) COMPLETE
42562025-02-11T20:36:43.670Z[ recovery-image] Feb 11 20:36:41.991 INFO O| Feb 11 20:36:41.991 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572025-02-11T20:36:43.769Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42582025-02-11T20:36:43.769Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42592025-02-11T20:36:43.772Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42602025-02-11T20:36:43.772Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42612025-02-11T20:36:43.772Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42622025-02-11T20:36:43.772Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42632025-02-11T20:36:43.772Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO ok!
42642025-02-11T20:36:43.773Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO STEP 59 (ensure_file) COMPLETE
42652025-02-11T20:36:43.773Z[ recovery-image] Feb 11 20:36:42.092 INFO O| Feb 11 20:36:42.092 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662025-02-11T20:36:43.813Z[ recovery-image] Feb 11 20:36:42.136 INFO O| Feb 11 20:36:42.136 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42672025-02-11T20:36:43.813Z[ recovery-image] Feb 11 20:36:42.136 INFO O| Feb 11 20:36:42.136 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42682025-02-11T20:36:43.816Z[ recovery-image] Feb 11 20:36:42.136 INFO O| Feb 11 20:36:42.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42692025-02-11T20:36:43.816Z[ recovery-image] Feb 11 20:36:42.136 INFO O| Feb 11 20:36:42.136 INFO ok!
42702025-02-11T20:36:43.816Z[ recovery-image] Feb 11 20:36:42.137 INFO O| Feb 11 20:36:42.137 INFO STEP 60 (ensure_file) COMPLETE
42712025-02-11T20:36:43.816Z[ recovery-image] Feb 11 20:36:42.137 INFO O| Feb 11 20:36:42.137 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42722025-02-11T20:36:43.843Z[ recovery-image] Feb 11 20:36:42.166 INFO O| Feb 11 20:36:42.166 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42732025-02-11T20:36:43.843Z[ recovery-image] Feb 11 20:36:42.166 INFO O| Feb 11 20:36:42.166 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42742025-02-11T20:36:43.846Z[ recovery-image] Feb 11 20:36:42.166 INFO O| Feb 11 20:36:42.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42752025-02-11T20:36:43.846Z[ recovery-image] Feb 11 20:36:42.166 INFO O| Feb 11 20:36:42.166 INFO ok!
42762025-02-11T20:36:43.846Z[ recovery-image] Feb 11 20:36:42.166 INFO O| Feb 11 20:36:42.166 INFO STEP 61 (ensure_file) COMPLETE
42772025-02-11T20:36:43.846Z[ recovery-image] Feb 11 20:36:42.166 INFO O| Feb 11 20:36:42.166 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42782025-02-11T20:36:43.889Z[ recovery-image] Feb 11 20:36:42.211 INFO O| Feb 11 20:36:42.211 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42792025-02-11T20:36:43.889Z[ recovery-image] Feb 11 20:36:42.211 INFO O| Feb 11 20:36:42.211 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42802025-02-11T20:36:43.892Z[ recovery-image] Feb 11 20:36:42.211 INFO O| Feb 11 20:36:42.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42812025-02-11T20:36:43.892Z[ recovery-image] Feb 11 20:36:42.211 INFO O| Feb 11 20:36:42.211 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42822025-02-11T20:36:43.892Z[ recovery-image] Feb 11 20:36:42.211 INFO O| Feb 11 20:36:42.211 INFO ok!
42832025-02-11T20:36:43.892Z[ recovery-image] Feb 11 20:36:42.211 INFO O| Feb 11 20:36:42.211 INFO STEP 62 (ensure_file) COMPLETE
42842025-02-11T20:36:43.892Z[ recovery-image] Feb 11 20:36:42.211 INFO O| Feb 11 20:36:42.211 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852025-02-11T20:36:43.919Z[ recovery-image] Feb 11 20:36:42.243 INFO O| Feb 11 20:36:42.243 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42862025-02-11T20:36:43.919Z[ recovery-image] Feb 11 20:36:42.243 INFO O| Feb 11 20:36:42.243 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42872025-02-11T20:36:43.942Z[ recovery-image] Feb 11 20:36:42.265 INFO O| Feb 11 20:36:42.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42882025-02-11T20:36:43.942Z[ recovery-image] Feb 11 20:36:42.265 INFO O| Feb 11 20:36:42.265 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42892025-02-11T20:36:43.942Z[ recovery-image] Feb 11 20:36:42.265 INFO O| Feb 11 20:36:42.265 INFO ok!
42902025-02-11T20:36:43.945Z[ recovery-image] Feb 11 20:36:42.265 INFO O| Feb 11 20:36:42.265 INFO STEP 63 (ensure_file) COMPLETE
42912025-02-11T20:36:43.945Z[ recovery-image] Feb 11 20:36:42.265 INFO O| Feb 11 20:36:42.265 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922025-02-11T20:36:43.961Z[ recovery-image] Feb 11 20:36:42.285 INFO O| Feb 11 20:36:42.285 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42932025-02-11T20:36:43.961Z[ recovery-image] Feb 11 20:36:42.285 INFO O| Feb 11 20:36:42.285 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42942025-02-11T20:36:43.965Z[ recovery-image] Feb 11 20:36:42.285 INFO O| Feb 11 20:36:42.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42952025-02-11T20:36:43.965Z[ recovery-image] Feb 11 20:36:42.285 INFO O| Feb 11 20:36:42.285 INFO ok!
42962025-02-11T20:36:43.965Z[ recovery-image] Feb 11 20:36:42.285 INFO O| Feb 11 20:36:42.285 INFO STEP 64 (assemble_files) COMPLETE
42972025-02-11T20:36:43.965Z[ recovery-image] Feb 11 20:36:42.285 INFO O| Feb 11 20:36:42.285 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42982025-02-11T20:36:43.981Z[ recovery-image] Feb 11 20:36:42.305 INFO O| Feb 11 20:36:42.305 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42992025-02-11T20:36:43.981Z[ recovery-image] Feb 11 20:36:42.305 INFO O| Feb 11 20:36:42.305 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43002025-02-11T20:36:44.005Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43012025-02-11T20:36:44.005Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43022025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO ok!
43032025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO STEP 65 (ensure_file) COMPLETE
43042025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO skip step because feature "omicron1" is not enabled
43062025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO skip step because feature "omicron1" is not enabled
43082025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO skip step because feature "omicron1" is not enabled
43102025-02-11T20:36:44.009Z[ recovery-image] Feb 11 20:36:42.329 INFO O| Feb 11 20:36:42.329 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112025-02-11T20:36:44.051Z[ recovery-image] Feb 11 20:36:42.374 INFO O| Feb 11 20:36:42.374 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43122025-02-11T20:36:44.051Z[ recovery-image] Feb 11 20:36:42.375 INFO O| Feb 11 20:36:42.374 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43132025-02-11T20:36:45.834Z[ host-image] Feb 11 20:36:44.157 INFO O| Feb 11 20:36:44.156 INFO O| Planning: Solver setup ... Done
43142025-02-11T20:36:45.840Z[ host-image] Feb 11 20:36:44.163 INFO O| Feb 11 20:36:44.163 INFO O| Planning: Running solver ... Done
43152025-02-11T20:36:46.053Z[ host-image] Feb 11 20:36:44.376 INFO O| Feb 11 20:36:44.376 INFO O| Planning: Finding local manifests ... Done
43162025-02-11T20:36:46.055Z[ host-image] Feb 11 20:36:44.378 INFO O| Feb 11 20:36:44.378 INFO O| Planning: Fetching manifests: 0/5 0% complete
43172025-02-11T20:36:46.440Z[ host-image] Feb 11 20:36:44.764 INFO O| Feb 11 20:36:44.764 INFO O| Planning: Fetching manifests: 5/5 100% complete
43182025-02-11T20:36:46.492Z[ host-image] Feb 11 20:36:44.815 INFO O| Feb 11 20:36:44.815 INFO O| Planning: Package planning ... Done
43192025-02-11T20:36:46.522Z[ host-image] Feb 11 20:36:44.846 INFO O| Feb 11 20:36:44.845 INFO O| Planning: Merging actions ... Done
43202025-02-11T20:36:46.679Z[ host-image] Feb 11 20:36:45.002 INFO O| Feb 11 20:36:45.002 INFO O| Planning: Checking for conflicting actions ... Done
43212025-02-11T20:36:46.681Z[ host-image] Feb 11 20:36:45.004 INFO O| Feb 11 20:36:45.004 INFO O| Planning: Consolidating action changes ... Done
43222025-02-11T20:36:46.803Z[ recovery-image] Feb 11 20:36:45.127 INFO O| Feb 11 20:36:45.126 INFO STEP 69 (pack_tar) COMPLETE
43232025-02-11T20:36:46.803Z[ recovery-image] Feb 11 20:36:45.127 INFO O| Feb 11 20:36:45.127 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43242025-02-11T20:36:46.806Z[ recovery-image] Feb 11 20:36:45.127 INFO O| Feb 11 20:36:45.127 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43252025-02-11T20:36:47.199Z[ recovery-image] Feb 11 20:36:45.522 INFO O| Feb 11 20:36:45.522 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43262025-02-11T20:36:47.328Z[ recovery-image] Feb 11 20:36:45.651 INFO O| Feb 11 20:36:45.651 INFO completed processing gimlet/ramdisk-02-trim
43272025-02-11T20:36:47.332Z[ recovery-image] Feb 11 20:36:45.655 INFO image builder template: ramdisk-03-recovery-trim...
43282025-02-11T20:36:47.332Z[ recovery-image] Feb 11 20:36:45.655 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/.tmpJPU0e5/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
43292025-02-11T20:36:47.469Z[ host-image] Feb 11 20:36:45.792 INFO O| Feb 11 20:36:45.792 INFO O| Planning: Evaluating mediators ... Done
43302025-02-11T20:36:47.472Z[ host-image] Feb 11 20:36:45.794 INFO O| Feb 11 20:36:45.794 INFO O| Planning: Planning completed in 7.36 seconds
43312025-02-11T20:36:47.475Z[ host-image] Feb 11 20:36:45.797 INFO O| Feb 11 20:36:45.797 INFO O| Packages to install: 5
43322025-02-11T20:36:47.475Z[ host-image] Feb 11 20:36:45.797 INFO O| Feb 11 20:36:45.797 INFO O| Services to change: 2
43332025-02-11T20:36:47.496Z[ host-image] Feb 11 20:36:45.819 INFO O| Feb 11 20:36:45.819 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
43342025-02-11T20:36:47.597Z[ recovery-image] Feb 11 20:36:45.920 INFO O| Feb 11 20:36:45.920 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43352025-02-11T20:36:47.624Z[ recovery-image] Feb 11 20:36:45.947 INFO O| Feb 11 20:36:45.947 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43362025-02-11T20:36:47.727Z[ recovery-image] Feb 11 20:36:46.051 INFO O| Feb 11 20:36:46.050 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43372025-02-11T20:36:47.841Z[ recovery-image] Feb 11 20:36:46.164 INFO O| Feb 11 20:36:46.164 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43382025-02-11T20:36:47.843Z[ recovery-image] Feb 11 20:36:46.164 INFO O| Feb 11 20:36:46.164 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43392025-02-11T20:36:47.857Z[ recovery-image] Feb 11 20:36:46.180 INFO O| Feb 11 20:36:46.180 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43402025-02-11T20:36:47.865Z[ recovery-image] Feb 11 20:36:46.188 INFO O| Feb 11 20:36:46.188 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43412025-02-11T20:36:47.877Z[ recovery-image] Feb 11 20:36:46.199 INFO O| Feb 11 20:36:46.199 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43422025-02-11T20:36:48.543Z[ recovery-image] Feb 11 20:36:46.865 INFO O| Feb 11 20:36:46.865 INFO rolled back to input snapshot; work may begin
43432025-02-11T20:36:48.543Z[ recovery-image] Feb 11 20:36:46.865 INFO O| Feb 11 20:36:46.865 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43442025-02-11T20:36:48.554Z[ recovery-image] Feb 11 20:36:46.876 INFO O| Feb 11 20:36:46.876 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452025-02-11T20:36:48.573Z[ recovery-image] Feb 11 20:36:46.896 INFO O| Feb 11 20:36:46.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43462025-02-11T20:36:48.654Z[ recovery-image] Feb 11 20:36:46.977 INFO O| Feb 11 20:36:46.976 INFO STEP 0 (remove_files) COMPLETE
43472025-02-11T20:36:48.654Z[ recovery-image] Feb 11 20:36:46.977 INFO O| Feb 11 20:36:46.976 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482025-02-11T20:36:48.693Z[ recovery-image] Feb 11 20:36:47.016 INFO O| Feb 11 20:36:47.016 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43492025-02-11T20:36:48.713Z[ host-image] Feb 11 20:36:47.035 INFO O| Feb 11 20:36:47.034 INFO O| Download: Completed 1.46 MB in 1.22 seconds (1.2M/s)
43502025-02-11T20:36:48.840Z[ host-image] Feb 11 20:36:47.163 INFO O| Feb 11 20:36:47.163 INFO O| Actions: 1/306 actions (Installing new actions)
43512025-02-11T20:36:48.907Z[ recovery-image] Feb 11 20:36:47.230 INFO O| Feb 11 20:36:47.230 INFO STEP 1 (remove_files) COMPLETE
43522025-02-11T20:36:48.907Z[ recovery-image] Feb 11 20:36:47.230 INFO O| Feb 11 20:36:47.230 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532025-02-11T20:36:48.948Z[ recovery-image] Feb 11 20:36:47.270 INFO O| Feb 11 20:36:47.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43542025-02-11T20:36:48.975Z[ recovery-image] Feb 11 20:36:47.297 INFO O| Feb 11 20:36:47.297 INFO STEP 2 (remove_files) COMPLETE
43552025-02-11T20:36:48.975Z[ recovery-image] Feb 11 20:36:47.297 INFO O| Feb 11 20:36:47.297 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562025-02-11T20:36:49.098Z[ host-image] Feb 11 20:36:47.421 INFO O| Feb 11 20:36:47.421 INFO O| Actions: Completed 306 actions in 0.26 seconds.
43572025-02-11T20:36:49.129Z[ recovery-image] Feb 11 20:36:47.452 INFO O| Feb 11 20:36:47.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43582025-02-11T20:36:49.306Z[ recovery-image] Feb 11 20:36:47.629 INFO O| Feb 11 20:36:47.629 INFO STEP 3 (remove_files) COMPLETE
43592025-02-11T20:36:49.306Z[ recovery-image] Feb 11 20:36:47.629 INFO O| Feb 11 20:36:47.629 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602025-02-11T20:36:49.330Z[ recovery-image] Feb 11 20:36:47.651 INFO O| Feb 11 20:36:47.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43612025-02-11T20:36:49.589Z[ recovery-image] Feb 11 20:36:47.912 INFO O| Feb 11 20:36:47.912 INFO STEP 4 (remove_files) COMPLETE
43622025-02-11T20:36:49.589Z[ recovery-image] Feb 11 20:36:47.912 INFO O| Feb 11 20:36:47.912 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632025-02-11T20:36:49.613Z[ recovery-image] Feb 11 20:36:47.935 INFO O| Feb 11 20:36:47.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43642025-02-11T20:36:49.627Z[ recovery-image] Feb 11 20:36:47.950 INFO O| Feb 11 20:36:47.950 INFO STEP 5 (remove_files) COMPLETE
43652025-02-11T20:36:49.627Z[ recovery-image] Feb 11 20:36:47.950 INFO O| Feb 11 20:36:47.950 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662025-02-11T20:36:49.681Z[ recovery-image] Feb 11 20:36:48.003 INFO O| Feb 11 20:36:48.002 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43672025-02-11T20:36:49.715Z[ host-image] Feb 11 20:36:48.037 INFO O| Feb 11 20:36:48.037 INFO O| Done
43682025-02-11T20:36:49.715Z[ host-image] Feb 11 20:36:48.037 INFO O| Feb 11 20:36:48.037 INFO O| Done
43692025-02-11T20:36:49.737Z[ recovery-image] Feb 11 20:36:48.060 INFO O| Feb 11 20:36:48.039 INFO STEP 6 (remove_files) COMPLETE
43702025-02-11T20:36:49.737Z[ recovery-image] Feb 11 20:36:48.060 INFO O| Feb 11 20:36:48.039 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712025-02-11T20:36:49.789Z[ recovery-image] Feb 11 20:36:48.079 INFO O| Feb 11 20:36:48.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43722025-02-11T20:36:49.822Z[ recovery-image] Feb 11 20:36:48.145 INFO O| Feb 11 20:36:48.145 INFO STEP 7 (remove_files) COMPLETE
43732025-02-11T20:36:49.822Z[ recovery-image] Feb 11 20:36:48.145 INFO O| Feb 11 20:36:48.145 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742025-02-11T20:36:49.855Z[ recovery-image] Feb 11 20:36:48.178 INFO O| Feb 11 20:36:48.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43752025-02-11T20:36:49.858Z[ recovery-image] Feb 11 20:36:48.179 INFO O| Feb 11 20:36:48.179 INFO STEP 8 (remove_files) COMPLETE
43762025-02-11T20:36:49.858Z[ recovery-image] Feb 11 20:36:48.179 INFO O| Feb 11 20:36:48.179 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772025-02-11T20:36:49.875Z[ recovery-image] Feb 11 20:36:48.198 INFO O| Feb 11 20:36:48.198 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43782025-02-11T20:36:49.877Z[ recovery-image] Feb 11 20:36:48.199 INFO O| Feb 11 20:36:48.199 INFO STEP 9 (remove_files) COMPLETE
43792025-02-11T20:36:49.877Z[ recovery-image] Feb 11 20:36:48.199 INFO O| Feb 11 20:36:48.199 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802025-02-11T20:36:49.905Z[ recovery-image] Feb 11 20:36:48.227 INFO O| Feb 11 20:36:48.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43812025-02-11T20:36:50.605Z[ recovery-image] Feb 11 20:36:48.927 INFO O| Feb 11 20:36:48.927 INFO STEP 10 (remove_files) COMPLETE
43822025-02-11T20:36:50.605Z[ recovery-image] Feb 11 20:36:48.928 INFO O| Feb 11 20:36:48.927 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832025-02-11T20:36:50.625Z[ recovery-image] Feb 11 20:36:48.947 INFO O| Feb 11 20:36:48.947 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43842025-02-11T20:36:50.785Z[ recovery-image] Feb 11 20:36:49.107 INFO O| Feb 11 20:36:49.107 INFO STEP 11 (remove_files) COMPLETE
43852025-02-11T20:36:50.785Z[ recovery-image] Feb 11 20:36:49.107 INFO O| Feb 11 20:36:49.107 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862025-02-11T20:36:50.877Z[ recovery-image] Feb 11 20:36:49.200 INFO O| Feb 11 20:36:49.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43872025-02-11T20:36:50.904Z[ recovery-image] Feb 11 20:36:49.226 INFO O| Feb 11 20:36:49.226 INFO STEP 12 (remove_files) COMPLETE
43882025-02-11T20:36:50.904Z[ recovery-image] Feb 11 20:36:49.227 INFO O| Feb 11 20:36:49.226 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892025-02-11T20:36:50.940Z[ recovery-image] Feb 11 20:36:49.263 INFO O| Feb 11 20:36:49.263 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43902025-02-11T20:36:50.943Z[ recovery-image] Feb 11 20:36:49.263 INFO O| Feb 11 20:36:49.263 INFO STEP 13 (remove_files) COMPLETE
43912025-02-11T20:36:50.943Z[ recovery-image] Feb 11 20:36:49.263 INFO O| Feb 11 20:36:49.263 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922025-02-11T20:36:51.001Z[ recovery-image] Feb 11 20:36:49.324 INFO O| Feb 11 20:36:49.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43932025-02-11T20:36:51.025Z[ recovery-image] Feb 11 20:36:49.347 INFO O| Feb 11 20:36:49.347 INFO STEP 14 (remove_files) COMPLETE
43942025-02-11T20:36:51.025Z[ recovery-image] Feb 11 20:36:49.347 INFO O| Feb 11 20:36:49.347 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952025-02-11T20:36:51.076Z[ recovery-image] Feb 11 20:36:49.399 INFO O| Feb 11 20:36:49.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43962025-02-11T20:36:51.099Z[ host-image] Feb 11 20:36:49.422 INFO O| Feb 11 20:36:49.422 INFO O| Done
43972025-02-11T20:36:51.192Z[ recovery-image] Feb 11 20:36:49.513 INFO O| Feb 11 20:36:49.513 INFO STEP 15 (remove_files) COMPLETE
43982025-02-11T20:36:51.192Z[ recovery-image] Feb 11 20:36:49.513 INFO O| Feb 11 20:36:49.513 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992025-02-11T20:36:51.246Z[ recovery-image] Feb 11 20:36:49.568 INFO O| Feb 11 20:36:49.567 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44002025-02-11T20:36:51.246Z[ recovery-image] Feb 11 20:36:49.568 INFO O| Feb 11 20:36:49.567 INFO STEP 16 (remove_files) COMPLETE
44012025-02-11T20:36:51.246Z[ recovery-image] Feb 11 20:36:49.568 INFO O| Feb 11 20:36:49.567 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022025-02-11T20:36:51.266Z[ recovery-image] Feb 11 20:36:49.588 INFO O| Feb 11 20:36:49.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44032025-02-11T20:36:51.271Z[ recovery-image] Feb 11 20:36:49.594 INFO O| Feb 11 20:36:49.594 INFO STEP 17 (remove_files) COMPLETE
44042025-02-11T20:36:51.274Z[ recovery-image] Feb 11 20:36:49.594 INFO O| Feb 11 20:36:49.594 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052025-02-11T20:36:51.293Z[ recovery-image] Feb 11 20:36:49.616 INFO O| Feb 11 20:36:49.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44062025-02-11T20:36:51.624Z[ recovery-image] Feb 11 20:36:49.947 INFO O| Feb 11 20:36:49.947 INFO STEP 18 (remove_files) COMPLETE
44072025-02-11T20:36:51.624Z[ recovery-image] Feb 11 20:36:49.947 INFO O| Feb 11 20:36:49.947 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082025-02-11T20:36:51.678Z[ recovery-image] Feb 11 20:36:50.001 INFO O| Feb 11 20:36:50.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44092025-02-11T20:36:51.721Z[ recovery-image] Feb 11 20:36:50.044 INFO O| Feb 11 20:36:50.044 INFO STEP 19 (remove_files) COMPLETE
44102025-02-11T20:36:51.721Z[ recovery-image] Feb 11 20:36:50.044 INFO O| Feb 11 20:36:50.044 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112025-02-11T20:36:51.745Z[ recovery-image] Feb 11 20:36:50.067 INFO O| Feb 11 20:36:50.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44122025-02-11T20:36:51.747Z[ recovery-image] Feb 11 20:36:50.068 INFO O| Feb 11 20:36:50.068 INFO STEP 20 (remove_files) COMPLETE
44132025-02-11T20:36:51.747Z[ recovery-image] Feb 11 20:36:50.068 INFO O| Feb 11 20:36:50.068 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142025-02-11T20:36:51.766Z[ recovery-image] Feb 11 20:36:50.088 INFO O| Feb 11 20:36:50.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44152025-02-11T20:36:51.790Z[ recovery-image] Feb 11 20:36:50.113 INFO O| Feb 11 20:36:50.113 INFO STEP 21 (remove_files) COMPLETE
44162025-02-11T20:36:51.790Z[ recovery-image] Feb 11 20:36:50.113 INFO O| Feb 11 20:36:50.113 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172025-02-11T20:36:51.828Z[ recovery-image] Feb 11 20:36:50.151 INFO O| Feb 11 20:36:50.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44182025-02-11T20:36:51.831Z[ recovery-image] Feb 11 20:36:50.152 INFO O| Feb 11 20:36:50.152 INFO STEP 22 (remove_files) COMPLETE
44192025-02-11T20:36:51.831Z[ recovery-image] Feb 11 20:36:50.152 INFO O| Feb 11 20:36:50.152 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202025-02-11T20:36:51.849Z[ recovery-image] Feb 11 20:36:50.172 INFO O| Feb 11 20:36:50.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44212025-02-11T20:36:51.852Z[ recovery-image] Feb 11 20:36:50.172 INFO O| Feb 11 20:36:50.172 INFO STEP 23 (remove_files) COMPLETE
44222025-02-11T20:36:51.852Z[ recovery-image] Feb 11 20:36:50.173 INFO O| Feb 11 20:36:50.172 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232025-02-11T20:36:51.893Z[ recovery-image] Feb 11 20:36:50.216 INFO O| Feb 11 20:36:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44242025-02-11T20:36:51.893Z[ recovery-image] Feb 11 20:36:50.216 INFO O| Feb 11 20:36:50.216 INFO STEP 24 (remove_files) COMPLETE
44252025-02-11T20:36:51.893Z[ recovery-image] Feb 11 20:36:50.216 INFO O| Feb 11 20:36:50.216 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262025-02-11T20:36:51.915Z[ recovery-image] Feb 11 20:36:50.237 INFO O| Feb 11 20:36:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44272025-02-11T20:36:51.947Z[ recovery-image] Feb 11 20:36:50.270 INFO O| Feb 11 20:36:50.270 INFO STEP 25 (remove_files) COMPLETE
44282025-02-11T20:36:51.947Z[ recovery-image] Feb 11 20:36:50.270 INFO O| Feb 11 20:36:50.270 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292025-02-11T20:36:51.972Z[ recovery-image] Feb 11 20:36:50.295 INFO O| Feb 11 20:36:50.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44302025-02-11T20:36:51.972Z[ recovery-image] Feb 11 20:36:50.295 INFO O| Feb 11 20:36:50.295 INFO STEP 26 (remove_files) COMPLETE
44312025-02-11T20:36:51.972Z[ recovery-image] Feb 11 20:36:50.295 INFO O| Feb 11 20:36:50.295 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322025-02-11T20:36:51.995Z[ recovery-image] Feb 11 20:36:50.318 INFO O| Feb 11 20:36:50.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44332025-02-11T20:36:51.995Z[ recovery-image] Feb 11 20:36:50.318 INFO O| Feb 11 20:36:50.318 INFO STEP 27 (remove_files) COMPLETE
44342025-02-11T20:36:51.995Z[ recovery-image] Feb 11 20:36:50.318 INFO O| Feb 11 20:36:50.318 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352025-02-11T20:36:52.060Z[ recovery-image] Feb 11 20:36:50.383 INFO O| Feb 11 20:36:50.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44362025-02-11T20:36:52.060Z[ recovery-image] Feb 11 20:36:50.383 INFO O| Feb 11 20:36:50.383 INFO STEP 28 (remove_files) COMPLETE
44372025-02-11T20:36:52.063Z[ recovery-image] Feb 11 20:36:50.383 INFO O| Feb 11 20:36:50.383 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382025-02-11T20:36:52.226Z[ recovery-image] Feb 11 20:36:50.549 INFO O| Feb 11 20:36:50.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44392025-02-11T20:36:52.226Z[ recovery-image] Feb 11 20:36:50.549 INFO O| Feb 11 20:36:50.549 INFO STEP 29 (remove_files) COMPLETE
44402025-02-11T20:36:52.229Z[ recovery-image] Feb 11 20:36:50.549 INFO O| Feb 11 20:36:50.549 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412025-02-11T20:36:52.244Z[ recovery-image] Feb 11 20:36:50.567 INFO O| Feb 11 20:36:50.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44422025-02-11T20:36:52.244Z[ recovery-image] Feb 11 20:36:50.567 INFO O| Feb 11 20:36:50.567 INFO STEP 30 (remove_files) COMPLETE
44432025-02-11T20:36:52.244Z[ recovery-image] Feb 11 20:36:50.567 INFO O| Feb 11 20:36:50.567 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442025-02-11T20:36:52.261Z[ recovery-image] Feb 11 20:36:50.584 INFO O| Feb 11 20:36:50.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44452025-02-11T20:36:52.261Z[ recovery-image] Feb 11 20:36:50.584 INFO O| Feb 11 20:36:50.584 INFO STEP 31 (remove_files) COMPLETE
44462025-02-11T20:36:52.261Z[ recovery-image] Feb 11 20:36:50.584 INFO O| Feb 11 20:36:50.584 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472025-02-11T20:36:52.278Z[ recovery-image] Feb 11 20:36:50.600 INFO O| Feb 11 20:36:50.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44482025-02-11T20:36:52.278Z[ recovery-image] Feb 11 20:36:50.600 INFO O| Feb 11 20:36:50.600 INFO STEP 32 (remove_files) COMPLETE
44492025-02-11T20:36:52.280Z[ recovery-image] Feb 11 20:36:50.600 INFO O| Feb 11 20:36:50.600 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502025-02-11T20:36:52.295Z[ recovery-image] Feb 11 20:36:50.618 INFO O| Feb 11 20:36:50.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44512025-02-11T20:36:52.295Z[ recovery-image] Feb 11 20:36:50.618 INFO O| Feb 11 20:36:50.618 INFO STEP 33 (remove_files) COMPLETE
44522025-02-11T20:36:52.299Z[ recovery-image] Feb 11 20:36:50.618 INFO O| Feb 11 20:36:50.618 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532025-02-11T20:36:52.314Z[ recovery-image] Feb 11 20:36:50.637 INFO O| Feb 11 20:36:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44542025-02-11T20:36:52.314Z[ recovery-image] Feb 11 20:36:50.637 INFO O| Feb 11 20:36:50.637 INFO STEP 34 (remove_files) COMPLETE
44552025-02-11T20:36:52.314Z[ recovery-image] Feb 11 20:36:50.637 INFO O| Feb 11 20:36:50.637 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562025-02-11T20:36:52.349Z[ recovery-image] Feb 11 20:36:50.671 INFO O| Feb 11 20:36:50.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44572025-02-11T20:36:52.372Z[ recovery-image] Feb 11 20:36:50.693 INFO O| Feb 11 20:36:50.693 INFO STEP 35 (remove_files) COMPLETE
44582025-02-11T20:36:52.372Z[ recovery-image] Feb 11 20:36:50.693 INFO O| Feb 11 20:36:50.693 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592025-02-11T20:36:52.389Z[ recovery-image] Feb 11 20:36:50.712 INFO O| Feb 11 20:36:50.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44602025-02-11T20:36:52.389Z[ recovery-image] Feb 11 20:36:50.712 INFO O| Feb 11 20:36:50.712 INFO STEP 36 (remove_files) COMPLETE
44612025-02-11T20:36:52.392Z[ recovery-image] Feb 11 20:36:50.712 INFO O| Feb 11 20:36:50.712 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622025-02-11T20:36:52.420Z[ recovery-image] Feb 11 20:36:50.743 INFO O| Feb 11 20:36:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44632025-02-11T20:36:52.420Z[ recovery-image] Feb 11 20:36:50.743 INFO O| Feb 11 20:36:50.743 INFO STEP 37 (remove_files) COMPLETE
44642025-02-11T20:36:52.423Z[ recovery-image] Feb 11 20:36:50.743 INFO O| Feb 11 20:36:50.743 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652025-02-11T20:36:52.438Z[ recovery-image] Feb 11 20:36:50.761 INFO O| Feb 11 20:36:50.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44662025-02-11T20:36:52.438Z[ recovery-image] Feb 11 20:36:50.761 INFO O| Feb 11 20:36:50.761 INFO STEP 38 (remove_files) COMPLETE
44672025-02-11T20:36:52.439Z[ recovery-image] Feb 11 20:36:50.761 INFO O| Feb 11 20:36:50.761 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682025-02-11T20:36:52.456Z[ recovery-image] Feb 11 20:36:50.779 INFO O| Feb 11 20:36:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44692025-02-11T20:36:52.456Z[ recovery-image] Feb 11 20:36:50.779 INFO O| Feb 11 20:36:50.779 INFO STEP 39 (remove_files) COMPLETE
44702025-02-11T20:36:52.459Z[ recovery-image] Feb 11 20:36:50.779 INFO O| Feb 11 20:36:50.779 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712025-02-11T20:36:52.473Z[ recovery-image] Feb 11 20:36:50.796 INFO O| Feb 11 20:36:50.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44722025-02-11T20:36:52.473Z[ recovery-image] Feb 11 20:36:50.796 INFO O| Feb 11 20:36:50.796 INFO STEP 40 (remove_files) COMPLETE
44732025-02-11T20:36:52.476Z[ recovery-image] Feb 11 20:36:50.796 INFO O| Feb 11 20:36:50.796 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742025-02-11T20:36:52.492Z[ recovery-image] Feb 11 20:36:50.814 INFO O| Feb 11 20:36:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44752025-02-11T20:36:52.492Z[ recovery-image] Feb 11 20:36:50.814 INFO O| Feb 11 20:36:50.814 INFO STEP 41 (remove_files) COMPLETE
44762025-02-11T20:36:52.492Z[ recovery-image] Feb 11 20:36:50.815 INFO O| Feb 11 20:36:50.815 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772025-02-11T20:36:52.511Z[ recovery-image] Feb 11 20:36:50.833 INFO O| Feb 11 20:36:50.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44782025-02-11T20:36:52.511Z[ recovery-image] Feb 11 20:36:50.833 INFO O| Feb 11 20:36:50.833 INFO STEP 42 (remove_files) COMPLETE
44792025-02-11T20:36:52.511Z[ recovery-image] Feb 11 20:36:50.833 INFO O| Feb 11 20:36:50.833 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802025-02-11T20:36:52.529Z[ recovery-image] Feb 11 20:36:50.852 INFO O| Feb 11 20:36:50.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44812025-02-11T20:36:52.544Z[ recovery-image] Feb 11 20:36:50.864 INFO O| Feb 11 20:36:50.864 INFO STEP 43 (remove_files) COMPLETE
44822025-02-11T20:36:52.546Z[ recovery-image] Feb 11 20:36:50.864 INFO O| Feb 11 20:36:50.864 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832025-02-11T20:36:52.589Z[ recovery-image] Feb 11 20:36:50.912 INFO O| Feb 11 20:36:50.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44842025-02-11T20:36:52.589Z[ recovery-image] Feb 11 20:36:50.912 INFO O| Feb 11 20:36:50.912 INFO STEP 44 (remove_files) COMPLETE
44852025-02-11T20:36:52.592Z[ recovery-image] Feb 11 20:36:50.912 INFO O| Feb 11 20:36:50.912 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862025-02-11T20:36:52.647Z[ recovery-image] Feb 11 20:36:50.970 INFO O| Feb 11 20:36:50.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44872025-02-11T20:36:52.647Z[ recovery-image] Feb 11 20:36:50.970 INFO O| Feb 11 20:36:50.970 INFO STEP 45 (remove_files) COMPLETE
44882025-02-11T20:36:52.647Z[ recovery-image] Feb 11 20:36:50.970 INFO O| Feb 11 20:36:50.970 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892025-02-11T20:36:52.697Z[ recovery-image] Feb 11 20:36:51.020 INFO O| Feb 11 20:36:51.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44902025-02-11T20:36:52.697Z[ recovery-image] Feb 11 20:36:51.020 INFO O| Feb 11 20:36:51.020 INFO STEP 46 (remove_files) COMPLETE
44912025-02-11T20:36:52.698Z[ recovery-image] Feb 11 20:36:51.020 INFO O| Feb 11 20:36:51.020 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922025-02-11T20:36:52.758Z[ recovery-image] Feb 11 20:36:51.079 INFO O| Feb 11 20:36:51.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44932025-02-11T20:36:52.758Z[ recovery-image] Feb 11 20:36:51.079 INFO O| Feb 11 20:36:51.079 INFO STEP 47 (remove_files) COMPLETE
44942025-02-11T20:36:52.758Z[ recovery-image] Feb 11 20:36:51.079 INFO O| Feb 11 20:36:51.079 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952025-02-11T20:36:52.784Z[ recovery-image] Feb 11 20:36:51.102 INFO O| Feb 11 20:36:51.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44962025-02-11T20:36:52.788Z[ recovery-image] Feb 11 20:36:51.102 INFO O| Feb 11 20:36:51.102 INFO STEP 48 (remove_files) COMPLETE
44972025-02-11T20:36:52.788Z[ recovery-image] Feb 11 20:36:51.102 INFO O| Feb 11 20:36:51.102 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982025-02-11T20:36:52.798Z[ recovery-image] Feb 11 20:36:51.121 INFO O| Feb 11 20:36:51.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44992025-02-11T20:36:52.798Z[ recovery-image] Feb 11 20:36:51.121 INFO O| Feb 11 20:36:51.121 INFO STEP 49 (remove_files) COMPLETE
45002025-02-11T20:36:52.798Z[ recovery-image] Feb 11 20:36:51.121 INFO O| Feb 11 20:36:51.121 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012025-02-11T20:36:52.818Z[ recovery-image] Feb 11 20:36:51.138 INFO O| Feb 11 20:36:51.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45022025-02-11T20:36:52.821Z[ recovery-image] Feb 11 20:36:51.142 INFO O| Feb 11 20:36:51.142 INFO STEP 50 (remove_files) COMPLETE
45032025-02-11T20:36:52.821Z[ recovery-image] Feb 11 20:36:51.142 INFO O| Feb 11 20:36:51.142 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042025-02-11T20:36:52.849Z[ recovery-image] Feb 11 20:36:51.172 INFO O| Feb 11 20:36:51.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45052025-02-11T20:36:52.850Z[ recovery-image] Feb 11 20:36:51.172 INFO O| Feb 11 20:36:51.172 INFO STEP 51 (remove_files) COMPLETE
45062025-02-11T20:36:52.853Z[ recovery-image] Feb 11 20:36:51.172 INFO O| Feb 11 20:36:51.172 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072025-02-11T20:36:52.884Z[ recovery-image] Feb 11 20:36:51.206 INFO O| Feb 11 20:36:51.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45082025-02-11T20:36:52.884Z[ recovery-image] Feb 11 20:36:51.206 INFO O| Feb 11 20:36:51.206 INFO STEP 52 (remove_files) COMPLETE
45092025-02-11T20:36:52.884Z[ recovery-image] Feb 11 20:36:51.206 INFO O| Feb 11 20:36:51.206 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102025-02-11T20:36:52.916Z[ recovery-image] Feb 11 20:36:51.238 INFO O| Feb 11 20:36:51.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45112025-02-11T20:36:52.917Z[ recovery-image] Feb 11 20:36:51.238 INFO O| Feb 11 20:36:51.238 INFO STEP 53 (remove_files) COMPLETE
45122025-02-11T20:36:52.921Z[ recovery-image] Feb 11 20:36:51.238 INFO O| Feb 11 20:36:51.238 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132025-02-11T20:36:52.948Z[ recovery-image] Feb 11 20:36:51.270 INFO O| Feb 11 20:36:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45142025-02-11T20:36:52.970Z[ recovery-image] Feb 11 20:36:51.290 INFO O| Feb 11 20:36:51.290 INFO STEP 54 (remove_files) COMPLETE
45152025-02-11T20:36:52.970Z[ recovery-image] Feb 11 20:36:51.290 INFO O| Feb 11 20:36:51.290 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162025-02-11T20:36:52.997Z[ recovery-image] Feb 11 20:36:51.309 INFO O| Feb 11 20:36:51.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45172025-02-11T20:36:52.997Z[ recovery-image] Feb 11 20:36:51.309 INFO O| Feb 11 20:36:51.309 INFO STEP 55 (remove_files) COMPLETE
45182025-02-11T20:36:52.997Z[ recovery-image] Feb 11 20:36:51.309 INFO O| Feb 11 20:36:51.309 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192025-02-11T20:36:53.017Z[ recovery-image] Feb 11 20:36:51.338 INFO O| Feb 11 20:36:51.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45202025-02-11T20:36:53.017Z[ recovery-image] Feb 11 20:36:51.339 INFO O| Feb 11 20:36:51.338 INFO STEP 56 (remove_files) COMPLETE
45212025-02-11T20:36:53.017Z[ recovery-image] Feb 11 20:36:51.339 INFO O| Feb 11 20:36:51.338 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222025-02-11T20:36:53.047Z[ recovery-image] Feb 11 20:36:51.370 INFO O| Feb 11 20:36:51.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45232025-02-11T20:36:53.051Z[ recovery-image] Feb 11 20:36:51.371 INFO O| Feb 11 20:36:51.371 INFO STEP 57 (remove_files) COMPLETE
45242025-02-11T20:36:53.051Z[ recovery-image] Feb 11 20:36:51.371 INFO O| Feb 11 20:36:51.371 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252025-02-11T20:36:53.083Z[ recovery-image] Feb 11 20:36:51.404 INFO O| Feb 11 20:36:51.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45262025-02-11T20:36:53.083Z[ recovery-image] Feb 11 20:36:51.405 INFO O| Feb 11 20:36:51.404 INFO STEP 58 (remove_files) COMPLETE
45272025-02-11T20:36:53.083Z[ recovery-image] Feb 11 20:36:51.405 INFO O| Feb 11 20:36:51.405 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282025-02-11T20:36:53.138Z[ recovery-image] Feb 11 20:36:51.460 INFO O| Feb 11 20:36:51.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45292025-02-11T20:36:53.138Z[ recovery-image] Feb 11 20:36:51.460 INFO O| Feb 11 20:36:51.460 INFO STEP 59 (remove_files) COMPLETE
45302025-02-11T20:36:53.138Z[ recovery-image] Feb 11 20:36:51.460 INFO O| Feb 11 20:36:51.460 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312025-02-11T20:36:53.159Z[ recovery-image] Feb 11 20:36:51.479 INFO O| Feb 11 20:36:51.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45322025-02-11T20:36:53.159Z[ recovery-image] Feb 11 20:36:51.479 INFO O| Feb 11 20:36:51.479 INFO STEP 60 (remove_files) COMPLETE
45332025-02-11T20:36:53.159Z[ recovery-image] Feb 11 20:36:51.479 INFO O| Feb 11 20:36:51.479 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342025-02-11T20:36:53.199Z[ recovery-image] Feb 11 20:36:51.521 INFO O| Feb 11 20:36:51.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45352025-02-11T20:36:53.199Z[ recovery-image] Feb 11 20:36:51.521 INFO O| Feb 11 20:36:51.521 INFO STEP 61 (remove_files) COMPLETE
45362025-02-11T20:36:53.199Z[ recovery-image] Feb 11 20:36:51.521 INFO O| Feb 11 20:36:51.521 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372025-02-11T20:36:53.237Z[ recovery-image] Feb 11 20:36:51.558 INFO O| Feb 11 20:36:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45382025-02-11T20:36:53.237Z[ recovery-image] Feb 11 20:36:51.558 INFO O| Feb 11 20:36:51.558 INFO STEP 62 (remove_files) COMPLETE
45392025-02-11T20:36:53.237Z[ recovery-image] Feb 11 20:36:51.558 INFO O| Feb 11 20:36:51.558 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402025-02-11T20:36:53.258Z[ recovery-image] Feb 11 20:36:51.578 INFO O| Feb 11 20:36:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45412025-02-11T20:36:53.258Z[ recovery-image] Feb 11 20:36:51.578 INFO O| Feb 11 20:36:51.578 INFO STEP 63 (remove_files) COMPLETE
45422025-02-11T20:36:53.258Z[ recovery-image] Feb 11 20:36:51.578 INFO O| Feb 11 20:36:51.578 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432025-02-11T20:36:53.288Z[ recovery-image] Feb 11 20:36:51.610 INFO O| Feb 11 20:36:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45442025-02-11T20:36:53.309Z[ recovery-image] Feb 11 20:36:51.631 INFO O| Feb 11 20:36:51.631 INFO STEP 64 (remove_files) COMPLETE
45452025-02-11T20:36:53.309Z[ recovery-image] Feb 11 20:36:51.631 INFO O| Feb 11 20:36:51.631 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462025-02-11T20:36:53.329Z[ recovery-image] Feb 11 20:36:51.651 INFO O| Feb 11 20:36:51.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45472025-02-11T20:36:53.329Z[ recovery-image] Feb 11 20:36:51.651 INFO O| Feb 11 20:36:51.651 INFO STEP 65 (remove_files) COMPLETE
45482025-02-11T20:36:53.329Z[ recovery-image] Feb 11 20:36:51.652 INFO O| Feb 11 20:36:51.651 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492025-02-11T20:36:53.359Z[ recovery-image] Feb 11 20:36:51.681 INFO O| Feb 11 20:36:51.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45502025-02-11T20:36:53.391Z[ recovery-image] Feb 11 20:36:51.714 INFO O| Feb 11 20:36:51.714 INFO STEP 66 (remove_files) COMPLETE
45512025-02-11T20:36:53.391Z[ recovery-image] Feb 11 20:36:51.714 INFO O| Feb 11 20:36:51.714 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-02-11T20:36:53.534Z[ recovery-image] Feb 11 20:36:51.855 INFO O| Feb 11 20:36:51.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45532025-02-11T20:36:53.536Z[ recovery-image] Feb 11 20:36:51.855 INFO O| Feb 11 20:36:51.855 INFO STEP 67 (remove_files) COMPLETE
45542025-02-11T20:36:53.536Z[ recovery-image] Feb 11 20:36:51.855 INFO O| Feb 11 20:36:51.855 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-02-11T20:36:53.597Z[ recovery-image] Feb 11 20:36:51.919 INFO O| Feb 11 20:36:51.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45562025-02-11T20:36:53.601Z[ recovery-image] Feb 11 20:36:51.920 INFO O| Feb 11 20:36:51.919 INFO STEP 68 (remove_files) COMPLETE
45572025-02-11T20:36:53.601Z[ recovery-image] Feb 11 20:36:51.920 INFO O| Feb 11 20:36:51.920 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-02-11T20:36:53.647Z[ recovery-image] Feb 11 20:36:51.969 INFO O| Feb 11 20:36:51.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45592025-02-11T20:36:53.649Z[ recovery-image] Feb 11 20:36:51.969 INFO O| Feb 11 20:36:51.969 INFO STEP 69 (remove_files) COMPLETE
45602025-02-11T20:36:53.649Z[ recovery-image] Feb 11 20:36:51.969 INFO O| Feb 11 20:36:51.969 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-02-11T20:36:53.666Z[ recovery-image] Feb 11 20:36:51.988 INFO O| Feb 11 20:36:51.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45622025-02-11T20:36:53.666Z[ recovery-image] Feb 11 20:36:51.988 INFO O| Feb 11 20:36:51.988 INFO STEP 70 (remove_files) COMPLETE
45632025-02-11T20:36:53.669Z[ recovery-image] Feb 11 20:36:51.989 INFO O| Feb 11 20:36:51.988 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-02-11T20:36:53.687Z[ recovery-image] Feb 11 20:36:52.009 INFO O| Feb 11 20:36:52.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45652025-02-11T20:36:53.687Z[ recovery-image] Feb 11 20:36:52.009 INFO O| Feb 11 20:36:52.009 INFO STEP 71 (remove_files) COMPLETE
45662025-02-11T20:36:53.692Z[ recovery-image] Feb 11 20:36:52.009 INFO O| Feb 11 20:36:52.009 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-11T20:36:53.706Z[ recovery-image] Feb 11 20:36:52.028 INFO O| Feb 11 20:36:52.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45682025-02-11T20:36:53.706Z[ recovery-image] Feb 11 20:36:52.028 INFO O| Feb 11 20:36:52.028 INFO STEP 72 (remove_files) COMPLETE
45692025-02-11T20:36:53.709Z[ recovery-image] Feb 11 20:36:52.028 INFO O| Feb 11 20:36:52.028 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-02-11T20:36:53.729Z[ recovery-image] Feb 11 20:36:52.050 INFO O| Feb 11 20:36:52.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45712025-02-11T20:36:53.729Z[ recovery-image] Feb 11 20:36:52.050 INFO O| Feb 11 20:36:52.050 INFO STEP 73 (remove_files) COMPLETE
45722025-02-11T20:36:53.729Z[ recovery-image] Feb 11 20:36:52.050 INFO O| Feb 11 20:36:52.050 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-02-11T20:36:53.751Z[ recovery-image] Feb 11 20:36:52.073 INFO O| Feb 11 20:36:52.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45742025-02-11T20:36:53.751Z[ recovery-image] Feb 11 20:36:52.073 INFO O| Feb 11 20:36:52.073 INFO STEP 74 (remove_files) COMPLETE
45752025-02-11T20:36:53.753Z[ recovery-image] Feb 11 20:36:52.073 INFO O| Feb 11 20:36:52.073 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-02-11T20:36:53.760Z[ host-image] Feb 11 20:36:52.083 INFO O| Feb 11 20:36:52.083 INFO O| Done
45772025-02-11T20:36:53.817Z[ host-image] Feb 11 20:36:52.139 INFO O| Feb 11 20:36:52.139 INFO O| Done
45782025-02-11T20:36:53.820Z[ host-image] Feb 11 20:36:52.140 INFO O| Feb 11 20:36:52.140 INFO O| Done
45792025-02-11T20:36:53.833Z[ recovery-image] Feb 11 20:36:52.156 INFO O| Feb 11 20:36:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45802025-02-11T20:36:53.833Z[ recovery-image] Feb 11 20:36:52.156 INFO O| Feb 11 20:36:52.156 INFO STEP 75 (remove_files) COMPLETE
45812025-02-11T20:36:53.833Z[ recovery-image] Feb 11 20:36:52.156 INFO O| Feb 11 20:36:52.156 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-02-11T20:36:53.871Z[ host-image] Feb 11 20:36:52.194 INFO O| Feb 11 20:36:52.194 INFO O| Done
45832025-02-11T20:36:53.884Z[ recovery-image] Feb 11 20:36:52.206 INFO O| Feb 11 20:36:52.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45842025-02-11T20:36:53.884Z[ recovery-image] Feb 11 20:36:52.206 INFO O| Feb 11 20:36:52.206 INFO STEP 76 (remove_files) COMPLETE
45852025-02-11T20:36:53.887Z[ recovery-image] Feb 11 20:36:52.207 INFO O| Feb 11 20:36:52.206 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862025-02-11T20:36:54.096Z[ host-image] Feb 11 20:36:52.417 INFO O| Feb 11 20:36:52.417 INFO STEP 12 (pkg_install) COMPLETE
45872025-02-11T20:36:54.096Z[ host-image] Feb 11 20:36:52.417 INFO O| Feb 11 20:36:52.417 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
45882025-02-11T20:36:54.116Z[ host-image] Feb 11 20:36:52.438 INFO O| Feb 11 20:36:52.438 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45892025-02-11T20:36:54.819Z[ recovery-image] Feb 11 20:36:53.134 INFO O| Feb 11 20:36:53.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45902025-02-11T20:36:54.822Z[ recovery-image] Feb 11 20:36:53.134 INFO O| Feb 11 20:36:53.134 INFO STEP 77 (remove_files) COMPLETE
45912025-02-11T20:36:54.822Z[ recovery-image] Feb 11 20:36:53.134 INFO O| Feb 11 20:36:53.134 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922025-02-11T20:36:54.856Z[ recovery-image] Feb 11 20:36:53.178 INFO O| Feb 11 20:36:53.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45932025-02-11T20:36:54.856Z[ recovery-image] Feb 11 20:36:53.178 INFO O| Feb 11 20:36:53.178 INFO STEP 78 (remove_files) COMPLETE
45942025-02-11T20:36:54.856Z[ recovery-image] Feb 11 20:36:53.178 INFO O| Feb 11 20:36:53.178 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952025-02-11T20:36:54.882Z[ recovery-image] Feb 11 20:36:53.204 INFO O| Feb 11 20:36:53.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45962025-02-11T20:36:54.882Z[ recovery-image] Feb 11 20:36:53.204 INFO O| Feb 11 20:36:53.204 INFO STEP 79 (remove_files) COMPLETE
45972025-02-11T20:36:54.882Z[ recovery-image] Feb 11 20:36:53.204 INFO O| Feb 11 20:36:53.204 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982025-02-11T20:36:54.930Z[ recovery-image] Feb 11 20:36:53.252 INFO O| Feb 11 20:36:53.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45992025-02-11T20:36:54.930Z[ recovery-image] Feb 11 20:36:53.252 INFO O| Feb 11 20:36:53.252 INFO STEP 80 (remove_files) COMPLETE
46002025-02-11T20:36:54.932Z[ recovery-image] Feb 11 20:36:53.252 INFO O| Feb 11 20:36:53.252 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012025-02-11T20:36:54.993Z[ recovery-image] Feb 11 20:36:53.313 INFO O| Feb 11 20:36:53.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46022025-02-11T20:36:54.993Z[ recovery-image] Feb 11 20:36:53.313 INFO O| Feb 11 20:36:53.313 INFO STEP 81 (remove_files) COMPLETE
46032025-02-11T20:36:54.997Z[ recovery-image] Feb 11 20:36:53.313 INFO O| Feb 11 20:36:53.313 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042025-02-11T20:36:55.028Z[ recovery-image] Feb 11 20:36:53.349 INFO O| Feb 11 20:36:53.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46052025-02-11T20:36:55.028Z[ recovery-image] Feb 11 20:36:53.349 INFO O| Feb 11 20:36:53.349 INFO STEP 82 (remove_files) COMPLETE
46062025-02-11T20:36:55.030Z[ recovery-image] Feb 11 20:36:53.349 INFO O| Feb 11 20:36:53.349 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072025-02-11T20:36:55.048Z[ recovery-image] Feb 11 20:36:53.369 INFO O| Feb 11 20:36:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46082025-02-11T20:36:55.048Z[ recovery-image] Feb 11 20:36:53.369 INFO O| Feb 11 20:36:53.369 INFO STEP 83 (remove_files) COMPLETE
46092025-02-11T20:36:55.051Z[ recovery-image] Feb 11 20:36:53.370 INFO O| Feb 11 20:36:53.369 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102025-02-11T20:36:55.069Z[ recovery-image] Feb 11 20:36:53.392 INFO O| Feb 11 20:36:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46112025-02-11T20:36:55.091Z[ recovery-image] Feb 11 20:36:53.413 INFO O| Feb 11 20:36:53.413 INFO STEP 84 (remove_files) COMPLETE
46122025-02-11T20:36:55.091Z[ recovery-image] Feb 11 20:36:53.413 INFO O| Feb 11 20:36:53.413 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132025-02-11T20:36:55.134Z[ recovery-image] Feb 11 20:36:53.456 INFO O| Feb 11 20:36:53.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46142025-02-11T20:36:55.134Z[ recovery-image] Feb 11 20:36:53.457 INFO O| Feb 11 20:36:53.456 INFO STEP 85 (remove_files) COMPLETE
46152025-02-11T20:36:55.138Z[ recovery-image] Feb 11 20:36:53.457 INFO O| Feb 11 20:36:53.457 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162025-02-11T20:36:55.163Z[ recovery-image] Feb 11 20:36:53.485 INFO O| Feb 11 20:36:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46172025-02-11T20:36:55.185Z[ recovery-image] Feb 11 20:36:53.507 INFO O| Feb 11 20:36:53.507 INFO STEP 86 (remove_files) COMPLETE
46182025-02-11T20:36:55.185Z[ recovery-image] Feb 11 20:36:53.507 INFO O| Feb 11 20:36:53.507 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192025-02-11T20:36:55.206Z[ recovery-image] Feb 11 20:36:53.528 INFO O| Feb 11 20:36:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46202025-02-11T20:36:55.229Z[ recovery-image] Feb 11 20:36:53.551 INFO O| Feb 11 20:36:53.551 INFO STEP 87 (remove_files) COMPLETE
46212025-02-11T20:36:55.229Z[ recovery-image] Feb 11 20:36:53.551 INFO O| Feb 11 20:36:53.551 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222025-02-11T20:36:55.250Z[ recovery-image] Feb 11 20:36:53.572 INFO O| Feb 11 20:36:53.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46232025-02-11T20:36:55.250Z[ recovery-image] Feb 11 20:36:53.572 INFO O| Feb 11 20:36:53.572 INFO STEP 88 (remove_files) COMPLETE
46242025-02-11T20:36:55.250Z[ recovery-image] Feb 11 20:36:53.572 INFO O| Feb 11 20:36:53.572 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252025-02-11T20:36:55.269Z[ recovery-image] Feb 11 20:36:53.590 INFO O| Feb 11 20:36:53.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46262025-02-11T20:36:55.273Z[ host-image] Feb 11 20:36:53.595 INFO O| Feb 11 20:36:53.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46272025-02-11T20:36:55.279Z[ recovery-image] Feb 11 20:36:53.600 INFO O| Feb 11 20:36:53.600 INFO STEP 89 (remove_files) COMPLETE
46282025-02-11T20:36:55.281Z[ recovery-image] Feb 11 20:36:53.600 INFO O| Feb 11 20:36:53.600 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292025-02-11T20:36:55.325Z[ recovery-image] Feb 11 20:36:53.647 INFO O| Feb 11 20:36:53.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46302025-02-11T20:36:55.325Z[ recovery-image] Feb 11 20:36:53.647 INFO O| Feb 11 20:36:53.647 INFO STEP 90 (remove_files) COMPLETE
46312025-02-11T20:36:55.325Z[ recovery-image] Feb 11 20:36:53.647 INFO O| Feb 11 20:36:53.647 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322025-02-11T20:36:55.374Z[ recovery-image] Feb 11 20:36:53.695 INFO O| Feb 11 20:36:53.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46332025-02-11T20:36:55.374Z[ recovery-image] Feb 11 20:36:53.695 INFO O| Feb 11 20:36:53.695 INFO STEP 91 (remove_files) COMPLETE
46342025-02-11T20:36:55.374Z[ recovery-image] Feb 11 20:36:53.695 INFO O| Feb 11 20:36:53.695 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352025-02-11T20:36:55.440Z[ recovery-image] Feb 11 20:36:53.757 INFO O| Feb 11 20:36:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46362025-02-11T20:36:55.440Z[ recovery-image] Feb 11 20:36:53.757 INFO O| Feb 11 20:36:53.757 INFO STEP 92 (remove_files) COMPLETE
46372025-02-11T20:36:55.440Z[ recovery-image] Feb 11 20:36:53.757 INFO O| Feb 11 20:36:53.757 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382025-02-11T20:36:55.476Z[ recovery-image] Feb 11 20:36:53.798 INFO O| Feb 11 20:36:53.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46392025-02-11T20:36:55.477Z[ recovery-image] Feb 11 20:36:53.798 INFO O| Feb 11 20:36:53.798 INFO STEP 93 (remove_files) COMPLETE
46402025-02-11T20:36:55.477Z[ recovery-image] Feb 11 20:36:53.798 INFO O| Feb 11 20:36:53.798 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412025-02-11T20:36:55.496Z[ recovery-image] Feb 11 20:36:53.817 INFO O| Feb 11 20:36:53.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46422025-02-11T20:36:55.516Z[ recovery-image] Feb 11 20:36:53.837 INFO O| Feb 11 20:36:53.837 INFO STEP 94 (remove_files) COMPLETE
46432025-02-11T20:36:55.516Z[ recovery-image] Feb 11 20:36:53.837 INFO O| Feb 11 20:36:53.837 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442025-02-11T20:36:55.552Z[ recovery-image] Feb 11 20:36:53.873 INFO O| Feb 11 20:36:53.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46452025-02-11T20:36:55.553Z[ recovery-image] Feb 11 20:36:53.873 INFO O| Feb 11 20:36:53.873 INFO STEP 95 (remove_files) COMPLETE
46462025-02-11T20:36:55.557Z[ recovery-image] Feb 11 20:36:53.873 INFO O| Feb 11 20:36:53.873 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472025-02-11T20:36:55.569Z[ recovery-image] Feb 11 20:36:53.892 INFO O| Feb 11 20:36:53.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46482025-02-11T20:36:55.570Z[ recovery-image] Feb 11 20:36:53.892 INFO O| Feb 11 20:36:53.892 INFO STEP 96 (remove_files) COMPLETE
46492025-02-11T20:36:55.573Z[ recovery-image] Feb 11 20:36:53.892 INFO O| Feb 11 20:36:53.892 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502025-02-11T20:36:55.589Z[ recovery-image] Feb 11 20:36:53.911 INFO O| Feb 11 20:36:53.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46512025-02-11T20:36:55.594Z[ recovery-image] Feb 11 20:36:53.912 INFO O| Feb 11 20:36:53.911 INFO STEP 97 (remove_files) COMPLETE
46522025-02-11T20:36:55.594Z[ recovery-image] Feb 11 20:36:53.912 INFO O| Feb 11 20:36:53.912 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-02-11T20:36:55.611Z[ recovery-image] Feb 11 20:36:53.933 INFO O| Feb 11 20:36:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46542025-02-11T20:36:55.631Z[ recovery-image] Feb 11 20:36:53.953 INFO O| Feb 11 20:36:53.953 INFO STEP 98 (remove_files) COMPLETE
46552025-02-11T20:36:55.631Z[ recovery-image] Feb 11 20:36:53.953 INFO O| Feb 11 20:36:53.953 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-11T20:36:55.688Z[ recovery-image] Feb 11 20:36:54.010 INFO O| Feb 11 20:36:54.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46572025-02-11T20:36:55.688Z[ recovery-image] Feb 11 20:36:54.011 INFO O| Feb 11 20:36:54.010 INFO STEP 99 (remove_files) COMPLETE
46582025-02-11T20:36:55.690Z[ recovery-image] Feb 11 20:36:54.011 INFO O| Feb 11 20:36:54.010 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-11T20:36:55.732Z[ recovery-image] Feb 11 20:36:54.054 INFO O| Feb 11 20:36:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46602025-02-11T20:36:55.732Z[ recovery-image] Feb 11 20:36:54.054 INFO O| Feb 11 20:36:54.054 INFO STEP 100 (remove_files) COMPLETE
46612025-02-11T20:36:55.735Z[ recovery-image] Feb 11 20:36:54.054 INFO O| Feb 11 20:36:54.054 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-02-11T20:36:55.790Z[ recovery-image] Feb 11 20:36:54.112 INFO O| Feb 11 20:36:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46632025-02-11T20:36:55.790Z[ recovery-image] Feb 11 20:36:54.112 INFO O| Feb 11 20:36:54.112 INFO STEP 101 (remove_files) COMPLETE
46642025-02-11T20:36:55.793Z[ recovery-image] Feb 11 20:36:54.112 INFO O| Feb 11 20:36:54.112 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-02-11T20:36:55.810Z[ recovery-image] Feb 11 20:36:54.132 INFO O| Feb 11 20:36:54.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46662025-02-11T20:36:55.810Z[ recovery-image] Feb 11 20:36:54.132 INFO O| Feb 11 20:36:54.132 INFO STEP 102 (remove_files) COMPLETE
46672025-02-11T20:36:55.810Z[ recovery-image] Feb 11 20:36:54.132 INFO O| Feb 11 20:36:54.132 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-11T20:36:55.831Z[ recovery-image] Feb 11 20:36:54.153 INFO O| Feb 11 20:36:54.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46692025-02-11T20:36:55.833Z[ recovery-image] Feb 11 20:36:54.153 INFO O| Feb 11 20:36:54.153 INFO STEP 103 (remove_files) COMPLETE
46702025-02-11T20:36:55.833Z[ recovery-image] Feb 11 20:36:54.153 INFO O| Feb 11 20:36:54.153 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-11T20:36:55.858Z[ recovery-image] Feb 11 20:36:54.180 INFO O| Feb 11 20:36:54.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46722025-02-11T20:36:55.858Z[ recovery-image] Feb 11 20:36:54.180 INFO O| Feb 11 20:36:54.180 INFO STEP 104 (remove_files) COMPLETE
46732025-02-11T20:36:55.858Z[ recovery-image] Feb 11 20:36:54.180 INFO O| Feb 11 20:36:54.180 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-02-11T20:36:55.909Z[ recovery-image] Feb 11 20:36:54.231 INFO O| Feb 11 20:36:54.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46752025-02-11T20:36:55.912Z[ recovery-image] Feb 11 20:36:54.231 INFO O| Feb 11 20:36:54.231 INFO STEP 105 (remove_files) COMPLETE
46762025-02-11T20:36:55.912Z[ recovery-image] Feb 11 20:36:54.231 INFO O| Feb 11 20:36:54.231 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-02-11T20:36:55.930Z[ recovery-image] Feb 11 20:36:54.252 INFO O| Feb 11 20:36:54.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46782025-02-11T20:36:55.933Z[ recovery-image] Feb 11 20:36:54.256 INFO O| Feb 11 20:36:54.256 INFO STEP 106 (remove_files) COMPLETE
46792025-02-11T20:36:55.936Z[ recovery-image] Feb 11 20:36:54.256 INFO O| Feb 11 20:36:54.256 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-02-11T20:36:55.954Z[ recovery-image] Feb 11 20:36:54.276 INFO O| Feb 11 20:36:54.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46812025-02-11T20:36:55.956Z[ recovery-image] Feb 11 20:36:54.276 INFO O| Feb 11 20:36:54.276 INFO STEP 107 (remove_files) COMPLETE
46822025-02-11T20:36:55.956Z[ recovery-image] Feb 11 20:36:54.276 INFO O| Feb 11 20:36:54.276 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-02-11T20:36:55.974Z[ recovery-image] Feb 11 20:36:54.296 INFO O| Feb 11 20:36:54.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46842025-02-11T20:36:55.976Z[ recovery-image] Feb 11 20:36:54.296 INFO O| Feb 11 20:36:54.296 INFO STEP 108 (remove_files) COMPLETE
46852025-02-11T20:36:55.976Z[ recovery-image] Feb 11 20:36:54.296 INFO O| Feb 11 20:36:54.296 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-11T20:36:56.018Z[ recovery-image] Feb 11 20:36:54.340 INFO O| Feb 11 20:36:54.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46872025-02-11T20:36:56.021Z[ recovery-image] Feb 11 20:36:54.341 INFO O| Feb 11 20:36:54.340 INFO STEP 109 (remove_files) COMPLETE
46882025-02-11T20:36:56.021Z[ recovery-image] Feb 11 20:36:54.341 INFO O| Feb 11 20:36:54.341 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-11T20:36:56.053Z[ recovery-image] Feb 11 20:36:54.375 INFO O| Feb 11 20:36:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46902025-02-11T20:36:56.053Z[ recovery-image] Feb 11 20:36:54.375 INFO O| Feb 11 20:36:54.375 INFO STEP 110 (remove_files) COMPLETE
46912025-02-11T20:36:56.056Z[ recovery-image] Feb 11 20:36:54.375 INFO O| Feb 11 20:36:54.375 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-11T20:36:56.122Z[ recovery-image] Feb 11 20:36:54.441 INFO O| Feb 11 20:36:54.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46932025-02-11T20:36:56.125Z[ recovery-image] Feb 11 20:36:54.442 INFO O| Feb 11 20:36:54.441 INFO STEP 111 (remove_files) COMPLETE
46942025-02-11T20:36:56.125Z[ recovery-image] Feb 11 20:36:54.442 INFO O| Feb 11 20:36:54.442 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-11T20:36:56.149Z[ recovery-image] Feb 11 20:36:54.471 INFO O| Feb 11 20:36:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46962025-02-11T20:36:56.162Z[ recovery-image] Feb 11 20:36:54.484 INFO O| Feb 11 20:36:54.484 INFO STEP 112 (remove_files) COMPLETE
46972025-02-11T20:36:56.162Z[ recovery-image] Feb 11 20:36:54.484 INFO O| Feb 11 20:36:54.484 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-11T20:36:56.183Z[ recovery-image] Feb 11 20:36:54.504 INFO O| Feb 11 20:36:54.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46992025-02-11T20:36:56.183Z[ recovery-image] Feb 11 20:36:54.505 INFO O| Feb 11 20:36:54.505 INFO STEP 113 (remove_files) COMPLETE
47002025-02-11T20:36:56.186Z[ recovery-image] Feb 11 20:36:54.505 INFO O| Feb 11 20:36:54.505 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-11T20:36:56.201Z[ recovery-image] Feb 11 20:36:54.523 INFO O| Feb 11 20:36:54.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47022025-02-11T20:36:56.204Z[ recovery-image] Feb 11 20:36:54.523 INFO O| Feb 11 20:36:54.523 INFO STEP 114 (remove_files) COMPLETE
47032025-02-11T20:36:56.204Z[ recovery-image] Feb 11 20:36:54.524 INFO O| Feb 11 20:36:54.523 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-11T20:36:56.239Z[ recovery-image] Feb 11 20:36:54.561 INFO O| Feb 11 20:36:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47052025-02-11T20:36:56.239Z[ recovery-image] Feb 11 20:36:54.561 INFO O| Feb 11 20:36:54.561 INFO STEP 115 (remove_files) COMPLETE
47062025-02-11T20:36:56.239Z[ recovery-image] Feb 11 20:36:54.561 INFO O| Feb 11 20:36:54.561 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-11T20:36:56.259Z[ recovery-image] Feb 11 20:36:54.581 INFO O| Feb 11 20:36:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47082025-02-11T20:36:56.279Z[ recovery-image] Feb 11 20:36:54.601 INFO O| Feb 11 20:36:54.601 INFO STEP 116 (remove_files) COMPLETE
47092025-02-11T20:36:56.279Z[ recovery-image] Feb 11 20:36:54.601 INFO O| Feb 11 20:36:54.601 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-11T20:36:56.330Z[ recovery-image] Feb 11 20:36:54.652 INFO O| Feb 11 20:36:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47112025-02-11T20:36:56.354Z[ recovery-image] Feb 11 20:36:54.676 INFO O| Feb 11 20:36:54.676 INFO STEP 117 (remove_files) COMPLETE
47122025-02-11T20:36:56.354Z[ recovery-image] Feb 11 20:36:54.676 INFO O| Feb 11 20:36:54.676 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-11T20:36:56.389Z[ recovery-image] Feb 11 20:36:54.710 INFO O| Feb 11 20:36:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47142025-02-11T20:36:56.391Z[ recovery-image] Feb 11 20:36:54.711 INFO O| Feb 11 20:36:54.711 INFO STEP 118 (remove_files) COMPLETE
47152025-02-11T20:36:56.391Z[ recovery-image] Feb 11 20:36:54.711 INFO O| Feb 11 20:36:54.711 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-11T20:36:56.422Z[ recovery-image] Feb 11 20:36:54.744 INFO O| Feb 11 20:36:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47172025-02-11T20:36:56.425Z[ recovery-image] Feb 11 20:36:54.744 INFO O| Feb 11 20:36:54.744 INFO STEP 119 (remove_files) COMPLETE
47182025-02-11T20:36:56.425Z[ recovery-image] Feb 11 20:36:54.745 INFO O| Feb 11 20:36:54.744 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-11T20:36:56.444Z[ recovery-image] Feb 11 20:36:54.766 INFO O| Feb 11 20:36:54.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47202025-02-11T20:36:56.447Z[ recovery-image] Feb 11 20:36:54.766 INFO O| Feb 11 20:36:54.766 INFO STEP 120 (remove_files) COMPLETE
47212025-02-11T20:36:56.447Z[ recovery-image] Feb 11 20:36:54.766 INFO O| Feb 11 20:36:54.766 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-11T20:36:56.466Z[ recovery-image] Feb 11 20:36:54.788 INFO O| Feb 11 20:36:54.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47232025-02-11T20:36:56.468Z[ recovery-image] Feb 11 20:36:54.788 INFO O| Feb 11 20:36:54.788 INFO STEP 121 (remove_files) COMPLETE
47242025-02-11T20:36:56.468Z[ recovery-image] Feb 11 20:36:54.788 INFO O| Feb 11 20:36:54.788 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-11T20:36:56.506Z[ recovery-image] Feb 11 20:36:54.828 INFO O| Feb 11 20:36:54.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47262025-02-11T20:36:56.506Z[ recovery-image] Feb 11 20:36:54.828 INFO O| Feb 11 20:36:54.828 INFO STEP 122 (remove_files) COMPLETE
47272025-02-11T20:36:56.509Z[ recovery-image] Feb 11 20:36:54.828 INFO O| Feb 11 20:36:54.828 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-11T20:36:56.529Z[ recovery-image] Feb 11 20:36:54.850 INFO O| Feb 11 20:36:54.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47292025-02-11T20:36:56.529Z[ recovery-image] Feb 11 20:36:54.851 INFO O| Feb 11 20:36:54.851 INFO STEP 123 (remove_files) COMPLETE
47302025-02-11T20:36:56.529Z[ recovery-image] Feb 11 20:36:54.851 INFO O| Feb 11 20:36:54.851 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-11T20:36:56.552Z[ recovery-image] Feb 11 20:36:54.873 INFO O| Feb 11 20:36:54.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47322025-02-11T20:36:56.578Z[ recovery-image] Feb 11 20:36:54.899 INFO O| Feb 11 20:36:54.899 INFO STEP 124 (remove_files) COMPLETE
47332025-02-11T20:36:56.578Z[ recovery-image] Feb 11 20:36:54.899 INFO O| Feb 11 20:36:54.899 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-11T20:36:56.619Z[ recovery-image] Feb 11 20:36:54.941 INFO O| Feb 11 20:36:54.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47352025-02-11T20:36:56.620Z[ recovery-image] Feb 11 20:36:54.941 INFO O| Feb 11 20:36:54.941 INFO STEP 125 (remove_files) COMPLETE
47362025-02-11T20:36:56.622Z[ recovery-image] Feb 11 20:36:54.941 INFO O| Feb 11 20:36:54.941 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-02-11T20:36:56.672Z[ recovery-image] Feb 11 20:36:54.994 INFO O| Feb 11 20:36:54.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47382025-02-11T20:36:56.672Z[ recovery-image] Feb 11 20:36:54.994 INFO O| Feb 11 20:36:54.994 INFO STEP 126 (remove_files) COMPLETE
47392025-02-11T20:36:56.672Z[ recovery-image] Feb 11 20:36:54.994 INFO O| Feb 11 20:36:54.994 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-11T20:36:56.694Z[ recovery-image] Feb 11 20:36:55.016 INFO O| Feb 11 20:36:55.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47412025-02-11T20:36:56.694Z[ recovery-image] Feb 11 20:36:55.016 INFO O| Feb 11 20:36:55.016 INFO STEP 127 (remove_files) COMPLETE
47422025-02-11T20:36:56.694Z[ recovery-image] Feb 11 20:36:55.016 INFO O| Feb 11 20:36:55.016 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-11T20:36:56.714Z[ recovery-image] Feb 11 20:36:55.036 INFO O| Feb 11 20:36:55.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47442025-02-11T20:36:56.714Z[ recovery-image] Feb 11 20:36:55.036 INFO O| Feb 11 20:36:55.036 INFO STEP 128 (remove_files) COMPLETE
47452025-02-11T20:36:56.714Z[ recovery-image] Feb 11 20:36:55.036 INFO O| Feb 11 20:36:55.036 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-11T20:36:56.742Z[ recovery-image] Feb 11 20:36:55.063 INFO O| Feb 11 20:36:55.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47472025-02-11T20:36:56.742Z[ recovery-image] Feb 11 20:36:55.063 INFO O| Feb 11 20:36:55.063 INFO STEP 129 (remove_files) COMPLETE
47482025-02-11T20:36:56.745Z[ recovery-image] Feb 11 20:36:55.063 INFO O| Feb 11 20:36:55.063 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-11T20:36:56.763Z[ recovery-image] Feb 11 20:36:55.085 INFO O| Feb 11 20:36:55.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47502025-02-11T20:36:56.763Z[ recovery-image] Feb 11 20:36:55.085 INFO O| Feb 11 20:36:55.085 INFO STEP 130 (remove_files) COMPLETE
47512025-02-11T20:36:56.763Z[ recovery-image] Feb 11 20:36:55.085 INFO O| Feb 11 20:36:55.085 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-11T20:36:56.783Z[ recovery-image] Feb 11 20:36:55.105 INFO O| Feb 11 20:36:55.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47532025-02-11T20:36:56.783Z[ recovery-image] Feb 11 20:36:55.105 INFO O| Feb 11 20:36:55.105 INFO STEP 131 (remove_files) COMPLETE
47542025-02-11T20:36:56.786Z[ recovery-image] Feb 11 20:36:55.105 INFO O| Feb 11 20:36:55.105 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-02-11T20:36:56.805Z[ recovery-image] Feb 11 20:36:55.126 INFO O| Feb 11 20:36:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47562025-02-11T20:36:56.805Z[ recovery-image] Feb 11 20:36:55.126 INFO O| Feb 11 20:36:55.126 INFO STEP 132 (remove_files) COMPLETE
47572025-02-11T20:36:56.805Z[ recovery-image] Feb 11 20:36:55.126 INFO O| Feb 11 20:36:55.126 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-11T20:36:56.827Z[ recovery-image] Feb 11 20:36:55.147 INFO O| Feb 11 20:36:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47592025-02-11T20:36:56.827Z[ recovery-image] Feb 11 20:36:55.147 INFO O| Feb 11 20:36:55.147 INFO STEP 133 (remove_files) COMPLETE
47602025-02-11T20:36:56.829Z[ recovery-image] Feb 11 20:36:55.147 INFO O| Feb 11 20:36:55.147 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-11T20:36:56.851Z[ recovery-image] Feb 11 20:36:55.173 INFO O| Feb 11 20:36:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47622025-02-11T20:36:56.851Z[ recovery-image] Feb 11 20:36:55.173 INFO O| Feb 11 20:36:55.173 INFO STEP 134 (remove_files) COMPLETE
47632025-02-11T20:36:56.851Z[ recovery-image] Feb 11 20:36:55.173 INFO O| Feb 11 20:36:55.173 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-11T20:36:56.917Z[ recovery-image] Feb 11 20:36:55.239 INFO O| Feb 11 20:36:55.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47652025-02-11T20:36:56.917Z[ recovery-image] Feb 11 20:36:55.239 INFO O| Feb 11 20:36:55.239 INFO STEP 135 (remove_files) COMPLETE
47662025-02-11T20:36:56.917Z[ recovery-image] Feb 11 20:36:55.239 INFO O| Feb 11 20:36:55.239 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-11T20:36:56.937Z[ recovery-image] Feb 11 20:36:55.259 INFO O| Feb 11 20:36:55.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47682025-02-11T20:36:56.937Z[ recovery-image] Feb 11 20:36:55.259 INFO O| Feb 11 20:36:55.259 INFO STEP 136 (remove_files) COMPLETE
47692025-02-11T20:36:56.940Z[ recovery-image] Feb 11 20:36:55.259 INFO O| Feb 11 20:36:55.259 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-11T20:36:56.958Z[ recovery-image] Feb 11 20:36:55.280 INFO O| Feb 11 20:36:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47712025-02-11T20:36:56.958Z[ recovery-image] Feb 11 20:36:55.280 INFO O| Feb 11 20:36:55.280 INFO STEP 137 (remove_files) COMPLETE
47722025-02-11T20:36:56.958Z[ recovery-image] Feb 11 20:36:55.280 INFO O| Feb 11 20:36:55.280 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-11T20:36:56.980Z[ recovery-image] Feb 11 20:36:55.302 INFO O| Feb 11 20:36:55.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47742025-02-11T20:36:56.980Z[ recovery-image] Feb 11 20:36:55.302 INFO O| Feb 11 20:36:55.302 INFO STEP 138 (remove_files) COMPLETE
47752025-02-11T20:36:56.980Z[ recovery-image] Feb 11 20:36:55.302 INFO O| Feb 11 20:36:55.302 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-11T20:36:57.013Z[ recovery-image] Feb 11 20:36:55.335 INFO O| Feb 11 20:36:55.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47772025-02-11T20:36:57.016Z[ recovery-image] Feb 11 20:36:55.335 INFO O| Feb 11 20:36:55.335 INFO STEP 139 (remove_files) COMPLETE
47782025-02-11T20:36:57.016Z[ recovery-image] Feb 11 20:36:55.335 INFO O| Feb 11 20:36:55.335 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-11T20:36:57.132Z[ recovery-image] Feb 11 20:36:55.418 INFO O| Feb 11 20:36:55.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47802025-02-11T20:36:57.132Z[ recovery-image] Feb 11 20:36:55.418 INFO O| Feb 11 20:36:55.418 INFO STEP 140 (remove_files) COMPLETE
47812025-02-11T20:36:57.132Z[ recovery-image] Feb 11 20:36:55.418 INFO O| Feb 11 20:36:55.418 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-11T20:36:57.132Z[ recovery-image] Feb 11 20:36:55.442 INFO O| Feb 11 20:36:55.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47832025-02-11T20:36:57.132Z[ recovery-image] Feb 11 20:36:55.442 INFO O| Feb 11 20:36:55.442 INFO STEP 141 (remove_files) COMPLETE
47842025-02-11T20:36:57.132Z[ recovery-image] Feb 11 20:36:55.443 INFO O| Feb 11 20:36:55.442 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-11T20:36:57.160Z[ recovery-image] Feb 11 20:36:55.482 INFO O| Feb 11 20:36:55.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47862025-02-11T20:36:57.160Z[ recovery-image] Feb 11 20:36:55.482 INFO O| Feb 11 20:36:55.482 INFO STEP 142 (remove_files) COMPLETE
47872025-02-11T20:36:57.163Z[ recovery-image] Feb 11 20:36:55.482 INFO O| Feb 11 20:36:55.482 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-11T20:36:57.202Z[ recovery-image] Feb 11 20:36:55.524 INFO O| Feb 11 20:36:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47892025-02-11T20:36:57.202Z[ recovery-image] Feb 11 20:36:55.524 INFO O| Feb 11 20:36:55.524 INFO STEP 143 (remove_files) COMPLETE
47902025-02-11T20:36:57.205Z[ recovery-image] Feb 11 20:36:55.524 INFO O| Feb 11 20:36:55.524 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-11T20:36:57.224Z[ recovery-image] Feb 11 20:36:55.546 INFO O| Feb 11 20:36:55.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47922025-02-11T20:36:57.225Z[ recovery-image] Feb 11 20:36:55.546 INFO O| Feb 11 20:36:55.546 INFO STEP 144 (remove_files) COMPLETE
47932025-02-11T20:36:57.228Z[ recovery-image] Feb 11 20:36:55.546 INFO O| Feb 11 20:36:55.546 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-11T20:36:57.262Z[ recovery-image] Feb 11 20:36:55.583 INFO O| Feb 11 20:36:55.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47952025-02-11T20:36:57.262Z[ recovery-image] Feb 11 20:36:55.583 INFO O| Feb 11 20:36:55.583 INFO STEP 145 (remove_files) COMPLETE
47962025-02-11T20:36:57.266Z[ recovery-image] Feb 11 20:36:55.583 INFO O| Feb 11 20:36:55.583 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-11T20:36:57.302Z[ recovery-image] Feb 11 20:36:55.624 INFO O| Feb 11 20:36:55.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47982025-02-11T20:36:57.305Z[ recovery-image] Feb 11 20:36:55.624 INFO O| Feb 11 20:36:55.624 INFO STEP 146 (remove_files) COMPLETE
47992025-02-11T20:36:57.305Z[ recovery-image] Feb 11 20:36:55.624 INFO O| Feb 11 20:36:55.624 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-02-11T20:36:57.359Z[ recovery-image] Feb 11 20:36:55.681 INFO O| Feb 11 20:36:55.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48012025-02-11T20:36:57.359Z[ recovery-image] Feb 11 20:36:55.681 INFO O| Feb 11 20:36:55.681 INFO STEP 147 (remove_files) COMPLETE
48022025-02-11T20:36:57.362Z[ recovery-image] Feb 11 20:36:55.681 INFO O| Feb 11 20:36:55.681 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-11T20:36:57.422Z[ recovery-image] Feb 11 20:36:55.744 INFO O| Feb 11 20:36:55.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48042025-02-11T20:36:57.425Z[ recovery-image] Feb 11 20:36:55.744 INFO O| Feb 11 20:36:55.744 INFO STEP 148 (remove_files) COMPLETE
48052025-02-11T20:36:57.425Z[ recovery-image] Feb 11 20:36:55.744 INFO O| Feb 11 20:36:55.744 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-11T20:36:57.452Z[ recovery-image] Feb 11 20:36:55.774 INFO O| Feb 11 20:36:55.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48072025-02-11T20:36:57.455Z[ recovery-image] Feb 11 20:36:55.774 INFO O| Feb 11 20:36:55.774 INFO STEP 149 (remove_files) COMPLETE
48082025-02-11T20:36:57.455Z[ recovery-image] Feb 11 20:36:55.774 INFO O| Feb 11 20:36:55.774 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-11T20:36:57.485Z[ recovery-image] Feb 11 20:36:55.807 INFO O| Feb 11 20:36:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48102025-02-11T20:36:57.485Z[ recovery-image] Feb 11 20:36:55.807 INFO O| Feb 11 20:36:55.807 INFO STEP 150 (remove_files) COMPLETE
48112025-02-11T20:36:57.485Z[ recovery-image] Feb 11 20:36:55.807 INFO O| Feb 11 20:36:55.807 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-11T20:36:57.506Z[ recovery-image] Feb 11 20:36:55.828 INFO O| Feb 11 20:36:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48132025-02-11T20:36:57.532Z[ recovery-image] Feb 11 20:36:55.853 INFO O| Feb 11 20:36:55.853 INFO STEP 151 (remove_files) COMPLETE
48142025-02-11T20:36:57.532Z[ recovery-image] Feb 11 20:36:55.853 INFO O| Feb 11 20:36:55.853 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-11T20:36:57.552Z[ recovery-image] Feb 11 20:36:55.873 INFO O| Feb 11 20:36:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48162025-02-11T20:36:57.552Z[ recovery-image] Feb 11 20:36:55.873 INFO O| Feb 11 20:36:55.873 INFO STEP 152 (remove_files) COMPLETE
48172025-02-11T20:36:57.552Z[ recovery-image] Feb 11 20:36:55.873 INFO O| Feb 11 20:36:55.873 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-11T20:36:57.572Z[ recovery-image] Feb 11 20:36:55.892 INFO O| Feb 11 20:36:55.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48192025-02-11T20:36:57.572Z[ recovery-image] Feb 11 20:36:55.892 INFO O| Feb 11 20:36:55.892 INFO STEP 153 (remove_files) COMPLETE
48202025-02-11T20:36:57.572Z[ recovery-image] Feb 11 20:36:55.892 INFO O| Feb 11 20:36:55.892 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-11T20:36:57.605Z[ recovery-image] Feb 11 20:36:55.927 INFO O| Feb 11 20:36:55.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48222025-02-11T20:36:57.605Z[ recovery-image] Feb 11 20:36:55.927 INFO O| Feb 11 20:36:55.927 INFO STEP 154 (remove_files) COMPLETE
48232025-02-11T20:36:57.608Z[ recovery-image] Feb 11 20:36:55.927 INFO O| Feb 11 20:36:55.927 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-11T20:36:57.656Z[ recovery-image] Feb 11 20:36:55.977 INFO O| Feb 11 20:36:55.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48252025-02-11T20:36:57.678Z[ recovery-image] Feb 11 20:36:56.000 INFO O| Feb 11 20:36:56.000 INFO STEP 155 (remove_files) COMPLETE
48262025-02-11T20:36:57.678Z[ recovery-image] Feb 11 20:36:56.000 INFO O| Feb 11 20:36:56.000 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-11T20:36:57.731Z[ recovery-image] Feb 11 20:36:56.053 INFO O| Feb 11 20:36:56.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48282025-02-11T20:36:57.731Z[ recovery-image] Feb 11 20:36:56.053 INFO O| Feb 11 20:36:56.053 INFO STEP 156 (remove_files) COMPLETE
48292025-02-11T20:36:57.737Z[ recovery-image] Feb 11 20:36:56.053 INFO O| Feb 11 20:36:56.053 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-02-11T20:36:57.750Z[ recovery-image] Feb 11 20:36:56.071 INFO O| Feb 11 20:36:56.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48312025-02-11T20:36:57.751Z[ recovery-image] Feb 11 20:36:56.071 INFO O| Feb 11 20:36:56.071 INFO STEP 157 (remove_files) COMPLETE
48322025-02-11T20:36:57.751Z[ recovery-image] Feb 11 20:36:56.071 INFO O| Feb 11 20:36:56.071 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-11T20:36:57.784Z[ recovery-image] Feb 11 20:36:56.106 INFO O| Feb 11 20:36:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48342025-02-11T20:36:57.784Z[ recovery-image] Feb 11 20:36:56.106 INFO O| Feb 11 20:36:56.106 INFO STEP 158 (remove_files) COMPLETE
48352025-02-11T20:36:57.787Z[ recovery-image] Feb 11 20:36:56.106 INFO O| Feb 11 20:36:56.106 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-11T20:36:57.803Z[ recovery-image] Feb 11 20:36:56.125 INFO O| Feb 11 20:36:56.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48372025-02-11T20:36:57.803Z[ recovery-image] Feb 11 20:36:56.125 INFO O| Feb 11 20:36:56.125 INFO STEP 159 (remove_files) COMPLETE
48382025-02-11T20:36:57.803Z[ recovery-image] Feb 11 20:36:56.125 INFO O| Feb 11 20:36:56.125 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-11T20:36:57.833Z[ recovery-image] Feb 11 20:36:56.155 INFO O| Feb 11 20:36:56.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48402025-02-11T20:36:57.835Z[ recovery-image] Feb 11 20:36:56.155 INFO O| Feb 11 20:36:56.155 INFO STEP 160 (remove_files) COMPLETE
48412025-02-11T20:36:57.836Z[ recovery-image] Feb 11 20:36:56.155 INFO O| Feb 11 20:36:56.155 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-11T20:36:57.851Z[ recovery-image] Feb 11 20:36:56.172 INFO O| Feb 11 20:36:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48432025-02-11T20:36:57.851Z[ recovery-image] Feb 11 20:36:56.173 INFO O| Feb 11 20:36:56.173 INFO STEP 161 (remove_files) COMPLETE
48442025-02-11T20:36:57.853Z[ recovery-image] Feb 11 20:36:56.173 INFO O| Feb 11 20:36:56.173 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-02-11T20:36:57.871Z[ recovery-image] Feb 11 20:36:56.192 INFO O| Feb 11 20:36:56.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48462025-02-11T20:36:57.873Z[ recovery-image] Feb 11 20:36:56.193 INFO O| Feb 11 20:36:56.193 INFO STEP 162 (remove_files) COMPLETE
48472025-02-11T20:36:57.873Z[ recovery-image] Feb 11 20:36:56.193 INFO O| Feb 11 20:36:56.193 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-02-11T20:36:57.948Z[ recovery-image] Feb 11 20:36:56.270 INFO O| Feb 11 20:36:56.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48492025-02-11T20:36:57.948Z[ recovery-image] Feb 11 20:36:56.270 INFO O| Feb 11 20:36:56.270 INFO STEP 163 (remove_files) COMPLETE
48502025-02-11T20:36:57.951Z[ recovery-image] Feb 11 20:36:56.270 INFO O| Feb 11 20:36:56.270 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-02-11T20:36:58.009Z[ recovery-image] Feb 11 20:36:56.330 INFO O| Feb 11 20:36:56.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48522025-02-11T20:36:58.009Z[ recovery-image] Feb 11 20:36:56.330 INFO O| Feb 11 20:36:56.330 INFO STEP 164 (remove_files) COMPLETE
48532025-02-11T20:36:58.012Z[ recovery-image] Feb 11 20:36:56.330 INFO O| Feb 11 20:36:56.330 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-02-11T20:36:58.045Z[ recovery-image] Feb 11 20:36:56.366 INFO O| Feb 11 20:36:56.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48552025-02-11T20:36:58.045Z[ recovery-image] Feb 11 20:36:56.366 INFO O| Feb 11 20:36:56.366 INFO STEP 165 (remove_files) COMPLETE
48562025-02-11T20:36:58.047Z[ recovery-image] Feb 11 20:36:56.366 INFO O| Feb 11 20:36:56.366 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-02-11T20:36:58.063Z[ recovery-image] Feb 11 20:36:56.385 INFO O| Feb 11 20:36:56.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48582025-02-11T20:36:58.084Z[ recovery-image] Feb 11 20:36:56.406 INFO O| Feb 11 20:36:56.406 INFO STEP 166 (remove_files) COMPLETE
48592025-02-11T20:36:58.084Z[ recovery-image] Feb 11 20:36:56.406 INFO O| Feb 11 20:36:56.406 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-02-11T20:36:58.121Z[ recovery-image] Feb 11 20:36:56.443 INFO O| Feb 11 20:36:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48612025-02-11T20:36:58.121Z[ recovery-image] Feb 11 20:36:56.443 INFO O| Feb 11 20:36:56.443 INFO STEP 167 (remove_files) COMPLETE
48622025-02-11T20:36:58.121Z[ recovery-image] Feb 11 20:36:56.443 INFO O| Feb 11 20:36:56.443 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-02-11T20:36:58.140Z[ recovery-image] Feb 11 20:36:56.461 INFO O| Feb 11 20:36:56.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48642025-02-11T20:36:58.140Z[ recovery-image] Feb 11 20:36:56.462 INFO O| Feb 11 20:36:56.462 INFO STEP 168 (remove_files) COMPLETE
48652025-02-11T20:36:58.140Z[ recovery-image] Feb 11 20:36:56.462 INFO O| Feb 11 20:36:56.462 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-02-11T20:36:58.173Z[ recovery-image] Feb 11 20:36:56.495 INFO O| Feb 11 20:36:56.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48672025-02-11T20:36:58.176Z[ recovery-image] Feb 11 20:36:56.495 INFO O| Feb 11 20:36:56.495 INFO STEP 169 (remove_files) COMPLETE
48682025-02-11T20:36:58.176Z[ recovery-image] Feb 11 20:36:56.496 INFO O| Feb 11 20:36:56.495 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-02-11T20:36:58.207Z[ recovery-image] Feb 11 20:36:56.529 INFO O| Feb 11 20:36:56.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48702025-02-11T20:36:58.207Z[ recovery-image] Feb 11 20:36:56.529 INFO O| Feb 11 20:36:56.529 INFO STEP 170 (remove_files) COMPLETE
48712025-02-11T20:36:58.208Z[ recovery-image] Feb 11 20:36:56.529 INFO O| Feb 11 20:36:56.529 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-02-11T20:36:58.227Z[ recovery-image] Feb 11 20:36:56.548 INFO O| Feb 11 20:36:56.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48732025-02-11T20:36:58.227Z[ recovery-image] Feb 11 20:36:56.548 INFO O| Feb 11 20:36:56.548 INFO STEP 171 (remove_files) COMPLETE
48742025-02-11T20:36:58.227Z[ recovery-image] Feb 11 20:36:56.548 INFO O| Feb 11 20:36:56.548 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-02-11T20:36:58.246Z[ recovery-image] Feb 11 20:36:56.568 INFO O| Feb 11 20:36:56.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48762025-02-11T20:36:58.249Z[ recovery-image] Feb 11 20:36:56.568 INFO O| Feb 11 20:36:56.568 INFO STEP 172 (remove_files) COMPLETE
48772025-02-11T20:36:58.249Z[ recovery-image] Feb 11 20:36:56.568 INFO O| Feb 11 20:36:56.568 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-02-11T20:36:58.311Z[ recovery-image] Feb 11 20:36:56.632 INFO O| Feb 11 20:36:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48792025-02-11T20:36:58.311Z[ recovery-image] Feb 11 20:36:56.632 INFO O| Feb 11 20:36:56.632 INFO STEP 173 (remove_files) COMPLETE
48802025-02-11T20:36:58.314Z[ recovery-image] Feb 11 20:36:56.632 INFO O| Feb 11 20:36:56.632 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-02-11T20:36:58.343Z[ recovery-image] Feb 11 20:36:56.664 INFO O| Feb 11 20:36:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48822025-02-11T20:36:58.343Z[ recovery-image] Feb 11 20:36:56.664 INFO O| Feb 11 20:36:56.664 INFO STEP 174 (remove_files) COMPLETE
48832025-02-11T20:36:58.343Z[ recovery-image] Feb 11 20:36:56.664 INFO O| Feb 11 20:36:56.664 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-02-11T20:36:58.481Z[ recovery-image] Feb 11 20:36:56.803 INFO O| Feb 11 20:36:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48852025-02-11T20:36:58.481Z[ recovery-image] Feb 11 20:36:56.803 INFO O| Feb 11 20:36:56.803 INFO STEP 175 (remove_files) COMPLETE
48862025-02-11T20:36:58.484Z[ recovery-image] Feb 11 20:36:56.803 INFO O| Feb 11 20:36:56.803 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-02-11T20:36:58.527Z[ recovery-image] Feb 11 20:36:56.848 INFO O| Feb 11 20:36:56.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48882025-02-11T20:36:58.527Z[ recovery-image] Feb 11 20:36:56.848 INFO O| Feb 11 20:36:56.848 INFO STEP 176 (remove_files) COMPLETE
48892025-02-11T20:36:58.527Z[ recovery-image] Feb 11 20:36:56.848 INFO O| Feb 11 20:36:56.848 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-02-11T20:36:58.548Z[ recovery-image] Feb 11 20:36:56.869 INFO O| Feb 11 20:36:56.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48912025-02-11T20:36:58.548Z[ recovery-image] Feb 11 20:36:56.869 INFO O| Feb 11 20:36:56.869 INFO STEP 177 (remove_files) COMPLETE
48922025-02-11T20:36:58.548Z[ recovery-image] Feb 11 20:36:56.869 INFO O| Feb 11 20:36:56.869 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-02-11T20:36:58.567Z[ recovery-image] Feb 11 20:36:56.889 INFO O| Feb 11 20:36:56.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48942025-02-11T20:36:58.567Z[ recovery-image] Feb 11 20:36:56.889 INFO O| Feb 11 20:36:56.889 INFO STEP 178 (remove_files) COMPLETE
48952025-02-11T20:36:58.567Z[ recovery-image] Feb 11 20:36:56.889 INFO O| Feb 11 20:36:56.889 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-02-11T20:36:58.587Z[ recovery-image] Feb 11 20:36:56.909 INFO O| Feb 11 20:36:56.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48972025-02-11T20:36:58.609Z[ recovery-image] Feb 11 20:36:56.931 INFO O| Feb 11 20:36:56.931 INFO STEP 179 (remove_files) COMPLETE
48982025-02-11T20:36:58.609Z[ recovery-image] Feb 11 20:36:56.931 INFO O| Feb 11 20:36:56.931 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-02-11T20:36:58.646Z[ recovery-image] Feb 11 20:36:56.967 INFO O| Feb 11 20:36:56.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49002025-02-11T20:36:58.646Z[ recovery-image] Feb 11 20:36:56.967 INFO O| Feb 11 20:36:56.967 INFO STEP 180 (remove_files) COMPLETE
49012025-02-11T20:36:58.646Z[ recovery-image] Feb 11 20:36:56.968 INFO O| Feb 11 20:36:56.967 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-02-11T20:36:58.666Z[ recovery-image] Feb 11 20:36:56.987 INFO O| Feb 11 20:36:56.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49032025-02-11T20:36:58.666Z[ recovery-image] Feb 11 20:36:56.987 INFO O| Feb 11 20:36:56.987 INFO STEP 181 (remove_files) COMPLETE
49042025-02-11T20:36:58.668Z[ recovery-image] Feb 11 20:36:56.988 INFO O| Feb 11 20:36:56.987 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-11T20:36:58.697Z[ recovery-image] Feb 11 20:36:57.018 INFO O| Feb 11 20:36:57.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49062025-02-11T20:36:58.697Z[ recovery-image] Feb 11 20:36:57.018 INFO O| Feb 11 20:36:57.018 INFO STEP 182 (remove_files) COMPLETE
49072025-02-11T20:36:58.697Z[ recovery-image] Feb 11 20:36:57.018 INFO O| Feb 11 20:36:57.018 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-11T20:36:58.755Z[ recovery-image] Feb 11 20:36:57.076 INFO O| Feb 11 20:36:57.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49092025-02-11T20:36:58.755Z[ recovery-image] Feb 11 20:36:57.076 INFO O| Feb 11 20:36:57.076 INFO STEP 183 (remove_files) COMPLETE
49102025-02-11T20:36:58.755Z[ recovery-image] Feb 11 20:36:57.076 INFO O| Feb 11 20:36:57.076 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-11T20:36:58.773Z[ recovery-image] Feb 11 20:36:57.094 INFO O| Feb 11 20:36:57.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49122025-02-11T20:36:58.773Z[ recovery-image] Feb 11 20:36:57.094 INFO O| Feb 11 20:36:57.094 INFO STEP 184 (remove_files) COMPLETE
49132025-02-11T20:36:58.776Z[ recovery-image] Feb 11 20:36:57.094 INFO O| Feb 11 20:36:57.094 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-11T20:36:58.816Z[ recovery-image] Feb 11 20:36:57.136 INFO O| Feb 11 20:36:57.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49152025-02-11T20:36:58.816Z[ recovery-image] Feb 11 20:36:57.136 INFO O| Feb 11 20:36:57.136 INFO STEP 185 (remove_files) COMPLETE
49162025-02-11T20:36:58.816Z[ recovery-image] Feb 11 20:36:57.136 INFO O| Feb 11 20:36:57.136 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-11T20:36:58.857Z[ recovery-image] Feb 11 20:36:57.179 INFO O| Feb 11 20:36:57.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49182025-02-11T20:36:58.857Z[ recovery-image] Feb 11 20:36:57.179 INFO O| Feb 11 20:36:57.177 INFO STEP 186 (remove_files) COMPLETE
49192025-02-11T20:36:58.857Z[ recovery-image] Feb 11 20:36:57.179 INFO O| Feb 11 20:36:57.177 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-02-11T20:36:58.884Z[ recovery-image] Feb 11 20:36:57.206 INFO O| Feb 11 20:36:57.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49212025-02-11T20:36:58.885Z[ recovery-image] Feb 11 20:36:57.206 INFO O| Feb 11 20:36:57.206 INFO STEP 187 (remove_files) COMPLETE
49222025-02-11T20:36:58.887Z[ recovery-image] Feb 11 20:36:57.206 INFO O| Feb 11 20:36:57.206 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-02-11T20:36:58.930Z[ recovery-image] Feb 11 20:36:57.251 INFO O| Feb 11 20:36:57.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49242025-02-11T20:36:58.930Z[ recovery-image] Feb 11 20:36:57.251 INFO O| Feb 11 20:36:57.251 INFO STEP 188 (remove_files) COMPLETE
49252025-02-11T20:36:58.930Z[ recovery-image] Feb 11 20:36:57.251 INFO O| Feb 11 20:36:57.251 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-02-11T20:36:58.967Z[ recovery-image] Feb 11 20:36:57.288 INFO O| Feb 11 20:36:57.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49272025-02-11T20:36:58.970Z[ recovery-image] Feb 11 20:36:57.289 INFO O| Feb 11 20:36:57.289 INFO STEP 189 (remove_files) COMPLETE
49282025-02-11T20:36:58.970Z[ recovery-image] Feb 11 20:36:57.289 INFO O| Feb 11 20:36:57.289 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-02-11T20:36:59.390Z[ recovery-image] Feb 11 20:36:57.308 INFO O| Feb 11 20:36:57.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49302025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.308 INFO O| Feb 11 20:36:57.308 INFO STEP 190 (remove_files) COMPLETE
49312025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.308 INFO O| Feb 11 20:36:57.308 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.330 INFO O| Feb 11 20:36:57.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49332025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.330 INFO O| Feb 11 20:36:57.330 INFO STEP 191 (remove_files) COMPLETE
49342025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.330 INFO O| Feb 11 20:36:57.330 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.353 INFO O| Feb 11 20:36:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49362025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.353 INFO O| Feb 11 20:36:57.353 INFO STEP 192 (remove_files) COMPLETE
49372025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.353 INFO O| Feb 11 20:36:57.353 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.377 INFO O| Feb 11 20:36:57.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49392025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.377 INFO O| Feb 11 20:36:57.377 INFO STEP 193 (remove_files) COMPLETE
49402025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.377 INFO O| Feb 11 20:36:57.377 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.401 INFO O| Feb 11 20:36:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49422025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.401 INFO O| Feb 11 20:36:57.401 INFO STEP 194 (remove_files) COMPLETE
49432025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.401 INFO O| Feb 11 20:36:57.401 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.425 INFO O| Feb 11 20:36:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49452025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.425 INFO O| Feb 11 20:36:57.425 INFO STEP 195 (remove_files) COMPLETE
49462025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.425 INFO O| Feb 11 20:36:57.425 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-02-11T20:36:59.395Z[ recovery-image] Feb 11 20:36:57.467 INFO O| Feb 11 20:36:57.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49482025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.467 INFO O| Feb 11 20:36:57.467 INFO STEP 196 (remove_files) COMPLETE
49492025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.467 INFO O| Feb 11 20:36:57.467 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.499 INFO O| Feb 11 20:36:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49512025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.499 INFO O| Feb 11 20:36:57.489 INFO STEP 197 (remove_files) COMPLETE
49522025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.499 INFO O| Feb 11 20:36:57.489 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.516 INFO O| Feb 11 20:36:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49542025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.516 INFO O| Feb 11 20:36:57.516 INFO STEP 198 (remove_files) COMPLETE
49552025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.516 INFO O| Feb 11 20:36:57.516 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.556 INFO O| Feb 11 20:36:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49572025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.556 INFO O| Feb 11 20:36:57.556 INFO STEP 199 (remove_files) COMPLETE
49582025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.556 INFO O| Feb 11 20:36:57.556 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.577 INFO O| Feb 11 20:36:57.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49602025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.578 INFO O| Feb 11 20:36:57.577 INFO STEP 200 (remove_files) COMPLETE
49612025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.578 INFO O| Feb 11 20:36:57.578 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.599 INFO O| Feb 11 20:36:57.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49632025-02-11T20:36:59.396Z[ recovery-image] Feb 11 20:36:57.600 INFO O| Feb 11 20:36:57.600 INFO STEP 201 (remove_files) COMPLETE
49642025-02-11T20:36:59.397Z[ recovery-image] Feb 11 20:36:57.600 INFO O| Feb 11 20:36:57.600 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-02-11T20:36:59.421Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49662025-02-11T20:36:59.442Z[ recovery-image] Feb 11 20:36:57.753 INFO O| Feb 11 20:36:57.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49672025-02-11T20:36:59.442Z[ recovery-image] Feb 11 20:36:57.753 INFO O| Feb 11 20:36:57.753 INFO STEP 202 (remove_files) COMPLETE
49682025-02-11T20:36:59.445Z[ recovery-image] Feb 11 20:36:57.753 INFO O| Feb 11 20:36:57.753 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-11T20:36:59.479Z[ recovery-image] Feb 11 20:36:57.793 INFO O| Feb 11 20:36:57.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49702025-02-11T20:36:59.479Z[ recovery-image] Feb 11 20:36:57.793 INFO O| Feb 11 20:36:57.793 INFO STEP 203 (remove_files) COMPLETE
49712025-02-11T20:36:59.479Z[ recovery-image] Feb 11 20:36:57.793 INFO O| Feb 11 20:36:57.793 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-11T20:36:59.554Z[ host-image] Feb 11 20:36:57.876 INFO O| Feb 11 20:36:57.876 INFO O| Planning: Solver setup ... Done
49732025-02-11T20:36:59.561Z[ host-image] Feb 11 20:36:57.882 INFO O| Feb 11 20:36:57.882 INFO O| Planning: Running solver ... Done
49742025-02-11T20:36:59.582Z[ recovery-image] Feb 11 20:36:57.904 INFO O| Feb 11 20:36:57.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49752025-02-11T20:36:59.582Z[ recovery-image] Feb 11 20:36:57.904 INFO O| Feb 11 20:36:57.904 INFO STEP 204 (remove_files) COMPLETE
49762025-02-11T20:36:59.585Z[ recovery-image] Feb 11 20:36:57.904 INFO O| Feb 11 20:36:57.904 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-02-11T20:36:59.644Z[ recovery-image] Feb 11 20:36:57.964 INFO O| Feb 11 20:36:57.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49782025-02-11T20:36:59.644Z[ recovery-image] Feb 11 20:36:57.964 INFO O| Feb 11 20:36:57.964 INFO STEP 205 (remove_files) COMPLETE
49792025-02-11T20:36:59.644Z[ recovery-image] Feb 11 20:36:57.964 INFO O| Feb 11 20:36:57.964 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-02-11T20:36:59.661Z[ recovery-image] Feb 11 20:36:57.982 INFO O| Feb 11 20:36:57.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49812025-02-11T20:36:59.661Z[ recovery-image] Feb 11 20:36:57.982 INFO O| Feb 11 20:36:57.982 INFO STEP 206 (remove_files) COMPLETE
49822025-02-11T20:36:59.661Z[ recovery-image] Feb 11 20:36:57.982 INFO O| Feb 11 20:36:57.982 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-02-11T20:36:59.672Z[ host-image] Feb 11 20:36:57.993 INFO O| Feb 11 20:36:57.993 INFO O| Planning: Finding local manifests ... Done
49842025-02-11T20:36:59.674Z[ host-image] Feb 11 20:36:57.995 INFO O| Feb 11 20:36:57.995 INFO O| Planning: Fetching manifests: 0/6 0% complete
49852025-02-11T20:36:59.686Z[ recovery-image] Feb 11 20:36:58.007 INFO O| Feb 11 20:36:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49862025-02-11T20:36:59.686Z[ recovery-image] Feb 11 20:36:58.007 INFO O| Feb 11 20:36:58.007 INFO STEP 207 (remove_files) COMPLETE
49872025-02-11T20:36:59.686Z[ recovery-image] Feb 11 20:36:58.007 INFO O| Feb 11 20:36:58.007 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-02-11T20:36:59.720Z[ recovery-image] Feb 11 20:36:58.041 INFO O| Feb 11 20:36:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49892025-02-11T20:36:59.720Z[ recovery-image] Feb 11 20:36:58.041 INFO O| Feb 11 20:36:58.041 INFO STEP 208 (remove_files) COMPLETE
49902025-02-11T20:36:59.720Z[ recovery-image] Feb 11 20:36:58.041 INFO O| Feb 11 20:36:58.041 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-02-11T20:36:59.782Z[ recovery-image] Feb 11 20:36:58.104 INFO O| Feb 11 20:36:58.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49922025-02-11T20:36:59.785Z[ recovery-image] Feb 11 20:36:58.104 INFO O| Feb 11 20:36:58.104 INFO STEP 209 (remove_files) COMPLETE
49932025-02-11T20:36:59.785Z[ recovery-image] Feb 11 20:36:58.104 INFO O| Feb 11 20:36:58.104 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-02-11T20:36:59.802Z[ recovery-image] Feb 11 20:36:58.122 INFO O| Feb 11 20:36:58.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49952025-02-11T20:36:59.802Z[ recovery-image] Feb 11 20:36:58.122 INFO O| Feb 11 20:36:58.122 INFO STEP 210 (remove_files) COMPLETE
49962025-02-11T20:36:59.802Z[ recovery-image] Feb 11 20:36:58.122 INFO O| Feb 11 20:36:58.122 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-02-11T20:36:59.821Z[ recovery-image] Feb 11 20:36:58.142 INFO O| Feb 11 20:36:58.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49982025-02-11T20:36:59.821Z[ recovery-image] Feb 11 20:36:58.142 INFO O| Feb 11 20:36:58.142 INFO STEP 211 (remove_files) COMPLETE
49992025-02-11T20:36:59.821Z[ recovery-image] Feb 11 20:36:58.142 INFO O| Feb 11 20:36:58.142 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-02-11T20:36:59.839Z[ recovery-image] Feb 11 20:36:58.161 INFO O| Feb 11 20:36:58.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50012025-02-11T20:36:59.839Z[ recovery-image] Feb 11 20:36:58.161 INFO O| Feb 11 20:36:58.161 INFO STEP 212 (remove_files) COMPLETE
50022025-02-11T20:36:59.839Z[ recovery-image] Feb 11 20:36:58.161 INFO O| Feb 11 20:36:58.161 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-02-11T20:36:59.865Z[ recovery-image] Feb 11 20:36:58.187 INFO O| Feb 11 20:36:58.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50042025-02-11T20:36:59.865Z[ recovery-image] Feb 11 20:36:58.187 INFO O| Feb 11 20:36:58.187 INFO STEP 213 (remove_files) COMPLETE
50052025-02-11T20:36:59.868Z[ recovery-image] Feb 11 20:36:58.187 INFO O| Feb 11 20:36:58.187 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-02-11T20:36:59.888Z[ recovery-image] Feb 11 20:36:58.209 INFO O| Feb 11 20:36:58.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50072025-02-11T20:36:59.888Z[ recovery-image] Feb 11 20:36:58.209 INFO O| Feb 11 20:36:58.209 INFO STEP 214 (remove_files) COMPLETE
50082025-02-11T20:36:59.891Z[ recovery-image] Feb 11 20:36:58.210 INFO O| Feb 11 20:36:58.209 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-02-11T20:36:59.936Z[ recovery-image] Feb 11 20:36:58.257 INFO O| Feb 11 20:36:58.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50102025-02-11T20:36:59.938Z[ recovery-image] Feb 11 20:36:58.257 INFO O| Feb 11 20:36:58.257 INFO STEP 215 (remove_files) COMPLETE
50112025-02-11T20:36:59.938Z[ recovery-image] Feb 11 20:36:58.257 INFO O| Feb 11 20:36:58.257 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-02-11T20:36:59.957Z[ recovery-image] Feb 11 20:36:58.278 INFO O| Feb 11 20:36:58.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50132025-02-11T20:36:59.960Z[ recovery-image] Feb 11 20:36:58.278 INFO O| Feb 11 20:36:58.278 INFO STEP 216 (remove_files) COMPLETE
50142025-02-11T20:36:59.960Z[ recovery-image] Feb 11 20:36:58.278 INFO O| Feb 11 20:36:58.278 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-02-11T20:36:59.998Z[ recovery-image] Feb 11 20:36:58.318 INFO O| Feb 11 20:36:58.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50162025-02-11T20:36:59.998Z[ recovery-image] Feb 11 20:36:58.318 INFO O| Feb 11 20:36:58.318 INFO STEP 217 (remove_files) COMPLETE
50172025-02-11T20:36:59.998Z[ recovery-image] Feb 11 20:36:58.318 INFO O| Feb 11 20:36:58.318 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-02-11T20:37:00.032Z[ recovery-image] Feb 11 20:36:58.353 INFO O| Feb 11 20:36:58.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50192025-02-11T20:37:00.041Z[ host-image] Feb 11 20:36:58.363 INFO O| Feb 11 20:36:58.362 INFO O| Planning: Fetching manifests: 6/6 100% complete
50202025-02-11T20:37:00.053Z[ recovery-image] Feb 11 20:36:58.374 INFO O| Feb 11 20:36:58.374 INFO STEP 218 (remove_files) COMPLETE
50212025-02-11T20:37:00.053Z[ recovery-image] Feb 11 20:36:58.374 INFO O| Feb 11 20:36:58.374 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-02-11T20:37:00.101Z[ host-image] Feb 11 20:36:58.423 INFO O| Feb 11 20:36:58.423 INFO O| Planning: Package planning ... Done
50232025-02-11T20:37:00.107Z[ recovery-image] Feb 11 20:36:58.428 INFO O| Feb 11 20:36:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50242025-02-11T20:37:00.107Z[ recovery-image] Feb 11 20:36:58.428 INFO O| Feb 11 20:36:58.428 INFO STEP 219 (remove_files) COMPLETE
50252025-02-11T20:37:00.107Z[ recovery-image] Feb 11 20:36:58.428 INFO O| Feb 11 20:36:58.428 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-02-11T20:37:00.132Z[ recovery-image] Feb 11 20:36:58.453 INFO O| Feb 11 20:36:58.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50272025-02-11T20:37:00.135Z[ recovery-image] Feb 11 20:36:58.453 INFO O| Feb 11 20:36:58.453 INFO STEP 220 (remove_files) COMPLETE
50282025-02-11T20:37:00.135Z[ recovery-image] Feb 11 20:36:58.453 INFO O| Feb 11 20:36:58.453 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-11T20:37:00.145Z[ host-image] Feb 11 20:36:58.465 INFO O| Feb 11 20:36:58.465 INFO O| Planning: Merging actions ... Done
50302025-02-11T20:37:00.153Z[ recovery-image] Feb 11 20:36:58.475 INFO O| Feb 11 20:36:58.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50312025-02-11T20:37:00.154Z[ recovery-image] Feb 11 20:36:58.475 INFO O| Feb 11 20:36:58.475 INFO STEP 221 (remove_files) COMPLETE
50322025-02-11T20:37:00.156Z[ recovery-image] Feb 11 20:36:58.475 INFO O| Feb 11 20:36:58.475 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-11T20:37:00.193Z[ recovery-image] Feb 11 20:36:58.515 INFO O| Feb 11 20:36:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50342025-02-11T20:37:00.193Z[ recovery-image] Feb 11 20:36:58.515 INFO O| Feb 11 20:36:58.515 INFO STEP 222 (remove_files) COMPLETE
50352025-02-11T20:37:00.193Z[ recovery-image] Feb 11 20:36:58.515 INFO O| Feb 11 20:36:58.515 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-11T20:37:00.249Z[ recovery-image] Feb 11 20:36:58.570 INFO O| Feb 11 20:36:58.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50372025-02-11T20:37:00.249Z[ recovery-image] Feb 11 20:36:58.570 INFO O| Feb 11 20:36:58.570 INFO STEP 223 (remove_files) COMPLETE
50382025-02-11T20:37:00.249Z[ recovery-image] Feb 11 20:36:58.570 INFO O| Feb 11 20:36:58.570 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-11T20:37:00.282Z[ recovery-image] Feb 11 20:36:58.604 INFO O| Feb 11 20:36:58.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50402025-02-11T20:37:00.282Z[ recovery-image] Feb 11 20:36:58.604 INFO O| Feb 11 20:36:58.604 INFO STEP 224 (remove_files) COMPLETE
50412025-02-11T20:37:00.282Z[ recovery-image] Feb 11 20:36:58.604 INFO O| Feb 11 20:36:58.604 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-11T20:37:00.340Z[ host-image] Feb 11 20:36:58.661 INFO O| Feb 11 20:36:58.661 INFO O| Planning: Checking for conflicting actions ... Done
50432025-02-11T20:37:00.343Z[ recovery-image] Feb 11 20:36:58.662 INFO O| Feb 11 20:36:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50442025-02-11T20:37:00.343Z[ recovery-image] Feb 11 20:36:58.662 INFO O| Feb 11 20:36:58.662 INFO STEP 225 (remove_files) COMPLETE
50452025-02-11T20:37:00.343Z[ recovery-image] Feb 11 20:36:58.662 INFO O| Feb 11 20:36:58.662 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-02-11T20:37:00.347Z[ host-image] Feb 11 20:36:58.669 INFO O| Feb 11 20:36:58.669 INFO O| Planning: Consolidating action changes ... Done
50472025-02-11T20:37:00.361Z[ recovery-image] Feb 11 20:36:58.683 INFO O| Feb 11 20:36:58.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50482025-02-11T20:37:00.361Z[ recovery-image] Feb 11 20:36:58.683 INFO O| Feb 11 20:36:58.683 INFO STEP 226 (remove_files) COMPLETE
50492025-02-11T20:37:00.365Z[ recovery-image] Feb 11 20:36:58.683 INFO O| Feb 11 20:36:58.683 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-02-11T20:37:00.387Z[ recovery-image] Feb 11 20:36:58.707 INFO O| Feb 11 20:36:58.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50512025-02-11T20:37:00.387Z[ recovery-image] Feb 11 20:36:58.707 INFO O| Feb 11 20:36:58.707 INFO STEP 227 (remove_files) COMPLETE
50522025-02-11T20:37:00.387Z[ recovery-image] Feb 11 20:36:58.707 INFO O| Feb 11 20:36:58.707 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-11T20:37:00.419Z[ recovery-image] Feb 11 20:36:58.741 INFO O| Feb 11 20:36:58.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50542025-02-11T20:37:00.419Z[ recovery-image] Feb 11 20:36:58.741 INFO O| Feb 11 20:36:58.741 INFO STEP 228 (remove_files) COMPLETE
50552025-02-11T20:37:00.419Z[ recovery-image] Feb 11 20:36:58.741 INFO O| Feb 11 20:36:58.741 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-11T20:37:00.439Z[ recovery-image] Feb 11 20:36:58.761 INFO O| Feb 11 20:36:58.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50572025-02-11T20:37:00.439Z[ recovery-image] Feb 11 20:36:58.761 INFO O| Feb 11 20:36:58.761 INFO STEP 229 (remove_files) COMPLETE
50582025-02-11T20:37:00.439Z[ recovery-image] Feb 11 20:36:58.761 INFO O| Feb 11 20:36:58.761 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-11T20:37:00.459Z[ recovery-image] Feb 11 20:36:58.781 INFO O| Feb 11 20:36:58.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50602025-02-11T20:37:00.460Z[ recovery-image] Feb 11 20:36:58.781 INFO O| Feb 11 20:36:58.781 INFO STEP 230 (remove_files) COMPLETE
50612025-02-11T20:37:00.462Z[ recovery-image] Feb 11 20:36:58.781 INFO O| Feb 11 20:36:58.781 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-11T20:37:00.492Z[ recovery-image] Feb 11 20:36:58.813 INFO O| Feb 11 20:36:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50632025-02-11T20:37:00.494Z[ recovery-image] Feb 11 20:36:58.813 INFO O| Feb 11 20:36:58.813 INFO STEP 231 (remove_files) COMPLETE
50642025-02-11T20:37:00.494Z[ recovery-image] Feb 11 20:36:58.814 INFO O| Feb 11 20:36:58.814 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-11T20:37:00.514Z[ recovery-image] Feb 11 20:36:58.835 INFO O| Feb 11 20:36:58.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50662025-02-11T20:37:00.518Z[ recovery-image] Feb 11 20:36:58.835 INFO O| Feb 11 20:36:58.835 INFO STEP 232 (remove_files) COMPLETE
50672025-02-11T20:37:00.518Z[ recovery-image] Feb 11 20:36:58.836 INFO O| Feb 11 20:36:58.835 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-11T20:37:00.533Z[ recovery-image] Feb 11 20:36:58.854 INFO O| Feb 11 20:36:58.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50692025-02-11T20:37:00.535Z[ recovery-image] Feb 11 20:36:58.854 INFO O| Feb 11 20:36:58.854 INFO STEP 233 (remove_files) COMPLETE
50702025-02-11T20:37:00.535Z[ recovery-image] Feb 11 20:36:58.855 INFO O| Feb 11 20:36:58.855 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-11T20:37:00.582Z[ recovery-image] Feb 11 20:36:58.903 INFO O| Feb 11 20:36:58.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50722025-02-11T20:37:00.583Z[ recovery-image] Feb 11 20:36:58.903 INFO O| Feb 11 20:36:58.903 INFO STEP 234 (remove_files) COMPLETE
50732025-02-11T20:37:00.583Z[ recovery-image] Feb 11 20:36:58.903 INFO O| Feb 11 20:36:58.903 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-11T20:37:00.643Z[ recovery-image] Feb 11 20:36:58.964 INFO O| Feb 11 20:36:58.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50752025-02-11T20:37:00.643Z[ recovery-image] Feb 11 20:36:58.964 INFO O| Feb 11 20:36:58.964 INFO STEP 235 (remove_files) COMPLETE
50762025-02-11T20:37:00.643Z[ recovery-image] Feb 11 20:36:58.964 INFO O| Feb 11 20:36:58.964 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-11T20:37:00.715Z[ recovery-image] Feb 11 20:36:59.037 INFO O| Feb 11 20:36:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50782025-02-11T20:37:00.715Z[ recovery-image] Feb 11 20:36:59.037 INFO O| Feb 11 20:36:59.037 INFO STEP 236 (remove_files) COMPLETE
50792025-02-11T20:37:00.715Z[ recovery-image] Feb 11 20:36:59.037 INFO O| Feb 11 20:36:59.037 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-11T20:37:00.734Z[ recovery-image] Feb 11 20:36:59.055 INFO O| Feb 11 20:36:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50812025-02-11T20:37:00.734Z[ recovery-image] Feb 11 20:36:59.055 INFO O| Feb 11 20:36:59.055 INFO STEP 237 (remove_files) COMPLETE
50822025-02-11T20:37:00.734Z[ recovery-image] Feb 11 20:36:59.055 INFO O| Feb 11 20:36:59.055 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-11T20:37:00.751Z[ recovery-image] Feb 11 20:36:59.072 INFO O| Feb 11 20:36:59.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50842025-02-11T20:37:00.751Z[ recovery-image] Feb 11 20:36:59.072 INFO O| Feb 11 20:36:59.072 INFO STEP 238 (remove_files) COMPLETE
50852025-02-11T20:37:00.751Z[ recovery-image] Feb 11 20:36:59.072 INFO O| Feb 11 20:36:59.072 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-11T20:37:00.772Z[ recovery-image] Feb 11 20:36:59.093 INFO O| Feb 11 20:36:59.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50872025-02-11T20:37:00.772Z[ recovery-image] Feb 11 20:36:59.093 INFO O| Feb 11 20:36:59.093 INFO STEP 239 (remove_files) COMPLETE
50882025-02-11T20:37:00.772Z[ recovery-image] Feb 11 20:36:59.093 INFO O| Feb 11 20:36:59.093 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-11T20:37:00.816Z[ recovery-image] Feb 11 20:36:59.138 INFO O| Feb 11 20:36:59.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50902025-02-11T20:37:00.816Z[ recovery-image] Feb 11 20:36:59.138 INFO O| Feb 11 20:36:59.138 INFO STEP 240 (remove_files) COMPLETE
50912025-02-11T20:37:00.816Z[ recovery-image] Feb 11 20:36:59.138 INFO O| Feb 11 20:36:59.138 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-11T20:37:00.834Z[ host-image] Feb 11 20:36:59.155 INFO O| Feb 11 20:36:59.155 INFO O| Planning: Evaluating mediators ... Done
50932025-02-11T20:37:00.840Z[ host-image] Feb 11 20:36:59.161 INFO O| Feb 11 20:36:59.161 INFO O| Planning: Planning completed in 5.57 seconds
50942025-02-11T20:37:00.843Z[ host-image] Feb 11 20:36:59.164 INFO O| Feb 11 20:36:59.164 INFO O| Packages to install: 6
50952025-02-11T20:37:00.843Z[ host-image] Feb 11 20:36:59.164 INFO O| Feb 11 20:36:59.164 INFO O| Mediators to change: 1
50962025-02-11T20:37:00.845Z[ host-image] Feb 11 20:36:59.164 INFO O| Feb 11 20:36:59.164 INFO O| Services to change: 1
50972025-02-11T20:37:00.854Z[ recovery-image] Feb 11 20:36:59.174 INFO O| Feb 11 20:36:59.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50982025-02-11T20:37:00.856Z[ recovery-image] Feb 11 20:36:59.174 INFO O| Feb 11 20:36:59.174 INFO STEP 241 (remove_files) COMPLETE
50992025-02-11T20:37:00.856Z[ recovery-image] Feb 11 20:36:59.174 INFO O| Feb 11 20:36:59.174 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-02-11T20:37:00.868Z[ host-image] Feb 11 20:36:59.190 INFO O| Feb 11 20:36:59.189 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
51012025-02-11T20:37:00.887Z[ recovery-image] Feb 11 20:36:59.209 INFO O| Feb 11 20:36:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51022025-02-11T20:37:00.890Z[ recovery-image] Feb 11 20:36:59.210 INFO O| Feb 11 20:36:59.209 INFO STEP 242 (remove_files) COMPLETE
51032025-02-11T20:37:00.890Z[ recovery-image] Feb 11 20:36:59.210 INFO O| Feb 11 20:36:59.210 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-11T20:37:00.911Z[ recovery-image] Feb 11 20:36:59.232 INFO O| Feb 11 20:36:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51052025-02-11T20:37:00.911Z[ recovery-image] Feb 11 20:36:59.233 INFO O| Feb 11 20:36:59.233 INFO STEP 243 (remove_files) COMPLETE
51062025-02-11T20:37:00.911Z[ recovery-image] Feb 11 20:36:59.233 INFO O| Feb 11 20:36:59.233 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-11T20:37:00.949Z[ recovery-image] Feb 11 20:36:59.270 INFO O| Feb 11 20:36:59.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51082025-02-11T20:37:00.952Z[ recovery-image] Feb 11 20:36:59.271 INFO O| Feb 11 20:36:59.271 INFO STEP 244 (remove_files) COMPLETE
51092025-02-11T20:37:00.952Z[ recovery-image] Feb 11 20:36:59.271 INFO O| Feb 11 20:36:59.271 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-11T20:37:00.968Z[ recovery-image] Feb 11 20:36:59.290 INFO O| Feb 11 20:36:59.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51112025-02-11T20:37:00.971Z[ recovery-image] Feb 11 20:36:59.290 INFO O| Feb 11 20:36:59.290 INFO STEP 245 (remove_files) COMPLETE
51122025-02-11T20:37:00.971Z[ recovery-image] Feb 11 20:36:59.290 INFO O| Feb 11 20:36:59.290 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-02-11T20:37:01.006Z[ recovery-image] Feb 11 20:36:59.327 INFO O| Feb 11 20:36:59.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51142025-02-11T20:37:01.008Z[ recovery-image] Feb 11 20:36:59.327 INFO O| Feb 11 20:36:59.327 INFO STEP 246 (remove_files) COMPLETE
51152025-02-11T20:37:01.008Z[ recovery-image] Feb 11 20:36:59.328 INFO O| Feb 11 20:36:59.328 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-02-11T20:37:01.027Z[ recovery-image] Feb 11 20:36:59.348 INFO O| Feb 11 20:36:59.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51172025-02-11T20:37:01.029Z[ recovery-image] Feb 11 20:36:59.348 INFO O| Feb 11 20:36:59.348 INFO STEP 247 (remove_files) COMPLETE
51182025-02-11T20:37:01.029Z[ recovery-image] Feb 11 20:36:59.348 INFO O| Feb 11 20:36:59.348 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-02-11T20:37:01.047Z[ recovery-image] Feb 11 20:36:59.368 INFO O| Feb 11 20:36:59.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51202025-02-11T20:37:01.047Z[ recovery-image] Feb 11 20:36:59.369 INFO O| Feb 11 20:36:59.368 INFO STEP 248 (remove_files) COMPLETE
51212025-02-11T20:37:01.051Z[ recovery-image] Feb 11 20:36:59.369 INFO O| Feb 11 20:36:59.369 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-02-11T20:37:01.066Z[ recovery-image] Feb 11 20:36:59.388 INFO O| Feb 11 20:36:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51232025-02-11T20:37:01.066Z[ recovery-image] Feb 11 20:36:59.388 INFO O| Feb 11 20:36:59.388 INFO STEP 249 (remove_files) COMPLETE
51242025-02-11T20:37:01.069Z[ recovery-image] Feb 11 20:36:59.388 INFO O| Feb 11 20:36:59.388 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-02-11T20:37:01.086Z[ recovery-image] Feb 11 20:36:59.407 INFO O| Feb 11 20:36:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51262025-02-11T20:37:01.090Z[ recovery-image] Feb 11 20:36:59.408 INFO O| Feb 11 20:36:59.408 INFO STEP 250 (remove_files) COMPLETE
51272025-02-11T20:37:01.090Z[ recovery-image] Feb 11 20:36:59.408 INFO O| Feb 11 20:36:59.408 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-02-11T20:37:01.105Z[ recovery-image] Feb 11 20:36:59.427 INFO O| Feb 11 20:36:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51292025-02-11T20:37:01.108Z[ recovery-image] Feb 11 20:36:59.427 INFO O| Feb 11 20:36:59.427 INFO STEP 251 (remove_files) COMPLETE
51302025-02-11T20:37:01.108Z[ recovery-image] Feb 11 20:36:59.427 INFO O| Feb 11 20:36:59.427 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-02-11T20:37:01.124Z[ recovery-image] Feb 11 20:36:59.446 INFO O| Feb 11 20:36:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51322025-02-11T20:37:01.127Z[ recovery-image] Feb 11 20:36:59.446 INFO O| Feb 11 20:36:59.446 INFO STEP 252 (remove_files) COMPLETE
51332025-02-11T20:37:01.127Z[ recovery-image] Feb 11 20:36:59.446 INFO O| Feb 11 20:36:59.446 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-02-11T20:37:01.144Z[ recovery-image] Feb 11 20:36:59.466 INFO O| Feb 11 20:36:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51352025-02-11T20:37:01.171Z[ recovery-image] Feb 11 20:36:59.491 INFO O| Feb 11 20:36:59.491 INFO STEP 253 (remove_files) COMPLETE
51362025-02-11T20:37:01.171Z[ recovery-image] Feb 11 20:36:59.491 INFO O| Feb 11 20:36:59.491 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-02-11T20:37:01.225Z[ recovery-image] Feb 11 20:36:59.547 INFO O| Feb 11 20:36:59.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51382025-02-11T20:37:01.226Z[ recovery-image] Feb 11 20:36:59.547 INFO O| Feb 11 20:36:59.547 INFO STEP 254 (remove_files) COMPLETE
51392025-02-11T20:37:01.226Z[ recovery-image] Feb 11 20:36:59.547 INFO O| Feb 11 20:36:59.547 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-02-11T20:37:01.245Z[ recovery-image] Feb 11 20:36:59.566 INFO O| Feb 11 20:36:59.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51412025-02-11T20:37:01.248Z[ recovery-image] Feb 11 20:36:59.567 INFO O| Feb 11 20:36:59.567 INFO STEP 255 (remove_files) COMPLETE
51422025-02-11T20:37:01.248Z[ recovery-image] Feb 11 20:36:59.567 INFO O| Feb 11 20:36:59.567 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-02-11T20:37:01.265Z[ recovery-image] Feb 11 20:36:59.586 INFO O| Feb 11 20:36:59.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51442025-02-11T20:37:01.267Z[ recovery-image] Feb 11 20:36:59.586 INFO O| Feb 11 20:36:59.586 INFO STEP 256 (remove_files) COMPLETE
51452025-02-11T20:37:01.267Z[ recovery-image] Feb 11 20:36:59.586 INFO O| Feb 11 20:36:59.586 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-02-11T20:37:01.284Z[ recovery-image] Feb 11 20:36:59.605 INFO O| Feb 11 20:36:59.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51472025-02-11T20:37:01.286Z[ recovery-image] Feb 11 20:36:59.605 INFO O| Feb 11 20:36:59.605 INFO STEP 257 (remove_files) COMPLETE
51482025-02-11T20:37:01.287Z[ recovery-image] Feb 11 20:36:59.605 INFO O| Feb 11 20:36:59.605 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-02-11T20:37:01.306Z[ recovery-image] Feb 11 20:36:59.627 INFO O| Feb 11 20:36:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51502025-02-11T20:37:01.308Z[ recovery-image] Feb 11 20:36:59.627 INFO O| Feb 11 20:36:59.627 INFO STEP 258 (remove_files) COMPLETE
51512025-02-11T20:37:01.308Z[ recovery-image] Feb 11 20:36:59.628 INFO O| Feb 11 20:36:59.628 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-11T20:37:01.328Z[ recovery-image] Feb 11 20:36:59.650 INFO O| Feb 11 20:36:59.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51532025-02-11T20:37:01.331Z[ recovery-image] Feb 11 20:36:59.650 INFO O| Feb 11 20:36:59.650 INFO STEP 259 (remove_files) COMPLETE
51542025-02-11T20:37:01.331Z[ recovery-image] Feb 11 20:36:59.650 INFO O| Feb 11 20:36:59.650 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-11T20:37:01.349Z[ recovery-image] Feb 11 20:36:59.671 INFO O| Feb 11 20:36:59.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51562025-02-11T20:37:01.352Z[ recovery-image] Feb 11 20:36:59.671 INFO O| Feb 11 20:36:59.671 INFO STEP 260 (remove_files) COMPLETE
51572025-02-11T20:37:01.352Z[ recovery-image] Feb 11 20:36:59.671 INFO O| Feb 11 20:36:59.671 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-11T20:37:01.369Z[ recovery-image] Feb 11 20:36:59.691 INFO O| Feb 11 20:36:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51592025-02-11T20:37:01.372Z[ recovery-image] Feb 11 20:36:59.691 INFO O| Feb 11 20:36:59.691 INFO STEP 261 (remove_files) COMPLETE
51602025-02-11T20:37:01.372Z[ recovery-image] Feb 11 20:36:59.691 INFO O| Feb 11 20:36:59.691 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-11T20:37:01.410Z[ recovery-image] Feb 11 20:36:59.731 INFO O| Feb 11 20:36:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51622025-02-11T20:37:01.413Z[ recovery-image] Feb 11 20:36:59.731 INFO O| Feb 11 20:36:59.731 INFO STEP 262 (remove_files) COMPLETE
51632025-02-11T20:37:01.413Z[ recovery-image] Feb 11 20:36:59.731 INFO O| Feb 11 20:36:59.731 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-11T20:37:01.448Z[ recovery-image] Feb 11 20:36:59.768 INFO O| Feb 11 20:36:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51652025-02-11T20:37:01.450Z[ recovery-image] Feb 11 20:36:59.768 INFO O| Feb 11 20:36:59.768 INFO STEP 263 (remove_files) COMPLETE
51662025-02-11T20:37:01.450Z[ recovery-image] Feb 11 20:36:59.768 INFO O| Feb 11 20:36:59.768 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-11T20:37:01.465Z[ recovery-image] Feb 11 20:36:59.786 INFO O| Feb 11 20:36:59.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51682025-02-11T20:37:01.465Z[ recovery-image] Feb 11 20:36:59.786 INFO O| Feb 11 20:36:59.786 INFO STEP 264 (remove_files) COMPLETE
51692025-02-11T20:37:01.465Z[ recovery-image] Feb 11 20:36:59.786 INFO O| Feb 11 20:36:59.786 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-11T20:37:01.484Z[ recovery-image] Feb 11 20:36:59.805 INFO O| Feb 11 20:36:59.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51712025-02-11T20:37:01.508Z[ recovery-image] Feb 11 20:36:59.827 INFO O| Feb 11 20:36:59.827 INFO STEP 265 (remove_files) COMPLETE
51722025-02-11T20:37:01.508Z[ recovery-image] Feb 11 20:36:59.827 INFO O| Feb 11 20:36:59.827 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-11T20:37:01.556Z[ recovery-image] Feb 11 20:36:59.878 INFO O| Feb 11 20:36:59.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51742025-02-11T20:37:01.580Z[ recovery-image] Feb 11 20:36:59.902 INFO O| Feb 11 20:36:59.902 INFO STEP 266 (remove_files) COMPLETE
51752025-02-11T20:37:01.581Z[ recovery-image] Feb 11 20:36:59.902 INFO O| Feb 11 20:36:59.902 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-11T20:37:01.644Z[ recovery-image] Feb 11 20:36:59.965 INFO O| Feb 11 20:36:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51772025-02-11T20:37:01.644Z[ recovery-image] Feb 11 20:36:59.965 INFO O| Feb 11 20:36:59.965 INFO STEP 267 (remove_files) COMPLETE
51782025-02-11T20:37:01.644Z[ recovery-image] Feb 11 20:36:59.965 INFO O| Feb 11 20:36:59.965 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-11T20:37:01.662Z[ recovery-image] Feb 11 20:36:59.984 INFO O| Feb 11 20:36:59.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51802025-02-11T20:37:01.662Z[ recovery-image] Feb 11 20:36:59.984 INFO O| Feb 11 20:36:59.984 INFO STEP 268 (remove_files) COMPLETE
51812025-02-11T20:37:01.662Z[ recovery-image] Feb 11 20:36:59.984 INFO O| Feb 11 20:36:59.984 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-11T20:37:01.681Z[ recovery-image] Feb 11 20:37:00.003 INFO O| Feb 11 20:37:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51832025-02-11T20:37:01.681Z[ recovery-image] Feb 11 20:37:00.003 INFO O| Feb 11 20:37:00.003 INFO STEP 269 (remove_files) COMPLETE
51842025-02-11T20:37:01.682Z[ recovery-image] Feb 11 20:37:00.003 INFO O| Feb 11 20:37:00.003 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-11T20:37:01.701Z[ recovery-image] Feb 11 20:37:00.022 INFO O| Feb 11 20:37:00.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51862025-02-11T20:37:01.701Z[ recovery-image] Feb 11 20:37:00.022 INFO O| Feb 11 20:37:00.022 INFO STEP 270 (remove_files) COMPLETE
51872025-02-11T20:37:01.704Z[ recovery-image] Feb 11 20:37:00.023 INFO O| Feb 11 20:37:00.022 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-11T20:37:01.718Z[ recovery-image] Feb 11 20:37:00.040 INFO O| Feb 11 20:37:00.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51892025-02-11T20:37:01.719Z[ recovery-image] Feb 11 20:37:00.040 INFO O| Feb 11 20:37:00.040 INFO STEP 271 (remove_files) COMPLETE
51902025-02-11T20:37:01.721Z[ recovery-image] Feb 11 20:37:00.040 INFO O| Feb 11 20:37:00.040 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-11T20:37:01.736Z[ recovery-image] Feb 11 20:37:00.057 INFO O| Feb 11 20:37:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51922025-02-11T20:37:01.738Z[ recovery-image] Feb 11 20:37:00.057 INFO O| Feb 11 20:37:00.057 INFO STEP 272 (remove_files) COMPLETE
51932025-02-11T20:37:01.739Z[ recovery-image] Feb 11 20:37:00.057 INFO O| Feb 11 20:37:00.057 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-11T20:37:01.760Z[ recovery-image] Feb 11 20:37:00.081 INFO O| Feb 11 20:37:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51952025-02-11T20:37:01.760Z[ recovery-image] Feb 11 20:37:00.081 INFO O| Feb 11 20:37:00.081 INFO STEP 273 (remove_files) COMPLETE
51962025-02-11T20:37:01.763Z[ recovery-image] Feb 11 20:37:00.081 INFO O| Feb 11 20:37:00.081 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-11T20:37:01.780Z[ recovery-image] Feb 11 20:37:00.102 INFO O| Feb 11 20:37:00.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51982025-02-11T20:37:01.783Z[ recovery-image] Feb 11 20:37:00.102 INFO O| Feb 11 20:37:00.102 INFO STEP 274 (remove_files) COMPLETE
51992025-02-11T20:37:01.783Z[ recovery-image] Feb 11 20:37:00.102 INFO O| Feb 11 20:37:00.102 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-11T20:37:01.799Z[ recovery-image] Feb 11 20:37:00.120 INFO O| Feb 11 20:37:00.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52012025-02-11T20:37:01.799Z[ recovery-image] Feb 11 20:37:00.120 INFO O| Feb 11 20:37:00.120 INFO STEP 275 (remove_files) COMPLETE
52022025-02-11T20:37:01.803Z[ recovery-image] Feb 11 20:37:00.120 INFO O| Feb 11 20:37:00.120 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-11T20:37:01.817Z[ recovery-image] Feb 11 20:37:00.138 INFO O| Feb 11 20:37:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52042025-02-11T20:37:01.817Z[ recovery-image] Feb 11 20:37:00.138 INFO O| Feb 11 20:37:00.138 INFO STEP 276 (remove_files) COMPLETE
52052025-02-11T20:37:01.817Z[ recovery-image] Feb 11 20:37:00.138 INFO O| Feb 11 20:37:00.138 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-11T20:37:01.835Z[ recovery-image] Feb 11 20:37:00.157 INFO O| Feb 11 20:37:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52072025-02-11T20:37:01.835Z[ recovery-image] Feb 11 20:37:00.157 INFO O| Feb 11 20:37:00.157 INFO STEP 277 (remove_files) COMPLETE
52082025-02-11T20:37:01.835Z[ recovery-image] Feb 11 20:37:00.157 INFO O| Feb 11 20:37:00.157 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-11T20:37:01.867Z[ recovery-image] Feb 11 20:37:00.188 INFO O| Feb 11 20:37:00.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52102025-02-11T20:37:01.867Z[ recovery-image] Feb 11 20:37:00.188 INFO O| Feb 11 20:37:00.188 INFO STEP 278 (remove_files) COMPLETE
52112025-02-11T20:37:01.867Z[ recovery-image] Feb 11 20:37:00.188 INFO O| Feb 11 20:37:00.188 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-11T20:37:01.902Z[ recovery-image] Feb 11 20:37:00.223 INFO O| Feb 11 20:37:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52132025-02-11T20:37:01.902Z[ recovery-image] Feb 11 20:37:00.223 INFO O| Feb 11 20:37:00.223 INFO STEP 279 (remove_files) COMPLETE
52142025-02-11T20:37:01.902Z[ recovery-image] Feb 11 20:37:00.223 INFO O| Feb 11 20:37:00.223 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-11T20:37:01.922Z[ recovery-image] Feb 11 20:37:00.244 INFO O| Feb 11 20:37:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52162025-02-11T20:37:01.926Z[ recovery-image] Feb 11 20:37:00.244 INFO O| Feb 11 20:37:00.244 INFO STEP 280 (remove_files) COMPLETE
52172025-02-11T20:37:01.926Z[ recovery-image] Feb 11 20:37:00.244 INFO O| Feb 11 20:37:00.244 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-11T20:37:01.942Z[ recovery-image] Feb 11 20:37:00.263 INFO O| Feb 11 20:37:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52192025-02-11T20:37:01.942Z[ recovery-image] Feb 11 20:37:00.264 INFO O| Feb 11 20:37:00.264 INFO STEP 281 (remove_files) COMPLETE
52202025-02-11T20:37:01.942Z[ recovery-image] Feb 11 20:37:00.264 INFO O| Feb 11 20:37:00.264 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-11T20:37:01.962Z[ recovery-image] Feb 11 20:37:00.283 INFO O| Feb 11 20:37:00.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52222025-02-11T20:37:01.962Z[ recovery-image] Feb 11 20:37:00.283 INFO O| Feb 11 20:37:00.283 INFO STEP 282 (remove_files) COMPLETE
52232025-02-11T20:37:01.964Z[ recovery-image] Feb 11 20:37:00.283 INFO O| Feb 11 20:37:00.283 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-11T20:37:01.984Z[ recovery-image] Feb 11 20:37:00.305 INFO O| Feb 11 20:37:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52252025-02-11T20:37:01.984Z[ recovery-image] Feb 11 20:37:00.305 INFO O| Feb 11 20:37:00.305 INFO STEP 283 (remove_files) COMPLETE
52262025-02-11T20:37:01.984Z[ recovery-image] Feb 11 20:37:00.305 INFO O| Feb 11 20:37:00.305 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-11T20:37:02.005Z[ recovery-image] Feb 11 20:37:00.326 INFO O| Feb 11 20:37:00.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52282025-02-11T20:37:02.005Z[ recovery-image] Feb 11 20:37:00.326 INFO O| Feb 11 20:37:00.326 INFO STEP 284 (remove_files) COMPLETE
52292025-02-11T20:37:02.005Z[ recovery-image] Feb 11 20:37:00.326 INFO O| Feb 11 20:37:00.326 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-11T20:37:02.048Z[ recovery-image] Feb 11 20:37:00.369 INFO O| Feb 11 20:37:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52312025-02-11T20:37:02.048Z[ recovery-image] Feb 11 20:37:00.369 INFO O| Feb 11 20:37:00.369 INFO STEP 285 (remove_files) COMPLETE
52322025-02-11T20:37:02.048Z[ recovery-image] Feb 11 20:37:00.369 INFO O| Feb 11 20:37:00.369 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-11T20:37:02.070Z[ recovery-image] Feb 11 20:37:00.391 INFO O| Feb 11 20:37:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52342025-02-11T20:37:02.070Z[ recovery-image] Feb 11 20:37:00.391 INFO O| Feb 11 20:37:00.391 INFO STEP 286 (remove_files) COMPLETE
52352025-02-11T20:37:02.070Z[ recovery-image] Feb 11 20:37:00.391 INFO O| Feb 11 20:37:00.391 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-11T20:37:02.091Z[ recovery-image] Feb 11 20:37:00.412 INFO O| Feb 11 20:37:00.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52372025-02-11T20:37:02.091Z[ recovery-image] Feb 11 20:37:00.412 INFO O| Feb 11 20:37:00.412 INFO STEP 287 (remove_files) COMPLETE
52382025-02-11T20:37:02.093Z[ recovery-image] Feb 11 20:37:00.412 INFO O| Feb 11 20:37:00.412 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-11T20:37:02.130Z[ recovery-image] Feb 11 20:37:00.451 INFO O| Feb 11 20:37:00.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52402025-02-11T20:37:02.132Z[ recovery-image] Feb 11 20:37:00.451 INFO O| Feb 11 20:37:00.451 INFO STEP 288 (remove_files) COMPLETE
52412025-02-11T20:37:02.132Z[ recovery-image] Feb 11 20:37:00.451 INFO O| Feb 11 20:37:00.451 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-11T20:37:02.150Z[ recovery-image] Feb 11 20:37:00.471 INFO O| Feb 11 20:37:00.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52432025-02-11T20:37:02.153Z[ recovery-image] Feb 11 20:37:00.471 INFO O| Feb 11 20:37:00.471 INFO STEP 289 (remove_files) COMPLETE
52442025-02-11T20:37:02.153Z[ recovery-image] Feb 11 20:37:00.472 INFO O| Feb 11 20:37:00.472 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-11T20:37:02.169Z[ recovery-image] Feb 11 20:37:00.490 INFO O| Feb 11 20:37:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52462025-02-11T20:37:02.172Z[ recovery-image] Feb 11 20:37:00.491 INFO O| Feb 11 20:37:00.491 INFO STEP 290 (remove_files) COMPLETE
52472025-02-11T20:37:02.172Z[ recovery-image] Feb 11 20:37:00.491 INFO O| Feb 11 20:37:00.491 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-11T20:37:02.204Z[ recovery-image] Feb 11 20:37:00.525 INFO O| Feb 11 20:37:00.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52492025-02-11T20:37:02.206Z[ recovery-image] Feb 11 20:37:00.525 INFO O| Feb 11 20:37:00.525 INFO STEP 291 (remove_files) COMPLETE
52502025-02-11T20:37:02.207Z[ recovery-image] Feb 11 20:37:00.526 INFO O| Feb 11 20:37:00.525 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-11T20:37:02.225Z[ recovery-image] Feb 11 20:37:00.547 INFO O| Feb 11 20:37:00.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52522025-02-11T20:37:02.228Z[ recovery-image] Feb 11 20:37:00.547 INFO O| Feb 11 20:37:00.547 INFO STEP 292 (remove_files) COMPLETE
52532025-02-11T20:37:02.228Z[ recovery-image] Feb 11 20:37:00.547 INFO O| Feb 11 20:37:00.547 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-11T20:37:02.245Z[ recovery-image] Feb 11 20:37:00.567 INFO O| Feb 11 20:37:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52552025-02-11T20:37:02.248Z[ recovery-image] Feb 11 20:37:00.567 INFO O| Feb 11 20:37:00.567 INFO STEP 293 (remove_files) COMPLETE
52562025-02-11T20:37:02.248Z[ recovery-image] Feb 11 20:37:00.567 INFO O| Feb 11 20:37:00.567 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-11T20:37:02.265Z[ recovery-image] Feb 11 20:37:00.587 INFO O| Feb 11 20:37:00.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52582025-02-11T20:37:02.268Z[ recovery-image] Feb 11 20:37:00.587 INFO O| Feb 11 20:37:00.587 INFO STEP 294 (remove_files) COMPLETE
52592025-02-11T20:37:02.268Z[ recovery-image] Feb 11 20:37:00.587 INFO O| Feb 11 20:37:00.587 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-11T20:37:02.344Z[ recovery-image] Feb 11 20:37:00.665 INFO O| Feb 11 20:37:00.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52612025-02-11T20:37:02.347Z[ recovery-image] Feb 11 20:37:00.666 INFO O| Feb 11 20:37:00.665 INFO STEP 295 (remove_files) COMPLETE
52622025-02-11T20:37:02.347Z[ recovery-image] Feb 11 20:37:00.666 INFO O| Feb 11 20:37:00.666 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-11T20:37:02.463Z[ recovery-image] Feb 11 20:37:00.785 INFO O| Feb 11 20:37:00.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52642025-02-11T20:37:02.463Z[ recovery-image] Feb 11 20:37:00.785 INFO O| Feb 11 20:37:00.785 INFO STEP 296 (remove_files) COMPLETE
52652025-02-11T20:37:02.466Z[ recovery-image] Feb 11 20:37:00.785 INFO O| Feb 11 20:37:00.785 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-11T20:37:02.484Z[ recovery-image] Feb 11 20:37:00.805 INFO O| Feb 11 20:37:00.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52672025-02-11T20:37:02.484Z[ recovery-image] Feb 11 20:37:00.805 INFO O| Feb 11 20:37:00.805 INFO STEP 297 (remove_files) COMPLETE
52682025-02-11T20:37:02.484Z[ recovery-image] Feb 11 20:37:00.805 INFO O| Feb 11 20:37:00.805 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-11T20:37:02.544Z[ recovery-image] Feb 11 20:37:00.865 INFO O| Feb 11 20:37:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52702025-02-11T20:37:02.544Z[ recovery-image] Feb 11 20:37:00.865 INFO O| Feb 11 20:37:00.865 INFO STEP 298 (remove_files) COMPLETE
52712025-02-11T20:37:02.544Z[ recovery-image] Feb 11 20:37:00.865 INFO O| Feb 11 20:37:00.865 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-11T20:37:02.565Z[ recovery-image] Feb 11 20:37:00.886 INFO O| Feb 11 20:37:00.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52732025-02-11T20:37:02.565Z[ recovery-image] Feb 11 20:37:00.886 INFO O| Feb 11 20:37:00.886 INFO STEP 299 (remove_files) COMPLETE
52742025-02-11T20:37:02.565Z[ recovery-image] Feb 11 20:37:00.886 INFO O| Feb 11 20:37:00.886 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-11T20:37:02.584Z[ recovery-image] Feb 11 20:37:00.905 INFO O| Feb 11 20:37:00.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52762025-02-11T20:37:02.584Z[ recovery-image] Feb 11 20:37:00.905 INFO O| Feb 11 20:37:00.905 INFO STEP 300 (remove_files) COMPLETE
52772025-02-11T20:37:02.584Z[ recovery-image] Feb 11 20:37:00.905 INFO O| Feb 11 20:37:00.905 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-11T20:37:02.603Z[ recovery-image] Feb 11 20:37:00.924 INFO O| Feb 11 20:37:00.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52792025-02-11T20:37:02.623Z[ recovery-image] Feb 11 20:37:00.944 INFO O| Feb 11 20:37:00.944 INFO STEP 301 (remove_files) COMPLETE
52802025-02-11T20:37:02.624Z[ recovery-image] Feb 11 20:37:00.944 INFO O| Feb 11 20:37:00.944 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-11T20:37:02.681Z[ recovery-image] Feb 11 20:37:01.002 INFO O| Feb 11 20:37:01.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52822025-02-11T20:37:02.681Z[ recovery-image] Feb 11 20:37:01.002 INFO O| Feb 11 20:37:01.002 INFO STEP 302 (remove_files) COMPLETE
52832025-02-11T20:37:02.684Z[ recovery-image] Feb 11 20:37:01.002 INFO O| Feb 11 20:37:01.002 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-11T20:37:02.741Z[ recovery-image] Feb 11 20:37:01.062 INFO O| Feb 11 20:37:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52852025-02-11T20:37:02.741Z[ recovery-image] Feb 11 20:37:01.062 INFO O| Feb 11 20:37:01.062 INFO STEP 303 (remove_files) COMPLETE
52862025-02-11T20:37:02.744Z[ recovery-image] Feb 11 20:37:01.062 INFO O| Feb 11 20:37:01.062 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-11T20:37:02.761Z[ recovery-image] Feb 11 20:37:01.082 INFO O| Feb 11 20:37:01.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52882025-02-11T20:37:02.761Z[ recovery-image] Feb 11 20:37:01.082 INFO O| Feb 11 20:37:01.082 INFO STEP 304 (remove_files) COMPLETE
52892025-02-11T20:37:02.764Z[ recovery-image] Feb 11 20:37:01.082 INFO O| Feb 11 20:37:01.082 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-11T20:37:02.781Z[ recovery-image] Feb 11 20:37:01.102 INFO O| Feb 11 20:37:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52912025-02-11T20:37:02.781Z[ recovery-image] Feb 11 20:37:01.102 INFO O| Feb 11 20:37:01.102 INFO STEP 305 (remove_files) COMPLETE
52922025-02-11T20:37:02.781Z[ recovery-image] Feb 11 20:37:01.102 INFO O| Feb 11 20:37:01.102 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-11T20:37:02.799Z[ recovery-image] Feb 11 20:37:01.120 INFO O| Feb 11 20:37:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52942025-02-11T20:37:02.799Z[ recovery-image] Feb 11 20:37:01.120 INFO O| Feb 11 20:37:01.120 INFO STEP 306 (remove_files) COMPLETE
52952025-02-11T20:37:02.799Z[ recovery-image] Feb 11 20:37:01.120 INFO O| Feb 11 20:37:01.120 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-11T20:37:02.819Z[ recovery-image] Feb 11 20:37:01.139 INFO O| Feb 11 20:37:01.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52972025-02-11T20:37:02.819Z[ recovery-image] Feb 11 20:37:01.139 INFO O| Feb 11 20:37:01.139 INFO STEP 307 (remove_files) COMPLETE
52982025-02-11T20:37:02.819Z[ recovery-image] Feb 11 20:37:01.139 INFO O| Feb 11 20:37:01.139 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-11T20:37:02.838Z[ recovery-image] Feb 11 20:37:01.159 INFO O| Feb 11 20:37:01.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53002025-02-11T20:37:02.838Z[ recovery-image] Feb 11 20:37:01.160 INFO O| Feb 11 20:37:01.160 INFO STEP 308 (remove_files) COMPLETE
53012025-02-11T20:37:02.842Z[ recovery-image] Feb 11 20:37:01.160 INFO O| Feb 11 20:37:01.160 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-11T20:37:02.868Z[ recovery-image] Feb 11 20:37:01.189 INFO O| Feb 11 20:37:01.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53032025-02-11T20:37:02.868Z[ recovery-image] Feb 11 20:37:01.189 INFO O| Feb 11 20:37:01.189 INFO STEP 309 (remove_files) COMPLETE
53042025-02-11T20:37:02.871Z[ recovery-image] Feb 11 20:37:01.189 INFO O| Feb 11 20:37:01.189 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-11T20:37:02.890Z[ recovery-image] Feb 11 20:37:01.211 INFO O| Feb 11 20:37:01.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53062025-02-11T20:37:02.890Z[ recovery-image] Feb 11 20:37:01.211 INFO O| Feb 11 20:37:01.211 INFO STEP 310 (remove_files) COMPLETE
53072025-02-11T20:37:02.890Z[ recovery-image] Feb 11 20:37:01.211 INFO O| Feb 11 20:37:01.211 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-11T20:37:02.910Z[ recovery-image] Feb 11 20:37:01.231 INFO O| Feb 11 20:37:01.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53092025-02-11T20:37:02.910Z[ recovery-image] Feb 11 20:37:01.231 INFO O| Feb 11 20:37:01.231 INFO STEP 311 (remove_files) COMPLETE
53102025-02-11T20:37:02.910Z[ recovery-image] Feb 11 20:37:01.231 INFO O| Feb 11 20:37:01.231 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-11T20:37:02.950Z[ recovery-image] Feb 11 20:37:01.271 INFO O| Feb 11 20:37:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53122025-02-11T20:37:02.950Z[ recovery-image] Feb 11 20:37:01.271 INFO O| Feb 11 20:37:01.271 INFO STEP 312 (remove_files) COMPLETE
53132025-02-11T20:37:02.950Z[ recovery-image] Feb 11 20:37:01.271 INFO O| Feb 11 20:37:01.271 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-11T20:37:02.976Z[ recovery-image] Feb 11 20:37:01.297 INFO O| Feb 11 20:37:01.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53152025-02-11T20:37:02.976Z[ recovery-image] Feb 11 20:37:01.297 INFO O| Feb 11 20:37:01.297 INFO STEP 313 (remove_files) COMPLETE
53162025-02-11T20:37:02.976Z[ recovery-image] Feb 11 20:37:01.297 INFO O| Feb 11 20:37:01.297 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-11T20:37:03.016Z[ recovery-image] Feb 11 20:37:01.336 INFO O| Feb 11 20:37:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53182025-02-11T20:37:03.016Z[ recovery-image] Feb 11 20:37:01.336 INFO O| Feb 11 20:37:01.336 INFO STEP 314 (remove_files) COMPLETE
53192025-02-11T20:37:03.016Z[ recovery-image] Feb 11 20:37:01.336 INFO O| Feb 11 20:37:01.336 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-11T20:37:03.106Z[ recovery-image] Feb 11 20:37:01.427 INFO O| Feb 11 20:37:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53212025-02-11T20:37:03.106Z[ recovery-image] Feb 11 20:37:01.427 INFO O| Feb 11 20:37:01.427 INFO STEP 315 (remove_files) COMPLETE
53222025-02-11T20:37:03.106Z[ recovery-image] Feb 11 20:37:01.427 INFO O| Feb 11 20:37:01.427 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-11T20:37:03.151Z[ recovery-image] Feb 11 20:37:01.472 INFO O| Feb 11 20:37:01.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53242025-02-11T20:37:03.151Z[ recovery-image] Feb 11 20:37:01.472 INFO O| Feb 11 20:37:01.472 INFO STEP 316 (remove_files) COMPLETE
53252025-02-11T20:37:03.151Z[ recovery-image] Feb 11 20:37:01.472 INFO O| Feb 11 20:37:01.472 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-11T20:37:03.176Z[ recovery-image] Feb 11 20:37:01.497 INFO O| Feb 11 20:37:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53272025-02-11T20:37:03.176Z[ recovery-image] Feb 11 20:37:01.497 INFO O| Feb 11 20:37:01.497 INFO STEP 317 (remove_files) COMPLETE
53282025-02-11T20:37:03.178Z[ recovery-image] Feb 11 20:37:01.497 INFO O| Feb 11 20:37:01.497 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-11T20:37:03.292Z[ recovery-image] Feb 11 20:37:01.613 INFO O| Feb 11 20:37:01.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53302025-02-11T20:37:03.296Z[ recovery-image] Feb 11 20:37:01.613 INFO O| Feb 11 20:37:01.613 INFO STEP 318 (remove_files) COMPLETE
53312025-02-11T20:37:03.296Z[ recovery-image] Feb 11 20:37:01.613 INFO O| Feb 11 20:37:01.613 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-11T20:37:03.363Z[ recovery-image] Feb 11 20:37:01.684 INFO O| Feb 11 20:37:01.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53332025-02-11T20:37:03.363Z[ recovery-image] Feb 11 20:37:01.684 INFO O| Feb 11 20:37:01.684 INFO STEP 319 (remove_files) COMPLETE
53342025-02-11T20:37:03.366Z[ recovery-image] Feb 11 20:37:01.684 INFO O| Feb 11 20:37:01.684 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-11T20:37:03.423Z[ recovery-image] Feb 11 20:37:01.744 INFO O| Feb 11 20:37:01.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53362025-02-11T20:37:03.425Z[ recovery-image] Feb 11 20:37:01.744 INFO O| Feb 11 20:37:01.744 INFO STEP 320 (remove_files) COMPLETE
53372025-02-11T20:37:03.425Z[ recovery-image] Feb 11 20:37:01.744 INFO O| Feb 11 20:37:01.744 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-11T20:37:03.443Z[ recovery-image] Feb 11 20:37:01.764 INFO O| Feb 11 20:37:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53392025-02-11T20:37:03.445Z[ recovery-image] Feb 11 20:37:01.764 INFO O| Feb 11 20:37:01.764 INFO STEP 321 (remove_files) COMPLETE
53402025-02-11T20:37:03.445Z[ recovery-image] Feb 11 20:37:01.764 INFO O| Feb 11 20:37:01.764 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-11T20:37:03.463Z[ recovery-image] Feb 11 20:37:01.784 INFO O| Feb 11 20:37:01.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53422025-02-11T20:37:03.465Z[ recovery-image] Feb 11 20:37:01.784 INFO O| Feb 11 20:37:01.784 INFO STEP 322 (remove_files) COMPLETE
53432025-02-11T20:37:03.465Z[ recovery-image] Feb 11 20:37:01.784 INFO O| Feb 11 20:37:01.784 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-11T20:37:03.483Z[ recovery-image] Feb 11 20:37:01.804 INFO O| Feb 11 20:37:01.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53452025-02-11T20:37:03.483Z[ recovery-image] Feb 11 20:37:01.804 INFO O| Feb 11 20:37:01.804 INFO STEP 323 (remove_files) COMPLETE
53462025-02-11T20:37:03.483Z[ recovery-image] Feb 11 20:37:01.804 INFO O| Feb 11 20:37:01.804 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-11T20:37:03.504Z[ recovery-image] Feb 11 20:37:01.824 INFO O| Feb 11 20:37:01.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53482025-02-11T20:37:03.504Z[ recovery-image] Feb 11 20:37:01.825 INFO O| Feb 11 20:37:01.824 INFO STEP 324 (remove_files) COMPLETE
53492025-02-11T20:37:03.504Z[ recovery-image] Feb 11 20:37:01.825 INFO O| Feb 11 20:37:01.825 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-11T20:37:03.537Z[ recovery-image] Feb 11 20:37:01.858 INFO O| Feb 11 20:37:01.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53512025-02-11T20:37:03.537Z[ recovery-image] Feb 11 20:37:01.858 INFO O| Feb 11 20:37:01.858 INFO STEP 325 (remove_files) COMPLETE
53522025-02-11T20:37:03.537Z[ recovery-image] Feb 11 20:37:01.858 INFO O| Feb 11 20:37:01.858 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-11T20:37:03.574Z[ recovery-image] Feb 11 20:37:01.895 INFO O| Feb 11 20:37:01.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53542025-02-11T20:37:03.574Z[ recovery-image] Feb 11 20:37:01.895 INFO O| Feb 11 20:37:01.895 INFO STEP 326 (remove_files) COMPLETE
53552025-02-11T20:37:03.574Z[ recovery-image] Feb 11 20:37:01.895 INFO O| Feb 11 20:37:01.895 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-11T20:37:03.634Z[ recovery-image] Feb 11 20:37:01.955 INFO O| Feb 11 20:37:01.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53572025-02-11T20:37:03.634Z[ recovery-image] Feb 11 20:37:01.955 INFO O| Feb 11 20:37:01.955 INFO STEP 327 (remove_files) COMPLETE
53582025-02-11T20:37:03.634Z[ recovery-image] Feb 11 20:37:01.955 INFO O| Feb 11 20:37:01.955 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-11T20:37:03.734Z[ recovery-image] Feb 11 20:37:02.055 INFO O| Feb 11 20:37:02.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53602025-02-11T20:37:03.736Z[ recovery-image] Feb 11 20:37:02.055 INFO O| Feb 11 20:37:02.055 INFO STEP 328 (remove_files) COMPLETE
53612025-02-11T20:37:03.736Z[ recovery-image] Feb 11 20:37:02.055 INFO O| Feb 11 20:37:02.055 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-11T20:37:03.803Z[ recovery-image] Feb 11 20:37:02.124 INFO O| Feb 11 20:37:02.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53632025-02-11T20:37:03.803Z[ recovery-image] Feb 11 20:37:02.124 INFO O| Feb 11 20:37:02.124 INFO STEP 329 (remove_files) COMPLETE
53642025-02-11T20:37:03.803Z[ recovery-image] Feb 11 20:37:02.124 INFO O| Feb 11 20:37:02.124 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-11T20:37:03.841Z[ recovery-image] Feb 11 20:37:02.162 INFO O| Feb 11 20:37:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53662025-02-11T20:37:03.841Z[ recovery-image] Feb 11 20:37:02.162 INFO O| Feb 11 20:37:02.162 INFO STEP 330 (remove_files) COMPLETE
53672025-02-11T20:37:03.844Z[ recovery-image] Feb 11 20:37:02.162 INFO O| Feb 11 20:37:02.162 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-11T20:37:03.861Z[ recovery-image] Feb 11 20:37:02.182 INFO O| Feb 11 20:37:02.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53692025-02-11T20:37:03.861Z[ recovery-image] Feb 11 20:37:02.182 INFO O| Feb 11 20:37:02.182 INFO STEP 331 (remove_files) COMPLETE
53702025-02-11T20:37:03.861Z[ recovery-image] Feb 11 20:37:02.183 INFO O| Feb 11 20:37:02.182 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-02-11T20:37:03.912Z[ recovery-image] Feb 11 20:37:02.233 INFO O| Feb 11 20:37:02.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53722025-02-11T20:37:03.915Z[ recovery-image] Feb 11 20:37:02.234 INFO O| Feb 11 20:37:02.233 INFO STEP 332 (remove_files) COMPLETE
53732025-02-11T20:37:03.915Z[ recovery-image] Feb 11 20:37:02.234 INFO O| Feb 11 20:37:02.234 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-02-11T20:37:03.935Z[ recovery-image] Feb 11 20:37:02.256 INFO O| Feb 11 20:37:02.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53752025-02-11T20:37:03.938Z[ recovery-image] Feb 11 20:37:02.256 INFO O| Feb 11 20:37:02.256 INFO STEP 333 (remove_files) COMPLETE
53762025-02-11T20:37:03.938Z[ recovery-image] Feb 11 20:37:02.257 INFO O| Feb 11 20:37:02.257 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-02-11T20:37:03.955Z[ recovery-image] Feb 11 20:37:02.276 INFO O| Feb 11 20:37:02.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53782025-02-11T20:37:03.955Z[ recovery-image] Feb 11 20:37:02.276 INFO O| Feb 11 20:37:02.276 INFO STEP 334 (remove_files) COMPLETE
53792025-02-11T20:37:03.958Z[ recovery-image] Feb 11 20:37:02.276 INFO O| Feb 11 20:37:02.276 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-02-11T20:37:03.976Z[ recovery-image] Feb 11 20:37:02.297 INFO O| Feb 11 20:37:02.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53812025-02-11T20:37:03.979Z[ recovery-image] Feb 11 20:37:02.297 INFO O| Feb 11 20:37:02.297 INFO STEP 335 (remove_files) COMPLETE
53822025-02-11T20:37:03.979Z[ recovery-image] Feb 11 20:37:02.297 INFO O| Feb 11 20:37:02.297 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-02-11T20:37:04.007Z[ recovery-image] Feb 11 20:37:02.327 INFO O| Feb 11 20:37:02.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53842025-02-11T20:37:04.007Z[ recovery-image] Feb 11 20:37:02.327 INFO O| Feb 11 20:37:02.327 INFO STEP 336 (remove_files) COMPLETE
53852025-02-11T20:37:04.007Z[ recovery-image] Feb 11 20:37:02.327 INFO O| Feb 11 20:37:02.327 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-02-11T20:37:04.068Z[ recovery-image] Feb 11 20:37:02.385 INFO O| Feb 11 20:37:02.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53872025-02-11T20:37:04.068Z[ recovery-image] Feb 11 20:37:02.385 INFO O| Feb 11 20:37:02.385 INFO STEP 337 (remove_files) COMPLETE
53882025-02-11T20:37:04.068Z[ recovery-image] Feb 11 20:37:02.385 INFO O| Feb 11 20:37:02.385 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-02-11T20:37:04.088Z[ recovery-image] Feb 11 20:37:02.406 INFO O| Feb 11 20:37:02.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53902025-02-11T20:37:04.088Z[ recovery-image] Feb 11 20:37:02.407 INFO O| Feb 11 20:37:02.407 INFO STEP 338 (remove_files) COMPLETE
53912025-02-11T20:37:04.088Z[ recovery-image] Feb 11 20:37:02.407 INFO O| Feb 11 20:37:02.407 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-02-11T20:37:04.108Z[ recovery-image] Feb 11 20:37:02.426 INFO O| Feb 11 20:37:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53932025-02-11T20:37:04.108Z[ recovery-image] Feb 11 20:37:02.427 INFO O| Feb 11 20:37:02.427 INFO STEP 339 (remove_files) COMPLETE
53942025-02-11T20:37:04.108Z[ recovery-image] Feb 11 20:37:02.427 INFO O| Feb 11 20:37:02.427 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-02-11T20:37:04.125Z[ recovery-image] Feb 11 20:37:02.446 INFO O| Feb 11 20:37:02.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
53962025-02-11T20:37:04.151Z[ recovery-image] Feb 11 20:37:02.471 INFO O| Feb 11 20:37:02.471 INFO STEP 340 (remove_files) COMPLETE
53972025-02-11T20:37:04.151Z[ recovery-image] Feb 11 20:37:02.471 INFO O| Feb 11 20:37:02.471 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-02-11T20:37:04.207Z[ recovery-image] Feb 11 20:37:02.528 INFO O| Feb 11 20:37:02.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
53992025-02-11T20:37:04.207Z[ recovery-image] Feb 11 20:37:02.528 INFO O| Feb 11 20:37:02.528 INFO STEP 341 (remove_files) COMPLETE
54002025-02-11T20:37:04.207Z[ recovery-image] Feb 11 20:37:02.528 INFO O| Feb 11 20:37:02.528 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-02-11T20:37:04.267Z[ recovery-image] Feb 11 20:37:02.588 INFO O| Feb 11 20:37:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54022025-02-11T20:37:04.267Z[ recovery-image] Feb 11 20:37:02.588 INFO O| Feb 11 20:37:02.588 INFO STEP 342 (remove_files) COMPLETE
54032025-02-11T20:37:04.267Z[ recovery-image] Feb 11 20:37:02.588 INFO O| Feb 11 20:37:02.588 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-02-11T20:37:04.287Z[ recovery-image] Feb 11 20:37:02.608 INFO O| Feb 11 20:37:02.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54052025-02-11T20:37:04.294Z[ recovery-image] Feb 11 20:37:02.615 INFO O| Feb 11 20:37:02.615 INFO STEP 343 (remove_files) COMPLETE
54062025-02-11T20:37:04.294Z[ recovery-image] Feb 11 20:37:02.615 INFO O| Feb 11 20:37:02.615 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-02-11T20:37:04.326Z[ recovery-image] Feb 11 20:37:02.647 INFO O| Feb 11 20:37:02.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54082025-02-11T20:37:04.329Z[ recovery-image] Feb 11 20:37:02.647 INFO O| Feb 11 20:37:02.647 INFO STEP 344 (remove_files) COMPLETE
54092025-02-11T20:37:04.329Z[ recovery-image] Feb 11 20:37:02.647 INFO O| Feb 11 20:37:02.647 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-02-11T20:37:04.346Z[ recovery-image] Feb 11 20:37:02.666 INFO O| Feb 11 20:37:02.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54112025-02-11T20:37:04.346Z[ recovery-image] Feb 11 20:37:02.667 INFO O| Feb 11 20:37:02.667 INFO STEP 345 (remove_files) COMPLETE
54122025-02-11T20:37:04.346Z[ recovery-image] Feb 11 20:37:02.667 INFO O| Feb 11 20:37:02.667 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-02-11T20:37:04.365Z[ recovery-image] Feb 11 20:37:02.685 INFO O| Feb 11 20:37:02.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54142025-02-11T20:37:04.365Z[ recovery-image] Feb 11 20:37:02.685 INFO O| Feb 11 20:37:02.685 INFO STEP 346 (remove_files) COMPLETE
54152025-02-11T20:37:04.365Z[ recovery-image] Feb 11 20:37:02.685 INFO O| Feb 11 20:37:02.685 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-02-11T20:37:04.383Z[ recovery-image] Feb 11 20:37:02.704 INFO O| Feb 11 20:37:02.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54172025-02-11T20:37:04.383Z[ recovery-image] Feb 11 20:37:02.704 INFO O| Feb 11 20:37:02.704 INFO STEP 347 (remove_files) COMPLETE
54182025-02-11T20:37:04.383Z[ recovery-image] Feb 11 20:37:02.704 INFO O| Feb 11 20:37:02.704 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-02-11T20:37:04.401Z[ recovery-image] Feb 11 20:37:02.722 INFO O| Feb 11 20:37:02.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54202025-02-11T20:37:04.401Z[ recovery-image] Feb 11 20:37:02.722 INFO O| Feb 11 20:37:02.722 INFO STEP 348 (remove_files) COMPLETE
54212025-02-11T20:37:04.401Z[ recovery-image] Feb 11 20:37:02.722 INFO O| Feb 11 20:37:02.722 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-02-11T20:37:04.420Z[ recovery-image] Feb 11 20:37:02.741 INFO O| Feb 11 20:37:02.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54232025-02-11T20:37:04.420Z[ recovery-image] Feb 11 20:37:02.741 INFO O| Feb 11 20:37:02.741 INFO STEP 349 (remove_files) COMPLETE
54242025-02-11T20:37:04.424Z[ recovery-image] Feb 11 20:37:02.741 INFO O| Feb 11 20:37:02.741 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-02-11T20:37:04.438Z[ recovery-image] Feb 11 20:37:02.759 INFO O| Feb 11 20:37:02.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54262025-02-11T20:37:04.438Z[ recovery-image] Feb 11 20:37:02.759 INFO O| Feb 11 20:37:02.759 INFO STEP 350 (remove_files) COMPLETE
54272025-02-11T20:37:04.438Z[ recovery-image] Feb 11 20:37:02.759 INFO O| Feb 11 20:37:02.759 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-02-11T20:37:04.465Z[ recovery-image] Feb 11 20:37:02.785 INFO O| Feb 11 20:37:02.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54292025-02-11T20:37:04.467Z[ recovery-image] Feb 11 20:37:02.785 INFO O| Feb 11 20:37:02.785 INFO STEP 351 (remove_files) COMPLETE
54302025-02-11T20:37:04.468Z[ recovery-image] Feb 11 20:37:02.786 INFO O| Feb 11 20:37:02.786 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-02-11T20:37:04.534Z[ recovery-image] Feb 11 20:37:02.855 INFO O| Feb 11 20:37:02.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54322025-02-11T20:37:04.537Z[ recovery-image] Feb 11 20:37:02.855 INFO O| Feb 11 20:37:02.855 INFO STEP 352 (remove_files) COMPLETE
54332025-02-11T20:37:04.537Z[ recovery-image] Feb 11 20:37:02.855 INFO O| Feb 11 20:37:02.855 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-02-11T20:37:04.573Z[ recovery-image] Feb 11 20:37:02.894 INFO O| Feb 11 20:37:02.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54352025-02-11T20:37:04.576Z[ recovery-image] Feb 11 20:37:02.894 INFO O| Feb 11 20:37:02.894 INFO STEP 353 (remove_files) COMPLETE
54362025-02-11T20:37:04.576Z[ recovery-image] Feb 11 20:37:02.894 INFO O| Feb 11 20:37:02.894 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-02-11T20:37:04.633Z[ recovery-image] Feb 11 20:37:02.954 INFO O| Feb 11 20:37:02.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54382025-02-11T20:37:04.633Z[ recovery-image] Feb 11 20:37:02.954 INFO O| Feb 11 20:37:02.954 INFO STEP 354 (remove_files) COMPLETE
54392025-02-11T20:37:04.636Z[ recovery-image] Feb 11 20:37:02.955 INFO O| Feb 11 20:37:02.954 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-02-11T20:37:04.652Z[ recovery-image] Feb 11 20:37:02.973 INFO O| Feb 11 20:37:02.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54412025-02-11T20:37:04.652Z[ recovery-image] Feb 11 20:37:02.973 INFO O| Feb 11 20:37:02.973 INFO STEP 355 (remove_files) COMPLETE
54422025-02-11T20:37:04.655Z[ recovery-image] Feb 11 20:37:02.973 INFO O| Feb 11 20:37:02.973 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-02-11T20:37:04.670Z[ recovery-image] Feb 11 20:37:02.991 INFO O| Feb 11 20:37:02.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54442025-02-11T20:37:04.670Z[ recovery-image] Feb 11 20:37:02.991 INFO O| Feb 11 20:37:02.991 INFO STEP 356 (remove_files) COMPLETE
54452025-02-11T20:37:04.673Z[ recovery-image] Feb 11 20:37:02.991 INFO O| Feb 11 20:37:02.991 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-02-11T20:37:04.690Z[ recovery-image] Feb 11 20:37:03.011 INFO O| Feb 11 20:37:03.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54472025-02-11T20:37:04.710Z[ recovery-image] Feb 11 20:37:03.031 INFO O| Feb 11 20:37:03.031 INFO STEP 357 (remove_files) COMPLETE
54482025-02-11T20:37:04.710Z[ recovery-image] Feb 11 20:37:03.031 INFO O| Feb 11 20:37:03.031 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-11T20:37:04.730Z[ recovery-image] Feb 11 20:37:03.051 INFO O| Feb 11 20:37:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54502025-02-11T20:37:04.733Z[ recovery-image] Feb 11 20:37:03.051 INFO O| Feb 11 20:37:03.051 INFO STEP 358 (remove_files) COMPLETE
54512025-02-11T20:37:04.733Z[ recovery-image] Feb 11 20:37:03.051 INFO O| Feb 11 20:37:03.051 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-02-11T20:37:04.749Z[ recovery-image] Feb 11 20:37:03.069 INFO O| Feb 11 20:37:03.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54532025-02-11T20:37:04.749Z[ recovery-image] Feb 11 20:37:03.070 INFO O| Feb 11 20:37:03.069 INFO STEP 359 (remove_files) COMPLETE
54542025-02-11T20:37:04.751Z[ recovery-image] Feb 11 20:37:03.070 INFO O| Feb 11 20:37:03.070 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-02-11T20:37:04.768Z[ recovery-image] Feb 11 20:37:03.089 INFO O| Feb 11 20:37:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54562025-02-11T20:37:04.768Z[ recovery-image] Feb 11 20:37:03.089 INFO O| Feb 11 20:37:03.089 INFO STEP 360 (remove_files) COMPLETE
54572025-02-11T20:37:04.772Z[ recovery-image] Feb 11 20:37:03.090 INFO O| Feb 11 20:37:03.089 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-02-11T20:37:04.788Z[ recovery-image] Feb 11 20:37:03.109 INFO O| Feb 11 20:37:03.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54592025-02-11T20:37:04.790Z[ recovery-image] Feb 11 20:37:03.109 INFO O| Feb 11 20:37:03.109 INFO STEP 361 (remove_files) COMPLETE
54602025-02-11T20:37:04.791Z[ recovery-image] Feb 11 20:37:03.109 INFO O| Feb 11 20:37:03.109 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-02-11T20:37:04.807Z[ recovery-image] Feb 11 20:37:03.128 INFO O| Feb 11 20:37:03.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54622025-02-11T20:37:04.810Z[ recovery-image] Feb 11 20:37:03.128 INFO O| Feb 11 20:37:03.128 INFO STEP 362 (remove_files) COMPLETE
54632025-02-11T20:37:04.810Z[ recovery-image] Feb 11 20:37:03.129 INFO O| Feb 11 20:37:03.128 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-02-11T20:37:04.828Z[ recovery-image] Feb 11 20:37:03.149 INFO O| Feb 11 20:37:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54652025-02-11T20:37:04.828Z[ recovery-image] Feb 11 20:37:03.149 INFO O| Feb 11 20:37:03.149 INFO STEP 363 (remove_files) COMPLETE
54662025-02-11T20:37:04.828Z[ recovery-image] Feb 11 20:37:03.149 INFO O| Feb 11 20:37:03.149 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-02-11T20:37:04.867Z[ recovery-image] Feb 11 20:37:03.187 INFO O| Feb 11 20:37:03.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54682025-02-11T20:37:04.867Z[ recovery-image] Feb 11 20:37:03.188 INFO O| Feb 11 20:37:03.188 INFO STEP 364 (remove_files) COMPLETE
54692025-02-11T20:37:04.867Z[ recovery-image] Feb 11 20:37:03.188 INFO O| Feb 11 20:37:03.188 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-02-11T20:37:04.921Z[ recovery-image] Feb 11 20:37:03.242 INFO O| Feb 11 20:37:03.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54712025-02-11T20:37:04.924Z[ recovery-image] Feb 11 20:37:03.242 INFO O| Feb 11 20:37:03.242 INFO STEP 365 (remove_files) COMPLETE
54722025-02-11T20:37:04.924Z[ recovery-image] Feb 11 20:37:03.243 INFO O| Feb 11 20:37:03.242 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-02-11T20:37:04.944Z[ recovery-image] Feb 11 20:37:03.264 INFO O| Feb 11 20:37:03.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54742025-02-11T20:37:04.947Z[ recovery-image] Feb 11 20:37:03.264 INFO O| Feb 11 20:37:03.264 INFO STEP 366 (remove_files) COMPLETE
54752025-02-11T20:37:04.947Z[ recovery-image] Feb 11 20:37:03.264 INFO O| Feb 11 20:37:03.264 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-02-11T20:37:04.964Z[ recovery-image] Feb 11 20:37:03.284 INFO O| Feb 11 20:37:03.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54772025-02-11T20:37:04.966Z[ recovery-image] Feb 11 20:37:03.285 INFO O| Feb 11 20:37:03.285 INFO STEP 367 (remove_files) COMPLETE
54782025-02-11T20:37:04.966Z[ recovery-image] Feb 11 20:37:03.285 INFO O| Feb 11 20:37:03.285 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-02-11T20:37:04.985Z[ recovery-image] Feb 11 20:37:03.306 INFO O| Feb 11 20:37:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54802025-02-11T20:37:04.986Z[ recovery-image] Feb 11 20:37:03.306 INFO O| Feb 11 20:37:03.306 INFO STEP 368 (remove_files) COMPLETE
54812025-02-11T20:37:04.986Z[ recovery-image] Feb 11 20:37:03.306 INFO O| Feb 11 20:37:03.306 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-02-11T20:37:05.006Z[ recovery-image] Feb 11 20:37:03.327 INFO O| Feb 11 20:37:03.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54832025-02-11T20:37:05.006Z[ recovery-image] Feb 11 20:37:03.327 INFO O| Feb 11 20:37:03.327 INFO STEP 369 (remove_files) COMPLETE
54842025-02-11T20:37:05.009Z[ recovery-image] Feb 11 20:37:03.327 INFO O| Feb 11 20:37:03.327 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-02-11T20:37:05.069Z[ recovery-image] Feb 11 20:37:03.390 INFO O| Feb 11 20:37:03.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54862025-02-11T20:37:05.069Z[ recovery-image] Feb 11 20:37:03.390 INFO O| Feb 11 20:37:03.390 INFO STEP 370 (remove_files) COMPLETE
54872025-02-11T20:37:05.069Z[ recovery-image] Feb 11 20:37:03.390 INFO O| Feb 11 20:37:03.390 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-02-11T20:37:05.128Z[ recovery-image] Feb 11 20:37:03.449 INFO O| Feb 11 20:37:03.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54892025-02-11T20:37:05.128Z[ recovery-image] Feb 11 20:37:03.449 INFO O| Feb 11 20:37:03.449 INFO STEP 371 (remove_files) COMPLETE
54902025-02-11T20:37:05.128Z[ recovery-image] Feb 11 20:37:03.449 INFO O| Feb 11 20:37:03.449 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-02-11T20:37:05.149Z[ recovery-image] Feb 11 20:37:03.470 INFO O| Feb 11 20:37:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
54922025-02-11T20:37:05.149Z[ recovery-image] Feb 11 20:37:03.470 INFO O| Feb 11 20:37:03.470 INFO STEP 372 (remove_files) COMPLETE
54932025-02-11T20:37:05.149Z[ recovery-image] Feb 11 20:37:03.470 INFO O| Feb 11 20:37:03.470 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-02-11T20:37:05.168Z[ recovery-image] Feb 11 20:37:03.489 INFO O| Feb 11 20:37:03.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
54952025-02-11T20:37:05.168Z[ recovery-image] Feb 11 20:37:03.489 INFO O| Feb 11 20:37:03.489 INFO STEP 373 (remove_files) COMPLETE
54962025-02-11T20:37:05.168Z[ recovery-image] Feb 11 20:37:03.489 INFO O| Feb 11 20:37:03.489 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-02-11T20:37:05.186Z[ recovery-image] Feb 11 20:37:03.507 INFO O| Feb 11 20:37:03.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
54982025-02-11T20:37:05.186Z[ recovery-image] Feb 11 20:37:03.507 INFO O| Feb 11 20:37:03.507 INFO STEP 374 (remove_files) COMPLETE
54992025-02-11T20:37:05.186Z[ recovery-image] Feb 11 20:37:03.507 INFO O| Feb 11 20:37:03.507 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-02-11T20:37:05.205Z[ recovery-image] Feb 11 20:37:03.526 INFO O| Feb 11 20:37:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55012025-02-11T20:37:05.205Z[ recovery-image] Feb 11 20:37:03.526 INFO O| Feb 11 20:37:03.526 INFO STEP 375 (remove_files) COMPLETE
55022025-02-11T20:37:05.205Z[ recovery-image] Feb 11 20:37:03.526 INFO O| Feb 11 20:37:03.526 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-02-11T20:37:05.226Z[ recovery-image] Feb 11 20:37:03.547 INFO O| Feb 11 20:37:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55042025-02-11T20:37:05.227Z[ recovery-image] Feb 11 20:37:03.547 INFO O| Feb 11 20:37:03.547 INFO STEP 376 (remove_files) COMPLETE
55052025-02-11T20:37:05.227Z[ recovery-image] Feb 11 20:37:03.547 INFO O| Feb 11 20:37:03.547 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-02-11T20:37:05.257Z[ recovery-image] Feb 11 20:37:03.578 INFO O| Feb 11 20:37:03.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55072025-02-11T20:37:05.258Z[ recovery-image] Feb 11 20:37:03.578 INFO O| Feb 11 20:37:03.578 INFO STEP 377 (remove_files) COMPLETE
55082025-02-11T20:37:05.258Z[ recovery-image] Feb 11 20:37:03.578 INFO O| Feb 11 20:37:03.578 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-02-11T20:37:05.277Z[ recovery-image] Feb 11 20:37:03.598 INFO O| Feb 11 20:37:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55102025-02-11T20:37:05.277Z[ recovery-image] Feb 11 20:37:03.598 INFO O| Feb 11 20:37:03.598 INFO STEP 378 (remove_files) COMPLETE
55112025-02-11T20:37:05.280Z[ recovery-image] Feb 11 20:37:03.598 INFO O| Feb 11 20:37:03.598 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-02-11T20:37:05.297Z[ recovery-image] Feb 11 20:37:03.616 INFO O| Feb 11 20:37:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55132025-02-11T20:37:05.297Z[ recovery-image] Feb 11 20:37:03.617 INFO O| Feb 11 20:37:03.617 INFO STEP 379 (remove_files) COMPLETE
55142025-02-11T20:37:05.297Z[ recovery-image] Feb 11 20:37:03.617 INFO O| Feb 11 20:37:03.617 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-02-11T20:37:05.317Z[ recovery-image] Feb 11 20:37:03.638 INFO O| Feb 11 20:37:03.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55162025-02-11T20:37:05.320Z[ recovery-image] Feb 11 20:37:03.638 INFO O| Feb 11 20:37:03.638 INFO STEP 380 (remove_files) COMPLETE
55172025-02-11T20:37:05.320Z[ recovery-image] Feb 11 20:37:03.638 INFO O| Feb 11 20:37:03.638 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-02-11T20:37:05.343Z[ recovery-image] Feb 11 20:37:03.663 INFO O| Feb 11 20:37:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55192025-02-11T20:37:05.343Z[ recovery-image] Feb 11 20:37:03.663 INFO O| Feb 11 20:37:03.663 INFO STEP 381 (remove_files) COMPLETE
55202025-02-11T20:37:05.345Z[ recovery-image] Feb 11 20:37:03.663 INFO O| Feb 11 20:37:03.663 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-02-11T20:37:05.384Z[ recovery-image] Feb 11 20:37:03.705 INFO O| Feb 11 20:37:03.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55222025-02-11T20:37:05.387Z[ recovery-image] Feb 11 20:37:03.705 INFO O| Feb 11 20:37:03.705 INFO STEP 382 (remove_files) COMPLETE
55232025-02-11T20:37:05.387Z[ recovery-image] Feb 11 20:37:03.705 INFO O| Feb 11 20:37:03.705 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-02-11T20:37:05.408Z[ recovery-image] Feb 11 20:37:03.728 INFO O| Feb 11 20:37:03.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55252025-02-11T20:37:05.411Z[ recovery-image] Feb 11 20:37:03.728 INFO O| Feb 11 20:37:03.728 INFO STEP 383 (remove_files) COMPLETE
55262025-02-11T20:37:05.411Z[ recovery-image] Feb 11 20:37:03.729 INFO O| Feb 11 20:37:03.729 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-02-11T20:37:05.430Z[ recovery-image] Feb 11 20:37:03.751 INFO O| Feb 11 20:37:03.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55282025-02-11T20:37:05.433Z[ recovery-image] Feb 11 20:37:03.751 INFO O| Feb 11 20:37:03.751 INFO STEP 384 (remove_files) COMPLETE
55292025-02-11T20:37:05.433Z[ recovery-image] Feb 11 20:37:03.751 INFO O| Feb 11 20:37:03.751 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-02-11T20:37:05.450Z[ recovery-image] Feb 11 20:37:03.771 INFO O| Feb 11 20:37:03.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55312025-02-11T20:37:05.453Z[ recovery-image] Feb 11 20:37:03.771 INFO O| Feb 11 20:37:03.771 INFO STEP 385 (remove_files) COMPLETE
55322025-02-11T20:37:05.453Z[ recovery-image] Feb 11 20:37:03.771 INFO O| Feb 11 20:37:03.771 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-02-11T20:37:05.483Z[ recovery-image] Feb 11 20:37:03.804 INFO O| Feb 11 20:37:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55342025-02-11T20:37:05.487Z[ recovery-image] Feb 11 20:37:03.804 INFO O| Feb 11 20:37:03.804 INFO STEP 386 (remove_files) COMPLETE
55352025-02-11T20:37:05.487Z[ recovery-image] Feb 11 20:37:03.804 INFO O| Feb 11 20:37:03.804 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-02-11T20:37:05.505Z[ recovery-image] Feb 11 20:37:03.826 INFO O| Feb 11 20:37:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55372025-02-11T20:37:05.505Z[ recovery-image] Feb 11 20:37:03.826 INFO O| Feb 11 20:37:03.826 INFO STEP 387 (remove_files) COMPLETE
55382025-02-11T20:37:05.505Z[ recovery-image] Feb 11 20:37:03.826 INFO O| Feb 11 20:37:03.826 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-02-11T20:37:05.528Z[ recovery-image] Feb 11 20:37:03.848 INFO O| Feb 11 20:37:03.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55402025-02-11T20:37:05.531Z[ recovery-image] Feb 11 20:37:03.848 INFO O| Feb 11 20:37:03.848 INFO STEP 388 (remove_files) COMPLETE
55412025-02-11T20:37:05.531Z[ recovery-image] Feb 11 20:37:03.848 INFO O| Feb 11 20:37:03.848 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-02-11T20:37:05.548Z[ recovery-image] Feb 11 20:37:03.869 INFO O| Feb 11 20:37:03.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55432025-02-11T20:37:05.551Z[ recovery-image] Feb 11 20:37:03.869 INFO O| Feb 11 20:37:03.869 INFO STEP 389 (remove_files) COMPLETE
55442025-02-11T20:37:05.551Z[ recovery-image] Feb 11 20:37:03.869 INFO O| Feb 11 20:37:03.869 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-02-11T20:37:05.589Z[ recovery-image] Feb 11 20:37:03.910 INFO O| Feb 11 20:37:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55462025-02-11T20:37:05.592Z[ recovery-image] Feb 11 20:37:03.910 INFO O| Feb 11 20:37:03.910 INFO STEP 390 (remove_files) COMPLETE
55472025-02-11T20:37:05.592Z[ recovery-image] Feb 11 20:37:03.910 INFO O| Feb 11 20:37:03.910 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-02-11T20:37:05.690Z[ recovery-image] Feb 11 20:37:04.011 INFO O| Feb 11 20:37:04.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55492025-02-11T20:37:05.690Z[ recovery-image] Feb 11 20:37:04.011 INFO O| Feb 11 20:37:04.011 INFO STEP 391 (remove_files) COMPLETE
55502025-02-11T20:37:05.690Z[ recovery-image] Feb 11 20:37:04.011 INFO O| Feb 11 20:37:04.011 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-02-11T20:37:05.709Z[ recovery-image] Feb 11 20:37:04.029 INFO O| Feb 11 20:37:04.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55522025-02-11T20:37:05.709Z[ recovery-image] Feb 11 20:37:04.030 INFO O| Feb 11 20:37:04.030 INFO STEP 392 (remove_files) COMPLETE
55532025-02-11T20:37:05.709Z[ recovery-image] Feb 11 20:37:04.030 INFO O| Feb 11 20:37:04.030 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-02-11T20:37:05.726Z[ recovery-image] Feb 11 20:37:04.047 INFO O| Feb 11 20:37:04.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55552025-02-11T20:37:05.726Z[ recovery-image] Feb 11 20:37:04.047 INFO O| Feb 11 20:37:04.047 INFO STEP 393 (remove_files) COMPLETE
55562025-02-11T20:37:05.726Z[ recovery-image] Feb 11 20:37:04.047 INFO O| Feb 11 20:37:04.047 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-02-11T20:37:05.743Z[ recovery-image] Feb 11 20:37:04.064 INFO O| Feb 11 20:37:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55582025-02-11T20:37:05.745Z[ recovery-image] Feb 11 20:37:04.064 INFO O| Feb 11 20:37:04.064 INFO STEP 394 (remove_files) COMPLETE
55592025-02-11T20:37:05.745Z[ recovery-image] Feb 11 20:37:04.064 INFO O| Feb 11 20:37:04.064 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-02-11T20:37:05.761Z[ recovery-image] Feb 11 20:37:04.082 INFO O| Feb 11 20:37:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55612025-02-11T20:37:05.781Z[ recovery-image] Feb 11 20:37:04.101 INFO O| Feb 11 20:37:04.101 INFO STEP 395 (remove_files) COMPLETE
55622025-02-11T20:37:05.781Z[ recovery-image] Feb 11 20:37:04.101 INFO O| Feb 11 20:37:04.101 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-11T20:37:05.817Z[ recovery-image] Feb 11 20:37:04.138 INFO O| Feb 11 20:37:04.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55642025-02-11T20:37:05.817Z[ recovery-image] Feb 11 20:37:04.138 INFO O| Feb 11 20:37:04.138 INFO STEP 396 (remove_files) COMPLETE
55652025-02-11T20:37:05.820Z[ recovery-image] Feb 11 20:37:04.138 INFO O| Feb 11 20:37:04.138 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-11T20:37:05.846Z[ recovery-image] Feb 11 20:37:04.167 INFO O| Feb 11 20:37:04.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55672025-02-11T20:37:05.846Z[ recovery-image] Feb 11 20:37:04.167 INFO O| Feb 11 20:37:04.167 INFO STEP 397 (remove_files) COMPLETE
55682025-02-11T20:37:05.846Z[ recovery-image] Feb 11 20:37:04.167 INFO O| Feb 11 20:37:04.167 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-02-11T20:37:05.868Z[ recovery-image] Feb 11 20:37:04.188 INFO O| Feb 11 20:37:04.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55702025-02-11T20:37:05.868Z[ recovery-image] Feb 11 20:37:04.188 INFO O| Feb 11 20:37:04.188 INFO STEP 398 (remove_files) COMPLETE
55712025-02-11T20:37:05.870Z[ recovery-image] Feb 11 20:37:04.188 INFO O| Feb 11 20:37:04.188 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-02-11T20:37:05.875Z[ host-image] Feb 11 20:37:04.196 INFO O| Feb 11 20:37:04.196 INFO O| Download: 984/1140 items 3.4/8.4MB 40% complete (708k/s)
55732025-02-11T20:37:05.911Z[ recovery-image] Feb 11 20:37:04.232 INFO O| Feb 11 20:37:04.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55742025-02-11T20:37:05.911Z[ recovery-image] Feb 11 20:37:04.232 INFO O| Feb 11 20:37:04.232 INFO STEP 399 (remove_files) COMPLETE
55752025-02-11T20:37:05.911Z[ recovery-image] Feb 11 20:37:04.232 INFO O| Feb 11 20:37:04.232 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-11T20:37:05.931Z[ recovery-image] Feb 11 20:37:04.252 INFO O| Feb 11 20:37:04.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55772025-02-11T20:37:05.931Z[ recovery-image] Feb 11 20:37:04.252 INFO O| Feb 11 20:37:04.252 INFO STEP 400 (remove_files) COMPLETE
55782025-02-11T20:37:05.934Z[ recovery-image] Feb 11 20:37:04.252 INFO O| Feb 11 20:37:04.252 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-02-11T20:37:05.961Z[ recovery-image] Feb 11 20:37:04.282 INFO O| Feb 11 20:37:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55802025-02-11T20:37:05.961Z[ recovery-image] Feb 11 20:37:04.282 INFO O| Feb 11 20:37:04.282 INFO STEP 401 (remove_files) COMPLETE
55812025-02-11T20:37:05.964Z[ recovery-image] Feb 11 20:37:04.282 INFO O| Feb 11 20:37:04.282 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-02-11T20:37:05.983Z[ recovery-image] Feb 11 20:37:04.304 INFO O| Feb 11 20:37:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55832025-02-11T20:37:05.983Z[ recovery-image] Feb 11 20:37:04.304 INFO O| Feb 11 20:37:04.304 INFO STEP 402 (remove_files) COMPLETE
55842025-02-11T20:37:05.983Z[ recovery-image] Feb 11 20:37:04.304 INFO O| Feb 11 20:37:04.304 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-02-11T20:37:06.003Z[ recovery-image] Feb 11 20:37:04.323 INFO O| Feb 11 20:37:04.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55862025-02-11T20:37:06.003Z[ recovery-image] Feb 11 20:37:04.324 INFO O| Feb 11 20:37:04.324 INFO STEP 403 (remove_files) COMPLETE
55872025-02-11T20:37:06.003Z[ recovery-image] Feb 11 20:37:04.324 INFO O| Feb 11 20:37:04.324 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-02-11T20:37:06.021Z[ recovery-image] Feb 11 20:37:04.341 INFO O| Feb 11 20:37:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55892025-02-11T20:37:06.021Z[ recovery-image] Feb 11 20:37:04.341 INFO O| Feb 11 20:37:04.341 INFO STEP 404 (remove_files) COMPLETE
55902025-02-11T20:37:06.021Z[ recovery-image] Feb 11 20:37:04.341 INFO O| Feb 11 20:37:04.341 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-02-11T20:37:06.177Z[ recovery-image] Feb 11 20:37:04.359 INFO O| Feb 11 20:37:04.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
55922025-02-11T20:37:06.177Z[ recovery-image] Feb 11 20:37:04.359 INFO O| Feb 11 20:37:04.359 INFO STEP 405 (remove_files) COMPLETE
55932025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.359 INFO O| Feb 11 20:37:04.359 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.395 INFO O| Feb 11 20:37:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
55952025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.395 INFO O| Feb 11 20:37:04.395 INFO STEP 406 (remove_files) COMPLETE
55962025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.395 INFO O| Feb 11 20:37:04.395 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.417 INFO O| Feb 11 20:37:04.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
55982025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.417 INFO O| Feb 11 20:37:04.417 INFO STEP 407 (remove_files) COMPLETE
55992025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.417 INFO O| Feb 11 20:37:04.417 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.437 INFO O| Feb 11 20:37:04.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56012025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.437 INFO O| Feb 11 20:37:04.437 INFO STEP 408 (remove_files) COMPLETE
56022025-02-11T20:37:06.189Z[ recovery-image] Feb 11 20:37:04.438 INFO O| Feb 11 20:37:04.437 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.456 INFO O| Feb 11 20:37:04.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56042025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.457 INFO O| Feb 11 20:37:04.457 INFO STEP 409 (remove_files) COMPLETE
56052025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.457 INFO O| Feb 11 20:37:04.457 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.474 INFO O| Feb 11 20:37:04.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56072025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.474 INFO O| Feb 11 20:37:04.474 INFO STEP 410 (remove_files) COMPLETE
56082025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.474 INFO O| Feb 11 20:37:04.474 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.493 INFO O| Feb 11 20:37:04.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56102025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.493 INFO O| Feb 11 20:37:04.493 INFO STEP 411 (remove_files) COMPLETE
56112025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.493 INFO O| Feb 11 20:37:04.493 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.513 INFO O| Feb 11 20:37:04.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56132025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.513 INFO O| Feb 11 20:37:04.513 INFO STEP 412 (remove_files) COMPLETE
56142025-02-11T20:37:06.194Z[ recovery-image] Feb 11 20:37:04.513 INFO O| Feb 11 20:37:04.513 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-02-11T20:37:06.212Z[ recovery-image] Feb 11 20:37:04.533 INFO O| Feb 11 20:37:04.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56162025-02-11T20:37:06.213Z[ recovery-image] Feb 11 20:37:04.533 INFO O| Feb 11 20:37:04.533 INFO STEP 413 (remove_files) COMPLETE
56172025-02-11T20:37:06.215Z[ recovery-image] Feb 11 20:37:04.533 INFO O| Feb 11 20:37:04.533 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-02-11T20:37:06.232Z[ recovery-image] Feb 11 20:37:04.553 INFO O| Feb 11 20:37:04.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56192025-02-11T20:37:06.233Z[ recovery-image] Feb 11 20:37:04.553 INFO O| Feb 11 20:37:04.553 INFO STEP 414 (remove_files) COMPLETE
56202025-02-11T20:37:06.233Z[ recovery-image] Feb 11 20:37:04.553 INFO O| Feb 11 20:37:04.553 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-02-11T20:37:06.272Z[ recovery-image] Feb 11 20:37:04.591 INFO O| Feb 11 20:37:04.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56222025-02-11T20:37:06.272Z[ recovery-image] Feb 11 20:37:04.591 INFO O| Feb 11 20:37:04.591 INFO STEP 415 (remove_files) COMPLETE
56232025-02-11T20:37:06.274Z[ recovery-image] Feb 11 20:37:04.591 INFO O| Feb 11 20:37:04.591 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-02-11T20:37:06.295Z[ recovery-image] Feb 11 20:37:04.615 INFO O| Feb 11 20:37:04.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56252025-02-11T20:37:06.295Z[ recovery-image] Feb 11 20:37:04.615 INFO O| Feb 11 20:37:04.615 INFO STEP 416 (remove_files) COMPLETE
56262025-02-11T20:37:06.295Z[ recovery-image] Feb 11 20:37:04.615 INFO O| Feb 11 20:37:04.615 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-02-11T20:37:06.313Z[ recovery-image] Feb 11 20:37:04.634 INFO O| Feb 11 20:37:04.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56282025-02-11T20:37:06.313Z[ recovery-image] Feb 11 20:37:04.634 INFO O| Feb 11 20:37:04.634 INFO STEP 417 (remove_files) COMPLETE
56292025-02-11T20:37:06.316Z[ recovery-image] Feb 11 20:37:04.634 INFO O| Feb 11 20:37:04.634 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-02-11T20:37:06.332Z[ recovery-image] Feb 11 20:37:04.652 INFO O| Feb 11 20:37:04.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56312025-02-11T20:37:06.332Z[ recovery-image] Feb 11 20:37:04.653 INFO O| Feb 11 20:37:04.653 INFO STEP 418 (remove_files) COMPLETE
56322025-02-11T20:37:06.335Z[ recovery-image] Feb 11 20:37:04.653 INFO O| Feb 11 20:37:04.653 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-02-11T20:37:06.350Z[ recovery-image] Feb 11 20:37:04.670 INFO O| Feb 11 20:37:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56342025-02-11T20:37:06.350Z[ recovery-image] Feb 11 20:37:04.670 INFO O| Feb 11 20:37:04.670 INFO STEP 419 (remove_files) COMPLETE
56352025-02-11T20:37:06.353Z[ recovery-image] Feb 11 20:37:04.671 INFO O| Feb 11 20:37:04.670 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-02-11T20:37:06.368Z[ recovery-image] Feb 11 20:37:04.689 INFO O| Feb 11 20:37:04.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56372025-02-11T20:37:06.368Z[ recovery-image] Feb 11 20:37:04.689 INFO O| Feb 11 20:37:04.689 INFO STEP 420 (remove_files) COMPLETE
56382025-02-11T20:37:06.368Z[ recovery-image] Feb 11 20:37:04.689 INFO O| Feb 11 20:37:04.689 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-02-11T20:37:06.388Z[ recovery-image] Feb 11 20:37:04.707 INFO O| Feb 11 20:37:04.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56402025-02-11T20:37:06.388Z[ recovery-image] Feb 11 20:37:04.708 INFO O| Feb 11 20:37:04.708 INFO STEP 421 (remove_files) COMPLETE
56412025-02-11T20:37:06.388Z[ recovery-image] Feb 11 20:37:04.708 INFO O| Feb 11 20:37:04.708 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-02-11T20:37:06.408Z[ recovery-image] Feb 11 20:37:04.727 INFO O| Feb 11 20:37:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56432025-02-11T20:37:06.408Z[ recovery-image] Feb 11 20:37:04.727 INFO O| Feb 11 20:37:04.727 INFO STEP 422 (remove_files) COMPLETE
56442025-02-11T20:37:06.411Z[ recovery-image] Feb 11 20:37:04.727 INFO O| Feb 11 20:37:04.727 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-02-11T20:37:06.425Z[ recovery-image] Feb 11 20:37:04.746 INFO O| Feb 11 20:37:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56462025-02-11T20:37:06.425Z[ recovery-image] Feb 11 20:37:04.746 INFO O| Feb 11 20:37:04.746 INFO STEP 423 (remove_files) COMPLETE
56472025-02-11T20:37:06.426Z[ recovery-image] Feb 11 20:37:04.746 INFO O| Feb 11 20:37:04.746 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-02-11T20:37:06.445Z[ recovery-image] Feb 11 20:37:04.765 INFO O| Feb 11 20:37:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56492025-02-11T20:37:06.445Z[ recovery-image] Feb 11 20:37:04.765 INFO O| Feb 11 20:37:04.765 INFO STEP 424 (remove_files) COMPLETE
56502025-02-11T20:37:06.445Z[ recovery-image] Feb 11 20:37:04.765 INFO O| Feb 11 20:37:04.765 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-02-11T20:37:06.487Z[ recovery-image] Feb 11 20:37:04.807 INFO O| Feb 11 20:37:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56522025-02-11T20:37:06.487Z[ recovery-image] Feb 11 20:37:04.807 INFO O| Feb 11 20:37:04.807 INFO STEP 425 (remove_files) COMPLETE
56532025-02-11T20:37:06.490Z[ recovery-image] Feb 11 20:37:04.807 INFO O| Feb 11 20:37:04.807 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542025-02-11T20:37:06.507Z[ recovery-image] Feb 11 20:37:04.827 INFO O| Feb 11 20:37:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56552025-02-11T20:37:06.507Z[ recovery-image] Feb 11 20:37:04.827 INFO O| Feb 11 20:37:04.827 INFO STEP 426 (remove_files) COMPLETE
56562025-02-11T20:37:06.507Z[ recovery-image] Feb 11 20:37:04.827 INFO O| Feb 11 20:37:04.827 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572025-02-11T20:37:06.525Z[ recovery-image] Feb 11 20:37:04.845 INFO O| Feb 11 20:37:04.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56582025-02-11T20:37:06.525Z[ recovery-image] Feb 11 20:37:04.845 INFO O| Feb 11 20:37:04.845 INFO STEP 427 (remove_files) COMPLETE
56592025-02-11T20:37:06.525Z[ recovery-image] Feb 11 20:37:04.845 INFO O| Feb 11 20:37:04.845 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602025-02-11T20:37:06.541Z[ recovery-image] Feb 11 20:37:04.861 INFO O| Feb 11 20:37:04.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56612025-02-11T20:37:06.541Z[ recovery-image] Feb 11 20:37:04.862 INFO O| Feb 11 20:37:04.861 INFO STEP 428 (remove_files) COMPLETE
56622025-02-11T20:37:06.541Z[ recovery-image] Feb 11 20:37:04.862 INFO O| Feb 11 20:37:04.861 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-02-11T20:37:06.558Z[ recovery-image] Feb 11 20:37:04.878 INFO O| Feb 11 20:37:04.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56642025-02-11T20:37:06.558Z[ recovery-image] Feb 11 20:37:04.878 INFO O| Feb 11 20:37:04.878 INFO STEP 429 (remove_files) COMPLETE
56652025-02-11T20:37:06.558Z[ recovery-image] Feb 11 20:37:04.878 INFO O| Feb 11 20:37:04.878 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662025-02-11T20:37:06.575Z[ recovery-image] Feb 11 20:37:04.895 INFO O| Feb 11 20:37:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56672025-02-11T20:37:06.585Z[ recovery-image] Feb 11 20:37:04.906 INFO O| Feb 11 20:37:04.906 INFO STEP 430 (remove_files) COMPLETE
56682025-02-11T20:37:06.585Z[ recovery-image] Feb 11 20:37:04.906 INFO O| Feb 11 20:37:04.906 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692025-02-11T20:37:06.607Z[ recovery-image] Feb 11 20:37:04.928 INFO O| Feb 11 20:37:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56702025-02-11T20:37:06.610Z[ recovery-image] Feb 11 20:37:04.928 INFO O| Feb 11 20:37:04.928 INFO STEP 431 (remove_files) COMPLETE
56712025-02-11T20:37:06.610Z[ recovery-image] Feb 11 20:37:04.928 INFO O| Feb 11 20:37:04.928 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722025-02-11T20:37:06.627Z[ recovery-image] Feb 11 20:37:04.947 INFO O| Feb 11 20:37:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56732025-02-11T20:37:06.629Z[ recovery-image] Feb 11 20:37:04.948 INFO O| Feb 11 20:37:04.948 INFO STEP 432 (remove_files) COMPLETE
56742025-02-11T20:37:06.629Z[ recovery-image] Feb 11 20:37:04.948 INFO O| Feb 11 20:37:04.948 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752025-02-11T20:37:06.649Z[ recovery-image] Feb 11 20:37:04.970 INFO O| Feb 11 20:37:04.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56762025-02-11T20:37:06.652Z[ recovery-image] Feb 11 20:37:04.970 INFO O| Feb 11 20:37:04.970 INFO STEP 433 (remove_files) COMPLETE
56772025-02-11T20:37:06.652Z[ recovery-image] Feb 11 20:37:04.970 INFO O| Feb 11 20:37:04.970 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782025-02-11T20:37:06.669Z[ recovery-image] Feb 11 20:37:04.990 INFO O| Feb 11 20:37:04.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56792025-02-11T20:37:06.672Z[ recovery-image] Feb 11 20:37:04.990 INFO O| Feb 11 20:37:04.990 INFO STEP 434 (remove_files) COMPLETE
56802025-02-11T20:37:06.672Z[ recovery-image] Feb 11 20:37:04.991 INFO O| Feb 11 20:37:04.990 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812025-02-11T20:37:06.691Z[ recovery-image] Feb 11 20:37:05.012 INFO O| Feb 11 20:37:05.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56822025-02-11T20:37:06.694Z[ recovery-image] Feb 11 20:37:05.012 INFO O| Feb 11 20:37:05.012 INFO STEP 435 (remove_files) COMPLETE
56832025-02-11T20:37:06.694Z[ recovery-image] Feb 11 20:37:05.012 INFO O| Feb 11 20:37:05.012 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842025-02-11T20:37:06.711Z[ recovery-image] Feb 11 20:37:05.031 INFO O| Feb 11 20:37:05.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56852025-02-11T20:37:06.715Z[ recovery-image] Feb 11 20:37:05.032 INFO O| Feb 11 20:37:05.032 INFO STEP 436 (remove_files) COMPLETE
56862025-02-11T20:37:06.715Z[ recovery-image] Feb 11 20:37:05.032 INFO O| Feb 11 20:37:05.032 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-02-11T20:37:06.757Z[ recovery-image] Feb 11 20:37:05.078 INFO O| Feb 11 20:37:05.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
56882025-02-11T20:37:06.757Z[ recovery-image] Feb 11 20:37:05.078 INFO O| Feb 11 20:37:05.078 INFO STEP 437 (remove_files) COMPLETE
56892025-02-11T20:37:06.760Z[ recovery-image] Feb 11 20:37:05.078 INFO O| Feb 11 20:37:05.078 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-02-11T20:37:06.778Z[ recovery-image] Feb 11 20:37:05.098 INFO O| Feb 11 20:37:05.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
56912025-02-11T20:37:06.778Z[ recovery-image] Feb 11 20:37:05.099 INFO O| Feb 11 20:37:05.099 INFO STEP 438 (remove_files) COMPLETE
56922025-02-11T20:37:06.778Z[ recovery-image] Feb 11 20:37:05.099 INFO O| Feb 11 20:37:05.099 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932025-02-11T20:37:06.799Z[ recovery-image] Feb 11 20:37:05.120 INFO O| Feb 11 20:37:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
56942025-02-11T20:37:06.799Z[ recovery-image] Feb 11 20:37:05.120 INFO O| Feb 11 20:37:05.120 INFO STEP 439 (remove_files) COMPLETE
56952025-02-11T20:37:06.799Z[ recovery-image] Feb 11 20:37:05.120 INFO O| Feb 11 20:37:05.120 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-02-11T20:37:06.834Z[ recovery-image] Feb 11 20:37:05.155 INFO O| Feb 11 20:37:05.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
56972025-02-11T20:37:06.834Z[ recovery-image] Feb 11 20:37:05.155 INFO O| Feb 11 20:37:05.155 INFO STEP 440 (remove_files) COMPLETE
56982025-02-11T20:37:06.834Z[ recovery-image] Feb 11 20:37:05.155 INFO O| Feb 11 20:37:05.155 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-02-11T20:37:06.852Z[ recovery-image] Feb 11 20:37:05.173 INFO O| Feb 11 20:37:05.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57002025-02-11T20:37:06.853Z[ recovery-image] Feb 11 20:37:05.173 INFO O| Feb 11 20:37:05.173 INFO STEP 441 (remove_files) COMPLETE
57012025-02-11T20:37:06.856Z[ recovery-image] Feb 11 20:37:05.173 INFO O| Feb 11 20:37:05.173 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-02-11T20:37:06.887Z[ recovery-image] Feb 11 20:37:05.207 INFO O| Feb 11 20:37:05.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57032025-02-11T20:37:06.890Z[ recovery-image] Feb 11 20:37:05.207 INFO O| Feb 11 20:37:05.207 INFO STEP 442 (remove_files) COMPLETE
57042025-02-11T20:37:06.890Z[ recovery-image] Feb 11 20:37:05.208 INFO O| Feb 11 20:37:05.208 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-02-11T20:37:06.913Z[ recovery-image] Feb 11 20:37:05.227 INFO O| Feb 11 20:37:05.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57062025-02-11T20:37:06.916Z[ recovery-image] Feb 11 20:37:05.228 INFO O| Feb 11 20:37:05.227 INFO STEP 443 (remove_files) COMPLETE
57072025-02-11T20:37:06.916Z[ recovery-image] Feb 11 20:37:05.228 INFO O| Feb 11 20:37:05.228 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-02-11T20:37:06.928Z[ recovery-image] Feb 11 20:37:05.248 INFO O| Feb 11 20:37:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57092025-02-11T20:37:06.930Z[ recovery-image] Feb 11 20:37:05.248 INFO O| Feb 11 20:37:05.248 INFO STEP 444 (remove_files) COMPLETE
57102025-02-11T20:37:06.930Z[ recovery-image] Feb 11 20:37:05.248 INFO O| Feb 11 20:37:05.248 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-02-11T20:37:06.948Z[ recovery-image] Feb 11 20:37:05.268 INFO O| Feb 11 20:37:05.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57122025-02-11T20:37:06.952Z[ recovery-image] Feb 11 20:37:05.269 INFO O| Feb 11 20:37:05.269 INFO STEP 445 (remove_files) COMPLETE
57132025-02-11T20:37:06.952Z[ recovery-image] Feb 11 20:37:05.269 INFO O| Feb 11 20:37:05.269 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-02-11T20:37:06.988Z[ recovery-image] Feb 11 20:37:05.308 INFO O| Feb 11 20:37:05.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57152025-02-11T20:37:06.988Z[ recovery-image] Feb 11 20:37:05.308 INFO O| Feb 11 20:37:05.308 INFO STEP 446 (remove_files) COMPLETE
57162025-02-11T20:37:06.991Z[ recovery-image] Feb 11 20:37:05.308 INFO O| Feb 11 20:37:05.308 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-02-11T20:37:07.008Z[ recovery-image] Feb 11 20:37:05.328 INFO O| Feb 11 20:37:05.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57182025-02-11T20:37:07.008Z[ recovery-image] Feb 11 20:37:05.328 INFO O| Feb 11 20:37:05.328 INFO STEP 447 (remove_files) COMPLETE
57192025-02-11T20:37:07.008Z[ recovery-image] Feb 11 20:37:05.328 INFO O| Feb 11 20:37:05.328 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-02-11T20:37:07.047Z[ recovery-image] Feb 11 20:37:05.368 INFO O| Feb 11 20:37:05.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57212025-02-11T20:37:07.047Z[ recovery-image] Feb 11 20:37:05.368 INFO O| Feb 11 20:37:05.368 INFO STEP 448 (remove_files) COMPLETE
57222025-02-11T20:37:07.047Z[ recovery-image] Feb 11 20:37:05.368 INFO O| Feb 11 20:37:05.368 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-02-11T20:37:07.068Z[ recovery-image] Feb 11 20:37:05.389 INFO O| Feb 11 20:37:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57242025-02-11T20:37:07.071Z[ recovery-image] Feb 11 20:37:05.389 INFO O| Feb 11 20:37:05.389 INFO STEP 449 (remove_files) COMPLETE
57252025-02-11T20:37:07.071Z[ recovery-image] Feb 11 20:37:05.389 INFO O| Feb 11 20:37:05.389 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-02-11T20:37:07.088Z[ recovery-image] Feb 11 20:37:05.409 INFO O| Feb 11 20:37:05.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57272025-02-11T20:37:07.091Z[ recovery-image] Feb 11 20:37:05.409 INFO O| Feb 11 20:37:05.409 INFO STEP 450 (remove_files) COMPLETE
57282025-02-11T20:37:07.091Z[ recovery-image] Feb 11 20:37:05.409 INFO O| Feb 11 20:37:05.409 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-02-11T20:37:07.107Z[ recovery-image] Feb 11 20:37:05.428 INFO O| Feb 11 20:37:05.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57302025-02-11T20:37:07.117Z[ recovery-image] Feb 11 20:37:05.428 INFO O| Feb 11 20:37:05.428 INFO STEP 451 (remove_files) COMPLETE
57312025-02-11T20:37:07.117Z[ recovery-image] Feb 11 20:37:05.429 INFO O| Feb 11 20:37:05.428 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-02-11T20:37:07.125Z[ recovery-image] Feb 11 20:37:05.446 INFO O| Feb 11 20:37:05.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57332025-02-11T20:37:07.128Z[ recovery-image] Feb 11 20:37:05.446 INFO O| Feb 11 20:37:05.446 INFO STEP 452 (remove_files) COMPLETE
57342025-02-11T20:37:07.128Z[ recovery-image] Feb 11 20:37:05.446 INFO O| Feb 11 20:37:05.446 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-02-11T20:37:07.147Z[ recovery-image] Feb 11 20:37:05.467 INFO O| Feb 11 20:37:05.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57362025-02-11T20:37:07.147Z[ recovery-image] Feb 11 20:37:05.467 INFO O| Feb 11 20:37:05.467 INFO STEP 453 (remove_files) COMPLETE
57372025-02-11T20:37:07.147Z[ recovery-image] Feb 11 20:37:05.467 INFO O| Feb 11 20:37:05.467 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-02-11T20:37:07.167Z[ recovery-image] Feb 11 20:37:05.487 INFO O| Feb 11 20:37:05.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57392025-02-11T20:37:07.167Z[ recovery-image] Feb 11 20:37:05.487 INFO O| Feb 11 20:37:05.487 INFO STEP 454 (remove_files) COMPLETE
57402025-02-11T20:37:07.169Z[ recovery-image] Feb 11 20:37:05.487 INFO O| Feb 11 20:37:05.487 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-02-11T20:37:07.268Z[ recovery-image] Feb 11 20:37:05.588 INFO O| Feb 11 20:37:05.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57422025-02-11T20:37:07.270Z[ recovery-image] Feb 11 20:37:05.588 INFO O| Feb 11 20:37:05.588 INFO STEP 455 (remove_files) COMPLETE
57432025-02-11T20:37:07.270Z[ recovery-image] Feb 11 20:37:05.588 INFO O| Feb 11 20:37:05.588 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-02-11T20:37:07.289Z[ recovery-image] Feb 11 20:37:05.610 INFO O| Feb 11 20:37:05.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57452025-02-11T20:37:07.289Z[ recovery-image] Feb 11 20:37:05.610 INFO O| Feb 11 20:37:05.610 INFO STEP 456 (remove_files) COMPLETE
57462025-02-11T20:37:07.289Z[ recovery-image] Feb 11 20:37:05.610 INFO O| Feb 11 20:37:05.610 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-02-11T20:37:07.309Z[ recovery-image] Feb 11 20:37:05.629 INFO O| Feb 11 20:37:05.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57482025-02-11T20:37:07.309Z[ recovery-image] Feb 11 20:37:05.629 INFO O| Feb 11 20:37:05.629 INFO STEP 457 (remove_files) COMPLETE
57492025-02-11T20:37:07.309Z[ recovery-image] Feb 11 20:37:05.629 INFO O| Feb 11 20:37:05.629 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-02-11T20:37:07.327Z[ recovery-image] Feb 11 20:37:05.647 INFO O| Feb 11 20:37:05.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57512025-02-11T20:37:07.329Z[ recovery-image] Feb 11 20:37:05.647 INFO O| Feb 11 20:37:05.647 INFO STEP 458 (remove_files) COMPLETE
57522025-02-11T20:37:07.329Z[ recovery-image] Feb 11 20:37:05.647 INFO O| Feb 11 20:37:05.647 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-02-11T20:37:07.346Z[ recovery-image] Feb 11 20:37:05.667 INFO O| Feb 11 20:37:05.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57542025-02-11T20:37:07.346Z[ recovery-image] Feb 11 20:37:05.667 INFO O| Feb 11 20:37:05.667 INFO STEP 459 (remove_files) COMPLETE
57552025-02-11T20:37:07.346Z[ recovery-image] Feb 11 20:37:05.667 INFO O| Feb 11 20:37:05.667 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-02-11T20:37:07.366Z[ recovery-image] Feb 11 20:37:05.685 INFO O| Feb 11 20:37:05.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57572025-02-11T20:37:07.366Z[ recovery-image] Feb 11 20:37:05.685 INFO O| Feb 11 20:37:05.685 INFO STEP 460 (remove_files) COMPLETE
57582025-02-11T20:37:07.369Z[ recovery-image] Feb 11 20:37:05.686 INFO O| Feb 11 20:37:05.685 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-02-11T20:37:07.383Z[ recovery-image] Feb 11 20:37:05.704 INFO O| Feb 11 20:37:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57602025-02-11T20:37:07.383Z[ recovery-image] Feb 11 20:37:05.704 INFO O| Feb 11 20:37:05.704 INFO STEP 461 (remove_files) COMPLETE
57612025-02-11T20:37:07.383Z[ recovery-image] Feb 11 20:37:05.704 INFO O| Feb 11 20:37:05.704 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-02-11T20:37:07.402Z[ recovery-image] Feb 11 20:37:05.722 INFO O| Feb 11 20:37:05.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57632025-02-11T20:37:07.402Z[ recovery-image] Feb 11 20:37:05.723 INFO O| Feb 11 20:37:05.722 INFO STEP 462 (remove_files) COMPLETE
57642025-02-11T20:37:07.404Z[ recovery-image] Feb 11 20:37:05.723 INFO O| Feb 11 20:37:05.723 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-02-11T20:37:07.421Z[ recovery-image] Feb 11 20:37:05.741 INFO O| Feb 11 20:37:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57662025-02-11T20:37:07.421Z[ recovery-image] Feb 11 20:37:05.741 INFO O| Feb 11 20:37:05.741 INFO STEP 463 (remove_files) COMPLETE
57672025-02-11T20:37:07.421Z[ recovery-image] Feb 11 20:37:05.741 INFO O| Feb 11 20:37:05.741 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-02-11T20:37:07.455Z[ recovery-image] Feb 11 20:37:05.775 INFO O| Feb 11 20:37:05.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57692025-02-11T20:37:07.457Z[ recovery-image] Feb 11 20:37:05.776 INFO O| Feb 11 20:37:05.775 INFO STEP 464 (remove_files) COMPLETE
57702025-02-11T20:37:07.457Z[ recovery-image] Feb 11 20:37:05.776 INFO O| Feb 11 20:37:05.776 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-02-11T20:37:07.476Z[ recovery-image] Feb 11 20:37:05.796 INFO O| Feb 11 20:37:05.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57722025-02-11T20:37:07.478Z[ recovery-image] Feb 11 20:37:05.797 INFO O| Feb 11 20:37:05.796 INFO STEP 465 (remove_files) COMPLETE
57732025-02-11T20:37:07.478Z[ recovery-image] Feb 11 20:37:05.797 INFO O| Feb 11 20:37:05.797 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-02-11T20:37:07.495Z[ recovery-image] Feb 11 20:37:05.815 INFO O| Feb 11 20:37:05.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57752025-02-11T20:37:07.498Z[ recovery-image] Feb 11 20:37:05.815 INFO O| Feb 11 20:37:05.815 INFO STEP 466 (remove_files) COMPLETE
57762025-02-11T20:37:07.498Z[ recovery-image] Feb 11 20:37:05.815 INFO O| Feb 11 20:37:05.815 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-02-11T20:37:07.513Z[ recovery-image] Feb 11 20:37:05.834 INFO O| Feb 11 20:37:05.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57782025-02-11T20:37:07.516Z[ recovery-image] Feb 11 20:37:05.834 INFO O| Feb 11 20:37:05.834 INFO STEP 467 (remove_files) COMPLETE
57792025-02-11T20:37:07.516Z[ recovery-image] Feb 11 20:37:05.834 INFO O| Feb 11 20:37:05.834 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-02-11T20:37:07.532Z[ recovery-image] Feb 11 20:37:05.852 INFO O| Feb 11 20:37:05.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57812025-02-11T20:37:07.535Z[ recovery-image] Feb 11 20:37:05.852 INFO O| Feb 11 20:37:05.852 INFO STEP 468 (remove_files) COMPLETE
57822025-02-11T20:37:07.535Z[ recovery-image] Feb 11 20:37:05.852 INFO O| Feb 11 20:37:05.852 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-02-11T20:37:07.568Z[ recovery-image] Feb 11 20:37:05.889 INFO O| Feb 11 20:37:05.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57842025-02-11T20:37:07.568Z[ recovery-image] Feb 11 20:37:05.889 INFO O| Feb 11 20:37:05.889 INFO STEP 469 (remove_files) COMPLETE
57852025-02-11T20:37:07.571Z[ recovery-image] Feb 11 20:37:05.889 INFO O| Feb 11 20:37:05.889 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-02-11T20:37:07.589Z[ recovery-image] Feb 11 20:37:05.909 INFO O| Feb 11 20:37:05.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57872025-02-11T20:37:07.589Z[ recovery-image] Feb 11 20:37:05.909 INFO O| Feb 11 20:37:05.909 INFO STEP 470 (remove_files) COMPLETE
57882025-02-11T20:37:07.589Z[ recovery-image] Feb 11 20:37:05.909 INFO O| Feb 11 20:37:05.909 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-02-11T20:37:07.608Z[ recovery-image] Feb 11 20:37:05.929 INFO O| Feb 11 20:37:05.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
57902025-02-11T20:37:07.608Z[ recovery-image] Feb 11 20:37:05.929 INFO O| Feb 11 20:37:05.929 INFO STEP 471 (remove_files) COMPLETE
57912025-02-11T20:37:07.608Z[ recovery-image] Feb 11 20:37:05.929 INFO O| Feb 11 20:37:05.929 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-02-11T20:37:07.640Z[ recovery-image] Feb 11 20:37:05.960 INFO O| Feb 11 20:37:05.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
57932025-02-11T20:37:07.640Z[ recovery-image] Feb 11 20:37:05.960 INFO O| Feb 11 20:37:05.960 INFO STEP 472 (remove_files) COMPLETE
57942025-02-11T20:37:07.640Z[ recovery-image] Feb 11 20:37:05.960 INFO O| Feb 11 20:37:05.960 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-02-11T20:37:07.660Z[ recovery-image] Feb 11 20:37:05.981 INFO O| Feb 11 20:37:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
57962025-02-11T20:37:07.660Z[ recovery-image] Feb 11 20:37:05.981 INFO O| Feb 11 20:37:05.981 INFO STEP 473 (remove_files) COMPLETE
57972025-02-11T20:37:07.663Z[ recovery-image] Feb 11 20:37:05.981 INFO O| Feb 11 20:37:05.981 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-02-11T20:37:07.681Z[ recovery-image] Feb 11 20:37:06.001 INFO O| Feb 11 20:37:06.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
57992025-02-11T20:37:07.681Z[ recovery-image] Feb 11 20:37:06.001 INFO O| Feb 11 20:37:06.001 INFO STEP 474 (remove_files) COMPLETE
58002025-02-11T20:37:07.681Z[ recovery-image] Feb 11 20:37:06.001 INFO O| Feb 11 20:37:06.001 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-02-11T20:37:07.701Z[ recovery-image] Feb 11 20:37:06.021 INFO O| Feb 11 20:37:06.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58022025-02-11T20:37:07.701Z[ recovery-image] Feb 11 20:37:06.021 INFO O| Feb 11 20:37:06.021 INFO STEP 475 (remove_files) COMPLETE
58032025-02-11T20:37:07.701Z[ recovery-image] Feb 11 20:37:06.021 INFO O| Feb 11 20:37:06.021 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-02-11T20:37:07.721Z[ recovery-image] Feb 11 20:37:06.041 INFO O| Feb 11 20:37:06.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58052025-02-11T20:37:07.721Z[ recovery-image] Feb 11 20:37:06.041 INFO O| Feb 11 20:37:06.041 INFO STEP 476 (remove_files) COMPLETE
58062025-02-11T20:37:07.721Z[ recovery-image] Feb 11 20:37:06.041 INFO O| Feb 11 20:37:06.041 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-02-11T20:37:07.740Z[ recovery-image] Feb 11 20:37:06.060 INFO O| Feb 11 20:37:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58082025-02-11T20:37:07.740Z[ recovery-image] Feb 11 20:37:06.060 INFO O| Feb 11 20:37:06.060 INFO STEP 477 (remove_files) COMPLETE
58092025-02-11T20:37:07.740Z[ recovery-image] Feb 11 20:37:06.060 INFO O| Feb 11 20:37:06.060 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-02-11T20:37:07.761Z[ recovery-image] Feb 11 20:37:06.080 INFO O| Feb 11 20:37:06.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58112025-02-11T20:37:07.761Z[ recovery-image] Feb 11 20:37:06.081 INFO O| Feb 11 20:37:06.080 INFO STEP 478 (remove_files) COMPLETE
58122025-02-11T20:37:07.761Z[ recovery-image] Feb 11 20:37:06.081 INFO O| Feb 11 20:37:06.080 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-02-11T20:37:07.782Z[ recovery-image] Feb 11 20:37:06.101 INFO O| Feb 11 20:37:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58142025-02-11T20:37:07.782Z[ recovery-image] Feb 11 20:37:06.101 INFO O| Feb 11 20:37:06.101 INFO STEP 479 (remove_files) COMPLETE
58152025-02-11T20:37:07.782Z[ recovery-image] Feb 11 20:37:06.101 INFO O| Feb 11 20:37:06.101 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-02-11T20:37:07.801Z[ recovery-image] Feb 11 20:37:06.121 INFO O| Feb 11 20:37:06.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58172025-02-11T20:37:07.801Z[ recovery-image] Feb 11 20:37:06.121 INFO O| Feb 11 20:37:06.121 INFO STEP 480 (remove_files) COMPLETE
58182025-02-11T20:37:07.801Z[ recovery-image] Feb 11 20:37:06.121 INFO O| Feb 11 20:37:06.121 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-02-11T20:37:07.822Z[ recovery-image] Feb 11 20:37:06.141 INFO O| Feb 11 20:37:06.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58202025-02-11T20:37:07.822Z[ recovery-image] Feb 11 20:37:06.141 INFO O| Feb 11 20:37:06.141 INFO STEP 481 (remove_files) COMPLETE
58212025-02-11T20:37:07.822Z[ recovery-image] Feb 11 20:37:06.141 INFO O| Feb 11 20:37:06.141 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-02-11T20:37:07.842Z[ recovery-image] Feb 11 20:37:06.162 INFO O| Feb 11 20:37:06.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58232025-02-11T20:37:07.842Z[ recovery-image] Feb 11 20:37:06.162 INFO O| Feb 11 20:37:06.162 INFO STEP 482 (remove_files) COMPLETE
58242025-02-11T20:37:07.842Z[ recovery-image] Feb 11 20:37:06.162 INFO O| Feb 11 20:37:06.162 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-02-11T20:37:07.877Z[ recovery-image] Feb 11 20:37:06.196 INFO O| Feb 11 20:37:06.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58262025-02-11T20:37:07.877Z[ recovery-image] Feb 11 20:37:06.196 INFO O| Feb 11 20:37:06.196 INFO STEP 483 (remove_files) COMPLETE
58272025-02-11T20:37:07.877Z[ recovery-image] Feb 11 20:37:06.196 INFO O| Feb 11 20:37:06.196 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-02-11T20:37:07.901Z[ recovery-image] Feb 11 20:37:06.221 INFO O| Feb 11 20:37:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58292025-02-11T20:37:07.904Z[ recovery-image] Feb 11 20:37:06.222 INFO O| Feb 11 20:37:06.221 INFO STEP 484 (remove_files) COMPLETE
58302025-02-11T20:37:07.904Z[ recovery-image] Feb 11 20:37:06.222 INFO O| Feb 11 20:37:06.222 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-02-11T20:37:07.922Z[ recovery-image] Feb 11 20:37:06.242 INFO O| Feb 11 20:37:06.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58322025-02-11T20:37:07.924Z[ recovery-image] Feb 11 20:37:06.242 INFO O| Feb 11 20:37:06.242 INFO STEP 485 (remove_files) COMPLETE
58332025-02-11T20:37:07.924Z[ recovery-image] Feb 11 20:37:06.242 INFO O| Feb 11 20:37:06.242 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-02-11T20:37:07.942Z[ recovery-image] Feb 11 20:37:06.262 INFO O| Feb 11 20:37:06.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58352025-02-11T20:37:07.944Z[ recovery-image] Feb 11 20:37:06.262 INFO O| Feb 11 20:37:06.262 INFO STEP 486 (remove_files) COMPLETE
58362025-02-11T20:37:07.944Z[ recovery-image] Feb 11 20:37:06.263 INFO O| Feb 11 20:37:06.262 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-11T20:37:07.961Z[ recovery-image] Feb 11 20:37:06.282 INFO O| Feb 11 20:37:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58382025-02-11T20:37:07.968Z[ recovery-image] Feb 11 20:37:06.289 INFO O| Feb 11 20:37:06.289 INFO STEP 487 (remove_files) COMPLETE
58392025-02-11T20:37:07.968Z[ recovery-image] Feb 11 20:37:06.289 INFO O| Feb 11 20:37:06.289 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-11T20:37:08.005Z[ recovery-image] Feb 11 20:37:06.326 INFO O| Feb 11 20:37:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58412025-02-11T20:37:08.005Z[ recovery-image] Feb 11 20:37:06.326 INFO O| Feb 11 20:37:06.326 INFO STEP 488 (remove_files) COMPLETE
58422025-02-11T20:37:08.005Z[ recovery-image] Feb 11 20:37:06.326 INFO O| Feb 11 20:37:06.326 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-02-11T20:37:08.025Z[ recovery-image] Feb 11 20:37:06.346 INFO O| Feb 11 20:37:06.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58442025-02-11T20:37:08.025Z[ recovery-image] Feb 11 20:37:06.346 INFO O| Feb 11 20:37:06.346 INFO STEP 489 (remove_files) COMPLETE
58452025-02-11T20:37:08.028Z[ recovery-image] Feb 11 20:37:06.346 INFO O| Feb 11 20:37:06.346 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-02-11T20:37:08.044Z[ recovery-image] Feb 11 20:37:06.365 INFO O| Feb 11 20:37:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58472025-02-11T20:37:08.044Z[ recovery-image] Feb 11 20:37:06.365 INFO O| Feb 11 20:37:06.365 INFO STEP 490 (remove_files) COMPLETE
58482025-02-11T20:37:08.044Z[ recovery-image] Feb 11 20:37:06.365 INFO O| Feb 11 20:37:06.365 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-02-11T20:37:08.063Z[ recovery-image] Feb 11 20:37:06.384 INFO O| Feb 11 20:37:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58502025-02-11T20:37:08.063Z[ recovery-image] Feb 11 20:37:06.384 INFO O| Feb 11 20:37:06.384 INFO STEP 491 (remove_files) COMPLETE
58512025-02-11T20:37:08.066Z[ recovery-image] Feb 11 20:37:06.384 INFO O| Feb 11 20:37:06.384 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-11T20:37:08.083Z[ recovery-image] Feb 11 20:37:06.403 INFO O| Feb 11 20:37:06.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58532025-02-11T20:37:08.083Z[ recovery-image] Feb 11 20:37:06.403 INFO O| Feb 11 20:37:06.403 INFO STEP 492 (remove_files) COMPLETE
58542025-02-11T20:37:08.083Z[ recovery-image] Feb 11 20:37:06.403 INFO O| Feb 11 20:37:06.403 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-11T20:37:08.102Z[ recovery-image] Feb 11 20:37:06.422 INFO O| Feb 11 20:37:06.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58562025-02-11T20:37:08.103Z[ recovery-image] Feb 11 20:37:06.422 INFO O| Feb 11 20:37:06.422 INFO STEP 493 (remove_files) COMPLETE
58572025-02-11T20:37:08.103Z[ recovery-image] Feb 11 20:37:06.422 INFO O| Feb 11 20:37:06.422 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-02-11T20:37:08.131Z[ recovery-image] Feb 11 20:37:06.451 INFO O| Feb 11 20:37:06.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58592025-02-11T20:37:08.133Z[ recovery-image] Feb 11 20:37:06.451 INFO O| Feb 11 20:37:06.451 INFO STEP 494 (remove_files) COMPLETE
58602025-02-11T20:37:08.133Z[ recovery-image] Feb 11 20:37:06.452 INFO O| Feb 11 20:37:06.451 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-11T20:37:08.170Z[ recovery-image] Feb 11 20:37:06.490 INFO O| Feb 11 20:37:06.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58622025-02-11T20:37:08.170Z[ recovery-image] Feb 11 20:37:06.490 INFO O| Feb 11 20:37:06.490 INFO STEP 495 (remove_files) COMPLETE
58632025-02-11T20:37:08.170Z[ recovery-image] Feb 11 20:37:06.490 INFO O| Feb 11 20:37:06.490 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-11T20:37:08.195Z[ recovery-image] Feb 11 20:37:06.511 INFO O| Feb 11 20:37:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58652025-02-11T20:37:08.195Z[ recovery-image] Feb 11 20:37:06.511 INFO O| Feb 11 20:37:06.511 INFO STEP 496 (remove_files) COMPLETE
58662025-02-11T20:37:08.195Z[ recovery-image] Feb 11 20:37:06.512 INFO O| Feb 11 20:37:06.511 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-11T20:37:08.211Z[ recovery-image] Feb 11 20:37:06.532 INFO O| Feb 11 20:37:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58682025-02-11T20:37:08.211Z[ recovery-image] Feb 11 20:37:06.532 INFO O| Feb 11 20:37:06.532 INFO STEP 497 (remove_files) COMPLETE
58692025-02-11T20:37:08.211Z[ recovery-image] Feb 11 20:37:06.532 INFO O| Feb 11 20:37:06.532 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-11T20:37:08.231Z[ recovery-image] Feb 11 20:37:06.551 INFO O| Feb 11 20:37:06.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58712025-02-11T20:37:08.231Z[ recovery-image] Feb 11 20:37:06.552 INFO O| Feb 11 20:37:06.552 INFO STEP 498 (remove_files) COMPLETE
58722025-02-11T20:37:08.231Z[ recovery-image] Feb 11 20:37:06.552 INFO O| Feb 11 20:37:06.552 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-11T20:37:08.250Z[ recovery-image] Feb 11 20:37:06.571 INFO O| Feb 11 20:37:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
58742025-02-11T20:37:08.250Z[ recovery-image] Feb 11 20:37:06.571 INFO O| Feb 11 20:37:06.571 INFO STEP 499 (remove_files) COMPLETE
58752025-02-11T20:37:08.253Z[ recovery-image] Feb 11 20:37:06.571 INFO O| Feb 11 20:37:06.571 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-02-11T20:37:08.270Z[ recovery-image] Feb 11 20:37:06.590 INFO O| Feb 11 20:37:06.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
58772025-02-11T20:37:08.270Z[ recovery-image] Feb 11 20:37:06.591 INFO O| Feb 11 20:37:06.591 INFO STEP 500 (remove_files) COMPLETE
58782025-02-11T20:37:08.273Z[ recovery-image] Feb 11 20:37:06.591 INFO O| Feb 11 20:37:06.591 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-11T20:37:08.291Z[ recovery-image] Feb 11 20:37:06.611 INFO O| Feb 11 20:37:06.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
58802025-02-11T20:37:08.293Z[ recovery-image] Feb 11 20:37:06.611 INFO O| Feb 11 20:37:06.611 INFO STEP 501 (remove_files) COMPLETE
58812025-02-11T20:37:08.293Z[ recovery-image] Feb 11 20:37:06.612 INFO O| Feb 11 20:37:06.611 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-11T20:37:08.314Z[ recovery-image] Feb 11 20:37:06.633 INFO O| Feb 11 20:37:06.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
58832025-02-11T20:37:08.316Z[ recovery-image] Feb 11 20:37:06.633 INFO O| Feb 11 20:37:06.633 INFO STEP 502 (remove_files) COMPLETE
58842025-02-11T20:37:08.316Z[ recovery-image] Feb 11 20:37:06.633 INFO O| Feb 11 20:37:06.633 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-02-11T20:37:08.332Z[ recovery-image] Feb 11 20:37:06.652 INFO O| Feb 11 20:37:06.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
58862025-02-11T20:37:08.335Z[ recovery-image] Feb 11 20:37:06.652 INFO O| Feb 11 20:37:06.652 INFO STEP 503 (remove_files) COMPLETE
58872025-02-11T20:37:08.335Z[ recovery-image] Feb 11 20:37:06.652 INFO O| Feb 11 20:37:06.652 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-11T20:37:08.355Z[ recovery-image] Feb 11 20:37:06.675 INFO O| Feb 11 20:37:06.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
58892025-02-11T20:37:08.358Z[ recovery-image] Feb 11 20:37:06.676 INFO O| Feb 11 20:37:06.676 INFO STEP 504 (remove_files) COMPLETE
58902025-02-11T20:37:08.358Z[ recovery-image] Feb 11 20:37:06.676 INFO O| Feb 11 20:37:06.676 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-11T20:37:08.399Z[ recovery-image] Feb 11 20:37:06.720 INFO O| Feb 11 20:37:06.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
58922025-02-11T20:37:08.399Z[ recovery-image] Feb 11 20:37:06.720 INFO O| Feb 11 20:37:06.720 INFO STEP 505 (remove_files) COMPLETE
58932025-02-11T20:37:08.400Z[ recovery-image] Feb 11 20:37:06.720 INFO O| Feb 11 20:37:06.720 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-11T20:37:08.412Z[ host-image] Feb 11 20:37:06.733 INFO O| Feb 11 20:37:06.732 INFO O| Download: Completed 8.42 MB in 7.54 seconds (1.1M/s)
58952025-02-11T20:37:08.569Z[ recovery-image] Feb 11 20:37:06.889 INFO O| Feb 11 20:37:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
58962025-02-11T20:37:08.569Z[ recovery-image] Feb 11 20:37:06.889 INFO O| Feb 11 20:37:06.889 INFO STEP 506 (remove_files) COMPLETE
58972025-02-11T20:37:08.569Z[ recovery-image] Feb 11 20:37:06.889 INFO O| Feb 11 20:37:06.889 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982025-02-11T20:37:08.663Z[ recovery-image] Feb 11 20:37:06.983 INFO O| Feb 11 20:37:06.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
58992025-02-11T20:37:08.663Z[ recovery-image] Feb 11 20:37:06.983 INFO O| Feb 11 20:37:06.983 INFO STEP 507 (remove_files) COMPLETE
59002025-02-11T20:37:08.665Z[ recovery-image] Feb 11 20:37:06.983 INFO O| Feb 11 20:37:06.983 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012025-02-11T20:37:08.728Z[ host-image] Feb 11 20:37:07.048 INFO O| Feb 11 20:37:07.048 INFO O| Actions: 1/1361 actions (Installing new actions)
59022025-02-11T20:37:08.737Z[ recovery-image] Feb 11 20:37:07.057 INFO O| Feb 11 20:37:07.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59032025-02-11T20:37:08.739Z[ recovery-image] Feb 11 20:37:07.057 INFO O| Feb 11 20:37:07.057 INFO STEP 508 (remove_files) COMPLETE
59042025-02-11T20:37:08.739Z[ recovery-image] Feb 11 20:37:07.057 INFO O| Feb 11 20:37:07.057 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-11T20:37:08.756Z[ recovery-image] Feb 11 20:37:07.076 INFO O| Feb 11 20:37:07.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59062025-02-11T20:37:08.756Z[ recovery-image] Feb 11 20:37:07.076 INFO O| Feb 11 20:37:07.076 INFO STEP 509 (remove_files) COMPLETE
59072025-02-11T20:37:08.756Z[ recovery-image] Feb 11 20:37:07.076 INFO O| Feb 11 20:37:07.076 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-11T20:37:08.791Z[ recovery-image] Feb 11 20:37:07.111 INFO O| Feb 11 20:37:07.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59092025-02-11T20:37:08.791Z[ recovery-image] Feb 11 20:37:07.111 INFO O| Feb 11 20:37:07.111 INFO STEP 510 (remove_files) COMPLETE
59102025-02-11T20:37:08.791Z[ recovery-image] Feb 11 20:37:07.111 INFO O| Feb 11 20:37:07.111 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-02-11T20:37:08.812Z[ recovery-image] Feb 11 20:37:07.132 INFO O| Feb 11 20:37:07.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59122025-02-11T20:37:08.815Z[ recovery-image] Feb 11 20:37:07.132 INFO O| Feb 11 20:37:07.132 INFO STEP 511 (remove_files) COMPLETE
59132025-02-11T20:37:08.815Z[ recovery-image] Feb 11 20:37:07.132 INFO O| Feb 11 20:37:07.132 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-02-11T20:37:08.830Z[ recovery-image] Feb 11 20:37:07.150 INFO O| Feb 11 20:37:07.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59152025-02-11T20:37:08.830Z[ recovery-image] Feb 11 20:37:07.150 INFO O| Feb 11 20:37:07.150 INFO STEP 512 (remove_files) COMPLETE
59162025-02-11T20:37:08.838Z[ recovery-image] Feb 11 20:37:07.150 INFO O| Feb 11 20:37:07.150 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-02-11T20:37:08.879Z[ recovery-image] Feb 11 20:37:07.199 INFO O| Feb 11 20:37:07.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59182025-02-11T20:37:08.879Z[ recovery-image] Feb 11 20:37:07.199 INFO O| Feb 11 20:37:07.199 INFO STEP 513 (remove_files) COMPLETE
59192025-02-11T20:37:08.879Z[ recovery-image] Feb 11 20:37:07.199 INFO O| Feb 11 20:37:07.199 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-02-11T20:37:08.952Z[ recovery-image] Feb 11 20:37:07.271 INFO O| Feb 11 20:37:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59212025-02-11T20:37:08.982Z[ recovery-image] Feb 11 20:37:07.303 INFO O| Feb 11 20:37:07.303 INFO STEP 514 (remove_files) COMPLETE
59222025-02-11T20:37:08.982Z[ recovery-image] Feb 11 20:37:07.303 INFO O| Feb 11 20:37:07.303 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-02-11T20:37:09.058Z[ recovery-image] Feb 11 20:37:07.379 INFO O| Feb 11 20:37:07.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59242025-02-11T20:37:09.058Z[ recovery-image] Feb 11 20:37:07.379 INFO O| Feb 11 20:37:07.379 INFO STEP 515 (remove_files) COMPLETE
59252025-02-11T20:37:09.058Z[ recovery-image] Feb 11 20:37:07.379 INFO O| Feb 11 20:37:07.379 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-02-11T20:37:09.077Z[ recovery-image] Feb 11 20:37:07.398 INFO O| Feb 11 20:37:07.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59272025-02-11T20:37:09.077Z[ recovery-image] Feb 11 20:37:07.398 INFO O| Feb 11 20:37:07.398 INFO STEP 516 (remove_files) COMPLETE
59282025-02-11T20:37:09.080Z[ recovery-image] Feb 11 20:37:07.398 INFO O| Feb 11 20:37:07.398 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-11T20:37:09.096Z[ recovery-image] Feb 11 20:37:07.417 INFO O| Feb 11 20:37:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59302025-02-11T20:37:09.096Z[ recovery-image] Feb 11 20:37:07.417 INFO O| Feb 11 20:37:07.417 INFO STEP 517 (remove_files) COMPLETE
59312025-02-11T20:37:09.099Z[ recovery-image] Feb 11 20:37:07.417 INFO O| Feb 11 20:37:07.417 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-11T20:37:09.115Z[ recovery-image] Feb 11 20:37:07.435 INFO O| Feb 11 20:37:07.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59332025-02-11T20:37:09.115Z[ recovery-image] Feb 11 20:37:07.435 INFO O| Feb 11 20:37:07.435 INFO STEP 518 (remove_files) COMPLETE
59342025-02-11T20:37:09.115Z[ recovery-image] Feb 11 20:37:07.436 INFO O| Feb 11 20:37:07.435 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-11T20:37:09.133Z[ recovery-image] Feb 11 20:37:07.454 INFO O| Feb 11 20:37:07.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59362025-02-11T20:37:09.133Z[ recovery-image] Feb 11 20:37:07.454 INFO O| Feb 11 20:37:07.454 INFO STEP 519 (remove_files) COMPLETE
59372025-02-11T20:37:09.133Z[ recovery-image] Feb 11 20:37:07.454 INFO O| Feb 11 20:37:07.454 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-02-11T20:37:09.181Z[ recovery-image] Feb 11 20:37:07.502 INFO O| Feb 11 20:37:07.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59392025-02-11T20:37:09.181Z[ recovery-image] Feb 11 20:37:07.502 INFO O| Feb 11 20:37:07.502 INFO STEP 520 (remove_files) COMPLETE
59402025-02-11T20:37:09.181Z[ recovery-image] Feb 11 20:37:07.502 INFO O| Feb 11 20:37:07.502 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-02-11T20:37:09.221Z[ recovery-image] Feb 11 20:37:07.541 INFO O| Feb 11 20:37:07.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59422025-02-11T20:37:09.225Z[ recovery-image] Feb 11 20:37:07.542 INFO O| Feb 11 20:37:07.542 INFO STEP 521 (remove_files) COMPLETE
59432025-02-11T20:37:09.225Z[ recovery-image] Feb 11 20:37:07.542 INFO O| Feb 11 20:37:07.542 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-02-11T20:37:09.240Z[ recovery-image] Feb 11 20:37:07.560 INFO O| Feb 11 20:37:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59452025-02-11T20:37:09.247Z[ recovery-image] Feb 11 20:37:07.567 INFO O| Feb 11 20:37:07.567 INFO STEP 522 (remove_files) COMPLETE
59462025-02-11T20:37:09.247Z[ recovery-image] Feb 11 20:37:07.567 INFO O| Feb 11 20:37:07.567 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-11T20:37:09.265Z[ recovery-image] Feb 11 20:37:07.585 INFO O| Feb 11 20:37:07.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59482025-02-11T20:37:09.269Z[ recovery-image] Feb 11 20:37:07.587 INFO O| Feb 11 20:37:07.587 INFO STEP 523 (remove_files) COMPLETE
59492025-02-11T20:37:09.269Z[ recovery-image] Feb 11 20:37:07.587 INFO O| Feb 11 20:37:07.587 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-11T20:37:09.369Z[ host-image] Feb 11 20:37:07.690 INFO O| Feb 11 20:37:07.690 INFO O| Actions: Completed 1361 actions in 0.64 seconds.
59512025-02-11T20:37:09.402Z[ recovery-image] Feb 11 20:37:07.722 INFO O| Feb 11 20:37:07.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59522025-02-11T20:37:09.402Z[ recovery-image] Feb 11 20:37:07.722 INFO O| Feb 11 20:37:07.722 INFO STEP 524 (remove_files) COMPLETE
59532025-02-11T20:37:09.402Z[ recovery-image] Feb 11 20:37:07.722 INFO O| Feb 11 20:37:07.722 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-02-11T20:37:09.422Z[ recovery-image] Feb 11 20:37:07.742 INFO O| Feb 11 20:37:07.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59552025-02-11T20:37:09.422Z[ recovery-image] Feb 11 20:37:07.742 INFO O| Feb 11 20:37:07.742 INFO STEP 525 (remove_files) COMPLETE
59562025-02-11T20:37:09.422Z[ recovery-image] Feb 11 20:37:07.742 INFO O| Feb 11 20:37:07.742 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-02-11T20:37:09.441Z[ recovery-image] Feb 11 20:37:07.761 INFO O| Feb 11 20:37:07.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59582025-02-11T20:37:09.441Z[ recovery-image] Feb 11 20:37:07.761 INFO O| Feb 11 20:37:07.761 INFO STEP 526 (remove_files) COMPLETE
59592025-02-11T20:37:09.441Z[ recovery-image] Feb 11 20:37:07.761 INFO O| Feb 11 20:37:07.761 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-02-11T20:37:09.461Z[ recovery-image] Feb 11 20:37:07.781 INFO O| Feb 11 20:37:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59612025-02-11T20:37:09.461Z[ recovery-image] Feb 11 20:37:07.781 INFO O| Feb 11 20:37:07.781 INFO STEP 527 (remove_files) COMPLETE
59622025-02-11T20:37:09.461Z[ recovery-image] Feb 11 20:37:07.781 INFO O| Feb 11 20:37:07.781 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-02-11T20:37:09.484Z[ recovery-image] Feb 11 20:37:07.803 INFO O| Feb 11 20:37:07.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59642025-02-11T20:37:09.484Z[ recovery-image] Feb 11 20:37:07.803 INFO O| Feb 11 20:37:07.803 INFO STEP 528 (remove_files) COMPLETE
59652025-02-11T20:37:09.484Z[ recovery-image] Feb 11 20:37:07.803 INFO O| Feb 11 20:37:07.803 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-02-11T20:37:09.518Z[ recovery-image] Feb 11 20:37:07.839 INFO O| Feb 11 20:37:07.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59672025-02-11T20:37:09.518Z[ recovery-image] Feb 11 20:37:07.839 INFO O| Feb 11 20:37:07.839 INFO STEP 529 (remove_files) COMPLETE
59682025-02-11T20:37:09.518Z[ recovery-image] Feb 11 20:37:07.839 INFO O| Feb 11 20:37:07.839 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-02-11T20:37:09.539Z[ recovery-image] Feb 11 20:37:07.859 INFO O| Feb 11 20:37:07.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59702025-02-11T20:37:09.539Z[ recovery-image] Feb 11 20:37:07.859 INFO O| Feb 11 20:37:07.859 INFO STEP 530 (remove_files) COMPLETE
59712025-02-11T20:37:09.539Z[ recovery-image] Feb 11 20:37:07.859 INFO O| Feb 11 20:37:07.859 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-02-11T20:37:09.571Z[ recovery-image] Feb 11 20:37:07.891 INFO O| Feb 11 20:37:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59732025-02-11T20:37:09.574Z[ recovery-image] Feb 11 20:37:07.891 INFO O| Feb 11 20:37:07.891 INFO STEP 531 (remove_files) COMPLETE
59742025-02-11T20:37:09.574Z[ recovery-image] Feb 11 20:37:07.892 INFO O| Feb 11 20:37:07.891 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-02-11T20:37:09.593Z[ recovery-image] Feb 11 20:37:07.913 INFO O| Feb 11 20:37:07.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
59762025-02-11T20:37:09.595Z[ recovery-image] Feb 11 20:37:07.913 INFO O| Feb 11 20:37:07.913 INFO STEP 532 (remove_files) COMPLETE
59772025-02-11T20:37:09.595Z[ recovery-image] Feb 11 20:37:07.913 INFO O| Feb 11 20:37:07.913 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-02-11T20:37:09.630Z[ recovery-image] Feb 11 20:37:07.950 INFO O| Feb 11 20:37:07.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
59792025-02-11T20:37:09.630Z[ recovery-image] Feb 11 20:37:07.950 INFO O| Feb 11 20:37:07.950 INFO STEP 533 (remove_files) COMPLETE
59802025-02-11T20:37:09.630Z[ recovery-image] Feb 11 20:37:07.950 INFO O| Feb 11 20:37:07.950 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-02-11T20:37:09.663Z[ recovery-image] Feb 11 20:37:07.983 INFO O| Feb 11 20:37:07.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
59822025-02-11T20:37:09.663Z[ recovery-image] Feb 11 20:37:07.984 INFO O| Feb 11 20:37:07.984 INFO STEP 534 (remove_files) COMPLETE
59832025-02-11T20:37:09.666Z[ recovery-image] Feb 11 20:37:07.984 INFO O| Feb 11 20:37:07.984 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-02-11T20:37:09.698Z[ recovery-image] Feb 11 20:37:08.018 INFO O| Feb 11 20:37:08.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
59852025-02-11T20:37:09.701Z[ recovery-image] Feb 11 20:37:08.018 INFO O| Feb 11 20:37:08.018 INFO STEP 535 (remove_files) COMPLETE
59862025-02-11T20:37:09.701Z[ recovery-image] Feb 11 20:37:08.019 INFO O| Feb 11 20:37:08.018 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-11T20:37:09.721Z[ recovery-image] Feb 11 20:37:08.041 INFO O| Feb 11 20:37:08.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
59882025-02-11T20:37:09.724Z[ recovery-image] Feb 11 20:37:08.042 INFO O| Feb 11 20:37:08.042 INFO STEP 536 (remove_files) COMPLETE
59892025-02-11T20:37:09.724Z[ recovery-image] Feb 11 20:37:08.042 INFO O| Feb 11 20:37:08.042 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-02-11T20:37:09.742Z[ recovery-image] Feb 11 20:37:08.062 INFO O| Feb 11 20:37:08.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
59912025-02-11T20:37:09.742Z[ recovery-image] Feb 11 20:37:08.062 INFO O| Feb 11 20:37:08.062 INFO STEP 537 (remove_files) COMPLETE
59922025-02-11T20:37:09.742Z[ recovery-image] Feb 11 20:37:08.062 INFO O| Feb 11 20:37:08.062 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-02-11T20:37:09.763Z[ recovery-image] Feb 11 20:37:08.083 INFO O| Feb 11 20:37:08.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
59942025-02-11T20:37:09.763Z[ recovery-image] Feb 11 20:37:08.083 INFO O| Feb 11 20:37:08.083 INFO STEP 538 (remove_files) COMPLETE
59952025-02-11T20:37:09.763Z[ recovery-image] Feb 11 20:37:08.083 INFO O| Feb 11 20:37:08.083 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-11T20:37:09.783Z[ recovery-image] Feb 11 20:37:08.104 INFO O| Feb 11 20:37:08.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
59972025-02-11T20:37:09.783Z[ recovery-image] Feb 11 20:37:08.104 INFO O| Feb 11 20:37:08.104 INFO STEP 539 (remove_files) COMPLETE
59982025-02-11T20:37:09.784Z[ recovery-image] Feb 11 20:37:08.104 INFO O| Feb 11 20:37:08.104 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-02-11T20:37:09.826Z[ recovery-image] Feb 11 20:37:08.146 INFO O| Feb 11 20:37:08.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60002025-02-11T20:37:09.826Z[ recovery-image] Feb 11 20:37:08.146 INFO O| Feb 11 20:37:08.146 INFO STEP 540 (remove_files) COMPLETE
60012025-02-11T20:37:09.828Z[ recovery-image] Feb 11 20:37:08.146 INFO O| Feb 11 20:37:08.146 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-02-11T20:37:09.856Z[ recovery-image] Feb 11 20:37:08.176 INFO O| Feb 11 20:37:08.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60032025-02-11T20:37:09.856Z[ recovery-image] Feb 11 20:37:08.176 INFO O| Feb 11 20:37:08.176 INFO STEP 541 (remove_files) COMPLETE
60042025-02-11T20:37:09.856Z[ recovery-image] Feb 11 20:37:08.176 INFO O| Feb 11 20:37:08.176 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-02-11T20:37:09.878Z[ recovery-image] Feb 11 20:37:08.197 INFO O| Feb 11 20:37:08.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60062025-02-11T20:37:09.878Z[ recovery-image] Feb 11 20:37:08.197 INFO O| Feb 11 20:37:08.197 INFO STEP 542 (remove_files) COMPLETE
60072025-02-11T20:37:09.878Z[ recovery-image] Feb 11 20:37:08.197 INFO O| Feb 11 20:37:08.197 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-02-11T20:37:09.948Z[ recovery-image] Feb 11 20:37:08.268 INFO O| Feb 11 20:37:08.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60092025-02-11T20:37:09.948Z[ recovery-image] Feb 11 20:37:08.268 INFO O| Feb 11 20:37:08.268 INFO STEP 543 (remove_files) COMPLETE
60102025-02-11T20:37:09.950Z[ recovery-image] Feb 11 20:37:08.268 INFO O| Feb 11 20:37:08.268 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-02-11T20:37:09.983Z[ recovery-image] Feb 11 20:37:08.303 INFO O| Feb 11 20:37:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60122025-02-11T20:37:09.983Z[ recovery-image] Feb 11 20:37:08.303 INFO O| Feb 11 20:37:08.303 INFO STEP 544 (remove_files) COMPLETE
60132025-02-11T20:37:09.985Z[ recovery-image] Feb 11 20:37:08.303 INFO O| Feb 11 20:37:08.303 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-02-11T20:37:10.042Z[ recovery-image] Feb 11 20:37:08.362 INFO O| Feb 11 20:37:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60152025-02-11T20:37:10.042Z[ recovery-image] Feb 11 20:37:08.362 INFO O| Feb 11 20:37:08.362 INFO STEP 545 (remove_files) COMPLETE
60162025-02-11T20:37:10.045Z[ recovery-image] Feb 11 20:37:08.362 INFO O| Feb 11 20:37:08.362 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-02-11T20:37:10.062Z[ recovery-image] Feb 11 20:37:08.383 INFO O| Feb 11 20:37:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60182025-02-11T20:37:10.062Z[ recovery-image] Feb 11 20:37:08.383 INFO O| Feb 11 20:37:08.383 INFO STEP 546 (remove_files) COMPLETE
60192025-02-11T20:37:10.063Z[ recovery-image] Feb 11 20:37:08.383 INFO O| Feb 11 20:37:08.383 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-02-11T20:37:10.082Z[ recovery-image] Feb 11 20:37:08.402 INFO O| Feb 11 20:37:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60212025-02-11T20:37:10.082Z[ recovery-image] Feb 11 20:37:08.402 INFO O| Feb 11 20:37:08.402 INFO STEP 547 (remove_files) COMPLETE
60222025-02-11T20:37:10.086Z[ recovery-image] Feb 11 20:37:08.402 INFO O| Feb 11 20:37:08.402 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-02-11T20:37:10.102Z[ recovery-image] Feb 11 20:37:08.422 INFO O| Feb 11 20:37:08.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60242025-02-11T20:37:10.102Z[ recovery-image] Feb 11 20:37:08.422 INFO O| Feb 11 20:37:08.422 INFO STEP 548 (remove_files) COMPLETE
60252025-02-11T20:37:10.102Z[ recovery-image] Feb 11 20:37:08.422 INFO O| Feb 11 20:37:08.422 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-02-11T20:37:10.122Z[ host-image] Feb 11 20:37:08.441 INFO O| Feb 11 20:37:08.441 INFO O| Done
60272025-02-11T20:37:10.122Z[ host-image] Feb 11 20:37:08.441 INFO O| Feb 11 20:37:08.441 INFO O| Done
60282025-02-11T20:37:10.125Z[ recovery-image] Feb 11 20:37:08.442 INFO O| Feb 11 20:37:08.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60292025-02-11T20:37:10.125Z[ recovery-image] Feb 11 20:37:08.442 INFO O| Feb 11 20:37:08.442 INFO STEP 549 (remove_files) COMPLETE
60302025-02-11T20:37:10.125Z[ recovery-image] Feb 11 20:37:08.442 INFO O| Feb 11 20:37:08.442 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-11T20:37:10.143Z[ recovery-image] Feb 11 20:37:08.462 INFO O| Feb 11 20:37:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60322025-02-11T20:37:10.143Z[ recovery-image] Feb 11 20:37:08.462 INFO O| Feb 11 20:37:08.462 INFO STEP 550 (remove_files) COMPLETE
60332025-02-11T20:37:10.143Z[ recovery-image] Feb 11 20:37:08.462 INFO O| Feb 11 20:37:08.462 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-11T20:37:10.161Z[ recovery-image] Feb 11 20:37:08.481 INFO O| Feb 11 20:37:08.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60352025-02-11T20:37:10.198Z[ recovery-image] Feb 11 20:37:08.518 INFO O| Feb 11 20:37:08.518 INFO STEP 551 (remove_files) COMPLETE
60362025-02-11T20:37:10.198Z[ recovery-image] Feb 11 20:37:08.518 INFO O| Feb 11 20:37:08.518 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-11T20:37:10.235Z[ recovery-image] Feb 11 20:37:08.555 INFO O| Feb 11 20:37:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60382025-02-11T20:37:10.259Z[ recovery-image] Feb 11 20:37:08.579 INFO O| Feb 11 20:37:08.579 INFO STEP 552 (remove_files) COMPLETE
60392025-02-11T20:37:10.259Z[ recovery-image] Feb 11 20:37:08.579 INFO O| Feb 11 20:37:08.579 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-11T20:37:10.313Z[ recovery-image] Feb 11 20:37:08.633 INFO O| Feb 11 20:37:08.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60412025-02-11T20:37:10.313Z[ recovery-image] Feb 11 20:37:08.633 INFO O| Feb 11 20:37:08.633 INFO STEP 553 (remove_files) COMPLETE
60422025-02-11T20:37:10.313Z[ recovery-image] Feb 11 20:37:08.633 INFO O| Feb 11 20:37:08.633 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-11T20:37:10.333Z[ recovery-image] Feb 11 20:37:08.653 INFO O| Feb 11 20:37:08.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60442025-02-11T20:37:10.333Z[ recovery-image] Feb 11 20:37:08.653 INFO O| Feb 11 20:37:08.653 INFO STEP 554 (remove_files) COMPLETE
60452025-02-11T20:37:10.333Z[ recovery-image] Feb 11 20:37:08.653 INFO O| Feb 11 20:37:08.653 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-11T20:37:10.352Z[ recovery-image] Feb 11 20:37:08.672 INFO O| Feb 11 20:37:08.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60472025-02-11T20:37:10.355Z[ recovery-image] Feb 11 20:37:08.672 INFO O| Feb 11 20:37:08.672 INFO STEP 555 (remove_files) COMPLETE
60482025-02-11T20:37:10.355Z[ recovery-image] Feb 11 20:37:08.672 INFO O| Feb 11 20:37:08.672 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-11T20:37:10.372Z[ recovery-image] Feb 11 20:37:08.691 INFO O| Feb 11 20:37:08.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60502025-02-11T20:37:10.372Z[ recovery-image] Feb 11 20:37:08.691 INFO O| Feb 11 20:37:08.691 INFO STEP 556 (remove_files) COMPLETE
60512025-02-11T20:37:10.372Z[ recovery-image] Feb 11 20:37:08.691 INFO O| Feb 11 20:37:08.691 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-11T20:37:10.388Z[ recovery-image] Feb 11 20:37:08.709 INFO O| Feb 11 20:37:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60532025-02-11T20:37:10.388Z[ recovery-image] Feb 11 20:37:08.709 INFO O| Feb 11 20:37:08.709 INFO STEP 557 (remove_files) COMPLETE
60542025-02-11T20:37:10.388Z[ recovery-image] Feb 11 20:37:08.709 INFO O| Feb 11 20:37:08.709 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-11T20:37:10.408Z[ recovery-image] Feb 11 20:37:08.728 INFO O| Feb 11 20:37:08.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60562025-02-11T20:37:10.413Z[ recovery-image] Feb 11 20:37:08.728 INFO O| Feb 11 20:37:08.728 INFO STEP 558 (remove_files) COMPLETE
60572025-02-11T20:37:10.413Z[ recovery-image] Feb 11 20:37:08.728 INFO O| Feb 11 20:37:08.728 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-11T20:37:10.446Z[ recovery-image] Feb 11 20:37:08.766 INFO O| Feb 11 20:37:08.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60592025-02-11T20:37:10.449Z[ recovery-image] Feb 11 20:37:08.766 INFO O| Feb 11 20:37:08.766 INFO STEP 559 (remove_files) COMPLETE
60602025-02-11T20:37:10.449Z[ recovery-image] Feb 11 20:37:08.766 INFO O| Feb 11 20:37:08.766 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-11T20:37:10.469Z[ recovery-image] Feb 11 20:37:08.788 INFO O| Feb 11 20:37:08.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60622025-02-11T20:37:10.469Z[ recovery-image] Feb 11 20:37:08.789 INFO O| Feb 11 20:37:08.789 INFO STEP 560 (remove_files) COMPLETE
60632025-02-11T20:37:10.469Z[ recovery-image] Feb 11 20:37:08.789 INFO O| Feb 11 20:37:08.789 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-11T20:37:10.489Z[ recovery-image] Feb 11 20:37:08.809 INFO O| Feb 11 20:37:08.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60652025-02-11T20:37:10.489Z[ recovery-image] Feb 11 20:37:08.810 INFO O| Feb 11 20:37:08.809 INFO STEP 561 (remove_files) COMPLETE
60662025-02-11T20:37:10.489Z[ recovery-image] Feb 11 20:37:08.810 INFO O| Feb 11 20:37:08.810 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-11T20:37:10.572Z[ recovery-image] Feb 11 20:37:08.892 INFO O| Feb 11 20:37:08.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60682025-02-11T20:37:10.572Z[ recovery-image] Feb 11 20:37:08.892 INFO O| Feb 11 20:37:08.892 INFO STEP 562 (remove_files) COMPLETE
60692025-02-11T20:37:10.572Z[ recovery-image] Feb 11 20:37:08.892 INFO O| Feb 11 20:37:08.892 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-11T20:37:10.591Z[ recovery-image] Feb 11 20:37:08.911 INFO O| Feb 11 20:37:08.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60712025-02-11T20:37:10.591Z[ recovery-image] Feb 11 20:37:08.911 INFO O| Feb 11 20:37:08.911 INFO STEP 563 (remove_files) COMPLETE
60722025-02-11T20:37:10.591Z[ recovery-image] Feb 11 20:37:08.911 INFO O| Feb 11 20:37:08.911 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-11T20:37:10.610Z[ recovery-image] Feb 11 20:37:08.930 INFO O| Feb 11 20:37:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60742025-02-11T20:37:10.610Z[ recovery-image] Feb 11 20:37:08.930 INFO O| Feb 11 20:37:08.930 INFO STEP 564 (remove_files) COMPLETE
60752025-02-11T20:37:10.610Z[ recovery-image] Feb 11 20:37:08.930 INFO O| Feb 11 20:37:08.930 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-11T20:37:10.629Z[ recovery-image] Feb 11 20:37:08.949 INFO O| Feb 11 20:37:08.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
60772025-02-11T20:37:10.629Z[ recovery-image] Feb 11 20:37:08.949 INFO O| Feb 11 20:37:08.949 INFO STEP 565 (remove_files) COMPLETE
60782025-02-11T20:37:10.629Z[ recovery-image] Feb 11 20:37:08.949 INFO O| Feb 11 20:37:08.949 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-11T20:37:10.652Z[ recovery-image] Feb 11 20:37:08.971 INFO O| Feb 11 20:37:08.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
60802025-02-11T20:37:10.652Z[ recovery-image] Feb 11 20:37:08.971 INFO O| Feb 11 20:37:08.971 INFO STEP 566 (remove_files) COMPLETE
60812025-02-11T20:37:10.654Z[ recovery-image] Feb 11 20:37:08.971 INFO O| Feb 11 20:37:08.971 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-11T20:37:10.670Z[ recovery-image] Feb 11 20:37:08.990 INFO O| Feb 11 20:37:08.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
60832025-02-11T20:37:10.672Z[ recovery-image] Feb 11 20:37:08.990 INFO O| Feb 11 20:37:08.990 INFO STEP 567 (remove_files) COMPLETE
60842025-02-11T20:37:10.672Z[ recovery-image] Feb 11 20:37:08.990 INFO O| Feb 11 20:37:08.990 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-11T20:37:10.691Z[ recovery-image] Feb 11 20:37:09.011 INFO O| Feb 11 20:37:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
60862025-02-11T20:37:10.691Z[ recovery-image] Feb 11 20:37:09.011 INFO O| Feb 11 20:37:09.011 INFO STEP 568 (remove_files) COMPLETE
60872025-02-11T20:37:10.691Z[ recovery-image] Feb 11 20:37:09.011 INFO O| Feb 11 20:37:09.011 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-11T20:37:10.710Z[ recovery-image] Feb 11 20:37:09.030 INFO O| Feb 11 20:37:09.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
60892025-02-11T20:37:10.710Z[ recovery-image] Feb 11 20:37:09.030 INFO O| Feb 11 20:37:09.030 INFO STEP 569 (remove_files) COMPLETE
60902025-02-11T20:37:10.712Z[ recovery-image] Feb 11 20:37:09.030 INFO O| Feb 11 20:37:09.030 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-11T20:37:10.729Z[ recovery-image] Feb 11 20:37:09.049 INFO O| Feb 11 20:37:09.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
60922025-02-11T20:37:10.729Z[ recovery-image] Feb 11 20:37:09.049 INFO O| Feb 11 20:37:09.049 INFO STEP 570 (remove_files) COMPLETE
60932025-02-11T20:37:10.731Z[ recovery-image] Feb 11 20:37:09.049 INFO O| Feb 11 20:37:09.049 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-02-11T20:37:10.762Z[ recovery-image] Feb 11 20:37:09.082 INFO O| Feb 11 20:37:09.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
60952025-02-11T20:37:10.765Z[ recovery-image] Feb 11 20:37:09.083 INFO O| Feb 11 20:37:09.083 INFO STEP 571 (remove_files) COMPLETE
60962025-02-11T20:37:10.765Z[ recovery-image] Feb 11 20:37:09.083 INFO O| Feb 11 20:37:09.083 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-02-11T20:37:10.783Z[ recovery-image] Feb 11 20:37:09.103 INFO O| Feb 11 20:37:09.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
60982025-02-11T20:37:10.786Z[ recovery-image] Feb 11 20:37:09.104 INFO O| Feb 11 20:37:09.104 INFO STEP 572 (remove_files) COMPLETE
60992025-02-11T20:37:10.786Z[ recovery-image] Feb 11 20:37:09.104 INFO O| Feb 11 20:37:09.104 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-02-11T20:37:10.803Z[ recovery-image] Feb 11 20:37:09.123 INFO O| Feb 11 20:37:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61012025-02-11T20:37:10.806Z[ recovery-image] Feb 11 20:37:09.123 INFO O| Feb 11 20:37:09.123 INFO STEP 573 (remove_files) COMPLETE
61022025-02-11T20:37:10.806Z[ recovery-image] Feb 11 20:37:09.123 INFO O| Feb 11 20:37:09.123 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-02-11T20:37:10.828Z[ recovery-image] Feb 11 20:37:09.148 INFO O| Feb 11 20:37:09.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61042025-02-11T20:37:10.828Z[ recovery-image] Feb 11 20:37:09.148 INFO O| Feb 11 20:37:09.148 INFO STEP 574 (remove_files) COMPLETE
61052025-02-11T20:37:10.831Z[ recovery-image] Feb 11 20:37:09.148 INFO O| Feb 11 20:37:09.148 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-02-11T20:37:10.852Z[ recovery-image] Feb 11 20:37:09.172 INFO O| Feb 11 20:37:09.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61072025-02-11T20:37:10.852Z[ recovery-image] Feb 11 20:37:09.172 INFO O| Feb 11 20:37:09.172 INFO STEP 575 (remove_files) COMPLETE
61082025-02-11T20:37:10.852Z[ recovery-image] Feb 11 20:37:09.172 INFO O| Feb 11 20:37:09.172 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-02-11T20:37:10.891Z[ recovery-image] Feb 11 20:37:09.211 INFO O| Feb 11 20:37:09.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61102025-02-11T20:37:10.891Z[ recovery-image] Feb 11 20:37:09.211 INFO O| Feb 11 20:37:09.211 INFO STEP 576 (remove_files) COMPLETE
61112025-02-11T20:37:10.894Z[ recovery-image] Feb 11 20:37:09.212 INFO O| Feb 11 20:37:09.211 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-02-11T20:37:10.949Z[ recovery-image] Feb 11 20:37:09.269 INFO O| Feb 11 20:37:09.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61132025-02-11T20:37:10.949Z[ recovery-image] Feb 11 20:37:09.269 INFO O| Feb 11 20:37:09.269 INFO STEP 577 (remove_files) COMPLETE
61142025-02-11T20:37:10.949Z[ recovery-image] Feb 11 20:37:09.269 INFO O| Feb 11 20:37:09.269 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-02-11T20:37:10.968Z[ recovery-image] Feb 11 20:37:09.289 INFO O| Feb 11 20:37:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61162025-02-11T20:37:10.968Z[ recovery-image] Feb 11 20:37:09.289 INFO O| Feb 11 20:37:09.289 INFO STEP 578 (remove_files) COMPLETE
61172025-02-11T20:37:10.968Z[ recovery-image] Feb 11 20:37:09.289 INFO O| Feb 11 20:37:09.289 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-02-11T20:37:10.988Z[ recovery-image] Feb 11 20:37:09.308 INFO O| Feb 11 20:37:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61192025-02-11T20:37:10.990Z[ recovery-image] Feb 11 20:37:09.308 INFO O| Feb 11 20:37:09.308 INFO STEP 579 (remove_files) COMPLETE
61202025-02-11T20:37:10.991Z[ recovery-image] Feb 11 20:37:09.308 INFO O| Feb 11 20:37:09.308 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-02-11T20:37:11.007Z[ recovery-image] Feb 11 20:37:09.327 INFO O| Feb 11 20:37:09.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61222025-02-11T20:37:11.007Z[ recovery-image] Feb 11 20:37:09.327 INFO O| Feb 11 20:37:09.327 INFO STEP 580 (remove_files) COMPLETE
61232025-02-11T20:37:11.007Z[ recovery-image] Feb 11 20:37:09.327 INFO O| Feb 11 20:37:09.327 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-02-11T20:37:11.031Z[ recovery-image] Feb 11 20:37:09.350 INFO O| Feb 11 20:37:09.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61252025-02-11T20:37:11.031Z[ recovery-image] Feb 11 20:37:09.350 INFO O| Feb 11 20:37:09.350 INFO STEP 581 (remove_files) COMPLETE
61262025-02-11T20:37:11.031Z[ recovery-image] Feb 11 20:37:09.350 INFO O| Feb 11 20:37:09.350 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-02-11T20:37:11.087Z[ recovery-image] Feb 11 20:37:09.406 INFO O| Feb 11 20:37:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61282025-02-11T20:37:11.087Z[ recovery-image] Feb 11 20:37:09.406 INFO O| Feb 11 20:37:09.406 INFO STEP 582 (remove_files) COMPLETE
61292025-02-11T20:37:11.087Z[ recovery-image] Feb 11 20:37:09.407 INFO O| Feb 11 20:37:09.406 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-02-11T20:37:11.106Z[ recovery-image] Feb 11 20:37:09.425 INFO O| Feb 11 20:37:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61312025-02-11T20:37:11.106Z[ recovery-image] Feb 11 20:37:09.426 INFO O| Feb 11 20:37:09.426 INFO STEP 583 (remove_files) COMPLETE
61322025-02-11T20:37:11.106Z[ recovery-image] Feb 11 20:37:09.426 INFO O| Feb 11 20:37:09.426 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-02-11T20:37:11.125Z[ recovery-image] Feb 11 20:37:09.445 INFO O| Feb 11 20:37:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61342025-02-11T20:37:11.125Z[ recovery-image] Feb 11 20:37:09.445 INFO O| Feb 11 20:37:09.445 INFO STEP 584 (remove_files) COMPLETE
61352025-02-11T20:37:11.125Z[ recovery-image] Feb 11 20:37:09.445 INFO O| Feb 11 20:37:09.445 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-02-11T20:37:11.159Z[ recovery-image] Feb 11 20:37:09.479 INFO O| Feb 11 20:37:09.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61372025-02-11T20:37:11.159Z[ recovery-image] Feb 11 20:37:09.479 INFO O| Feb 11 20:37:09.479 INFO STEP 585 (remove_files) COMPLETE
61382025-02-11T20:37:11.159Z[ recovery-image] Feb 11 20:37:09.479 INFO O| Feb 11 20:37:09.479 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-02-11T20:37:11.178Z[ recovery-image] Feb 11 20:37:09.498 INFO O| Feb 11 20:37:09.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61402025-02-11T20:37:11.178Z[ recovery-image] Feb 11 20:37:09.498 INFO O| Feb 11 20:37:09.498 INFO STEP 586 (remove_files) COMPLETE
61412025-02-11T20:37:11.178Z[ recovery-image] Feb 11 20:37:09.498 INFO O| Feb 11 20:37:09.498 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-02-11T20:37:11.196Z[ recovery-image] Feb 11 20:37:09.516 INFO O| Feb 11 20:37:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61432025-02-11T20:37:11.199Z[ recovery-image] Feb 11 20:37:09.516 INFO O| Feb 11 20:37:09.516 INFO STEP 587 (remove_files) COMPLETE
61442025-02-11T20:37:11.199Z[ recovery-image] Feb 11 20:37:09.516 INFO O| Feb 11 20:37:09.516 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-02-11T20:37:11.216Z[ recovery-image] Feb 11 20:37:09.537 INFO O| Feb 11 20:37:09.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61462025-02-11T20:37:11.219Z[ recovery-image] Feb 11 20:37:09.537 INFO O| Feb 11 20:37:09.537 INFO STEP 588 (remove_files) COMPLETE
61472025-02-11T20:37:11.219Z[ recovery-image] Feb 11 20:37:09.537 INFO O| Feb 11 20:37:09.537 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-02-11T20:37:11.253Z[ recovery-image] Feb 11 20:37:09.573 INFO O| Feb 11 20:37:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61492025-02-11T20:37:11.253Z[ recovery-image] Feb 11 20:37:09.574 INFO O| Feb 11 20:37:09.573 INFO STEP 589 (remove_files) COMPLETE
61502025-02-11T20:37:11.253Z[ recovery-image] Feb 11 20:37:09.574 INFO O| Feb 11 20:37:09.574 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-02-11T20:37:11.333Z[ recovery-image] Feb 11 20:37:09.653 INFO O| Feb 11 20:37:09.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61522025-02-11T20:37:11.333Z[ recovery-image] Feb 11 20:37:09.653 INFO O| Feb 11 20:37:09.653 INFO STEP 590 (remove_files) COMPLETE
61532025-02-11T20:37:11.336Z[ recovery-image] Feb 11 20:37:09.653 INFO O| Feb 11 20:37:09.653 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-02-11T20:37:11.352Z[ recovery-image] Feb 11 20:37:09.672 INFO O| Feb 11 20:37:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61552025-02-11T20:37:11.352Z[ recovery-image] Feb 11 20:37:09.672 INFO O| Feb 11 20:37:09.672 INFO STEP 591 (remove_files) COMPLETE
61562025-02-11T20:37:11.352Z[ recovery-image] Feb 11 20:37:09.672 INFO O| Feb 11 20:37:09.672 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-02-11T20:37:11.386Z[ recovery-image] Feb 11 20:37:09.706 INFO O| Feb 11 20:37:09.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61582025-02-11T20:37:11.406Z[ recovery-image] Feb 11 20:37:09.726 INFO O| Feb 11 20:37:09.726 INFO STEP 592 (remove_files) COMPLETE
61592025-02-11T20:37:11.406Z[ recovery-image] Feb 11 20:37:09.726 INFO O| Feb 11 20:37:09.726 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-02-11T20:37:11.428Z[ recovery-image] Feb 11 20:37:09.748 INFO O| Feb 11 20:37:09.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61612025-02-11T20:37:11.428Z[ recovery-image] Feb 11 20:37:09.748 INFO O| Feb 11 20:37:09.748 INFO STEP 593 (remove_files) COMPLETE
61622025-02-11T20:37:11.428Z[ recovery-image] Feb 11 20:37:09.748 INFO O| Feb 11 20:37:09.748 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-02-11T20:37:11.447Z[ recovery-image] Feb 11 20:37:09.768 INFO O| Feb 11 20:37:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61642025-02-11T20:37:11.448Z[ recovery-image] Feb 11 20:37:09.768 INFO O| Feb 11 20:37:09.768 INFO STEP 594 (remove_files) COMPLETE
61652025-02-11T20:37:11.450Z[ recovery-image] Feb 11 20:37:09.768 INFO O| Feb 11 20:37:09.768 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-02-11T20:37:11.489Z[ recovery-image] Feb 11 20:37:09.808 INFO O| Feb 11 20:37:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61672025-02-11T20:37:11.489Z[ recovery-image] Feb 11 20:37:09.808 INFO O| Feb 11 20:37:09.808 INFO STEP 595 (remove_files) COMPLETE
61682025-02-11T20:37:11.489Z[ recovery-image] Feb 11 20:37:09.808 INFO O| Feb 11 20:37:09.808 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-02-11T20:37:11.510Z[ recovery-image] Feb 11 20:37:09.830 INFO O| Feb 11 20:37:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61702025-02-11T20:37:11.510Z[ recovery-image] Feb 11 20:37:09.830 INFO O| Feb 11 20:37:09.830 INFO STEP 596 (remove_files) COMPLETE
61712025-02-11T20:37:11.512Z[ recovery-image] Feb 11 20:37:09.830 INFO O| Feb 11 20:37:09.830 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-02-11T20:37:11.530Z[ recovery-image] Feb 11 20:37:09.850 INFO O| Feb 11 20:37:09.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
61732025-02-11T20:37:11.530Z[ recovery-image] Feb 11 20:37:09.850 INFO O| Feb 11 20:37:09.850 INFO STEP 597 (remove_files) COMPLETE
61742025-02-11T20:37:11.530Z[ recovery-image] Feb 11 20:37:09.850 INFO O| Feb 11 20:37:09.850 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-11T20:37:11.548Z[ recovery-image] Feb 11 20:37:09.868 INFO O| Feb 11 20:37:09.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
61762025-02-11T20:37:11.548Z[ recovery-image] Feb 11 20:37:09.868 INFO O| Feb 11 20:37:09.868 INFO STEP 598 (remove_files) COMPLETE
61772025-02-11T20:37:11.548Z[ recovery-image] Feb 11 20:37:09.868 INFO O| Feb 11 20:37:09.868 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-11T20:37:11.561Z[ host-image] Feb 11 20:37:09.881 INFO O| Feb 11 20:37:09.881 INFO O| Done
61792025-02-11T20:37:11.567Z[ recovery-image] Feb 11 20:37:09.887 INFO O| Feb 11 20:37:09.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
61802025-02-11T20:37:11.570Z[ recovery-image] Feb 11 20:37:09.887 INFO O| Feb 11 20:37:09.887 INFO STEP 599 (remove_files) COMPLETE
61812025-02-11T20:37:11.570Z[ recovery-image] Feb 11 20:37:09.887 INFO O| Feb 11 20:37:09.887 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-02-11T20:37:11.586Z[ recovery-image] Feb 11 20:37:09.906 INFO O| Feb 11 20:37:09.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
61832025-02-11T20:37:11.589Z[ recovery-image] Feb 11 20:37:09.906 INFO O| Feb 11 20:37:09.906 INFO STEP 600 (remove_files) COMPLETE
61842025-02-11T20:37:11.589Z[ recovery-image] Feb 11 20:37:09.907 INFO O| Feb 11 20:37:09.906 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-02-11T20:37:11.607Z[ recovery-image] Feb 11 20:37:09.927 INFO O| Feb 11 20:37:09.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
61862025-02-11T20:37:11.609Z[ recovery-image] Feb 11 20:37:09.927 INFO O| Feb 11 20:37:09.927 INFO STEP 601 (remove_files) COMPLETE
61872025-02-11T20:37:11.609Z[ recovery-image] Feb 11 20:37:09.927 INFO O| Feb 11 20:37:09.927 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-02-11T20:37:11.664Z[ recovery-image] Feb 11 20:37:09.985 INFO O| Feb 11 20:37:09.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
61892025-02-11T20:37:11.665Z[ recovery-image] Feb 11 20:37:09.985 INFO O| Feb 11 20:37:09.985 INFO STEP 602 (remove_files) COMPLETE
61902025-02-11T20:37:11.667Z[ recovery-image] Feb 11 20:37:09.985 INFO O| Feb 11 20:37:09.985 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-02-11T20:37:11.780Z[ recovery-image] Feb 11 20:37:10.100 INFO O| Feb 11 20:37:10.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
61922025-02-11T20:37:11.780Z[ recovery-image] Feb 11 20:37:10.100 INFO O| Feb 11 20:37:10.100 INFO STEP 603 (remove_files) COMPLETE
61932025-02-11T20:37:11.780Z[ recovery-image] Feb 11 20:37:10.100 INFO O| Feb 11 20:37:10.100 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-02-11T20:37:11.818Z[ recovery-image] Feb 11 20:37:10.138 INFO O| Feb 11 20:37:10.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
61952025-02-11T20:37:11.818Z[ recovery-image] Feb 11 20:37:10.138 INFO O| Feb 11 20:37:10.138 INFO STEP 604 (remove_files) COMPLETE
61962025-02-11T20:37:11.821Z[ recovery-image] Feb 11 20:37:10.138 INFO O| Feb 11 20:37:10.138 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-02-11T20:37:11.837Z[ recovery-image] Feb 11 20:37:10.156 INFO O| Feb 11 20:37:10.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
61982025-02-11T20:37:11.837Z[ recovery-image] Feb 11 20:37:10.156 INFO O| Feb 11 20:37:10.156 INFO STEP 605 (remove_files) COMPLETE
61992025-02-11T20:37:11.837Z[ recovery-image] Feb 11 20:37:10.156 INFO O| Feb 11 20:37:10.156 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-02-11T20:37:11.881Z[ recovery-image] Feb 11 20:37:10.200 INFO O| Feb 11 20:37:10.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62012025-02-11T20:37:11.881Z[ recovery-image] Feb 11 20:37:10.200 INFO O| Feb 11 20:37:10.200 INFO STEP 606 (remove_files) COMPLETE
62022025-02-11T20:37:11.884Z[ recovery-image] Feb 11 20:37:10.200 INFO O| Feb 11 20:37:10.200 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-02-11T20:37:11.921Z[ recovery-image] Feb 11 20:37:10.241 INFO O| Feb 11 20:37:10.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62042025-02-11T20:37:11.921Z[ recovery-image] Feb 11 20:37:10.241 INFO O| Feb 11 20:37:10.241 INFO STEP 607 (remove_files) COMPLETE
62052025-02-11T20:37:11.924Z[ recovery-image] Feb 11 20:37:10.241 INFO O| Feb 11 20:37:10.241 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-11T20:37:11.959Z[ recovery-image] Feb 11 20:37:10.279 INFO O| Feb 11 20:37:10.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62072025-02-11T20:37:11.970Z[ recovery-image] Feb 11 20:37:10.290 INFO O| Feb 11 20:37:10.290 INFO STEP 608 (remove_files) COMPLETE
62082025-02-11T20:37:11.972Z[ recovery-image] Feb 11 20:37:10.290 INFO O| Feb 11 20:37:10.290 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-11T20:37:12.001Z[ recovery-image] Feb 11 20:37:10.321 INFO O| Feb 11 20:37:10.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62102025-02-11T20:37:12.001Z[ recovery-image] Feb 11 20:37:10.321 INFO O| Feb 11 20:37:10.321 INFO STEP 609 (remove_files) COMPLETE
62112025-02-11T20:37:12.001Z[ recovery-image] Feb 11 20:37:10.321 INFO O| Feb 11 20:37:10.321 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-11T20:37:12.062Z[ recovery-image] Feb 11 20:37:10.382 INFO O| Feb 11 20:37:10.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62132025-02-11T20:37:12.062Z[ recovery-image] Feb 11 20:37:10.382 INFO O| Feb 11 20:37:10.382 INFO STEP 610 (remove_files) COMPLETE
62142025-02-11T20:37:12.066Z[ recovery-image] Feb 11 20:37:10.382 INFO O| Feb 11 20:37:10.382 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-11T20:37:12.103Z[ recovery-image] Feb 11 20:37:10.422 INFO O| Feb 11 20:37:10.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62162025-02-11T20:37:12.106Z[ recovery-image] Feb 11 20:37:10.422 INFO O| Feb 11 20:37:10.422 INFO STEP 611 (remove_files) COMPLETE
62172025-02-11T20:37:12.106Z[ recovery-image] Feb 11 20:37:10.422 INFO O| Feb 11 20:37:10.422 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-11T20:37:12.123Z[ recovery-image] Feb 11 20:37:10.443 INFO O| Feb 11 20:37:10.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62192025-02-11T20:37:12.126Z[ recovery-image] Feb 11 20:37:10.443 INFO O| Feb 11 20:37:10.443 INFO STEP 612 (remove_files) COMPLETE
62202025-02-11T20:37:12.126Z[ recovery-image] Feb 11 20:37:10.444 INFO O| Feb 11 20:37:10.443 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-11T20:37:12.142Z[ recovery-image] Feb 11 20:37:10.462 INFO O| Feb 11 20:37:10.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62222025-02-11T20:37:12.145Z[ recovery-image] Feb 11 20:37:10.463 INFO O| Feb 11 20:37:10.462 INFO STEP 613 (remove_files) COMPLETE
62232025-02-11T20:37:12.145Z[ recovery-image] Feb 11 20:37:10.463 INFO O| Feb 11 20:37:10.463 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-11T20:37:12.186Z[ recovery-image] Feb 11 20:37:10.506 INFO O| Feb 11 20:37:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62252025-02-11T20:37:12.186Z[ recovery-image] Feb 11 20:37:10.506 INFO O| Feb 11 20:37:10.506 INFO STEP 614 (remove_files) COMPLETE
62262025-02-11T20:37:12.186Z[ recovery-image] Feb 11 20:37:10.506 INFO O| Feb 11 20:37:10.506 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-11T20:37:12.208Z[ recovery-image] Feb 11 20:37:10.528 INFO O| Feb 11 20:37:10.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62282025-02-11T20:37:12.208Z[ recovery-image] Feb 11 20:37:10.528 INFO O| Feb 11 20:37:10.528 INFO STEP 615 (remove_files) COMPLETE
62292025-02-11T20:37:12.211Z[ recovery-image] Feb 11 20:37:10.528 INFO O| Feb 11 20:37:10.528 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-11T20:37:12.245Z[ recovery-image] Feb 11 20:37:10.565 INFO O| Feb 11 20:37:10.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62312025-02-11T20:37:12.245Z[ recovery-image] Feb 11 20:37:10.565 INFO O| Feb 11 20:37:10.565 INFO STEP 616 (remove_files) COMPLETE
62322025-02-11T20:37:12.245Z[ recovery-image] Feb 11 20:37:10.565 INFO O| Feb 11 20:37:10.565 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-11T20:37:12.264Z[ recovery-image] Feb 11 20:37:10.584 INFO O| Feb 11 20:37:10.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62342025-02-11T20:37:12.264Z[ recovery-image] Feb 11 20:37:10.585 INFO O| Feb 11 20:37:10.584 INFO STEP 617 (remove_files) COMPLETE
62352025-02-11T20:37:12.267Z[ recovery-image] Feb 11 20:37:10.585 INFO O| Feb 11 20:37:10.585 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-11T20:37:12.284Z[ recovery-image] Feb 11 20:37:10.604 INFO O| Feb 11 20:37:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62372025-02-11T20:37:12.284Z[ recovery-image] Feb 11 20:37:10.604 INFO O| Feb 11 20:37:10.604 INFO STEP 618 (remove_files) COMPLETE
62382025-02-11T20:37:12.287Z[ recovery-image] Feb 11 20:37:10.604 INFO O| Feb 11 20:37:10.604 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-11T20:37:12.303Z[ recovery-image] Feb 11 20:37:10.623 INFO O| Feb 11 20:37:10.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62402025-02-11T20:37:12.303Z[ recovery-image] Feb 11 20:37:10.623 INFO O| Feb 11 20:37:10.623 INFO STEP 619 (remove_files) COMPLETE
62412025-02-11T20:37:12.303Z[ recovery-image] Feb 11 20:37:10.623 INFO O| Feb 11 20:37:10.623 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-11T20:37:12.340Z[ recovery-image] Feb 11 20:37:10.660 INFO O| Feb 11 20:37:10.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62432025-02-11T20:37:12.340Z[ recovery-image] Feb 11 20:37:10.660 INFO O| Feb 11 20:37:10.660 INFO STEP 620 (remove_files) COMPLETE
62442025-02-11T20:37:12.343Z[ recovery-image] Feb 11 20:37:10.660 INFO O| Feb 11 20:37:10.660 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-11T20:37:12.363Z[ recovery-image] Feb 11 20:37:10.682 INFO O| Feb 11 20:37:10.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62462025-02-11T20:37:12.363Z[ recovery-image] Feb 11 20:37:10.683 INFO O| Feb 11 20:37:10.683 INFO STEP 621 (remove_files) COMPLETE
62472025-02-11T20:37:12.365Z[ recovery-image] Feb 11 20:37:10.683 INFO O| Feb 11 20:37:10.683 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-11T20:37:12.400Z[ recovery-image] Feb 11 20:37:10.720 INFO O| Feb 11 20:37:10.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62492025-02-11T20:37:12.400Z[ recovery-image] Feb 11 20:37:10.720 INFO O| Feb 11 20:37:10.720 INFO STEP 622 (remove_files) COMPLETE
62502025-02-11T20:37:12.400Z[ recovery-image] Feb 11 20:37:10.720 INFO O| Feb 11 20:37:10.720 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-11T20:37:12.438Z[ recovery-image] Feb 11 20:37:10.757 INFO O| Feb 11 20:37:10.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62522025-02-11T20:37:12.438Z[ recovery-image] Feb 11 20:37:10.757 INFO O| Feb 11 20:37:10.757 INFO STEP 623 (remove_files) COMPLETE
62532025-02-11T20:37:12.438Z[ recovery-image] Feb 11 20:37:10.757 INFO O| Feb 11 20:37:10.757 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-11T20:37:12.463Z[ recovery-image] Feb 11 20:37:10.783 INFO O| Feb 11 20:37:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62552025-02-11T20:37:12.466Z[ recovery-image] Feb 11 20:37:10.783 INFO O| Feb 11 20:37:10.783 INFO STEP 624 (remove_files) COMPLETE
62562025-02-11T20:37:12.466Z[ recovery-image] Feb 11 20:37:10.783 INFO O| Feb 11 20:37:10.783 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-11T20:37:12.520Z[ recovery-image] Feb 11 20:37:10.840 INFO O| Feb 11 20:37:10.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62582025-02-11T20:37:12.544Z[ recovery-image] Feb 11 20:37:10.864 INFO O| Feb 11 20:37:10.864 INFO STEP 625 (remove_files) COMPLETE
62592025-02-11T20:37:12.544Z[ recovery-image] Feb 11 20:37:10.864 INFO O| Feb 11 20:37:10.864 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-02-11T20:37:12.601Z[ recovery-image] Feb 11 20:37:10.921 INFO O| Feb 11 20:37:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62612025-02-11T20:37:12.601Z[ recovery-image] Feb 11 20:37:10.921 INFO O| Feb 11 20:37:10.921 INFO STEP 626 (remove_files) COMPLETE
62622025-02-11T20:37:12.604Z[ recovery-image] Feb 11 20:37:10.921 INFO O| Feb 11 20:37:10.921 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-02-11T20:37:12.619Z[ recovery-image] Feb 11 20:37:10.939 INFO O| Feb 11 20:37:10.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62642025-02-11T20:37:12.621Z[ recovery-image] Feb 11 20:37:10.939 INFO O| Feb 11 20:37:10.939 INFO STEP 627 (remove_files) COMPLETE
62652025-02-11T20:37:12.621Z[ recovery-image] Feb 11 20:37:10.939 INFO O| Feb 11 20:37:10.939 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-02-11T20:37:12.638Z[ recovery-image] Feb 11 20:37:10.958 INFO O| Feb 11 20:37:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62672025-02-11T20:37:12.638Z[ recovery-image] Feb 11 20:37:10.958 INFO O| Feb 11 20:37:10.958 INFO STEP 628 (remove_files) COMPLETE
62682025-02-11T20:37:12.641Z[ recovery-image] Feb 11 20:37:10.958 INFO O| Feb 11 20:37:10.958 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-02-11T20:37:12.657Z[ recovery-image] Feb 11 20:37:10.977 INFO O| Feb 11 20:37:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62702025-02-11T20:37:12.657Z[ recovery-image] Feb 11 20:37:10.977 INFO O| Feb 11 20:37:10.977 INFO STEP 629 (remove_files) COMPLETE
62712025-02-11T20:37:12.660Z[ recovery-image] Feb 11 20:37:10.978 INFO O| Feb 11 20:37:10.977 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-02-11T20:37:12.676Z[ recovery-image] Feb 11 20:37:10.996 INFO O| Feb 11 20:37:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
62732025-02-11T20:37:12.676Z[ recovery-image] Feb 11 20:37:10.996 INFO O| Feb 11 20:37:10.996 INFO STEP 630 (remove_files) COMPLETE
62742025-02-11T20:37:12.679Z[ recovery-image] Feb 11 20:37:10.996 INFO O| Feb 11 20:37:10.996 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-02-11T20:37:12.708Z[ recovery-image] Feb 11 20:37:11.028 INFO O| Feb 11 20:37:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
62762025-02-11T20:37:12.709Z[ recovery-image] Feb 11 20:37:11.028 INFO O| Feb 11 20:37:11.028 INFO STEP 631 (remove_files) COMPLETE
62772025-02-11T20:37:12.711Z[ recovery-image] Feb 11 20:37:11.029 INFO O| Feb 11 20:37:11.028 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-02-11T20:37:12.729Z[ recovery-image] Feb 11 20:37:11.049 INFO O| Feb 11 20:37:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
62792025-02-11T20:37:12.729Z[ recovery-image] Feb 11 20:37:11.049 INFO O| Feb 11 20:37:11.049 INFO STEP 632 (remove_files) COMPLETE
62802025-02-11T20:37:12.732Z[ recovery-image] Feb 11 20:37:11.050 INFO O| Feb 11 20:37:11.049 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-02-11T20:37:12.748Z[ recovery-image] Feb 11 20:37:11.068 INFO O| Feb 11 20:37:11.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
62822025-02-11T20:37:12.748Z[ recovery-image] Feb 11 20:37:11.068 INFO O| Feb 11 20:37:11.068 INFO STEP 633 (remove_files) COMPLETE
62832025-02-11T20:37:12.748Z[ recovery-image] Feb 11 20:37:11.068 INFO O| Feb 11 20:37:11.068 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-02-11T20:37:12.767Z[ recovery-image] Feb 11 20:37:11.087 INFO O| Feb 11 20:37:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
62852025-02-11T20:37:12.767Z[ recovery-image] Feb 11 20:37:11.087 INFO O| Feb 11 20:37:11.087 INFO STEP 634 (remove_files) COMPLETE
62862025-02-11T20:37:12.770Z[ recovery-image] Feb 11 20:37:11.087 INFO O| Feb 11 20:37:11.087 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-02-11T20:37:12.785Z[ recovery-image] Feb 11 20:37:11.105 INFO O| Feb 11 20:37:11.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
62882025-02-11T20:37:12.785Z[ recovery-image] Feb 11 20:37:11.105 INFO O| Feb 11 20:37:11.105 INFO STEP 635 (remove_files) COMPLETE
62892025-02-11T20:37:12.785Z[ recovery-image] Feb 11 20:37:11.105 INFO O| Feb 11 20:37:11.105 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-02-11T20:37:12.803Z[ recovery-image] Feb 11 20:37:11.123 INFO O| Feb 11 20:37:11.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
62912025-02-11T20:37:12.803Z[ recovery-image] Feb 11 20:37:11.123 INFO O| Feb 11 20:37:11.123 INFO STEP 636 (remove_files) COMPLETE
62922025-02-11T20:37:12.803Z[ recovery-image] Feb 11 20:37:11.123 INFO O| Feb 11 20:37:11.123 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-02-11T20:37:12.847Z[ recovery-image] Feb 11 20:37:11.167 INFO O| Feb 11 20:37:11.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
62942025-02-11T20:37:12.847Z[ recovery-image] Feb 11 20:37:11.167 INFO O| Feb 11 20:37:11.167 INFO STEP 637 (remove_files) COMPLETE
62952025-02-11T20:37:12.847Z[ recovery-image] Feb 11 20:37:11.167 INFO O| Feb 11 20:37:11.167 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-02-11T20:37:12.866Z[ recovery-image] Feb 11 20:37:11.186 INFO O| Feb 11 20:37:11.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
62972025-02-11T20:37:12.868Z[ recovery-image] Feb 11 20:37:11.186 INFO O| Feb 11 20:37:11.186 INFO STEP 638 (remove_files) COMPLETE
62982025-02-11T20:37:12.868Z[ recovery-image] Feb 11 20:37:11.186 INFO O| Feb 11 20:37:11.186 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-11T20:37:12.896Z[ recovery-image] Feb 11 20:37:11.216 INFO O| Feb 11 20:37:11.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63002025-02-11T20:37:12.896Z[ recovery-image] Feb 11 20:37:11.216 INFO O| Feb 11 20:37:11.216 INFO STEP 639 (remove_files) COMPLETE
63012025-02-11T20:37:12.899Z[ recovery-image] Feb 11 20:37:11.216 INFO O| Feb 11 20:37:11.216 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-11T20:37:12.920Z[ recovery-image] Feb 11 20:37:11.239 INFO O| Feb 11 20:37:11.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63032025-02-11T20:37:12.946Z[ recovery-image] Feb 11 20:37:11.265 INFO O| Feb 11 20:37:11.265 INFO STEP 640 (remove_files) COMPLETE
63042025-02-11T20:37:12.949Z[ recovery-image] Feb 11 20:37:11.265 INFO O| Feb 11 20:37:11.265 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-11T20:37:12.993Z[ recovery-image] Feb 11 20:37:11.313 INFO O| Feb 11 20:37:11.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63062025-02-11T20:37:12.996Z[ recovery-image] Feb 11 20:37:11.313 INFO O| Feb 11 20:37:11.313 INFO STEP 641 (remove_files) COMPLETE
63072025-02-11T20:37:12.996Z[ recovery-image] Feb 11 20:37:11.313 INFO O| Feb 11 20:37:11.313 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-11T20:37:13.039Z[ recovery-image] Feb 11 20:37:11.359 INFO O| Feb 11 20:37:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63092025-02-11T20:37:13.042Z[ recovery-image] Feb 11 20:37:11.359 INFO O| Feb 11 20:37:11.359 INFO STEP 642 (remove_files) COMPLETE
63102025-02-11T20:37:13.042Z[ recovery-image] Feb 11 20:37:11.359 INFO O| Feb 11 20:37:11.359 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-11T20:37:13.058Z[ recovery-image] Feb 11 20:37:11.378 INFO O| Feb 11 20:37:11.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63122025-02-11T20:37:13.061Z[ recovery-image] Feb 11 20:37:11.379 INFO O| Feb 11 20:37:11.379 INFO STEP 643 (remove_files) COMPLETE
63132025-02-11T20:37:13.061Z[ recovery-image] Feb 11 20:37:11.379 INFO O| Feb 11 20:37:11.379 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-11T20:37:13.077Z[ recovery-image] Feb 11 20:37:11.397 INFO O| Feb 11 20:37:11.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63152025-02-11T20:37:13.077Z[ recovery-image] Feb 11 20:37:11.397 INFO O| Feb 11 20:37:11.397 INFO STEP 644 (remove_files) COMPLETE
63162025-02-11T20:37:13.080Z[ recovery-image] Feb 11 20:37:11.397 INFO O| Feb 11 20:37:11.397 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-11T20:37:13.099Z[ recovery-image] Feb 11 20:37:11.418 INFO O| Feb 11 20:37:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63182025-02-11T20:37:13.102Z[ recovery-image] Feb 11 20:37:11.418 INFO O| Feb 11 20:37:11.418 INFO STEP 645 (remove_files) COMPLETE
63192025-02-11T20:37:13.102Z[ recovery-image] Feb 11 20:37:11.418 INFO O| Feb 11 20:37:11.418 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-11T20:37:13.118Z[ recovery-image] Feb 11 20:37:11.438 INFO O| Feb 11 20:37:11.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63212025-02-11T20:37:13.121Z[ recovery-image] Feb 11 20:37:11.438 INFO O| Feb 11 20:37:11.438 INFO STEP 646 (remove_files) COMPLETE
63222025-02-11T20:37:13.121Z[ recovery-image] Feb 11 20:37:11.438 INFO O| Feb 11 20:37:11.438 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-02-11T20:37:13.139Z[ recovery-image] Feb 11 20:37:11.459 INFO O| Feb 11 20:37:11.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63242025-02-11T20:37:13.142Z[ recovery-image] Feb 11 20:37:11.460 INFO O| Feb 11 20:37:11.460 INFO STEP 647 (remove_files) COMPLETE
63252025-02-11T20:37:13.142Z[ recovery-image] Feb 11 20:37:11.460 INFO O| Feb 11 20:37:11.460 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-02-11T20:37:13.162Z[ recovery-image] Feb 11 20:37:11.481 INFO O| Feb 11 20:37:11.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63272025-02-11T20:37:13.162Z[ recovery-image] Feb 11 20:37:11.481 INFO O| Feb 11 20:37:11.481 INFO STEP 648 (remove_files) COMPLETE
63282025-02-11T20:37:13.165Z[ recovery-image] Feb 11 20:37:11.482 INFO O| Feb 11 20:37:11.482 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-02-11T20:37:13.183Z[ recovery-image] Feb 11 20:37:11.501 INFO O| Feb 11 20:37:11.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63302025-02-11T20:37:13.186Z[ recovery-image] Feb 11 20:37:11.502 INFO O| Feb 11 20:37:11.501 INFO STEP 649 (remove_files) COMPLETE
63312025-02-11T20:37:13.186Z[ recovery-image] Feb 11 20:37:11.502 INFO O| Feb 11 20:37:11.502 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-02-11T20:37:13.213Z[ recovery-image] Feb 11 20:37:11.533 INFO O| Feb 11 20:37:11.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63332025-02-11T20:37:13.216Z[ recovery-image] Feb 11 20:37:11.533 INFO O| Feb 11 20:37:11.533 INFO STEP 650 (remove_files) COMPLETE
63342025-02-11T20:37:13.216Z[ recovery-image] Feb 11 20:37:11.533 INFO O| Feb 11 20:37:11.533 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-02-11T20:37:13.270Z[ recovery-image] Feb 11 20:37:11.589 INFO O| Feb 11 20:37:11.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63362025-02-11T20:37:13.273Z[ recovery-image] Feb 11 20:37:11.590 INFO O| Feb 11 20:37:11.589 INFO STEP 651 (remove_files) COMPLETE
63372025-02-11T20:37:13.273Z[ recovery-image] Feb 11 20:37:11.590 INFO O| Feb 11 20:37:11.590 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-02-11T20:37:13.296Z[ recovery-image] Feb 11 20:37:11.616 INFO O| Feb 11 20:37:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63392025-02-11T20:37:13.296Z[ recovery-image] Feb 11 20:37:11.616 INFO O| Feb 11 20:37:11.616 INFO STEP 652 (remove_files) COMPLETE
63402025-02-11T20:37:13.299Z[ recovery-image] Feb 11 20:37:11.616 INFO O| Feb 11 20:37:11.616 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-02-11T20:37:13.397Z[ recovery-image] Feb 11 20:37:11.716 INFO O| Feb 11 20:37:11.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63422025-02-11T20:37:13.400Z[ recovery-image] Feb 11 20:37:11.716 INFO O| Feb 11 20:37:11.716 INFO STEP 653 (remove_files) COMPLETE
63432025-02-11T20:37:13.400Z[ recovery-image] Feb 11 20:37:11.717 INFO O| Feb 11 20:37:11.716 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-02-11T20:37:13.425Z[ recovery-image] Feb 11 20:37:11.744 INFO O| Feb 11 20:37:11.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63452025-02-11T20:37:13.425Z[ recovery-image] Feb 11 20:37:11.744 INFO O| Feb 11 20:37:11.744 INFO STEP 654 (remove_files) COMPLETE
63462025-02-11T20:37:13.425Z[ recovery-image] Feb 11 20:37:11.744 INFO O| Feb 11 20:37:11.744 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-02-11T20:37:13.660Z[ recovery-image] Feb 11 20:37:11.884 INFO O| Feb 11 20:37:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63482025-02-11T20:37:13.660Z[ recovery-image] Feb 11 20:37:11.884 INFO O| Feb 11 20:37:11.884 INFO STEP 655 (remove_files) COMPLETE
63492025-02-11T20:37:13.660Z[ recovery-image] Feb 11 20:37:11.884 INFO O| Feb 11 20:37:11.884 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-02-11T20:37:13.700Z[ recovery-image] Feb 11 20:37:12.020 INFO O| Feb 11 20:37:12.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63512025-02-11T20:37:13.700Z[ recovery-image] Feb 11 20:37:12.020 INFO O| Feb 11 20:37:12.020 INFO STEP 656 (remove_files) COMPLETE
63522025-02-11T20:37:13.700Z[ recovery-image] Feb 11 20:37:12.020 INFO O| Feb 11 20:37:12.020 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-02-11T20:37:13.721Z[ recovery-image] Feb 11 20:37:12.039 INFO O| Feb 11 20:37:12.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63542025-02-11T20:37:13.721Z[ recovery-image] Feb 11 20:37:12.039 INFO O| Feb 11 20:37:12.039 INFO STEP 657 (remove_files) COMPLETE
63552025-02-11T20:37:13.724Z[ recovery-image] Feb 11 20:37:12.039 INFO O| Feb 11 20:37:12.039 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-02-11T20:37:13.754Z[ recovery-image] Feb 11 20:37:12.073 INFO O| Feb 11 20:37:12.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63572025-02-11T20:37:13.754Z[ recovery-image] Feb 11 20:37:12.074 INFO O| Feb 11 20:37:12.073 INFO STEP 658 (remove_files) COMPLETE
63582025-02-11T20:37:13.754Z[ recovery-image] Feb 11 20:37:12.074 INFO O| Feb 11 20:37:12.073 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-02-11T20:37:13.815Z[ recovery-image] Feb 11 20:37:12.134 INFO O| Feb 11 20:37:12.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63602025-02-11T20:37:13.815Z[ recovery-image] Feb 11 20:37:12.134 INFO O| Feb 11 20:37:12.134 INFO STEP 659 (remove_files) COMPLETE
63612025-02-11T20:37:13.815Z[ recovery-image] Feb 11 20:37:12.134 INFO O| Feb 11 20:37:12.134 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-02-11T20:37:13.845Z[ recovery-image] Feb 11 20:37:12.165 INFO O| Feb 11 20:37:12.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63632025-02-11T20:37:13.845Z[ recovery-image] Feb 11 20:37:12.165 INFO O| Feb 11 20:37:12.165 INFO STEP 660 (remove_files) COMPLETE
63642025-02-11T20:37:13.845Z[ recovery-image] Feb 11 20:37:12.165 INFO O| Feb 11 20:37:12.165 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-02-11T20:37:13.865Z[ recovery-image] Feb 11 20:37:12.185 INFO O| Feb 11 20:37:12.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63662025-02-11T20:37:13.865Z[ recovery-image] Feb 11 20:37:12.185 INFO O| Feb 11 20:37:12.185 INFO STEP 661 (remove_files) COMPLETE
63672025-02-11T20:37:13.865Z[ recovery-image] Feb 11 20:37:12.185 INFO O| Feb 11 20:37:12.185 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-02-11T20:37:13.886Z[ recovery-image] Feb 11 20:37:12.206 INFO O| Feb 11 20:37:12.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63692025-02-11T20:37:13.886Z[ recovery-image] Feb 11 20:37:12.206 INFO O| Feb 11 20:37:12.206 INFO STEP 662 (remove_files) COMPLETE
63702025-02-11T20:37:13.886Z[ recovery-image] Feb 11 20:37:12.206 INFO O| Feb 11 20:37:12.206 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-02-11T20:37:13.906Z[ recovery-image] Feb 11 20:37:12.226 INFO O| Feb 11 20:37:12.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
63722025-02-11T20:37:13.906Z[ recovery-image] Feb 11 20:37:12.226 INFO O| Feb 11 20:37:12.226 INFO STEP 663 (remove_files) COMPLETE
63732025-02-11T20:37:13.906Z[ recovery-image] Feb 11 20:37:12.226 INFO O| Feb 11 20:37:12.226 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-02-11T20:37:13.927Z[ recovery-image] Feb 11 20:37:12.246 INFO O| Feb 11 20:37:12.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
63752025-02-11T20:37:13.927Z[ recovery-image] Feb 11 20:37:12.246 INFO O| Feb 11 20:37:12.246 INFO STEP 664 (remove_files) COMPLETE
63762025-02-11T20:37:13.927Z[ recovery-image] Feb 11 20:37:12.246 INFO O| Feb 11 20:37:12.246 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-02-11T20:37:13.949Z[ recovery-image] Feb 11 20:37:12.269 INFO O| Feb 11 20:37:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
63782025-02-11T20:37:13.949Z[ recovery-image] Feb 11 20:37:12.269 INFO O| Feb 11 20:37:12.269 INFO STEP 665 (remove_files) COMPLETE
63792025-02-11T20:37:13.949Z[ recovery-image] Feb 11 20:37:12.269 INFO O| Feb 11 20:37:12.269 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-02-11T20:37:13.970Z[ recovery-image] Feb 11 20:37:12.290 INFO O| Feb 11 20:37:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
63812025-02-11T20:37:13.970Z[ recovery-image] Feb 11 20:37:12.290 INFO O| Feb 11 20:37:12.290 INFO STEP 666 (remove_files) COMPLETE
63822025-02-11T20:37:13.971Z[ recovery-image] Feb 11 20:37:12.290 INFO O| Feb 11 20:37:12.290 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-02-11T20:37:13.992Z[ recovery-image] Feb 11 20:37:12.312 INFO O| Feb 11 20:37:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
63842025-02-11T20:37:13.992Z[ recovery-image] Feb 11 20:37:12.312 INFO O| Feb 11 20:37:12.312 INFO STEP 667 (remove_files) COMPLETE
63852025-02-11T20:37:13.995Z[ recovery-image] Feb 11 20:37:12.312 INFO O| Feb 11 20:37:12.312 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-02-11T20:37:14.013Z[ recovery-image] Feb 11 20:37:12.333 INFO O| Feb 11 20:37:12.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
63872025-02-11T20:37:14.013Z[ recovery-image] Feb 11 20:37:12.333 INFO O| Feb 11 20:37:12.333 INFO STEP 668 (remove_files) COMPLETE
63882025-02-11T20:37:14.013Z[ recovery-image] Feb 11 20:37:12.333 INFO O| Feb 11 20:37:12.333 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-02-11T20:37:14.033Z[ recovery-image] Feb 11 20:37:12.353 INFO O| Feb 11 20:37:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
63902025-02-11T20:37:14.034Z[ recovery-image] Feb 11 20:37:12.353 INFO O| Feb 11 20:37:12.353 INFO STEP 669 (remove_files) COMPLETE
63912025-02-11T20:37:14.036Z[ recovery-image] Feb 11 20:37:12.353 INFO O| Feb 11 20:37:12.353 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-02-11T20:37:14.054Z[ recovery-image] Feb 11 20:37:12.373 INFO O| Feb 11 20:37:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
63932025-02-11T20:37:14.054Z[ recovery-image] Feb 11 20:37:12.374 INFO O| Feb 11 20:37:12.374 INFO STEP 670 (remove_files) COMPLETE
63942025-02-11T20:37:14.054Z[ recovery-image] Feb 11 20:37:12.374 INFO O| Feb 11 20:37:12.374 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-02-11T20:37:14.075Z[ recovery-image] Feb 11 20:37:12.395 INFO O| Feb 11 20:37:12.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
63962025-02-11T20:37:14.078Z[ recovery-image] Feb 11 20:37:12.395 INFO O| Feb 11 20:37:12.395 INFO STEP 671 (remove_files) COMPLETE
63972025-02-11T20:37:14.078Z[ recovery-image] Feb 11 20:37:12.396 INFO O| Feb 11 20:37:12.395 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-02-11T20:37:14.095Z[ recovery-image] Feb 11 20:37:12.415 INFO O| Feb 11 20:37:12.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
63992025-02-11T20:37:14.098Z[ recovery-image] Feb 11 20:37:12.415 INFO O| Feb 11 20:37:12.415 INFO STEP 672 (remove_files) COMPLETE
64002025-02-11T20:37:14.098Z[ recovery-image] Feb 11 20:37:12.415 INFO O| Feb 11 20:37:12.415 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-02-11T20:37:14.132Z[ recovery-image] Feb 11 20:37:12.451 INFO O| Feb 11 20:37:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64022025-02-11T20:37:14.132Z[ recovery-image] Feb 11 20:37:12.451 INFO O| Feb 11 20:37:12.451 INFO STEP 673 (remove_files) COMPLETE
64032025-02-11T20:37:14.132Z[ recovery-image] Feb 11 20:37:12.452 INFO O| Feb 11 20:37:12.451 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-02-11T20:37:14.149Z[ recovery-image] Feb 11 20:37:12.468 INFO O| Feb 11 20:37:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64052025-02-11T20:37:14.149Z[ recovery-image] Feb 11 20:37:12.468 INFO O| Feb 11 20:37:12.468 INFO STEP 674 (remove_files) COMPLETE
64062025-02-11T20:37:14.149Z[ recovery-image] Feb 11 20:37:12.468 INFO O| Feb 11 20:37:12.468 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-02-11T20:37:14.170Z[ recovery-image] Feb 11 20:37:12.490 INFO O| Feb 11 20:37:12.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64082025-02-11T20:37:14.170Z[ recovery-image] Feb 11 20:37:12.490 INFO O| Feb 11 20:37:12.490 INFO STEP 675 (remove_files) COMPLETE
64092025-02-11T20:37:14.170Z[ recovery-image] Feb 11 20:37:12.490 INFO O| Feb 11 20:37:12.490 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-02-11T20:37:14.197Z[ recovery-image] Feb 11 20:37:12.516 INFO O| Feb 11 20:37:12.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64112025-02-11T20:37:14.197Z[ recovery-image] Feb 11 20:37:12.516 INFO O| Feb 11 20:37:12.516 INFO STEP 676 (remove_files) COMPLETE
64122025-02-11T20:37:14.197Z[ recovery-image] Feb 11 20:37:12.516 INFO O| Feb 11 20:37:12.516 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-02-11T20:37:14.227Z[ recovery-image] Feb 11 20:37:12.547 INFO O| Feb 11 20:37:12.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64142025-02-11T20:37:14.227Z[ recovery-image] Feb 11 20:37:12.547 INFO O| Feb 11 20:37:12.547 INFO STEP 677 (remove_files) COMPLETE
64152025-02-11T20:37:14.230Z[ recovery-image] Feb 11 20:37:12.547 INFO O| Feb 11 20:37:12.547 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-02-11T20:37:14.247Z[ recovery-image] Feb 11 20:37:12.565 INFO O| Feb 11 20:37:12.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64172025-02-11T20:37:14.247Z[ recovery-image] Feb 11 20:37:12.565 INFO O| Feb 11 20:37:12.565 INFO STEP 678 (remove_files) COMPLETE
64182025-02-11T20:37:14.247Z[ recovery-image] Feb 11 20:37:12.565 INFO O| Feb 11 20:37:12.565 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-02-11T20:37:14.265Z[ recovery-image] Feb 11 20:37:12.584 INFO O| Feb 11 20:37:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64202025-02-11T20:37:14.268Z[ recovery-image] Feb 11 20:37:12.584 INFO O| Feb 11 20:37:12.584 INFO STEP 679 (remove_files) COMPLETE
64212025-02-11T20:37:14.268Z[ recovery-image] Feb 11 20:37:12.584 INFO O| Feb 11 20:37:12.584 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-02-11T20:37:14.299Z[ recovery-image] Feb 11 20:37:12.619 INFO O| Feb 11 20:37:12.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64232025-02-11T20:37:14.299Z[ recovery-image] Feb 11 20:37:12.619 INFO O| Feb 11 20:37:12.619 INFO STEP 680 (remove_files) COMPLETE
64242025-02-11T20:37:14.299Z[ recovery-image] Feb 11 20:37:12.619 INFO O| Feb 11 20:37:12.619 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-02-11T20:37:14.318Z[ recovery-image] Feb 11 20:37:12.636 INFO O| Feb 11 20:37:12.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64262025-02-11T20:37:14.318Z[ recovery-image] Feb 11 20:37:12.636 INFO O| Feb 11 20:37:12.636 INFO STEP 681 (remove_files) COMPLETE
64272025-02-11T20:37:14.321Z[ recovery-image] Feb 11 20:37:12.636 INFO O| Feb 11 20:37:12.636 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-02-11T20:37:14.334Z[ recovery-image] Feb 11 20:37:12.654 INFO O| Feb 11 20:37:12.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64292025-02-11T20:37:14.334Z[ recovery-image] Feb 11 20:37:12.654 INFO O| Feb 11 20:37:12.654 INFO STEP 682 (remove_files) COMPLETE
64302025-02-11T20:37:14.334Z[ recovery-image] Feb 11 20:37:12.654 INFO O| Feb 11 20:37:12.654 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-02-11T20:37:14.352Z[ recovery-image] Feb 11 20:37:12.671 INFO O| Feb 11 20:37:12.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64322025-02-11T20:37:14.352Z[ recovery-image] Feb 11 20:37:12.671 INFO O| Feb 11 20:37:12.671 INFO STEP 683 (remove_files) COMPLETE
64332025-02-11T20:37:14.352Z[ recovery-image] Feb 11 20:37:12.671 INFO O| Feb 11 20:37:12.671 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-02-11T20:37:14.370Z[ recovery-image] Feb 11 20:37:12.689 INFO O| Feb 11 20:37:12.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64352025-02-11T20:37:14.370Z[ recovery-image] Feb 11 20:37:12.689 INFO O| Feb 11 20:37:12.689 INFO STEP 684 (remove_files) COMPLETE
64362025-02-11T20:37:14.370Z[ recovery-image] Feb 11 20:37:12.689 INFO O| Feb 11 20:37:12.689 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-02-11T20:37:14.374Z[ host-image] Feb 11 20:37:12.694 INFO O| Feb 11 20:37:12.694 INFO O| Done
64382025-02-11T20:37:14.389Z[ recovery-image] Feb 11 20:37:12.709 INFO O| Feb 11 20:37:12.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64392025-02-11T20:37:14.389Z[ recovery-image] Feb 11 20:37:12.709 INFO O| Feb 11 20:37:12.709 INFO STEP 685 (remove_files) COMPLETE
64402025-02-11T20:37:14.392Z[ recovery-image] Feb 11 20:37:12.709 INFO O| Feb 11 20:37:12.709 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-02-11T20:37:14.407Z[ recovery-image] Feb 11 20:37:12.727 INFO O| Feb 11 20:37:12.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64422025-02-11T20:37:14.420Z[ host-image] Feb 11 20:37:12.739 INFO O| Feb 11 20:37:12.739 INFO O| Done
64432025-02-11T20:37:14.423Z[ host-image] Feb 11 20:37:12.739 INFO O| Feb 11 20:37:12.739 INFO O| Done
64442025-02-11T20:37:14.431Z[ recovery-image] Feb 11 20:37:12.751 INFO O| Feb 11 20:37:12.751 INFO STEP 686 (remove_files) COMPLETE
64452025-02-11T20:37:14.431Z[ recovery-image] Feb 11 20:37:12.751 INFO O| Feb 11 20:37:12.751 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-02-11T20:37:14.479Z[ recovery-image] Feb 11 20:37:12.798 INFO O| Feb 11 20:37:12.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64472025-02-11T20:37:14.479Z[ recovery-image] Feb 11 20:37:12.799 INFO O| Feb 11 20:37:12.798 INFO STEP 687 (remove_files) COMPLETE
64482025-02-11T20:37:14.479Z[ recovery-image] Feb 11 20:37:12.799 INFO O| Feb 11 20:37:12.799 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-02-11T20:37:14.494Z[ host-image] Feb 11 20:37:12.814 INFO O| Feb 11 20:37:12.814 INFO O| Done
64502025-02-11T20:37:14.544Z[ recovery-image] Feb 11 20:37:12.864 INFO O| Feb 11 20:37:12.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64512025-02-11T20:37:14.544Z[ recovery-image] Feb 11 20:37:12.864 INFO O| Feb 11 20:37:12.864 INFO STEP 688 (remove_files) COMPLETE
64522025-02-11T20:37:14.547Z[ recovery-image] Feb 11 20:37:12.864 INFO O| Feb 11 20:37:12.864 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-11T20:37:14.604Z[ recovery-image] Feb 11 20:37:12.924 INFO O| Feb 11 20:37:12.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64542025-02-11T20:37:14.605Z[ recovery-image] Feb 11 20:37:12.924 INFO O| Feb 11 20:37:12.924 INFO STEP 689 (remove_files) COMPLETE
64552025-02-11T20:37:14.607Z[ recovery-image] Feb 11 20:37:12.924 INFO O| Feb 11 20:37:12.924 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-11T20:37:14.622Z[ recovery-image] Feb 11 20:37:12.942 INFO O| Feb 11 20:37:12.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64572025-02-11T20:37:14.649Z[ recovery-image] Feb 11 20:37:12.969 INFO O| Feb 11 20:37:12.969 INFO STEP 690 (remove_files) COMPLETE
64582025-02-11T20:37:14.649Z[ recovery-image] Feb 11 20:37:12.969 INFO O| Feb 11 20:37:12.969 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-11T20:37:14.668Z[ host-image] Feb 11 20:37:12.988 INFO O| Feb 11 20:37:12.988 INFO STEP 13 (pkg_install) COMPLETE
64602025-02-11T20:37:14.668Z[ host-image] Feb 11 20:37:12.988 INFO O| Feb 11 20:37:12.988 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64612025-02-11T20:37:14.688Z[ host-image] Feb 11 20:37:13.008 INFO O| Feb 11 20:37:13.008 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
64622025-02-11T20:37:14.691Z[ recovery-image] Feb 11 20:37:13.009 INFO O| Feb 11 20:37:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64632025-02-11T20:37:14.691Z[ recovery-image] Feb 11 20:37:13.009 INFO O| Feb 11 20:37:13.009 INFO STEP 691 (remove_files) COMPLETE
64642025-02-11T20:37:14.748Z[ recovery-image] Feb 11 20:37:13.068 INFO O| Feb 11 20:37:13.009 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-11T20:37:14.774Z[ recovery-image] Feb 11 20:37:13.093 INFO O| Feb 11 20:37:13.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64662025-02-11T20:37:14.776Z[ recovery-image] Feb 11 20:37:13.093 INFO O| Feb 11 20:37:13.093 INFO STEP 692 (remove_files) COMPLETE
64672025-02-11T20:37:14.776Z[ recovery-image] Feb 11 20:37:13.093 INFO O| Feb 11 20:37:13.093 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-11T20:37:14.798Z[ recovery-image] Feb 11 20:37:13.117 INFO O| Feb 11 20:37:13.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64692025-02-11T20:37:14.798Z[ recovery-image] Feb 11 20:37:13.118 INFO O| Feb 11 20:37:13.118 INFO STEP 693 (remove_files) COMPLETE
64702025-02-11T20:37:14.801Z[ recovery-image] Feb 11 20:37:13.118 INFO O| Feb 11 20:37:13.118 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-11T20:37:14.818Z[ recovery-image] Feb 11 20:37:13.137 INFO O| Feb 11 20:37:13.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64722025-02-11T20:37:14.818Z[ recovery-image] Feb 11 20:37:13.137 INFO O| Feb 11 20:37:13.137 INFO STEP 694 (remove_files) COMPLETE
64732025-02-11T20:37:14.820Z[ recovery-image] Feb 11 20:37:13.137 INFO O| Feb 11 20:37:13.137 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-11T20:37:14.843Z[ recovery-image] Feb 11 20:37:13.162 INFO O| Feb 11 20:37:13.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64752025-02-11T20:37:14.843Z[ recovery-image] Feb 11 20:37:13.163 INFO O| Feb 11 20:37:13.163 INFO STEP 695 (remove_files) COMPLETE
64762025-02-11T20:37:14.845Z[ recovery-image] Feb 11 20:37:13.163 INFO O| Feb 11 20:37:13.163 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-11T20:37:14.886Z[ recovery-image] Feb 11 20:37:13.204 INFO O| Feb 11 20:37:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
64782025-02-11T20:37:14.889Z[ recovery-image] Feb 11 20:37:13.204 INFO O| Feb 11 20:37:13.204 INFO STEP 696 (remove_files) COMPLETE
64792025-02-11T20:37:14.889Z[ recovery-image] Feb 11 20:37:13.205 INFO O| Feb 11 20:37:13.204 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-11T20:37:14.930Z[ recovery-image] Feb 11 20:37:13.250 INFO O| Feb 11 20:37:13.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
64812025-02-11T20:37:14.930Z[ recovery-image] Feb 11 20:37:13.250 INFO O| Feb 11 20:37:13.250 INFO STEP 697 (remove_files) COMPLETE
64822025-02-11T20:37:14.930Z[ recovery-image] Feb 11 20:37:13.250 INFO O| Feb 11 20:37:13.250 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-11T20:37:14.954Z[ recovery-image] Feb 11 20:37:13.272 INFO O| Feb 11 20:37:13.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
64842025-02-11T20:37:14.954Z[ recovery-image] Feb 11 20:37:13.272 INFO O| Feb 11 20:37:13.272 INFO STEP 698 (remove_files) COMPLETE
64852025-02-11T20:37:14.954Z[ recovery-image] Feb 11 20:37:13.272 INFO O| Feb 11 20:37:13.272 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-11T20:37:14.973Z[ recovery-image] Feb 11 20:37:13.293 INFO O| Feb 11 20:37:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
64872025-02-11T20:37:14.976Z[ recovery-image] Feb 11 20:37:13.293 INFO O| Feb 11 20:37:13.293 INFO STEP 699 (remove_files) COMPLETE
64882025-02-11T20:37:14.976Z[ recovery-image] Feb 11 20:37:13.293 INFO O| Feb 11 20:37:13.293 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-11T20:37:14.993Z[ recovery-image] Feb 11 20:37:13.313 INFO O| Feb 11 20:37:13.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
64902025-02-11T20:37:14.994Z[ recovery-image] Feb 11 20:37:13.313 INFO O| Feb 11 20:37:13.313 INFO STEP 700 (remove_files) COMPLETE
64912025-02-11T20:37:14.996Z[ recovery-image] Feb 11 20:37:13.313 INFO O| Feb 11 20:37:13.313 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-11T20:37:15.015Z[ recovery-image] Feb 11 20:37:13.334 INFO O| Feb 11 20:37:13.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
64932025-02-11T20:37:15.015Z[ recovery-image] Feb 11 20:37:13.335 INFO O| Feb 11 20:37:13.334 INFO STEP 701 (remove_files) COMPLETE
64942025-02-11T20:37:15.018Z[ recovery-image] Feb 11 20:37:13.335 INFO O| Feb 11 20:37:13.334 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-11T20:37:15.037Z[ recovery-image] Feb 11 20:37:13.356 INFO O| Feb 11 20:37:13.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
64962025-02-11T20:37:15.037Z[ recovery-image] Feb 11 20:37:13.356 INFO O| Feb 11 20:37:13.356 INFO STEP 702 (remove_files) COMPLETE
64972025-02-11T20:37:15.037Z[ recovery-image] Feb 11 20:37:13.356 INFO O| Feb 11 20:37:13.356 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-02-11T20:37:15.059Z[ recovery-image] Feb 11 20:37:13.378 INFO O| Feb 11 20:37:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
64992025-02-11T20:37:15.059Z[ recovery-image] Feb 11 20:37:13.378 INFO O| Feb 11 20:37:13.378 INFO STEP 703 (remove_files) COMPLETE
65002025-02-11T20:37:15.061Z[ recovery-image] Feb 11 20:37:13.378 INFO O| Feb 11 20:37:13.378 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-02-11T20:37:15.095Z[ recovery-image] Feb 11 20:37:13.414 INFO O| Feb 11 20:37:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65022025-02-11T20:37:15.095Z[ recovery-image] Feb 11 20:37:13.414 INFO O| Feb 11 20:37:13.414 INFO STEP 704 (remove_files) COMPLETE
65032025-02-11T20:37:15.095Z[ recovery-image] Feb 11 20:37:13.414 INFO O| Feb 11 20:37:13.414 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-02-11T20:37:15.129Z[ recovery-image] Feb 11 20:37:13.449 INFO O| Feb 11 20:37:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65052025-02-11T20:37:15.132Z[ recovery-image] Feb 11 20:37:13.449 INFO O| Feb 11 20:37:13.449 INFO STEP 705 (remove_files) COMPLETE
65062025-02-11T20:37:15.132Z[ recovery-image] Feb 11 20:37:13.449 INFO O| Feb 11 20:37:13.449 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-02-11T20:37:15.148Z[ recovery-image] Feb 11 20:37:13.467 INFO O| Feb 11 20:37:13.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65082025-02-11T20:37:15.148Z[ recovery-image] Feb 11 20:37:13.467 INFO O| Feb 11 20:37:13.467 INFO STEP 706 (remove_files) COMPLETE
65092025-02-11T20:37:15.151Z[ recovery-image] Feb 11 20:37:13.468 INFO O| Feb 11 20:37:13.467 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-02-11T20:37:15.168Z[ recovery-image] Feb 11 20:37:13.488 INFO O| Feb 11 20:37:13.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65112025-02-11T20:37:15.171Z[ recovery-image] Feb 11 20:37:13.488 INFO O| Feb 11 20:37:13.488 INFO STEP 707 (remove_files) COMPLETE
65122025-02-11T20:37:15.171Z[ recovery-image] Feb 11 20:37:13.488 INFO O| Feb 11 20:37:13.488 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-02-11T20:37:15.211Z[ recovery-image] Feb 11 20:37:13.531 INFO O| Feb 11 20:37:13.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65142025-02-11T20:37:15.239Z[ recovery-image] Feb 11 20:37:13.559 INFO O| Feb 11 20:37:13.559 INFO STEP 708 (remove_files) COMPLETE
65152025-02-11T20:37:15.239Z[ recovery-image] Feb 11 20:37:13.559 INFO O| Feb 11 20:37:13.559 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-02-11T20:37:15.276Z[ recovery-image] Feb 11 20:37:13.596 INFO O| Feb 11 20:37:13.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65172025-02-11T20:37:15.276Z[ recovery-image] Feb 11 20:37:13.596 INFO O| Feb 11 20:37:13.596 INFO STEP 709 (remove_files) COMPLETE
65182025-02-11T20:37:15.276Z[ recovery-image] Feb 11 20:37:13.596 INFO O| Feb 11 20:37:13.596 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-02-11T20:37:15.314Z[ recovery-image] Feb 11 20:37:13.633 INFO O| Feb 11 20:37:13.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65202025-02-11T20:37:15.314Z[ recovery-image] Feb 11 20:37:13.634 INFO O| Feb 11 20:37:13.634 INFO STEP 710 (remove_files) COMPLETE
65212025-02-11T20:37:15.314Z[ recovery-image] Feb 11 20:37:13.634 INFO O| Feb 11 20:37:13.634 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-02-11T20:37:15.333Z[ recovery-image] Feb 11 20:37:13.652 INFO O| Feb 11 20:37:13.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65232025-02-11T20:37:15.333Z[ recovery-image] Feb 11 20:37:13.653 INFO O| Feb 11 20:37:13.653 INFO STEP 711 (remove_files) COMPLETE
65242025-02-11T20:37:15.336Z[ recovery-image] Feb 11 20:37:13.653 INFO O| Feb 11 20:37:13.653 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-11T20:37:15.351Z[ recovery-image] Feb 11 20:37:13.670 INFO O| Feb 11 20:37:13.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65262025-02-11T20:37:15.351Z[ recovery-image] Feb 11 20:37:13.670 INFO O| Feb 11 20:37:13.670 INFO STEP 712 (remove_files) COMPLETE
65272025-02-11T20:37:15.351Z[ recovery-image] Feb 11 20:37:13.670 INFO O| Feb 11 20:37:13.670 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-11T20:37:15.379Z[ recovery-image] Feb 11 20:37:13.698 INFO O| Feb 11 20:37:13.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65292025-02-11T20:37:15.379Z[ recovery-image] Feb 11 20:37:13.698 INFO O| Feb 11 20:37:13.698 INFO STEP 713 (remove_files) COMPLETE
65302025-02-11T20:37:15.379Z[ recovery-image] Feb 11 20:37:13.698 INFO O| Feb 11 20:37:13.698 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-11T20:37:15.414Z[ recovery-image] Feb 11 20:37:13.733 INFO O| Feb 11 20:37:13.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65322025-02-11T20:37:15.414Z[ recovery-image] Feb 11 20:37:13.733 INFO O| Feb 11 20:37:13.733 INFO STEP 714 (remove_files) COMPLETE
65332025-02-11T20:37:15.417Z[ recovery-image] Feb 11 20:37:13.733 INFO O| Feb 11 20:37:13.733 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-11T20:37:15.448Z[ recovery-image] Feb 11 20:37:13.768 INFO O| Feb 11 20:37:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65352025-02-11T20:37:15.448Z[ recovery-image] Feb 11 20:37:13.768 INFO O| Feb 11 20:37:13.768 INFO STEP 715 (remove_files) COMPLETE
65362025-02-11T20:37:15.448Z[ recovery-image] Feb 11 20:37:13.768 INFO O| Feb 11 20:37:13.768 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-02-11T20:37:15.482Z[ recovery-image] Feb 11 20:37:13.801 INFO O| Feb 11 20:37:13.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65382025-02-11T20:37:15.482Z[ recovery-image] Feb 11 20:37:13.801 INFO O| Feb 11 20:37:13.801 INFO STEP 716 (remove_files) COMPLETE
65392025-02-11T20:37:15.485Z[ recovery-image] Feb 11 20:37:13.801 INFO O| Feb 11 20:37:13.801 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-02-11T20:37:15.532Z[ recovery-image] Feb 11 20:37:13.852 INFO O| Feb 11 20:37:13.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65412025-02-11T20:37:15.554Z[ recovery-image] Feb 11 20:37:13.874 INFO O| Feb 11 20:37:13.874 INFO STEP 717 (remove_files) COMPLETE
65422025-02-11T20:37:15.554Z[ recovery-image] Feb 11 20:37:13.874 INFO O| Feb 11 20:37:13.874 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-02-11T20:37:15.591Z[ recovery-image] Feb 11 20:37:13.911 INFO O| Feb 11 20:37:13.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65442025-02-11T20:37:15.591Z[ recovery-image] Feb 11 20:37:13.911 INFO O| Feb 11 20:37:13.911 INFO STEP 718 (remove_files) COMPLETE
65452025-02-11T20:37:15.594Z[ recovery-image] Feb 11 20:37:13.911 INFO O| Feb 11 20:37:13.911 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-11T20:37:15.610Z[ recovery-image] Feb 11 20:37:13.929 INFO O| Feb 11 20:37:13.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65472025-02-11T20:37:15.610Z[ recovery-image] Feb 11 20:37:13.929 INFO O| Feb 11 20:37:13.929 INFO STEP 719 (remove_files) COMPLETE
65482025-02-11T20:37:15.613Z[ recovery-image] Feb 11 20:37:13.930 INFO O| Feb 11 20:37:13.929 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-02-11T20:37:15.630Z[ recovery-image] Feb 11 20:37:13.949 INFO O| Feb 11 20:37:13.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65502025-02-11T20:37:15.630Z[ recovery-image] Feb 11 20:37:13.949 INFO O| Feb 11 20:37:13.949 INFO STEP 720 (remove_files) COMPLETE
65512025-02-11T20:37:15.635Z[ recovery-image] Feb 11 20:37:13.949 INFO O| Feb 11 20:37:13.949 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-02-11T20:37:15.650Z[ recovery-image] Feb 11 20:37:13.969 INFO O| Feb 11 20:37:13.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65532025-02-11T20:37:15.650Z[ recovery-image] Feb 11 20:37:13.969 INFO O| Feb 11 20:37:13.969 INFO STEP 721 (remove_files) COMPLETE
65542025-02-11T20:37:15.650Z[ recovery-image] Feb 11 20:37:13.969 INFO O| Feb 11 20:37:13.969 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-02-11T20:37:15.670Z[ recovery-image] Feb 11 20:37:13.988 INFO O| Feb 11 20:37:13.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65562025-02-11T20:37:15.670Z[ recovery-image] Feb 11 20:37:13.988 INFO O| Feb 11 20:37:13.988 INFO STEP 722 (remove_files) COMPLETE
65572025-02-11T20:37:15.670Z[ recovery-image] Feb 11 20:37:13.988 INFO O| Feb 11 20:37:13.988 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-02-11T20:37:15.688Z[ recovery-image] Feb 11 20:37:14.007 INFO O| Feb 11 20:37:14.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65592025-02-11T20:37:15.688Z[ recovery-image] Feb 11 20:37:14.007 INFO O| Feb 11 20:37:14.007 INFO STEP 723 (remove_files) COMPLETE
65602025-02-11T20:37:15.688Z[ recovery-image] Feb 11 20:37:14.007 INFO O| Feb 11 20:37:14.007 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-11T20:37:15.728Z[ host-image] Feb 11 20:37:14.046 INFO O| Feb 11 20:37:14.046 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
65622025-02-11T20:37:15.750Z[ recovery-image] Feb 11 20:37:14.070 INFO O| Feb 11 20:37:14.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65632025-02-11T20:37:15.753Z[ recovery-image] Feb 11 20:37:14.070 INFO O| Feb 11 20:37:14.070 INFO STEP 724 (remove_files) COMPLETE
65642025-02-11T20:37:15.753Z[ recovery-image] Feb 11 20:37:14.070 INFO O| Feb 11 20:37:14.070 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-02-11T20:37:15.776Z[ recovery-image] Feb 11 20:37:14.094 INFO O| Feb 11 20:37:14.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65662025-02-11T20:37:15.776Z[ recovery-image] Feb 11 20:37:14.095 INFO O| Feb 11 20:37:14.095 INFO STEP 725 (remove_files) COMPLETE
65672025-02-11T20:37:15.776Z[ recovery-image] Feb 11 20:37:14.095 INFO O| Feb 11 20:37:14.095 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-02-11T20:37:15.801Z[ recovery-image] Feb 11 20:37:14.120 INFO O| Feb 11 20:37:14.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
65692025-02-11T20:37:15.801Z[ recovery-image] Feb 11 20:37:14.120 INFO O| Feb 11 20:37:14.120 INFO STEP 726 (remove_files) COMPLETE
65702025-02-11T20:37:15.801Z[ recovery-image] Feb 11 20:37:14.120 INFO O| Feb 11 20:37:14.120 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-11T20:37:15.823Z[ recovery-image] Feb 11 20:37:14.142 INFO O| Feb 11 20:37:14.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
65722025-02-11T20:37:15.823Z[ recovery-image] Feb 11 20:37:14.142 INFO O| Feb 11 20:37:14.142 INFO STEP 727 (remove_files) COMPLETE
65732025-02-11T20:37:15.823Z[ recovery-image] Feb 11 20:37:14.142 INFO O| Feb 11 20:37:14.142 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-02-11T20:37:15.847Z[ recovery-image] Feb 11 20:37:14.167 INFO O| Feb 11 20:37:14.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
65752025-02-11T20:37:15.850Z[ recovery-image] Feb 11 20:37:14.168 INFO O| Feb 11 20:37:14.168 INFO STEP 728 (remove_files) COMPLETE
65762025-02-11T20:37:15.850Z[ recovery-image] Feb 11 20:37:14.168 INFO O| Feb 11 20:37:14.168 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-02-11T20:37:15.900Z[ recovery-image] Feb 11 20:37:14.219 INFO O| Feb 11 20:37:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
65782025-02-11T20:37:15.900Z[ recovery-image] Feb 11 20:37:14.219 INFO O| Feb 11 20:37:14.219 INFO STEP 729 (remove_files) COMPLETE
65792025-02-11T20:37:15.903Z[ recovery-image] Feb 11 20:37:14.219 INFO O| Feb 11 20:37:14.219 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-02-11T20:37:15.930Z[ recovery-image] Feb 11 20:37:14.248 INFO O| Feb 11 20:37:14.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
65812025-02-11T20:37:15.930Z[ recovery-image] Feb 11 20:37:14.249 INFO O| Feb 11 20:37:14.249 INFO STEP 730 (remove_files) COMPLETE
65822025-02-11T20:37:15.930Z[ recovery-image] Feb 11 20:37:14.249 INFO O| Feb 11 20:37:14.249 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-02-11T20:37:15.969Z[ recovery-image] Feb 11 20:37:14.289 INFO O| Feb 11 20:37:14.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
65842025-02-11T20:37:15.969Z[ recovery-image] Feb 11 20:37:14.289 INFO O| Feb 11 20:37:14.289 INFO STEP 731 (remove_files) COMPLETE
65852025-02-11T20:37:15.969Z[ recovery-image] Feb 11 20:37:14.289 INFO O| Feb 11 20:37:14.289 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-11T20:37:16.006Z[ recovery-image] Feb 11 20:37:14.326 INFO O| Feb 11 20:37:14.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
65872025-02-11T20:37:16.006Z[ recovery-image] Feb 11 20:37:14.326 INFO O| Feb 11 20:37:14.326 INFO STEP 732 (remove_files) COMPLETE
65882025-02-11T20:37:16.009Z[ recovery-image] Feb 11 20:37:14.326 INFO O| Feb 11 20:37:14.326 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-11T20:37:16.044Z[ recovery-image] Feb 11 20:37:14.362 INFO O| Feb 11 20:37:14.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
65902025-02-11T20:37:16.044Z[ recovery-image] Feb 11 20:37:14.363 INFO O| Feb 11 20:37:14.363 INFO STEP 733 (remove_files) COMPLETE
65912025-02-11T20:37:16.044Z[ recovery-image] Feb 11 20:37:14.363 INFO O| Feb 11 20:37:14.363 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-02-11T20:37:16.089Z[ recovery-image] Feb 11 20:37:14.409 INFO O| Feb 11 20:37:14.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
65932025-02-11T20:37:16.089Z[ recovery-image] Feb 11 20:37:14.409 INFO O| Feb 11 20:37:14.409 INFO STEP 734 (remove_files) COMPLETE
65942025-02-11T20:37:16.089Z[ recovery-image] Feb 11 20:37:14.409 INFO O| Feb 11 20:37:14.409 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-02-11T20:37:16.144Z[ recovery-image] Feb 11 20:37:14.464 INFO O| Feb 11 20:37:14.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
65962025-02-11T20:37:16.144Z[ recovery-image] Feb 11 20:37:14.464 INFO O| Feb 11 20:37:14.464 INFO STEP 735 (remove_files) COMPLETE
65972025-02-11T20:37:16.145Z[ recovery-image] Feb 11 20:37:14.464 INFO O| Feb 11 20:37:14.464 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-02-11T20:37:16.185Z[ recovery-image] Feb 11 20:37:14.503 INFO O| Feb 11 20:37:14.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
65992025-02-11T20:37:16.185Z[ recovery-image] Feb 11 20:37:14.503 INFO O| Feb 11 20:37:14.503 INFO STEP 736 (remove_files) COMPLETE
66002025-02-11T20:37:16.188Z[ recovery-image] Feb 11 20:37:14.503 INFO O| Feb 11 20:37:14.503 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-02-11T20:37:16.206Z[ recovery-image] Feb 11 20:37:14.525 INFO O| Feb 11 20:37:14.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66022025-02-11T20:37:16.209Z[ recovery-image] Feb 11 20:37:14.527 INFO O| Feb 11 20:37:14.527 INFO STEP 737 (remove_files) COMPLETE
66032025-02-11T20:37:16.209Z[ recovery-image] Feb 11 20:37:14.527 INFO O| Feb 11 20:37:14.527 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-02-11T20:37:16.252Z[ recovery-image] Feb 11 20:37:14.572 INFO O| Feb 11 20:37:14.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66052025-02-11T20:37:16.252Z[ recovery-image] Feb 11 20:37:14.572 INFO O| Feb 11 20:37:14.551 INFO STEP 738 (remove_files) COMPLETE
66062025-02-11T20:37:16.252Z[ recovery-image] Feb 11 20:37:14.572 INFO O| Feb 11 20:37:14.551 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-02-11T20:37:16.329Z[ recovery-image] Feb 11 20:37:14.648 INFO O| Feb 11 20:37:14.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66082025-02-11T20:37:16.329Z[ recovery-image] Feb 11 20:37:14.648 INFO O| Feb 11 20:37:14.648 INFO STEP 739 (remove_files) COMPLETE
66092025-02-11T20:37:16.329Z[ recovery-image] Feb 11 20:37:14.648 INFO O| Feb 11 20:37:14.648 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-02-11T20:37:16.364Z[ recovery-image] Feb 11 20:37:14.682 INFO O| Feb 11 20:37:14.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66112025-02-11T20:37:16.364Z[ recovery-image] Feb 11 20:37:14.682 INFO O| Feb 11 20:37:14.671 INFO STEP 740 (remove_files) COMPLETE
66122025-02-11T20:37:16.364Z[ recovery-image] Feb 11 20:37:14.682 INFO O| Feb 11 20:37:14.671 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-02-11T20:37:16.374Z[ recovery-image] Feb 11 20:37:14.694 INFO O| Feb 11 20:37:14.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66142025-02-11T20:37:16.377Z[ recovery-image] Feb 11 20:37:14.694 INFO O| Feb 11 20:37:14.694 INFO STEP 741 (remove_files) COMPLETE
66152025-02-11T20:37:16.377Z[ recovery-image] Feb 11 20:37:14.694 INFO O| Feb 11 20:37:14.694 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-02-11T20:37:16.447Z[ recovery-image] Feb 11 20:37:14.766 INFO O| Feb 11 20:37:14.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66172025-02-11T20:37:16.447Z[ recovery-image] Feb 11 20:37:14.766 INFO O| Feb 11 20:37:14.766 INFO STEP 742 (remove_files) COMPLETE
66182025-02-11T20:37:16.447Z[ recovery-image] Feb 11 20:37:14.766 INFO O| Feb 11 20:37:14.766 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-02-11T20:37:16.506Z[ recovery-image] Feb 11 20:37:14.824 INFO O| Feb 11 20:37:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66202025-02-11T20:37:16.506Z[ recovery-image] Feb 11 20:37:14.824 INFO O| Feb 11 20:37:14.824 INFO STEP 743 (remove_files) COMPLETE
66212025-02-11T20:37:16.511Z[ recovery-image] Feb 11 20:37:14.824 INFO O| Feb 11 20:37:14.824 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-02-11T20:37:16.528Z[ recovery-image] Feb 11 20:37:14.846 INFO O| Feb 11 20:37:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66232025-02-11T20:37:16.528Z[ recovery-image] Feb 11 20:37:14.846 INFO O| Feb 11 20:37:14.846 INFO STEP 744 (remove_files) COMPLETE
66242025-02-11T20:37:16.528Z[ recovery-image] Feb 11 20:37:14.846 INFO O| Feb 11 20:37:14.846 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-02-11T20:37:16.549Z[ recovery-image] Feb 11 20:37:14.868 INFO O| Feb 11 20:37:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66262025-02-11T20:37:16.552Z[ recovery-image] Feb 11 20:37:14.869 INFO O| Feb 11 20:37:14.869 INFO STEP 745 (remove_files) COMPLETE
66272025-02-11T20:37:16.552Z[ recovery-image] Feb 11 20:37:14.869 INFO O| Feb 11 20:37:14.869 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-02-11T20:37:16.606Z[ recovery-image] Feb 11 20:37:14.911 INFO O| Feb 11 20:37:14.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66292025-02-11T20:37:16.606Z[ recovery-image] Feb 11 20:37:14.911 INFO O| Feb 11 20:37:14.911 INFO STEP 746 (remove_files) COMPLETE
66302025-02-11T20:37:16.606Z[ recovery-image] Feb 11 20:37:14.911 INFO O| Feb 11 20:37:14.911 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-02-11T20:37:16.611Z[ recovery-image] Feb 11 20:37:14.931 INFO O| Feb 11 20:37:14.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66322025-02-11T20:37:16.611Z[ recovery-image] Feb 11 20:37:14.931 INFO O| Feb 11 20:37:14.931 INFO STEP 747 (remove_files) COMPLETE
66332025-02-11T20:37:16.614Z[ recovery-image] Feb 11 20:37:14.931 INFO O| Feb 11 20:37:14.931 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-02-11T20:37:16.685Z[ recovery-image] Feb 11 20:37:15.002 INFO O| Feb 11 20:37:15.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66352025-02-11T20:37:16.685Z[ recovery-image] Feb 11 20:37:15.003 INFO O| Feb 11 20:37:15.003 INFO STEP 748 (remove_files) COMPLETE
66362025-02-11T20:37:16.685Z[ recovery-image] Feb 11 20:37:15.003 INFO O| Feb 11 20:37:15.003 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-02-11T20:37:16.732Z[ recovery-image] Feb 11 20:37:15.051 INFO O| Feb 11 20:37:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66382025-02-11T20:37:16.734Z[ recovery-image] Feb 11 20:37:15.051 INFO O| Feb 11 20:37:15.051 INFO STEP 749 (remove_files) COMPLETE
66392025-02-11T20:37:16.734Z[ recovery-image] Feb 11 20:37:15.051 INFO O| Feb 11 20:37:15.051 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-02-11T20:37:16.755Z[ recovery-image] Feb 11 20:37:15.074 INFO O| Feb 11 20:37:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66412025-02-11T20:37:16.757Z[ recovery-image] Feb 11 20:37:15.074 INFO O| Feb 11 20:37:15.074 INFO STEP 750 (remove_files) COMPLETE
66422025-02-11T20:37:16.757Z[ recovery-image] Feb 11 20:37:15.074 INFO O| Feb 11 20:37:15.074 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-02-11T20:37:16.790Z[ recovery-image] Feb 11 20:37:15.108 INFO O| Feb 11 20:37:15.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66442025-02-11T20:37:16.790Z[ recovery-image] Feb 11 20:37:15.108 INFO O| Feb 11 20:37:15.108 INFO STEP 751 (remove_files) COMPLETE
66452025-02-11T20:37:16.790Z[ recovery-image] Feb 11 20:37:15.108 INFO O| Feb 11 20:37:15.108 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-02-11T20:37:16.833Z[ recovery-image] Feb 11 20:37:15.153 INFO O| Feb 11 20:37:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66472025-02-11T20:37:16.833Z[ recovery-image] Feb 11 20:37:15.153 INFO O| Feb 11 20:37:15.153 INFO STEP 752 (remove_files) COMPLETE
66482025-02-11T20:37:16.836Z[ recovery-image] Feb 11 20:37:15.153 INFO O| Feb 11 20:37:15.153 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-02-11T20:37:16.917Z[ recovery-image] Feb 11 20:37:15.182 INFO O| Feb 11 20:37:15.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66502025-02-11T20:37:16.917Z[ recovery-image] Feb 11 20:37:15.182 INFO O| Feb 11 20:37:15.175 INFO STEP 753 (remove_files) COMPLETE
66512025-02-11T20:37:16.918Z[ recovery-image] Feb 11 20:37:15.182 INFO O| Feb 11 20:37:15.175 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-11T20:37:16.918Z[ recovery-image] Feb 11 20:37:15.231 INFO O| Feb 11 20:37:15.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66532025-02-11T20:37:16.918Z[ recovery-image] Feb 11 20:37:15.231 INFO O| Feb 11 20:37:15.231 INFO STEP 754 (remove_files) COMPLETE
66542025-02-11T20:37:16.918Z[ recovery-image] Feb 11 20:37:15.231 INFO O| Feb 11 20:37:15.231 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-11T20:37:16.931Z[ recovery-image] Feb 11 20:37:15.250 INFO O| Feb 11 20:37:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66562025-02-11T20:37:16.931Z[ recovery-image] Feb 11 20:37:15.251 INFO O| Feb 11 20:37:15.251 INFO STEP 755 (remove_files) COMPLETE
66572025-02-11T20:37:16.932Z[ recovery-image] Feb 11 20:37:15.251 INFO O| Feb 11 20:37:15.251 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-11T20:37:16.988Z[ recovery-image] Feb 11 20:37:15.308 INFO O| Feb 11 20:37:15.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66592025-02-11T20:37:16.988Z[ recovery-image] Feb 11 20:37:15.308 INFO O| Feb 11 20:37:15.308 INFO STEP 756 (remove_files) COMPLETE
66602025-02-11T20:37:16.991Z[ recovery-image] Feb 11 20:37:15.308 INFO O| Feb 11 20:37:15.308 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-11T20:37:17.006Z[ recovery-image] Feb 11 20:37:15.326 INFO O| Feb 11 20:37:15.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66622025-02-11T20:37:17.006Z[ recovery-image] Feb 11 20:37:15.326 INFO O| Feb 11 20:37:15.326 INFO STEP 757 (remove_files) COMPLETE
66632025-02-11T20:37:17.006Z[ recovery-image] Feb 11 20:37:15.326 INFO O| Feb 11 20:37:15.326 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-11T20:37:17.025Z[ recovery-image] Feb 11 20:37:15.344 INFO O| Feb 11 20:37:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66652025-02-11T20:37:17.025Z[ recovery-image] Feb 11 20:37:15.344 INFO O| Feb 11 20:37:15.344 INFO STEP 758 (remove_files) COMPLETE
66662025-02-11T20:37:17.025Z[ recovery-image] Feb 11 20:37:15.344 INFO O| Feb 11 20:37:15.344 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-11T20:37:17.042Z[ recovery-image] Feb 11 20:37:15.361 INFO O| Feb 11 20:37:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
66682025-02-11T20:37:17.042Z[ recovery-image] Feb 11 20:37:15.361 INFO O| Feb 11 20:37:15.361 INFO STEP 759 (remove_files) COMPLETE
66692025-02-11T20:37:17.045Z[ recovery-image] Feb 11 20:37:15.361 INFO O| Feb 11 20:37:15.361 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-11T20:37:17.061Z[ recovery-image] Feb 11 20:37:15.381 INFO O| Feb 11 20:37:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
66712025-02-11T20:37:17.061Z[ recovery-image] Feb 11 20:37:15.381 INFO O| Feb 11 20:37:15.381 INFO STEP 760 (remove_files) COMPLETE
66722025-02-11T20:37:17.061Z[ recovery-image] Feb 11 20:37:15.381 INFO O| Feb 11 20:37:15.381 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-11T20:37:17.083Z[ recovery-image] Feb 11 20:37:15.402 INFO O| Feb 11 20:37:15.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
66742025-02-11T20:37:17.083Z[ recovery-image] Feb 11 20:37:15.402 INFO O| Feb 11 20:37:15.402 INFO STEP 761 (remove_files) COMPLETE
66752025-02-11T20:37:17.085Z[ recovery-image] Feb 11 20:37:15.403 INFO O| Feb 11 20:37:15.402 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-11T20:37:17.106Z[ recovery-image] Feb 11 20:37:15.425 INFO O| Feb 11 20:37:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
66772025-02-11T20:37:17.106Z[ recovery-image] Feb 11 20:37:15.425 INFO O| Feb 11 20:37:15.425 INFO STEP 762 (remove_files) COMPLETE
66782025-02-11T20:37:17.106Z[ recovery-image] Feb 11 20:37:15.425 INFO O| Feb 11 20:37:15.425 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-11T20:37:17.127Z[ recovery-image] Feb 11 20:37:15.446 INFO O| Feb 11 20:37:15.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
66802025-02-11T20:37:17.146Z[ recovery-image] Feb 11 20:37:15.465 INFO O| Feb 11 20:37:15.465 INFO STEP 763 (remove_files) COMPLETE
66812025-02-11T20:37:17.146Z[ recovery-image] Feb 11 20:37:15.465 INFO O| Feb 11 20:37:15.465 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-11T20:37:17.177Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
66832025-02-11T20:37:17.180Z[ recovery-image] Feb 11 20:37:15.497 INFO O| Feb 11 20:37:15.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
66842025-02-11T20:37:17.180Z[ recovery-image] Feb 11 20:37:15.498 INFO O| Feb 11 20:37:15.498 INFO STEP 764 (remove_files) COMPLETE
66852025-02-11T20:37:17.180Z[ recovery-image] Feb 11 20:37:15.498 INFO O| Feb 11 20:37:15.498 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-02-11T20:37:17.281Z[ recovery-image] Feb 11 20:37:15.600 INFO O| Feb 11 20:37:15.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
66872025-02-11T20:37:17.281Z[ recovery-image] Feb 11 20:37:15.601 INFO O| Feb 11 20:37:15.600 INFO STEP 765 (remove_files) COMPLETE
66882025-02-11T20:37:17.284Z[ recovery-image] Feb 11 20:37:15.601 INFO O| Feb 11 20:37:15.600 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-02-11T20:37:17.331Z[ recovery-image] Feb 11 20:37:15.650 INFO O| Feb 11 20:37:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
66902025-02-11T20:37:17.331Z[ recovery-image] Feb 11 20:37:15.650 INFO O| Feb 11 20:37:15.650 INFO STEP 766 (remove_files) COMPLETE
66912025-02-11T20:37:17.331Z[ recovery-image] Feb 11 20:37:15.650 INFO O| Feb 11 20:37:15.650 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-02-11T20:37:17.388Z[ recovery-image] Feb 11 20:37:15.708 INFO O| Feb 11 20:37:15.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
66932025-02-11T20:37:17.391Z[ recovery-image] Feb 11 20:37:15.708 INFO O| Feb 11 20:37:15.708 INFO STEP 767 (remove_files) COMPLETE
66942025-02-11T20:37:17.391Z[ recovery-image] Feb 11 20:37:15.708 INFO O| Feb 11 20:37:15.708 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-02-11T20:37:17.409Z[ recovery-image] Feb 11 20:37:15.729 INFO O| Feb 11 20:37:15.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
66962025-02-11T20:37:17.412Z[ recovery-image] Feb 11 20:37:15.729 INFO O| Feb 11 20:37:15.729 INFO STEP 768 (remove_files) COMPLETE
66972025-02-11T20:37:17.412Z[ recovery-image] Feb 11 20:37:15.729 INFO O| Feb 11 20:37:15.729 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-02-11T20:37:17.429Z[ recovery-image] Feb 11 20:37:15.749 INFO O| Feb 11 20:37:15.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
66992025-02-11T20:37:17.432Z[ recovery-image] Feb 11 20:37:15.749 INFO O| Feb 11 20:37:15.749 INFO STEP 769 (remove_files) COMPLETE
67002025-02-11T20:37:17.432Z[ recovery-image] Feb 11 20:37:15.749 INFO O| Feb 11 20:37:15.749 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-02-11T20:37:17.447Z[ recovery-image] Feb 11 20:37:15.767 INFO O| Feb 11 20:37:15.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67022025-02-11T20:37:17.450Z[ recovery-image] Feb 11 20:37:15.767 INFO O| Feb 11 20:37:15.767 INFO STEP 770 (remove_files) COMPLETE
67032025-02-11T20:37:17.450Z[ recovery-image] Feb 11 20:37:15.767 INFO O| Feb 11 20:37:15.767 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-02-11T20:37:17.475Z[ recovery-image] Feb 11 20:37:15.785 INFO O| Feb 11 20:37:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67052025-02-11T20:37:17.475Z[ recovery-image] Feb 11 20:37:15.785 INFO O| Feb 11 20:37:15.785 INFO STEP 771 (remove_files) COMPLETE
67062025-02-11T20:37:17.475Z[ recovery-image] Feb 11 20:37:15.785 INFO O| Feb 11 20:37:15.785 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-02-11T20:37:17.492Z[ recovery-image] Feb 11 20:37:15.812 INFO O| Feb 11 20:37:15.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67082025-02-11T20:37:17.493Z[ recovery-image] Feb 11 20:37:15.812 INFO O| Feb 11 20:37:15.807 INFO STEP 772 (remove_files) COMPLETE
67092025-02-11T20:37:17.495Z[ recovery-image] Feb 11 20:37:15.812 INFO O| Feb 11 20:37:15.807 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-02-11T20:37:17.550Z[ recovery-image] Feb 11 20:37:15.838 INFO O| Feb 11 20:37:15.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67112025-02-11T20:37:17.550Z[ recovery-image] Feb 11 20:37:15.838 INFO O| Feb 11 20:37:15.828 INFO STEP 773 (remove_files) COMPLETE
67122025-02-11T20:37:17.550Z[ recovery-image] Feb 11 20:37:15.838 INFO O| Feb 11 20:37:15.828 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-02-11T20:37:17.550Z[ recovery-image] Feb 11 20:37:15.860 INFO O| Feb 11 20:37:15.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67142025-02-11T20:37:17.550Z[ recovery-image] Feb 11 20:37:15.860 INFO O| Feb 11 20:37:15.860 INFO STEP 774 (remove_files) COMPLETE
67152025-02-11T20:37:17.550Z[ recovery-image] Feb 11 20:37:15.860 INFO O| Feb 11 20:37:15.860 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-02-11T20:37:17.564Z[ recovery-image] Feb 11 20:37:15.880 INFO O| Feb 11 20:37:15.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67172025-02-11T20:37:17.564Z[ recovery-image] Feb 11 20:37:15.880 INFO O| Feb 11 20:37:15.880 INFO STEP 775 (remove_files) COMPLETE
67182025-02-11T20:37:17.564Z[ recovery-image] Feb 11 20:37:15.880 INFO O| Feb 11 20:37:15.880 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-02-11T20:37:17.579Z[ recovery-image] Feb 11 20:37:15.898 INFO O| Feb 11 20:37:15.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67202025-02-11T20:37:17.581Z[ recovery-image] Feb 11 20:37:15.898 INFO O| Feb 11 20:37:15.898 INFO STEP 776 (remove_files) COMPLETE
67212025-02-11T20:37:17.581Z[ recovery-image] Feb 11 20:37:15.898 INFO O| Feb 11 20:37:15.898 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-02-11T20:37:17.596Z[ recovery-image] Feb 11 20:37:15.915 INFO O| Feb 11 20:37:15.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67232025-02-11T20:37:17.599Z[ recovery-image] Feb 11 20:37:15.915 INFO O| Feb 11 20:37:15.915 INFO STEP 777 (remove_files) COMPLETE
67242025-02-11T20:37:17.599Z[ recovery-image] Feb 11 20:37:15.916 INFO O| Feb 11 20:37:15.915 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-02-11T20:37:17.616Z[ recovery-image] Feb 11 20:37:15.934 INFO O| Feb 11 20:37:15.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67262025-02-11T20:37:17.620Z[ recovery-image] Feb 11 20:37:15.935 INFO O| Feb 11 20:37:15.934 INFO STEP 778 (remove_files) COMPLETE
67272025-02-11T20:37:17.620Z[ recovery-image] Feb 11 20:37:15.935 INFO O| Feb 11 20:37:15.935 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-02-11T20:37:17.634Z[ recovery-image] Feb 11 20:37:15.953 INFO O| Feb 11 20:37:15.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67292025-02-11T20:37:17.634Z[ recovery-image] Feb 11 20:37:15.953 INFO O| Feb 11 20:37:15.953 INFO STEP 779 (remove_files) COMPLETE
67302025-02-11T20:37:17.637Z[ recovery-image] Feb 11 20:37:15.954 INFO O| Feb 11 20:37:15.954 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-02-11T20:37:17.673Z[ recovery-image] Feb 11 20:37:15.992 INFO O| Feb 11 20:37:15.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67322025-02-11T20:37:17.673Z[ recovery-image] Feb 11 20:37:15.992 INFO O| Feb 11 20:37:15.992 INFO STEP 780 (remove_files) COMPLETE
67332025-02-11T20:37:17.673Z[ recovery-image] Feb 11 20:37:15.992 INFO O| Feb 11 20:37:15.992 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-02-11T20:37:17.698Z[ recovery-image] Feb 11 20:37:16.017 INFO O| Feb 11 20:37:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67352025-02-11T20:37:17.698Z[ recovery-image] Feb 11 20:37:16.017 INFO O| Feb 11 20:37:16.017 INFO STEP 781 (remove_files) COMPLETE
67362025-02-11T20:37:17.698Z[ recovery-image] Feb 11 20:37:16.017 INFO O| Feb 11 20:37:16.017 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-02-11T20:37:17.732Z[ recovery-image] Feb 11 20:37:16.050 INFO O| Feb 11 20:37:16.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67382025-02-11T20:37:17.743Z[ recovery-image] Feb 11 20:37:16.063 INFO O| Feb 11 20:37:16.063 INFO STEP 782 (remove_files) COMPLETE
67392025-02-11T20:37:17.746Z[ recovery-image] Feb 11 20:37:16.063 INFO O| Feb 11 20:37:16.063 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-02-11T20:37:17.782Z[ recovery-image] Feb 11 20:37:16.085 INFO O| Feb 11 20:37:16.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67412025-02-11T20:37:17.782Z[ recovery-image] Feb 11 20:37:16.100 INFO O| Feb 11 20:37:16.100 INFO STEP 783 (remove_files) COMPLETE
67422025-02-11T20:37:17.782Z[ recovery-image] Feb 11 20:37:16.100 INFO O| Feb 11 20:37:16.100 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-02-11T20:37:17.816Z[ recovery-image] Feb 11 20:37:16.134 INFO O| Feb 11 20:37:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67442025-02-11T20:37:17.816Z[ recovery-image] Feb 11 20:37:16.134 INFO O| Feb 11 20:37:16.134 INFO STEP 784 (remove_files) COMPLETE
67452025-02-11T20:37:17.816Z[ recovery-image] Feb 11 20:37:16.134 INFO O| Feb 11 20:37:16.134 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-02-11T20:37:17.854Z[ recovery-image] Feb 11 20:37:16.173 INFO O| Feb 11 20:37:16.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67472025-02-11T20:37:17.854Z[ recovery-image] Feb 11 20:37:16.173 INFO O| Feb 11 20:37:16.173 INFO STEP 785 (remove_files) COMPLETE
67482025-02-11T20:37:17.854Z[ recovery-image] Feb 11 20:37:16.173 INFO O| Feb 11 20:37:16.173 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-02-11T20:37:17.874Z[ recovery-image] Feb 11 20:37:16.193 INFO O| Feb 11 20:37:16.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67502025-02-11T20:37:17.874Z[ recovery-image] Feb 11 20:37:16.193 INFO O| Feb 11 20:37:16.193 INFO STEP 786 (remove_files) COMPLETE
67512025-02-11T20:37:17.874Z[ recovery-image] Feb 11 20:37:16.193 INFO O| Feb 11 20:37:16.193 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-02-11T20:37:17.948Z[ recovery-image] Feb 11 20:37:16.268 INFO O| Feb 11 20:37:16.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67532025-02-11T20:37:17.953Z[ recovery-image] Feb 11 20:37:16.268 INFO O| Feb 11 20:37:16.268 INFO STEP 787 (remove_files) COMPLETE
67542025-02-11T20:37:17.953Z[ recovery-image] Feb 11 20:37:16.268 INFO O| Feb 11 20:37:16.268 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-02-11T20:37:18.020Z[ recovery-image] Feb 11 20:37:16.339 INFO O| Feb 11 20:37:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67562025-02-11T20:37:18.020Z[ recovery-image] Feb 11 20:37:16.339 INFO O| Feb 11 20:37:16.339 INFO STEP 788 (remove_files) COMPLETE
67572025-02-11T20:37:18.022Z[ recovery-image] Feb 11 20:37:16.339 INFO O| Feb 11 20:37:16.339 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-02-11T20:37:18.039Z[ recovery-image] Feb 11 20:37:16.357 INFO O| Feb 11 20:37:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67592025-02-11T20:37:18.039Z[ recovery-image] Feb 11 20:37:16.357 INFO O| Feb 11 20:37:16.357 INFO STEP 789 (remove_files) COMPLETE
67602025-02-11T20:37:18.039Z[ recovery-image] Feb 11 20:37:16.357 INFO O| Feb 11 20:37:16.357 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-02-11T20:37:18.054Z[ recovery-image] Feb 11 20:37:16.372 INFO O| Feb 11 20:37:16.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67622025-02-11T20:37:18.054Z[ recovery-image] Feb 11 20:37:16.372 INFO O| Feb 11 20:37:16.372 INFO STEP 790 (remove_files) COMPLETE
67632025-02-11T20:37:18.054Z[ recovery-image] Feb 11 20:37:16.372 INFO O| Feb 11 20:37:16.372 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-02-11T20:37:18.089Z[ recovery-image] Feb 11 20:37:16.408 INFO O| Feb 11 20:37:16.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67652025-02-11T20:37:18.089Z[ recovery-image] Feb 11 20:37:16.409 INFO O| Feb 11 20:37:16.408 INFO STEP 791 (remove_files) COMPLETE
67662025-02-11T20:37:18.089Z[ recovery-image] Feb 11 20:37:16.409 INFO O| Feb 11 20:37:16.408 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-02-11T20:37:18.109Z[ recovery-image] Feb 11 20:37:16.428 INFO O| Feb 11 20:37:16.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
67682025-02-11T20:37:18.109Z[ recovery-image] Feb 11 20:37:16.428 INFO O| Feb 11 20:37:16.428 INFO STEP 792 (remove_files) COMPLETE
67692025-02-11T20:37:18.109Z[ recovery-image] Feb 11 20:37:16.428 INFO O| Feb 11 20:37:16.428 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-02-11T20:37:18.129Z[ recovery-image] Feb 11 20:37:16.449 INFO O| Feb 11 20:37:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
67712025-02-11T20:37:18.130Z[ recovery-image] Feb 11 20:37:16.449 INFO O| Feb 11 20:37:16.449 INFO STEP 793 (remove_files) COMPLETE
67722025-02-11T20:37:18.130Z[ recovery-image] Feb 11 20:37:16.449 INFO O| Feb 11 20:37:16.449 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-02-11T20:37:18.148Z[ recovery-image] Feb 11 20:37:16.467 INFO O| Feb 11 20:37:16.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
67742025-02-11T20:37:18.148Z[ recovery-image] Feb 11 20:37:16.467 INFO O| Feb 11 20:37:16.467 INFO STEP 794 (remove_files) COMPLETE
67752025-02-11T20:37:18.150Z[ recovery-image] Feb 11 20:37:16.467 INFO O| Feb 11 20:37:16.467 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-02-11T20:37:18.166Z[ recovery-image] Feb 11 20:37:16.486 INFO O| Feb 11 20:37:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
67772025-02-11T20:37:18.166Z[ recovery-image] Feb 11 20:37:16.486 INFO O| Feb 11 20:37:16.486 INFO STEP 795 (remove_files) COMPLETE
67782025-02-11T20:37:18.169Z[ recovery-image] Feb 11 20:37:16.486 INFO O| Feb 11 20:37:16.486 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-02-11T20:37:18.185Z[ recovery-image] Feb 11 20:37:16.505 INFO O| Feb 11 20:37:16.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
67802025-02-11T20:37:18.185Z[ recovery-image] Feb 11 20:37:16.505 INFO O| Feb 11 20:37:16.505 INFO STEP 796 (remove_files) COMPLETE
67812025-02-11T20:37:18.185Z[ recovery-image] Feb 11 20:37:16.505 INFO O| Feb 11 20:37:16.505 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-02-11T20:37:18.205Z[ recovery-image] Feb 11 20:37:16.524 INFO O| Feb 11 20:37:16.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
67832025-02-11T20:37:18.205Z[ recovery-image] Feb 11 20:37:16.524 INFO O| Feb 11 20:37:16.524 INFO STEP 797 (remove_files) COMPLETE
67842025-02-11T20:37:18.205Z[ recovery-image] Feb 11 20:37:16.524 INFO O| Feb 11 20:37:16.524 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-02-11T20:37:18.224Z[ recovery-image] Feb 11 20:37:16.543 INFO O| Feb 11 20:37:16.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
67862025-02-11T20:37:18.226Z[ recovery-image] Feb 11 20:37:16.543 INFO O| Feb 11 20:37:16.543 INFO STEP 798 (remove_files) COMPLETE
67872025-02-11T20:37:18.226Z[ recovery-image] Feb 11 20:37:16.543 INFO O| Feb 11 20:37:16.543 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-02-11T20:37:18.250Z[ recovery-image] Feb 11 20:37:16.569 INFO O| Feb 11 20:37:16.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
67892025-02-11T20:37:18.252Z[ recovery-image] Feb 11 20:37:16.569 INFO O| Feb 11 20:37:16.569 INFO STEP 799 (remove_files) COMPLETE
67902025-02-11T20:37:18.252Z[ recovery-image] Feb 11 20:37:16.570 INFO O| Feb 11 20:37:16.569 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-02-11T20:37:18.270Z[ recovery-image] Feb 11 20:37:16.589 INFO O| Feb 11 20:37:16.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
67922025-02-11T20:37:18.272Z[ recovery-image] Feb 11 20:37:16.589 INFO O| Feb 11 20:37:16.589 INFO STEP 800 (remove_files) COMPLETE
67932025-02-11T20:37:18.272Z[ recovery-image] Feb 11 20:37:16.589 INFO O| Feb 11 20:37:16.589 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-02-11T20:37:18.289Z[ recovery-image] Feb 11 20:37:16.608 INFO O| Feb 11 20:37:16.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
67952025-02-11T20:37:18.291Z[ recovery-image] Feb 11 20:37:16.608 INFO O| Feb 11 20:37:16.608 INFO STEP 801 (remove_files) COMPLETE
67962025-02-11T20:37:18.291Z[ recovery-image] Feb 11 20:37:16.608 INFO O| Feb 11 20:37:16.608 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-02-11T20:37:18.308Z[ recovery-image] Feb 11 20:37:16.627 INFO O| Feb 11 20:37:16.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
67982025-02-11T20:37:18.310Z[ recovery-image] Feb 11 20:37:16.627 INFO O| Feb 11 20:37:16.627 INFO STEP 802 (remove_files) COMPLETE
67992025-02-11T20:37:18.310Z[ recovery-image] Feb 11 20:37:16.627 INFO O| Feb 11 20:37:16.627 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-02-11T20:37:18.326Z[ recovery-image] Feb 11 20:37:16.646 INFO O| Feb 11 20:37:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68012025-02-11T20:37:18.348Z[ recovery-image] Feb 11 20:37:16.646 INFO O| Feb 11 20:37:16.646 INFO STEP 803 (remove_files) COMPLETE
68022025-02-11T20:37:18.348Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
68032025-02-11T20:37:18.348Z[ recovery-image] Feb 11 20:37:16.646 INFO O| Feb 11 20:37:16.646 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-02-11T20:37:18.348Z[ recovery-image] Feb 11 20:37:16.665 INFO O| Feb 11 20:37:16.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68052025-02-11T20:37:18.348Z[ recovery-image] Feb 11 20:37:16.665 INFO O| Feb 11 20:37:16.665 INFO STEP 804 (remove_files) COMPLETE
68062025-02-11T20:37:18.348Z[ recovery-image] Feb 11 20:37:16.665 INFO O| Feb 11 20:37:16.665 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-02-11T20:37:18.400Z[ recovery-image] Feb 11 20:37:16.719 INFO O| Feb 11 20:37:16.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68082025-02-11T20:37:18.403Z[ recovery-image] Feb 11 20:37:16.720 INFO O| Feb 11 20:37:16.720 INFO STEP 805 (remove_files) COMPLETE
68092025-02-11T20:37:18.403Z[ recovery-image] Feb 11 20:37:16.720 INFO O| Feb 11 20:37:16.720 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-02-11T20:37:18.443Z[ recovery-image] Feb 11 20:37:16.763 INFO O| Feb 11 20:37:16.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68112025-02-11T20:37:18.443Z[ recovery-image] Feb 11 20:37:16.763 INFO O| Feb 11 20:37:16.763 INFO STEP 806 (remove_files) COMPLETE
68122025-02-11T20:37:18.447Z[ recovery-image] Feb 11 20:37:16.763 INFO O| Feb 11 20:37:16.763 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-02-11T20:37:18.470Z[ recovery-image] Feb 11 20:37:16.789 INFO O| Feb 11 20:37:16.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68142025-02-11T20:37:18.470Z[ recovery-image] Feb 11 20:37:16.789 INFO O| Feb 11 20:37:16.789 INFO STEP 807 (remove_files) COMPLETE
68152025-02-11T20:37:18.472Z[ recovery-image] Feb 11 20:37:16.789 INFO O| Feb 11 20:37:16.789 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-02-11T20:37:18.494Z[ recovery-image] Feb 11 20:37:16.812 INFO O| Feb 11 20:37:16.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68172025-02-11T20:37:18.497Z[ recovery-image] Feb 11 20:37:16.814 INFO O| Feb 11 20:37:16.814 INFO STEP 808 (remove_files) COMPLETE
68182025-02-11T20:37:18.497Z[ recovery-image] Feb 11 20:37:16.814 INFO O| Feb 11 20:37:16.814 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-02-11T20:37:18.515Z[ recovery-image] Feb 11 20:37:16.834 INFO O| Feb 11 20:37:16.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68202025-02-11T20:37:18.515Z[ recovery-image] Feb 11 20:37:16.834 INFO O| Feb 11 20:37:16.834 INFO STEP 809 (remove_files) COMPLETE
68212025-02-11T20:37:18.517Z[ recovery-image] Feb 11 20:37:16.834 INFO O| Feb 11 20:37:16.834 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-02-11T20:37:18.539Z[ recovery-image] Feb 11 20:37:16.857 INFO O| Feb 11 20:37:16.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68232025-02-11T20:37:18.539Z[ recovery-image] Feb 11 20:37:16.857 INFO O| Feb 11 20:37:16.857 INFO STEP 810 (remove_files) COMPLETE
68242025-02-11T20:37:18.539Z[ recovery-image] Feb 11 20:37:16.857 INFO O| Feb 11 20:37:16.857 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-11T20:37:18.560Z[ recovery-image] Feb 11 20:37:16.879 INFO O| Feb 11 20:37:16.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68262025-02-11T20:37:18.560Z[ recovery-image] Feb 11 20:37:16.879 INFO O| Feb 11 20:37:16.879 INFO STEP 811 (remove_files) COMPLETE
68272025-02-11T20:37:18.560Z[ recovery-image] Feb 11 20:37:16.879 INFO O| Feb 11 20:37:16.879 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-11T20:37:18.597Z[ recovery-image] Feb 11 20:37:16.900 INFO O| Feb 11 20:37:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68292025-02-11T20:37:18.597Z[ recovery-image] Feb 11 20:37:16.900 INFO O| Feb 11 20:37:16.900 INFO STEP 812 (remove_files) COMPLETE
68302025-02-11T20:37:18.600Z[ recovery-image] Feb 11 20:37:16.900 INFO O| Feb 11 20:37:16.900 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-11T20:37:18.602Z[ recovery-image] Feb 11 20:37:16.920 INFO O| Feb 11 20:37:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68322025-02-11T20:37:18.602Z[ recovery-image] Feb 11 20:37:16.921 INFO O| Feb 11 20:37:16.921 INFO STEP 813 (remove_files) COMPLETE
68332025-02-11T20:37:18.602Z[ recovery-image] Feb 11 20:37:16.921 INFO O| Feb 11 20:37:16.921 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-11T20:37:18.692Z[ recovery-image] Feb 11 20:37:17.001 INFO O| Feb 11 20:37:17.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68352025-02-11T20:37:18.692Z[ recovery-image] Feb 11 20:37:17.001 INFO O| Feb 11 20:37:17.001 INFO STEP 814 (remove_files) COMPLETE
68362025-02-11T20:37:18.695Z[ recovery-image] Feb 11 20:37:17.001 INFO O| Feb 11 20:37:17.001 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-11T20:37:18.703Z[ recovery-image] Feb 11 20:37:17.022 INFO O| Feb 11 20:37:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68382025-02-11T20:37:18.706Z[ recovery-image] Feb 11 20:37:17.022 INFO O| Feb 11 20:37:17.022 INFO STEP 815 (remove_files) COMPLETE
68392025-02-11T20:37:18.706Z[ recovery-image] Feb 11 20:37:17.023 INFO O| Feb 11 20:37:17.022 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-11T20:37:18.732Z[ recovery-image] Feb 11 20:37:17.048 INFO O| Feb 11 20:37:17.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68412025-02-11T20:37:18.743Z[ recovery-image] Feb 11 20:37:17.062 INFO O| Feb 11 20:37:17.062 INFO STEP 816 (remove_files) COMPLETE
68422025-02-11T20:37:18.743Z[ recovery-image] Feb 11 20:37:17.063 INFO O| Feb 11 20:37:17.062 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-11T20:37:18.778Z[ recovery-image] Feb 11 20:37:17.097 INFO O| Feb 11 20:37:17.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68442025-02-11T20:37:18.778Z[ recovery-image] Feb 11 20:37:17.097 INFO O| Feb 11 20:37:17.097 INFO STEP 817 (remove_files) COMPLETE
68452025-02-11T20:37:18.780Z[ recovery-image] Feb 11 20:37:17.097 INFO O| Feb 11 20:37:17.097 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-11T20:37:18.800Z[ recovery-image] Feb 11 20:37:17.119 INFO O| Feb 11 20:37:17.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68472025-02-11T20:37:18.800Z[ recovery-image] Feb 11 20:37:17.119 INFO O| Feb 11 20:37:17.119 INFO STEP 818 (remove_files) COMPLETE
68482025-02-11T20:37:18.800Z[ recovery-image] Feb 11 20:37:17.119 INFO O| Feb 11 20:37:17.119 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-11T20:37:18.821Z[ recovery-image] Feb 11 20:37:17.141 INFO O| Feb 11 20:37:17.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68502025-02-11T20:37:18.821Z[ recovery-image] Feb 11 20:37:17.141 INFO O| Feb 11 20:37:17.141 INFO STEP 819 (remove_files) COMPLETE
68512025-02-11T20:37:18.824Z[ recovery-image] Feb 11 20:37:17.141 INFO O| Feb 11 20:37:17.141 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-11T20:37:18.843Z[ recovery-image] Feb 11 20:37:17.162 INFO O| Feb 11 20:37:17.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68532025-02-11T20:37:18.843Z[ recovery-image] Feb 11 20:37:17.162 INFO O| Feb 11 20:37:17.162 INFO STEP 820 (remove_files) COMPLETE
68542025-02-11T20:37:18.843Z[ recovery-image] Feb 11 20:37:17.162 INFO O| Feb 11 20:37:17.162 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-02-11T20:37:18.888Z[ recovery-image] Feb 11 20:37:17.207 INFO O| Feb 11 20:37:17.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68562025-02-11T20:37:18.890Z[ recovery-image] Feb 11 20:37:17.208 INFO O| Feb 11 20:37:17.208 INFO STEP 821 (remove_files) COMPLETE
68572025-02-11T20:37:18.890Z[ recovery-image] Feb 11 20:37:17.208 INFO O| Feb 11 20:37:17.208 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-02-11T20:37:18.931Z[ recovery-image] Feb 11 20:37:17.249 INFO O| Feb 11 20:37:17.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68592025-02-11T20:37:18.931Z[ recovery-image] Feb 11 20:37:17.249 INFO O| Feb 11 20:37:17.249 INFO STEP 822 (remove_files) COMPLETE
68602025-02-11T20:37:18.931Z[ recovery-image] Feb 11 20:37:17.249 INFO O| Feb 11 20:37:17.249 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-02-11T20:37:18.950Z[ recovery-image] Feb 11 20:37:17.269 INFO O| Feb 11 20:37:17.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68622025-02-11T20:37:18.950Z[ recovery-image] Feb 11 20:37:17.269 INFO O| Feb 11 20:37:17.269 INFO STEP 823 (remove_files) COMPLETE
68632025-02-11T20:37:18.952Z[ recovery-image] Feb 11 20:37:17.269 INFO O| Feb 11 20:37:17.269 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-02-11T20:37:18.974Z[ recovery-image] Feb 11 20:37:17.293 INFO O| Feb 11 20:37:17.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68652025-02-11T20:37:18.974Z[ recovery-image] Feb 11 20:37:17.294 INFO O| Feb 11 20:37:17.294 INFO STEP 824 (remove_files) COMPLETE
68662025-02-11T20:37:18.977Z[ recovery-image] Feb 11 20:37:17.294 INFO O| Feb 11 20:37:17.294 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-02-11T20:37:19.016Z[ recovery-image] Feb 11 20:37:17.335 INFO O| Feb 11 20:37:17.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
68682025-02-11T20:37:19.016Z[ recovery-image] Feb 11 20:37:17.335 INFO O| Feb 11 20:37:17.335 INFO STEP 825 (remove_files) COMPLETE
68692025-02-11T20:37:19.016Z[ recovery-image] Feb 11 20:37:17.335 INFO O| Feb 11 20:37:17.335 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-02-11T20:37:19.035Z[ recovery-image] Feb 11 20:37:17.355 INFO O| Feb 11 20:37:17.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
68712025-02-11T20:37:19.035Z[ recovery-image] Feb 11 20:37:17.355 INFO O| Feb 11 20:37:17.355 INFO STEP 826 (remove_files) COMPLETE
68722025-02-11T20:37:19.035Z[ recovery-image] Feb 11 20:37:17.355 INFO O| Feb 11 20:37:17.355 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-02-11T20:37:19.055Z[ recovery-image] Feb 11 20:37:17.374 INFO O| Feb 11 20:37:17.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
68742025-02-11T20:37:19.057Z[ recovery-image] Feb 11 20:37:17.374 INFO O| Feb 11 20:37:17.374 INFO STEP 827 (remove_files) COMPLETE
68752025-02-11T20:37:19.057Z[ recovery-image] Feb 11 20:37:17.374 INFO O| Feb 11 20:37:17.374 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-02-11T20:37:19.075Z[ recovery-image] Feb 11 20:37:17.394 INFO O| Feb 11 20:37:17.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
68772025-02-11T20:37:19.075Z[ recovery-image] Feb 11 20:37:17.394 INFO O| Feb 11 20:37:17.394 INFO STEP 828 (remove_files) COMPLETE
68782025-02-11T20:37:19.075Z[ recovery-image] Feb 11 20:37:17.394 INFO O| Feb 11 20:37:17.394 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-02-11T20:37:19.094Z[ recovery-image] Feb 11 20:37:17.414 INFO O| Feb 11 20:37:17.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
68802025-02-11T20:37:19.115Z[ recovery-image] Feb 11 20:37:17.434 INFO O| Feb 11 20:37:17.434 INFO STEP 829 (remove_files) COMPLETE
68812025-02-11T20:37:19.115Z[ recovery-image] Feb 11 20:37:17.434 INFO O| Feb 11 20:37:17.434 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-02-11T20:37:19.147Z[ recovery-image] Feb 11 20:37:17.466 INFO O| Feb 11 20:37:17.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
68832025-02-11T20:37:19.147Z[ recovery-image] Feb 11 20:37:17.466 INFO O| Feb 11 20:37:17.466 INFO STEP 830 (remove_files) COMPLETE
68842025-02-11T20:37:19.150Z[ recovery-image] Feb 11 20:37:17.466 INFO O| Feb 11 20:37:17.466 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-02-11T20:37:19.182Z[ recovery-image] Feb 11 20:37:17.500 INFO O| Feb 11 20:37:17.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
68862025-02-11T20:37:19.182Z[ recovery-image] Feb 11 20:37:17.501 INFO O| Feb 11 20:37:17.500 INFO STEP 831 (remove_files) COMPLETE
68872025-02-11T20:37:19.186Z[ recovery-image] Feb 11 20:37:17.501 INFO O| Feb 11 20:37:17.501 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-02-11T20:37:19.203Z[ recovery-image] Feb 11 20:37:17.522 INFO O| Feb 11 20:37:17.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
68892025-02-11T20:37:19.203Z[ recovery-image] Feb 11 20:37:17.522 INFO O| Feb 11 20:37:17.522 INFO STEP 832 (remove_files) COMPLETE
68902025-02-11T20:37:19.207Z[ recovery-image] Feb 11 20:37:17.522 INFO O| Feb 11 20:37:17.522 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-02-11T20:37:19.263Z[ recovery-image] Feb 11 20:37:17.582 INFO O| Feb 11 20:37:17.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
68922025-02-11T20:37:19.263Z[ recovery-image] Feb 11 20:37:17.582 INFO O| Feb 11 20:37:17.582 INFO STEP 833 (remove_files) COMPLETE
68932025-02-11T20:37:19.265Z[ recovery-image] Feb 11 20:37:17.582 INFO O| Feb 11 20:37:17.582 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-02-11T20:37:19.281Z[ recovery-image] Feb 11 20:37:17.601 INFO O| Feb 11 20:37:17.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
68952025-02-11T20:37:19.282Z[ recovery-image] Feb 11 20:37:17.601 INFO O| Feb 11 20:37:17.601 INFO STEP 834 (remove_files) COMPLETE
68962025-02-11T20:37:19.285Z[ recovery-image] Feb 11 20:37:17.601 INFO O| Feb 11 20:37:17.601 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-02-11T20:37:19.301Z[ recovery-image] Feb 11 20:37:17.620 INFO O| Feb 11 20:37:17.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
68982025-02-11T20:37:19.301Z[ recovery-image] Feb 11 20:37:17.620 INFO O| Feb 11 20:37:17.620 INFO STEP 835 (remove_files) COMPLETE
68992025-02-11T20:37:19.301Z[ recovery-image] Feb 11 20:37:17.620 INFO O| Feb 11 20:37:17.620 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-02-11T20:37:19.332Z[ recovery-image] Feb 11 20:37:17.651 INFO O| Feb 11 20:37:17.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69012025-02-11T20:37:19.335Z[ recovery-image] Feb 11 20:37:17.651 INFO O| Feb 11 20:37:17.651 INFO STEP 836 (remove_files) COMPLETE
69022025-02-11T20:37:19.335Z[ recovery-image] Feb 11 20:37:17.652 INFO O| Feb 11 20:37:17.651 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-02-11T20:37:19.351Z[ recovery-image] Feb 11 20:37:17.671 INFO O| Feb 11 20:37:17.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69042025-02-11T20:37:19.352Z[ recovery-image] Feb 11 20:37:17.671 INFO O| Feb 11 20:37:17.671 INFO STEP 837 (remove_files) COMPLETE
69052025-02-11T20:37:19.354Z[ recovery-image] Feb 11 20:37:17.671 INFO O| Feb 11 20:37:17.671 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-02-11T20:37:19.370Z[ recovery-image] Feb 11 20:37:17.689 INFO O| Feb 11 20:37:17.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69072025-02-11T20:37:19.372Z[ recovery-image] Feb 11 20:37:17.689 INFO O| Feb 11 20:37:17.689 INFO STEP 838 (remove_files) COMPLETE
69082025-02-11T20:37:19.372Z[ recovery-image] Feb 11 20:37:17.689 INFO O| Feb 11 20:37:17.689 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-02-11T20:37:19.388Z[ recovery-image] Feb 11 20:37:17.707 INFO O| Feb 11 20:37:17.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69102025-02-11T20:37:19.388Z[ recovery-image] Feb 11 20:37:17.707 INFO O| Feb 11 20:37:17.707 INFO STEP 839 (remove_files) COMPLETE
69112025-02-11T20:37:19.391Z[ recovery-image] Feb 11 20:37:17.707 INFO O| Feb 11 20:37:17.707 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-02-11T20:37:19.406Z[ recovery-image] Feb 11 20:37:17.725 INFO O| Feb 11 20:37:17.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69132025-02-11T20:37:19.406Z[ recovery-image] Feb 11 20:37:17.726 INFO O| Feb 11 20:37:17.726 INFO STEP 840 (remove_files) COMPLETE
69142025-02-11T20:37:19.409Z[ recovery-image] Feb 11 20:37:17.726 INFO O| Feb 11 20:37:17.726 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-02-11T20:37:19.432Z[ recovery-image] Feb 11 20:37:17.751 INFO O| Feb 11 20:37:17.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69162025-02-11T20:37:19.432Z[ recovery-image] Feb 11 20:37:17.751 INFO O| Feb 11 20:37:17.751 INFO STEP 841 (remove_files) COMPLETE
69172025-02-11T20:37:19.435Z[ recovery-image] Feb 11 20:37:17.751 INFO O| Feb 11 20:37:17.751 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-02-11T20:37:19.464Z[ recovery-image] Feb 11 20:37:17.783 INFO O| Feb 11 20:37:17.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69192025-02-11T20:37:19.464Z[ recovery-image] Feb 11 20:37:17.783 INFO O| Feb 11 20:37:17.783 INFO STEP 842 (remove_files) COMPLETE
69202025-02-11T20:37:19.464Z[ recovery-image] Feb 11 20:37:17.783 INFO O| Feb 11 20:37:17.783 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-02-11T20:37:19.482Z[ recovery-image] Feb 11 20:37:17.801 INFO O| Feb 11 20:37:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69222025-02-11T20:37:19.482Z[ recovery-image] Feb 11 20:37:17.802 INFO O| Feb 11 20:37:17.802 INFO STEP 843 (remove_files) COMPLETE
69232025-02-11T20:37:19.482Z[ recovery-image] Feb 11 20:37:17.802 INFO O| Feb 11 20:37:17.802 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-02-11T20:37:19.518Z[ recovery-image] Feb 11 20:37:17.837 INFO O| Feb 11 20:37:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69252025-02-11T20:37:19.518Z[ recovery-image] Feb 11 20:37:17.837 INFO O| Feb 11 20:37:17.837 INFO STEP 844 (remove_files) COMPLETE
69262025-02-11T20:37:19.520Z[ recovery-image] Feb 11 20:37:17.837 INFO O| Feb 11 20:37:17.837 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-02-11T20:37:19.597Z[ recovery-image] Feb 11 20:37:17.916 INFO O| Feb 11 20:37:17.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69282025-02-11T20:37:19.597Z[ recovery-image] Feb 11 20:37:17.916 INFO O| Feb 11 20:37:17.916 INFO STEP 845 (remove_files) COMPLETE
69292025-02-11T20:37:19.597Z[ recovery-image] Feb 11 20:37:17.916 INFO O| Feb 11 20:37:17.916 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-02-11T20:37:19.617Z[ recovery-image] Feb 11 20:37:17.937 INFO O| Feb 11 20:37:17.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69312025-02-11T20:37:19.632Z[ recovery-image] Feb 11 20:37:17.951 INFO O| Feb 11 20:37:17.951 INFO STEP 846 (remove_files) COMPLETE
69322025-02-11T20:37:19.634Z[ recovery-image] Feb 11 20:37:17.951 INFO O| Feb 11 20:37:17.951 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-02-11T20:37:19.691Z[ recovery-image] Feb 11 20:37:18.009 INFO O| Feb 11 20:37:18.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69342025-02-11T20:37:19.691Z[ recovery-image] Feb 11 20:37:18.009 INFO O| Feb 11 20:37:18.009 INFO STEP 847 (remove_files) COMPLETE
69352025-02-11T20:37:19.691Z[ recovery-image] Feb 11 20:37:18.009 INFO O| Feb 11 20:37:18.009 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-02-11T20:37:19.720Z[ recovery-image] Feb 11 20:37:18.039 INFO O| Feb 11 20:37:18.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69372025-02-11T20:37:19.720Z[ recovery-image] Feb 11 20:37:18.039 INFO O| Feb 11 20:37:18.039 INFO STEP 848 (remove_files) COMPLETE
69382025-02-11T20:37:19.720Z[ recovery-image] Feb 11 20:37:18.039 INFO O| Feb 11 20:37:18.039 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-02-11T20:37:19.741Z[ recovery-image] Feb 11 20:37:18.060 INFO O| Feb 11 20:37:18.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69402025-02-11T20:37:19.741Z[ recovery-image] Feb 11 20:37:18.060 INFO O| Feb 11 20:37:18.060 INFO STEP 849 (remove_files) COMPLETE
69412025-02-11T20:37:19.744Z[ recovery-image] Feb 11 20:37:18.060 INFO O| Feb 11 20:37:18.060 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-02-11T20:37:19.777Z[ recovery-image] Feb 11 20:37:18.096 INFO O| Feb 11 20:37:18.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69432025-02-11T20:37:19.777Z[ recovery-image] Feb 11 20:37:18.096 INFO O| Feb 11 20:37:18.096 INFO STEP 850 (remove_files) COMPLETE
69442025-02-11T20:37:19.780Z[ recovery-image] Feb 11 20:37:18.096 INFO O| Feb 11 20:37:18.096 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-02-11T20:37:19.829Z[ recovery-image] Feb 11 20:37:18.148 INFO O| Feb 11 20:37:18.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69462025-02-11T20:37:19.829Z[ recovery-image] Feb 11 20:37:18.148 INFO O| Feb 11 20:37:18.148 INFO STEP 851 (remove_files) COMPLETE
69472025-02-11T20:37:19.829Z[ recovery-image] Feb 11 20:37:18.148 INFO O| Feb 11 20:37:18.148 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-02-11T20:37:19.859Z[ recovery-image] Feb 11 20:37:18.178 INFO O| Feb 11 20:37:18.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69492025-02-11T20:37:19.862Z[ recovery-image] Feb 11 20:37:18.179 INFO O| Feb 11 20:37:18.179 INFO STEP 852 (remove_files) COMPLETE
69502025-02-11T20:37:19.862Z[ recovery-image] Feb 11 20:37:18.179 INFO O| Feb 11 20:37:18.179 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-02-11T20:37:19.915Z[ recovery-image] Feb 11 20:37:18.234 INFO O| Feb 11 20:37:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69522025-02-11T20:37:20.060Z[ recovery-image] Feb 11 20:37:18.379 INFO O| Feb 11 20:37:18.379 INFO STEP 853 (remove_files) COMPLETE
69532025-02-11T20:37:20.062Z[ recovery-image] Feb 11 20:37:18.379 INFO O| Feb 11 20:37:18.379 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-02-11T20:37:20.102Z[ recovery-image] Feb 11 20:37:18.421 INFO O| Feb 11 20:37:18.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69552025-02-11T20:37:20.105Z[ recovery-image] Feb 11 20:37:18.421 INFO O| Feb 11 20:37:18.421 INFO STEP 854 (remove_files) COMPLETE
69562025-02-11T20:37:20.105Z[ recovery-image] Feb 11 20:37:18.422 INFO O| Feb 11 20:37:18.421 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-02-11T20:37:20.121Z[ recovery-image] Feb 11 20:37:18.440 INFO O| Feb 11 20:37:18.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69582025-02-11T20:37:20.123Z[ recovery-image] Feb 11 20:37:18.440 INFO O| Feb 11 20:37:18.440 INFO STEP 855 (remove_files) COMPLETE
69592025-02-11T20:37:20.123Z[ recovery-image] Feb 11 20:37:18.440 INFO O| Feb 11 20:37:18.440 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-02-11T20:37:20.151Z[ recovery-image] Feb 11 20:37:18.470 INFO O| Feb 11 20:37:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69612025-02-11T20:37:20.153Z[ recovery-image] Feb 11 20:37:18.470 INFO O| Feb 11 20:37:18.470 INFO STEP 856 (remove_files) COMPLETE
69622025-02-11T20:37:20.153Z[ recovery-image] Feb 11 20:37:18.470 INFO O| Feb 11 20:37:18.470 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-02-11T20:37:20.172Z[ recovery-image] Feb 11 20:37:18.491 INFO O| Feb 11 20:37:18.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69642025-02-11T20:37:20.175Z[ recovery-image] Feb 11 20:37:18.492 INFO O| Feb 11 20:37:18.492 INFO STEP 857 (remove_files) COMPLETE
69652025-02-11T20:37:20.175Z[ recovery-image] Feb 11 20:37:18.492 INFO O| Feb 11 20:37:18.492 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-02-11T20:37:20.194Z[ recovery-image] Feb 11 20:37:18.513 INFO O| Feb 11 20:37:18.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69672025-02-11T20:37:20.194Z[ recovery-image] Feb 11 20:37:18.513 INFO O| Feb 11 20:37:18.513 INFO STEP 858 (remove_files) COMPLETE
69682025-02-11T20:37:20.196Z[ recovery-image] Feb 11 20:37:18.513 INFO O| Feb 11 20:37:18.513 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-02-11T20:37:20.216Z[ recovery-image] Feb 11 20:37:18.535 INFO O| Feb 11 20:37:18.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
69702025-02-11T20:37:20.218Z[ recovery-image] Feb 11 20:37:18.535 INFO O| Feb 11 20:37:18.535 INFO STEP 859 (remove_files) COMPLETE
69712025-02-11T20:37:20.218Z[ recovery-image] Feb 11 20:37:18.536 INFO O| Feb 11 20:37:18.535 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-02-11T20:37:20.257Z[ recovery-image] Feb 11 20:37:18.576 INFO O| Feb 11 20:37:18.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
69732025-02-11T20:37:20.259Z[ recovery-image] Feb 11 20:37:18.576 INFO O| Feb 11 20:37:18.576 INFO STEP 860 (remove_files) COMPLETE
69742025-02-11T20:37:20.259Z[ recovery-image] Feb 11 20:37:18.576 INFO O| Feb 11 20:37:18.576 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-02-11T20:37:20.283Z[ recovery-image] Feb 11 20:37:18.601 INFO O| Feb 11 20:37:18.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
69762025-02-11T20:37:20.283Z[ recovery-image] Feb 11 20:37:18.601 INFO O| Feb 11 20:37:18.601 INFO STEP 861 (remove_files) COMPLETE
69772025-02-11T20:37:20.283Z[ recovery-image] Feb 11 20:37:18.601 INFO O| Feb 11 20:37:18.601 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-02-11T20:37:20.339Z[ recovery-image] Feb 11 20:37:18.658 INFO O| Feb 11 20:37:18.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
69792025-02-11T20:37:20.339Z[ recovery-image] Feb 11 20:37:18.658 INFO O| Feb 11 20:37:18.658 INFO STEP 862 (remove_files) COMPLETE
69802025-02-11T20:37:20.339Z[ recovery-image] Feb 11 20:37:18.658 INFO O| Feb 11 20:37:18.658 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-02-11T20:37:20.369Z[ recovery-image] Feb 11 20:37:18.687 INFO O| Feb 11 20:37:18.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
69822025-02-11T20:37:20.369Z[ recovery-image] Feb 11 20:37:18.687 INFO O| Feb 11 20:37:18.687 INFO STEP 863 (remove_files) COMPLETE
69832025-02-11T20:37:20.370Z[ recovery-image] Feb 11 20:37:18.687 INFO O| Feb 11 20:37:18.687 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-02-11T20:37:20.408Z[ recovery-image] Feb 11 20:37:18.726 INFO O| Feb 11 20:37:18.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
69852025-02-11T20:37:20.408Z[ recovery-image] Feb 11 20:37:18.727 INFO O| Feb 11 20:37:18.727 INFO STEP 864 (remove_files) COMPLETE
69862025-02-11T20:37:20.408Z[ recovery-image] Feb 11 20:37:18.727 INFO O| Feb 11 20:37:18.727 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-02-11T20:37:20.429Z[ recovery-image] Feb 11 20:37:18.748 INFO O| Feb 11 20:37:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
69882025-02-11T20:37:20.431Z[ recovery-image] Feb 11 20:37:18.748 INFO O| Feb 11 20:37:18.748 INFO STEP 865 (remove_files) COMPLETE
69892025-02-11T20:37:20.431Z[ recovery-image] Feb 11 20:37:18.748 INFO O| Feb 11 20:37:18.748 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-02-11T20:37:20.450Z[ recovery-image] Feb 11 20:37:18.769 INFO O| Feb 11 20:37:18.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
69912025-02-11T20:37:20.450Z[ recovery-image] Feb 11 20:37:18.769 INFO O| Feb 11 20:37:18.769 INFO STEP 866 (remove_files) COMPLETE
69922025-02-11T20:37:20.450Z[ recovery-image] Feb 11 20:37:18.769 INFO O| Feb 11 20:37:18.769 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-02-11T20:37:20.473Z[ recovery-image] Feb 11 20:37:18.792 INFO O| Feb 11 20:37:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
69942025-02-11T20:37:20.473Z[ recovery-image] Feb 11 20:37:18.792 INFO O| Feb 11 20:37:18.792 INFO STEP 867 (remove_files) COMPLETE
69952025-02-11T20:37:20.475Z[ recovery-image] Feb 11 20:37:18.792 INFO O| Feb 11 20:37:18.792 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-02-11T20:37:20.492Z[ recovery-image] Feb 11 20:37:18.811 INFO O| Feb 11 20:37:18.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
69972025-02-11T20:37:20.492Z[ recovery-image] Feb 11 20:37:18.811 INFO O| Feb 11 20:37:18.811 INFO STEP 868 (remove_files) COMPLETE
69982025-02-11T20:37:20.492Z[ recovery-image] Feb 11 20:37:18.811 INFO O| Feb 11 20:37:18.811 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-02-11T20:37:20.510Z[ recovery-image] Feb 11 20:37:18.829 INFO O| Feb 11 20:37:18.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70002025-02-11T20:37:20.510Z[ recovery-image] Feb 11 20:37:18.829 INFO O| Feb 11 20:37:18.829 INFO STEP 869 (remove_files) COMPLETE
70012025-02-11T20:37:20.513Z[ recovery-image] Feb 11 20:37:18.829 INFO O| Feb 11 20:37:18.829 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-02-11T20:37:20.589Z[ recovery-image] Feb 11 20:37:18.908 INFO O| Feb 11 20:37:18.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70032025-02-11T20:37:20.589Z[ recovery-image] Feb 11 20:37:18.908 INFO O| Feb 11 20:37:18.908 INFO STEP 870 (remove_files) COMPLETE
70042025-02-11T20:37:20.592Z[ recovery-image] Feb 11 20:37:18.909 INFO O| Feb 11 20:37:18.908 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-02-11T20:37:20.648Z[ recovery-image] Feb 11 20:37:18.967 INFO O| Feb 11 20:37:18.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70062025-02-11T20:37:20.648Z[ recovery-image] Feb 11 20:37:18.967 INFO O| Feb 11 20:37:18.967 INFO STEP 871 (remove_files) COMPLETE
70072025-02-11T20:37:20.648Z[ recovery-image] Feb 11 20:37:18.967 INFO O| Feb 11 20:37:18.967 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-02-11T20:37:20.686Z[ recovery-image] Feb 11 20:37:19.004 INFO O| Feb 11 20:37:19.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70092025-02-11T20:37:20.686Z[ recovery-image] Feb 11 20:37:19.005 INFO O| Feb 11 20:37:19.005 INFO STEP 872 (remove_files) COMPLETE
70102025-02-11T20:37:20.686Z[ recovery-image] Feb 11 20:37:19.005 INFO O| Feb 11 20:37:19.005 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-02-11T20:37:20.706Z[ recovery-image] Feb 11 20:37:19.025 INFO O| Feb 11 20:37:19.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70122025-02-11T20:37:20.706Z[ recovery-image] Feb 11 20:37:19.025 INFO O| Feb 11 20:37:19.025 INFO STEP 873 (remove_files) COMPLETE
70132025-02-11T20:37:20.706Z[ recovery-image] Feb 11 20:37:19.025 INFO O| Feb 11 20:37:19.025 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-02-11T20:37:20.726Z[ recovery-image] Feb 11 20:37:19.045 INFO O| Feb 11 20:37:19.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70152025-02-11T20:37:20.726Z[ recovery-image] Feb 11 20:37:19.045 INFO O| Feb 11 20:37:19.045 INFO STEP 874 (remove_files) COMPLETE
70162025-02-11T20:37:20.726Z[ recovery-image] Feb 11 20:37:19.045 INFO O| Feb 11 20:37:19.045 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-02-11T20:37:20.812Z[ recovery-image] Feb 11 20:37:19.131 INFO O| Feb 11 20:37:19.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70182025-02-11T20:37:20.815Z[ recovery-image] Feb 11 20:37:19.131 INFO O| Feb 11 20:37:19.131 INFO STEP 875 (remove_files) COMPLETE
70192025-02-11T20:37:20.815Z[ recovery-image] Feb 11 20:37:19.131 INFO O| Feb 11 20:37:19.131 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-02-11T20:37:20.835Z[ recovery-image] Feb 11 20:37:19.154 INFO O| Feb 11 20:37:19.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70212025-02-11T20:37:20.835Z[ recovery-image] Feb 11 20:37:19.154 INFO O| Feb 11 20:37:19.154 INFO STEP 876 (remove_files) COMPLETE
70222025-02-11T20:37:20.838Z[ recovery-image] Feb 11 20:37:19.155 INFO O| Feb 11 20:37:19.154 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-02-11T20:37:20.854Z[ recovery-image] Feb 11 20:37:19.173 INFO O| Feb 11 20:37:19.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70242025-02-11T20:37:20.854Z[ recovery-image] Feb 11 20:37:19.173 INFO O| Feb 11 20:37:19.173 INFO STEP 877 (remove_files) COMPLETE
70252025-02-11T20:37:20.857Z[ recovery-image] Feb 11 20:37:19.173 INFO O| Feb 11 20:37:19.173 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-02-11T20:37:20.891Z[ host-image] Feb 11 20:37:19.210 INFO O| Feb 11 20:37:19.209 INFO O| Planning: Solver setup ... Done
70272025-02-11T20:37:20.894Z[ recovery-image] Feb 11 20:37:19.213 INFO O| Feb 11 20:37:19.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70282025-02-11T20:37:20.897Z[ recovery-image] Feb 11 20:37:19.213 INFO O| Feb 11 20:37:19.213 INFO STEP 878 (remove_files) COMPLETE
70292025-02-11T20:37:20.897Z[ recovery-image] Feb 11 20:37:19.213 INFO O| Feb 11 20:37:19.213 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-11T20:37:20.899Z[ host-image] Feb 11 20:37:19.217 INFO O| Feb 11 20:37:19.217 INFO O| Planning: Running solver ... Done
70312025-02-11T20:37:20.914Z[ recovery-image] Feb 11 20:37:19.232 INFO O| Feb 11 20:37:19.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70322025-02-11T20:37:20.914Z[ recovery-image] Feb 11 20:37:19.232 INFO O| Feb 11 20:37:19.232 INFO STEP 879 (remove_files) COMPLETE
70332025-02-11T20:37:20.914Z[ recovery-image] Feb 11 20:37:19.232 INFO O| Feb 11 20:37:19.232 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-02-11T20:37:20.939Z[ recovery-image] Feb 11 20:37:19.257 INFO O| Feb 11 20:37:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70352025-02-11T20:37:20.939Z[ recovery-image] Feb 11 20:37:19.258 INFO O| Feb 11 20:37:19.258 INFO STEP 880 (remove_files) COMPLETE
70362025-02-11T20:37:20.942Z[ recovery-image] Feb 11 20:37:19.258 INFO O| Feb 11 20:37:19.258 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-02-11T20:37:20.959Z[ recovery-image] Feb 11 20:37:19.278 INFO O| Feb 11 20:37:19.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70382025-02-11T20:37:20.963Z[ recovery-image] Feb 11 20:37:19.278 INFO O| Feb 11 20:37:19.278 INFO STEP 881 (remove_files) COMPLETE
70392025-02-11T20:37:20.963Z[ recovery-image] Feb 11 20:37:19.279 INFO O| Feb 11 20:37:19.278 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-02-11T20:37:20.997Z[ recovery-image] Feb 11 20:37:19.315 INFO O| Feb 11 20:37:19.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70412025-02-11T20:37:20.997Z[ recovery-image] Feb 11 20:37:19.315 INFO O| Feb 11 20:37:19.315 INFO STEP 882 (remove_files) COMPLETE
70422025-02-11T20:37:20.997Z[ recovery-image] Feb 11 20:37:19.315 INFO O| Feb 11 20:37:19.315 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-02-11T20:37:21.013Z[ host-image] Feb 11 20:37:19.332 INFO O| Feb 11 20:37:19.332 INFO O| Planning: Finding local manifests ... Done
70442025-02-11T20:37:21.015Z[ host-image] Feb 11 20:37:19.333 INFO O| Feb 11 20:37:19.333 INFO O| Planning: Fetching manifests: 0/1 0% complete
70452025-02-11T20:37:21.054Z[ recovery-image] Feb 11 20:37:19.373 INFO O| Feb 11 20:37:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70462025-02-11T20:37:21.057Z[ recovery-image] Feb 11 20:37:19.373 INFO O| Feb 11 20:37:19.373 INFO STEP 883 (remove_files) COMPLETE
70472025-02-11T20:37:21.057Z[ recovery-image] Feb 11 20:37:19.374 INFO O| Feb 11 20:37:19.373 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-11T20:37:21.172Z[ recovery-image] Feb 11 20:37:19.491 INFO O| Feb 11 20:37:19.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70492025-02-11T20:37:21.172Z[ recovery-image] Feb 11 20:37:19.491 INFO O| Feb 11 20:37:19.491 INFO STEP 884 (remove_files) COMPLETE
70502025-02-11T20:37:21.177Z[ recovery-image] Feb 11 20:37:19.491 INFO O| Feb 11 20:37:19.491 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-11T20:37:21.180Z[ host-image] Feb 11 20:37:19.496 INFO O| Feb 11 20:37:19.496 INFO O| Planning: Fetching manifests: 1/1 100% complete
70522025-02-11T20:37:21.196Z[ recovery-image] Feb 11 20:37:19.512 INFO O| Feb 11 20:37:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70532025-02-11T20:37:21.196Z[ recovery-image] Feb 11 20:37:19.513 INFO O| Feb 11 20:37:19.512 INFO STEP 885 (remove_files) COMPLETE
70542025-02-11T20:37:21.199Z[ recovery-image] Feb 11 20:37:19.513 INFO O| Feb 11 20:37:19.513 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-02-11T20:37:21.204Z[ host-image] Feb 11 20:37:19.523 INFO O| Feb 11 20:37:19.523 INFO O| Planning: Package planning ... Done
70562025-02-11T20:37:21.207Z[ host-image] Feb 11 20:37:19.524 INFO O| Feb 11 20:37:19.524 INFO O| Planning: Merging actions ... Done
70572025-02-11T20:37:21.214Z[ recovery-image] Feb 11 20:37:19.533 INFO O| Feb 11 20:37:19.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70582025-02-11T20:37:21.214Z[ recovery-image] Feb 11 20:37:19.533 INFO O| Feb 11 20:37:19.533 INFO STEP 886 (remove_files) COMPLETE
70592025-02-11T20:37:21.214Z[ recovery-image] Feb 11 20:37:19.533 INFO O| Feb 11 20:37:19.533 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-11T20:37:21.233Z[ recovery-image] Feb 11 20:37:19.552 INFO O| Feb 11 20:37:19.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70612025-02-11T20:37:21.233Z[ recovery-image] Feb 11 20:37:19.552 INFO O| Feb 11 20:37:19.552 INFO STEP 887 (remove_files) COMPLETE
70622025-02-11T20:37:21.236Z[ recovery-image] Feb 11 20:37:19.552 INFO O| Feb 11 20:37:19.552 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-11T20:37:21.253Z[ recovery-image] Feb 11 20:37:19.572 INFO O| Feb 11 20:37:19.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70642025-02-11T20:37:21.253Z[ recovery-image] Feb 11 20:37:19.572 INFO O| Feb 11 20:37:19.572 INFO STEP 888 (remove_files) COMPLETE
70652025-02-11T20:37:21.256Z[ recovery-image] Feb 11 20:37:19.572 INFO O| Feb 11 20:37:19.572 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-11T20:37:21.275Z[ recovery-image] Feb 11 20:37:19.593 INFO O| Feb 11 20:37:19.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70672025-02-11T20:37:21.298Z[ recovery-image] Feb 11 20:37:19.617 INFO O| Feb 11 20:37:19.617 INFO STEP 889 (remove_files) COMPLETE
70682025-02-11T20:37:21.298Z[ recovery-image] Feb 11 20:37:19.617 INFO O| Feb 11 20:37:19.617 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-11T20:37:21.380Z[ host-image] Feb 11 20:37:19.699 INFO O| Feb 11 20:37:19.699 INFO O| Planning: Checking for conflicting actions ... Done
70702025-02-11T20:37:21.383Z[ host-image] Feb 11 20:37:19.700 INFO O| Feb 11 20:37:19.700 INFO O| Planning: Consolidating action changes ... Done
70712025-02-11T20:37:21.419Z[ recovery-image] Feb 11 20:37:19.738 INFO O| Feb 11 20:37:19.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70722025-02-11T20:37:21.420Z[ recovery-image] Feb 11 20:37:19.739 INFO O| Feb 11 20:37:19.739 INFO STEP 890 (remove_files) COMPLETE
70732025-02-11T20:37:21.422Z[ recovery-image] Feb 11 20:37:19.739 INFO O| Feb 11 20:37:19.739 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-02-11T20:37:21.439Z[ recovery-image] Feb 11 20:37:19.758 INFO O| Feb 11 20:37:19.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70752025-02-11T20:37:21.439Z[ recovery-image] Feb 11 20:37:19.758 INFO O| Feb 11 20:37:19.758 INFO STEP 891 (remove_files) COMPLETE
70762025-02-11T20:37:21.440Z[ recovery-image] Feb 11 20:37:19.758 INFO O| Feb 11 20:37:19.758 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-02-11T20:37:21.459Z[ recovery-image] Feb 11 20:37:19.777 INFO O| Feb 11 20:37:19.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
70782025-02-11T20:37:21.459Z[ recovery-image] Feb 11 20:37:19.777 INFO O| Feb 11 20:37:19.777 INFO STEP 892 (remove_files) COMPLETE
70792025-02-11T20:37:21.461Z[ recovery-image] Feb 11 20:37:19.778 INFO O| Feb 11 20:37:19.777 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-02-11T20:37:21.479Z[ recovery-image] Feb 11 20:37:19.798 INFO O| Feb 11 20:37:19.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
70812025-02-11T20:37:21.479Z[ recovery-image] Feb 11 20:37:19.798 INFO O| Feb 11 20:37:19.798 INFO STEP 893 (remove_files) COMPLETE
70822025-02-11T20:37:21.479Z[ recovery-image] Feb 11 20:37:19.798 INFO O| Feb 11 20:37:19.798 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-02-11T20:37:21.510Z[ recovery-image] Feb 11 20:37:19.829 INFO O| Feb 11 20:37:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
70842025-02-11T20:37:21.510Z[ recovery-image] Feb 11 20:37:19.829 INFO O| Feb 11 20:37:19.829 INFO STEP 894 (remove_files) COMPLETE
70852025-02-11T20:37:21.510Z[ recovery-image] Feb 11 20:37:19.829 INFO O| Feb 11 20:37:19.829 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-02-11T20:37:21.532Z[ recovery-image] Feb 11 20:37:19.851 INFO O| Feb 11 20:37:19.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
70872025-02-11T20:37:21.532Z[ recovery-image] Feb 11 20:37:19.851 INFO O| Feb 11 20:37:19.851 INFO STEP 895 (remove_files) COMPLETE
70882025-02-11T20:37:21.532Z[ recovery-image] Feb 11 20:37:19.851 INFO O| Feb 11 20:37:19.851 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-02-11T20:37:21.554Z[ recovery-image] Feb 11 20:37:19.873 INFO O| Feb 11 20:37:19.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
70902025-02-11T20:37:21.554Z[ recovery-image] Feb 11 20:37:19.873 INFO O| Feb 11 20:37:19.873 INFO STEP 896 (remove_files) COMPLETE
70912025-02-11T20:37:21.554Z[ recovery-image] Feb 11 20:37:19.873 INFO O| Feb 11 20:37:19.873 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-11T20:37:21.576Z[ recovery-image] Feb 11 20:37:19.895 INFO O| Feb 11 20:37:19.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
70932025-02-11T20:37:21.576Z[ recovery-image] Feb 11 20:37:19.895 INFO O| Feb 11 20:37:19.895 INFO STEP 897 (remove_files) COMPLETE
70942025-02-11T20:37:21.580Z[ recovery-image] Feb 11 20:37:19.895 INFO O| Feb 11 20:37:19.895 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-11T20:37:21.597Z[ recovery-image] Feb 11 20:37:19.915 INFO O| Feb 11 20:37:19.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
70962025-02-11T20:37:21.597Z[ recovery-image] Feb 11 20:37:19.915 INFO O| Feb 11 20:37:19.915 INFO STEP 898 (remove_files) COMPLETE
70972025-02-11T20:37:21.600Z[ recovery-image] Feb 11 20:37:19.915 INFO O| Feb 11 20:37:19.915 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-11T20:37:21.616Z[ recovery-image] Feb 11 20:37:19.935 INFO O| Feb 11 20:37:19.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
70992025-02-11T20:37:21.616Z[ recovery-image] Feb 11 20:37:19.935 INFO O| Feb 11 20:37:19.935 INFO STEP 899 (remove_files) COMPLETE
71002025-02-11T20:37:21.619Z[ recovery-image] Feb 11 20:37:19.935 INFO O| Feb 11 20:37:19.935 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-11T20:37:21.719Z[ recovery-image] Feb 11 20:37:20.037 INFO O| Feb 11 20:37:20.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71022025-02-11T20:37:21.721Z[ recovery-image] Feb 11 20:37:20.038 INFO O| Feb 11 20:37:20.038 INFO STEP 900 (remove_files) COMPLETE
71032025-02-11T20:37:21.721Z[ recovery-image] Feb 11 20:37:20.038 INFO O| Feb 11 20:37:20.038 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-11T20:37:21.739Z[ recovery-image] Feb 11 20:37:20.058 INFO O| Feb 11 20:37:20.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71052025-02-11T20:37:21.739Z[ recovery-image] Feb 11 20:37:20.058 INFO O| Feb 11 20:37:20.058 INFO STEP 901 (remove_files) COMPLETE
71062025-02-11T20:37:21.739Z[ recovery-image] Feb 11 20:37:20.058 INFO O| Feb 11 20:37:20.058 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-11T20:37:21.781Z[ recovery-image] Feb 11 20:37:20.099 INFO O| Feb 11 20:37:20.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71082025-02-11T20:37:21.781Z[ recovery-image] Feb 11 20:37:20.099 INFO O| Feb 11 20:37:20.099 INFO STEP 902 (remove_files) COMPLETE
71092025-02-11T20:37:21.781Z[ recovery-image] Feb 11 20:37:20.099 INFO O| Feb 11 20:37:20.099 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-11T20:37:21.843Z[ recovery-image] Feb 11 20:37:20.162 INFO O| Feb 11 20:37:20.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71112025-02-11T20:37:21.843Z[ recovery-image] Feb 11 20:37:20.162 INFO O| Feb 11 20:37:20.162 INFO STEP 903 (remove_files) COMPLETE
71122025-02-11T20:37:21.843Z[ recovery-image] Feb 11 20:37:20.162 INFO O| Feb 11 20:37:20.162 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-11T20:37:21.862Z[ recovery-image] Feb 11 20:37:20.181 INFO O| Feb 11 20:37:20.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71142025-02-11T20:37:21.862Z[ recovery-image] Feb 11 20:37:20.181 INFO O| Feb 11 20:37:20.181 INFO STEP 904 (remove_files) COMPLETE
71152025-02-11T20:37:21.862Z[ recovery-image] Feb 11 20:37:20.181 INFO O| Feb 11 20:37:20.181 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-11T20:37:21.886Z[ recovery-image] Feb 11 20:37:20.204 INFO O| Feb 11 20:37:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71172025-02-11T20:37:21.886Z[ recovery-image] Feb 11 20:37:20.204 INFO O| Feb 11 20:37:20.204 INFO STEP 905 (remove_files) COMPLETE
71182025-02-11T20:37:21.886Z[ recovery-image] Feb 11 20:37:20.204 INFO O| Feb 11 20:37:20.204 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-11T20:37:21.895Z[ host-image] Feb 11 20:37:20.213 INFO O| Feb 11 20:37:20.213 INFO O| Planning: Evaluating mediators ... Done
71202025-02-11T20:37:21.895Z[ host-image] Feb 11 20:37:20.214 INFO O| Feb 11 20:37:20.214 INFO O| Planning: Planning completed in 6.17 seconds
71212025-02-11T20:37:21.897Z[ host-image] Feb 11 20:37:20.216 INFO O| Feb 11 20:37:20.216 INFO O| Packages to install: 1
71222025-02-11T20:37:21.918Z[ recovery-image] Feb 11 20:37:20.237 INFO O| Feb 11 20:37:20.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71232025-02-11T20:37:21.927Z[ host-image] Feb 11 20:37:20.246 INFO O| Feb 11 20:37:20.246 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
71242025-02-11T20:37:21.932Z[ recovery-image] Feb 11 20:37:20.250 INFO O| Feb 11 20:37:20.250 INFO STEP 906 (remove_files) COMPLETE
71252025-02-11T20:37:21.932Z[ recovery-image] Feb 11 20:37:20.250 INFO O| Feb 11 20:37:20.250 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-02-11T20:37:21.995Z[ recovery-image] Feb 11 20:37:20.314 INFO O| Feb 11 20:37:20.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71272025-02-11T20:37:21.995Z[ recovery-image] Feb 11 20:37:20.314 INFO O| Feb 11 20:37:20.314 INFO STEP 907 (remove_files) COMPLETE
71282025-02-11T20:37:21.995Z[ recovery-image] Feb 11 20:37:20.314 INFO O| Feb 11 20:37:20.314 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-02-11T20:37:22.031Z[ recovery-image] Feb 11 20:37:20.350 INFO O| Feb 11 20:37:20.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71302025-02-11T20:37:22.031Z[ recovery-image] Feb 11 20:37:20.350 INFO O| Feb 11 20:37:20.350 INFO STEP 908 (remove_files) COMPLETE
71312025-02-11T20:37:22.034Z[ recovery-image] Feb 11 20:37:20.350 INFO O| Feb 11 20:37:20.350 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-02-11T20:37:22.050Z[ recovery-image] Feb 11 20:37:20.369 INFO O| Feb 11 20:37:20.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71332025-02-11T20:37:22.050Z[ recovery-image] Feb 11 20:37:20.369 INFO O| Feb 11 20:37:20.369 INFO STEP 909 (remove_files) COMPLETE
71342025-02-11T20:37:22.054Z[ recovery-image] Feb 11 20:37:20.369 INFO O| Feb 11 20:37:20.369 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-02-11T20:37:22.073Z[ recovery-image] Feb 11 20:37:20.391 INFO O| Feb 11 20:37:20.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71362025-02-11T20:37:22.073Z[ recovery-image] Feb 11 20:37:20.391 INFO O| Feb 11 20:37:20.391 INFO STEP 910 (remove_files) COMPLETE
71372025-02-11T20:37:22.073Z[ recovery-image] Feb 11 20:37:20.391 INFO O| Feb 11 20:37:20.391 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-02-11T20:37:22.098Z[ recovery-image] Feb 11 20:37:20.417 INFO O| Feb 11 20:37:20.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71392025-02-11T20:37:22.098Z[ recovery-image] Feb 11 20:37:20.417 INFO O| Feb 11 20:37:20.417 INFO STEP 911 (remove_files) COMPLETE
71402025-02-11T20:37:22.098Z[ recovery-image] Feb 11 20:37:20.417 INFO O| Feb 11 20:37:20.417 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-02-11T20:37:22.120Z[ recovery-image] Feb 11 20:37:20.439 INFO O| Feb 11 20:37:20.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71422025-02-11T20:37:22.120Z[ recovery-image] Feb 11 20:37:20.439 INFO O| Feb 11 20:37:20.439 INFO STEP 912 (remove_files) COMPLETE
71432025-02-11T20:37:22.123Z[ recovery-image] Feb 11 20:37:20.439 INFO O| Feb 11 20:37:20.439 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-02-11T20:37:22.144Z[ recovery-image] Feb 11 20:37:20.462 INFO O| Feb 11 20:37:20.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71452025-02-11T20:37:22.144Z[ recovery-image] Feb 11 20:37:20.462 INFO O| Feb 11 20:37:20.462 INFO STEP 913 (remove_files) COMPLETE
71462025-02-11T20:37:22.148Z[ recovery-image] Feb 11 20:37:20.462 INFO O| Feb 11 20:37:20.462 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-02-11T20:37:22.171Z[ recovery-image] Feb 11 20:37:20.490 INFO O| Feb 11 20:37:20.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71482025-02-11T20:37:22.174Z[ recovery-image] Feb 11 20:37:20.490 INFO O| Feb 11 20:37:20.490 INFO STEP 914 (remove_files) COMPLETE
71492025-02-11T20:37:22.174Z[ recovery-image] Feb 11 20:37:20.490 INFO O| Feb 11 20:37:20.490 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-02-11T20:37:22.195Z[ recovery-image] Feb 11 20:37:20.513 INFO O| Feb 11 20:37:20.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71512025-02-11T20:37:22.195Z[ recovery-image] Feb 11 20:37:20.513 INFO O| Feb 11 20:37:20.513 INFO STEP 915 (remove_files) COMPLETE
71522025-02-11T20:37:22.195Z[ recovery-image] Feb 11 20:37:20.513 INFO O| Feb 11 20:37:20.513 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-02-11T20:37:22.246Z[ recovery-image] Feb 11 20:37:20.565 INFO O| Feb 11 20:37:20.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71542025-02-11T20:37:22.246Z[ recovery-image] Feb 11 20:37:20.565 INFO O| Feb 11 20:37:20.565 INFO STEP 916 (remove_files) COMPLETE
71552025-02-11T20:37:22.249Z[ recovery-image] Feb 11 20:37:20.565 INFO O| Feb 11 20:37:20.565 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-02-11T20:37:22.348Z[ recovery-image] Feb 11 20:37:20.667 INFO O| Feb 11 20:37:20.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71572025-02-11T20:37:22.348Z[ recovery-image] Feb 11 20:37:20.667 INFO O| Feb 11 20:37:20.667 INFO STEP 917 (remove_files) COMPLETE
71582025-02-11T20:37:22.348Z[ recovery-image] Feb 11 20:37:20.667 INFO O| Feb 11 20:37:20.667 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-02-11T20:37:22.370Z[ recovery-image] Feb 11 20:37:20.688 INFO O| Feb 11 20:37:20.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71602025-02-11T20:37:22.370Z[ recovery-image] Feb 11 20:37:20.688 INFO O| Feb 11 20:37:20.688 INFO STEP 918 (remove_files) COMPLETE
71612025-02-11T20:37:22.370Z[ recovery-image] Feb 11 20:37:20.689 INFO O| Feb 11 20:37:20.688 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-02-11T20:37:22.419Z[ host-image] Feb 11 20:37:20.738 INFO O| Feb 11 20:37:20.738 INFO O| Download: Completed 9.99 MB in 0.49 seconds (20.3M/s)
71632025-02-11T20:37:22.490Z[ recovery-image] Feb 11 20:37:20.809 INFO O| Feb 11 20:37:20.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71642025-02-11T20:37:22.493Z[ recovery-image] Feb 11 20:37:20.809 INFO O| Feb 11 20:37:20.809 INFO STEP 919 (remove_files) COMPLETE
71652025-02-11T20:37:22.493Z[ recovery-image] Feb 11 20:37:20.809 INFO O| Feb 11 20:37:20.809 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-02-11T20:37:22.508Z[ host-image] Feb 11 20:37:20.827 INFO O| Feb 11 20:37:20.827 INFO O| Actions: 1/22 actions (Installing new actions)
71672025-02-11T20:37:22.511Z[ recovery-image] Feb 11 20:37:20.829 INFO O| Feb 11 20:37:20.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71682025-02-11T20:37:22.511Z[ recovery-image] Feb 11 20:37:20.830 INFO O| Feb 11 20:37:20.829 INFO STEP 920 (remove_files) COMPLETE
71692025-02-11T20:37:22.513Z[ recovery-image] Feb 11 20:37:20.830 INFO O| Feb 11 20:37:20.830 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-11T20:37:22.530Z[ recovery-image] Feb 11 20:37:20.849 INFO O| Feb 11 20:37:20.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71712025-02-11T20:37:22.532Z[ recovery-image] Feb 11 20:37:20.849 INFO O| Feb 11 20:37:20.849 INFO STEP 921 (remove_files) COMPLETE
71722025-02-11T20:37:22.532Z[ recovery-image] Feb 11 20:37:20.849 INFO O| Feb 11 20:37:20.849 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-11T20:37:22.552Z[ recovery-image] Feb 11 20:37:20.869 INFO O| Feb 11 20:37:20.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71742025-02-11T20:37:22.552Z[ recovery-image] Feb 11 20:37:20.870 INFO O| Feb 11 20:37:20.869 INFO STEP 922 (remove_files) COMPLETE
71752025-02-11T20:37:22.552Z[ recovery-image] Feb 11 20:37:20.870 INFO O| Feb 11 20:37:20.870 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-11T20:37:22.572Z[ recovery-image] Feb 11 20:37:20.890 INFO O| Feb 11 20:37:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71772025-02-11T20:37:22.572Z[ recovery-image] Feb 11 20:37:20.891 INFO O| Feb 11 20:37:20.891 INFO STEP 923 (remove_files) COMPLETE
71782025-02-11T20:37:22.572Z[ recovery-image] Feb 11 20:37:20.891 INFO O| Feb 11 20:37:20.891 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-11T20:37:22.609Z[ recovery-image] Feb 11 20:37:20.928 INFO O| Feb 11 20:37:20.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71802025-02-11T20:37:22.609Z[ recovery-image] Feb 11 20:37:20.928 INFO O| Feb 11 20:37:20.928 INFO STEP 924 (remove_files) COMPLETE
71812025-02-11T20:37:22.609Z[ recovery-image] Feb 11 20:37:20.928 INFO O| Feb 11 20:37:20.928 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-11T20:37:22.655Z[ recovery-image] Feb 11 20:37:20.964 INFO O| Feb 11 20:37:20.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
71832025-02-11T20:37:22.655Z[ recovery-image] Feb 11 20:37:20.964 INFO O| Feb 11 20:37:20.964 INFO STEP 925 (remove_files) COMPLETE
71842025-02-11T20:37:22.655Z[ recovery-image] Feb 11 20:37:20.964 INFO O| Feb 11 20:37:20.964 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-11T20:37:22.664Z[ recovery-image] Feb 11 20:37:20.982 INFO O| Feb 11 20:37:20.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
71862025-02-11T20:37:22.664Z[ recovery-image] Feb 11 20:37:20.982 INFO O| Feb 11 20:37:20.982 INFO STEP 926 (remove_files) COMPLETE
71872025-02-11T20:37:22.665Z[ recovery-image] Feb 11 20:37:20.982 INFO O| Feb 11 20:37:20.982 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-11T20:37:22.682Z[ recovery-image] Feb 11 20:37:21.000 INFO O| Feb 11 20:37:21.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
71892025-02-11T20:37:22.684Z[ recovery-image] Feb 11 20:37:21.001 INFO O| Feb 11 20:37:21.000 INFO STEP 927 (remove_files) COMPLETE
71902025-02-11T20:37:22.684Z[ recovery-image] Feb 11 20:37:21.001 INFO O| Feb 11 20:37:21.001 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-11T20:37:22.704Z[ recovery-image] Feb 11 20:37:21.023 INFO O| Feb 11 20:37:21.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
71922025-02-11T20:37:22.707Z[ recovery-image] Feb 11 20:37:21.023 INFO O| Feb 11 20:37:21.023 INFO STEP 928 (remove_files) COMPLETE
71932025-02-11T20:37:22.707Z[ recovery-image] Feb 11 20:37:21.023 INFO O| Feb 11 20:37:21.023 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-11T20:37:22.725Z[ recovery-image] Feb 11 20:37:21.044 INFO O| Feb 11 20:37:21.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
71952025-02-11T20:37:22.728Z[ recovery-image] Feb 11 20:37:21.044 INFO O| Feb 11 20:37:21.044 INFO STEP 929 (remove_files) COMPLETE
71962025-02-11T20:37:22.728Z[ recovery-image] Feb 11 20:37:21.044 INFO O| Feb 11 20:37:21.044 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-11T20:37:22.748Z[ recovery-image] Feb 11 20:37:21.067 INFO O| Feb 11 20:37:21.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
71982025-02-11T20:37:22.748Z[ recovery-image] Feb 11 20:37:21.067 INFO O| Feb 11 20:37:21.067 INFO STEP 930 (remove_files) COMPLETE
71992025-02-11T20:37:22.748Z[ recovery-image] Feb 11 20:37:21.067 INFO O| Feb 11 20:37:21.067 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-11T20:37:22.772Z[ recovery-image] Feb 11 20:37:21.090 INFO O| Feb 11 20:37:21.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72012025-02-11T20:37:22.772Z[ recovery-image] Feb 11 20:37:21.090 INFO O| Feb 11 20:37:21.090 INFO STEP 931 (remove_files) COMPLETE
72022025-02-11T20:37:22.772Z[ recovery-image] Feb 11 20:37:21.090 INFO O| Feb 11 20:37:21.090 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-11T20:37:22.796Z[ recovery-image] Feb 11 20:37:21.114 INFO O| Feb 11 20:37:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72042025-02-11T20:37:22.796Z[ recovery-image] Feb 11 20:37:21.114 INFO O| Feb 11 20:37:21.114 INFO STEP 932 (remove_files) COMPLETE
72052025-02-11T20:37:22.796Z[ recovery-image] Feb 11 20:37:21.114 INFO O| Feb 11 20:37:21.114 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-11T20:37:22.834Z[ recovery-image] Feb 11 20:37:21.153 INFO O| Feb 11 20:37:21.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72072025-02-11T20:37:22.834Z[ recovery-image] Feb 11 20:37:21.153 INFO O| Feb 11 20:37:21.153 INFO STEP 933 (remove_files) COMPLETE
72082025-02-11T20:37:22.834Z[ recovery-image] Feb 11 20:37:21.153 INFO O| Feb 11 20:37:21.153 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-11T20:37:22.859Z[ recovery-image] Feb 11 20:37:21.178 INFO O| Feb 11 20:37:21.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72102025-02-11T20:37:22.874Z[ recovery-image] Feb 11 20:37:21.193 INFO O| Feb 11 20:37:21.193 INFO STEP 934 (remove_files) COMPLETE
72112025-02-11T20:37:22.874Z[ recovery-image] Feb 11 20:37:21.193 INFO O| Feb 11 20:37:21.193 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-02-11T20:37:22.918Z[ recovery-image] Feb 11 20:37:21.237 INFO O| Feb 11 20:37:21.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72132025-02-11T20:37:22.919Z[ recovery-image] Feb 11 20:37:21.237 INFO O| Feb 11 20:37:21.237 INFO STEP 935 (remove_files) COMPLETE
72142025-02-11T20:37:22.919Z[ recovery-image] Feb 11 20:37:21.237 INFO O| Feb 11 20:37:21.237 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-02-11T20:37:22.953Z[ recovery-image] Feb 11 20:37:21.272 INFO O| Feb 11 20:37:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72162025-02-11T20:37:22.953Z[ recovery-image] Feb 11 20:37:21.272 INFO O| Feb 11 20:37:21.272 INFO STEP 936 (remove_files) COMPLETE
72172025-02-11T20:37:22.956Z[ recovery-image] Feb 11 20:37:21.272 INFO O| Feb 11 20:37:21.272 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-02-11T20:37:22.966Z[ host-image] Feb 11 20:37:21.285 INFO O| Feb 11 20:37:21.285 INFO O| Actions: Completed 22 actions in 0.46 seconds.
72192025-02-11T20:37:22.992Z[ recovery-image] Feb 11 20:37:21.311 INFO O| Feb 11 20:37:21.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72202025-02-11T20:37:22.992Z[ recovery-image] Feb 11 20:37:21.311 INFO O| Feb 11 20:37:21.311 INFO STEP 937 (remove_files) COMPLETE
72212025-02-11T20:37:22.992Z[ recovery-image] Feb 11 20:37:21.311 INFO O| Feb 11 20:37:21.311 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-11T20:37:23.016Z[ recovery-image] Feb 11 20:37:21.334 INFO O| Feb 11 20:37:21.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72232025-02-11T20:37:23.016Z[ recovery-image] Feb 11 20:37:21.334 INFO O| Feb 11 20:37:21.334 INFO STEP 938 (remove_files) COMPLETE
72242025-02-11T20:37:23.018Z[ recovery-image] Feb 11 20:37:21.334 INFO O| Feb 11 20:37:21.334 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-11T20:37:23.039Z[ recovery-image] Feb 11 20:37:21.357 INFO O| Feb 11 20:37:21.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72262025-02-11T20:37:23.057Z[ recovery-image] Feb 11 20:37:21.358 INFO O| Feb 11 20:37:21.357 INFO STEP 939 (remove_files) COMPLETE
72272025-02-11T20:37:23.057Z[ recovery-image] Feb 11 20:37:21.358 INFO O| Feb 11 20:37:21.357 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-11T20:37:23.107Z[ recovery-image] Feb 11 20:37:21.426 INFO O| Feb 11 20:37:21.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72292025-02-11T20:37:23.110Z[ recovery-image] Feb 11 20:37:21.426 INFO O| Feb 11 20:37:21.426 INFO STEP 940 (remove_files) COMPLETE
72302025-02-11T20:37:23.110Z[ recovery-image] Feb 11 20:37:21.426 INFO O| Feb 11 20:37:21.426 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-11T20:37:23.138Z[ recovery-image] Feb 11 20:37:21.457 INFO O| Feb 11 20:37:21.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72322025-02-11T20:37:23.138Z[ recovery-image] Feb 11 20:37:21.457 INFO O| Feb 11 20:37:21.457 INFO STEP 941 (remove_files) COMPLETE
72332025-02-11T20:37:23.141Z[ recovery-image] Feb 11 20:37:21.457 INFO O| Feb 11 20:37:21.457 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-11T20:37:23.159Z[ recovery-image] Feb 11 20:37:21.478 INFO O| Feb 11 20:37:21.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72352025-02-11T20:37:23.162Z[ recovery-image] Feb 11 20:37:21.478 INFO O| Feb 11 20:37:21.478 INFO STEP 942 (remove_files) COMPLETE
72362025-02-11T20:37:23.162Z[ recovery-image] Feb 11 20:37:21.478 INFO O| Feb 11 20:37:21.478 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-11T20:37:23.180Z[ recovery-image] Feb 11 20:37:21.498 INFO O| Feb 11 20:37:21.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72382025-02-11T20:37:23.180Z[ recovery-image] Feb 11 20:37:21.498 INFO O| Feb 11 20:37:21.498 INFO STEP 943 (remove_files) COMPLETE
72392025-02-11T20:37:23.182Z[ recovery-image] Feb 11 20:37:21.498 INFO O| Feb 11 20:37:21.498 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-11T20:37:23.185Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
72412025-02-11T20:37:23.267Z[ recovery-image] Feb 11 20:37:21.557 INFO O| Feb 11 20:37:21.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72422025-02-11T20:37:23.267Z[ recovery-image] Feb 11 20:37:21.557 INFO O| Feb 11 20:37:21.557 INFO STEP 944 (remove_files) COMPLETE
72432025-02-11T20:37:23.268Z[ recovery-image] Feb 11 20:37:21.557 INFO O| Feb 11 20:37:21.557 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-02-11T20:37:23.270Z[ recovery-image] Feb 11 20:37:21.576 INFO O| Feb 11 20:37:21.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72452025-02-11T20:37:23.270Z[ recovery-image] Feb 11 20:37:21.576 INFO O| Feb 11 20:37:21.576 INFO STEP 945 (remove_files) COMPLETE
72462025-02-11T20:37:23.270Z[ recovery-image] Feb 11 20:37:21.576 INFO O| Feb 11 20:37:21.576 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-02-11T20:37:23.277Z[ recovery-image] Feb 11 20:37:21.596 INFO O| Feb 11 20:37:21.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72482025-02-11T20:37:23.280Z[ recovery-image] Feb 11 20:37:21.596 INFO O| Feb 11 20:37:21.596 INFO STEP 946 (remove_files) COMPLETE
72492025-02-11T20:37:23.280Z[ recovery-image] Feb 11 20:37:21.596 INFO O| Feb 11 20:37:21.596 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-02-11T20:37:23.297Z[ recovery-image] Feb 11 20:37:21.616 INFO O| Feb 11 20:37:21.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72512025-02-11T20:37:23.299Z[ recovery-image] Feb 11 20:37:21.616 INFO O| Feb 11 20:37:21.616 INFO STEP 947 (remove_files) COMPLETE
72522025-02-11T20:37:23.299Z[ recovery-image] Feb 11 20:37:21.616 INFO O| Feb 11 20:37:21.616 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-02-11T20:37:23.320Z[ recovery-image] Feb 11 20:37:21.639 INFO O| Feb 11 20:37:21.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72542025-02-11T20:37:23.323Z[ recovery-image] Feb 11 20:37:21.639 INFO O| Feb 11 20:37:21.639 INFO STEP 948 (remove_files) COMPLETE
72552025-02-11T20:37:23.323Z[ recovery-image] Feb 11 20:37:21.639 INFO O| Feb 11 20:37:21.639 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-02-11T20:37:23.341Z[ recovery-image] Feb 11 20:37:21.659 INFO O| Feb 11 20:37:21.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72572025-02-11T20:37:23.341Z[ recovery-image] Feb 11 20:37:21.660 INFO O| Feb 11 20:37:21.659 INFO STEP 949 (remove_files) COMPLETE
72582025-02-11T20:37:23.343Z[ recovery-image] Feb 11 20:37:21.660 INFO O| Feb 11 20:37:21.660 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-02-11T20:37:23.371Z[ recovery-image] Feb 11 20:37:21.690 INFO O| Feb 11 20:37:21.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72602025-02-11T20:37:23.373Z[ recovery-image] Feb 11 20:37:21.690 INFO O| Feb 11 20:37:21.690 INFO STEP 950 (remove_files) COMPLETE
72612025-02-11T20:37:23.373Z[ recovery-image] Feb 11 20:37:21.690 INFO O| Feb 11 20:37:21.690 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-02-11T20:37:23.394Z[ recovery-image] Feb 11 20:37:21.712 INFO O| Feb 11 20:37:21.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72632025-02-11T20:37:23.397Z[ recovery-image] Feb 11 20:37:21.712 INFO O| Feb 11 20:37:21.712 INFO STEP 951 (remove_files) COMPLETE
72642025-02-11T20:37:23.397Z[ recovery-image] Feb 11 20:37:21.712 INFO O| Feb 11 20:37:21.712 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-02-11T20:37:23.416Z[ recovery-image] Feb 11 20:37:21.734 INFO O| Feb 11 20:37:21.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72662025-02-11T20:37:23.416Z[ recovery-image] Feb 11 20:37:21.735 INFO O| Feb 11 20:37:21.735 INFO STEP 952 (remove_files) COMPLETE
72672025-02-11T20:37:23.419Z[ recovery-image] Feb 11 20:37:21.735 INFO O| Feb 11 20:37:21.735 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-02-11T20:37:23.439Z[ recovery-image] Feb 11 20:37:21.758 INFO O| Feb 11 20:37:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72692025-02-11T20:37:23.439Z[ recovery-image] Feb 11 20:37:21.758 INFO O| Feb 11 20:37:21.758 INFO STEP 953 (remove_files) COMPLETE
72702025-02-11T20:37:23.439Z[ recovery-image] Feb 11 20:37:21.758 INFO O| Feb 11 20:37:21.758 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-02-11T20:37:23.520Z[ recovery-image] Feb 11 20:37:21.838 INFO O| Feb 11 20:37:21.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72722025-02-11T20:37:23.520Z[ recovery-image] Feb 11 20:37:21.838 INFO O| Feb 11 20:37:21.838 INFO STEP 954 (remove_files) COMPLETE
72732025-02-11T20:37:23.520Z[ recovery-image] Feb 11 20:37:21.838 INFO O| Feb 11 20:37:21.838 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-02-11T20:37:23.571Z[ host-image] Feb 11 20:37:21.890 INFO O| Feb 11 20:37:21.890 INFO O| Done
72752025-02-11T20:37:23.571Z[ host-image] Feb 11 20:37:21.890 INFO O| Feb 11 20:37:21.890 INFO O| Done
72762025-02-11T20:37:23.576Z[ recovery-image] Feb 11 20:37:21.893 INFO O| Feb 11 20:37:21.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72772025-02-11T20:37:23.576Z[ recovery-image] Feb 11 20:37:21.893 INFO O| Feb 11 20:37:21.893 INFO STEP 955 (remove_files) COMPLETE
72782025-02-11T20:37:23.576Z[ recovery-image] Feb 11 20:37:21.894 INFO O| Feb 11 20:37:21.893 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-11T20:37:23.680Z[ recovery-image] Feb 11 20:37:21.998 INFO O| Feb 11 20:37:21.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72802025-02-11T20:37:23.682Z[ recovery-image] Feb 11 20:37:21.998 INFO O| Feb 11 20:37:21.998 INFO STEP 956 (remove_files) COMPLETE
72812025-02-11T20:37:23.682Z[ recovery-image] Feb 11 20:37:21.999 INFO O| Feb 11 20:37:21.998 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-11T20:37:23.705Z[ recovery-image] Feb 11 20:37:22.024 INFO O| Feb 11 20:37:22.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
72832025-02-11T20:37:23.708Z[ recovery-image] Feb 11 20:37:22.024 INFO O| Feb 11 20:37:22.024 INFO STEP 957 (remove_files) COMPLETE
72842025-02-11T20:37:23.708Z[ recovery-image] Feb 11 20:37:22.024 INFO O| Feb 11 20:37:22.024 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-11T20:37:23.750Z[ recovery-image] Feb 11 20:37:22.068 INFO O| Feb 11 20:37:22.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
72862025-02-11T20:37:23.750Z[ recovery-image] Feb 11 20:37:22.068 INFO O| Feb 11 20:37:22.068 INFO STEP 958 (remove_files) COMPLETE
72872025-02-11T20:37:23.750Z[ recovery-image] Feb 11 20:37:22.068 INFO O| Feb 11 20:37:22.068 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-11T20:37:23.802Z[ recovery-image] Feb 11 20:37:22.121 INFO O| Feb 11 20:37:22.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
72892025-02-11T20:37:23.805Z[ recovery-image] Feb 11 20:37:22.121 INFO O| Feb 11 20:37:22.121 INFO STEP 959 (remove_files) COMPLETE
72902025-02-11T20:37:23.805Z[ recovery-image] Feb 11 20:37:22.121 INFO O| Feb 11 20:37:22.121 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-11T20:37:23.824Z[ recovery-image] Feb 11 20:37:22.143 INFO O| Feb 11 20:37:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
72922025-02-11T20:37:23.824Z[ recovery-image] Feb 11 20:37:22.143 INFO O| Feb 11 20:37:22.143 INFO STEP 960 (remove_files) COMPLETE
72932025-02-11T20:37:23.824Z[ recovery-image] Feb 11 20:37:22.143 INFO O| Feb 11 20:37:22.143 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-11T20:37:23.844Z[ recovery-image] Feb 11 20:37:22.163 INFO O| Feb 11 20:37:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
72952025-02-11T20:37:23.844Z[ recovery-image] Feb 11 20:37:22.163 INFO O| Feb 11 20:37:22.163 INFO STEP 961 (remove_files) COMPLETE
72962025-02-11T20:37:23.844Z[ recovery-image] Feb 11 20:37:22.163 INFO O| Feb 11 20:37:22.163 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-11T20:37:23.899Z[ recovery-image] Feb 11 20:37:22.205 INFO O| Feb 11 20:37:22.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
72982025-02-11T20:37:23.899Z[ recovery-image] Feb 11 20:37:22.205 INFO O| Feb 11 20:37:22.205 INFO STEP 962 (remove_files) COMPLETE
72992025-02-11T20:37:23.913Z[ recovery-image] Feb 11 20:37:22.205 INFO O| Feb 11 20:37:22.205 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-11T20:37:23.938Z[ recovery-image] Feb 11 20:37:22.256 INFO O| Feb 11 20:37:22.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73012025-02-11T20:37:23.938Z[ recovery-image] Feb 11 20:37:22.256 INFO O| Feb 11 20:37:22.256 INFO STEP 963 (remove_files) COMPLETE
73022025-02-11T20:37:23.938Z[ recovery-image] Feb 11 20:37:22.256 INFO O| Feb 11 20:37:22.256 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-11T20:37:23.957Z[ recovery-image] Feb 11 20:37:22.276 INFO O| Feb 11 20:37:22.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73042025-02-11T20:37:23.958Z[ recovery-image] Feb 11 20:37:22.276 INFO O| Feb 11 20:37:22.276 INFO STEP 964 (remove_files) COMPLETE
73052025-02-11T20:37:23.958Z[ recovery-image] Feb 11 20:37:22.276 INFO O| Feb 11 20:37:22.276 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-11T20:37:24.055Z[ recovery-image] Feb 11 20:37:22.374 INFO O| Feb 11 20:37:22.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73072025-02-11T20:37:24.055Z[ recovery-image] Feb 11 20:37:22.374 INFO O| Feb 11 20:37:22.374 INFO STEP 965 (remove_files) COMPLETE
73082025-02-11T20:37:24.058Z[ recovery-image] Feb 11 20:37:22.374 INFO O| Feb 11 20:37:22.374 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-11T20:37:24.079Z[ recovery-image] Feb 11 20:37:22.398 INFO O| Feb 11 20:37:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73102025-02-11T20:37:24.080Z[ recovery-image] Feb 11 20:37:22.398 INFO O| Feb 11 20:37:22.398 INFO STEP 966 (remove_files) COMPLETE
73112025-02-11T20:37:24.080Z[ recovery-image] Feb 11 20:37:22.398 INFO O| Feb 11 20:37:22.398 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-11T20:37:24.102Z[ recovery-image] Feb 11 20:37:22.419 INFO O| Feb 11 20:37:22.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73132025-02-11T20:37:24.102Z[ recovery-image] Feb 11 20:37:22.419 INFO O| Feb 11 20:37:22.419 INFO STEP 967 (remove_files) COMPLETE
73142025-02-11T20:37:24.103Z[ recovery-image] Feb 11 20:37:22.419 INFO O| Feb 11 20:37:22.419 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-11T20:37:24.121Z[ recovery-image] Feb 11 20:37:22.439 INFO O| Feb 11 20:37:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73162025-02-11T20:37:24.121Z[ recovery-image] Feb 11 20:37:22.439 INFO O| Feb 11 20:37:22.439 INFO STEP 968 (remove_files) COMPLETE
73172025-02-11T20:37:24.173Z[ recovery-image] Feb 11 20:37:22.492 INFO O| Feb 11 20:37:22.439 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-11T20:37:24.192Z[ recovery-image] Feb 11 20:37:22.510 INFO O| Feb 11 20:37:22.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73192025-02-11T20:37:24.192Z[ recovery-image] Feb 11 20:37:22.510 INFO O| Feb 11 20:37:22.510 INFO STEP 969 (remove_files) COMPLETE
73202025-02-11T20:37:24.192Z[ recovery-image] Feb 11 20:37:22.510 INFO O| Feb 11 20:37:22.510 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-11T20:37:24.214Z[ recovery-image] Feb 11 20:37:22.532 INFO O| Feb 11 20:37:22.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73222025-02-11T20:37:24.214Z[ recovery-image] Feb 11 20:37:22.532 INFO O| Feb 11 20:37:22.532 INFO STEP 970 (remove_files) COMPLETE
73232025-02-11T20:37:24.214Z[ recovery-image] Feb 11 20:37:22.532 INFO O| Feb 11 20:37:22.532 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-11T20:37:24.234Z[ recovery-image] Feb 11 20:37:22.552 INFO O| Feb 11 20:37:22.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73252025-02-11T20:37:24.234Z[ recovery-image] Feb 11 20:37:22.553 INFO O| Feb 11 20:37:22.552 INFO STEP 971 (remove_files) COMPLETE
73262025-02-11T20:37:24.234Z[ recovery-image] Feb 11 20:37:22.553 INFO O| Feb 11 20:37:22.553 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-11T20:37:24.297Z[ recovery-image] Feb 11 20:37:22.616 INFO O| Feb 11 20:37:22.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73282025-02-11T20:37:24.300Z[ recovery-image] Feb 11 20:37:22.616 INFO O| Feb 11 20:37:22.616 INFO STEP 972 (remove_files) COMPLETE
73292025-02-11T20:37:24.300Z[ recovery-image] Feb 11 20:37:22.616 INFO O| Feb 11 20:37:22.616 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-11T20:37:24.329Z[ recovery-image] Feb 11 20:37:22.647 INFO O| Feb 11 20:37:22.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73312025-02-11T20:37:24.331Z[ recovery-image] Feb 11 20:37:22.648 INFO O| Feb 11 20:37:22.647 INFO STEP 973 (remove_files) COMPLETE
73322025-02-11T20:37:24.331Z[ recovery-image] Feb 11 20:37:22.648 INFO O| Feb 11 20:37:22.648 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-11T20:37:24.348Z[ recovery-image] Feb 11 20:37:22.666 INFO O| Feb 11 20:37:22.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73342025-02-11T20:37:24.350Z[ recovery-image] Feb 11 20:37:22.667 INFO O| Feb 11 20:37:22.667 INFO STEP 974 (remove_files) COMPLETE
73352025-02-11T20:37:24.350Z[ recovery-image] Feb 11 20:37:22.667 INFO O| Feb 11 20:37:22.667 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-11T20:37:24.366Z[ recovery-image] Feb 11 20:37:22.685 INFO O| Feb 11 20:37:22.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73372025-02-11T20:37:24.369Z[ recovery-image] Feb 11 20:37:22.685 INFO O| Feb 11 20:37:22.685 INFO STEP 975 (remove_files) COMPLETE
73382025-02-11T20:37:24.369Z[ recovery-image] Feb 11 20:37:22.685 INFO O| Feb 11 20:37:22.685 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-11T20:37:24.385Z[ recovery-image] Feb 11 20:37:22.704 INFO O| Feb 11 20:37:22.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73402025-02-11T20:37:24.387Z[ recovery-image] Feb 11 20:37:22.704 INFO O| Feb 11 20:37:22.704 INFO STEP 976 (remove_files) COMPLETE
73412025-02-11T20:37:24.387Z[ recovery-image] Feb 11 20:37:22.704 INFO O| Feb 11 20:37:22.704 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-11T20:37:24.404Z[ recovery-image] Feb 11 20:37:22.722 INFO O| Feb 11 20:37:22.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73432025-02-11T20:37:24.406Z[ recovery-image] Feb 11 20:37:22.723 INFO O| Feb 11 20:37:22.723 INFO STEP 977 (remove_files) COMPLETE
73442025-02-11T20:37:24.406Z[ recovery-image] Feb 11 20:37:22.723 INFO O| Feb 11 20:37:22.723 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-11T20:37:24.423Z[ recovery-image] Feb 11 20:37:22.741 INFO O| Feb 11 20:37:22.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73462025-02-11T20:37:24.426Z[ recovery-image] Feb 11 20:37:22.741 INFO O| Feb 11 20:37:22.741 INFO STEP 978 (remove_files) COMPLETE
73472025-02-11T20:37:24.426Z[ recovery-image] Feb 11 20:37:22.741 INFO O| Feb 11 20:37:22.741 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-11T20:37:24.442Z[ recovery-image] Feb 11 20:37:22.760 INFO O| Feb 11 20:37:22.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73492025-02-11T20:37:24.445Z[ recovery-image] Feb 11 20:37:22.761 INFO O| Feb 11 20:37:22.761 INFO STEP 979 (remove_files) COMPLETE
73502025-02-11T20:37:24.445Z[ recovery-image] Feb 11 20:37:22.761 INFO O| Feb 11 20:37:22.761 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-11T20:37:24.462Z[ recovery-image] Feb 11 20:37:22.780 INFO O| Feb 11 20:37:22.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73522025-02-11T20:37:24.464Z[ recovery-image] Feb 11 20:37:22.780 INFO O| Feb 11 20:37:22.780 INFO STEP 980 (remove_files) COMPLETE
73532025-02-11T20:37:24.464Z[ recovery-image] Feb 11 20:37:22.781 INFO O| Feb 11 20:37:22.780 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-11T20:37:24.483Z[ recovery-image] Feb 11 20:37:22.801 INFO O| Feb 11 20:37:22.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73552025-02-11T20:37:24.485Z[ recovery-image] Feb 11 20:37:22.801 INFO O| Feb 11 20:37:22.801 INFO STEP 981 (remove_files) COMPLETE
73562025-02-11T20:37:24.485Z[ recovery-image] Feb 11 20:37:22.801 INFO O| Feb 11 20:37:22.801 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-11T20:37:24.502Z[ recovery-image] Feb 11 20:37:22.820 INFO O| Feb 11 20:37:22.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73582025-02-11T20:37:24.504Z[ recovery-image] Feb 11 20:37:22.821 INFO O| Feb 11 20:37:22.821 INFO STEP 982 (remove_files) COMPLETE
73592025-02-11T20:37:24.504Z[ recovery-image] Feb 11 20:37:22.821 INFO O| Feb 11 20:37:22.821 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-11T20:37:24.521Z[ recovery-image] Feb 11 20:37:22.840 INFO O| Feb 11 20:37:22.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73612025-02-11T20:37:24.524Z[ recovery-image] Feb 11 20:37:22.840 INFO O| Feb 11 20:37:22.840 INFO STEP 983 (remove_files) COMPLETE
73622025-02-11T20:37:24.524Z[ recovery-image] Feb 11 20:37:22.840 INFO O| Feb 11 20:37:22.840 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-11T20:37:24.541Z[ recovery-image] Feb 11 20:37:22.860 INFO O| Feb 11 20:37:22.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73642025-02-11T20:37:24.543Z[ recovery-image] Feb 11 20:37:22.860 INFO O| Feb 11 20:37:22.860 INFO STEP 984 (remove_files) COMPLETE
73652025-02-11T20:37:24.543Z[ recovery-image] Feb 11 20:37:22.860 INFO O| Feb 11 20:37:22.860 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-11T20:37:24.578Z[ recovery-image] Feb 11 20:37:22.896 INFO O| Feb 11 20:37:22.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73672025-02-11T20:37:24.578Z[ recovery-image] Feb 11 20:37:22.896 INFO O| Feb 11 20:37:22.896 INFO STEP 985 (remove_files) COMPLETE
73682025-02-11T20:37:24.578Z[ recovery-image] Feb 11 20:37:22.896 INFO O| Feb 11 20:37:22.896 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-11T20:37:24.620Z[ recovery-image] Feb 11 20:37:22.939 INFO O| Feb 11 20:37:22.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73702025-02-11T20:37:24.620Z[ recovery-image] Feb 11 20:37:22.939 INFO O| Feb 11 20:37:22.939 INFO STEP 986 (remove_files) COMPLETE
73712025-02-11T20:37:24.621Z[ recovery-image] Feb 11 20:37:22.939 INFO O| Feb 11 20:37:22.939 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-11T20:37:24.641Z[ recovery-image] Feb 11 20:37:22.959 INFO O| Feb 11 20:37:22.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73732025-02-11T20:37:24.641Z[ recovery-image] Feb 11 20:37:22.959 INFO O| Feb 11 20:37:22.959 INFO STEP 987 (remove_files) COMPLETE
73742025-02-11T20:37:24.644Z[ recovery-image] Feb 11 20:37:22.960 INFO O| Feb 11 20:37:22.959 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-11T20:37:24.663Z[ recovery-image] Feb 11 20:37:22.981 INFO O| Feb 11 20:37:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73762025-02-11T20:37:24.665Z[ recovery-image] Feb 11 20:37:22.981 INFO O| Feb 11 20:37:22.981 INFO STEP 988 (remove_files) COMPLETE
73772025-02-11T20:37:24.665Z[ recovery-image] Feb 11 20:37:22.982 INFO O| Feb 11 20:37:22.981 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-11T20:37:24.684Z[ recovery-image] Feb 11 20:37:23.002 INFO O| Feb 11 20:37:23.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73792025-02-11T20:37:24.684Z[ recovery-image] Feb 11 20:37:23.002 INFO O| Feb 11 20:37:23.002 INFO STEP 989 (remove_files) COMPLETE
73802025-02-11T20:37:24.686Z[ recovery-image] Feb 11 20:37:23.002 INFO O| Feb 11 20:37:23.002 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-11T20:37:24.703Z[ recovery-image] Feb 11 20:37:23.021 INFO O| Feb 11 20:37:23.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
73822025-02-11T20:37:24.703Z[ recovery-image] Feb 11 20:37:23.021 INFO O| Feb 11 20:37:23.021 INFO STEP 990 (remove_files) COMPLETE
73832025-02-11T20:37:24.703Z[ recovery-image] Feb 11 20:37:23.021 INFO O| Feb 11 20:37:23.021 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-11T20:37:24.721Z[ recovery-image] Feb 11 20:37:23.040 INFO O| Feb 11 20:37:23.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73852025-02-11T20:37:24.724Z[ recovery-image] Feb 11 20:37:23.040 INFO O| Feb 11 20:37:23.040 INFO STEP 991 (remove_files) COMPLETE
73862025-02-11T20:37:24.724Z[ recovery-image] Feb 11 20:37:23.040 INFO O| Feb 11 20:37:23.040 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-11T20:37:24.742Z[ recovery-image] Feb 11 20:37:23.060 INFO O| Feb 11 20:37:23.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
73882025-02-11T20:37:24.745Z[ recovery-image] Feb 11 20:37:23.060 INFO O| Feb 11 20:37:23.060 INFO STEP 992 (remove_files) COMPLETE
73892025-02-11T20:37:24.745Z[ recovery-image] Feb 11 20:37:23.060 INFO O| Feb 11 20:37:23.060 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-11T20:37:24.760Z[ recovery-image] Feb 11 20:37:23.079 INFO O| Feb 11 20:37:23.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
73912025-02-11T20:37:24.760Z[ recovery-image] Feb 11 20:37:23.079 INFO O| Feb 11 20:37:23.079 INFO STEP 993 (remove_files) COMPLETE
73922025-02-11T20:37:24.763Z[ recovery-image] Feb 11 20:37:23.079 INFO O| Feb 11 20:37:23.079 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-11T20:37:24.778Z[ recovery-image] Feb 11 20:37:23.097 INFO O| Feb 11 20:37:23.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
73942025-02-11T20:37:24.781Z[ recovery-image] Feb 11 20:37:23.097 INFO O| Feb 11 20:37:23.097 INFO STEP 994 (remove_files) COMPLETE
73952025-02-11T20:37:24.781Z[ recovery-image] Feb 11 20:37:23.097 INFO O| Feb 11 20:37:23.097 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-11T20:37:24.797Z[ recovery-image] Feb 11 20:37:23.116 INFO O| Feb 11 20:37:23.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
73972025-02-11T20:37:24.800Z[ recovery-image] Feb 11 20:37:23.116 INFO O| Feb 11 20:37:23.116 INFO STEP 995 (remove_files) COMPLETE
73982025-02-11T20:37:24.800Z[ recovery-image] Feb 11 20:37:23.116 INFO O| Feb 11 20:37:23.116 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-11T20:37:24.816Z[ recovery-image] Feb 11 20:37:23.135 INFO O| Feb 11 20:37:23.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74002025-02-11T20:37:24.816Z[ recovery-image] Feb 11 20:37:23.135 INFO O| Feb 11 20:37:23.135 INFO STEP 996 (remove_files) COMPLETE
74012025-02-11T20:37:24.816Z[ recovery-image] Feb 11 20:37:23.135 INFO O| Feb 11 20:37:23.135 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-11T20:37:24.841Z[ recovery-image] Feb 11 20:37:23.160 INFO O| Feb 11 20:37:23.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74032025-02-11T20:37:24.841Z[ recovery-image] Feb 11 20:37:23.160 INFO O| Feb 11 20:37:23.160 INFO STEP 997 (remove_files) COMPLETE
74042025-02-11T20:37:24.841Z[ recovery-image] Feb 11 20:37:23.160 INFO O| Feb 11 20:37:23.160 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-11T20:37:24.884Z[ recovery-image] Feb 11 20:37:23.203 INFO O| Feb 11 20:37:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74062025-02-11T20:37:24.887Z[ recovery-image] Feb 11 20:37:23.203 INFO O| Feb 11 20:37:23.203 INFO STEP 998 (remove_files) COMPLETE
74072025-02-11T20:37:24.887Z[ recovery-image] Feb 11 20:37:23.204 INFO O| Feb 11 20:37:23.203 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-11T20:37:24.921Z[ host-image] Feb 11 20:37:23.239 INFO O| Feb 11 20:37:23.239 INFO O| Done
74092025-02-11T20:37:24.923Z[ recovery-image] Feb 11 20:37:23.240 INFO O| Feb 11 20:37:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74102025-02-11T20:37:24.923Z[ recovery-image] Feb 11 20:37:23.240 INFO O| Feb 11 20:37:23.240 INFO STEP 999 (remove_files) COMPLETE
74112025-02-11T20:37:24.923Z[ recovery-image] Feb 11 20:37:23.240 INFO O| Feb 11 20:37:23.240 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-02-11T20:37:24.957Z[ recovery-image] Feb 11 20:37:23.275 INFO O| Feb 11 20:37:23.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74132025-02-11T20:37:24.957Z[ recovery-image] Feb 11 20:37:23.275 INFO O| Feb 11 20:37:23.275 INFO STEP 1000 (remove_files) COMPLETE
74142025-02-11T20:37:24.957Z[ recovery-image] Feb 11 20:37:23.275 INFO O| Feb 11 20:37:23.275 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-02-11T20:37:24.974Z[ recovery-image] Feb 11 20:37:23.293 INFO O| Feb 11 20:37:23.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74162025-02-11T20:37:24.977Z[ recovery-image] Feb 11 20:37:23.293 INFO O| Feb 11 20:37:23.293 INFO STEP 1001 (remove_files) COMPLETE
74172025-02-11T20:37:24.977Z[ recovery-image] Feb 11 20:37:23.293 INFO O| Feb 11 20:37:23.293 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-02-11T20:37:24.992Z[ recovery-image] Feb 11 20:37:23.310 INFO O| Feb 11 20:37:23.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74192025-02-11T20:37:24.994Z[ recovery-image] Feb 11 20:37:23.311 INFO O| Feb 11 20:37:23.311 INFO STEP 1002 (remove_files) COMPLETE
74202025-02-11T20:37:24.994Z[ recovery-image] Feb 11 20:37:23.311 INFO O| Feb 11 20:37:23.311 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-02-11T20:37:25.009Z[ recovery-image] Feb 11 20:37:23.328 INFO O| Feb 11 20:37:23.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74222025-02-11T20:37:25.012Z[ recovery-image] Feb 11 20:37:23.328 INFO O| Feb 11 20:37:23.328 INFO STEP 1003 (remove_files) COMPLETE
74232025-02-11T20:37:25.012Z[ recovery-image] Feb 11 20:37:23.328 INFO O| Feb 11 20:37:23.328 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-02-11T20:37:25.049Z[ recovery-image] Feb 11 20:37:23.368 INFO O| Feb 11 20:37:23.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74252025-02-11T20:37:25.049Z[ recovery-image] Feb 11 20:37:23.368 INFO O| Feb 11 20:37:23.368 INFO STEP 1004 (remove_files) COMPLETE
74262025-02-11T20:37:25.052Z[ recovery-image] Feb 11 20:37:23.368 INFO O| Feb 11 20:37:23.368 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-02-11T20:37:25.068Z[ recovery-image] Feb 11 20:37:23.386 INFO O| Feb 11 20:37:23.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74282025-02-11T20:37:25.068Z[ recovery-image] Feb 11 20:37:23.386 INFO O| Feb 11 20:37:23.386 INFO STEP 1005 (remove_files) COMPLETE
74292025-02-11T20:37:25.068Z[ recovery-image] Feb 11 20:37:23.386 INFO O| Feb 11 20:37:23.386 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-02-11T20:37:25.091Z[ recovery-image] Feb 11 20:37:23.410 INFO O| Feb 11 20:37:23.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74312025-02-11T20:37:25.091Z[ recovery-image] Feb 11 20:37:23.410 INFO O| Feb 11 20:37:23.410 INFO STEP 1006 (remove_files) COMPLETE
74322025-02-11T20:37:25.092Z[ recovery-image] Feb 11 20:37:23.410 INFO O| Feb 11 20:37:23.410 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-02-11T20:37:25.113Z[ recovery-image] Feb 11 20:37:23.431 INFO O| Feb 11 20:37:23.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74342025-02-11T20:37:25.113Z[ recovery-image] Feb 11 20:37:23.431 INFO O| Feb 11 20:37:23.431 INFO STEP 1007 (remove_files) COMPLETE
74352025-02-11T20:37:25.116Z[ recovery-image] Feb 11 20:37:23.431 INFO O| Feb 11 20:37:23.431 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-02-11T20:37:25.242Z[ recovery-image] Feb 11 20:37:23.560 INFO O| Feb 11 20:37:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74372025-02-11T20:37:25.242Z[ recovery-image] Feb 11 20:37:23.560 INFO O| Feb 11 20:37:23.560 INFO STEP 1008 (remove_files) COMPLETE
74382025-02-11T20:37:25.243Z[ recovery-image] Feb 11 20:37:23.560 INFO O| Feb 11 20:37:23.560 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-02-11T20:37:25.281Z[ recovery-image] Feb 11 20:37:23.599 INFO O| Feb 11 20:37:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74402025-02-11T20:37:25.281Z[ recovery-image] Feb 11 20:37:23.599 INFO O| Feb 11 20:37:23.599 INFO STEP 1009 (remove_files) COMPLETE
74412025-02-11T20:37:25.281Z[ recovery-image] Feb 11 20:37:23.599 INFO O| Feb 11 20:37:23.599 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-02-11T20:37:25.299Z[ recovery-image] Feb 11 20:37:23.617 INFO O| Feb 11 20:37:23.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74432025-02-11T20:37:25.299Z[ recovery-image] Feb 11 20:37:23.617 INFO O| Feb 11 20:37:23.617 INFO STEP 1010 (remove_files) COMPLETE
74442025-02-11T20:37:25.299Z[ recovery-image] Feb 11 20:37:23.617 INFO O| Feb 11 20:37:23.617 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-02-11T20:37:25.316Z[ recovery-image] Feb 11 20:37:23.634 INFO O| Feb 11 20:37:23.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74462025-02-11T20:37:25.316Z[ recovery-image] Feb 11 20:37:23.634 INFO O| Feb 11 20:37:23.634 INFO STEP 1011 (remove_files) COMPLETE
74472025-02-11T20:37:25.316Z[ recovery-image] Feb 11 20:37:23.634 INFO O| Feb 11 20:37:23.634 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-02-11T20:37:25.333Z[ recovery-image] Feb 11 20:37:23.651 INFO O| Feb 11 20:37:23.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74492025-02-11T20:37:25.333Z[ recovery-image] Feb 11 20:37:23.651 INFO O| Feb 11 20:37:23.651 INFO STEP 1012 (remove_files) COMPLETE
74502025-02-11T20:37:25.333Z[ recovery-image] Feb 11 20:37:23.651 INFO O| Feb 11 20:37:23.651 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-02-11T20:37:25.350Z[ recovery-image] Feb 11 20:37:23.669 INFO O| Feb 11 20:37:23.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74522025-02-11T20:37:25.350Z[ recovery-image] Feb 11 20:37:23.669 INFO O| Feb 11 20:37:23.669 INFO STEP 1013 (remove_files) COMPLETE
74532025-02-11T20:37:25.350Z[ recovery-image] Feb 11 20:37:23.669 INFO O| Feb 11 20:37:23.669 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-02-11T20:37:25.384Z[ recovery-image] Feb 11 20:37:23.703 INFO O| Feb 11 20:37:23.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74552025-02-11T20:37:25.387Z[ recovery-image] Feb 11 20:37:23.703 INFO O| Feb 11 20:37:23.703 INFO STEP 1014 (remove_files) COMPLETE
74562025-02-11T20:37:25.387Z[ recovery-image] Feb 11 20:37:23.703 INFO O| Feb 11 20:37:23.703 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-02-11T20:37:25.406Z[ recovery-image] Feb 11 20:37:23.724 INFO O| Feb 11 20:37:23.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74582025-02-11T20:37:25.408Z[ recovery-image] Feb 11 20:37:23.724 INFO O| Feb 11 20:37:23.724 INFO STEP 1015 (remove_files) COMPLETE
74592025-02-11T20:37:25.408Z[ recovery-image] Feb 11 20:37:23.724 INFO O| Feb 11 20:37:23.724 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-02-11T20:37:25.448Z[ recovery-image] Feb 11 20:37:23.766 INFO O| Feb 11 20:37:23.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74612025-02-11T20:37:25.448Z[ recovery-image] Feb 11 20:37:23.767 INFO O| Feb 11 20:37:23.766 INFO STEP 1016 (remove_files) COMPLETE
74622025-02-11T20:37:25.451Z[ recovery-image] Feb 11 20:37:23.767 INFO O| Feb 11 20:37:23.767 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-02-11T20:37:25.484Z[ recovery-image] Feb 11 20:37:23.802 INFO O| Feb 11 20:37:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74642025-02-11T20:37:25.484Z[ recovery-image] Feb 11 20:37:23.802 INFO O| Feb 11 20:37:23.802 INFO STEP 1017 (remove_files) COMPLETE
74652025-02-11T20:37:25.484Z[ recovery-image] Feb 11 20:37:23.802 INFO O| Feb 11 20:37:23.802 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-02-11T20:37:25.518Z[ recovery-image] Feb 11 20:37:23.836 INFO O| Feb 11 20:37:23.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74672025-02-11T20:37:25.518Z[ recovery-image] Feb 11 20:37:23.836 INFO O| Feb 11 20:37:23.836 INFO STEP 1018 (remove_files) COMPLETE
74682025-02-11T20:37:25.518Z[ recovery-image] Feb 11 20:37:23.836 INFO O| Feb 11 20:37:23.836 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-02-11T20:37:25.574Z[ recovery-image] Feb 11 20:37:23.893 INFO O| Feb 11 20:37:23.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74702025-02-11T20:37:25.574Z[ recovery-image] Feb 11 20:37:23.893 INFO O| Feb 11 20:37:23.893 INFO STEP 1019 (remove_files) COMPLETE
74712025-02-11T20:37:25.574Z[ recovery-image] Feb 11 20:37:23.893 INFO O| Feb 11 20:37:23.893 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-02-11T20:37:25.653Z[ recovery-image] Feb 11 20:37:23.971 INFO O| Feb 11 20:37:23.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74732025-02-11T20:37:25.656Z[ recovery-image] Feb 11 20:37:23.972 INFO O| Feb 11 20:37:23.971 INFO STEP 1020 (remove_files) COMPLETE
74742025-02-11T20:37:25.656Z[ recovery-image] Feb 11 20:37:23.972 INFO O| Feb 11 20:37:23.972 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-02-11T20:37:25.671Z[ recovery-image] Feb 11 20:37:23.989 INFO O| Feb 11 20:37:23.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74762025-02-11T20:37:25.671Z[ recovery-image] Feb 11 20:37:23.989 INFO O| Feb 11 20:37:23.989 INFO STEP 1021 (remove_files) COMPLETE
74772025-02-11T20:37:25.671Z[ recovery-image] Feb 11 20:37:23.989 INFO O| Feb 11 20:37:23.989 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-02-11T20:37:25.688Z[ recovery-image] Feb 11 20:37:24.006 INFO O| Feb 11 20:37:24.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74792025-02-11T20:37:25.688Z[ recovery-image] Feb 11 20:37:24.006 INFO O| Feb 11 20:37:24.006 INFO STEP 1022 (remove_files) COMPLETE
74802025-02-11T20:37:25.688Z[ recovery-image] Feb 11 20:37:24.006 INFO O| Feb 11 20:37:24.006 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-02-11T20:37:25.705Z[ recovery-image] Feb 11 20:37:24.022 INFO O| Feb 11 20:37:24.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74822025-02-11T20:37:25.705Z[ recovery-image] Feb 11 20:37:24.023 INFO O| Feb 11 20:37:24.023 INFO STEP 1023 (remove_files) COMPLETE
74832025-02-11T20:37:25.705Z[ recovery-image] Feb 11 20:37:24.023 INFO O| Feb 11 20:37:24.023 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-02-11T20:37:25.722Z[ recovery-image] Feb 11 20:37:24.041 INFO O| Feb 11 20:37:24.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
74852025-02-11T20:37:25.722Z[ recovery-image] Feb 11 20:37:24.041 INFO O| Feb 11 20:37:24.041 INFO STEP 1024 (remove_files) COMPLETE
74862025-02-11T20:37:25.725Z[ recovery-image] Feb 11 20:37:24.041 INFO O| Feb 11 20:37:24.041 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-02-11T20:37:25.741Z[ recovery-image] Feb 11 20:37:24.059 INFO O| Feb 11 20:37:24.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
74882025-02-11T20:37:25.741Z[ recovery-image] Feb 11 20:37:24.059 INFO O| Feb 11 20:37:24.059 INFO STEP 1025 (remove_files) COMPLETE
74892025-02-11T20:37:25.741Z[ recovery-image] Feb 11 20:37:24.059 INFO O| Feb 11 20:37:24.059 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-02-11T20:37:25.767Z[ recovery-image] Feb 11 20:37:24.083 INFO O| Feb 11 20:37:24.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
74912025-02-11T20:37:25.770Z[ recovery-image] Feb 11 20:37:24.083 INFO O| Feb 11 20:37:24.083 INFO STEP 1026 (remove_files) COMPLETE
74922025-02-11T20:37:25.770Z[ recovery-image] Feb 11 20:37:24.083 INFO O| Feb 11 20:37:24.083 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-02-11T20:37:25.793Z[ recovery-image] Feb 11 20:37:24.108 INFO O| Feb 11 20:37:24.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
74942025-02-11T20:37:25.793Z[ recovery-image] Feb 11 20:37:24.108 INFO O| Feb 11 20:37:24.108 INFO STEP 1027 (remove_files) COMPLETE
74952025-02-11T20:37:25.795Z[ recovery-image] Feb 11 20:37:24.108 INFO O| Feb 11 20:37:24.108 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-02-11T20:37:25.811Z[ recovery-image] Feb 11 20:37:24.129 INFO O| Feb 11 20:37:24.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74972025-02-11T20:37:25.811Z[ recovery-image] Feb 11 20:37:24.129 INFO O| Feb 11 20:37:24.129 INFO STEP 1028 (remove_files) COMPLETE
74982025-02-11T20:37:25.812Z[ recovery-image] Feb 11 20:37:24.129 INFO O| Feb 11 20:37:24.129 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-02-11T20:37:25.835Z[ recovery-image] Feb 11 20:37:24.153 INFO O| Feb 11 20:37:24.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75002025-02-11T20:37:25.835Z[ recovery-image] Feb 11 20:37:24.153 INFO O| Feb 11 20:37:24.153 INFO STEP 1029 (remove_files) COMPLETE
75012025-02-11T20:37:25.838Z[ recovery-image] Feb 11 20:37:24.153 INFO O| Feb 11 20:37:24.153 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-02-11T20:37:25.868Z[ recovery-image] Feb 11 20:37:24.186 INFO O| Feb 11 20:37:24.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75032025-02-11T20:37:25.868Z[ recovery-image] Feb 11 20:37:24.186 INFO O| Feb 11 20:37:24.186 INFO STEP 1030 (remove_files) COMPLETE
75042025-02-11T20:37:25.868Z[ recovery-image] Feb 11 20:37:24.186 INFO O| Feb 11 20:37:24.186 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-02-11T20:37:25.895Z[ recovery-image] Feb 11 20:37:24.213 INFO O| Feb 11 20:37:24.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75062025-02-11T20:37:25.898Z[ recovery-image] Feb 11 20:37:24.213 INFO O| Feb 11 20:37:24.213 INFO STEP 1031 (remove_files) COMPLETE
75072025-02-11T20:37:25.898Z[ recovery-image] Feb 11 20:37:24.214 INFO O| Feb 11 20:37:24.214 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-02-11T20:37:25.916Z[ recovery-image] Feb 11 20:37:24.235 INFO O| Feb 11 20:37:24.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75092025-02-11T20:37:25.921Z[ recovery-image] Feb 11 20:37:24.235 INFO O| Feb 11 20:37:24.235 INFO STEP 1032 (remove_files) COMPLETE
75102025-02-11T20:37:25.921Z[ recovery-image] Feb 11 20:37:24.235 INFO O| Feb 11 20:37:24.235 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-02-11T20:37:25.950Z[ recovery-image] Feb 11 20:37:24.262 INFO O| Feb 11 20:37:24.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75122025-02-11T20:37:25.950Z[ recovery-image] Feb 11 20:37:24.262 INFO O| Feb 11 20:37:24.262 INFO STEP 1033 (remove_files) COMPLETE
75132025-02-11T20:37:25.950Z[ recovery-image] Feb 11 20:37:24.262 INFO O| Feb 11 20:37:24.262 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-02-11T20:37:25.992Z[ recovery-image] Feb 11 20:37:24.297 INFO O| Feb 11 20:37:24.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75152025-02-11T20:37:25.992Z[ recovery-image] Feb 11 20:37:24.298 INFO O| Feb 11 20:37:24.297 INFO STEP 1034 (remove_files) COMPLETE
75162025-02-11T20:37:25.996Z[ recovery-image] Feb 11 20:37:24.298 INFO O| Feb 11 20:37:24.298 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-02-11T20:37:26.020Z[ recovery-image] Feb 11 20:37:24.333 INFO O| Feb 11 20:37:24.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75182025-02-11T20:37:26.023Z[ recovery-image] Feb 11 20:37:24.333 INFO O| Feb 11 20:37:24.333 INFO STEP 1035 (remove_files) COMPLETE
75192025-02-11T20:37:26.023Z[ recovery-image] Feb 11 20:37:24.333 INFO O| Feb 11 20:37:24.333 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-02-11T20:37:26.091Z[ recovery-image] Feb 11 20:37:24.409 INFO O| Feb 11 20:37:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75212025-02-11T20:37:26.091Z[ recovery-image] Feb 11 20:37:24.409 INFO O| Feb 11 20:37:24.409 INFO STEP 1036 (remove_files) COMPLETE
75222025-02-11T20:37:26.091Z[ recovery-image] Feb 11 20:37:24.409 INFO O| Feb 11 20:37:24.409 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-02-11T20:37:26.113Z[ recovery-image] Feb 11 20:37:24.430 INFO O| Feb 11 20:37:24.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75242025-02-11T20:37:26.116Z[ recovery-image] Feb 11 20:37:24.430 INFO O| Feb 11 20:37:24.430 INFO STEP 1037 (remove_files) COMPLETE
75252025-02-11T20:37:26.116Z[ recovery-image] Feb 11 20:37:24.430 INFO O| Feb 11 20:37:24.430 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-02-11T20:37:26.134Z[ recovery-image] Feb 11 20:37:24.452 INFO O| Feb 11 20:37:24.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75272025-02-11T20:37:26.136Z[ recovery-image] Feb 11 20:37:24.452 INFO O| Feb 11 20:37:24.452 INFO STEP 1038 (remove_files) COMPLETE
75282025-02-11T20:37:26.136Z[ recovery-image] Feb 11 20:37:24.453 INFO O| Feb 11 20:37:24.452 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-02-11T20:37:26.152Z[ recovery-image] Feb 11 20:37:24.470 INFO O| Feb 11 20:37:24.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75302025-02-11T20:37:26.155Z[ recovery-image] Feb 11 20:37:24.471 INFO O| Feb 11 20:37:24.471 INFO STEP 1039 (remove_files) COMPLETE
75312025-02-11T20:37:26.155Z[ recovery-image] Feb 11 20:37:24.471 INFO O| Feb 11 20:37:24.471 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-02-11T20:37:26.211Z[ recovery-image] Feb 11 20:37:24.529 INFO O| Feb 11 20:37:24.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75332025-02-11T20:37:26.211Z[ recovery-image] Feb 11 20:37:24.529 INFO O| Feb 11 20:37:24.529 INFO STEP 1040 (remove_files) COMPLETE
75342025-02-11T20:37:26.213Z[ recovery-image] Feb 11 20:37:24.529 INFO O| Feb 11 20:37:24.529 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-02-11T20:37:26.230Z[ recovery-image] Feb 11 20:37:24.548 INFO O| Feb 11 20:37:24.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75362025-02-11T20:37:26.232Z[ recovery-image] Feb 11 20:37:24.548 INFO O| Feb 11 20:37:24.548 INFO STEP 1041 (remove_files) COMPLETE
75372025-02-11T20:37:26.232Z[ recovery-image] Feb 11 20:37:24.549 INFO O| Feb 11 20:37:24.548 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-02-11T20:37:26.248Z[ recovery-image] Feb 11 20:37:24.567 INFO O| Feb 11 20:37:24.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75392025-02-11T20:37:26.251Z[ recovery-image] Feb 11 20:37:24.567 INFO O| Feb 11 20:37:24.567 INFO STEP 1042 (remove_files) COMPLETE
75402025-02-11T20:37:26.251Z[ recovery-image] Feb 11 20:37:24.567 INFO O| Feb 11 20:37:24.567 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-02-11T20:37:26.310Z[ recovery-image] Feb 11 20:37:24.628 INFO O| Feb 11 20:37:24.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75422025-02-11T20:37:26.312Z[ recovery-image] Feb 11 20:37:24.628 INFO O| Feb 11 20:37:24.628 INFO STEP 1043 (remove_files) COMPLETE
75432025-02-11T20:37:26.312Z[ recovery-image] Feb 11 20:37:24.628 INFO O| Feb 11 20:37:24.628 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-02-11T20:37:26.339Z[ recovery-image] Feb 11 20:37:24.656 INFO O| Feb 11 20:37:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75452025-02-11T20:37:26.339Z[ recovery-image] Feb 11 20:37:24.656 INFO O| Feb 11 20:37:24.656 INFO STEP 1044 (remove_files) COMPLETE
75462025-02-11T20:37:26.339Z[ recovery-image] Feb 11 20:37:24.656 INFO O| Feb 11 20:37:24.656 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-02-11T20:37:26.357Z[ recovery-image] Feb 11 20:37:24.675 INFO O| Feb 11 20:37:24.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75482025-02-11T20:37:26.360Z[ recovery-image] Feb 11 20:37:24.677 INFO O| Feb 11 20:37:24.677 INFO STEP 1045 (remove_files) COMPLETE
75492025-02-11T20:37:26.360Z[ recovery-image] Feb 11 20:37:24.677 INFO O| Feb 11 20:37:24.677 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-02-11T20:37:26.379Z[ recovery-image] Feb 11 20:37:24.698 INFO O| Feb 11 20:37:24.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75512025-02-11T20:37:26.379Z[ recovery-image] Feb 11 20:37:24.698 INFO O| Feb 11 20:37:24.698 INFO STEP 1046 (remove_files) COMPLETE
75522025-02-11T20:37:26.379Z[ recovery-image] Feb 11 20:37:24.698 INFO O| Feb 11 20:37:24.698 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-02-11T20:37:26.401Z[ recovery-image] Feb 11 20:37:24.719 INFO O| Feb 11 20:37:24.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75542025-02-11T20:37:26.401Z[ recovery-image] Feb 11 20:37:24.719 INFO O| Feb 11 20:37:24.719 INFO STEP 1047 (remove_files) COMPLETE
75552025-02-11T20:37:26.404Z[ recovery-image] Feb 11 20:37:24.720 INFO O| Feb 11 20:37:24.719 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-02-11T20:37:26.467Z[ recovery-image] Feb 11 20:37:24.785 INFO O| Feb 11 20:37:24.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75572025-02-11T20:37:26.467Z[ recovery-image] Feb 11 20:37:24.785 INFO O| Feb 11 20:37:24.785 INFO STEP 1048 (remove_files) COMPLETE
75582025-02-11T20:37:26.467Z[ recovery-image] Feb 11 20:37:24.785 INFO O| Feb 11 20:37:24.785 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-02-11T20:37:26.490Z[ recovery-image] Feb 11 20:37:24.808 INFO O| Feb 11 20:37:24.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75602025-02-11T20:37:26.490Z[ recovery-image] Feb 11 20:37:24.808 INFO O| Feb 11 20:37:24.808 INFO STEP 1049 (remove_files) COMPLETE
75612025-02-11T20:37:26.490Z[ recovery-image] Feb 11 20:37:24.808 INFO O| Feb 11 20:37:24.808 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-02-11T20:37:26.511Z[ recovery-image] Feb 11 20:37:24.829 INFO O| Feb 11 20:37:24.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75632025-02-11T20:37:26.511Z[ recovery-image] Feb 11 20:37:24.829 INFO O| Feb 11 20:37:24.829 INFO STEP 1050 (remove_files) COMPLETE
75642025-02-11T20:37:26.511Z[ recovery-image] Feb 11 20:37:24.829 INFO O| Feb 11 20:37:24.829 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-02-11T20:37:26.531Z[ recovery-image] Feb 11 20:37:24.849 INFO O| Feb 11 20:37:24.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75662025-02-11T20:37:26.531Z[ recovery-image] Feb 11 20:37:24.850 INFO O| Feb 11 20:37:24.849 INFO STEP 1051 (remove_files) COMPLETE
75672025-02-11T20:37:26.534Z[ recovery-image] Feb 11 20:37:24.850 INFO O| Feb 11 20:37:24.850 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-02-11T20:37:26.552Z[ recovery-image] Feb 11 20:37:24.870 INFO O| Feb 11 20:37:24.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75692025-02-11T20:37:26.552Z[ recovery-image] Feb 11 20:37:24.870 INFO O| Feb 11 20:37:24.870 INFO STEP 1052 (remove_files) COMPLETE
75702025-02-11T20:37:26.552Z[ recovery-image] Feb 11 20:37:24.870 INFO O| Feb 11 20:37:24.870 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-02-11T20:37:26.572Z[ recovery-image] Feb 11 20:37:24.890 INFO O| Feb 11 20:37:24.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75722025-02-11T20:37:26.572Z[ recovery-image] Feb 11 20:37:24.890 INFO O| Feb 11 20:37:24.890 INFO STEP 1053 (remove_files) COMPLETE
75732025-02-11T20:37:26.572Z[ recovery-image] Feb 11 20:37:24.890 INFO O| Feb 11 20:37:24.890 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-02-11T20:37:26.590Z[ recovery-image] Feb 11 20:37:24.908 INFO O| Feb 11 20:37:24.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75752025-02-11T20:37:26.590Z[ recovery-image] Feb 11 20:37:24.908 INFO O| Feb 11 20:37:24.908 INFO STEP 1054 (remove_files) COMPLETE
75762025-02-11T20:37:26.590Z[ recovery-image] Feb 11 20:37:24.908 INFO O| Feb 11 20:37:24.908 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-02-11T20:37:26.609Z[ recovery-image] Feb 11 20:37:24.928 INFO O| Feb 11 20:37:24.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75782025-02-11T20:37:26.609Z[ recovery-image] Feb 11 20:37:24.928 INFO O| Feb 11 20:37:24.928 INFO STEP 1055 (remove_files) COMPLETE
75792025-02-11T20:37:26.612Z[ recovery-image] Feb 11 20:37:24.928 INFO O| Feb 11 20:37:24.928 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-02-11T20:37:26.630Z[ recovery-image] Feb 11 20:37:24.947 INFO O| Feb 11 20:37:24.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75812025-02-11T20:37:26.630Z[ recovery-image] Feb 11 20:37:24.947 INFO O| Feb 11 20:37:24.947 INFO STEP 1056 (remove_files) COMPLETE
75822025-02-11T20:37:26.633Z[ recovery-image] Feb 11 20:37:24.947 INFO O| Feb 11 20:37:24.947 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-02-11T20:37:26.651Z[ recovery-image] Feb 11 20:37:24.969 INFO O| Feb 11 20:37:24.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75842025-02-11T20:37:26.651Z[ recovery-image] Feb 11 20:37:24.969 INFO O| Feb 11 20:37:24.969 INFO STEP 1057 (remove_files) COMPLETE
75852025-02-11T20:37:26.653Z[ recovery-image] Feb 11 20:37:24.969 INFO O| Feb 11 20:37:24.969 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-02-11T20:37:26.671Z[ recovery-image] Feb 11 20:37:24.989 INFO O| Feb 11 20:37:24.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
75872025-02-11T20:37:26.671Z[ recovery-image] Feb 11 20:37:24.989 INFO O| Feb 11 20:37:24.989 INFO STEP 1058 (remove_files) COMPLETE
75882025-02-11T20:37:26.671Z[ recovery-image] Feb 11 20:37:24.989 INFO O| Feb 11 20:37:24.989 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-02-11T20:37:26.690Z[ recovery-image] Feb 11 20:37:25.008 INFO O| Feb 11 20:37:25.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75902025-02-11T20:37:26.690Z[ recovery-image] Feb 11 20:37:25.008 INFO O| Feb 11 20:37:25.008 INFO STEP 1059 (remove_files) COMPLETE
75912025-02-11T20:37:26.690Z[ recovery-image] Feb 11 20:37:25.008 INFO O| Feb 11 20:37:25.008 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-02-11T20:37:26.713Z[ recovery-image] Feb 11 20:37:25.031 INFO O| Feb 11 20:37:25.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75932025-02-11T20:37:26.713Z[ recovery-image] Feb 11 20:37:25.031 INFO O| Feb 11 20:37:25.031 INFO STEP 1060 (remove_files) COMPLETE
75942025-02-11T20:37:26.713Z[ recovery-image] Feb 11 20:37:25.031 INFO O| Feb 11 20:37:25.031 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-02-11T20:37:26.734Z[ recovery-image] Feb 11 20:37:25.052 INFO O| Feb 11 20:37:25.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75962025-02-11T20:37:26.734Z[ recovery-image] Feb 11 20:37:25.052 INFO O| Feb 11 20:37:25.052 INFO STEP 1061 (remove_files) COMPLETE
75972025-02-11T20:37:26.734Z[ recovery-image] Feb 11 20:37:25.052 INFO O| Feb 11 20:37:25.052 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-02-11T20:37:26.787Z[ recovery-image] Feb 11 20:37:25.105 INFO O| Feb 11 20:37:25.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75992025-02-11T20:37:26.806Z[ recovery-image] Feb 11 20:37:25.125 INFO O| Feb 11 20:37:25.125 INFO STEP 1062 (remove_files) COMPLETE
76002025-02-11T20:37:26.807Z[ recovery-image] Feb 11 20:37:25.125 INFO O| Feb 11 20:37:25.125 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-02-11T20:37:26.852Z[ recovery-image] Feb 11 20:37:25.170 INFO O| Feb 11 20:37:25.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76022025-02-11T20:37:26.852Z[ recovery-image] Feb 11 20:37:25.170 INFO O| Feb 11 20:37:25.170 INFO STEP 1063 (remove_files) COMPLETE
76032025-02-11T20:37:26.854Z[ recovery-image] Feb 11 20:37:25.170 INFO O| Feb 11 20:37:25.170 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-02-11T20:37:26.871Z[ recovery-image] Feb 11 20:37:25.190 INFO O| Feb 11 20:37:25.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76052025-02-11T20:37:26.871Z[ recovery-image] Feb 11 20:37:25.190 INFO O| Feb 11 20:37:25.190 INFO STEP 1064 (remove_files) COMPLETE
76062025-02-11T20:37:26.874Z[ recovery-image] Feb 11 20:37:25.190 INFO O| Feb 11 20:37:25.190 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-02-11T20:37:26.899Z[ recovery-image] Feb 11 20:37:25.217 INFO O| Feb 11 20:37:25.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76082025-02-11T20:37:26.899Z[ recovery-image] Feb 11 20:37:25.217 INFO O| Feb 11 20:37:25.217 INFO STEP 1065 (remove_files) COMPLETE
76092025-02-11T20:37:26.899Z[ recovery-image] Feb 11 20:37:25.217 INFO O| Feb 11 20:37:25.217 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-02-11T20:37:26.976Z[ recovery-image] Feb 11 20:37:25.293 INFO O| Feb 11 20:37:25.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76112025-02-11T20:37:26.976Z[ recovery-image] Feb 11 20:37:25.293 INFO O| Feb 11 20:37:25.293 INFO STEP 1066 (remove_files) COMPLETE
76122025-02-11T20:37:26.976Z[ recovery-image] Feb 11 20:37:25.293 INFO O| Feb 11 20:37:25.293 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-02-11T20:37:26.997Z[ recovery-image] Feb 11 20:37:25.316 INFO O| Feb 11 20:37:25.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76142025-02-11T20:37:27.000Z[ recovery-image] Feb 11 20:37:25.316 INFO O| Feb 11 20:37:25.316 INFO STEP 1067 (remove_files) COMPLETE
76152025-02-11T20:37:27.000Z[ recovery-image] Feb 11 20:37:25.316 INFO O| Feb 11 20:37:25.316 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-02-11T20:37:27.018Z[ recovery-image] Feb 11 20:37:25.336 INFO O| Feb 11 20:37:25.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76172025-02-11T20:37:27.018Z[ recovery-image] Feb 11 20:37:25.336 INFO O| Feb 11 20:37:25.336 INFO STEP 1068 (remove_files) COMPLETE
76182025-02-11T20:37:27.021Z[ recovery-image] Feb 11 20:37:25.337 INFO O| Feb 11 20:37:25.336 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-02-11T20:37:27.039Z[ recovery-image] Feb 11 20:37:25.357 INFO O| Feb 11 20:37:25.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76202025-02-11T20:37:27.039Z[ recovery-image] Feb 11 20:37:25.357 INFO O| Feb 11 20:37:25.357 INFO STEP 1069 (remove_files) COMPLETE
76212025-02-11T20:37:27.039Z[ recovery-image] Feb 11 20:37:25.357 INFO O| Feb 11 20:37:25.357 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-02-11T20:37:27.060Z[ recovery-image] Feb 11 20:37:25.378 INFO O| Feb 11 20:37:25.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76232025-02-11T20:37:27.060Z[ recovery-image] Feb 11 20:37:25.378 INFO O| Feb 11 20:37:25.378 INFO STEP 1070 (remove_files) COMPLETE
76242025-02-11T20:37:27.062Z[ recovery-image] Feb 11 20:37:25.378 INFO O| Feb 11 20:37:25.378 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-02-11T20:37:27.081Z[ recovery-image] Feb 11 20:37:25.399 INFO O| Feb 11 20:37:25.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76262025-02-11T20:37:27.081Z[ recovery-image] Feb 11 20:37:25.399 INFO O| Feb 11 20:37:25.399 INFO STEP 1071 (remove_files) COMPLETE
76272025-02-11T20:37:27.081Z[ recovery-image] Feb 11 20:37:25.399 INFO O| Feb 11 20:37:25.399 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-02-11T20:37:27.101Z[ recovery-image] Feb 11 20:37:25.419 INFO O| Feb 11 20:37:25.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76292025-02-11T20:37:27.101Z[ recovery-image] Feb 11 20:37:25.420 INFO O| Feb 11 20:37:25.420 INFO STEP 1072 (remove_files) COMPLETE
76302025-02-11T20:37:27.101Z[ recovery-image] Feb 11 20:37:25.420 INFO O| Feb 11 20:37:25.420 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-02-11T20:37:27.121Z[ recovery-image] Feb 11 20:37:25.439 INFO O| Feb 11 20:37:25.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76322025-02-11T20:37:27.121Z[ recovery-image] Feb 11 20:37:25.440 INFO O| Feb 11 20:37:25.439 INFO STEP 1073 (remove_files) COMPLETE
76332025-02-11T20:37:27.124Z[ recovery-image] Feb 11 20:37:25.440 INFO O| Feb 11 20:37:25.440 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-02-11T20:37:27.143Z[ recovery-image] Feb 11 20:37:25.461 INFO O| Feb 11 20:37:25.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76352025-02-11T20:37:27.143Z[ recovery-image] Feb 11 20:37:25.461 INFO O| Feb 11 20:37:25.461 INFO STEP 1074 (remove_files) COMPLETE
76362025-02-11T20:37:27.143Z[ recovery-image] Feb 11 20:37:25.461 INFO O| Feb 11 20:37:25.461 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-02-11T20:37:27.173Z[ recovery-image] Feb 11 20:37:25.491 INFO O| Feb 11 20:37:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76382025-02-11T20:37:27.173Z[ recovery-image] Feb 11 20:37:25.491 INFO O| Feb 11 20:37:25.491 INFO STEP 1075 (remove_files) COMPLETE
76392025-02-11T20:37:27.173Z[ recovery-image] Feb 11 20:37:25.491 INFO O| Feb 11 20:37:25.491 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-02-11T20:37:27.305Z[ recovery-image] Feb 11 20:37:25.622 INFO O| Feb 11 20:37:25.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76412025-02-11T20:37:27.307Z[ recovery-image] Feb 11 20:37:25.622 INFO O| Feb 11 20:37:25.622 INFO STEP 1076 (remove_files) COMPLETE
76422025-02-11T20:37:27.307Z[ recovery-image] Feb 11 20:37:25.622 INFO O| Feb 11 20:37:25.622 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-02-11T20:37:27.348Z[ recovery-image] Feb 11 20:37:25.666 INFO O| Feb 11 20:37:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76442025-02-11T20:37:27.348Z[ recovery-image] Feb 11 20:37:25.666 INFO O| Feb 11 20:37:25.666 INFO STEP 1077 (remove_files) COMPLETE
76452025-02-11T20:37:27.348Z[ recovery-image] Feb 11 20:37:25.666 INFO O| Feb 11 20:37:25.666 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-02-11T20:37:27.394Z[ recovery-image] Feb 11 20:37:25.712 INFO O| Feb 11 20:37:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76472025-02-11T20:37:27.397Z[ recovery-image] Feb 11 20:37:25.712 INFO O| Feb 11 20:37:25.712 INFO STEP 1078 (remove_files) COMPLETE
76482025-02-11T20:37:27.397Z[ recovery-image] Feb 11 20:37:25.712 INFO O| Feb 11 20:37:25.712 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-02-11T20:37:27.421Z[ recovery-image] Feb 11 20:37:25.732 INFO O| Feb 11 20:37:25.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76502025-02-11T20:37:27.422Z[ recovery-image] Feb 11 20:37:25.733 INFO O| Feb 11 20:37:25.733 INFO STEP 1079 (remove_files) COMPLETE
76512025-02-11T20:37:27.424Z[ recovery-image] Feb 11 20:37:25.733 INFO O| Feb 11 20:37:25.733 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-02-11T20:37:27.434Z[ recovery-image] Feb 11 20:37:25.752 INFO O| Feb 11 20:37:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76532025-02-11T20:37:27.437Z[ recovery-image] Feb 11 20:37:25.752 INFO O| Feb 11 20:37:25.752 INFO STEP 1080 (remove_files) COMPLETE
76542025-02-11T20:37:27.437Z[ recovery-image] Feb 11 20:37:25.752 INFO O| Feb 11 20:37:25.752 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-02-11T20:37:27.453Z[ recovery-image] Feb 11 20:37:25.772 INFO O| Feb 11 20:37:25.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76562025-02-11T20:37:27.456Z[ recovery-image] Feb 11 20:37:25.772 INFO O| Feb 11 20:37:25.772 INFO STEP 1081 (remove_files) COMPLETE
76572025-02-11T20:37:27.456Z[ recovery-image] Feb 11 20:37:25.772 INFO O| Feb 11 20:37:25.772 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-02-11T20:37:27.473Z[ recovery-image] Feb 11 20:37:25.791 INFO O| Feb 11 20:37:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76592025-02-11T20:37:27.475Z[ recovery-image] Feb 11 20:37:25.791 INFO O| Feb 11 20:37:25.791 INFO STEP 1082 (remove_files) COMPLETE
76602025-02-11T20:37:27.475Z[ recovery-image] Feb 11 20:37:25.791 INFO O| Feb 11 20:37:25.791 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-02-11T20:37:27.493Z[ recovery-image] Feb 11 20:37:25.811 INFO O| Feb 11 20:37:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76622025-02-11T20:37:27.493Z[ recovery-image] Feb 11 20:37:25.811 INFO O| Feb 11 20:37:25.811 INFO STEP 1083 (remove_files) COMPLETE
76632025-02-11T20:37:27.496Z[ recovery-image] Feb 11 20:37:25.811 INFO O| Feb 11 20:37:25.811 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-02-11T20:37:27.538Z[ recovery-image] Feb 11 20:37:25.856 INFO O| Feb 11 20:37:25.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76652025-02-11T20:37:27.538Z[ recovery-image] Feb 11 20:37:25.856 INFO O| Feb 11 20:37:25.856 INFO STEP 1084 (remove_files) COMPLETE
76662025-02-11T20:37:27.541Z[ recovery-image] Feb 11 20:37:25.856 INFO O| Feb 11 20:37:25.856 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-02-11T20:37:27.621Z[ host-image] Feb 11 20:37:25.938 INFO O| Feb 11 20:37:25.938 INFO O| Done
76682025-02-11T20:37:27.635Z[ recovery-image] Feb 11 20:37:25.953 INFO O| Feb 11 20:37:25.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76692025-02-11T20:37:27.637Z[ recovery-image] Feb 11 20:37:25.953 INFO O| Feb 11 20:37:25.953 INFO STEP 1085 (remove_files) COMPLETE
76702025-02-11T20:37:27.638Z[ recovery-image] Feb 11 20:37:25.953 INFO O| Feb 11 20:37:25.953 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-02-11T20:37:27.656Z[ recovery-image] Feb 11 20:37:25.974 INFO O| Feb 11 20:37:25.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76722025-02-11T20:37:27.656Z[ recovery-image] Feb 11 20:37:25.974 INFO O| Feb 11 20:37:25.974 INFO STEP 1086 (remove_files) COMPLETE
76732025-02-11T20:37:27.659Z[ recovery-image] Feb 11 20:37:25.975 INFO O| Feb 11 20:37:25.974 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-02-11T20:37:27.662Z[ host-image] Feb 11 20:37:25.979 INFO O| Feb 11 20:37:25.979 INFO O| Done
76752025-02-11T20:37:27.662Z[ host-image] Feb 11 20:37:25.979 INFO O| Feb 11 20:37:25.979 INFO O| Done
76762025-02-11T20:37:27.676Z[ recovery-image] Feb 11 20:37:25.993 INFO O| Feb 11 20:37:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76772025-02-11T20:37:27.678Z[ recovery-image] Feb 11 20:37:25.994 INFO O| Feb 11 20:37:25.994 INFO STEP 1087 (remove_files) COMPLETE
76782025-02-11T20:37:27.678Z[ recovery-image] Feb 11 20:37:25.994 INFO O| Feb 11 20:37:25.994 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-11T20:37:27.681Z[ host-image] Feb 11 20:37:25.998 INFO O| Feb 11 20:37:25.998 INFO O| Done
76802025-02-11T20:37:27.697Z[ recovery-image] Feb 11 20:37:26.015 INFO O| Feb 11 20:37:26.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76812025-02-11T20:37:27.701Z[ recovery-image] Feb 11 20:37:26.015 INFO O| Feb 11 20:37:26.015 INFO STEP 1088 (remove_files) COMPLETE
76822025-02-11T20:37:27.701Z[ recovery-image] Feb 11 20:37:26.015 INFO O| Feb 11 20:37:26.015 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-02-11T20:37:27.720Z[ recovery-image] Feb 11 20:37:26.038 INFO O| Feb 11 20:37:26.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76842025-02-11T20:37:27.722Z[ recovery-image] Feb 11 20:37:26.038 INFO O| Feb 11 20:37:26.038 INFO STEP 1089 (remove_files) COMPLETE
76852025-02-11T20:37:27.722Z[ recovery-image] Feb 11 20:37:26.038 INFO O| Feb 11 20:37:26.038 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-02-11T20:37:27.749Z[ recovery-image] Feb 11 20:37:26.065 INFO O| Feb 11 20:37:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76872025-02-11T20:37:27.749Z[ recovery-image] Feb 11 20:37:26.065 INFO O| Feb 11 20:37:26.065 INFO STEP 1090 (remove_files) COMPLETE
76882025-02-11T20:37:27.749Z[ recovery-image] Feb 11 20:37:26.066 INFO O| Feb 11 20:37:26.065 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-02-11T20:37:27.807Z[ recovery-image] Feb 11 20:37:26.125 INFO O| Feb 11 20:37:26.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76902025-02-11T20:37:27.807Z[ recovery-image] Feb 11 20:37:26.125 INFO O| Feb 11 20:37:26.125 INFO STEP 1091 (remove_files) COMPLETE
76912025-02-11T20:37:27.807Z[ recovery-image] Feb 11 20:37:26.125 INFO O| Feb 11 20:37:26.125 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-02-11T20:37:27.851Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO STEP 14 (pkg_install) COMPLETE
76932025-02-11T20:37:27.851Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76942025-02-11T20:37:27.853Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO skip step because feature "mfg" is not enabled
76952025-02-11T20:37:27.853Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76962025-02-11T20:37:27.853Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO skip step because feature "compliance" is not enabled
76972025-02-11T20:37:27.854Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76982025-02-11T20:37:27.854Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO skip step because feature "stress" is not enabled
76992025-02-11T20:37:27.854Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77002025-02-11T20:37:27.854Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO skip step because feature "nfs" is not enabled
77012025-02-11T20:37:27.854Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
77022025-02-11T20:37:27.854Z[ host-image] Feb 11 20:37:26.167 INFO O| Feb 11 20:37:26.167 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
77032025-02-11T20:37:27.854Z[ recovery-image] Feb 11 20:37:26.169 INFO O| Feb 11 20:37:26.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77042025-02-11T20:37:27.854Z[ recovery-image] Feb 11 20:37:26.170 INFO O| Feb 11 20:37:26.169 INFO STEP 1092 (remove_files) COMPLETE
77052025-02-11T20:37:27.854Z[ recovery-image] Feb 11 20:37:26.170 INFO O| Feb 11 20:37:26.170 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-02-11T20:37:27.915Z[ recovery-image] Feb 11 20:37:26.232 INFO O| Feb 11 20:37:26.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77072025-02-11T20:37:27.917Z[ recovery-image] Feb 11 20:37:26.232 INFO O| Feb 11 20:37:26.232 INFO STEP 1093 (remove_files) COMPLETE
77082025-02-11T20:37:27.918Z[ recovery-image] Feb 11 20:37:26.232 INFO O| Feb 11 20:37:26.232 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-02-11T20:37:27.945Z[ recovery-image] Feb 11 20:37:26.263 INFO O| Feb 11 20:37:26.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77102025-02-11T20:37:27.945Z[ recovery-image] Feb 11 20:37:26.263 INFO O| Feb 11 20:37:26.263 INFO STEP 1094 (remove_files) COMPLETE
77112025-02-11T20:37:27.948Z[ recovery-image] Feb 11 20:37:26.263 INFO O| Feb 11 20:37:26.263 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-02-11T20:37:27.971Z[ recovery-image] Feb 11 20:37:26.289 INFO O| Feb 11 20:37:26.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77132025-02-11T20:37:27.972Z[ recovery-image] Feb 11 20:37:26.290 INFO O| Feb 11 20:37:26.290 INFO STEP 1095 (remove_files) COMPLETE
77142025-02-11T20:37:27.972Z[ recovery-image] Feb 11 20:37:26.290 INFO O| Feb 11 20:37:26.290 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-02-11T20:37:28.006Z[ host-image] Feb 11 20:37:26.323 INFO O| Feb 11 20:37:26.322 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
77162025-02-11T20:37:28.015Z[ recovery-image] Feb 11 20:37:26.333 INFO O| Feb 11 20:37:26.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77172025-02-11T20:37:28.015Z[ recovery-image] Feb 11 20:37:26.333 INFO O| Feb 11 20:37:26.333 INFO STEP 1096 (remove_files) COMPLETE
77182025-02-11T20:37:28.018Z[ recovery-image] Feb 11 20:37:26.333 INFO O| Feb 11 20:37:26.333 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-02-11T20:37:28.075Z[ recovery-image] Feb 11 20:37:26.393 INFO O| Feb 11 20:37:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77202025-02-11T20:37:28.075Z[ recovery-image] Feb 11 20:37:26.393 INFO O| Feb 11 20:37:26.393 INFO STEP 1097 (remove_files) COMPLETE
77212025-02-11T20:37:28.077Z[ recovery-image] Feb 11 20:37:26.393 INFO O| Feb 11 20:37:26.393 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-02-11T20:37:28.102Z[ recovery-image] Feb 11 20:37:26.420 INFO O| Feb 11 20:37:26.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77232025-02-11T20:37:28.105Z[ recovery-image] Feb 11 20:37:26.422 INFO O| Feb 11 20:37:26.422 INFO STEP 1098 (remove_files) COMPLETE
77242025-02-11T20:37:28.105Z[ recovery-image] Feb 11 20:37:26.422 INFO O| Feb 11 20:37:26.422 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-02-11T20:37:28.128Z[ host-image] Feb 11 20:37:26.446 INFO O| Feb 11 20:37:26.446 INFO completed processing gimlet/ramdisk-01-os
77262025-02-11T20:37:28.133Z[ host-image] Feb 11 20:37:26.449 INFO omicron1 baseline generation...
77272025-02-11T20:37:28.133Z[ host-image] Feb 11 20:37:26.450 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
77282025-02-11T20:37:28.141Z[ recovery-image] Feb 11 20:37:26.459 INFO O| Feb 11 20:37:26.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77292025-02-11T20:37:28.169Z[ recovery-image] Feb 11 20:37:26.487 INFO O| Feb 11 20:37:26.487 INFO STEP 1099 (remove_files) COMPLETE
77302025-02-11T20:37:28.171Z[ recovery-image] Feb 11 20:37:26.487 INFO O| Feb 11 20:37:26.487 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-02-11T20:37:28.199Z[ recovery-image] Feb 11 20:37:26.517 INFO O| Feb 11 20:37:26.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77322025-02-11T20:37:28.202Z[ recovery-image] Feb 11 20:37:26.517 INFO O| Feb 11 20:37:26.517 INFO STEP 1100 (remove_files) COMPLETE
77332025-02-11T20:37:28.203Z[ recovery-image] Feb 11 20:37:26.518 INFO O| Feb 11 20:37:26.517 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-02-11T20:37:28.218Z[ recovery-image] Feb 11 20:37:26.536 INFO O| Feb 11 20:37:26.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77352025-02-11T20:37:28.218Z[ recovery-image] Feb 11 20:37:26.536 INFO O| Feb 11 20:37:26.536 INFO STEP 1101 (remove_files) COMPLETE
77362025-02-11T20:37:28.221Z[ recovery-image] Feb 11 20:37:26.536 INFO O| Feb 11 20:37:26.536 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-11T20:37:28.236Z[ recovery-image] Feb 11 20:37:26.554 INFO O| Feb 11 20:37:26.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77382025-02-11T20:37:28.238Z[ recovery-image] Feb 11 20:37:26.554 INFO O| Feb 11 20:37:26.554 INFO STEP 1102 (remove_files) COMPLETE
77392025-02-11T20:37:28.238Z[ recovery-image] Feb 11 20:37:26.554 INFO O| Feb 11 20:37:26.554 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-02-11T20:37:28.254Z[ recovery-image] Feb 11 20:37:26.572 INFO O| Feb 11 20:37:26.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77412025-02-11T20:37:28.254Z[ recovery-image] Feb 11 20:37:26.572 INFO O| Feb 11 20:37:26.572 INFO STEP 1103 (remove_files) COMPLETE
77422025-02-11T20:37:28.254Z[ recovery-image] Feb 11 20:37:26.572 INFO O| Feb 11 20:37:26.572 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-02-11T20:37:28.274Z[ recovery-image] Feb 11 20:37:26.592 INFO O| Feb 11 20:37:26.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77442025-02-11T20:37:28.274Z[ recovery-image] Feb 11 20:37:26.592 INFO O| Feb 11 20:37:26.592 INFO STEP 1104 (remove_files) COMPLETE
77452025-02-11T20:37:28.277Z[ recovery-image] Feb 11 20:37:26.592 INFO O| Feb 11 20:37:26.592 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-02-11T20:37:28.304Z[ recovery-image] Feb 11 20:37:26.620 INFO O| Feb 11 20:37:26.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77472025-02-11T20:37:28.304Z[ recovery-image] Feb 11 20:37:26.620 INFO O| Feb 11 20:37:26.620 INFO STEP 1105 (remove_files) COMPLETE
77482025-02-11T20:37:28.304Z[ recovery-image] Feb 11 20:37:26.620 INFO O| Feb 11 20:37:26.620 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-02-11T20:37:28.322Z[ recovery-image] Feb 11 20:37:26.640 INFO O| Feb 11 20:37:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77502025-02-11T20:37:28.325Z[ recovery-image] Feb 11 20:37:26.640 INFO O| Feb 11 20:37:26.640 INFO STEP 1106 (remove_files) COMPLETE
77512025-02-11T20:37:28.325Z[ recovery-image] Feb 11 20:37:26.640 INFO O| Feb 11 20:37:26.640 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-02-11T20:37:28.344Z[ recovery-image] Feb 11 20:37:26.661 INFO O| Feb 11 20:37:26.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77532025-02-11T20:37:28.344Z[ recovery-image] Feb 11 20:37:26.662 INFO O| Feb 11 20:37:26.662 INFO STEP 1107 (remove_files) COMPLETE
77542025-02-11T20:37:28.344Z[ recovery-image] Feb 11 20:37:26.662 INFO O| Feb 11 20:37:26.662 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-11T20:37:28.399Z[ recovery-image] Feb 11 20:37:26.717 INFO O| Feb 11 20:37:26.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77562025-02-11T20:37:28.399Z[ recovery-image] Feb 11 20:37:26.717 INFO O| Feb 11 20:37:26.717 INFO STEP 1108 (remove_files) COMPLETE
77572025-02-11T20:37:28.399Z[ recovery-image] Feb 11 20:37:26.717 INFO O| Feb 11 20:37:26.717 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-11T20:37:28.419Z[ recovery-image] Feb 11 20:37:26.737 INFO O| Feb 11 20:37:26.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77592025-02-11T20:37:28.419Z[ recovery-image] Feb 11 20:37:26.738 INFO O| Feb 11 20:37:26.737 INFO STEP 1109 (remove_files) COMPLETE
77602025-02-11T20:37:28.420Z[ recovery-image] Feb 11 20:37:26.738 INFO O| Feb 11 20:37:26.738 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-11T20:37:28.439Z[ recovery-image] Feb 11 20:37:26.757 INFO O| Feb 11 20:37:26.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77622025-02-11T20:37:28.439Z[ recovery-image] Feb 11 20:37:26.757 INFO O| Feb 11 20:37:26.757 INFO STEP 1110 (remove_files) COMPLETE
77632025-02-11T20:37:28.439Z[ recovery-image] Feb 11 20:37:26.757 INFO O| Feb 11 20:37:26.757 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-11T20:37:28.460Z[ recovery-image] Feb 11 20:37:26.777 INFO O| Feb 11 20:37:26.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77652025-02-11T20:37:28.480Z[ recovery-image] Feb 11 20:37:26.798 INFO O| Feb 11 20:37:26.798 INFO STEP 1111 (remove_files) COMPLETE
77662025-02-11T20:37:28.480Z[ recovery-image] Feb 11 20:37:26.798 INFO O| Feb 11 20:37:26.798 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-11T20:37:28.500Z[ recovery-image] Feb 11 20:37:26.818 INFO O| Feb 11 20:37:26.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77682025-02-11T20:37:28.500Z[ recovery-image] Feb 11 20:37:26.818 INFO O| Feb 11 20:37:26.818 INFO STEP 1112 (remove_files) COMPLETE
77692025-02-11T20:37:28.500Z[ recovery-image] Feb 11 20:37:26.818 INFO O| Feb 11 20:37:26.818 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-02-11T20:37:28.539Z[ recovery-image] Feb 11 20:37:26.855 INFO O| Feb 11 20:37:26.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77712025-02-11T20:37:28.543Z[ recovery-image] Feb 11 20:37:26.855 INFO O| Feb 11 20:37:26.855 INFO STEP 1113 (remove_files) COMPLETE
77722025-02-11T20:37:28.543Z[ recovery-image] Feb 11 20:37:26.855 INFO O| Feb 11 20:37:26.855 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-02-11T20:37:28.575Z[ recovery-image] Feb 11 20:37:26.893 INFO O| Feb 11 20:37:26.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77742025-02-11T20:37:28.575Z[ recovery-image] Feb 11 20:37:26.893 INFO O| Feb 11 20:37:26.893 INFO STEP 1114 (remove_files) COMPLETE
77752025-02-11T20:37:28.576Z[ recovery-image] Feb 11 20:37:26.893 INFO O| Feb 11 20:37:26.893 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-02-11T20:37:28.615Z[ recovery-image] Feb 11 20:37:26.933 INFO O| Feb 11 20:37:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77772025-02-11T20:37:28.615Z[ recovery-image] Feb 11 20:37:26.933 INFO O| Feb 11 20:37:26.933 INFO STEP 1115 (remove_files) COMPLETE
77782025-02-11T20:37:28.615Z[ recovery-image] Feb 11 20:37:26.933 INFO O| Feb 11 20:37:26.933 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-02-11T20:37:28.650Z[ recovery-image] Feb 11 20:37:26.966 INFO O| Feb 11 20:37:26.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77802025-02-11T20:37:28.650Z[ recovery-image] Feb 11 20:37:26.966 INFO O| Feb 11 20:37:26.966 INFO STEP 1116 (remove_files) COMPLETE
77812025-02-11T20:37:28.654Z[ recovery-image] Feb 11 20:37:26.966 INFO O| Feb 11 20:37:26.966 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-02-11T20:37:28.712Z[ recovery-image] Feb 11 20:37:27.030 INFO O| Feb 11 20:37:27.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77832025-02-11T20:37:28.712Z[ recovery-image] Feb 11 20:37:27.030 INFO O| Feb 11 20:37:27.030 INFO STEP 1117 (remove_files) COMPLETE
77842025-02-11T20:37:28.712Z[ recovery-image] Feb 11 20:37:27.030 INFO O| Feb 11 20:37:27.030 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-02-11T20:37:28.733Z[ recovery-image] Feb 11 20:37:27.051 INFO O| Feb 11 20:37:27.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77862025-02-11T20:37:28.733Z[ recovery-image] Feb 11 20:37:27.051 INFO O| Feb 11 20:37:27.051 INFO STEP 1118 (remove_files) COMPLETE
77872025-02-11T20:37:28.733Z[ recovery-image] Feb 11 20:37:27.051 INFO O| Feb 11 20:37:27.051 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-02-11T20:37:28.768Z[ recovery-image] Feb 11 20:37:27.085 INFO O| Feb 11 20:37:27.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77892025-02-11T20:37:28.768Z[ recovery-image] Feb 11 20:37:27.085 INFO O| Feb 11 20:37:27.085 INFO STEP 1119 (remove_files) COMPLETE
77902025-02-11T20:37:28.768Z[ recovery-image] Feb 11 20:37:27.085 INFO O| Feb 11 20:37:27.085 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-02-11T20:37:28.837Z[ recovery-image] Feb 11 20:37:27.155 INFO O| Feb 11 20:37:27.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77922025-02-11T20:37:28.837Z[ recovery-image] Feb 11 20:37:27.155 INFO O| Feb 11 20:37:27.155 INFO STEP 1120 (remove_files) COMPLETE
77932025-02-11T20:37:28.837Z[ recovery-image] Feb 11 20:37:27.155 INFO O| Feb 11 20:37:27.155 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-02-11T20:37:28.859Z[ recovery-image] Feb 11 20:37:27.176 INFO O| Feb 11 20:37:27.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77952025-02-11T20:37:28.859Z[ recovery-image] Feb 11 20:37:27.176 INFO O| Feb 11 20:37:27.176 INFO STEP 1121 (remove_files) COMPLETE
77962025-02-11T20:37:28.859Z[ recovery-image] Feb 11 20:37:27.176 INFO O| Feb 11 20:37:27.176 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-02-11T20:37:28.872Z[ host-image] Feb 11 20:37:27.190 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23216:20250211T162152Z
77982025-02-11T20:37:28.877Z[ recovery-image] Feb 11 20:37:27.195 INFO O| Feb 11 20:37:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77992025-02-11T20:37:28.880Z[ recovery-image] Feb 11 20:37:27.195 INFO O| Feb 11 20:37:27.195 INFO STEP 1122 (remove_files) COMPLETE
78002025-02-11T20:37:28.880Z[ recovery-image] Feb 11 20:37:27.195 INFO O| Feb 11 20:37:27.195 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-11T20:37:28.931Z[ recovery-image] Feb 11 20:37:27.249 INFO O| Feb 11 20:37:27.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78022025-02-11T20:37:28.934Z[ recovery-image] Feb 11 20:37:27.249 INFO O| Feb 11 20:37:27.249 INFO STEP 1123 (remove_files) COMPLETE
78032025-02-11T20:37:28.934Z[ recovery-image] Feb 11 20:37:27.249 INFO O| Feb 11 20:37:27.249 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-11T20:37:28.952Z[ recovery-image] Feb 11 20:37:27.270 INFO O| Feb 11 20:37:27.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78052025-02-11T20:37:28.955Z[ recovery-image] Feb 11 20:37:27.271 INFO O| Feb 11 20:37:27.271 INFO STEP 1124 (remove_files) COMPLETE
78062025-02-11T20:37:28.955Z[ recovery-image] Feb 11 20:37:27.271 INFO O| Feb 11 20:37:27.271 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-11T20:37:28.972Z[ recovery-image] Feb 11 20:37:27.290 INFO O| Feb 11 20:37:27.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78082025-02-11T20:37:28.972Z[ recovery-image] Feb 11 20:37:27.290 INFO O| Feb 11 20:37:27.290 INFO STEP 1125 (remove_files) COMPLETE
78092025-02-11T20:37:28.975Z[ recovery-image] Feb 11 20:37:27.290 INFO O| Feb 11 20:37:27.290 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-11T20:37:28.990Z[ recovery-image] Feb 11 20:37:27.307 INFO O| Feb 11 20:37:27.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78112025-02-11T20:37:28.990Z[ recovery-image] Feb 11 20:37:27.308 INFO O| Feb 11 20:37:27.308 INFO STEP 1126 (remove_files) COMPLETE
78122025-02-11T20:37:28.992Z[ recovery-image] Feb 11 20:37:27.308 INFO O| Feb 11 20:37:27.308 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-11T20:37:29.007Z[ recovery-image] Feb 11 20:37:27.325 INFO O| Feb 11 20:37:27.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78142025-02-11T20:37:29.007Z[ recovery-image] Feb 11 20:37:27.325 INFO O| Feb 11 20:37:27.325 INFO STEP 1127 (remove_files) COMPLETE
78152025-02-11T20:37:29.010Z[ recovery-image] Feb 11 20:37:27.325 INFO O| Feb 11 20:37:27.325 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-11T20:37:29.024Z[ recovery-image] Feb 11 20:37:27.342 INFO O| Feb 11 20:37:27.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78172025-02-11T20:37:29.026Z[ recovery-image] Feb 11 20:37:27.342 INFO O| Feb 11 20:37:27.342 INFO STEP 1128 (remove_files) COMPLETE
78182025-02-11T20:37:29.026Z[ recovery-image] Feb 11 20:37:27.342 INFO O| Feb 11 20:37:27.342 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-11T20:37:29.040Z[ recovery-image] Feb 11 20:37:27.358 INFO O| Feb 11 20:37:27.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78202025-02-11T20:37:29.043Z[ recovery-image] Feb 11 20:37:27.359 INFO O| Feb 11 20:37:27.358 INFO STEP 1129 (remove_files) COMPLETE
78212025-02-11T20:37:29.043Z[ recovery-image] Feb 11 20:37:27.359 INFO O| Feb 11 20:37:27.359 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-11T20:37:29.058Z[ recovery-image] Feb 11 20:37:27.375 INFO O| Feb 11 20:37:27.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78232025-02-11T20:37:29.060Z[ recovery-image] Feb 11 20:37:27.376 INFO O| Feb 11 20:37:27.376 INFO STEP 1130 (remove_files) COMPLETE
78242025-02-11T20:37:29.060Z[ recovery-image] Feb 11 20:37:27.376 INFO O| Feb 11 20:37:27.376 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-11T20:37:29.076Z[ recovery-image] Feb 11 20:37:27.393 INFO O| Feb 11 20:37:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78262025-02-11T20:37:29.076Z[ recovery-image] Feb 11 20:37:27.393 INFO O| Feb 11 20:37:27.393 INFO STEP 1131 (remove_files) COMPLETE
78272025-02-11T20:37:29.079Z[ recovery-image] Feb 11 20:37:27.393 INFO O| Feb 11 20:37:27.393 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-11T20:37:29.105Z[ recovery-image] Feb 11 20:37:27.423 INFO O| Feb 11 20:37:27.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78292025-02-11T20:37:29.108Z[ recovery-image] Feb 11 20:37:27.423 INFO O| Feb 11 20:37:27.423 INFO STEP 1132 (remove_files) COMPLETE
78302025-02-11T20:37:29.108Z[ recovery-image] Feb 11 20:37:27.423 INFO O| Feb 11 20:37:27.423 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-11T20:37:29.150Z[ recovery-image] Feb 11 20:37:27.468 INFO O| Feb 11 20:37:27.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78322025-02-11T20:37:29.150Z[ recovery-image] Feb 11 20:37:27.468 INFO O| Feb 11 20:37:27.468 INFO STEP 1133 (remove_files) COMPLETE
78332025-02-11T20:37:29.150Z[ recovery-image] Feb 11 20:37:27.468 INFO O| Feb 11 20:37:27.468 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-11T20:37:29.169Z[ recovery-image] Feb 11 20:37:27.487 INFO O| Feb 11 20:37:27.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78352025-02-11T20:37:29.169Z[ recovery-image] Feb 11 20:37:27.487 INFO O| Feb 11 20:37:27.487 INFO STEP 1134 (remove_files) COMPLETE
78362025-02-11T20:37:29.169Z[ recovery-image] Feb 11 20:37:27.487 INFO O| Feb 11 20:37:27.487 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-11T20:37:29.194Z[ recovery-image] Feb 11 20:37:27.512 INFO O| Feb 11 20:37:27.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78382025-02-11T20:37:29.194Z[ recovery-image] Feb 11 20:37:27.512 INFO O| Feb 11 20:37:27.512 INFO STEP 1135 (remove_files) COMPLETE
78392025-02-11T20:37:29.194Z[ recovery-image] Feb 11 20:37:27.512 INFO O| Feb 11 20:37:27.512 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-11T20:37:29.232Z[ recovery-image] Feb 11 20:37:27.550 INFO O| Feb 11 20:37:27.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78412025-02-11T20:37:29.232Z[ recovery-image] Feb 11 20:37:27.550 INFO O| Feb 11 20:37:27.550 INFO STEP 1136 (remove_files) COMPLETE
78422025-02-11T20:37:29.235Z[ recovery-image] Feb 11 20:37:27.550 INFO O| Feb 11 20:37:27.550 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-11T20:37:29.295Z[ recovery-image] Feb 11 20:37:27.613 INFO O| Feb 11 20:37:27.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78442025-02-11T20:37:29.295Z[ recovery-image] Feb 11 20:37:27.613 INFO O| Feb 11 20:37:27.613 INFO STEP 1137 (remove_files) COMPLETE
78452025-02-11T20:37:29.295Z[ recovery-image] Feb 11 20:37:27.613 INFO O| Feb 11 20:37:27.613 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-11T20:37:29.320Z[ recovery-image] Feb 11 20:37:27.638 INFO O| Feb 11 20:37:27.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78472025-02-11T20:37:29.323Z[ recovery-image] Feb 11 20:37:27.638 INFO O| Feb 11 20:37:27.638 INFO STEP 1138 (remove_files) COMPLETE
78482025-02-11T20:37:29.323Z[ recovery-image] Feb 11 20:37:27.639 INFO O| Feb 11 20:37:27.638 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-11T20:37:29.341Z[ recovery-image] Feb 11 20:37:27.659 INFO O| Feb 11 20:37:27.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78502025-02-11T20:37:29.347Z[ recovery-image] Feb 11 20:37:27.659 INFO O| Feb 11 20:37:27.659 INFO STEP 1139 (remove_files) COMPLETE
78512025-02-11T20:37:29.347Z[ recovery-image] Feb 11 20:37:27.659 INFO O| Feb 11 20:37:27.659 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-11T20:37:29.364Z[ recovery-image] Feb 11 20:37:27.681 INFO O| Feb 11 20:37:27.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78532025-02-11T20:37:29.364Z[ recovery-image] Feb 11 20:37:27.681 INFO O| Feb 11 20:37:27.681 INFO STEP 1140 (remove_files) COMPLETE
78542025-02-11T20:37:29.364Z[ recovery-image] Feb 11 20:37:27.681 INFO O| Feb 11 20:37:27.681 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-11T20:37:29.416Z[ recovery-image] Feb 11 20:37:27.734 INFO O| Feb 11 20:37:27.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78562025-02-11T20:37:29.416Z[ recovery-image] Feb 11 20:37:27.734 INFO O| Feb 11 20:37:27.734 INFO STEP 1141 (remove_files) COMPLETE
78572025-02-11T20:37:29.418Z[ recovery-image] Feb 11 20:37:27.734 INFO O| Feb 11 20:37:27.734 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-11T20:37:29.479Z[ recovery-image] Feb 11 20:37:27.797 INFO O| Feb 11 20:37:27.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78592025-02-11T20:37:29.479Z[ recovery-image] Feb 11 20:37:27.797 INFO O| Feb 11 20:37:27.797 INFO STEP 1142 (remove_files) COMPLETE
78602025-02-11T20:37:29.482Z[ recovery-image] Feb 11 20:37:27.797 INFO O| Feb 11 20:37:27.797 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-11T20:37:29.520Z[ recovery-image] Feb 11 20:37:27.838 INFO O| Feb 11 20:37:27.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78622025-02-11T20:37:29.523Z[ recovery-image] Feb 11 20:37:27.838 INFO O| Feb 11 20:37:27.838 INFO STEP 1143 (remove_files) COMPLETE
78632025-02-11T20:37:29.523Z[ recovery-image] Feb 11 20:37:27.838 INFO O| Feb 11 20:37:27.838 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-11T20:37:29.542Z[ recovery-image] Feb 11 20:37:27.860 INFO O| Feb 11 20:37:27.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78652025-02-11T20:37:29.542Z[ recovery-image] Feb 11 20:37:27.860 INFO O| Feb 11 20:37:27.860 INFO STEP 1144 (remove_files) COMPLETE
78662025-02-11T20:37:29.542Z[ recovery-image] Feb 11 20:37:27.860 INFO O| Feb 11 20:37:27.860 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-02-11T20:37:29.579Z[ recovery-image] Feb 11 20:37:27.897 INFO O| Feb 11 20:37:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78682025-02-11T20:37:29.579Z[ recovery-image] Feb 11 20:37:27.897 INFO O| Feb 11 20:37:27.897 INFO STEP 1145 (remove_files) COMPLETE
78692025-02-11T20:37:29.579Z[ recovery-image] Feb 11 20:37:27.897 INFO O| Feb 11 20:37:27.897 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-11T20:37:29.651Z[ recovery-image] Feb 11 20:37:27.953 INFO O| Feb 11 20:37:27.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78712025-02-11T20:37:29.651Z[ recovery-image] Feb 11 20:37:27.953 INFO O| Feb 11 20:37:27.953 INFO STEP 1146 (remove_files) COMPLETE
78722025-02-11T20:37:29.654Z[ recovery-image] Feb 11 20:37:27.953 INFO O| Feb 11 20:37:27.953 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-02-11T20:37:29.658Z[ recovery-image] Feb 11 20:37:27.973 INFO O| Feb 11 20:37:27.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78742025-02-11T20:37:29.658Z[ recovery-image] Feb 11 20:37:27.973 INFO O| Feb 11 20:37:27.973 INFO STEP 1147 (remove_files) COMPLETE
78752025-02-11T20:37:29.659Z[ recovery-image] Feb 11 20:37:27.973 INFO O| Feb 11 20:37:27.973 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-02-11T20:37:29.779Z[ recovery-image] Feb 11 20:37:28.097 INFO O| Feb 11 20:37:28.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78772025-02-11T20:37:29.779Z[ recovery-image] Feb 11 20:37:28.097 INFO O| Feb 11 20:37:28.097 INFO STEP 1148 (remove_files) COMPLETE
78782025-02-11T20:37:29.782Z[ recovery-image] Feb 11 20:37:28.097 INFO O| Feb 11 20:37:28.097 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-02-11T20:37:29.802Z[ recovery-image] Feb 11 20:37:28.119 INFO O| Feb 11 20:37:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78802025-02-11T20:37:29.802Z[ recovery-image] Feb 11 20:37:28.119 INFO O| Feb 11 20:37:28.119 INFO STEP 1149 (remove_files) COMPLETE
78812025-02-11T20:37:29.802Z[ recovery-image] Feb 11 20:37:28.119 INFO O| Feb 11 20:37:28.119 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-02-11T20:37:29.823Z[ recovery-image] Feb 11 20:37:28.141 INFO O| Feb 11 20:37:28.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78832025-02-11T20:37:29.823Z[ recovery-image] Feb 11 20:37:28.141 INFO O| Feb 11 20:37:28.141 INFO STEP 1150 (remove_files) COMPLETE
78842025-02-11T20:37:29.826Z[ recovery-image] Feb 11 20:37:28.141 INFO O| Feb 11 20:37:28.141 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-02-11T20:37:29.843Z[ recovery-image] Feb 11 20:37:28.161 INFO O| Feb 11 20:37:28.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78862025-02-11T20:37:29.843Z[ recovery-image] Feb 11 20:37:28.161 INFO O| Feb 11 20:37:28.161 INFO STEP 1151 (remove_files) COMPLETE
78872025-02-11T20:37:29.846Z[ recovery-image] Feb 11 20:37:28.161 INFO O| Feb 11 20:37:28.161 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-02-11T20:37:29.870Z[ recovery-image] Feb 11 20:37:28.188 INFO O| Feb 11 20:37:28.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78892025-02-11T20:37:29.872Z[ recovery-image] Feb 11 20:37:28.188 INFO O| Feb 11 20:37:28.188 INFO STEP 1152 (remove_files) COMPLETE
78902025-02-11T20:37:29.873Z[ recovery-image] Feb 11 20:37:28.188 INFO O| Feb 11 20:37:28.188 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-02-11T20:37:29.909Z[ recovery-image] Feb 11 20:37:28.226 INFO O| Feb 11 20:37:28.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78922025-02-11T20:37:29.912Z[ recovery-image] Feb 11 20:37:28.226 INFO O| Feb 11 20:37:28.226 INFO STEP 1153 (remove_files) COMPLETE
78932025-02-11T20:37:29.912Z[ recovery-image] Feb 11 20:37:28.226 INFO O| Feb 11 20:37:28.226 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-02-11T20:37:29.929Z[ recovery-image] Feb 11 20:37:28.247 INFO O| Feb 11 20:37:28.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78952025-02-11T20:37:29.929Z[ recovery-image] Feb 11 20:37:28.247 INFO O| Feb 11 20:37:28.247 INFO STEP 1154 (remove_files) COMPLETE
78962025-02-11T20:37:29.932Z[ recovery-image] Feb 11 20:37:28.247 INFO O| Feb 11 20:37:28.247 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-02-11T20:37:30.018Z[ recovery-image] Feb 11 20:37:28.336 INFO O| Feb 11 20:37:28.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78982025-02-11T20:37:30.018Z[ recovery-image] Feb 11 20:37:28.336 INFO O| Feb 11 20:37:28.336 INFO STEP 1155 (remove_files) COMPLETE
78992025-02-11T20:37:30.018Z[ recovery-image] Feb 11 20:37:28.336 INFO O| Feb 11 20:37:28.336 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-02-11T20:37:30.038Z[ recovery-image] Feb 11 20:37:28.356 INFO O| Feb 11 20:37:28.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79012025-02-11T20:37:30.038Z[ recovery-image] Feb 11 20:37:28.356 INFO O| Feb 11 20:37:28.356 INFO STEP 1156 (remove_files) COMPLETE
79022025-02-11T20:37:30.041Z[ recovery-image] Feb 11 20:37:28.356 INFO O| Feb 11 20:37:28.356 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-02-11T20:37:30.057Z[ recovery-image] Feb 11 20:37:28.375 INFO O| Feb 11 20:37:28.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79042025-02-11T20:37:30.059Z[ recovery-image] Feb 11 20:37:28.375 INFO O| Feb 11 20:37:28.375 INFO STEP 1157 (remove_files) COMPLETE
79052025-02-11T20:37:30.059Z[ recovery-image] Feb 11 20:37:28.375 INFO O| Feb 11 20:37:28.375 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-02-11T20:37:30.095Z[ recovery-image] Feb 11 20:37:28.412 INFO O| Feb 11 20:37:28.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79072025-02-11T20:37:30.095Z[ recovery-image] Feb 11 20:37:28.413 INFO O| Feb 11 20:37:28.412 INFO STEP 1158 (remove_files) COMPLETE
79082025-02-11T20:37:30.095Z[ recovery-image] Feb 11 20:37:28.413 INFO O| Feb 11 20:37:28.413 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-02-11T20:37:30.114Z[ recovery-image] Feb 11 20:37:28.431 INFO O| Feb 11 20:37:28.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79102025-02-11T20:37:30.114Z[ recovery-image] Feb 11 20:37:28.431 INFO O| Feb 11 20:37:28.431 INFO STEP 1159 (remove_files) COMPLETE
79112025-02-11T20:37:30.114Z[ recovery-image] Feb 11 20:37:28.431 INFO O| Feb 11 20:37:28.431 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-02-11T20:37:30.152Z[ recovery-image] Feb 11 20:37:28.470 INFO O| Feb 11 20:37:28.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79132025-02-11T20:37:30.153Z[ recovery-image] Feb 11 20:37:28.470 INFO O| Feb 11 20:37:28.470 INFO STEP 1160 (remove_files) COMPLETE
79142025-02-11T20:37:30.153Z[ recovery-image] Feb 11 20:37:28.470 INFO O| Feb 11 20:37:28.470 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-02-11T20:37:30.177Z[ recovery-image] Feb 11 20:37:28.495 INFO O| Feb 11 20:37:28.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79162025-02-11T20:37:30.178Z[ recovery-image] Feb 11 20:37:28.495 INFO O| Feb 11 20:37:28.495 INFO STEP 1161 (remove_files) COMPLETE
79172025-02-11T20:37:30.180Z[ recovery-image] Feb 11 20:37:28.496 INFO O| Feb 11 20:37:28.495 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-02-11T20:37:30.234Z[ recovery-image] Feb 11 20:37:28.551 INFO O| Feb 11 20:37:28.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79192025-02-11T20:37:30.234Z[ recovery-image] Feb 11 20:37:28.551 INFO O| Feb 11 20:37:28.551 INFO STEP 1162 (remove_files) COMPLETE
79202025-02-11T20:37:30.237Z[ recovery-image] Feb 11 20:37:28.552 INFO O| Feb 11 20:37:28.551 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-02-11T20:37:30.265Z[ recovery-image] Feb 11 20:37:28.582 INFO O| Feb 11 20:37:28.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79222025-02-11T20:37:30.265Z[ recovery-image] Feb 11 20:37:28.582 INFO O| Feb 11 20:37:28.582 INFO STEP 1163 (remove_files) COMPLETE
79232025-02-11T20:37:30.265Z[ recovery-image] Feb 11 20:37:28.582 INFO O| Feb 11 20:37:28.582 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-02-11T20:37:30.284Z[ recovery-image] Feb 11 20:37:28.602 INFO O| Feb 11 20:37:28.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79252025-02-11T20:37:30.284Z[ recovery-image] Feb 11 20:37:28.602 INFO O| Feb 11 20:37:28.602 INFO STEP 1164 (remove_files) COMPLETE
79262025-02-11T20:37:30.284Z[ recovery-image] Feb 11 20:37:28.602 INFO O| Feb 11 20:37:28.602 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-02-11T20:37:30.318Z[ recovery-image] Feb 11 20:37:28.636 INFO O| Feb 11 20:37:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79282025-02-11T20:37:30.318Z[ recovery-image] Feb 11 20:37:28.636 INFO O| Feb 11 20:37:28.636 INFO STEP 1165 (remove_files) COMPLETE
79292025-02-11T20:37:30.318Z[ recovery-image] Feb 11 20:37:28.636 INFO O| Feb 11 20:37:28.636 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79302025-02-11T20:37:30.367Z[ recovery-image] Feb 11 20:37:28.685 INFO O| Feb 11 20:37:28.685 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79312025-02-11T20:37:30.367Z[ recovery-image] Feb 11 20:37:28.685 INFO O| Feb 11 20:37:28.685 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79322025-02-11T20:37:31.968Z[ recovery-image] Feb 11 20:37:30.285 INFO O| Feb 11 20:37:30.285 INFO STEP 1166 (pack_tar) COMPLETE
79332025-02-11T20:37:31.968Z[ recovery-image] Feb 11 20:37:30.285 INFO O| Feb 11 20:37:30.285 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79342025-02-11T20:37:31.971Z[ recovery-image] Feb 11 20:37:30.285 INFO O| Feb 11 20:37:30.285 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79352025-02-11T20:37:32.342Z[ recovery-image] Feb 11 20:37:30.659 INFO O| Feb 11 20:37:30.659 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79362025-02-11T20:37:32.417Z[ recovery-image] Feb 11 20:37:30.734 INFO O| Feb 11 20:37:30.734 INFO completed processing gimlet/ramdisk-03-recovery-trim
79372025-02-11T20:37:32.427Z[ recovery-image] Feb 11 20:37:30.744 INFO image builder template: zfs-recovery...
79382025-02-11T20:37:32.427Z[ recovery-image] Feb 11 20:37:30.744 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/.tmpJPU0e5/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
79392025-02-11T20:37:32.492Z[ recovery-image] Feb 11 20:37:30.809 INFO O| Feb 11 20:37:30.809 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79402025-02-11T20:37:32.582Z[ recovery-image] Feb 11 20:37:30.899 INFO O| Feb 11 20:37:30.899 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79412025-02-11T20:37:32.694Z[ recovery-image] Feb 11 20:37:31.011 INFO O| Feb 11 20:37:31.011 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79422025-02-11T20:37:32.776Z[ recovery-image] Feb 11 20:37:31.093 INFO O| Feb 11 20:37:31.093 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79432025-02-11T20:37:32.776Z[ recovery-image] Feb 11 20:37:31.093 INFO O| Feb 11 20:37:31.093 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79442025-02-11T20:37:32.802Z[ recovery-image] Feb 11 20:37:31.119 INFO O| Feb 11 20:37:31.119 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79452025-02-11T20:37:32.858Z[ recovery-image] Feb 11 20:37:31.175 INFO O| Feb 11 20:37:31.175 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79462025-02-11T20:37:32.900Z[ recovery-image] Feb 11 20:37:31.218 INFO O| Feb 11 20:37:31.217 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79472025-02-11T20:37:32.921Z[ recovery-image] Feb 11 20:37:31.238 INFO O| Feb 11 20:37:31.238 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79482025-02-11T20:37:32.931Z[ recovery-image] Feb 11 20:37:31.247 INFO O| Feb 11 20:37:31.247 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79492025-02-11T20:37:32.943Z[ recovery-image] Feb 11 20:37:31.261 INFO O| Feb 11 20:37:31.261 INFO no lofi found
79502025-02-11T20:37:32.943Z[ recovery-image] Feb 11 20:37:31.261 INFO O| Feb 11 20:37:31.261 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79512025-02-11T20:37:32.943Z[ recovery-image] Feb 11 20:37:31.261 INFO O| Feb 11 20:37:31.261 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79522025-02-11T20:37:35.696Z[ recovery-image] Feb 11 20:37:34.013 INFO O| Feb 11 20:37:34.013 INFO lofi device = /dev/dsk/c2t1d0p0
79532025-02-11T20:37:35.697Z[ recovery-image] Feb 11 20:37:34.014 INFO O| Feb 11 20:37:34.013 INFO pool device = /dev/dsk/c2t1d0p0
79542025-02-11T20:37:35.699Z[ recovery-image] Feb 11 20:37:34.014 INFO O| Feb 11 20:37:34.014 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"]
79552025-02-11T20:37:35.906Z[ recovery-image] Feb 11 20:37:34.223 INFO O| Feb 11 20:37:34.223 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79562025-02-11T20:37:35.906Z[ recovery-image] Feb 11 20:37:34.223 INFO O| Feb 11 20:37:34.223 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79572025-02-11T20:37:35.940Z[ recovery-image] Feb 11 20:37:34.257 INFO O| Feb 11 20:37:34.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79582025-02-11T20:37:36.287Z[ recovery-image] Feb 11 20:37:34.603 INFO O| Feb 11 20:37:34.603 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79592025-02-11T20:37:36.361Z[ recovery-image] Feb 11 20:37:34.677 INFO O| Feb 11 20:37:34.676 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79602025-02-11T20:37:36.387Z[ recovery-image] Feb 11 20:37:34.704 INFO O| Feb 11 20:37:34.704 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79612025-02-11T20:37:36.408Z[ recovery-image] Feb 11 20:37:34.725 INFO O| Feb 11 20:37:34.725 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79622025-02-11T20:37:36.493Z[ recovery-image] Feb 11 20:37:34.810 INFO O| Feb 11 20:37:34.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79632025-02-11T20:37:36.496Z[ recovery-image] Feb 11 20:37:34.811 INFO O| Feb 11 20:37:34.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79642025-02-11T20:37:36.496Z[ recovery-image] Feb 11 20:37:34.811 INFO O| Feb 11 20:37:34.811 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79652025-02-11T20:37:36.533Z[ recovery-image] Feb 11 20:37:34.850 INFO O| Feb 11 20:37:34.849 INFO boot environment UUID: a542dd60-6263-4050-bcce-ec145d7ebf89
79662025-02-11T20:37:36.533Z[ recovery-image] Feb 11 20:37:34.850 INFO O| Feb 11 20:37:34.849 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a542dd60-6263-4050-bcce-ec145d7ebf89
79672025-02-11T20:37:36.567Z[ recovery-image] Feb 11 20:37:34.883 INFO O| Feb 11 20:37:34.883 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79682025-02-11T20:37:36.642Z[ recovery-image] Feb 11 20:37:34.959 INFO O| Feb 11 20:37:34.959 INFO STEP 0 (create_be) COMPLETE
79692025-02-11T20:37:36.642Z[ recovery-image] Feb 11 20:37:34.959 INFO O| Feb 11 20:37:34.959 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79702025-02-11T20:37:36.821Z[ recovery-image] Feb 11 20:37:35.138 INFO O| Feb 11 20:37:35.138 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"]
79712025-02-11T20:37:43.699Z[ recovery-image] Feb 11 20:37:42.015 INFO O| Feb 11 20:37:42.015 INFO STEP 1 (unpack_tar) COMPLETE
79722025-02-11T20:37:43.699Z[ recovery-image] Feb 11 20:37:42.015 INFO O| Feb 11 20:37:42.015 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79732025-02-11T20:37:43.720Z[ recovery-image] Feb 11 20:37:42.035 INFO O| Feb 11 20:37:42.035 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79742025-02-11T20:37:44.512Z[ recovery-image] Feb 11 20:37:42.827 INFO O| Feb 11 20:37:42.827 INFO STEP 2 (devfsadm) COMPLETE
79752025-02-11T20:37:44.512Z[ recovery-image] Feb 11 20:37:42.827 INFO O| Feb 11 20:37:42.827 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79762025-02-11T20:37:44.531Z[ recovery-image] Feb 11 20:37:42.847 INFO O| Feb 11 20:37:42.847 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79772025-02-11T20:37:44.531Z[ recovery-image] Feb 11 20:37:42.847 INFO O| Feb 11 20:37:42.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79782025-02-11T20:37:44.531Z[ recovery-image] Feb 11 20:37:42.847 INFO O| Feb 11 20:37:42.847 INFO STEP 3 (ensure_dir) COMPLETE
79792025-02-11T20:37:44.534Z[ recovery-image] Feb 11 20:37:42.848 INFO O| Feb 11 20:37:42.847 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79802025-02-11T20:37:44.550Z[ recovery-image] Feb 11 20:37:42.866 INFO O| Feb 11 20:37:42.865 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79812025-02-11T20:37:44.550Z[ recovery-image] Feb 11 20:37:42.866 INFO O| Feb 11 20:37:42.866 INFO STEP 4 (ensure_dir) COMPLETE
79822025-02-11T20:37:44.552Z[ recovery-image] Feb 11 20:37:42.866 INFO O| Feb 11 20:37:42.866 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79832025-02-11T20:37:44.592Z[ recovery-image] Feb 11 20:37:42.907 INFO O| Feb 11 20:37:42.907 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79842025-02-11T20:37:44.592Z[ recovery-image] Feb 11 20:37:42.907 INFO O| Feb 11 20:37:42.907 INFO STEP 5 (ensure_dir) COMPLETE
79852025-02-11T20:37:44.592Z[ recovery-image] Feb 11 20:37:42.907 INFO O| Feb 11 20:37:42.907 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79862025-02-11T20:37:44.670Z[ recovery-image] Feb 11 20:37:42.986 INFO O| Feb 11 20:37:42.985 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79872025-02-11T20:37:44.670Z[ recovery-image] Feb 11 20:37:42.986 INFO O| Feb 11 20:37:42.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79882025-02-11T20:37:44.673Z[ recovery-image] Feb 11 20:37:42.986 INFO O| Feb 11 20:37:42.986 INFO STEP 6 (ensure_dir) COMPLETE
79892025-02-11T20:37:44.673Z[ recovery-image] Feb 11 20:37:42.986 INFO O| Feb 11 20:37:42.986 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79902025-02-11T20:37:44.688Z[ recovery-image] Feb 11 20:37:43.004 INFO O| Feb 11 20:37:43.004 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79912025-02-11T20:37:44.688Z[ recovery-image] Feb 11 20:37:43.005 INFO O| Feb 11 20:37:43.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79922025-02-11T20:37:44.689Z[ recovery-image] Feb 11 20:37:43.005 INFO O| Feb 11 20:37:43.005 INFO STEP 7 (ensure_dir) COMPLETE
79932025-02-11T20:37:44.691Z[ recovery-image] Feb 11 20:37:43.005 INFO O| Feb 11 20:37:43.005 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79942025-02-11T20:37:44.708Z[ recovery-image] Feb 11 20:37:43.024 INFO O| Feb 11 20:37:43.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79952025-02-11T20:37:44.711Z[ recovery-image] Feb 11 20:37:43.025 INFO O| Feb 11 20:37:43.025 INFO STEP 8 (remove_files) COMPLETE
79962025-02-11T20:37:44.711Z[ recovery-image] Feb 11 20:37:43.025 INFO O| Feb 11 20:37:43.025 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79972025-02-11T20:37:44.729Z[ recovery-image] Feb 11 20:37:43.045 INFO O| Feb 11 20:37:43.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79982025-02-11T20:37:44.732Z[ recovery-image] Feb 11 20:37:43.046 INFO O| Feb 11 20:37:43.046 INFO STEP 9 (remove_files) COMPLETE
79992025-02-11T20:37:44.732Z[ recovery-image] Feb 11 20:37:43.046 INFO O| Feb 11 20:37:43.046 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80002025-02-11T20:37:44.750Z[ recovery-image] Feb 11 20:37:43.066 INFO O| Feb 11 20:37:43.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80012025-02-11T20:37:44.753Z[ recovery-image] Feb 11 20:37:43.067 INFO O| Feb 11 20:37:43.067 INFO STEP 10 (remove_files) COMPLETE
80022025-02-11T20:37:44.753Z[ recovery-image] Feb 11 20:37:43.067 INFO O| Feb 11 20:37:43.067 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80032025-02-11T20:37:44.773Z[ recovery-image] Feb 11 20:37:43.087 INFO O| Feb 11 20:37:43.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80042025-02-11T20:37:44.773Z[ recovery-image] Feb 11 20:37:43.087 INFO O| Feb 11 20:37:43.087 INFO STEP 11 (remove_files) COMPLETE
80052025-02-11T20:37:44.776Z[ recovery-image] Feb 11 20:37:43.087 INFO O| Feb 11 20:37:43.087 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80062025-02-11T20:37:44.814Z[ recovery-image] Feb 11 20:37:43.130 INFO O| Feb 11 20:37:43.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80072025-02-11T20:37:44.817Z[ recovery-image] Feb 11 20:37:43.130 INFO O| Feb 11 20:37:43.130 INFO STEP 12 (remove_files) COMPLETE
80082025-02-11T20:37:44.817Z[ recovery-image] Feb 11 20:37:43.130 INFO O| Feb 11 20:37:43.130 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80092025-02-11T20:37:44.853Z[ recovery-image] Feb 11 20:37:43.169 INFO O| Feb 11 20:37:43.169 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80102025-02-11T20:37:44.853Z[ recovery-image] Feb 11 20:37:43.169 INFO O| Feb 11 20:37:43.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80112025-02-11T20:37:44.854Z[ recovery-image] Feb 11 20:37:43.169 INFO O| Feb 11 20:37:43.169 INFO STEP 13 (ensure_dir) COMPLETE
80122025-02-11T20:37:44.856Z[ recovery-image] Feb 11 20:37:43.169 INFO O| Feb 11 20:37:43.169 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80132025-02-11T20:37:44.873Z[ recovery-image] Feb 11 20:37:43.188 INFO O| Feb 11 20:37:43.188 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80142025-02-11T20:37:44.873Z[ recovery-image] Feb 11 20:37:43.189 INFO O| Feb 11 20:37:43.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80152025-02-11T20:37:44.875Z[ recovery-image] Feb 11 20:37:43.189 INFO O| Feb 11 20:37:43.189 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80162025-02-11T20:37:44.875Z[ recovery-image] Feb 11 20:37:43.189 INFO O| Feb 11 20:37:43.189 INFO STEP 14 (ensure_dir) COMPLETE
80172025-02-11T20:37:44.875Z[ recovery-image] Feb 11 20:37:43.189 INFO O| Feb 11 20:37:43.189 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80182025-02-11T20:37:44.913Z[ recovery-image] Feb 11 20:37:43.229 INFO O| Feb 11 20:37:43.229 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80192025-02-11T20:37:44.913Z[ recovery-image] Feb 11 20:37:43.229 INFO O| Feb 11 20:37:43.229 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80202025-02-11T20:37:44.913Z[ recovery-image] Feb 11 20:37:43.229 INFO O| Feb 11 20:37:43.229 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80212025-02-11T20:37:44.919Z[ recovery-image] Feb 11 20:37:43.229 INFO O| Feb 11 20:37:43.229 INFO STEP 15 (ensure_dir) COMPLETE
80222025-02-11T20:37:44.919Z[ recovery-image] Feb 11 20:37:43.229 INFO O| Feb 11 20:37:43.229 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80232025-02-11T20:37:44.970Z[ recovery-image] Feb 11 20:37:43.286 INFO O| Feb 11 20:37:43.285 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80242025-02-11T20:37:44.970Z[ recovery-image] Feb 11 20:37:43.286 INFO O| Feb 11 20:37:43.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80252025-02-11T20:37:44.970Z[ recovery-image] Feb 11 20:37:43.286 INFO O| Feb 11 20:37:43.286 INFO STEP 16 (ensure_dir) COMPLETE
80262025-02-11T20:37:44.974Z[ recovery-image] Feb 11 20:37:43.286 INFO O| Feb 11 20:37:43.286 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272025-02-11T20:37:44.990Z[ recovery-image] Feb 11 20:37:43.305 INFO O| Feb 11 20:37:43.305 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80282025-02-11T20:37:44.990Z[ recovery-image] Feb 11 20:37:43.305 INFO O| Feb 11 20:37:43.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80292025-02-11T20:37:44.990Z[ recovery-image] Feb 11 20:37:43.305 INFO O| Feb 11 20:37:43.305 INFO STEP 17 (ensure_dir) COMPLETE
80302025-02-11T20:37:44.990Z[ recovery-image] Feb 11 20:37:43.305 INFO O| Feb 11 20:37:43.305 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80312025-02-11T20:37:45.051Z[ recovery-image] Feb 11 20:37:43.367 INFO O| Feb 11 20:37:43.366 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80322025-02-11T20:37:45.053Z[ recovery-image] Feb 11 20:37:43.367 INFO O| Feb 11 20:37:43.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80332025-02-11T20:37:45.053Z[ recovery-image] Feb 11 20:37:43.367 INFO O| Feb 11 20:37:43.367 INFO ok!
80342025-02-11T20:37:45.053Z[ recovery-image] Feb 11 20:37:43.367 INFO O| Feb 11 20:37:43.367 INFO STEP 18 (ensure_symlink) COMPLETE
80352025-02-11T20:37:45.053Z[ recovery-image] Feb 11 20:37:43.367 INFO O| Feb 11 20:37:43.367 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362025-02-11T20:37:45.145Z[ recovery-image] Feb 11 20:37:43.461 INFO O| Feb 11 20:37:43.461 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80372025-02-11T20:37:45.149Z[ recovery-image] Feb 11 20:37:43.461 INFO O| Feb 11 20:37:43.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80382025-02-11T20:37:45.149Z[ recovery-image] Feb 11 20:37:43.461 INFO O| Feb 11 20:37:43.461 INFO ok!
80392025-02-11T20:37:45.149Z[ recovery-image] Feb 11 20:37:43.462 INFO O| Feb 11 20:37:43.461 INFO STEP 19 (ensure_file) COMPLETE
80402025-02-11T20:37:45.149Z[ recovery-image] Feb 11 20:37:43.462 INFO O| Feb 11 20:37:43.462 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80412025-02-11T20:37:45.167Z[ recovery-image] Feb 11 20:37:43.482 INFO O| Feb 11 20:37:43.482 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80422025-02-11T20:37:45.171Z[ recovery-image] Feb 11 20:37:43.483 INFO O| Feb 11 20:37:43.483 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80432025-02-11T20:37:45.171Z[ recovery-image] Feb 11 20:37:43.483 INFO O| Feb 11 20:37:43.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80442025-02-11T20:37:45.171Z[ recovery-image] Feb 11 20:37:43.483 INFO O| Feb 11 20:37:43.483 INFO ok!
80452025-02-11T20:37:45.171Z[ recovery-image] Feb 11 20:37:43.484 INFO O| Feb 11 20:37:43.483 INFO STEP 20 (ensure_symlink) COMPLETE
80462025-02-11T20:37:45.171Z[ recovery-image] Feb 11 20:37:43.484 INFO O| Feb 11 20:37:43.484 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80472025-02-11T20:37:45.187Z[ recovery-image] Feb 11 20:37:43.503 INFO O| Feb 11 20:37:43.502 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80482025-02-11T20:37:45.187Z[ recovery-image] Feb 11 20:37:43.503 INFO O| Feb 11 20:37:43.503 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80492025-02-11T20:37:45.190Z[ recovery-image] Feb 11 20:37:43.503 INFO O| Feb 11 20:37:43.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80502025-02-11T20:37:45.190Z[ recovery-image] Feb 11 20:37:43.503 INFO O| Feb 11 20:37:43.503 INFO ok!
80512025-02-11T20:37:45.190Z[ recovery-image] Feb 11 20:37:43.503 INFO O| Feb 11 20:37:43.503 INFO STEP 21 (ensure_symlink) COMPLETE
80522025-02-11T20:37:45.190Z[ recovery-image] Feb 11 20:37:43.503 INFO O| Feb 11 20:37:43.503 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80532025-02-11T20:37:45.206Z[ recovery-image] Feb 11 20:37:43.521 INFO O| Feb 11 20:37:43.521 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80542025-02-11T20:37:45.206Z[ recovery-image] Feb 11 20:37:43.521 INFO O| Feb 11 20:37:43.521 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80552025-02-11T20:37:45.206Z[ recovery-image] Feb 11 20:37:43.521 INFO O| Feb 11 20:37:43.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80562025-02-11T20:37:45.209Z[ recovery-image] Feb 11 20:37:43.521 INFO O| Feb 11 20:37:43.521 INFO ok!
80572025-02-11T20:37:45.209Z[ recovery-image] Feb 11 20:37:43.521 INFO O| Feb 11 20:37:43.521 INFO STEP 22 (ensure_symlink) COMPLETE
80582025-02-11T20:37:45.209Z[ recovery-image] Feb 11 20:37:43.522 INFO O| Feb 11 20:37:43.521 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80592025-02-11T20:37:45.227Z[ recovery-image] Feb 11 20:37:43.543 INFO O| Feb 11 20:37:43.543 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80602025-02-11T20:37:45.227Z[ recovery-image] Feb 11 20:37:43.543 INFO O| Feb 11 20:37:43.543 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80612025-02-11T20:37:45.230Z[ recovery-image] Feb 11 20:37:43.543 INFO O| Feb 11 20:37:43.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80622025-02-11T20:37:45.230Z[ recovery-image] Feb 11 20:37:43.543 INFO O| Feb 11 20:37:43.543 INFO ok!
80632025-02-11T20:37:45.230Z[ recovery-image] Feb 11 20:37:43.543 INFO O| Feb 11 20:37:43.543 INFO STEP 23 (ensure_symlink) COMPLETE
80642025-02-11T20:37:45.230Z[ recovery-image] Feb 11 20:37:43.543 INFO O| Feb 11 20:37:43.543 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80652025-02-11T20:37:45.247Z[ recovery-image] Feb 11 20:37:43.563 INFO O| Feb 11 20:37:43.563 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80662025-02-11T20:37:45.247Z[ recovery-image] Feb 11 20:37:43.563 INFO O| Feb 11 20:37:43.563 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 ...
80672025-02-11T20:37:45.250Z[ recovery-image] Feb 11 20:37:43.563 INFO O| Feb 11 20:37:43.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80682025-02-11T20:37:45.250Z[ recovery-image] Feb 11 20:37:43.563 INFO O| Feb 11 20:37:43.563 INFO ok!
80692025-02-11T20:37:45.250Z[ recovery-image] Feb 11 20:37:43.563 INFO O| Feb 11 20:37:43.563 INFO STEP 24 (ensure_file) COMPLETE
80702025-02-11T20:37:45.250Z[ recovery-image] Feb 11 20:37:43.563 INFO O| Feb 11 20:37:43.563 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80712025-02-11T20:37:45.299Z[ recovery-image] Feb 11 20:37:43.615 INFO O| Feb 11 20:37:43.615 INFO updating shadow file
80722025-02-11T20:37:45.303Z[ recovery-image] Feb 11 20:37:43.616 INFO O| Feb 11 20:37:43.616 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80732025-02-11T20:37:45.303Z[ recovery-image] Feb 11 20:37:43.616 INFO O| Feb 11 20:37:43.616 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80742025-02-11T20:37:45.303Z[ recovery-image] Feb 11 20:37:43.616 INFO O| Feb 11 20:37:43.616 INFO STEP 25 (shadow) COMPLETE
80752025-02-11T20:37:45.303Z[ recovery-image] Feb 11 20:37:43.616 INFO O| Feb 11 20:37:43.616 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80762025-02-11T20:37:45.400Z[ recovery-image] Feb 11 20:37:43.716 INFO O| Feb 11 20:37:43.716 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80772025-02-11T20:37:45.400Z[ recovery-image] Feb 11 20:37:43.716 INFO O| Feb 11 20:37:43.716 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80782025-02-11T20:37:45.403Z[ recovery-image] Feb 11 20:37:43.716 INFO O| Feb 11 20:37:43.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80792025-02-11T20:37:45.403Z[ recovery-image] Feb 11 20:37:43.717 INFO O| Feb 11 20:37:43.716 INFO ok!
80802025-02-11T20:37:45.403Z[ recovery-image] Feb 11 20:37:43.717 INFO O| Feb 11 20:37:43.717 INFO STEP 26 (ensure_file) COMPLETE
80812025-02-11T20:37:45.403Z[ recovery-image] Feb 11 20:37:43.717 INFO O| Feb 11 20:37:43.717 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80822025-02-11T20:37:45.437Z[ recovery-image] Feb 11 20:37:43.752 INFO O| Feb 11 20:37:43.752 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
80832025-02-11T20:37:45.437Z[ recovery-image] Feb 11 20:37:43.752 INFO O| Feb 11 20:37:43.752 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
80842025-02-11T20:37:45.437Z[ recovery-image] Feb 11 20:37:43.753 INFO O| Feb 11 20:37:43.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
80852025-02-11T20:37:45.437Z[ recovery-image] Feb 11 20:37:43.753 INFO O| Feb 11 20:37:43.753 INFO ok!
80862025-02-11T20:37:45.439Z[ recovery-image] Feb 11 20:37:43.753 INFO O| Feb 11 20:37:43.753 INFO STEP 27 (ensure_file) COMPLETE
80872025-02-11T20:37:45.439Z[ recovery-image] Feb 11 20:37:43.753 INFO O| Feb 11 20:37:43.753 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80882025-02-11T20:37:45.486Z[ recovery-image] Feb 11 20:37:43.802 INFO O| Feb 11 20:37:43.802 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
80892025-02-11T20:37:45.486Z[ recovery-image] Feb 11 20:37:43.802 INFO O| Feb 11 20:37:43.802 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
80902025-02-11T20:37:45.489Z[ recovery-image] Feb 11 20:37:43.802 INFO O| Feb 11 20:37:43.802 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80912025-02-11T20:37:45.489Z[ recovery-image] Feb 11 20:37:43.802 INFO O| Feb 11 20:37:43.802 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80922025-02-11T20:37:45.489Z[ recovery-image] Feb 11 20:37:43.802 INFO O| Feb 11 20:37:43.802 INFO ok!
80932025-02-11T20:37:45.489Z[ recovery-image] Feb 11 20:37:43.802 INFO O| Feb 11 20:37:43.802 INFO STEP 28 (ensure_file) COMPLETE
80942025-02-11T20:37:45.489Z[ recovery-image] Feb 11 20:37:43.802 INFO O| Feb 11 20:37:43.802 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80952025-02-11T20:37:45.549Z[ recovery-image] Feb 11 20:37:43.864 INFO O| Feb 11 20:37:43.864 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80962025-02-11T20:37:45.549Z[ recovery-image] Feb 11 20:37:43.864 INFO O| Feb 11 20:37:43.864 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80972025-02-11T20:37:45.549Z[ recovery-image] Feb 11 20:37:43.864 INFO O| Feb 11 20:37:43.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80982025-02-11T20:37:45.552Z[ recovery-image] Feb 11 20:37:43.864 INFO O| Feb 11 20:37:43.864 INFO ok!
80992025-02-11T20:37:45.552Z[ recovery-image] Feb 11 20:37:43.864 INFO O| Feb 11 20:37:43.864 INFO STEP 29 (ensure_file) COMPLETE
81002025-02-11T20:37:45.552Z[ recovery-image] Feb 11 20:37:43.864 INFO O| Feb 11 20:37:43.864 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81012025-02-11T20:37:45.609Z[ recovery-image] Feb 11 20:37:43.925 INFO O| Feb 11 20:37:43.924 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81022025-02-11T20:37:45.609Z[ recovery-image] Feb 11 20:37:43.925 INFO O| Feb 11 20:37:43.924 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81032025-02-11T20:37:45.612Z[ recovery-image] Feb 11 20:37:43.925 INFO O| Feb 11 20:37:43.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81042025-02-11T20:37:45.612Z[ recovery-image] Feb 11 20:37:43.925 INFO O| Feb 11 20:37:43.925 INFO ok!
81052025-02-11T20:37:45.612Z[ recovery-image] Feb 11 20:37:43.925 INFO O| Feb 11 20:37:43.925 INFO STEP 30 (ensure_file) COMPLETE
81062025-02-11T20:37:45.612Z[ recovery-image] Feb 11 20:37:43.925 INFO O| Feb 11 20:37:43.925 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81072025-02-11T20:37:45.669Z[ recovery-image] Feb 11 20:37:43.985 INFO O| Feb 11 20:37:43.985 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81082025-02-11T20:37:45.669Z[ recovery-image] Feb 11 20:37:43.985 INFO O| Feb 11 20:37:43.985 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81092025-02-11T20:37:45.672Z[ recovery-image] Feb 11 20:37:43.985 INFO O| Feb 11 20:37:43.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81102025-02-11T20:37:45.672Z[ recovery-image] Feb 11 20:37:43.985 INFO O| Feb 11 20:37:43.985 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81112025-02-11T20:37:45.672Z[ recovery-image] Feb 11 20:37:43.985 INFO O| Feb 11 20:37:43.985 INFO ok!
81122025-02-11T20:37:45.672Z[ recovery-image] Feb 11 20:37:43.985 INFO O| Feb 11 20:37:43.985 INFO STEP 31 (ensure_file) COMPLETE
81132025-02-11T20:37:45.673Z[ recovery-image] Feb 11 20:37:43.985 INFO O| Feb 11 20:37:43.985 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81142025-02-11T20:37:45.739Z[ recovery-image] Feb 11 20:37:44.055 INFO O| Feb 11 20:37:44.055 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81152025-02-11T20:37:45.739Z[ recovery-image] Feb 11 20:37:44.055 INFO O| Feb 11 20:37:44.055 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81162025-02-11T20:37:45.742Z[ recovery-image] Feb 11 20:37:44.055 INFO O| Feb 11 20:37:44.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81172025-02-11T20:37:45.742Z[ recovery-image] Feb 11 20:37:44.055 INFO O| Feb 11 20:37:44.055 INFO ok!
81182025-02-11T20:37:45.742Z[ recovery-image] Feb 11 20:37:44.055 INFO O| Feb 11 20:37:44.055 INFO STEP 32 (ensure_file) COMPLETE
81192025-02-11T20:37:45.742Z[ recovery-image] Feb 11 20:37:44.055 INFO O| Feb 11 20:37:44.055 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81202025-02-11T20:37:45.798Z[ recovery-image] Feb 11 20:37:44.114 INFO O| Feb 11 20:37:44.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81212025-02-11T20:37:45.798Z[ recovery-image] Feb 11 20:37:44.114 INFO O| Feb 11 20:37:44.114 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81222025-02-11T20:37:45.801Z[ recovery-image] Feb 11 20:37:44.114 INFO O| Feb 11 20:37:44.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81232025-02-11T20:37:45.801Z[ recovery-image] Feb 11 20:37:44.114 INFO O| Feb 11 20:37:44.114 INFO ok!
81242025-02-11T20:37:45.801Z[ recovery-image] Feb 11 20:37:44.114 INFO O| Feb 11 20:37:44.114 INFO STEP 33 (ensure_file) COMPLETE
81252025-02-11T20:37:45.801Z[ recovery-image] Feb 11 20:37:44.114 INFO O| Feb 11 20:37:44.114 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81262025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.172 INFO O| Feb 11 20:37:44.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81272025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.172 INFO O| Feb 11 20:37:44.172 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81282025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.172 INFO O| Feb 11 20:37:44.172 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81292025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.173 INFO O| Feb 11 20:37:44.172 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81302025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.173 INFO O| Feb 11 20:37:44.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81312025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.173 INFO O| Feb 11 20:37:44.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81322025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.173 INFO O| Feb 11 20:37:44.173 INFO ok!
81332025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.173 INFO O| Feb 11 20:37:44.173 INFO STEP 34 (ensure_file) COMPLETE
81342025-02-11T20:37:45.871Z[ recovery-image] Feb 11 20:37:44.173 INFO O| Feb 11 20:37:44.173 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81352025-02-11T20:37:45.875Z[ recovery-image] Feb 11 20:37:44.191 INFO O| Feb 11 20:37:44.191 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81362025-02-11T20:37:45.878Z[ recovery-image] Feb 11 20:37:44.191 INFO O| Feb 11 20:37:44.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81372025-02-11T20:37:45.878Z[ recovery-image] Feb 11 20:37:44.191 INFO O| Feb 11 20:37:44.191 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81382025-02-11T20:37:45.878Z[ recovery-image] Feb 11 20:37:44.191 INFO O| Feb 11 20:37:44.191 INFO STEP 35 (ensure_dir) COMPLETE
81392025-02-11T20:37:45.878Z[ recovery-image] Feb 11 20:37:44.191 INFO O| Feb 11 20:37:44.191 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81402025-02-11T20:37:46.014Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 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
81412025-02-11T20:37:46.014Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 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 ...
81422025-02-11T20:37:46.017Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 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
81432025-02-11T20:37:46.017Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 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
81442025-02-11T20:37:46.017Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 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
81452025-02-11T20:37:46.017Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 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
81462025-02-11T20:37:46.017Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 INFO ok!
81472025-02-11T20:37:46.017Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 INFO STEP 36 (ensure_file) COMPLETE
81482025-02-11T20:37:46.017Z[ recovery-image] Feb 11 20:37:44.330 INFO O| Feb 11 20:37:44.330 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81492025-02-11T20:37:46.036Z[ recovery-image] Feb 11 20:37:44.352 INFO O| Feb 11 20:37:44.352 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81502025-02-11T20:37:46.036Z[ recovery-image] Feb 11 20:37:44.352 INFO O| Feb 11 20:37:44.352 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 ...
81512025-02-11T20:37:46.036Z[ recovery-image] Feb 11 20:37:44.352 INFO O| Feb 11 20:37:44.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81522025-02-11T20:37:46.039Z[ recovery-image] Feb 11 20:37:44.352 INFO O| Feb 11 20:37:44.352 INFO ok!
81532025-02-11T20:37:46.039Z[ recovery-image] Feb 11 20:37:44.352 INFO O| Feb 11 20:37:44.352 INFO STEP 37 (ensure_symlink) COMPLETE
81542025-02-11T20:37:46.039Z[ recovery-image] Feb 11 20:37:44.352 INFO O| Feb 11 20:37:44.352 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81552025-02-11T20:37:46.069Z[ recovery-image] Feb 11 20:37:44.385 INFO O| Feb 11 20:37:44.385 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81562025-02-11T20:37:46.069Z[ recovery-image] Feb 11 20:37:44.385 INFO O| Feb 11 20:37:44.385 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81572025-02-11T20:37:46.087Z[ recovery-image] Feb 11 20:37:44.403 INFO O| Feb 11 20:37:44.403 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81582025-02-11T20:37:46.087Z[ recovery-image] Feb 11 20:37:44.403 INFO O| Feb 11 20:37:44.403 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81592025-02-11T20:37:46.087Z[ recovery-image] Feb 11 20:37:44.403 INFO O| Feb 11 20:37:44.403 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81602025-02-11T20:37:46.090Z[ recovery-image] Feb 11 20:37:44.403 INFO O| Feb 11 20:37:44.403 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81612025-02-11T20:37:46.090Z[ recovery-image] Feb 11 20:37:44.403 INFO O| Feb 11 20:37:44.403 INFO ok!
81622025-02-11T20:37:46.090Z[ recovery-image] Feb 11 20:37:44.403 INFO O| Feb 11 20:37:44.403 INFO STEP 38 (ensure_file) COMPLETE
81632025-02-11T20:37:46.090Z[ recovery-image] Feb 11 20:37:44.403 INFO O| Feb 11 20:37:44.403 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81642025-02-11T20:37:46.108Z[ recovery-image] Feb 11 20:37:44.424 INFO O| Feb 11 20:37:44.424 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81652025-02-11T20:37:46.108Z[ recovery-image] Feb 11 20:37:44.424 INFO O| Feb 11 20:37:44.424 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 ...
81662025-02-11T20:37:46.132Z[ recovery-image] Feb 11 20:37:44.448 INFO O| Feb 11 20:37:44.448 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
81672025-02-11T20:37:46.132Z[ recovery-image] Feb 11 20:37:44.448 INFO O| Feb 11 20:37:44.448 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81682025-02-11T20:37:46.132Z[ recovery-image] Feb 11 20:37:44.448 INFO O| Feb 11 20:37:44.448 INFO ok!
81692025-02-11T20:37:46.137Z[ recovery-image] Feb 11 20:37:44.448 INFO O| Feb 11 20:37:44.448 INFO STEP 39 (ensure_file) COMPLETE
81702025-02-11T20:37:46.137Z[ recovery-image] Feb 11 20:37:44.448 INFO O| Feb 11 20:37:44.448 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81712025-02-11T20:37:46.153Z[ recovery-image] Feb 11 20:37:44.469 INFO O| Feb 11 20:37:44.469 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81722025-02-11T20:37:46.153Z[ recovery-image] Feb 11 20:37:44.469 INFO O| Feb 11 20:37:44.469 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81732025-02-11T20:37:46.177Z[ recovery-image] Feb 11 20:37:44.493 INFO O| Feb 11 20:37:44.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81742025-02-11T20:37:46.177Z[ recovery-image] Feb 11 20:37:44.493 INFO O| Feb 11 20:37:44.493 INFO ok!
81752025-02-11T20:37:46.180Z[ recovery-image] Feb 11 20:37:44.493 INFO O| Feb 11 20:37:44.493 INFO STEP 40 (ensure_file) COMPLETE
81762025-02-11T20:37:46.180Z[ recovery-image] Feb 11 20:37:44.493 INFO O| Feb 11 20:37:44.493 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81772025-02-11T20:37:46.229Z[ recovery-image] Feb 11 20:37:44.544 INFO O| Feb 11 20:37:44.544 INFO updating shadow file
81782025-02-11T20:37:46.229Z[ recovery-image] Feb 11 20:37:44.544 INFO O| Feb 11 20:37:44.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81792025-02-11T20:37:46.232Z[ recovery-image] Feb 11 20:37:44.544 INFO O| Feb 11 20:37:44.544 INFO STEP 41 (shadow) COMPLETE
81802025-02-11T20:37:46.232Z[ recovery-image] Feb 11 20:37:44.544 INFO O| Feb 11 20:37:44.544 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81812025-02-11T20:37:46.269Z[ recovery-image] Feb 11 20:37:44.585 INFO O| Feb 11 20:37:44.585 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
81822025-02-11T20:37:46.269Z[ recovery-image] Feb 11 20:37:44.585 INFO O| Feb 11 20:37:44.585 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
81832025-02-11T20:37:46.273Z[ recovery-image] Feb 11 20:37:44.586 INFO O| Feb 11 20:37:44.585 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81842025-02-11T20:37:46.273Z[ recovery-image] Feb 11 20:37:44.586 INFO O| Feb 11 20:37:44.586 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81852025-02-11T20:37:46.273Z[ recovery-image] Feb 11 20:37:44.586 INFO O| Feb 11 20:37:44.586 INFO ok!
81862025-02-11T20:37:46.273Z[ recovery-image] Feb 11 20:37:44.586 INFO O| Feb 11 20:37:44.586 INFO STEP 42 (ensure_file) COMPLETE
81872025-02-11T20:37:46.273Z[ recovery-image] Feb 11 20:37:44.586 INFO O| Feb 11 20:37:44.586 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81882025-02-11T20:37:46.290Z[ recovery-image] Feb 11 20:37:44.606 INFO O| Feb 11 20:37:44.606 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
81892025-02-11T20:37:46.290Z[ recovery-image] Feb 11 20:37:44.606 INFO O| Feb 11 20:37:44.606 INFO STEP 43 (ensure_dir) COMPLETE
81902025-02-11T20:37:46.290Z[ recovery-image] Feb 11 20:37:44.606 INFO O| Feb 11 20:37:44.606 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81912025-02-11T20:37:46.330Z[ recovery-image] Feb 11 20:37:44.646 INFO O| Feb 11 20:37:44.646 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81922025-02-11T20:37:46.330Z[ recovery-image] Feb 11 20:37:44.646 INFO O| Feb 11 20:37:44.646 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81932025-02-11T20:37:46.330Z[ recovery-image] Feb 11 20:37:44.646 INFO O| Feb 11 20:37:44.646 INFO STEP 44 (ensure_dir) COMPLETE
81942025-02-11T20:37:46.333Z[ recovery-image] Feb 11 20:37:44.646 INFO O| Feb 11 20:37:44.646 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81952025-02-11T20:37:46.350Z[ recovery-image] Feb 11 20:37:44.666 INFO O| Feb 11 20:37:44.666 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81962025-02-11T20:37:46.353Z[ recovery-image] Feb 11 20:37:44.666 INFO O| Feb 11 20:37:44.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81972025-02-11T20:37:46.353Z[ recovery-image] Feb 11 20:37:44.666 INFO O| Feb 11 20:37:44.666 INFO STEP 45 (ensure_dir) COMPLETE
81982025-02-11T20:37:46.353Z[ recovery-image] Feb 11 20:37:44.666 INFO O| Feb 11 20:37:44.666 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81992025-02-11T20:37:46.380Z[ recovery-image] Feb 11 20:37:44.694 INFO O| Feb 11 20:37:44.694 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82002025-02-11T20:37:46.380Z[ recovery-image] Feb 11 20:37:44.694 INFO O| Feb 11 20:37:44.694 INFO copying /tmp/.tmpJPU0e5/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82012025-02-11T20:37:46.425Z[ recovery-image] Feb 11 20:37:44.740 INFO O| Feb 11 20:37:44.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82022025-02-11T20:37:46.425Z[ recovery-image] Feb 11 20:37:44.741 INFO O| Feb 11 20:37:44.740 INFO ok!
82032025-02-11T20:37:46.428Z[ recovery-image] Feb 11 20:37:44.741 INFO O| Feb 11 20:37:44.740 INFO STEP 46 (ensure_file) COMPLETE
82042025-02-11T20:37:46.428Z[ recovery-image] Feb 11 20:37:44.741 INFO O| Feb 11 20:37:44.740 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82052025-02-11T20:37:46.452Z[ recovery-image] Feb 11 20:37:44.768 INFO O| Feb 11 20:37:44.768 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82062025-02-11T20:37:46.455Z[ recovery-image] Feb 11 20:37:44.768 INFO O| Feb 11 20:37:44.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82072025-02-11T20:37:46.455Z[ recovery-image] Feb 11 20:37:44.768 INFO O| Feb 11 20:37:44.768 INFO STEP 47 (ensure_dir) COMPLETE
82082025-02-11T20:37:46.456Z[ recovery-image] Feb 11 20:37:44.768 INFO O| Feb 11 20:37:44.768 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82092025-02-11T20:37:46.473Z[ recovery-image] Feb 11 20:37:44.788 INFO O| Feb 11 20:37:44.788 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82102025-02-11T20:37:46.473Z[ recovery-image] Feb 11 20:37:44.788 INFO O| Feb 11 20:37:44.788 INFO copying /tmp/.tmpJPU0e5/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82112025-02-11T20:37:46.473Z[ recovery-image] Feb 11 20:37:44.788 INFO O| Feb 11 20:37:44.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82122025-02-11T20:37:46.477Z[ recovery-image] Feb 11 20:37:44.788 INFO O| Feb 11 20:37:44.788 INFO ok!
82132025-02-11T20:37:46.477Z[ recovery-image] Feb 11 20:37:44.788 INFO O| Feb 11 20:37:44.788 INFO STEP 48 (ensure_file) COMPLETE
82142025-02-11T20:37:46.477Z[ recovery-image] Feb 11 20:37:44.788 INFO O| Feb 11 20:37:44.788 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82152025-02-11T20:37:46.493Z[ recovery-image] Feb 11 20:37:44.808 INFO O| Feb 11 20:37:44.808 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82162025-02-11T20:37:46.495Z[ recovery-image] Feb 11 20:37:44.809 INFO O| Feb 11 20:37:44.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82172025-02-11T20:37:46.495Z[ recovery-image] Feb 11 20:37:44.809 INFO O| Feb 11 20:37:44.809 INFO STEP 49 (ensure_dir) COMPLETE
82182025-02-11T20:37:46.495Z[ recovery-image] Feb 11 20:37:44.809 INFO O| Feb 11 20:37:44.809 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82192025-02-11T20:37:46.513Z[ recovery-image] Feb 11 20:37:44.829 INFO O| Feb 11 20:37:44.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82202025-02-11T20:37:46.513Z[ recovery-image] Feb 11 20:37:44.829 INFO O| Feb 11 20:37:44.829 INFO copying /tmp/.tmpJPU0e5/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82212025-02-11T20:37:46.537Z[ recovery-image] Feb 11 20:37:44.852 INFO O| Feb 11 20:37:44.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82222025-02-11T20:37:46.537Z[ recovery-image] Feb 11 20:37:44.853 INFO O| Feb 11 20:37:44.852 INFO ok!
82232025-02-11T20:37:46.540Z[ recovery-image] Feb 11 20:37:44.853 INFO O| Feb 11 20:37:44.852 INFO STEP 50 (ensure_file) COMPLETE
82242025-02-11T20:37:46.540Z[ recovery-image] Feb 11 20:37:44.853 INFO O| Feb 11 20:37:44.852 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82252025-02-11T20:37:46.582Z[ recovery-image] Feb 11 20:37:44.898 INFO O| Feb 11 20:37:44.897 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82262025-02-11T20:37:46.582Z[ recovery-image] Feb 11 20:37:44.898 INFO O| Feb 11 20:37:44.897 INFO copying /tmp/.tmpJPU0e5/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82272025-02-11T20:37:48.667Z[ recovery-image] Feb 11 20:37:46.965 INFO O| Feb 11 20:37:46.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82282025-02-11T20:37:48.668Z[ recovery-image] Feb 11 20:37:46.965 INFO O| Feb 11 20:37:46.965 INFO ok!
82292025-02-11T20:37:48.676Z[ recovery-image] Feb 11 20:37:46.965 INFO O| Feb 11 20:37:46.965 INFO STEP 51 (ensure_file) COMPLETE
82302025-02-11T20:37:48.676Z[ recovery-image] Feb 11 20:37:46.965 INFO O| Feb 11 20:37:46.965 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82312025-02-11T20:37:48.676Z[ recovery-image] Feb 11 20:37:46.986 INFO O| Feb 11 20:37:46.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82322025-02-11T20:37:48.676Z[ recovery-image] Feb 11 20:37:46.986 INFO O| Feb 11 20:37:46.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82332025-02-11T20:37:48.676Z[ recovery-image] Feb 11 20:37:46.986 INFO O| Feb 11 20:37:46.986 INFO STEP 52 (ensure_dir) COMPLETE
82342025-02-11T20:37:48.676Z[ recovery-image] Feb 11 20:37:46.986 INFO O| Feb 11 20:37:46.986 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82352025-02-11T20:37:48.702Z[ recovery-image] Feb 11 20:37:47.014 INFO O| Feb 11 20:37:47.014 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82362025-02-11T20:37:48.702Z[ recovery-image] Feb 11 20:37:47.014 INFO O| Feb 11 20:37:47.014 INFO copying /tmp/.tmpJPU0e5/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 ...
82372025-02-11T20:37:48.702Z[ recovery-image] Feb 11 20:37:47.014 INFO O| Feb 11 20:37:47.014 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
82382025-02-11T20:37:48.719Z[ recovery-image] Feb 11 20:37:47.014 INFO O| Feb 11 20:37:47.014 INFO ok!
82392025-02-11T20:37:48.720Z[ recovery-image] Feb 11 20:37:47.015 INFO O| Feb 11 20:37:47.014 INFO STEP 53 (ensure_file) COMPLETE
82402025-02-11T20:37:48.720Z[ recovery-image] Feb 11 20:37:47.015 INFO O| Feb 11 20:37:47.014 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82412025-02-11T20:37:48.761Z[ recovery-image] Feb 11 20:37:47.055 INFO O| Feb 11 20:37:47.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82422025-02-11T20:37:48.761Z[ recovery-image] Feb 11 20:37:47.055 INFO O| Feb 11 20:37:47.055 INFO copying /tmp/.tmpJPU0e5/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 ...
82432025-02-11T20:37:48.778Z[ recovery-image] Feb 11 20:37:47.055 INFO O| Feb 11 20:37:47.055 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
82442025-02-11T20:37:48.778Z[ recovery-image] Feb 11 20:37:47.055 INFO O| Feb 11 20:37:47.055 INFO ok!
82452025-02-11T20:37:48.779Z[ recovery-image] Feb 11 20:37:47.055 INFO O| Feb 11 20:37:47.055 INFO STEP 54 (ensure_file) COMPLETE
82462025-02-11T20:37:48.779Z[ recovery-image] Feb 11 20:37:47.055 INFO O| Feb 11 20:37:47.055 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82472025-02-11T20:37:48.807Z[ recovery-image] Feb 11 20:37:47.111 INFO O| Feb 11 20:37:47.111 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82482025-02-11T20:37:48.807Z[ recovery-image] Feb 11 20:37:47.111 INFO O| Feb 11 20:37:47.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82492025-02-11T20:37:48.808Z[ recovery-image] Feb 11 20:37:47.111 INFO O| Feb 11 20:37:47.111 INFO STEP 55 (ensure_dir) COMPLETE
82502025-02-11T20:37:48.839Z[ recovery-image] Feb 11 20:37:47.111 INFO O| Feb 11 20:37:47.111 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82512025-02-11T20:37:48.863Z[ recovery-image] Feb 11 20:37:47.132 INFO O| Feb 11 20:37:47.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82522025-02-11T20:37:48.863Z[ recovery-image] Feb 11 20:37:47.132 INFO O| Feb 11 20:37:47.132 INFO copying /tmp/.tmpJPU0e5/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 ...
82532025-02-11T20:37:48.863Z[ recovery-image] Feb 11 20:37:47.132 INFO O| Feb 11 20:37:47.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82542025-02-11T20:37:48.863Z[ recovery-image] Feb 11 20:37:47.132 INFO O| Feb 11 20:37:47.132 INFO ok!
82552025-02-11T20:37:48.864Z[ recovery-image] Feb 11 20:37:47.132 INFO O| Feb 11 20:37:47.132 INFO STEP 56 (ensure_file) COMPLETE
82562025-02-11T20:37:48.864Z[ recovery-image] Feb 11 20:37:47.132 INFO O| Feb 11 20:37:47.132 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572025-02-11T20:37:48.865Z[ recovery-image] Feb 11 20:37:47.151 INFO O| Feb 11 20:37:47.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82582025-02-11T20:37:48.865Z[ recovery-image] Feb 11 20:37:47.151 INFO O| Feb 11 20:37:47.151 INFO copying /tmp/.tmpJPU0e5/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 ...
82592025-02-11T20:37:48.866Z[ recovery-image] Feb 11 20:37:47.151 INFO O| Feb 11 20:37:47.151 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
82602025-02-11T20:37:48.866Z[ recovery-image] Feb 11 20:37:47.151 INFO O| Feb 11 20:37:47.151 INFO ok!
82612025-02-11T20:37:48.866Z[ recovery-image] Feb 11 20:37:47.151 INFO O| Feb 11 20:37:47.151 INFO STEP 57 (ensure_file) COMPLETE
82622025-02-11T20:37:48.866Z[ recovery-image] Feb 11 20:37:47.151 INFO O| Feb 11 20:37:47.151 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82632025-02-11T20:37:48.909Z[ recovery-image] Feb 11 20:37:47.207 INFO O| Feb 11 20:37:47.207 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82642025-02-11T20:37:48.952Z[ recovery-image] Feb 11 20:37:47.207 INFO O| Feb 11 20:37:47.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82652025-02-11T20:37:48.952Z[ recovery-image] Feb 11 20:37:47.208 INFO O| Feb 11 20:37:47.207 INFO STEP 58 (ensure_dir) COMPLETE
82662025-02-11T20:37:48.952Z[ recovery-image] Feb 11 20:37:47.208 INFO O| Feb 11 20:37:47.208 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672025-02-11T20:37:48.952Z[ recovery-image] Feb 11 20:37:47.243 INFO O| Feb 11 20:37:47.243 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82682025-02-11T20:37:48.952Z[ recovery-image] Feb 11 20:37:47.244 INFO O| Feb 11 20:37:47.243 INFO copying /tmp/.tmpJPU0e5/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 ...
82692025-02-11T20:37:48.952Z[ recovery-image] Feb 11 20:37:47.244 INFO O| Feb 11 20:37:47.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82702025-02-11T20:37:48.952Z[ recovery-image] Feb 11 20:37:47.244 INFO O| Feb 11 20:37:47.244 INFO ok!
82712025-02-11T20:37:48.953Z[ recovery-image] Feb 11 20:37:47.244 INFO O| Feb 11 20:37:47.244 INFO STEP 59 (ensure_file) COMPLETE
82722025-02-11T20:37:48.953Z[ recovery-image] Feb 11 20:37:47.244 INFO O| Feb 11 20:37:47.244 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732025-02-11T20:37:49.004Z[ recovery-image] Feb 11 20:37:47.308 INFO O| Feb 11 20:37:47.308 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82742025-02-11T20:37:49.004Z[ recovery-image] Feb 11 20:37:47.308 INFO O| Feb 11 20:37:47.308 INFO copying /tmp/.tmpJPU0e5/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82752025-02-11T20:37:49.034Z[ recovery-image] Feb 11 20:37:47.308 INFO O| Feb 11 20:37:47.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82762025-02-11T20:37:49.034Z[ recovery-image] Feb 11 20:37:47.308 INFO O| Feb 11 20:37:47.308 INFO ok!
82772025-02-11T20:37:49.034Z[ recovery-image] Feb 11 20:37:47.308 INFO O| Feb 11 20:37:47.308 INFO STEP 60 (ensure_file) COMPLETE
82782025-02-11T20:37:49.035Z[ recovery-image] Feb 11 20:37:47.308 INFO O| Feb 11 20:37:47.308 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792025-02-11T20:37:49.041Z[ recovery-image] Feb 11 20:37:47.341 INFO O| Feb 11 20:37:47.341 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82802025-02-11T20:37:49.041Z[ recovery-image] Feb 11 20:37:47.341 INFO O| Feb 11 20:37:47.341 INFO STEP 61 (ensure_dir) COMPLETE
82812025-02-11T20:37:49.041Z[ recovery-image] Feb 11 20:37:47.341 INFO O| Feb 11 20:37:47.341 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82822025-02-11T20:37:49.060Z[ recovery-image] Feb 11 20:37:47.374 INFO O| Feb 11 20:37:47.374 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
82832025-02-11T20:37:49.060Z[ recovery-image] Feb 11 20:37:47.375 INFO O| Feb 11 20:37:47.374 INFO STEP 62 (ensure_dir) COMPLETE
82842025-02-11T20:37:49.061Z[ recovery-image] Feb 11 20:37:47.375 INFO O| Feb 11 20:37:47.374 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82852025-02-11T20:37:49.122Z[ recovery-image] Feb 11 20:37:47.436 INFO O| Feb 11 20:37:47.436 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
82862025-02-11T20:37:49.122Z[ recovery-image] Feb 11 20:37:47.436 INFO O| Feb 11 20:37:47.436 INFO STEP 63 (ensure_dir) COMPLETE
82872025-02-11T20:37:49.122Z[ recovery-image] Feb 11 20:37:47.436 INFO O| Feb 11 20:37:47.436 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882025-02-11T20:37:49.172Z[ recovery-image] Feb 11 20:37:47.487 INFO O| Feb 11 20:37:47.486 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
82892025-02-11T20:37:49.172Z[ recovery-image] Feb 11 20:37:47.487 INFO O| Feb 11 20:37:47.487 INFO STEP 64 (ensure_dir) COMPLETE
82902025-02-11T20:37:49.176Z[ recovery-image] Feb 11 20:37:47.487 INFO O| Feb 11 20:37:47.487 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82912025-02-11T20:37:49.191Z[ recovery-image] Feb 11 20:37:47.504 INFO O| Feb 11 20:37:47.504 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
82922025-02-11T20:37:49.191Z[ recovery-image] Feb 11 20:37:47.504 INFO O| Feb 11 20:37:47.504 INFO copying /tmp/.tmpJPU0e5/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
82932025-02-11T20:37:49.191Z[ recovery-image] Feb 11 20:37:47.505 INFO O| Feb 11 20:37:47.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82942025-02-11T20:37:49.192Z[ recovery-image] Feb 11 20:37:47.505 INFO O| Feb 11 20:37:47.505 INFO ok!
82952025-02-11T20:37:49.195Z[ recovery-image] Feb 11 20:37:47.505 INFO O| Feb 11 20:37:47.505 INFO STEP 65 (ensure_file) COMPLETE
82962025-02-11T20:37:49.196Z[ recovery-image] Feb 11 20:37:47.505 INFO O| Feb 11 20:37:47.505 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82972025-02-11T20:37:49.227Z[ recovery-image] Feb 11 20:37:47.540 INFO O| Feb 11 20:37:47.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82982025-02-11T20:37:49.234Z[ recovery-image] Feb 11 20:37:47.541 INFO O| Feb 11 20:37:47.541 INFO STEP 66 (remove_files) COMPLETE
82992025-02-11T20:37:49.234Z[ recovery-image] Feb 11 20:37:47.541 INFO O| Feb 11 20:37:47.541 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83002025-02-11T20:37:49.245Z[ recovery-image] Feb 11 20:37:47.559 INFO O| Feb 11 20:37:47.559 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83012025-02-11T20:37:49.245Z[ recovery-image] Feb 11 20:37:47.559 INFO O| Feb 11 20:37:47.559 INFO STEP 67 (remove_files) COMPLETE
83022025-02-11T20:37:49.245Z[ recovery-image] Feb 11 20:37:47.559 INFO O| Feb 11 20:37:47.559 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83032025-02-11T20:37:49.280Z[ recovery-image] Feb 11 20:37:47.594 INFO O| Feb 11 20:37:47.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83042025-02-11T20:37:49.289Z[ recovery-image] Feb 11 20:37:47.594 INFO O| Feb 11 20:37:47.594 INFO STEP 68 (remove_files) COMPLETE
83052025-02-11T20:37:49.289Z[ recovery-image] Feb 11 20:37:47.594 INFO O| Feb 11 20:37:47.594 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83062025-02-11T20:37:49.340Z[ recovery-image] Feb 11 20:37:47.652 INFO O| Feb 11 20:37:47.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83072025-02-11T20:37:49.349Z[ recovery-image] Feb 11 20:37:47.652 INFO O| Feb 11 20:37:47.652 INFO STEP 69 (remove_files) COMPLETE
83082025-02-11T20:37:49.349Z[ recovery-image] Feb 11 20:37:47.652 INFO O| Feb 11 20:37:47.652 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83092025-02-11T20:37:49.358Z[ recovery-image] Feb 11 20:37:47.672 INFO O| Feb 11 20:37:47.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83102025-02-11T20:37:49.367Z[ recovery-image] Feb 11 20:37:47.672 INFO O| Feb 11 20:37:47.672 INFO STEP 70 (remove_files) COMPLETE
83112025-02-11T20:37:49.367Z[ recovery-image] Feb 11 20:37:47.672 INFO O| Feb 11 20:37:47.672 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83122025-02-11T20:37:49.403Z[ recovery-image] Feb 11 20:37:47.705 INFO O| Feb 11 20:37:47.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83132025-02-11T20:37:49.405Z[ recovery-image] Feb 11 20:37:47.705 INFO O| Feb 11 20:37:47.705 INFO STEP 71 (remove_files) COMPLETE
83142025-02-11T20:37:49.405Z[ recovery-image] Feb 11 20:37:47.705 INFO O| Feb 11 20:37:47.705 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83152025-02-11T20:37:49.411Z[ recovery-image] Feb 11 20:37:47.727 INFO O| Feb 11 20:37:47.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83162025-02-11T20:37:49.414Z[ recovery-image] Feb 11 20:37:47.727 INFO O| Feb 11 20:37:47.727 INFO STEP 72 (remove_files) COMPLETE
83172025-02-11T20:37:49.414Z[ recovery-image] Feb 11 20:37:47.727 INFO O| Feb 11 20:37:47.727 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83182025-02-11T20:37:49.433Z[ recovery-image] Feb 11 20:37:47.748 INFO O| Feb 11 20:37:47.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83192025-02-11T20:37:49.435Z[ recovery-image] Feb 11 20:37:47.748 INFO O| Feb 11 20:37:47.748 INFO STEP 73 (remove_files) COMPLETE
83202025-02-11T20:37:49.435Z[ recovery-image] Feb 11 20:37:47.748 INFO O| Feb 11 20:37:47.748 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83212025-02-11T20:37:49.453Z[ recovery-image] Feb 11 20:37:47.768 INFO O| Feb 11 20:37:47.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83222025-02-11T20:37:49.453Z[ recovery-image] Feb 11 20:37:47.768 INFO O| Feb 11 20:37:47.768 INFO STEP 74 (remove_files) COMPLETE
83232025-02-11T20:37:49.455Z[ recovery-image] Feb 11 20:37:47.768 INFO O| Feb 11 20:37:47.768 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83242025-02-11T20:37:49.472Z[ recovery-image] Feb 11 20:37:47.787 INFO O| Feb 11 20:37:47.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83252025-02-11T20:37:49.472Z[ recovery-image] Feb 11 20:37:47.788 INFO O| Feb 11 20:37:47.787 INFO STEP 75 (remove_files) COMPLETE
83262025-02-11T20:37:49.475Z[ recovery-image] Feb 11 20:37:47.788 INFO O| Feb 11 20:37:47.788 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83272025-02-11T20:37:49.511Z[ recovery-image] Feb 11 20:37:47.826 INFO O| Feb 11 20:37:47.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83282025-02-11T20:37:49.511Z[ recovery-image] Feb 11 20:37:47.826 INFO O| Feb 11 20:37:47.826 INFO STEP 76 (remove_files) COMPLETE
83292025-02-11T20:37:49.511Z[ recovery-image] Feb 11 20:37:47.826 INFO O| Feb 11 20:37:47.826 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83302025-02-11T20:37:49.531Z[ recovery-image] Feb 11 20:37:47.846 INFO O| Feb 11 20:37:47.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83312025-02-11T20:37:49.531Z[ recovery-image] Feb 11 20:37:47.846 INFO O| Feb 11 20:37:47.846 INFO STEP 77 (remove_files) COMPLETE
83322025-02-11T20:37:49.534Z[ recovery-image] Feb 11 20:37:47.846 INFO O| Feb 11 20:37:47.846 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83332025-02-11T20:37:49.567Z[ recovery-image] Feb 11 20:37:47.882 INFO O| Feb 11 20:37:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83342025-02-11T20:37:49.570Z[ recovery-image] Feb 11 20:37:47.883 INFO O| Feb 11 20:37:47.883 INFO STEP 78 (remove_files) COMPLETE
83352025-02-11T20:37:49.570Z[ recovery-image] Feb 11 20:37:47.883 INFO O| Feb 11 20:37:47.883 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83362025-02-11T20:37:49.587Z[ recovery-image] Feb 11 20:37:47.902 INFO O| Feb 11 20:37:47.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83372025-02-11T20:37:49.587Z[ recovery-image] Feb 11 20:37:47.902 INFO O| Feb 11 20:37:47.902 INFO STEP 79 (remove_files) COMPLETE
83382025-02-11T20:37:49.590Z[ recovery-image] Feb 11 20:37:47.903 INFO O| Feb 11 20:37:47.902 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83392025-02-11T20:37:49.700Z[ recovery-image] Feb 11 20:37:48.015 INFO O| Feb 11 20:37:48.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83402025-02-11T20:37:49.702Z[ recovery-image] Feb 11 20:37:48.015 INFO O| Feb 11 20:37:48.015 INFO STEP 80 (remove_files) COMPLETE
83412025-02-11T20:37:49.702Z[ recovery-image] Feb 11 20:37:48.015 INFO O| Feb 11 20:37:48.015 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83422025-02-11T20:37:49.745Z[ recovery-image] Feb 11 20:37:48.061 INFO O| Feb 11 20:37:48.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83432025-02-11T20:37:49.748Z[ recovery-image] Feb 11 20:37:48.061 INFO O| Feb 11 20:37:48.061 INFO STEP 81 (remove_files) COMPLETE
83442025-02-11T20:37:49.748Z[ recovery-image] Feb 11 20:37:48.061 INFO O| Feb 11 20:37:48.061 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83452025-02-11T20:37:49.777Z[ recovery-image] Feb 11 20:37:48.092 INFO O| Feb 11 20:37:48.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83462025-02-11T20:37:49.780Z[ recovery-image] Feb 11 20:37:48.093 INFO O| Feb 11 20:37:48.092 INFO STEP 82 (remove_files) COMPLETE
83472025-02-11T20:37:49.780Z[ recovery-image] Feb 11 20:37:48.093 INFO O| Feb 11 20:37:48.093 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83482025-02-11T20:37:49.818Z[ recovery-image] Feb 11 20:37:48.133 INFO O| Feb 11 20:37:48.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83492025-02-11T20:37:49.818Z[ recovery-image] Feb 11 20:37:48.133 INFO O| Feb 11 20:37:48.133 INFO STEP 83 (remove_files) COMPLETE
83502025-02-11T20:37:49.818Z[ recovery-image] Feb 11 20:37:48.133 INFO O| Feb 11 20:37:48.133 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83512025-02-11T20:37:49.911Z[ recovery-image] Feb 11 20:37:48.226 INFO O| Feb 11 20:37:48.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83522025-02-11T20:37:49.911Z[ recovery-image] Feb 11 20:37:48.226 INFO O| Feb 11 20:37:48.226 INFO STEP 84 (remove_files) COMPLETE
83532025-02-11T20:37:49.911Z[ recovery-image] Feb 11 20:37:48.226 INFO O| Feb 11 20:37:48.226 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83542025-02-11T20:37:50.007Z[ recovery-image] Feb 11 20:37:48.322 INFO O| Feb 11 20:37:48.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83552025-02-11T20:37:50.007Z[ recovery-image] Feb 11 20:37:48.322 INFO O| Feb 11 20:37:48.322 INFO STEP 85 (remove_files) COMPLETE
83562025-02-11T20:37:50.014Z[ recovery-image] Feb 11 20:37:48.322 INFO O| Feb 11 20:37:48.322 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83572025-02-11T20:37:50.028Z[ recovery-image] Feb 11 20:37:48.344 INFO O| Feb 11 20:37:48.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83582025-02-11T20:37:50.028Z[ recovery-image] Feb 11 20:37:48.344 INFO O| Feb 11 20:37:48.344 INFO STEP 86 (remove_files) COMPLETE
83592025-02-11T20:37:50.028Z[ recovery-image] Feb 11 20:37:48.344 INFO O| Feb 11 20:37:48.344 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83602025-02-11T20:37:50.048Z[ recovery-image] Feb 11 20:37:48.364 INFO O| Feb 11 20:37:48.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83612025-02-11T20:37:50.048Z[ recovery-image] Feb 11 20:37:48.364 INFO O| Feb 11 20:37:48.364 INFO STEP 87 (remove_files) COMPLETE
83622025-02-11T20:37:50.051Z[ recovery-image] Feb 11 20:37:48.364 INFO O| Feb 11 20:37:48.364 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83632025-02-11T20:37:50.067Z[ recovery-image] Feb 11 20:37:48.383 INFO O| Feb 11 20:37:48.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83642025-02-11T20:37:50.067Z[ recovery-image] Feb 11 20:37:48.383 INFO O| Feb 11 20:37:48.383 INFO STEP 88 (remove_files) COMPLETE
83652025-02-11T20:37:50.067Z[ recovery-image] Feb 11 20:37:48.383 INFO O| Feb 11 20:37:48.383 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662025-02-11T20:37:50.087Z[ recovery-image] Feb 11 20:37:48.402 INFO O| Feb 11 20:37:48.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83672025-02-11T20:37:50.089Z[ recovery-image] Feb 11 20:37:48.402 INFO O| Feb 11 20:37:48.402 INFO STEP 89 (remove_files) COMPLETE
83682025-02-11T20:37:50.089Z[ recovery-image] Feb 11 20:37:48.402 INFO O| Feb 11 20:37:48.402 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692025-02-11T20:37:50.131Z[ recovery-image] Feb 11 20:37:48.446 INFO O| Feb 11 20:37:48.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83702025-02-11T20:37:50.131Z[ recovery-image] Feb 11 20:37:48.446 INFO O| Feb 11 20:37:48.446 INFO STEP 90 (remove_files) COMPLETE
83712025-02-11T20:37:50.131Z[ recovery-image] Feb 11 20:37:48.446 INFO O| Feb 11 20:37:48.446 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722025-02-11T20:37:50.151Z[ recovery-image] Feb 11 20:37:48.466 INFO O| Feb 11 20:37:48.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83732025-02-11T20:37:50.151Z[ recovery-image] Feb 11 20:37:48.466 INFO O| Feb 11 20:37:48.466 INFO STEP 91 (remove_files) COMPLETE
83742025-02-11T20:37:50.151Z[ recovery-image] Feb 11 20:37:48.466 INFO O| Feb 11 20:37:48.466 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752025-02-11T20:37:50.169Z[ recovery-image] Feb 11 20:37:48.485 INFO O| Feb 11 20:37:48.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83762025-02-11T20:37:50.169Z[ recovery-image] Feb 11 20:37:48.485 INFO O| Feb 11 20:37:48.485 INFO STEP 92 (remove_files) COMPLETE
83772025-02-11T20:37:50.169Z[ recovery-image] Feb 11 20:37:48.485 INFO O| Feb 11 20:37:48.485 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782025-02-11T20:37:50.189Z[ recovery-image] Feb 11 20:37:48.504 INFO O| Feb 11 20:37:48.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83792025-02-11T20:37:50.189Z[ recovery-image] Feb 11 20:37:48.504 INFO O| Feb 11 20:37:48.504 INFO STEP 93 (remove_files) COMPLETE
83802025-02-11T20:37:50.189Z[ recovery-image] Feb 11 20:37:48.504 INFO O| Feb 11 20:37:48.504 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812025-02-11T20:37:50.209Z[ recovery-image] Feb 11 20:37:48.525 INFO O| Feb 11 20:37:48.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
83822025-02-11T20:37:50.209Z[ recovery-image] Feb 11 20:37:48.525 INFO O| Feb 11 20:37:48.525 INFO STEP 94 (remove_files) COMPLETE
83832025-02-11T20:37:50.209Z[ recovery-image] Feb 11 20:37:48.525 INFO O| Feb 11 20:37:48.525 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83842025-02-11T20:37:50.240Z[ recovery-image] Feb 11 20:37:48.555 INFO O| Feb 11 20:37:48.555 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
83852025-02-11T20:37:50.243Z[ recovery-image] Feb 11 20:37:48.559 INFO O| Feb 11 20:37:48.555 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
83862025-02-11T20:38:00.764Z[ recovery-image] Feb 11 20:37:59.077 INFO O| Feb 11 20:37:59.077 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
83872025-02-11T20:38:00.764Z[ recovery-image] Feb 11 20:37:59.077 INFO O| Feb 11 20:37:59.077 INFO E| svccfg: Loaded 67 smf(7) service descriptions
83882025-02-11T20:38:00.806Z[ recovery-image] Feb 11 20:37:59.120 INFO O| Feb 11 20:37:59.120 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
83892025-02-11T20:38:00.949Z[ recovery-image] Feb 11 20:37:59.263 INFO O| Feb 11 20:37:59.262 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
83902025-02-11T20:38:00.960Z[ recovery-image] Feb 11 20:37:59.263 INFO O| Feb 11 20:37:59.262 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 ...
83912025-02-11T20:38:00.960Z[ recovery-image] Feb 11 20:37:59.265 INFO O| Feb 11 20:37:59.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83922025-02-11T20:38:00.960Z[ recovery-image] Feb 11 20:37:59.265 INFO O| Feb 11 20:37:59.265 INFO ok!
83932025-02-11T20:38:00.960Z[ recovery-image] Feb 11 20:37:59.265 INFO O| Feb 11 20:37:59.265 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83942025-02-11T20:38:00.960Z[ recovery-image] Feb 11 20:37:59.265 INFO O| Feb 11 20:37:59.265 INFO STEP 95 (seed_smf) COMPLETE
83952025-02-11T20:38:00.960Z[ recovery-image] Feb 11 20:37:59.265 INFO O| Feb 11 20:37:59.265 INFO steps complete; finalising image!
83962025-02-11T20:38:00.960Z[ recovery-image] Feb 11 20:37:59.265 INFO O| Feb 11 20:37:59.265 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83972025-02-11T20:38:01.023Z[ recovery-image] Feb 11 20:37:59.335 INFO O| Feb 11 20:37:59.335 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Feb 11 20:37:59 2025)
83982025-02-11T20:38:01.231Z[ recovery-image] Feb 11 20:37:59.545 INFO O| Feb 11 20:37:59.545 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Tue Feb 11 20:37:59 2025)
83992025-02-11T20:38:01.491Z[ recovery-image] Feb 11 20:37:59.804 INFO O| Feb 11 20:37:59.804 INFO temporary pool has 372M used, 1.39G avail, 1.00x compressratio
84002025-02-11T20:38:01.491Z[ recovery-image] Feb 11 20:37:59.804 INFO O| Feb 11 20:37:59.804 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84012025-02-11T20:38:02.117Z[ recovery-image] Feb 11 20:38:00.429 INFO O| Feb 11 20:38:00.429 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
84022025-02-11T20:38:02.118Z[ recovery-image] Feb 11 20:38:00.429 INFO O| Feb 11 20:38:00.429 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84032025-02-11T20:38:08.290Z[ recovery-image] Feb 11 20:38:06.602 INFO O| Feb 11 20:38:06.602 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84042025-02-11T20:38:08.290Z[ recovery-image] Feb 11 20:38:06.602 INFO O| Feb 11 20:38:06.602 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84052025-02-11T20:38:08.290Z[ recovery-image] Feb 11 20:38:06.602 INFO O| Feb 11 20:38:06.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84062025-02-11T20:38:08.290Z[ recovery-image] Feb 11 20:38:06.602 INFO O| Feb 11 20:38:06.602 INFO completed processing gimlet/zfs-recovery
84072025-02-11T20:38:08.290Z[ recovery-image] Feb 11 20:38:06.602 INFO O| Feb 11 20:38:06.602 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84082025-02-11T20:38:08.766Z[ recovery-image] Feb 11 20:38:07.076 INFO O| Feb 11 20:38:07.076 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84092025-02-11T20:38:08.939Z[ recovery-image] Feb 11 20:38:07.249 INFO BUILD STRING "heads/stlouis-0-ge083ffdec2\n"
84102025-02-11T20:38:08.940Z[ recovery-image] Feb 11 20:38:07.249 INFO expanded image name: "recovery 9dfa35b/${os_short_commit} 2025-02-11 20:06" -> "recovery 9dfa35b/e083ffd 2025-02-11 20:06"
84112025-02-11T20:38:08.944Z[ recovery-image] Feb 11 20:38:07.250 INFO output artefacts stored in: "/work/os-recovery"
84122025-02-11T20:38:08.944Z[ recovery-image] Feb 11 20:38:07.251 INFO collecting git info from project "image-builder"...
84132025-02-11T20:38:08.994Z[ recovery-image] Feb 11 20:38:07.307 INFO collecting git info from project "bootserver"...
84142025-02-11T20:38:09.011Z[ recovery-image] Feb 11 20:38:07.324 INFO collecting git info from project "chelsio-t6-roms"...
84152025-02-11T20:38:09.056Z[ recovery-image] Feb 11 20:38:07.364 INFO collecting git info from project "pilot"...
84162025-02-11T20:38:09.117Z[ recovery-image] Feb 11 20:38:07.419 INFO collecting git info from project "amd-firmware"...
84172025-02-11T20:38:11.151Z[ recovery-image] Feb 11 20:38:09.463 INFO collecting git info from project "amd-host-image-builder"...
84182025-02-11T20:38:13.346Z[ recovery-image] Feb 11 20:38:11.639 INFO collecting git info from project "pinprick"...
84192025-02-11T20:38:13.363Z[ recovery-image] Feb 11 20:38:11.654 INFO collecting git info from project "phbl"...
84202025-02-11T20:38:13.386Z[ recovery-image] Feb 11 20:38:11.671 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84212025-02-11T20:38:14.566Z[ recovery-image] Feb 11 20:38:12.877 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84222025-02-11T20:38:15.238Z[ recovery-image] Feb 11 20:38:13.549 INFO creating Oxide boot image...
84232025-02-11T20:38:15.241Z[ recovery-image] Feb 11 20:38:13.549 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9dfa35b/e083ffd 2025-02-11 20:06", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84242025-02-11T20:39:09.994Z[ host-image] Feb 11 20:39:08.285 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23216:20250211T162225Z
84252025-02-11T20:39:10.007Z[ host-image] Feb 11 20:39:08.285 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23216:20250211T162225Z
84262025-02-11T20:39:10.007Z[ host-image] Feb 11 20:39:08.286 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84272025-02-11T20:39:10.007Z[ host-image] Feb 11 20:39:08.286 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84282025-02-11T20:39:10.007Z[ host-image] Feb 11 20:39:08.286 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84292025-02-11T20:39:10.007Z[ host-image] Feb 11 20:39:08.286 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84302025-02-11T20:39:10.007Z[ host-image] Feb 11 20:39:08.287 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84312025-02-11T20:39:10.008Z[ host-image] Feb 11 20:39:08.288 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84322025-02-11T20:39:10.008Z[ host-image] Feb 11 20:39:08.288 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84332025-02-11T20:39:10.008Z[ host-image] Feb 11 20:39:08.288 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84342025-02-11T20:39:10.009Z[ host-image] Feb 11 20:39:08.288 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23216:20250211T162226Z
84352025-02-11T20:39:10.009Z[ host-image] Feb 11 20:39:08.291 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23216:20250211T162226Z
84362025-02-11T20:39:10.009Z[ host-image] Feb 11 20:39:08.292 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23216:20250211T162226Z
84372025-02-11T20:39:10.009Z[ host-image] Feb 11 20:39:08.293 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23216:20250211T162227Z
84382025-02-11T20:39:10.009Z[ host-image] Feb 11 20:39:08.293 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84392025-02-11T20:39:10.010Z[ host-image] Feb 11 20:39:08.294 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23216:20250211T162227Z
84402025-02-11T20:39:10.010Z[ host-image] Feb 11 20:39:08.295 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23216:20250211T162227Z
84412025-02-11T20:39:10.010Z[ host-image] Feb 11 20:39:08.295 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23216:20250211T162227Z
84422025-02-11T20:39:10.010Z[ host-image] Feb 11 20:39:08.295 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23216:20250211T162227Z
84432025-02-11T20:39:10.010Z[ host-image] Feb 11 20:39:08.295 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23216:20250211T162228Z
84442025-02-11T20:39:10.010Z[ host-image] Feb 11 20:39:08.295 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23216:20250211T162228Z
84452025-02-11T20:39:10.011Z[ host-image] Feb 11 20:39:08.296 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23216:20250211T162228Z
84462025-02-11T20:39:10.011Z[ host-image] Feb 11 20:39:08.296 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23216:20250211T162229Z
84472025-02-11T20:39:10.011Z[ host-image] Feb 11 20:39:08.296 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23216:20250211T162229Z
84482025-02-11T20:39:10.011Z[ host-image] Feb 11 20:39:08.296 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23216:20250211T162229Z
84492025-02-11T20:39:10.014Z[ host-image] Feb 11 20:39:08.297 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23216:20250211T162231Z
84502025-02-11T20:39:10.014Z[ host-image] Feb 11 20:39:08.297 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23216:20250211T162231Z
84512025-02-11T20:39:10.014Z[ host-image] Feb 11 20:39:08.297 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23216:20250211T162232Z
84522025-02-11T20:39:10.015Z[ host-image] Feb 11 20:39:08.297 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23216:20250211T162233Z
84532025-02-11T20:39:10.015Z[ host-image] Feb 11 20:39:08.297 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
84542025-02-11T20:39:10.015Z[ host-image] Feb 11 20:39:08.297 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23216:20250211T162234Z
84552025-02-11T20:39:10.015Z[ host-image] Feb 11 20:39:08.297 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23216:20250211T162236Z
84562025-02-11T20:39:10.015Z[ host-image] Feb 11 20:39:08.298 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23216:20250211T162237Z
84572025-02-11T20:39:10.015Z[ host-image] Feb 11 20:39:08.298 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23216:20250211T162238Z
84582025-02-11T20:39:10.015Z[ host-image] Feb 11 20:39:08.300 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23216:20250211T162239Z
84592025-02-11T20:39:10.016Z[ host-image] Feb 11 20:39:08.300 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23216:20250211T162239Z
84602025-02-11T20:39:10.026Z[ host-image] Feb 11 20:39:08.314 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
84612025-02-11T20:39:10.026Z[ host-image] Feb 11 20:39:08.314 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23216:20250211T162239Z
84622025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.314 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
84632025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.315 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
84642025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.316 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
84652025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.316 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23216:20250211T162239Z
84662025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.316 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
84672025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.317 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84682025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.319 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
84692025-02-11T20:39:10.027Z[ host-image] Feb 11 20:39:08.319 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
84702025-02-11T20:39:10.046Z[ host-image] Feb 11 20:39:08.344 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
84712025-02-11T20:39:10.050Z[ host-image] Feb 11 20:39:08.344 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
84722025-02-11T20:39:10.050Z[ host-image] Feb 11 20:39:08.344 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
84732025-02-11T20:39:10.050Z[ host-image] Feb 11 20:39:08.345 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
84742025-02-11T20:39:10.050Z[ host-image] Feb 11 20:39:08.346 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
84752025-02-11T20:39:10.050Z[ host-image] Feb 11 20:39:08.347 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
84762025-02-11T20:39:10.113Z[ host-image] Feb 11 20:39:08.418 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
84772025-02-11T20:39:10.117Z[ host-image] Feb 11 20:39:08.419 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
84782025-02-11T20:39:10.120Z[ host-image] Feb 11 20:39:08.423 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84792025-02-11T20:39:10.120Z[ host-image] Feb 11 20:39:08.424 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23216:20250211T162241Z
84802025-02-11T20:39:10.120Z[ host-image] Feb 11 20:39:08.424 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23216:20250211T162247Z
84812025-02-11T20:39:10.120Z[ host-image] Feb 11 20:39:08.424 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
84822025-02-11T20:39:10.120Z[ host-image] Feb 11 20:39:08.424 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23216:20250211T162247Z
84832025-02-11T20:39:10.120Z[ host-image] Feb 11 20:39:08.425 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
84842025-02-11T20:39:10.123Z[ host-image] Feb 11 20:39:08.425 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
84852025-02-11T20:39:10.123Z[ host-image] Feb 11 20:39:08.425 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
84862025-02-11T20:39:10.123Z[ host-image] Feb 11 20:39:08.425 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23216:20250211T162248Z
84872025-02-11T20:39:10.124Z[ host-image] Feb 11 20:39:08.425 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
84882025-02-11T20:39:10.128Z[ host-image] Feb 11 20:39:08.432 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
84892025-02-11T20:39:10.181Z[ host-image] Feb 11 20:39:08.433 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
84902025-02-11T20:39:10.181Z[ host-image] Feb 11 20:39:08.433 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
84912025-02-11T20:39:10.181Z[ host-image] Feb 11 20:39:08.433 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23216:20250211T162248Z
84922025-02-11T20:39:10.181Z[ host-image] Feb 11 20:39:08.433 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84932025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.458 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84942025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.458 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23216:20250211T162248Z
84952025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.462 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23216:20250211T162249Z
84962025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.462 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23216:20250211T162249Z
84972025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.462 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84982025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.463 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23216:20250211T162250Z
84992025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.464 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23216:20250211T162250Z
85002025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.464 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23216:20250211T162250Z
85012025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.465 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23216:20250211T162250Z
85022025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.470 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85032025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.471 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23216:20250211T162251Z
85042025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.472 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23216:20250211T162252Z
85052025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.472 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85062025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.472 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23216:20250211T162252Z
85072025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.472 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23216:20250211T162253Z
85082025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.473 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23216:20250211T162253Z
85092025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.473 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23216:20250211T162253Z
85102025-02-11T20:39:10.204Z[ host-image] Feb 11 20:39:08.486 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23216:20250211T162253Z
85112025-02-11T20:39:10.205Z[ host-image] Feb 11 20:39:08.486 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85122025-02-11T20:39:10.205Z[ host-image] Feb 11 20:39:08.489 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23216:20250211T162253Z
85132025-02-11T20:39:10.205Z[ host-image] Feb 11 20:39:08.491 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23216:20250211T162253Z
85142025-02-11T20:39:10.205Z[ host-image] Feb 11 20:39:08.491 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23216:20250211T162253Z
85152025-02-11T20:39:10.205Z[ host-image] Feb 11 20:39:08.492 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23216:20250211T162253Z
85162025-02-11T20:39:10.213Z[ host-image] Feb 11 20:39:08.492 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23216:20250211T162254Z
85172025-02-11T20:39:10.214Z[ host-image] Feb 11 20:39:08.493 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23216:20250211T162254Z
85182025-02-11T20:39:10.225Z[ host-image] Feb 11 20:39:08.516 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23216:20250211T162255Z
85192025-02-11T20:39:10.226Z[ host-image] Feb 11 20:39:08.516 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23216:20250211T162255Z
85202025-02-11T20:39:10.226Z[ host-image] Feb 11 20:39:08.517 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23216:20250211T162255Z
85212025-02-11T20:39:10.226Z[ host-image] Feb 11 20:39:08.518 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23216:20250211T162255Z
85222025-02-11T20:39:10.226Z[ host-image] Feb 11 20:39:08.519 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23216:20250211T162255Z
85232025-02-11T20:39:10.262Z[ host-image] Feb 11 20:39:08.566 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23216:20250211T162258Z
85242025-02-11T20:39:10.266Z[ host-image] Feb 11 20:39:08.567 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23216:20250211T162255Z
85252025-02-11T20:39:10.266Z[ host-image] Feb 11 20:39:08.567 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23216:20250211T162256Z
85262025-02-11T20:39:10.267Z[ host-image] Feb 11 20:39:08.567 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85272025-02-11T20:39:10.267Z[ host-image] Feb 11 20:39:08.568 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85282025-02-11T20:39:10.313Z[ host-image] Feb 11 20:39:08.616 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23216:20250211T162256Z
85292025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.616 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85302025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.616 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23216:20250211T162256Z
85312025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.616 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23216:20250211T162256Z
85322025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.618 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23216:20250211T162256Z
85332025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.619 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85342025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.620 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85352025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.620 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23216:20250211T162257Z
85362025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.621 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23216:20250211T162257Z
85372025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.621 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23216:20250211T162257Z
85382025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.621 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23216:20250211T162257Z
85392025-02-11T20:39:10.318Z[ host-image] Feb 11 20:39:08.622 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23216:20250211T162258Z
85402025-02-11T20:39:10.322Z[ host-image] Feb 11 20:39:08.622 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23216:20250211T162258Z
85412025-02-11T20:39:10.322Z[ host-image] Feb 11 20:39:08.626 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85422025-02-11T20:39:10.342Z[ host-image] Feb 11 20:39:08.646 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23216:20250211T162259Z
85432025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.648 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23216:20250211T162259Z
85442025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.648 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23216:20250211T162259Z
85452025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.649 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23216:20250211T162300Z
85462025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.649 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23216:20250211T162259Z
85472025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.650 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23216:20250211T162300Z
85482025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.650 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85492025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.650 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85502025-02-11T20:39:10.346Z[ host-image] Feb 11 20:39:08.651 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23216:20250211T162302Z
85512025-02-11T20:39:10.349Z[ host-image] Feb 11 20:39:08.651 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23216:20250211T162302Z
85522025-02-11T20:39:10.349Z[ host-image] Feb 11 20:39:08.652 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85532025-02-11T20:39:10.350Z[ host-image] Feb 11 20:39:08.652 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85542025-02-11T20:39:10.350Z[ host-image] Feb 11 20:39:08.652 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
85552025-02-11T20:39:10.350Z[ host-image] Feb 11 20:39:08.652 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
85562025-02-11T20:39:10.350Z[ host-image] Feb 11 20:39:08.652 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
85572025-02-11T20:39:10.350Z[ host-image] Feb 11 20:39:08.653 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
85582025-02-11T20:39:10.378Z[ host-image] Feb 11 20:39:08.655 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
85592025-02-11T20:39:10.378Z[ host-image] Feb 11 20:39:08.656 INFO O| tempdir @ "/tmp/.tmp7hsdTT/tmp"
85602025-02-11T20:39:10.378Z[ host-image] Feb 11 20:39:08.656 INFO O| image root @ "/tmp/.tmp7hsdTT/tmp/root"
85612025-02-11T20:39:10.378Z[ host-image] Feb 11 20:39:08.656 INFO O| creating image...
85622025-02-11T20:39:11.510Z[ host-image] Feb 11 20:39:09.815 INFO O| copying publishers...
85632025-02-11T20:39:27.789Z[ recovery-image] Feb 11 20:39:26.092 INFO O| ok, image written!
85642025-02-11T20:39:27.792Z[ recovery-image] Feb 11 20:39:26.092 INFO O| ok, boot_image_csum file written!
85652025-02-11T20:39:27.796Z[ recovery-image] Feb 11 20:39:26.100 INFO creating boot archive (CPIO)...
85662025-02-11T20:39:27.796Z[ recovery-image] Feb 11 20:39:26.100 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
85672025-02-11T20:39:27.815Z[ recovery-image] Feb 11 20:39:26.118 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85682025-02-11T20:39:27.815Z[ recovery-image] Feb 11 20:39:26.118 INFO E| + outfile=/work/os-recovery/cpio
85692025-02-11T20:39:27.818Z[ recovery-image] Feb 11 20:39:26.118 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85702025-02-11T20:39:27.818Z[ recovery-image] Feb 11 20:39:26.118 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85712025-02-11T20:39:27.818Z[ recovery-image] Feb 11 20:39:26.118 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85722025-02-11T20:39:28.028Z[ recovery-image] Feb 11 20:39:26.167 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85732025-02-11T20:39:28.028Z[ recovery-image] Feb 11 20:39:26.167 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85742025-02-11T20:39:28.037Z[ recovery-image] Feb 11 20:39:26.178 INFO creating compressed cpio/unix for nanobl-rs...
85752025-02-11T20:39:28.037Z[ recovery-image] Feb 11 20:39:26.178 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
85762025-02-11T20:39:28.376Z[ recovery-image] Feb 11 20:39:26.679 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85772025-02-11T20:39:36.187Z[ recovery-image] Feb 11 20:39:34.489 INFO creating reset image...
85782025-02-11T20:39:36.190Z[ recovery-image] Feb 11 20:39:34.489 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85792025-02-11T20:39:37.437Z[ recovery-image] Feb 11 20:39:35.739 INFO E| Updating crates.io index
85802025-02-11T20:39:37.871Z[ recovery-image] Feb 11 20:39:36.172 INFO E| Downloading crates ...
85812025-02-11T20:39:37.969Z[ recovery-image] Feb 11 20:39:36.271 INFO E| Downloaded quote v1.0.37
85822025-02-11T20:39:37.978Z[ recovery-image] Feb 11 20:39:36.279 INFO E| Downloaded duct v0.13.7
85832025-02-11T20:39:37.990Z[ recovery-image] Feb 11 20:39:36.292 INFO E| Downloaded shared_child v1.0.1
85842025-02-11T20:39:37.994Z[ recovery-image] Feb 11 20:39:36.294 INFO E| Downloaded clap_lex v0.7.2
85852025-02-11T20:39:37.996Z[ recovery-image] Feb 11 20:39:36.296 INFO E| Downloaded os_pipe v1.2.1
85862025-02-11T20:39:37.996Z[ recovery-image] Feb 11 20:39:36.298 INFO E| Downloaded clap_derive v4.5.13
85872025-02-11T20:39:38.004Z[ recovery-image] Feb 11 20:39:36.306 INFO E| Downloaded unicode-ident v1.0.13
85882025-02-11T20:39:38.007Z[ recovery-image] Feb 11 20:39:36.309 INFO E| Downloaded clap v4.5.17
85892025-02-11T20:39:38.030Z[ recovery-image] Feb 11 20:39:36.332 INFO E| Downloaded clap_builder v4.5.17
85902025-02-11T20:39:38.067Z[ recovery-image] Feb 11 20:39:36.368 INFO E| Downloaded syn v2.0.77
85912025-02-11T20:39:38.114Z[ recovery-image] Feb 11 20:39:36.416 INFO E| Downloaded libc v0.2.158
85922025-02-11T20:39:38.291Z[ recovery-image] Feb 11 20:39:36.593 INFO E| Compiling proc-macro2 v1.0.86
85932025-02-11T20:39:38.394Z[ recovery-image] Feb 11 20:39:36.696 INFO E| Compiling unicode-ident v1.0.13
85942025-02-11T20:39:38.394Z[ recovery-image] Feb 11 20:39:36.696 INFO E| Compiling libc v0.2.158
85952025-02-11T20:39:38.394Z[ recovery-image] Feb 11 20:39:36.696 INFO E| Compiling utf8parse v0.2.2
85962025-02-11T20:39:38.397Z[ recovery-image] Feb 11 20:39:36.696 INFO E| Compiling anstyle-query v1.1.1
85972025-02-11T20:39:38.397Z[ recovery-image] Feb 11 20:39:36.696 INFO E| Compiling is_terminal_polyfill v1.70.1
85982025-02-11T20:39:38.397Z[ recovery-image] Feb 11 20:39:36.696 INFO E| Compiling anstyle v1.0.8
85992025-02-11T20:39:38.398Z[ recovery-image] Feb 11 20:39:36.696 INFO E| Compiling colorchoice v1.0.2
86002025-02-11T20:39:39.285Z[ recovery-image] Feb 11 20:39:37.587 INFO E| Compiling anstyle-parse v0.2.5
86012025-02-11T20:39:39.356Z[ recovery-image] Feb 11 20:39:37.657 INFO E| Compiling clap_lex v0.7.2
86022025-02-11T20:39:39.451Z[ recovery-image] Feb 11 20:39:37.752 INFO E| Compiling heck v0.5.0
86032025-02-11T20:39:39.477Z[ recovery-image] Feb 11 20:39:37.779 INFO E| Compiling strsim v0.11.1
86042025-02-11T20:39:39.522Z[ recovery-image] Feb 11 20:39:37.824 INFO E| Compiling once_cell v1.19.0
86052025-02-11T20:39:39.737Z[ host-image] Feb 11 20:39:38.038 INFO O| adding properties...
86062025-02-11T20:39:39.871Z[ recovery-image] Feb 11 20:39:38.172 INFO E| Compiling anstream v0.6.15
86072025-02-11T20:39:40.673Z[ recovery-image] Feb 11 20:39:38.971 INFO E| Compiling clap_builder v4.5.17
86082025-02-11T20:39:41.460Z[ recovery-image] Feb 11 20:39:39.759 INFO E| Compiling shared_child v1.0.1
86092025-02-11T20:39:41.460Z[ recovery-image] Feb 11 20:39:39.759 INFO E| Compiling os_pipe v1.2.1
86102025-02-11T20:39:41.724Z[ recovery-image] Feb 11 20:39:40.025 INFO E| Compiling duct v0.13.7
86112025-02-11T20:39:42.181Z[ recovery-image] Feb 11 20:39:40.482 INFO E| Compiling quote v1.0.37
86122025-02-11T20:39:42.710Z[ recovery-image] Feb 11 20:39:41.010 INFO E| Compiling syn v2.0.77
86132025-02-11T20:39:43.229Z[ host-image] Feb 11 20:39:41.530 INFO O| installing packages...
86142025-02-11T20:39:52.094Z[ recovery-image] Feb 11 20:39:50.394 INFO E| Compiling clap_derive v4.5.13
86152025-02-11T20:39:56.962Z[ recovery-image] Feb 11 20:39:55.262 INFO E| Compiling clap v4.5.17
86162025-02-11T20:39:57.050Z[ recovery-image] Feb 11 20:39:55.349 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86172025-02-11T20:39:59.136Z[ recovery-image] Feb 11 20:39:57.435 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.25s
86182025-02-11T20:39:59.164Z[ recovery-image] Feb 11 20:39:57.463 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86192025-02-11T20:39:59.512Z[ recovery-image] Feb 11 20:39:57.810 INFO E| Updating crates.io index
86202025-02-11T20:39:59.805Z[ recovery-image] Feb 11 20:39:58.104 INFO E| Downloading crates ...
86212025-02-11T20:39:59.926Z[ recovery-image] Feb 11 20:39:58.221 INFO E| Downloaded bit_field v0.10.2
86222025-02-11T20:39:59.931Z[ recovery-image] Feb 11 20:39:58.225 INFO E| Downloaded seq-macro v0.3.5
86232025-02-11T20:39:59.931Z[ recovery-image] Feb 11 20:39:58.227 INFO E| Downloaded cpio_reader v0.1.1
86242025-02-11T20:39:59.939Z[ recovery-image] Feb 11 20:39:58.237 INFO E| Downloaded bitstruct v0.1.1
86252025-02-11T20:39:59.947Z[ recovery-image] Feb 11 20:39:58.244 INFO E| Downloaded bitstruct_derive v0.1.0
86262025-02-11T20:39:59.957Z[ recovery-image] Feb 11 20:39:58.256 INFO E| Downloaded proc-macro2 v1.0.89
86272025-02-11T20:39:59.973Z[ recovery-image] Feb 11 20:39:58.272 INFO E| Downloaded raw-cpuid v10.7.0
86282025-02-11T20:39:59.998Z[ recovery-image] Feb 11 20:39:58.297 INFO E| Downloaded syn v2.0.85
86292025-02-11T20:40:00.226Z[ recovery-image] Feb 11 20:39:58.523 INFO E| Downloaded x86 v0.52.0
86302025-02-11T20:40:00.559Z[ recovery-image] Feb 11 20:39:58.858 INFO E| Updating crates.io index
86312025-02-11T20:40:00.813Z[ recovery-image] Feb 11 20:39:59.112 INFO E| Downloading crates ...
86322025-02-11T20:40:00.947Z[ recovery-image] Feb 11 20:39:59.246 INFO E| Downloaded hashbrown v0.15.0
86332025-02-11T20:40:00.954Z[ recovery-image] Feb 11 20:39:59.254 INFO E| Downloaded compiler_builtins v0.1.134
86342025-02-11T20:40:00.991Z[ recovery-image] Feb 11 20:39:59.290 INFO E| Downloaded libc v0.2.161
86352025-02-11T20:40:01.151Z[ recovery-image] Feb 11 20:39:59.448 INFO E| Compiling compiler_builtins v0.1.134
86362025-02-11T20:40:01.151Z[ recovery-image] Feb 11 20:39:59.448 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)
86372025-02-11T20:40:01.151Z[ recovery-image] Feb 11 20:39:59.448 INFO E| Compiling proc-macro2 v1.0.89
86382025-02-11T20:40:01.156Z[ recovery-image] Feb 11 20:39:59.448 INFO E| Compiling unicode-ident v1.0.13
86392025-02-11T20:40:01.156Z[ recovery-image] Feb 11 20:39:59.448 INFO E| Compiling syn v1.0.109
86402025-02-11T20:40:01.156Z[ recovery-image] Feb 11 20:39:59.448 INFO E| Compiling x86 v0.52.0
86412025-02-11T20:40:01.156Z[ recovery-image] Feb 11 20:39:59.448 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86422025-02-11T20:40:01.156Z[ recovery-image] Feb 11 20:39:59.449 INFO E| Compiling seq-macro v0.3.5
86432025-02-11T20:40:03.540Z[ recovery-image] Feb 11 20:40:01.839 INFO E| Compiling quote v1.0.37
86442025-02-11T20:40:04.031Z[ recovery-image] Feb 11 20:40:02.329 INFO E| Compiling syn v2.0.85
86452025-02-11T20:40:09.866Z[ recovery-image] Feb 11 20:40:08.164 INFO E| Compiling scroll_derive v0.12.0
86462025-02-11T20:40:16.270Z[ recovery-image] Feb 11 20:40:14.566 INFO E| Compiling bitstruct_derive v0.1.0
86472025-02-11T20:40:23.281Z[ host-image] Feb 11 20:40:21.577 INFO O| seeding SMF database...
86482025-02-11T20:40:36.150Z[ host-image] Feb 11 20:40:34.444 INFO O| configuring SMF profile...
86492025-02-11T20:40:36.150Z[ host-image] Feb 11 20:40:34.445 INFO O| modifying shadow(5)...
86502025-02-11T20:40:36.150Z[ host-image] Feb 11 20:40:34.445 INFO O| loading user and group database...
86512025-02-11T20:40:36.150Z[ host-image] Feb 11 20:40:34.445 INFO O| assessing packaged files...
86522025-02-11T20:40:38.604Z[ recovery-image] Feb 11 20:40:36.898 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)
86532025-02-11T20:40:41.812Z[ recovery-image] Feb 11 20:40:40.104 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)
86542025-02-11T20:40:42.731Z[ host-image] Feb 11 20:40:41.024 INFO O| creating archive...
86552025-02-11T20:40:42.919Z[ host-image] Feb 11 20:40:41.145 INFO O| missing from packaging:
86562025-02-11T20:40:42.919Z[ host-image] Feb 11 20:40:41.145 INFO O| "etc/.pwd.lock"
86572025-02-11T20:40:42.919Z[ host-image] Feb 11 20:40:41.145 INFO O| "etc/bash"
86582025-02-11T20:40:42.919Z[ host-image] Feb 11 20:40:41.177 INFO O| "etc/svc/profile/generic.xml"
86592025-02-11T20:40:42.919Z[ host-image] Feb 11 20:40:41.177 INFO O| "etc/svc/profile/inetd_services.xml"
86602025-02-11T20:40:42.920Z[ host-image] Feb 11 20:40:41.178 INFO O| "etc/svc/profile/name_service.xml"
86612025-02-11T20:40:42.920Z[ host-image] Feb 11 20:40:41.178 INFO O| "etc/svc/profile/platform.xml"
86622025-02-11T20:40:42.920Z[ host-image] Feb 11 20:40:41.178 INFO O| "etc/svc/profile/platform_omicron1.xml"
86632025-02-11T20:40:42.920Z[ host-image] Feb 11 20:40:41.178 INFO O| "etc/svc/repository.db"
86642025-02-11T20:40:42.923Z[ host-image] Feb 11 20:40:41.216 INFO O| "opt/ooce/share"
86652025-02-11T20:40:42.923Z[ host-image] Feb 11 20:40:41.216 INFO O| "opt/ooce/share/man"
86662025-02-11T20:40:42.923Z[ host-image] Feb 11 20:40:41.216 INFO O| "opt/ooce/share/man/man1"
86672025-02-11T20:40:42.953Z[ host-image] Feb 11 20:40:41.247 INFO O| finishing archive...
86682025-02-11T20:40:47.364Z[ host-image] Feb 11 20:40:45.657 INFO O| creating gzonly manifest...
86692025-02-11T20:40:47.375Z[ host-image] Feb 11 20:40:45.668 INFO O| ok
86702025-02-11T20:40:47.552Z[ host-image] Feb 11 20:40:45.845 INFO image builder template: ramdisk-02-trim...
86712025-02-11T20:40:47.552Z[ host-image] Feb 11 20:40:45.845 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/.tmpJPU0e5/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
86722025-02-11T20:40:47.592Z[ host-image] Feb 11 20:40:45.885 INFO O| Feb 11 20:40:45.885 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86732025-02-11T20:40:47.621Z[ host-image] Feb 11 20:40:45.914 INFO O| Feb 11 20:40:45.914 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86742025-02-11T20:40:47.775Z[ host-image] Feb 11 20:40:46.067 INFO O| Feb 11 20:40:46.067 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86752025-02-11T20:40:47.908Z[ host-image] Feb 11 20:40:46.201 INFO O| Feb 11 20:40:46.201 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86762025-02-11T20:40:47.908Z[ host-image] Feb 11 20:40:46.202 INFO O| Feb 11 20:40:46.202 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86772025-02-11T20:40:47.917Z[ host-image] Feb 11 20:40:46.210 INFO O| Feb 11 20:40:46.210 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86782025-02-11T20:40:47.923Z[ host-image] Feb 11 20:40:46.217 INFO O| Feb 11 20:40:46.217 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86792025-02-11T20:40:47.931Z[ host-image] Feb 11 20:40:46.224 INFO O| Feb 11 20:40:46.224 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86802025-02-11T20:40:48.528Z[ recovery-image] Feb 11 20:40:46.819 INFO E| Compiling bitflags v1.3.2
86812025-02-11T20:40:48.528Z[ recovery-image] Feb 11 20:40:46.819 INFO E| Compiling log v0.4.22
86822025-02-11T20:40:48.542Z[ recovery-image] Feb 11 20:40:46.819 INFO E| Compiling plain v0.2.3
86832025-02-11T20:40:48.542Z[ recovery-image] Feb 11 20:40:46.819 INFO E| Compiling scroll v0.12.0
86842025-02-11T20:40:48.542Z[ recovery-image] Feb 11 20:40:46.819 INFO E| Compiling adler2 v2.0.0
86852025-02-11T20:40:48.542Z[ recovery-image] Feb 11 20:40:46.819 INFO E| Compiling bit_field v0.10.2
86862025-02-11T20:40:48.542Z[ recovery-image] Feb 11 20:40:46.819 INFO E| Compiling bitstruct v0.1.1
86872025-02-11T20:40:48.631Z[ recovery-image] Feb 11 20:40:46.916 INFO E| Compiling raw-cpuid v10.7.0
86882025-02-11T20:40:48.674Z[ recovery-image] Feb 11 20:40:46.963 INFO E| Compiling cpio_reader v0.1.1
86892025-02-11T20:40:48.798Z[ host-image] Feb 11 20:40:47.089 INFO O| Feb 11 20:40:47.089 INFO rolled back to input snapshot; work may begin
86902025-02-11T20:40:48.798Z[ host-image] Feb 11 20:40:47.089 INFO O| Feb 11 20:40:47.089 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86912025-02-11T20:40:48.828Z[ host-image] Feb 11 20:40:47.118 INFO O| Feb 11 20:40:47.118 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922025-02-11T20:40:48.881Z[ host-image] Feb 11 20:40:47.157 INFO O| Feb 11 20:40:47.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86932025-02-11T20:40:48.893Z[ recovery-image] Feb 11 20:40:47.183 INFO E| Compiling miniz_oxide v0.8.0
86942025-02-11T20:40:48.986Z[ recovery-image] Feb 11 20:40:47.278 INFO E| Compiling static_assertions v1.1.0
86952025-02-11T20:40:49.252Z[ host-image] Feb 11 20:40:47.543 INFO O| Feb 11 20:40:47.542 INFO STEP 0 (remove_files) COMPLETE
86962025-02-11T20:40:49.252Z[ host-image] Feb 11 20:40:47.543 INFO O| Feb 11 20:40:47.543 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972025-02-11T20:40:49.363Z[ recovery-image] Feb 11 20:40:47.651 INFO E| Compiling goblin v0.8.2
86982025-02-11T20:40:49.444Z[ host-image] Feb 11 20:40:47.735 INFO O| Feb 11 20:40:47.735 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86992025-02-11T20:40:49.448Z[ host-image] Feb 11 20:40:47.738 INFO O| Feb 11 20:40:47.738 INFO STEP 1 (remove_files) COMPLETE
87002025-02-11T20:40:49.448Z[ host-image] Feb 11 20:40:47.738 INFO O| Feb 11 20:40:47.738 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012025-02-11T20:40:49.537Z[ host-image] Feb 11 20:40:47.829 INFO O| Feb 11 20:40:47.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87022025-02-11T20:40:49.679Z[ host-image] Feb 11 20:40:47.972 INFO O| Feb 11 20:40:47.972 INFO STEP 2 (remove_files) COMPLETE
87032025-02-11T20:40:49.680Z[ host-image] Feb 11 20:40:47.972 INFO O| Feb 11 20:40:47.972 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042025-02-11T20:40:49.846Z[ host-image] Feb 11 20:40:48.138 INFO O| Feb 11 20:40:48.138 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87052025-02-11T20:40:49.850Z[ host-image] Feb 11 20:40:48.141 INFO O| Feb 11 20:40:48.141 INFO STEP 3 (remove_files) COMPLETE
87062025-02-11T20:40:49.850Z[ host-image] Feb 11 20:40:48.141 INFO O| Feb 11 20:40:48.141 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072025-02-11T20:40:49.888Z[ host-image] Feb 11 20:40:48.180 INFO O| Feb 11 20:40:48.180 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87082025-02-11T20:40:49.894Z[ host-image] Feb 11 20:40:48.187 INFO O| Feb 11 20:40:48.187 INFO STEP 4 (remove_files) COMPLETE
87092025-02-11T20:40:49.894Z[ host-image] Feb 11 20:40:48.187 INFO O| Feb 11 20:40:48.187 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102025-02-11T20:40:49.912Z[ host-image] Feb 11 20:40:48.205 INFO O| Feb 11 20:40:48.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87112025-02-11T20:40:49.917Z[ host-image] Feb 11 20:40:48.210 INFO O| Feb 11 20:40:48.210 INFO STEP 5 (remove_files) COMPLETE
87122025-02-11T20:40:49.919Z[ host-image] Feb 11 20:40:48.210 INFO O| Feb 11 20:40:48.210 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132025-02-11T20:40:49.986Z[ host-image] Feb 11 20:40:48.277 INFO O| Feb 11 20:40:48.277 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87142025-02-11T20:40:50.025Z[ host-image] Feb 11 20:40:48.318 INFO O| Feb 11 20:40:48.317 INFO STEP 6 (remove_files) COMPLETE
87152025-02-11T20:40:50.025Z[ host-image] Feb 11 20:40:48.318 INFO O| Feb 11 20:40:48.318 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162025-02-11T20:40:50.062Z[ host-image] Feb 11 20:40:48.352 INFO O| Feb 11 20:40:48.352 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87172025-02-11T20:40:50.104Z[ host-image] Feb 11 20:40:48.396 INFO O| Feb 11 20:40:48.396 INFO STEP 7 (remove_files) COMPLETE
87182025-02-11T20:40:50.104Z[ host-image] Feb 11 20:40:48.397 INFO O| Feb 11 20:40:48.396 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192025-02-11T20:40:50.125Z[ host-image] Feb 11 20:40:48.416 INFO O| Feb 11 20:40:48.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87202025-02-11T20:40:50.312Z[ host-image] Feb 11 20:40:48.604 INFO O| Feb 11 20:40:48.604 INFO STEP 8 (remove_files) COMPLETE
87212025-02-11T20:40:50.312Z[ host-image] Feb 11 20:40:48.604 INFO O| Feb 11 20:40:48.604 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222025-02-11T20:40:50.352Z[ host-image] Feb 11 20:40:48.645 INFO O| Feb 11 20:40:48.645 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87232025-02-11T20:40:50.529Z[ host-image] Feb 11 20:40:48.822 INFO O| Feb 11 20:40:48.822 INFO STEP 9 (remove_files) COMPLETE
87242025-02-11T20:40:50.529Z[ host-image] Feb 11 20:40:48.822 INFO O| Feb 11 20:40:48.822 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252025-02-11T20:40:50.547Z[ host-image] Feb 11 20:40:48.839 INFO O| Feb 11 20:40:48.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87262025-02-11T20:40:50.553Z[ host-image] Feb 11 20:40:48.846 INFO O| Feb 11 20:40:48.846 INFO STEP 10 (remove_files) COMPLETE
87272025-02-11T20:40:50.553Z[ host-image] Feb 11 20:40:48.846 INFO O| Feb 11 20:40:48.846 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282025-02-11T20:40:50.574Z[ host-image] Feb 11 20:40:48.866 INFO O| Feb 11 20:40:48.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87292025-02-11T20:40:50.576Z[ host-image] Feb 11 20:40:48.868 INFO O| Feb 11 20:40:48.868 INFO STEP 11 (remove_files) COMPLETE
87302025-02-11T20:40:50.576Z[ host-image] Feb 11 20:40:48.868 INFO O| Feb 11 20:40:48.868 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312025-02-11T20:40:50.594Z[ host-image] Feb 11 20:40:48.887 INFO O| Feb 11 20:40:48.887 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87322025-02-11T20:40:50.620Z[ host-image] Feb 11 20:40:48.913 INFO O| Feb 11 20:40:48.913 INFO STEP 12 (remove_files) COMPLETE
87332025-02-11T20:40:50.620Z[ host-image] Feb 11 20:40:48.913 INFO O| Feb 11 20:40:48.913 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342025-02-11T20:40:50.649Z[ host-image] Feb 11 20:40:48.942 INFO O| Feb 11 20:40:48.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87352025-02-11T20:40:50.649Z[ host-image] Feb 11 20:40:48.942 INFO O| Feb 11 20:40:48.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87362025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.942 INFO O| Feb 11 20:40:48.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87372025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.943 INFO O| Feb 11 20:40:48.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87382025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.943 INFO O| Feb 11 20:40:48.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87392025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.943 INFO O| Feb 11 20:40:48.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87402025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.944 INFO O| Feb 11 20:40:48.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87412025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.944 INFO O| Feb 11 20:40:48.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87422025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.944 INFO O| Feb 11 20:40:48.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87432025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.945 INFO O| Feb 11 20:40:48.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87442025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.945 INFO O| Feb 11 20:40:48.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87452025-02-11T20:40:50.652Z[ host-image] Feb 11 20:40:48.945 INFO O| Feb 11 20:40:48.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87462025-02-11T20:40:50.655Z[ host-image] Feb 11 20:40:48.945 INFO O| Feb 11 20:40:48.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87472025-02-11T20:40:50.655Z[ host-image] Feb 11 20:40:48.946 INFO O| Feb 11 20:40:48.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87482025-02-11T20:40:50.655Z[ host-image] Feb 11 20:40:48.946 INFO O| Feb 11 20:40:48.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87492025-02-11T20:40:50.655Z[ host-image] Feb 11 20:40:48.946 INFO O| Feb 11 20:40:48.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87502025-02-11T20:40:50.672Z[ host-image] Feb 11 20:40:48.965 INFO O| Feb 11 20:40:48.965 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87512025-02-11T20:40:50.978Z[ host-image] Feb 11 20:40:49.270 INFO O| Feb 11 20:40:49.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87522025-02-11T20:40:50.995Z[ host-image] Feb 11 20:40:49.287 INFO O| Feb 11 20:40:49.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87532025-02-11T20:40:51.016Z[ host-image] Feb 11 20:40:49.309 INFO O| Feb 11 20:40:49.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87542025-02-11T20:40:51.115Z[ host-image] Feb 11 20:40:49.408 INFO O| Feb 11 20:40:49.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87552025-02-11T20:40:51.857Z[ host-image] Feb 11 20:40:50.150 INFO O| Feb 11 20:40:50.150 INFO STEP 13 (remove_files) COMPLETE
87562025-02-11T20:40:51.857Z[ host-image] Feb 11 20:40:50.150 INFO O| Feb 11 20:40:50.150 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572025-02-11T20:40:51.886Z[ host-image] Feb 11 20:40:50.178 INFO O| Feb 11 20:40:50.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87582025-02-11T20:40:51.889Z[ host-image] Feb 11 20:40:50.181 INFO O| Feb 11 20:40:50.180 INFO STEP 14 (remove_files) COMPLETE
87592025-02-11T20:40:51.889Z[ host-image] Feb 11 20:40:50.181 INFO O| Feb 11 20:40:50.181 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602025-02-11T20:40:51.923Z[ host-image] Feb 11 20:40:50.215 INFO O| Feb 11 20:40:50.215 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87612025-02-11T20:40:51.934Z[ host-image] Feb 11 20:40:50.227 INFO O| Feb 11 20:40:50.227 INFO STEP 15 (remove_files) COMPLETE
87622025-02-11T20:40:51.937Z[ host-image] Feb 11 20:40:50.227 INFO O| Feb 11 20:40:50.227 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632025-02-11T20:40:51.997Z[ host-image] Feb 11 20:40:50.290 INFO O| Feb 11 20:40:50.290 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87642025-02-11T20:40:52.000Z[ host-image] Feb 11 20:40:50.291 INFO O| Feb 11 20:40:50.291 INFO STEP 16 (remove_files) COMPLETE
87652025-02-11T20:40:52.000Z[ host-image] Feb 11 20:40:50.291 INFO O| Feb 11 20:40:50.291 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662025-02-11T20:40:52.039Z[ host-image] Feb 11 20:40:50.332 INFO O| Feb 11 20:40:50.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87672025-02-11T20:40:52.042Z[ host-image] Feb 11 20:40:50.334 INFO O| Feb 11 20:40:50.334 INFO STEP 17 (remove_files) COMPLETE
87682025-02-11T20:40:52.042Z[ host-image] Feb 11 20:40:50.334 INFO O| Feb 11 20:40:50.334 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692025-02-11T20:40:52.068Z[ host-image] Feb 11 20:40:50.360 INFO O| Feb 11 20:40:50.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87702025-02-11T20:40:52.071Z[ host-image] Feb 11 20:40:50.360 INFO O| Feb 11 20:40:50.360 INFO STEP 18 (remove_files) COMPLETE
87712025-02-11T20:40:52.071Z[ host-image] Feb 11 20:40:50.360 INFO O| Feb 11 20:40:50.360 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722025-02-11T20:40:52.162Z[ host-image] Feb 11 20:40:50.455 INFO O| Feb 11 20:40:50.455 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87732025-02-11T20:40:52.162Z[ host-image] Feb 11 20:40:50.455 INFO O| Feb 11 20:40:50.455 INFO STEP 19 (remove_files) COMPLETE
87742025-02-11T20:40:52.162Z[ host-image] Feb 11 20:40:50.455 INFO O| Feb 11 20:40:50.455 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752025-02-11T20:40:52.181Z[ host-image] Feb 11 20:40:50.473 INFO O| Feb 11 20:40:50.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87762025-02-11T20:40:52.181Z[ host-image] Feb 11 20:40:50.473 INFO O| Feb 11 20:40:50.473 INFO STEP 20 (remove_files) COMPLETE
87772025-02-11T20:40:52.184Z[ host-image] Feb 11 20:40:50.474 INFO O| Feb 11 20:40:50.473 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782025-02-11T20:40:52.201Z[ host-image] Feb 11 20:40:50.493 INFO O| Feb 11 20:40:50.493 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87792025-02-11T20:40:52.201Z[ host-image] Feb 11 20:40:50.493 INFO O| Feb 11 20:40:50.493 INFO STEP 21 (remove_files) COMPLETE
87802025-02-11T20:40:52.201Z[ host-image] Feb 11 20:40:50.493 INFO O| Feb 11 20:40:50.493 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812025-02-11T20:40:52.245Z[ host-image] Feb 11 20:40:50.538 INFO O| Feb 11 20:40:50.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87822025-02-11T20:40:52.248Z[ host-image] Feb 11 20:40:50.538 INFO O| Feb 11 20:40:50.538 INFO STEP 22 (remove_files) COMPLETE
87832025-02-11T20:40:52.248Z[ host-image] Feb 11 20:40:50.538 INFO O| Feb 11 20:40:50.538 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842025-02-11T20:40:52.285Z[ host-image] Feb 11 20:40:50.577 INFO O| Feb 11 20:40:50.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87852025-02-11T20:40:52.285Z[ host-image] Feb 11 20:40:50.577 INFO O| Feb 11 20:40:50.577 INFO STEP 23 (remove_files) COMPLETE
87862025-02-11T20:40:52.290Z[ host-image] Feb 11 20:40:50.577 INFO O| Feb 11 20:40:50.577 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872025-02-11T20:40:52.342Z[ host-image] Feb 11 20:40:50.634 INFO O| Feb 11 20:40:50.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87882025-02-11T20:40:52.342Z[ host-image] Feb 11 20:40:50.634 INFO O| Feb 11 20:40:50.634 INFO STEP 24 (remove_files) COMPLETE
87892025-02-11T20:40:52.345Z[ host-image] Feb 11 20:40:50.634 INFO O| Feb 11 20:40:50.634 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902025-02-11T20:40:52.537Z[ host-image] Feb 11 20:40:50.829 INFO O| Feb 11 20:40:50.829 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87912025-02-11T20:40:52.537Z[ host-image] Feb 11 20:40:50.829 INFO O| Feb 11 20:40:50.829 INFO STEP 25 (remove_files) COMPLETE
87922025-02-11T20:40:52.540Z[ host-image] Feb 11 20:40:50.830 INFO O| Feb 11 20:40:50.829 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932025-02-11T20:40:52.598Z[ host-image] Feb 11 20:40:50.890 INFO O| Feb 11 20:40:50.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87942025-02-11T20:40:52.598Z[ host-image] Feb 11 20:40:50.890 INFO O| Feb 11 20:40:50.890 INFO STEP 26 (remove_files) COMPLETE
87952025-02-11T20:40:52.601Z[ host-image] Feb 11 20:40:50.890 INFO O| Feb 11 20:40:50.890 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962025-02-11T20:40:52.669Z[ host-image] Feb 11 20:40:50.961 INFO O| Feb 11 20:40:50.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87972025-02-11T20:40:52.669Z[ host-image] Feb 11 20:40:50.961 INFO O| Feb 11 20:40:50.961 INFO STEP 27 (remove_files) COMPLETE
87982025-02-11T20:40:52.669Z[ host-image] Feb 11 20:40:50.961 INFO O| Feb 11 20:40:50.961 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992025-02-11T20:40:52.755Z[ host-image] Feb 11 20:40:51.046 INFO O| Feb 11 20:40:51.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88002025-02-11T20:40:52.758Z[ host-image] Feb 11 20:40:51.046 INFO O| Feb 11 20:40:51.046 INFO STEP 28 (remove_files) COMPLETE
88012025-02-11T20:40:52.758Z[ host-image] Feb 11 20:40:51.047 INFO O| Feb 11 20:40:51.047 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022025-02-11T20:40:52.838Z[ host-image] Feb 11 20:40:51.131 INFO O| Feb 11 20:40:51.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88032025-02-11T20:40:52.841Z[ host-image] Feb 11 20:40:51.131 INFO O| Feb 11 20:40:51.131 INFO STEP 29 (remove_files) COMPLETE
88042025-02-11T20:40:52.841Z[ host-image] Feb 11 20:40:51.131 INFO O| Feb 11 20:40:51.131 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052025-02-11T20:40:52.866Z[ host-image] Feb 11 20:40:51.158 INFO O| Feb 11 20:40:51.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88062025-02-11T20:40:52.866Z[ host-image] Feb 11 20:40:51.158 INFO O| Feb 11 20:40:51.158 INFO STEP 30 (remove_files) COMPLETE
88072025-02-11T20:40:52.866Z[ host-image] Feb 11 20:40:51.158 INFO O| Feb 11 20:40:51.158 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082025-02-11T20:40:52.895Z[ host-image] Feb 11 20:40:51.187 INFO O| Feb 11 20:40:51.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88092025-02-11T20:40:52.898Z[ host-image] Feb 11 20:40:51.188 INFO O| Feb 11 20:40:51.188 INFO STEP 31 (remove_files) COMPLETE
88102025-02-11T20:40:52.898Z[ host-image] Feb 11 20:40:51.188 INFO O| Feb 11 20:40:51.188 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112025-02-11T20:40:52.992Z[ host-image] Feb 11 20:40:51.284 INFO O| Feb 11 20:40:51.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88122025-02-11T20:40:52.992Z[ host-image] Feb 11 20:40:51.284 INFO O| Feb 11 20:40:51.284 INFO STEP 32 (remove_files) COMPLETE
88132025-02-11T20:40:52.992Z[ host-image] Feb 11 20:40:51.284 INFO O| Feb 11 20:40:51.284 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142025-02-11T20:40:53.071Z[ host-image] Feb 11 20:40:51.363 INFO O| Feb 11 20:40:51.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88152025-02-11T20:40:53.071Z[ host-image] Feb 11 20:40:51.363 INFO O| Feb 11 20:40:51.363 INFO STEP 33 (remove_files) COMPLETE
88162025-02-11T20:40:53.071Z[ host-image] Feb 11 20:40:51.363 INFO O| Feb 11 20:40:51.363 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172025-02-11T20:40:53.145Z[ host-image] Feb 11 20:40:51.437 INFO O| Feb 11 20:40:51.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88182025-02-11T20:40:53.145Z[ host-image] Feb 11 20:40:51.437 INFO O| Feb 11 20:40:51.437 INFO STEP 34 (remove_files) COMPLETE
88192025-02-11T20:40:53.145Z[ host-image] Feb 11 20:40:51.437 INFO O| Feb 11 20:40:51.437 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202025-02-11T20:40:53.213Z[ host-image] Feb 11 20:40:51.504 INFO O| Feb 11 20:40:51.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88212025-02-11T20:40:53.216Z[ host-image] Feb 11 20:40:51.504 INFO O| Feb 11 20:40:51.504 INFO STEP 35 (remove_files) COMPLETE
88222025-02-11T20:40:53.216Z[ host-image] Feb 11 20:40:51.504 INFO O| Feb 11 20:40:51.504 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232025-02-11T20:40:53.241Z[ host-image] Feb 11 20:40:51.533 INFO O| Feb 11 20:40:51.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88242025-02-11T20:40:53.243Z[ host-image] Feb 11 20:40:51.533 INFO O| Feb 11 20:40:51.533 INFO STEP 36 (remove_files) COMPLETE
88252025-02-11T20:40:53.243Z[ host-image] Feb 11 20:40:51.533 INFO O| Feb 11 20:40:51.533 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262025-02-11T20:40:53.261Z[ host-image] Feb 11 20:40:51.554 INFO O| Feb 11 20:40:51.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88272025-02-11T20:40:53.264Z[ host-image] Feb 11 20:40:51.554 INFO O| Feb 11 20:40:51.554 INFO STEP 37 (remove_files) COMPLETE
88282025-02-11T20:40:53.264Z[ host-image] Feb 11 20:40:51.554 INFO O| Feb 11 20:40:51.554 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292025-02-11T20:40:53.386Z[ host-image] Feb 11 20:40:51.679 INFO O| Feb 11 20:40:51.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88302025-02-11T20:40:53.386Z[ host-image] Feb 11 20:40:51.679 INFO O| Feb 11 20:40:51.679 INFO STEP 38 (remove_files) COMPLETE
88312025-02-11T20:40:53.386Z[ host-image] Feb 11 20:40:51.679 INFO O| Feb 11 20:40:51.679 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322025-02-11T20:40:53.488Z[ host-image] Feb 11 20:40:51.781 INFO O| Feb 11 20:40:51.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88332025-02-11T20:40:53.491Z[ host-image] Feb 11 20:40:51.781 INFO O| Feb 11 20:40:51.781 INFO STEP 39 (remove_files) COMPLETE
88342025-02-11T20:40:53.491Z[ host-image] Feb 11 20:40:51.781 INFO O| Feb 11 20:40:51.781 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352025-02-11T20:40:53.527Z[ host-image] Feb 11 20:40:51.819 INFO O| Feb 11 20:40:51.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88362025-02-11T20:40:53.527Z[ host-image] Feb 11 20:40:51.819 INFO O| Feb 11 20:40:51.819 INFO STEP 40 (remove_files) COMPLETE
88372025-02-11T20:40:53.529Z[ host-image] Feb 11 20:40:51.820 INFO O| Feb 11 20:40:51.819 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382025-02-11T20:40:53.546Z[ host-image] Feb 11 20:40:51.838 INFO O| Feb 11 20:40:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88392025-02-11T20:40:53.546Z[ host-image] Feb 11 20:40:51.838 INFO O| Feb 11 20:40:51.838 INFO STEP 41 (remove_files) COMPLETE
88402025-02-11T20:40:53.548Z[ host-image] Feb 11 20:40:51.838 INFO O| Feb 11 20:40:51.838 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412025-02-11T20:40:53.565Z[ host-image] Feb 11 20:40:51.858 INFO O| Feb 11 20:40:51.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88422025-02-11T20:40:53.568Z[ host-image] Feb 11 20:40:51.858 INFO O| Feb 11 20:40:51.858 INFO STEP 42 (remove_files) COMPLETE
88432025-02-11T20:40:53.568Z[ host-image] Feb 11 20:40:51.858 INFO O| Feb 11 20:40:51.858 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442025-02-11T20:40:53.585Z[ host-image] Feb 11 20:40:51.878 INFO O| Feb 11 20:40:51.878 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88452025-02-11T20:40:53.588Z[ host-image] Feb 11 20:40:51.878 INFO O| Feb 11 20:40:51.878 INFO STEP 43 (remove_files) COMPLETE
88462025-02-11T20:40:53.588Z[ host-image] Feb 11 20:40:51.878 INFO O| Feb 11 20:40:51.878 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472025-02-11T20:40:53.604Z[ host-image] Feb 11 20:40:51.897 INFO O| Feb 11 20:40:51.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88482025-02-11T20:40:53.607Z[ host-image] Feb 11 20:40:51.897 INFO O| Feb 11 20:40:51.897 INFO STEP 44 (remove_files) COMPLETE
88492025-02-11T20:40:53.607Z[ host-image] Feb 11 20:40:51.897 INFO O| Feb 11 20:40:51.897 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502025-02-11T20:40:53.624Z[ host-image] Feb 11 20:40:51.917 INFO O| Feb 11 20:40:51.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88512025-02-11T20:40:53.627Z[ host-image] Feb 11 20:40:51.917 INFO O| Feb 11 20:40:51.917 INFO STEP 45 (remove_files) COMPLETE
88522025-02-11T20:40:53.627Z[ host-image] Feb 11 20:40:51.917 INFO O| Feb 11 20:40:51.917 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532025-02-11T20:40:53.660Z[ host-image] Feb 11 20:40:51.952 INFO O| Feb 11 20:40:51.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88542025-02-11T20:40:53.662Z[ host-image] Feb 11 20:40:51.953 INFO O| Feb 11 20:40:51.952 INFO STEP 46 (remove_files) COMPLETE
88552025-02-11T20:40:53.662Z[ host-image] Feb 11 20:40:51.953 INFO O| Feb 11 20:40:51.953 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88562025-02-11T20:40:53.681Z[ host-image] Feb 11 20:40:51.974 INFO O| Feb 11 20:40:51.974 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88572025-02-11T20:40:53.684Z[ host-image] Feb 11 20:40:51.974 INFO O| Feb 11 20:40:51.974 INFO STEP 47 (remove_files) COMPLETE
88582025-02-11T20:40:53.684Z[ host-image] Feb 11 20:40:51.974 INFO O| Feb 11 20:40:51.974 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592025-02-11T20:40:53.742Z[ host-image] Feb 11 20:40:52.034 INFO O| Feb 11 20:40:52.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88602025-02-11T20:40:53.745Z[ host-image] Feb 11 20:40:52.034 INFO O| Feb 11 20:40:52.034 INFO STEP 48 (remove_files) COMPLETE
88612025-02-11T20:40:53.745Z[ host-image] Feb 11 20:40:52.035 INFO O| Feb 11 20:40:52.034 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622025-02-11T20:40:53.842Z[ host-image] Feb 11 20:40:52.134 INFO O| Feb 11 20:40:52.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88632025-02-11T20:40:53.845Z[ host-image] Feb 11 20:40:52.134 INFO O| Feb 11 20:40:52.134 INFO STEP 49 (remove_files) COMPLETE
88642025-02-11T20:40:53.845Z[ host-image] Feb 11 20:40:52.135 INFO O| Feb 11 20:40:52.134 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652025-02-11T20:40:53.885Z[ host-image] Feb 11 20:40:52.177 INFO O| Feb 11 20:40:52.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88662025-02-11T20:40:53.885Z[ host-image] Feb 11 20:40:52.177 INFO O| Feb 11 20:40:52.177 INFO STEP 50 (remove_files) COMPLETE
88672025-02-11T20:40:53.885Z[ host-image] Feb 11 20:40:52.177 INFO O| Feb 11 20:40:52.177 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682025-02-11T20:40:53.933Z[ host-image] Feb 11 20:40:52.225 INFO O| Feb 11 20:40:52.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88692025-02-11T20:40:53.935Z[ host-image] Feb 11 20:40:52.226 INFO O| Feb 11 20:40:52.225 INFO STEP 51 (remove_files) COMPLETE
88702025-02-11T20:40:53.935Z[ host-image] Feb 11 20:40:52.226 INFO O| Feb 11 20:40:52.225 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712025-02-11T20:40:54.027Z[ host-image] Feb 11 20:40:52.319 INFO O| Feb 11 20:40:52.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88722025-02-11T20:40:54.027Z[ host-image] Feb 11 20:40:52.319 INFO O| Feb 11 20:40:52.319 INFO STEP 52 (remove_files) COMPLETE
88732025-02-11T20:40:54.030Z[ host-image] Feb 11 20:40:52.319 INFO O| Feb 11 20:40:52.319 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742025-02-11T20:40:54.218Z[ host-image] Feb 11 20:40:52.510 INFO O| Feb 11 20:40:52.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88752025-02-11T20:40:54.218Z[ host-image] Feb 11 20:40:52.510 INFO O| Feb 11 20:40:52.510 INFO STEP 53 (remove_files) COMPLETE
88762025-02-11T20:40:54.218Z[ host-image] Feb 11 20:40:52.510 INFO O| Feb 11 20:40:52.510 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772025-02-11T20:40:54.413Z[ host-image] Feb 11 20:40:52.705 INFO O| Feb 11 20:40:52.705 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88782025-02-11T20:40:54.416Z[ host-image] Feb 11 20:40:52.705 INFO O| Feb 11 20:40:52.705 INFO STEP 54 (remove_files) COMPLETE
88792025-02-11T20:40:54.416Z[ host-image] Feb 11 20:40:52.705 INFO O| Feb 11 20:40:52.705 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802025-02-11T20:40:54.434Z[ host-image] Feb 11 20:40:52.726 INFO O| Feb 11 20:40:52.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88812025-02-11T20:40:54.437Z[ host-image] Feb 11 20:40:52.726 INFO O| Feb 11 20:40:52.726 INFO STEP 55 (remove_files) COMPLETE
88822025-02-11T20:40:54.437Z[ host-image] Feb 11 20:40:52.726 INFO O| Feb 11 20:40:52.726 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832025-02-11T20:40:54.514Z[ host-image] Feb 11 20:40:52.806 INFO O| Feb 11 20:40:52.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88842025-02-11T20:40:54.514Z[ host-image] Feb 11 20:40:52.806 INFO O| Feb 11 20:40:52.806 INFO STEP 56 (remove_files) COMPLETE
88852025-02-11T20:40:54.514Z[ host-image] Feb 11 20:40:52.806 INFO O| Feb 11 20:40:52.806 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862025-02-11T20:40:54.533Z[ host-image] Feb 11 20:40:52.826 INFO O| Feb 11 20:40:52.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88872025-02-11T20:40:54.533Z[ host-image] Feb 11 20:40:52.826 INFO O| Feb 11 20:40:52.826 INFO STEP 57 (remove_files) COMPLETE
88882025-02-11T20:40:54.533Z[ host-image] Feb 11 20:40:52.826 INFO O| Feb 11 20:40:52.826 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892025-02-11T20:40:54.622Z[ host-image] Feb 11 20:40:52.914 INFO O| Feb 11 20:40:52.913 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88902025-02-11T20:40:54.623Z[ host-image] Feb 11 20:40:52.914 INFO O| Feb 11 20:40:52.914 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88912025-02-11T20:40:54.625Z[ host-image] Feb 11 20:40:52.914 INFO O| Feb 11 20:40:52.914 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88922025-02-11T20:40:54.626Z[ host-image] Feb 11 20:40:52.914 INFO O| Feb 11 20:40:52.914 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88932025-02-11T20:40:54.626Z[ host-image] Feb 11 20:40:52.914 INFO O| Feb 11 20:40:52.914 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88942025-02-11T20:40:54.626Z[ host-image] Feb 11 20:40:52.915 INFO O| Feb 11 20:40:52.915 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88952025-02-11T20:40:54.626Z[ host-image] Feb 11 20:40:52.915 INFO O| Feb 11 20:40:52.915 INFO ok!
88962025-02-11T20:40:54.626Z[ host-image] Feb 11 20:40:52.915 INFO O| Feb 11 20:40:52.915 INFO STEP 58 (ensure_file) COMPLETE
88972025-02-11T20:40:54.626Z[ host-image] Feb 11 20:40:52.915 INFO O| Feb 11 20:40:52.915 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982025-02-11T20:40:54.720Z[ host-image] Feb 11 20:40:53.012 INFO O| Feb 11 20:40:53.012 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88992025-02-11T20:40:54.720Z[ host-image] Feb 11 20:40:53.012 INFO O| Feb 11 20:40:53.012 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89002025-02-11T20:40:54.723Z[ host-image] Feb 11 20:40:53.013 INFO O| Feb 11 20:40:53.013 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89012025-02-11T20:40:54.723Z[ host-image] Feb 11 20:40:53.013 INFO O| Feb 11 20:40:53.013 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89022025-02-11T20:40:54.723Z[ host-image] Feb 11 20:40:53.013 INFO O| Feb 11 20:40:53.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89032025-02-11T20:40:54.723Z[ host-image] Feb 11 20:40:53.013 INFO O| Feb 11 20:40:53.013 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89042025-02-11T20:40:54.723Z[ host-image] Feb 11 20:40:53.013 INFO O| Feb 11 20:40:53.013 INFO ok!
89052025-02-11T20:40:54.723Z[ host-image] Feb 11 20:40:53.013 INFO O| Feb 11 20:40:53.013 INFO STEP 59 (ensure_file) COMPLETE
89062025-02-11T20:40:54.723Z[ host-image] Feb 11 20:40:53.013 INFO O| Feb 11 20:40:53.013 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072025-02-11T20:40:54.792Z[ host-image] Feb 11 20:40:53.084 INFO O| Feb 11 20:40:53.084 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89082025-02-11T20:40:54.792Z[ host-image] Feb 11 20:40:53.084 INFO O| Feb 11 20:40:53.084 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89092025-02-11T20:40:54.792Z[ host-image] Feb 11 20:40:53.084 INFO O| Feb 11 20:40:53.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89102025-02-11T20:40:54.796Z[ host-image] Feb 11 20:40:53.084 INFO O| Feb 11 20:40:53.084 INFO ok!
89112025-02-11T20:40:54.796Z[ host-image] Feb 11 20:40:53.084 INFO O| Feb 11 20:40:53.084 INFO STEP 60 (ensure_file) COMPLETE
89122025-02-11T20:40:54.796Z[ host-image] Feb 11 20:40:53.085 INFO O| Feb 11 20:40:53.084 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132025-02-11T20:40:54.813Z[ host-image] Feb 11 20:40:53.105 INFO O| Feb 11 20:40:53.105 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89142025-02-11T20:40:54.813Z[ host-image] Feb 11 20:40:53.105 INFO O| Feb 11 20:40:53.105 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89152025-02-11T20:40:54.815Z[ host-image] Feb 11 20:40:53.105 INFO O| Feb 11 20:40:53.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89162025-02-11T20:40:54.815Z[ host-image] Feb 11 20:40:53.105 INFO O| Feb 11 20:40:53.105 INFO ok!
89172025-02-11T20:40:54.815Z[ host-image] Feb 11 20:40:53.105 INFO O| Feb 11 20:40:53.105 INFO STEP 61 (ensure_file) COMPLETE
89182025-02-11T20:40:54.815Z[ host-image] Feb 11 20:40:53.105 INFO O| Feb 11 20:40:53.105 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192025-02-11T20:40:54.843Z[ host-image] Feb 11 20:40:53.134 INFO O| Feb 11 20:40:53.134 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89202025-02-11T20:40:54.843Z[ host-image] Feb 11 20:40:53.134 INFO O| Feb 11 20:40:53.134 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89212025-02-11T20:40:54.848Z[ host-image] Feb 11 20:40:53.135 INFO O| Feb 11 20:40:53.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89222025-02-11T20:40:54.848Z[ host-image] Feb 11 20:40:53.135 INFO O| Feb 11 20:40:53.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89232025-02-11T20:40:54.848Z[ host-image] Feb 11 20:40:53.135 INFO O| Feb 11 20:40:53.134 INFO ok!
89242025-02-11T20:40:54.848Z[ host-image] Feb 11 20:40:53.135 INFO O| Feb 11 20:40:53.135 INFO STEP 62 (ensure_file) COMPLETE
89252025-02-11T20:40:54.848Z[ host-image] Feb 11 20:40:53.135 INFO O| Feb 11 20:40:53.135 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262025-02-11T20:40:54.876Z[ host-image] Feb 11 20:40:53.168 INFO O| Feb 11 20:40:53.167 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89272025-02-11T20:40:54.876Z[ host-image] Feb 11 20:40:53.168 INFO O| Feb 11 20:40:53.168 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89282025-02-11T20:40:54.876Z[ host-image] Feb 11 20:40:53.168 INFO O| Feb 11 20:40:53.168 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89292025-02-11T20:40:54.880Z[ host-image] Feb 11 20:40:53.168 INFO O| Feb 11 20:40:53.168 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89302025-02-11T20:40:54.880Z[ host-image] Feb 11 20:40:53.168 INFO O| Feb 11 20:40:53.168 INFO ok!
89312025-02-11T20:40:54.880Z[ host-image] Feb 11 20:40:53.168 INFO O| Feb 11 20:40:53.168 INFO STEP 63 (ensure_file) COMPLETE
89322025-02-11T20:40:54.880Z[ host-image] Feb 11 20:40:53.168 INFO O| Feb 11 20:40:53.168 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332025-02-11T20:40:54.924Z[ host-image] Feb 11 20:40:53.215 INFO O| Feb 11 20:40:53.215 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89342025-02-11T20:40:54.924Z[ host-image] Feb 11 20:40:53.215 INFO O| Feb 11 20:40:53.215 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89352025-02-11T20:40:54.924Z[ host-image] Feb 11 20:40:53.215 INFO O| Feb 11 20:40:53.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89362025-02-11T20:40:54.924Z[ host-image] Feb 11 20:40:53.215 INFO O| Feb 11 20:40:53.215 INFO ok!
89372025-02-11T20:40:54.927Z[ host-image] Feb 11 20:40:53.215 INFO O| Feb 11 20:40:53.215 INFO STEP 64 (assemble_files) COMPLETE
89382025-02-11T20:40:54.927Z[ host-image] Feb 11 20:40:53.215 INFO O| Feb 11 20:40:53.215 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392025-02-11T20:40:54.959Z[ host-image] Feb 11 20:40:53.250 INFO O| Feb 11 20:40:53.250 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89402025-02-11T20:40:54.959Z[ host-image] Feb 11 20:40:53.250 INFO O| Feb 11 20:40:53.250 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89412025-02-11T20:40:54.962Z[ host-image] Feb 11 20:40:53.250 INFO O| Feb 11 20:40:53.250 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89422025-02-11T20:40:54.962Z[ host-image] Feb 11 20:40:53.250 INFO O| Feb 11 20:40:53.250 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89432025-02-11T20:40:54.962Z[ host-image] Feb 11 20:40:53.250 INFO O| Feb 11 20:40:53.250 INFO ok!
89442025-02-11T20:40:54.962Z[ host-image] Feb 11 20:40:53.250 INFO O| Feb 11 20:40:53.250 INFO STEP 65 (ensure_file) COMPLETE
89452025-02-11T20:40:54.962Z[ host-image] Feb 11 20:40:53.250 INFO O| Feb 11 20:40:53.250 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462025-02-11T20:40:54.994Z[ host-image] Feb 11 20:40:53.286 INFO O| Feb 11 20:40:53.286 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89472025-02-11T20:40:54.997Z[ host-image] Feb 11 20:40:53.287 INFO O| Feb 11 20:40:53.286 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89482025-02-11T20:40:54.997Z[ host-image] Feb 11 20:40:53.287 INFO O| Feb 11 20:40:53.287 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89492025-02-11T20:40:54.997Z[ host-image] Feb 11 20:40:53.287 INFO O| Feb 11 20:40:53.287 INFO STEP 66 (ensure_dir) COMPLETE
89502025-02-11T20:40:54.997Z[ host-image] Feb 11 20:40:53.287 INFO O| Feb 11 20:40:53.287 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512025-02-11T20:40:55.013Z[ host-image] Feb 11 20:40:53.305 INFO O| Feb 11 20:40:53.305 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89522025-02-11T20:40:55.013Z[ host-image] Feb 11 20:40:53.305 INFO O| Feb 11 20:40:53.305 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 ...
89532025-02-11T20:40:55.027Z[ host-image] Feb 11 20:40:53.317 INFO O| Feb 11 20:40:53.317 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
89542025-02-11T20:40:55.027Z[ host-image] Feb 11 20:40:53.317 INFO O| Feb 11 20:40:53.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89552025-02-11T20:40:55.027Z[ host-image] Feb 11 20:40:53.317 INFO O| Feb 11 20:40:53.317 INFO ok!
89562025-02-11T20:40:55.027Z[ host-image] Feb 11 20:40:53.317 INFO O| Feb 11 20:40:53.317 INFO STEP 67 (ensure_file) COMPLETE
89572025-02-11T20:40:55.027Z[ host-image] Feb 11 20:40:53.317 INFO O| Feb 11 20:40:53.317 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582025-02-11T20:40:55.059Z[ host-image] Feb 11 20:40:53.351 INFO O| Feb 11 20:40:53.351 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89592025-02-11T20:40:55.059Z[ host-image] Feb 11 20:40:53.351 INFO O| Feb 11 20:40:53.351 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 ...
89602025-02-11T20:40:55.062Z[ host-image] Feb 11 20:40:53.351 INFO O| Feb 11 20:40:53.351 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
89612025-02-11T20:40:55.062Z[ host-image] Feb 11 20:40:53.351 INFO O| Feb 11 20:40:53.351 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89622025-02-11T20:40:55.062Z[ host-image] Feb 11 20:40:53.351 INFO O| Feb 11 20:40:53.351 INFO ok!
89632025-02-11T20:40:55.062Z[ host-image] Feb 11 20:40:53.351 INFO O| Feb 11 20:40:53.351 INFO STEP 68 (ensure_file) COMPLETE
89642025-02-11T20:40:55.062Z[ host-image] Feb 11 20:40:53.351 INFO O| Feb 11 20:40:53.351 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652025-02-11T20:40:55.137Z[ host-image] Feb 11 20:40:53.426 INFO O| Feb 11 20:40:53.426 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89662025-02-11T20:40:55.137Z[ host-image] Feb 11 20:40:53.426 INFO O| Feb 11 20:40:53.426 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89672025-02-11T20:40:59.174Z[ host-image] Feb 11 20:40:57.466 INFO O| Feb 11 20:40:57.466 INFO STEP 69 (pack_tar) COMPLETE
89682025-02-11T20:40:59.174Z[ host-image] Feb 11 20:40:57.466 INFO O| Feb 11 20:40:57.466 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89692025-02-11T20:40:59.177Z[ host-image] Feb 11 20:40:57.466 INFO O| Feb 11 20:40:57.466 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89702025-02-11T20:40:59.587Z[ host-image] Feb 11 20:40:57.879 INFO O| Feb 11 20:40:57.879 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89712025-02-11T20:40:59.694Z[ host-image] Feb 11 20:40:57.986 INFO O| Feb 11 20:40:57.986 INFO completed processing gimlet/ramdisk-02-trim
89722025-02-11T20:40:59.697Z[ host-image] Feb 11 20:40:57.989 INFO image builder template: zfs...
89732025-02-11T20:40:59.697Z[ host-image] Feb 11 20:40:57.989 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/.tmpJPU0e5/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
89742025-02-11T20:40:59.718Z[ host-image] Feb 11 20:40:58.009 INFO O| Feb 11 20:40:58.009 INFO skip include "stress" because feature "stress" is not enabled
89752025-02-11T20:40:59.777Z[ host-image] Feb 11 20:40:58.068 INFO O| Feb 11 20:40:58.068 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89762025-02-11T20:40:59.800Z[ host-image] Feb 11 20:40:58.091 INFO O| Feb 11 20:40:58.091 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89772025-02-11T20:40:59.896Z[ host-image] Feb 11 20:40:58.187 INFO O| Feb 11 20:40:58.187 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89782025-02-11T20:40:59.973Z[ host-image] Feb 11 20:40:58.265 INFO O| Feb 11 20:40:58.265 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89792025-02-11T20:40:59.973Z[ host-image] Feb 11 20:40:58.265 INFO O| Feb 11 20:40:58.265 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89802025-02-11T20:40:59.981Z[ host-image] Feb 11 20:40:58.273 INFO O| Feb 11 20:40:58.273 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89812025-02-11T20:41:00.098Z[ host-image] Feb 11 20:40:58.389 INFO O| Feb 11 20:40:58.389 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89822025-02-11T20:41:00.176Z[ host-image] Feb 11 20:40:58.464 INFO O| Feb 11 20:40:58.464 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89832025-02-11T20:41:00.203Z[ host-image] Feb 11 20:40:58.494 INFO O| Feb 11 20:40:58.494 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89842025-02-11T20:41:00.211Z[ host-image] Feb 11 20:40:58.502 INFO O| Feb 11 20:40:58.502 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89852025-02-11T20:41:00.213Z[ host-image] Feb 11 20:40:58.503 INFO O| Feb 11 20:40:58.502 INFO no lofi found
89862025-02-11T20:41:00.213Z[ host-image] Feb 11 20:40:58.503 INFO O| Feb 11 20:40:58.503 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89872025-02-11T20:41:00.213Z[ host-image] Feb 11 20:40:58.503 INFO O| Feb 11 20:40:58.503 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89882025-02-11T20:41:01.668Z[ recovery-image] Feb 11 20:40:59.960 INFO E| Finished `release` profile [optimized] target(s) in 1m 02s
89892025-02-11T20:41:01.702Z[ recovery-image] Feb 11 20:40:59.992 INFO building host image...
89902025-02-11T20:41:01.705Z[ recovery-image] Feb 11 20:40:59.993 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")
89912025-02-11T20:41:02.538Z[ recovery-image] Feb 11 20:41:00.828 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89922025-02-11T20:41:02.720Z[ host-image] Feb 11 20:41:01.011 INFO O| Feb 11 20:41:01.011 INFO lofi device = /dev/dsk/c2t1d0p0
89932025-02-11T20:41:02.720Z[ host-image] Feb 11 20:41:01.011 INFO O| Feb 11 20:41:01.011 INFO pool device = /dev/dsk/c2t1d0p0
89942025-02-11T20:41:02.720Z[ host-image] Feb 11 20:41:01.011 INFO O| Feb 11 20:41:01.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
89952025-02-11T20:41:02.932Z[ host-image] Feb 11 20:41:01.224 INFO O| Feb 11 20:41:01.223 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89962025-02-11T20:41:02.932Z[ host-image] Feb 11 20:41:01.224 INFO O| Feb 11 20:41:01.224 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89972025-02-11T20:41:02.967Z[ host-image] Feb 11 20:41:01.256 INFO O| Feb 11 20:41:01.255 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89982025-02-11T20:41:03.077Z[ host-image] Feb 11 20:41:01.368 INFO O| Feb 11 20:41:01.368 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89992025-02-11T20:41:03.163Z[ host-image] Feb 11 20:41:01.455 INFO O| Feb 11 20:41:01.455 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90002025-02-11T20:41:03.192Z[ host-image] Feb 11 20:41:01.482 INFO O| Feb 11 20:41:01.482 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90012025-02-11T20:41:03.213Z[ host-image] Feb 11 20:41:01.504 INFO O| Feb 11 20:41:01.504 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90022025-02-11T20:41:03.322Z[ host-image] Feb 11 20:41:01.613 INFO O| Feb 11 20:41:01.613 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90032025-02-11T20:41:03.322Z[ host-image] Feb 11 20:41:01.613 INFO O| Feb 11 20:41:01.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90042025-02-11T20:41:03.322Z[ host-image] Feb 11 20:41:01.613 INFO O| Feb 11 20:41:01.613 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90052025-02-11T20:41:03.338Z[ host-image] Feb 11 20:41:01.629 INFO O| Feb 11 20:41:01.629 INFO boot environment UUID: a321e84e-699d-4586-9d80-2268e00fedc9
90062025-02-11T20:41:03.338Z[ host-image] Feb 11 20:41:01.630 INFO O| Feb 11 20:41:01.629 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a321e84e-699d-4586-9d80-2268e00fedc9
90072025-02-11T20:41:03.370Z[ host-image] Feb 11 20:41:01.661 INFO O| Feb 11 20:41:01.661 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90082025-02-11T20:41:03.423Z[ host-image] Feb 11 20:41:01.714 INFO O| Feb 11 20:41:01.714 INFO STEP 0 (create_be) COMPLETE
90092025-02-11T20:41:03.423Z[ host-image] Feb 11 20:41:01.714 INFO O| Feb 11 20:41:01.714 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90102025-02-11T20:41:03.456Z[ host-image] Feb 11 20:41:01.745 INFO O| Feb 11 20:41:01.744 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90112025-02-11T20:41:06.275Z[ recovery-image] Feb 11 20:41:04.565 INFO image complete! materials are in "/work/os-recovery"
90122025-02-11T20:41:06.280Z[ recovery-image]
90132025-02-11T20:41:06.283Z[ recovery-image] real 11:03.016704969
90142025-02-11T20:41:06.283Z[ recovery-image] user 6:50.650055990
90152025-02-11T20:41:06.283Z[ recovery-image] sys 1:04.706013350
90162025-02-11T20:41:06.283Z[ recovery-image] trap 0.355296804
90172025-02-11T20:41:06.283ZFeb 11 20:41:04.572 INFO [recovery-image] process exited with exit status: 0 (663.039889115s)
90182025-02-11T20:41:06.283Z[ recovery-image] tflt 0.672444147
90192025-02-11T20:41:06.283Z[ recovery-image] dflt 3.671169903
90202025-02-11T20:41:06.283Z[ recovery-image] kflt 0.076260808
90212025-02-11T20:41:06.283Z[ recovery-image] lock 25:26.352990479
90222025-02-11T20:41:06.283Z[ recovery-image] slp 1:06:05.233133599
90232025-02-11T20:41:06.283Z[ recovery-image] lat 4:49.527177710
90242025-02-11T20:41:06.283Z[ recovery-image] stop 11.107022103
90252025-02-11T20:41:27.542Z[ host-image] Feb 11 20:41:25.830 INFO O| Feb 11 20:41:25.830 INFO STEP 1 (unpack_tar) COMPLETE
90262025-02-11T20:41:27.542Z[ host-image] Feb 11 20:41:25.831 INFO O| Feb 11 20:41:25.830 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90272025-02-11T20:41:27.561Z[ host-image] Feb 11 20:41:25.849 INFO O| Feb 11 20:41:25.849 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90282025-02-11T20:41:28.421Z[ host-image] Feb 11 20:41:26.709 INFO O| Feb 11 20:41:26.709 INFO STEP 2 (devfsadm) COMPLETE
90292025-02-11T20:41:28.433Z[ host-image] Feb 11 20:41:26.709 INFO O| Feb 11 20:41:26.709 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90302025-02-11T20:41:28.440Z[ host-image] Feb 11 20:41:26.728 INFO O| Feb 11 20:41:26.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90312025-02-11T20:41:28.440Z[ host-image] Feb 11 20:41:26.728 INFO O| Feb 11 20:41:26.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90322025-02-11T20:41:28.443Z[ host-image] Feb 11 20:41:26.728 INFO O| Feb 11 20:41:26.728 INFO STEP 3 (ensure_dir) COMPLETE
90332025-02-11T20:41:28.443Z[ host-image] Feb 11 20:41:26.728 INFO O| Feb 11 20:41:26.728 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90342025-02-11T20:41:28.460Z[ host-image] Feb 11 20:41:26.748 INFO O| Feb 11 20:41:26.747 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90352025-02-11T20:41:28.460Z[ host-image] Feb 11 20:41:26.748 INFO O| Feb 11 20:41:26.748 INFO STEP 4 (ensure_dir) COMPLETE
90362025-02-11T20:41:28.462Z[ host-image] Feb 11 20:41:26.748 INFO O| Feb 11 20:41:26.748 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90372025-02-11T20:41:28.497Z[ host-image] Feb 11 20:41:26.785 INFO O| Feb 11 20:41:26.785 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90382025-02-11T20:41:28.497Z[ host-image] Feb 11 20:41:26.785 INFO O| Feb 11 20:41:26.785 INFO STEP 5 (ensure_dir) COMPLETE
90392025-02-11T20:41:28.500Z[ host-image] Feb 11 20:41:26.785 INFO O| Feb 11 20:41:26.785 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90402025-02-11T20:41:28.558Z[ host-image] Feb 11 20:41:26.846 INFO O| Feb 11 20:41:26.846 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90412025-02-11T20:41:28.558Z[ host-image] Feb 11 20:41:26.846 INFO O| Feb 11 20:41:26.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90422025-02-11T20:41:28.558Z[ host-image] Feb 11 20:41:26.846 INFO O| Feb 11 20:41:26.846 INFO STEP 6 (ensure_dir) COMPLETE
90432025-02-11T20:41:28.562Z[ host-image] Feb 11 20:41:26.846 INFO O| Feb 11 20:41:26.846 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90442025-02-11T20:41:28.592Z[ host-image] Feb 11 20:41:26.880 INFO O| Feb 11 20:41:26.880 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90452025-02-11T20:41:28.592Z[ host-image] Feb 11 20:41:26.880 INFO O| Feb 11 20:41:26.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90462025-02-11T20:41:28.592Z[ host-image] Feb 11 20:41:26.880 INFO O| Feb 11 20:41:26.880 INFO STEP 7 (ensure_dir) COMPLETE
90472025-02-11T20:41:28.595Z[ host-image] Feb 11 20:41:26.880 INFO O| Feb 11 20:41:26.880 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90482025-02-11T20:41:28.612Z[ host-image] Feb 11 20:41:26.900 INFO O| Feb 11 20:41:26.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90492025-02-11T20:41:28.615Z[ host-image] Feb 11 20:41:26.901 INFO O| Feb 11 20:41:26.901 INFO STEP 8 (remove_files) COMPLETE
90502025-02-11T20:41:28.615Z[ host-image] Feb 11 20:41:26.901 INFO O| Feb 11 20:41:26.901 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90512025-02-11T20:41:28.632Z[ host-image] Feb 11 20:41:26.920 INFO O| Feb 11 20:41:26.920 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90522025-02-11T20:41:28.635Z[ host-image] Feb 11 20:41:26.921 INFO O| Feb 11 20:41:26.921 INFO STEP 9 (remove_files) COMPLETE
90532025-02-11T20:41:28.635Z[ host-image] Feb 11 20:41:26.921 INFO O| Feb 11 20:41:26.921 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90542025-02-11T20:41:28.656Z[ host-image] Feb 11 20:41:26.944 INFO O| Feb 11 20:41:26.944 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90552025-02-11T20:41:28.659Z[ host-image] Feb 11 20:41:26.946 INFO O| Feb 11 20:41:26.945 INFO STEP 10 (remove_files) COMPLETE
90562025-02-11T20:41:28.659Z[ host-image] Feb 11 20:41:26.946 INFO O| Feb 11 20:41:26.945 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90572025-02-11T20:41:28.678Z[ host-image] Feb 11 20:41:26.966 INFO O| Feb 11 20:41:26.966 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90582025-02-11T20:41:28.681Z[ host-image] Feb 11 20:41:26.966 INFO O| Feb 11 20:41:26.966 INFO STEP 11 (remove_files) COMPLETE
90592025-02-11T20:41:28.681Z[ host-image] Feb 11 20:41:26.966 INFO O| Feb 11 20:41:26.966 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90602025-02-11T20:41:28.698Z[ host-image] Feb 11 20:41:26.986 INFO O| Feb 11 20:41:26.986 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90612025-02-11T20:41:28.700Z[ host-image] Feb 11 20:41:26.986 INFO O| Feb 11 20:41:26.986 INFO STEP 12 (remove_files) COMPLETE
90622025-02-11T20:41:28.700Z[ host-image] Feb 11 20:41:26.986 INFO O| Feb 11 20:41:26.986 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90632025-02-11T20:41:28.719Z[ host-image] Feb 11 20:41:27.007 INFO O| Feb 11 20:41:27.007 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90642025-02-11T20:41:28.723Z[ host-image] Feb 11 20:41:27.008 INFO O| Feb 11 20:41:27.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90652025-02-11T20:41:28.723Z[ host-image] Feb 11 20:41:27.008 INFO O| Feb 11 20:41:27.008 INFO STEP 13 (ensure_dir) COMPLETE
90662025-02-11T20:41:28.723Z[ host-image] Feb 11 20:41:27.008 INFO O| Feb 11 20:41:27.008 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90672025-02-11T20:41:28.741Z[ host-image] Feb 11 20:41:27.029 INFO O| Feb 11 20:41:27.029 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90682025-02-11T20:41:28.744Z[ host-image] Feb 11 20:41:27.030 INFO O| Feb 11 20:41:27.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90692025-02-11T20:41:28.744Z[ host-image] Feb 11 20:41:27.030 INFO O| Feb 11 20:41:27.030 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90702025-02-11T20:41:28.744Z[ host-image] Feb 11 20:41:27.030 INFO O| Feb 11 20:41:27.030 INFO STEP 14 (ensure_dir) COMPLETE
90712025-02-11T20:41:28.744Z[ host-image] Feb 11 20:41:27.030 INFO O| Feb 11 20:41:27.030 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90722025-02-11T20:41:28.762Z[ host-image] Feb 11 20:41:27.049 INFO O| Feb 11 20:41:27.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90732025-02-11T20:41:28.765Z[ host-image] Feb 11 20:41:27.049 INFO O| Feb 11 20:41:27.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90742025-02-11T20:41:28.765Z[ host-image] Feb 11 20:41:27.050 INFO O| Feb 11 20:41:27.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90752025-02-11T20:41:28.765Z[ host-image] Feb 11 20:41:27.050 INFO O| Feb 11 20:41:27.050 INFO STEP 15 (ensure_dir) COMPLETE
90762025-02-11T20:41:28.765Z[ host-image] Feb 11 20:41:27.050 INFO O| Feb 11 20:41:27.050 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90772025-02-11T20:41:28.822Z[ host-image] Feb 11 20:41:27.110 INFO O| Feb 11 20:41:27.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90782025-02-11T20:41:28.822Z[ host-image] Feb 11 20:41:27.110 INFO O| Feb 11 20:41:27.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90792025-02-11T20:41:28.822Z[ host-image] Feb 11 20:41:27.110 INFO O| Feb 11 20:41:27.110 INFO STEP 16 (ensure_dir) COMPLETE
90802025-02-11T20:41:28.823Z[ host-image] Feb 11 20:41:27.110 INFO O| Feb 11 20:41:27.110 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90812025-02-11T20:41:28.925Z[ host-image] Feb 11 20:41:27.213 INFO O| Feb 11 20:41:27.213 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90822025-02-11T20:41:28.925Z[ host-image] Feb 11 20:41:27.213 INFO O| Feb 11 20:41:27.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90832025-02-11T20:41:28.925Z[ host-image] Feb 11 20:41:27.213 INFO O| Feb 11 20:41:27.213 INFO STEP 17 (ensure_dir) COMPLETE
90842025-02-11T20:41:28.928Z[ host-image] Feb 11 20:41:27.213 INFO O| Feb 11 20:41:27.213 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90852025-02-11T20:41:28.942Z[ host-image] Feb 11 20:41:27.230 INFO O| Feb 11 20:41:27.230 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90862025-02-11T20:41:28.942Z[ host-image] Feb 11 20:41:27.230 INFO O| Feb 11 20:41:27.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90872025-02-11T20:41:28.942Z[ host-image] Feb 11 20:41:27.230 INFO O| Feb 11 20:41:27.230 INFO ok!
90882025-02-11T20:41:28.945Z[ host-image] Feb 11 20:41:27.230 INFO O| Feb 11 20:41:27.230 INFO STEP 18 (ensure_symlink) COMPLETE
90892025-02-11T20:41:28.945Z[ host-image] Feb 11 20:41:27.230 INFO O| Feb 11 20:41:27.230 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90902025-02-11T20:41:28.977Z[ host-image] Feb 11 20:41:27.265 INFO O| Feb 11 20:41:27.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90912025-02-11T20:41:28.977Z[ host-image] Feb 11 20:41:27.265 INFO O| Feb 11 20:41:27.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90922025-02-11T20:41:28.980Z[ host-image] Feb 11 20:41:27.265 INFO O| Feb 11 20:41:27.265 INFO ok!
90932025-02-11T20:41:28.980Z[ host-image] Feb 11 20:41:27.265 INFO O| Feb 11 20:41:27.265 INFO STEP 19 (ensure_file) COMPLETE
90942025-02-11T20:41:28.980Z[ host-image] Feb 11 20:41:27.265 INFO O| Feb 11 20:41:27.265 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90952025-02-11T20:41:29.038Z[ host-image] Feb 11 20:41:27.326 INFO O| Feb 11 20:41:27.326 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90962025-02-11T20:41:29.038Z[ host-image] Feb 11 20:41:27.326 INFO O| Feb 11 20:41:27.326 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90972025-02-11T20:41:29.038Z[ host-image] Feb 11 20:41:27.326 INFO O| Feb 11 20:41:27.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90982025-02-11T20:41:29.041Z[ host-image] Feb 11 20:41:27.326 INFO O| Feb 11 20:41:27.326 INFO ok!
90992025-02-11T20:41:29.041Z[ host-image] Feb 11 20:41:27.326 INFO O| Feb 11 20:41:27.326 INFO STEP 20 (ensure_symlink) COMPLETE
91002025-02-11T20:41:29.041Z[ host-image] Feb 11 20:41:27.326 INFO O| Feb 11 20:41:27.326 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91012025-02-11T20:41:29.058Z[ host-image] Feb 11 20:41:27.346 INFO O| Feb 11 20:41:27.346 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91022025-02-11T20:41:29.059Z[ host-image] Feb 11 20:41:27.347 INFO O| Feb 11 20:41:27.346 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91032025-02-11T20:41:29.061Z[ host-image] Feb 11 20:41:27.347 INFO O| Feb 11 20:41:27.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91042025-02-11T20:41:29.061Z[ host-image] Feb 11 20:41:27.347 INFO O| Feb 11 20:41:27.347 INFO ok!
91052025-02-11T20:41:29.061Z[ host-image] Feb 11 20:41:27.347 INFO O| Feb 11 20:41:27.347 INFO STEP 21 (ensure_symlink) COMPLETE
91062025-02-11T20:41:29.061Z[ host-image] Feb 11 20:41:27.347 INFO O| Feb 11 20:41:27.347 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91072025-02-11T20:41:29.094Z[ host-image] Feb 11 20:41:27.382 INFO O| Feb 11 20:41:27.382 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91082025-02-11T20:41:29.094Z[ host-image] Feb 11 20:41:27.382 INFO O| Feb 11 20:41:27.382 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91092025-02-11T20:41:29.094Z[ host-image] Feb 11 20:41:27.382 INFO O| Feb 11 20:41:27.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91102025-02-11T20:41:29.094Z[ host-image] Feb 11 20:41:27.382 INFO O| Feb 11 20:41:27.382 INFO ok!
91112025-02-11T20:41:29.097Z[ host-image] Feb 11 20:41:27.382 INFO O| Feb 11 20:41:27.382 INFO STEP 22 (ensure_symlink) COMPLETE
91122025-02-11T20:41:29.097Z[ host-image] Feb 11 20:41:27.382 INFO O| Feb 11 20:41:27.382 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91132025-02-11T20:41:29.113Z[ host-image] Feb 11 20:41:27.401 INFO O| Feb 11 20:41:27.401 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91142025-02-11T20:41:29.113Z[ host-image] Feb 11 20:41:27.401 INFO O| Feb 11 20:41:27.401 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91152025-02-11T20:41:29.116Z[ host-image] Feb 11 20:41:27.402 INFO O| Feb 11 20:41:27.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91162025-02-11T20:41:29.116Z[ host-image] Feb 11 20:41:27.402 INFO O| Feb 11 20:41:27.402 INFO ok!
91172025-02-11T20:41:29.116Z[ host-image] Feb 11 20:41:27.402 INFO O| Feb 11 20:41:27.402 INFO STEP 23 (ensure_symlink) COMPLETE
91182025-02-11T20:41:29.116Z[ host-image] Feb 11 20:41:27.402 INFO O| Feb 11 20:41:27.402 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91192025-02-11T20:41:29.133Z[ host-image] Feb 11 20:41:27.421 INFO O| Feb 11 20:41:27.421 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91202025-02-11T20:41:29.133Z[ host-image] Feb 11 20:41:27.421 INFO O| Feb 11 20:41:27.421 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91212025-02-11T20:41:29.136Z[ host-image] Feb 11 20:41:27.421 INFO O| Feb 11 20:41:27.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91222025-02-11T20:41:29.136Z[ host-image] Feb 11 20:41:27.422 INFO O| Feb 11 20:41:27.421 INFO ok!
91232025-02-11T20:41:29.136Z[ host-image] Feb 11 20:41:27.422 INFO O| Feb 11 20:41:27.422 INFO STEP 24 (ensure_file) COMPLETE
91242025-02-11T20:41:29.136Z[ host-image] Feb 11 20:41:27.422 INFO O| Feb 11 20:41:27.422 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91252025-02-11T20:41:29.153Z[ host-image] Feb 11 20:41:27.441 INFO O| Feb 11 20:41:27.440 INFO updating shadow file
91262025-02-11T20:41:29.155Z[ host-image] Feb 11 20:41:27.441 INFO O| Feb 11 20:41:27.441 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91272025-02-11T20:41:29.155Z[ host-image] Feb 11 20:41:27.441 INFO O| Feb 11 20:41:27.441 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91282025-02-11T20:41:29.155Z[ host-image] Feb 11 20:41:27.441 INFO O| Feb 11 20:41:27.441 INFO STEP 25 (shadow) COMPLETE
91292025-02-11T20:41:29.155Z[ host-image] Feb 11 20:41:27.441 INFO O| Feb 11 20:41:27.441 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91302025-02-11T20:41:29.170Z[ host-image] Feb 11 20:41:27.458 INFO O| Feb 11 20:41:27.458 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91312025-02-11T20:41:29.170Z[ host-image] Feb 11 20:41:27.458 INFO O| Feb 11 20:41:27.458 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91322025-02-11T20:41:29.173Z[ host-image] Feb 11 20:41:27.458 INFO O| Feb 11 20:41:27.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91332025-02-11T20:41:29.173Z[ host-image] Feb 11 20:41:27.458 INFO O| Feb 11 20:41:27.458 INFO ok!
91342025-02-11T20:41:29.173Z[ host-image] Feb 11 20:41:27.458 INFO O| Feb 11 20:41:27.458 INFO STEP 26 (ensure_file) COMPLETE
91352025-02-11T20:41:29.173Z[ host-image] Feb 11 20:41:27.459 INFO O| Feb 11 20:41:27.458 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91362025-02-11T20:41:29.187Z[ host-image] Feb 11 20:41:27.475 INFO O| Feb 11 20:41:27.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91372025-02-11T20:41:29.187Z[ host-image] Feb 11 20:41:27.475 INFO O| Feb 11 20:41:27.475 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91382025-02-11T20:41:29.187Z[ host-image] Feb 11 20:41:27.475 INFO O| Feb 11 20:41:27.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91392025-02-11T20:41:29.188Z[ host-image] Feb 11 20:41:27.475 INFO O| Feb 11 20:41:27.475 INFO ok!
91402025-02-11T20:41:29.188Z[ host-image] Feb 11 20:41:27.475 INFO O| Feb 11 20:41:27.475 INFO STEP 27 (ensure_file) COMPLETE
91412025-02-11T20:41:29.188Z[ host-image] Feb 11 20:41:27.475 INFO O| Feb 11 20:41:27.475 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91422025-02-11T20:41:29.208Z[ host-image] Feb 11 20:41:27.496 INFO O| Feb 11 20:41:27.495 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91432025-02-11T20:41:29.210Z[ host-image] Feb 11 20:41:27.496 INFO O| Feb 11 20:41:27.496 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91442025-02-11T20:41:29.210Z[ host-image] Feb 11 20:41:27.496 INFO O| Feb 11 20:41:27.496 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91452025-02-11T20:41:29.210Z[ host-image] Feb 11 20:41:27.496 INFO O| Feb 11 20:41:27.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91462025-02-11T20:41:29.210Z[ host-image] Feb 11 20:41:27.497 INFO O| Feb 11 20:41:27.496 INFO ok!
91472025-02-11T20:41:29.210Z[ host-image] Feb 11 20:41:27.497 INFO O| Feb 11 20:41:27.497 INFO STEP 28 (ensure_file) COMPLETE
91482025-02-11T20:41:29.210Z[ host-image] Feb 11 20:41:27.497 INFO O| Feb 11 20:41:27.497 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91492025-02-11T20:41:29.230Z[ host-image] Feb 11 20:41:27.518 INFO O| Feb 11 20:41:27.518 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91502025-02-11T20:41:29.230Z[ host-image] Feb 11 20:41:27.518 INFO O| Feb 11 20:41:27.518 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91512025-02-11T20:41:29.234Z[ host-image] Feb 11 20:41:27.518 INFO O| Feb 11 20:41:27.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91522025-02-11T20:41:29.234Z[ host-image] Feb 11 20:41:27.518 INFO O| Feb 11 20:41:27.518 INFO ok!
91532025-02-11T20:41:29.234Z[ host-image] Feb 11 20:41:27.519 INFO O| Feb 11 20:41:27.519 INFO STEP 29 (ensure_file) COMPLETE
91542025-02-11T20:41:29.234Z[ host-image] Feb 11 20:41:27.519 INFO O| Feb 11 20:41:27.519 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91552025-02-11T20:41:29.250Z[ host-image] Feb 11 20:41:27.538 INFO O| Feb 11 20:41:27.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91562025-02-11T20:41:29.250Z[ host-image] Feb 11 20:41:27.539 INFO O| Feb 11 20:41:27.538 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91572025-02-11T20:41:29.254Z[ host-image] Feb 11 20:41:27.539 INFO O| Feb 11 20:41:27.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91582025-02-11T20:41:29.254Z[ host-image] Feb 11 20:41:27.539 INFO O| Feb 11 20:41:27.539 INFO ok!
91592025-02-11T20:41:29.254Z[ host-image] Feb 11 20:41:27.539 INFO O| Feb 11 20:41:27.539 INFO STEP 30 (ensure_file) COMPLETE
91602025-02-11T20:41:29.254Z[ host-image] Feb 11 20:41:27.539 INFO O| Feb 11 20:41:27.539 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91612025-02-11T20:41:29.270Z[ host-image] Feb 11 20:41:27.558 INFO O| Feb 11 20:41:27.558 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91622025-02-11T20:41:29.270Z[ host-image] Feb 11 20:41:27.558 INFO O| Feb 11 20:41:27.558 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91632025-02-11T20:41:29.273Z[ host-image] Feb 11 20:41:27.559 INFO O| Feb 11 20:41:27.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91642025-02-11T20:41:29.273Z[ host-image] Feb 11 20:41:27.559 INFO O| Feb 11 20:41:27.559 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91652025-02-11T20:41:29.273Z[ host-image] Feb 11 20:41:27.559 INFO O| Feb 11 20:41:27.559 INFO ok!
91662025-02-11T20:41:29.273Z[ host-image] Feb 11 20:41:27.559 INFO O| Feb 11 20:41:27.559 INFO STEP 31 (ensure_file) COMPLETE
91672025-02-11T20:41:29.273Z[ host-image] Feb 11 20:41:27.559 INFO O| Feb 11 20:41:27.559 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91682025-02-11T20:41:29.303Z[ host-image] Feb 11 20:41:27.590 INFO O| Feb 11 20:41:27.590 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91692025-02-11T20:41:29.303Z[ host-image] Feb 11 20:41:27.590 INFO O| Feb 11 20:41:27.590 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91702025-02-11T20:41:29.305Z[ host-image] Feb 11 20:41:27.591 INFO O| Feb 11 20:41:27.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91712025-02-11T20:41:29.305Z[ host-image] Feb 11 20:41:27.591 INFO O| Feb 11 20:41:27.591 INFO ok!
91722025-02-11T20:41:29.306Z[ host-image] Feb 11 20:41:27.591 INFO O| Feb 11 20:41:27.591 INFO STEP 32 (ensure_file) COMPLETE
91732025-02-11T20:41:29.306Z[ host-image] Feb 11 20:41:27.591 INFO O| Feb 11 20:41:27.591 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91742025-02-11T20:41:29.335Z[ host-image] Feb 11 20:41:27.623 INFO O| Feb 11 20:41:27.623 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91752025-02-11T20:41:29.335Z[ host-image] Feb 11 20:41:27.623 INFO O| Feb 11 20:41:27.623 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91762025-02-11T20:41:29.338Z[ host-image] Feb 11 20:41:27.624 INFO O| Feb 11 20:41:27.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91772025-02-11T20:41:29.338Z[ host-image] Feb 11 20:41:27.624 INFO O| Feb 11 20:41:27.624 INFO ok!
91782025-02-11T20:41:29.338Z[ host-image] Feb 11 20:41:27.624 INFO O| Feb 11 20:41:27.624 INFO STEP 33 (ensure_file) COMPLETE
91792025-02-11T20:41:29.338Z[ host-image] Feb 11 20:41:27.624 INFO O| Feb 11 20:41:27.624 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91802025-02-11T20:41:29.371Z[ host-image] Feb 11 20:41:27.659 INFO O| Feb 11 20:41:27.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91812025-02-11T20:41:29.371Z[ host-image] Feb 11 20:41:27.659 INFO O| Feb 11 20:41:27.659 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91822025-02-11T20:41:29.374Z[ host-image] Feb 11 20:41:27.659 INFO O| Feb 11 20:41:27.659 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91832025-02-11T20:41:29.374Z[ host-image] Feb 11 20:41:27.660 INFO O| Feb 11 20:41:27.660 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91842025-02-11T20:41:29.374Z[ host-image] Feb 11 20:41:27.660 INFO O| Feb 11 20:41:27.660 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91852025-02-11T20:41:29.374Z[ host-image] Feb 11 20:41:27.660 INFO O| Feb 11 20:41:27.660 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91862025-02-11T20:41:29.374Z[ host-image] Feb 11 20:41:27.660 INFO O| Feb 11 20:41:27.660 INFO ok!
91872025-02-11T20:41:29.374Z[ host-image] Feb 11 20:41:27.660 INFO O| Feb 11 20:41:27.660 INFO STEP 34 (ensure_file) COMPLETE
91882025-02-11T20:41:29.375Z[ host-image] Feb 11 20:41:27.660 INFO O| Feb 11 20:41:27.660 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91892025-02-11T20:41:29.392Z[ host-image] Feb 11 20:41:27.679 INFO O| Feb 11 20:41:27.679 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91902025-02-11T20:41:29.392Z[ host-image] Feb 11 20:41:27.680 INFO O| Feb 11 20:41:27.679 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91912025-02-11T20:41:29.394Z[ host-image] Feb 11 20:41:27.680 INFO O| Feb 11 20:41:27.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91922025-02-11T20:41:29.395Z[ host-image] Feb 11 20:41:27.680 INFO O| Feb 11 20:41:27.680 INFO STEP 35 (ensure_dir) COMPLETE
91932025-02-11T20:41:29.395Z[ host-image] Feb 11 20:41:27.680 INFO O| Feb 11 20:41:27.680 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91942025-02-11T20:41:29.412Z[ host-image] Feb 11 20:41:27.700 INFO O| Feb 11 20:41:27.700 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
91952025-02-11T20:41:29.412Z[ host-image] Feb 11 20:41:27.700 INFO O| Feb 11 20:41:27.700 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 ...
91962025-02-11T20:41:29.415Z[ host-image] Feb 11 20:41:27.700 INFO O| Feb 11 20:41:27.700 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
91972025-02-11T20:41:29.415Z[ host-image] Feb 11 20:41:27.700 INFO O| Feb 11 20:41:27.700 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
91982025-02-11T20:41:29.415Z[ host-image] Feb 11 20:41:27.701 INFO O| Feb 11 20:41:27.701 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
91992025-02-11T20:41:29.415Z[ host-image] Feb 11 20:41:27.701 INFO O| Feb 11 20:41:27.701 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
92002025-02-11T20:41:29.415Z[ host-image] Feb 11 20:41:27.701 INFO O| Feb 11 20:41:27.701 INFO ok!
92012025-02-11T20:41:29.416Z[ host-image] Feb 11 20:41:27.701 INFO O| Feb 11 20:41:27.701 INFO STEP 36 (ensure_file) COMPLETE
92022025-02-11T20:41:29.416Z[ host-image] Feb 11 20:41:27.701 INFO O| Feb 11 20:41:27.701 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92032025-02-11T20:41:29.432Z[ host-image] Feb 11 20:41:27.720 INFO O| Feb 11 20:41:27.719 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92042025-02-11T20:41:29.432Z[ host-image] Feb 11 20:41:27.720 INFO O| Feb 11 20:41:27.719 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 ...
92052025-02-11T20:41:29.435Z[ host-image] Feb 11 20:41:27.720 INFO O| Feb 11 20:41:27.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92062025-02-11T20:41:29.435Z[ host-image] Feb 11 20:41:27.720 INFO O| Feb 11 20:41:27.720 INFO ok!
92072025-02-11T20:41:29.435Z[ host-image] Feb 11 20:41:27.720 INFO O| Feb 11 20:41:27.720 INFO STEP 37 (ensure_symlink) COMPLETE
92082025-02-11T20:41:29.436Z[ host-image] Feb 11 20:41:27.720 INFO O| Feb 11 20:41:27.720 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92092025-02-11T20:41:29.450Z[ host-image] Feb 11 20:41:27.738 INFO O| Feb 11 20:41:27.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92102025-02-11T20:41:29.450Z[ host-image] Feb 11 20:41:27.738 INFO O| Feb 11 20:41:27.738 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92112025-02-11T20:41:29.455Z[ host-image] Feb 11 20:41:27.741 INFO O| Feb 11 20:41:27.741 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92122025-02-11T20:41:29.455Z[ host-image] Feb 11 20:41:27.741 INFO O| Feb 11 20:41:27.741 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92132025-02-11T20:41:29.455Z[ host-image] Feb 11 20:41:27.741 INFO O| Feb 11 20:41:27.741 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92142025-02-11T20:41:29.455Z[ host-image] Feb 11 20:41:27.741 INFO O| Feb 11 20:41:27.741 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92152025-02-11T20:41:29.455Z[ host-image] Feb 11 20:41:27.741 INFO O| Feb 11 20:41:27.741 INFO ok!
92162025-02-11T20:41:29.455Z[ host-image] Feb 11 20:41:27.741 INFO O| Feb 11 20:41:27.741 INFO STEP 38 (ensure_file) COMPLETE
92172025-02-11T20:41:29.455Z[ host-image] Feb 11 20:41:27.741 INFO O| Feb 11 20:41:27.741 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92182025-02-11T20:41:29.514Z[ host-image] Feb 11 20:41:27.802 INFO O| Feb 11 20:41:27.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92192025-02-11T20:41:29.515Z[ host-image] Feb 11 20:41:27.802 INFO O| Feb 11 20:41:27.802 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 ...
92202025-02-11T20:41:29.538Z[ host-image] Feb 11 20:41:27.826 INFO O| Feb 11 20:41:27.826 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
92212025-02-11T20:41:29.538Z[ host-image] Feb 11 20:41:27.826 INFO O| Feb 11 20:41:27.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92222025-02-11T20:41:29.541Z[ host-image] Feb 11 20:41:27.826 INFO O| Feb 11 20:41:27.826 INFO ok!
92232025-02-11T20:41:29.541Z[ host-image] Feb 11 20:41:27.826 INFO O| Feb 11 20:41:27.826 INFO STEP 39 (ensure_file) COMPLETE
92242025-02-11T20:41:29.541Z[ host-image] Feb 11 20:41:27.826 INFO O| Feb 11 20:41:27.826 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92252025-02-11T20:41:29.594Z[ host-image] Feb 11 20:41:27.882 INFO O| Feb 11 20:41:27.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92262025-02-11T20:41:29.596Z[ host-image] Feb 11 20:41:27.882 INFO O| Feb 11 20:41:27.882 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92272025-02-11T20:41:29.597Z[ host-image] Feb 11 20:41:27.882 INFO O| Feb 11 20:41:27.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92282025-02-11T20:41:29.597Z[ host-image] Feb 11 20:41:27.882 INFO O| Feb 11 20:41:27.882 INFO ok!
92292025-02-11T20:41:29.597Z[ host-image] Feb 11 20:41:27.882 INFO O| Feb 11 20:41:27.882 INFO STEP 40 (ensure_file) COMPLETE
92302025-02-11T20:41:29.597Z[ host-image] Feb 11 20:41:27.882 INFO O| Feb 11 20:41:27.882 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92312025-02-11T20:41:29.614Z[ host-image] Feb 11 20:41:27.902 INFO O| Feb 11 20:41:27.902 INFO updating shadow file
92322025-02-11T20:41:29.617Z[ host-image] Feb 11 20:41:27.902 INFO O| Feb 11 20:41:27.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92332025-02-11T20:41:29.617Z[ host-image] Feb 11 20:41:27.902 INFO O| Feb 11 20:41:27.902 INFO STEP 41 (shadow) COMPLETE
92342025-02-11T20:41:29.617Z[ host-image] Feb 11 20:41:27.902 INFO O| Feb 11 20:41:27.902 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92352025-02-11T20:41:29.635Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92362025-02-11T20:41:29.635Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92372025-02-11T20:41:29.635Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92382025-02-11T20:41:29.637Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92392025-02-11T20:41:29.637Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO ok!
92402025-02-11T20:41:29.637Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO STEP 42 (ensure_file) COMPLETE
92412025-02-11T20:41:29.637Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92422025-02-11T20:41:29.637Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO skip step because feature "mfg" is not enabled
92432025-02-11T20:41:29.638Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92442025-02-11T20:41:29.638Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO skip step because feature "mfg" is not enabled
92452025-02-11T20:41:29.638Z[ host-image] Feb 11 20:41:27.923 INFO O| Feb 11 20:41:27.923 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92462025-02-11T20:41:29.676Z[ host-image] Feb 11 20:41:27.964 INFO O| Feb 11 20:41:27.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92472025-02-11T20:41:29.676Z[ host-image] Feb 11 20:41:27.964 INFO O| Feb 11 20:41:27.964 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92482025-02-11T20:41:30.517Z[ host-image] Feb 11 20:41:28.805 INFO O| Feb 11 20:41:28.805 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92492025-02-11T20:41:30.520Z[ host-image] Feb 11 20:41:28.805 INFO O| Feb 11 20:41:28.805 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92502025-02-11T20:41:30.520Z[ host-image] Feb 11 20:41:28.805 INFO O| Feb 11 20:41:28.805 INFO ok!
92512025-02-11T20:41:30.520Z[ host-image] Feb 11 20:41:28.805 INFO O| Feb 11 20:41:28.805 INFO STEP 45 (ensure_file) COMPLETE
92522025-02-11T20:41:30.520Z[ host-image] Feb 11 20:41:28.805 INFO O| Feb 11 20:41:28.805 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92532025-02-11T20:41:30.607Z[ host-image] Feb 11 20:41:28.893 INFO O| Feb 11 20:41:28.893 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92542025-02-11T20:41:30.607Z[ host-image] Feb 11 20:41:28.893 INFO O| Feb 11 20:41:28.893 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92552025-02-11T20:41:30.610Z[ host-image] Feb 11 20:41:28.893 INFO O| Feb 11 20:41:28.893 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92562025-02-11T20:41:30.610Z[ host-image] Feb 11 20:41:28.893 INFO O| Feb 11 20:41:28.893 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92572025-02-11T20:41:30.610Z[ host-image] Feb 11 20:41:28.893 INFO O| Feb 11 20:41:28.893 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92582025-02-11T20:41:30.610Z[ host-image] Feb 11 20:41:28.894 INFO O| Feb 11 20:41:28.893 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92592025-02-11T20:41:30.610Z[ host-image] Feb 11 20:41:28.894 INFO O| Feb 11 20:41:28.894 INFO ok!
92602025-02-11T20:41:30.610Z[ host-image] Feb 11 20:41:28.894 INFO O| Feb 11 20:41:28.894 INFO STEP 46 (ensure_file) COMPLETE
92612025-02-11T20:41:30.610Z[ host-image] Feb 11 20:41:28.894 INFO O| Feb 11 20:41:28.894 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92622025-02-11T20:41:30.634Z[ host-image] Feb 11 20:41:28.922 INFO O| Feb 11 20:41:28.922 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92632025-02-11T20:41:30.634Z[ host-image] Feb 11 20:41:28.922 INFO O| Feb 11 20:41:28.922 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 ...
92642025-02-11T20:41:30.637Z[ host-image] Feb 11 20:41:28.922 INFO O| Feb 11 20:41:28.922 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
92652025-02-11T20:41:30.637Z[ host-image] Feb 11 20:41:28.922 INFO O| Feb 11 20:41:28.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92662025-02-11T20:41:30.637Z[ host-image] Feb 11 20:41:28.922 INFO O| Feb 11 20:41:28.922 INFO ok!
92672025-02-11T20:41:30.637Z[ host-image] Feb 11 20:41:28.922 INFO O| Feb 11 20:41:28.922 INFO STEP 47 (ensure_file) COMPLETE
92682025-02-11T20:41:30.637Z[ host-image] Feb 11 20:41:28.922 INFO O| Feb 11 20:41:28.922 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92692025-02-11T20:41:30.657Z[ host-image] Feb 11 20:41:28.944 INFO O| Feb 11 20:41:28.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92702025-02-11T20:41:30.669Z[ host-image] Feb 11 20:41:28.944 INFO O| Feb 11 20:41:28.944 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92712025-02-11T20:41:30.690Z[ host-image] Feb 11 20:41:28.978 INFO O| Feb 11 20:41:28.978 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92722025-02-11T20:41:30.692Z[ host-image] Feb 11 20:41:28.978 INFO O| Feb 11 20:41:28.978 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92732025-02-11T20:41:30.692Z[ host-image] Feb 11 20:41:28.978 INFO O| Feb 11 20:41:28.978 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92742025-02-11T20:41:30.692Z[ host-image] Feb 11 20:41:28.978 INFO O| Feb 11 20:41:28.978 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92752025-02-11T20:41:30.693Z[ host-image] Feb 11 20:41:28.978 INFO O| Feb 11 20:41:28.978 INFO ok!
92762025-02-11T20:41:30.693Z[ host-image] Feb 11 20:41:28.978 INFO O| Feb 11 20:41:28.978 INFO STEP 48 (ensure_file) COMPLETE
92772025-02-11T20:41:30.693Z[ host-image] Feb 11 20:41:28.978 INFO O| Feb 11 20:41:28.978 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92782025-02-11T20:41:30.750Z[ host-image] Feb 11 20:41:29.020 INFO O| Feb 11 20:41:29.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92792025-02-11T20:41:30.750Z[ host-image] Feb 11 20:41:29.021 INFO O| Feb 11 20:41:29.020 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 ...
92802025-02-11T20:41:30.750Z[ host-image] Feb 11 20:41:29.037 INFO O| Feb 11 20:41:29.037 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
92812025-02-11T20:41:30.750Z[ host-image] Feb 11 20:41:29.037 INFO O| Feb 11 20:41:29.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92822025-02-11T20:41:30.751Z[ host-image] Feb 11 20:41:29.037 INFO O| Feb 11 20:41:29.037 INFO ok!
92832025-02-11T20:41:30.751Z[ host-image] Feb 11 20:41:29.037 INFO O| Feb 11 20:41:29.037 INFO STEP 49 (ensure_file) COMPLETE
92842025-02-11T20:41:30.751Z[ host-image] Feb 11 20:41:29.037 INFO O| Feb 11 20:41:29.037 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92852025-02-11T20:41:30.792Z[ host-image] Feb 11 20:41:29.080 INFO O| Feb 11 20:41:29.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92862025-02-11T20:41:30.792Z[ host-image] Feb 11 20:41:29.080 INFO O| Feb 11 20:41:29.080 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92872025-02-11T20:41:30.817Z[ host-image] Feb 11 20:41:29.105 INFO O| Feb 11 20:41:29.105 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92882025-02-11T20:41:30.817Z[ host-image] Feb 11 20:41:29.105 INFO O| Feb 11 20:41:29.105 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92892025-02-11T20:41:30.820Z[ host-image] Feb 11 20:41:29.105 INFO O| Feb 11 20:41:29.105 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92902025-02-11T20:41:30.820Z[ host-image] Feb 11 20:41:29.105 INFO O| Feb 11 20:41:29.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92912025-02-11T20:41:30.820Z[ host-image] Feb 11 20:41:29.105 INFO O| Feb 11 20:41:29.105 INFO ok!
92922025-02-11T20:41:30.820Z[ host-image] Feb 11 20:41:29.105 INFO O| Feb 11 20:41:29.105 INFO STEP 50 (ensure_file) COMPLETE
92932025-02-11T20:41:30.820Z[ host-image] Feb 11 20:41:29.105 INFO O| Feb 11 20:41:29.105 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92942025-02-11T20:41:30.874Z[ host-image] Feb 11 20:41:29.162 INFO O| Feb 11 20:41:29.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92952025-02-11T20:41:30.875Z[ host-image] Feb 11 20:41:29.162 INFO O| Feb 11 20:41:29.162 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 ...
92962025-02-11T20:41:30.877Z[ host-image] Feb 11 20:41:29.163 INFO O| Feb 11 20:41:29.163 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
92972025-02-11T20:41:30.877Z[ host-image] Feb 11 20:41:29.163 INFO O| Feb 11 20:41:29.163 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92982025-02-11T20:41:30.877Z[ host-image] Feb 11 20:41:29.163 INFO O| Feb 11 20:41:29.163 INFO ok!
92992025-02-11T20:41:30.877Z[ host-image] Feb 11 20:41:29.163 INFO O| Feb 11 20:41:29.163 INFO STEP 51 (ensure_file) COMPLETE
93002025-02-11T20:41:30.877Z[ host-image] Feb 11 20:41:29.163 INFO O| Feb 11 20:41:29.163 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93012025-02-11T20:41:30.894Z[ host-image] Feb 11 20:41:29.182 INFO O| Feb 11 20:41:29.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93022025-02-11T20:41:30.894Z[ host-image] Feb 11 20:41:29.182 INFO O| Feb 11 20:41:29.182 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 ...
93032025-02-11T20:41:30.897Z[ host-image] Feb 11 20:41:29.183 INFO O| Feb 11 20:41:29.182 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
93042025-02-11T20:41:30.897Z[ host-image] Feb 11 20:41:29.183 INFO O| Feb 11 20:41:29.183 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93052025-02-11T20:41:30.897Z[ host-image] Feb 11 20:41:29.183 INFO O| Feb 11 20:41:29.183 INFO ok!
93062025-02-11T20:41:30.897Z[ host-image] Feb 11 20:41:29.183 INFO O| Feb 11 20:41:29.183 INFO STEP 52 (ensure_file) COMPLETE
93072025-02-11T20:41:30.897Z[ host-image] Feb 11 20:41:29.183 INFO O| Feb 11 20:41:29.183 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93082025-02-11T20:41:30.936Z[ host-image] Feb 11 20:41:29.223 INFO O| Feb 11 20:41:29.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93092025-02-11T20:41:30.936Z[ host-image] Feb 11 20:41:29.223 INFO O| Feb 11 20:41:29.223 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 ...
93102025-02-11T20:41:30.946Z[ host-image] Feb 11 20:41:29.233 INFO O| Feb 11 20:41:29.233 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
93112025-02-11T20:41:30.946Z[ host-image] Feb 11 20:41:29.233 INFO O| Feb 11 20:41:29.233 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93122025-02-11T20:41:30.946Z[ host-image] Feb 11 20:41:29.233 INFO O| Feb 11 20:41:29.233 INFO ok!
93132025-02-11T20:41:30.948Z[ host-image] Feb 11 20:41:29.233 INFO O| Feb 11 20:41:29.233 INFO STEP 53 (ensure_file) COMPLETE
93142025-02-11T20:41:30.948Z[ host-image] Feb 11 20:41:29.233 INFO O| Feb 11 20:41:29.233 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152025-02-11T20:41:31.065Z[ host-image] Feb 11 20:41:29.353 INFO O| Feb 11 20:41:29.353 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93162025-02-11T20:41:31.065Z[ host-image] Feb 11 20:41:29.353 INFO O| Feb 11 20:41:29.353 INFO STEP 54 (ensure_dir) COMPLETE
93172025-02-11T20:41:31.068Z[ host-image] Feb 11 20:41:29.353 INFO O| Feb 11 20:41:29.353 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182025-02-11T20:41:31.104Z[ host-image] Feb 11 20:41:29.391 INFO O| Feb 11 20:41:29.391 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93192025-02-11T20:41:31.104Z[ host-image] Feb 11 20:41:29.391 INFO O| Feb 11 20:41:29.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93202025-02-11T20:41:31.104Z[ host-image] Feb 11 20:41:29.391 INFO O| Feb 11 20:41:29.391 INFO STEP 55 (ensure_dir) COMPLETE
93212025-02-11T20:41:31.106Z[ host-image] Feb 11 20:41:29.391 INFO O| Feb 11 20:41:29.391 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222025-02-11T20:41:31.121Z[ host-image] Feb 11 20:41:29.409 INFO O| Feb 11 20:41:29.409 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93232025-02-11T20:41:31.121Z[ host-image] Feb 11 20:41:29.409 INFO O| Feb 11 20:41:29.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93242025-02-11T20:41:31.124Z[ host-image] Feb 11 20:41:29.409 INFO O| Feb 11 20:41:29.409 INFO STEP 56 (ensure_dir) COMPLETE
93252025-02-11T20:41:31.124Z[ host-image] Feb 11 20:41:29.409 INFO O| Feb 11 20:41:29.409 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262025-02-11T20:41:31.141Z[ host-image] Feb 11 20:41:29.428 INFO O| Feb 11 20:41:29.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93272025-02-11T20:41:31.141Z[ host-image] Feb 11 20:41:29.429 INFO O| Feb 11 20:41:29.428 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93282025-02-11T20:41:31.167Z[ host-image] Feb 11 20:41:29.454 INFO O| Feb 11 20:41:29.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93292025-02-11T20:41:31.167Z[ host-image] Feb 11 20:41:29.454 INFO O| Feb 11 20:41:29.454 INFO ok!
93302025-02-11T20:41:31.170Z[ host-image] Feb 11 20:41:29.454 INFO O| Feb 11 20:41:29.454 INFO STEP 57 (ensure_file) COMPLETE
93312025-02-11T20:41:31.170Z[ host-image] Feb 11 20:41:29.454 INFO O| Feb 11 20:41:29.454 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322025-02-11T20:41:31.186Z[ host-image] Feb 11 20:41:29.474 INFO O| Feb 11 20:41:29.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93332025-02-11T20:41:31.186Z[ host-image] Feb 11 20:41:29.474 INFO O| Feb 11 20:41:29.474 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93342025-02-11T20:41:32.635Z[ host-image] Feb 11 20:41:30.915 INFO O| Feb 11 20:41:30.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93352025-02-11T20:41:32.635Z[ host-image] Feb 11 20:41:30.915 INFO O| Feb 11 20:41:30.915 INFO ok!
93362025-02-11T20:41:32.658Z[ host-image] Feb 11 20:41:30.915 INFO O| Feb 11 20:41:30.915 INFO STEP 58 (ensure_file) COMPLETE
93372025-02-11T20:41:32.658Z[ host-image] Feb 11 20:41:30.915 INFO O| Feb 11 20:41:30.915 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382025-02-11T20:41:32.674Z[ host-image] Feb 11 20:41:30.940 INFO O| Feb 11 20:41:30.940 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93392025-02-11T20:41:32.674Z[ host-image] Feb 11 20:41:30.940 INFO O| Feb 11 20:41:30.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93402025-02-11T20:41:32.674Z[ host-image] Feb 11 20:41:30.940 INFO O| Feb 11 20:41:30.940 INFO STEP 59 (ensure_dir) COMPLETE
93412025-02-11T20:41:32.674Z[ host-image] Feb 11 20:41:30.940 INFO O| Feb 11 20:41:30.940 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422025-02-11T20:41:32.691Z[ host-image] Feb 11 20:41:30.977 INFO O| Feb 11 20:41:30.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93432025-02-11T20:41:32.691Z[ host-image] Feb 11 20:41:30.977 INFO O| Feb 11 20:41:30.977 INFO copying /tmp/.tmpJPU0e5/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 ...
93442025-02-11T20:41:32.691Z[ host-image] Feb 11 20:41:30.977 INFO O| Feb 11 20:41:30.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93452025-02-11T20:41:32.701Z[ host-image] Feb 11 20:41:30.977 INFO O| Feb 11 20:41:30.977 INFO ok!
93462025-02-11T20:41:32.701Z[ host-image] Feb 11 20:41:30.977 INFO O| Feb 11 20:41:30.977 INFO STEP 60 (ensure_file) COMPLETE
93472025-02-11T20:41:32.701Z[ host-image] Feb 11 20:41:30.977 INFO O| Feb 11 20:41:30.977 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482025-02-11T20:41:32.729Z[ host-image] Feb 11 20:41:31.015 INFO O| Feb 11 20:41:31.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93492025-02-11T20:41:32.729Z[ host-image] Feb 11 20:41:31.015 INFO O| Feb 11 20:41:31.015 INFO copying /tmp/.tmpJPU0e5/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 ...
93502025-02-11T20:41:32.734Z[ host-image] Feb 11 20:41:31.015 INFO O| Feb 11 20:41:31.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93512025-02-11T20:41:32.734Z[ host-image] Feb 11 20:41:31.015 INFO O| Feb 11 20:41:31.015 INFO ok!
93522025-02-11T20:41:32.735Z[ host-image] Feb 11 20:41:31.015 INFO O| Feb 11 20:41:31.015 INFO STEP 61 (ensure_file) COMPLETE
93532025-02-11T20:41:32.735Z[ host-image] Feb 11 20:41:31.015 INFO O| Feb 11 20:41:31.015 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542025-02-11T20:41:32.803Z[ host-image] Feb 11 20:41:31.076 INFO O| Feb 11 20:41:31.076 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93552025-02-11T20:41:32.803Z[ host-image] Feb 11 20:41:31.076 INFO O| Feb 11 20:41:31.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93562025-02-11T20:41:32.832Z[ host-image] Feb 11 20:41:31.076 INFO O| Feb 11 20:41:31.076 INFO STEP 62 (ensure_dir) COMPLETE
93572025-02-11T20:41:32.833Z[ host-image] Feb 11 20:41:31.076 INFO O| Feb 11 20:41:31.076 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582025-02-11T20:41:32.833Z[ host-image] Feb 11 20:41:31.095 INFO O| Feb 11 20:41:31.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93592025-02-11T20:41:32.833Z[ host-image] Feb 11 20:41:31.095 INFO O| Feb 11 20:41:31.095 INFO copying /tmp/.tmpJPU0e5/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 ...
93602025-02-11T20:41:32.833Z[ host-image] Feb 11 20:41:31.095 INFO O| Feb 11 20:41:31.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93612025-02-11T20:41:32.833Z[ host-image] Feb 11 20:41:31.095 INFO O| Feb 11 20:41:31.095 INFO ok!
93622025-02-11T20:41:32.833Z[ host-image] Feb 11 20:41:31.095 INFO O| Feb 11 20:41:31.095 INFO STEP 63 (ensure_file) COMPLETE
93632025-02-11T20:41:32.834Z[ host-image] Feb 11 20:41:31.095 INFO O| Feb 11 20:41:31.095 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642025-02-11T20:41:32.843Z[ host-image] Feb 11 20:41:31.113 INFO O| Feb 11 20:41:31.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93652025-02-11T20:41:32.843Z[ host-image] Feb 11 20:41:31.113 INFO O| Feb 11 20:41:31.113 INFO copying /tmp/.tmpJPU0e5/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 ...
93662025-02-11T20:41:32.843Z[ host-image] Feb 11 20:41:31.113 INFO O| Feb 11 20:41:31.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93672025-02-11T20:41:32.843Z[ host-image] Feb 11 20:41:31.113 INFO O| Feb 11 20:41:31.113 INFO ok!
93682025-02-11T20:41:32.843Z[ host-image] Feb 11 20:41:31.113 INFO O| Feb 11 20:41:31.113 INFO STEP 64 (ensure_file) COMPLETE
93692025-02-11T20:41:32.843Z[ host-image] Feb 11 20:41:31.113 INFO O| Feb 11 20:41:31.113 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702025-02-11T20:41:32.853Z[ host-image] Feb 11 20:41:31.132 INFO O| Feb 11 20:41:31.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93712025-02-11T20:41:32.853Z[ host-image] Feb 11 20:41:31.133 INFO O| Feb 11 20:41:31.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93722025-02-11T20:41:32.854Z[ host-image] Feb 11 20:41:31.133 INFO O| Feb 11 20:41:31.133 INFO STEP 65 (ensure_dir) COMPLETE
93732025-02-11T20:41:32.854Z[ host-image] Feb 11 20:41:31.133 INFO O| Feb 11 20:41:31.133 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742025-02-11T20:41:32.866Z[ host-image] Feb 11 20:41:31.150 INFO O| Feb 11 20:41:31.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93752025-02-11T20:41:32.866Z[ host-image] Feb 11 20:41:31.150 INFO O| Feb 11 20:41:31.150 INFO copying /tmp/.tmpJPU0e5/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 ...
93762025-02-11T20:41:32.874Z[ host-image] Feb 11 20:41:31.150 INFO O| Feb 11 20:41:31.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93772025-02-11T20:41:32.874Z[ host-image] Feb 11 20:41:31.150 INFO O| Feb 11 20:41:31.150 INFO ok!
93782025-02-11T20:41:32.874Z[ host-image] Feb 11 20:41:31.150 INFO O| Feb 11 20:41:31.150 INFO STEP 66 (ensure_file) COMPLETE
93792025-02-11T20:41:32.874Z[ host-image] Feb 11 20:41:31.151 INFO O| Feb 11 20:41:31.150 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802025-02-11T20:41:32.893Z[ host-image] Feb 11 20:41:31.177 INFO O| Feb 11 20:41:31.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93812025-02-11T20:41:32.893Z[ host-image] Feb 11 20:41:31.177 INFO O| Feb 11 20:41:31.177 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93822025-02-11T20:41:32.899Z[ host-image] Feb 11 20:41:31.178 INFO O| Feb 11 20:41:31.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93832025-02-11T20:41:32.900Z[ host-image] Feb 11 20:41:31.178 INFO O| Feb 11 20:41:31.178 INFO ok!
93842025-02-11T20:41:32.900Z[ host-image] Feb 11 20:41:31.178 INFO O| Feb 11 20:41:31.178 INFO STEP 67 (ensure_file) COMPLETE
93852025-02-11T20:41:32.900Z[ host-image] Feb 11 20:41:31.178 INFO O| Feb 11 20:41:31.178 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862025-02-11T20:41:32.941Z[ host-image] Feb 11 20:41:31.227 INFO O| Feb 11 20:41:31.227 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93872025-02-11T20:41:32.941Z[ host-image] Feb 11 20:41:31.228 INFO O| Feb 11 20:41:31.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93882025-02-11T20:41:32.946Z[ host-image] Feb 11 20:41:31.228 INFO O| Feb 11 20:41:31.228 INFO STEP 68 (ensure_dir) COMPLETE
93892025-02-11T20:41:32.946Z[ host-image] Feb 11 20:41:31.228 INFO O| Feb 11 20:41:31.228 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902025-02-11T20:41:32.980Z[ host-image] Feb 11 20:41:31.262 INFO O| Feb 11 20:41:31.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93912025-02-11T20:41:32.980Z[ host-image] Feb 11 20:41:31.262 INFO O| Feb 11 20:41:31.262 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93922025-02-11T20:41:34.413Z[ host-image] Feb 11 20:41:32.700 INFO O| Feb 11 20:41:32.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93932025-02-11T20:41:34.413Z[ host-image] Feb 11 20:41:32.700 INFO O| Feb 11 20:41:32.700 INFO ok!
93942025-02-11T20:41:34.413Z[ host-image] Feb 11 20:41:32.700 INFO O| Feb 11 20:41:32.700 INFO STEP 69 (ensure_file) COMPLETE
93952025-02-11T20:41:34.415Z[ host-image] Feb 11 20:41:32.700 INFO O| Feb 11 20:41:32.700 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962025-02-11T20:41:34.430Z[ host-image] Feb 11 20:41:32.718 INFO O| Feb 11 20:41:32.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93972025-02-11T20:41:34.430Z[ host-image] Feb 11 20:41:32.718 INFO O| Feb 11 20:41:32.718 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93982025-02-11T20:41:36.502Z[ host-image] Feb 11 20:41:34.788 INFO O| Feb 11 20:41:34.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93992025-02-11T20:41:36.502Z[ host-image] Feb 11 20:41:34.788 INFO O| Feb 11 20:41:34.788 INFO ok!
94002025-02-11T20:41:36.505Z[ host-image] Feb 11 20:41:34.788 INFO O| Feb 11 20:41:34.788 INFO STEP 70 (ensure_file) COMPLETE
94012025-02-11T20:41:36.505Z[ host-image] Feb 11 20:41:34.788 INFO O| Feb 11 20:41:34.788 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022025-02-11T20:41:36.522Z[ host-image] Feb 11 20:41:34.809 INFO O| Feb 11 20:41:34.809 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94032025-02-11T20:41:36.522Z[ host-image] Feb 11 20:41:34.809 INFO O| Feb 11 20:41:34.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94042025-02-11T20:41:36.522Z[ host-image] Feb 11 20:41:34.809 INFO O| Feb 11 20:41:34.809 INFO STEP 71 (ensure_dir) COMPLETE
94052025-02-11T20:41:36.525Z[ host-image] Feb 11 20:41:34.809 INFO O| Feb 11 20:41:34.809 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062025-02-11T20:41:36.541Z[ host-image] Feb 11 20:41:34.828 INFO O| Feb 11 20:41:34.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94072025-02-11T20:41:36.544Z[ host-image] Feb 11 20:41:34.828 INFO O| Feb 11 20:41:34.828 INFO copying /tmp/.tmpJPU0e5/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 ...
94082025-02-11T20:41:36.544Z[ host-image] Feb 11 20:41:34.829 INFO O| Feb 11 20:41:34.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94092025-02-11T20:41:36.544Z[ host-image] Feb 11 20:41:34.829 INFO O| Feb 11 20:41:34.829 INFO ok!
94102025-02-11T20:41:36.544Z[ host-image] Feb 11 20:41:34.829 INFO O| Feb 11 20:41:34.829 INFO STEP 72 (ensure_file) COMPLETE
94112025-02-11T20:41:36.544Z[ host-image] Feb 11 20:41:34.829 INFO O| Feb 11 20:41:34.829 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122025-02-11T20:41:36.567Z[ host-image] Feb 11 20:41:34.854 INFO O| Feb 11 20:41:34.854 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94132025-02-11T20:41:36.567Z[ host-image] Feb 11 20:41:34.854 INFO O| Feb 11 20:41:34.854 INFO copying /tmp/.tmpJPU0e5/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 ...
94142025-02-11T20:41:36.570Z[ host-image] Feb 11 20:41:34.854 INFO O| Feb 11 20:41:34.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94152025-02-11T20:41:36.570Z[ host-image] Feb 11 20:41:34.854 INFO O| Feb 11 20:41:34.854 INFO ok!
94162025-02-11T20:41:36.570Z[ host-image] Feb 11 20:41:34.854 INFO O| Feb 11 20:41:34.854 INFO STEP 73 (ensure_file) COMPLETE
94172025-02-11T20:41:36.570Z[ host-image] Feb 11 20:41:34.854 INFO O| Feb 11 20:41:34.854 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182025-02-11T20:41:36.588Z[ host-image] Feb 11 20:41:34.875 INFO O| Feb 11 20:41:34.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94192025-02-11T20:41:36.588Z[ host-image] Feb 11 20:41:34.875 INFO O| Feb 11 20:41:34.875 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94202025-02-11T20:41:36.588Z[ host-image] Feb 11 20:41:34.875 INFO O| Feb 11 20:41:34.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94212025-02-11T20:41:36.588Z[ host-image] Feb 11 20:41:34.875 INFO O| Feb 11 20:41:34.875 INFO ok!
94222025-02-11T20:41:36.591Z[ host-image] Feb 11 20:41:34.875 INFO O| Feb 11 20:41:34.875 INFO STEP 74 (ensure_file) COMPLETE
94232025-02-11T20:41:36.591Z[ host-image] Feb 11 20:41:34.875 INFO O| Feb 11 20:41:34.875 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242025-02-11T20:41:36.608Z[ host-image] Feb 11 20:41:34.895 INFO O| Feb 11 20:41:34.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94252025-02-11T20:41:36.608Z[ host-image] Feb 11 20:41:34.895 INFO O| Feb 11 20:41:34.895 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94262025-02-11T20:41:36.611Z[ host-image] Feb 11 20:41:34.896 INFO O| Feb 11 20:41:34.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94272025-02-11T20:41:36.611Z[ host-image] Feb 11 20:41:34.896 INFO O| Feb 11 20:41:34.896 INFO ok!
94282025-02-11T20:41:36.611Z[ host-image] Feb 11 20:41:34.896 INFO O| Feb 11 20:41:34.896 INFO STEP 75 (ensure_file) COMPLETE
94292025-02-11T20:41:36.611Z[ host-image] Feb 11 20:41:34.896 INFO O| Feb 11 20:41:34.896 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302025-02-11T20:41:36.650Z[ host-image] Feb 11 20:41:34.937 INFO O| Feb 11 20:41:34.937 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94312025-02-11T20:41:36.653Z[ host-image] Feb 11 20:41:34.937 INFO O| Feb 11 20:41:34.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94322025-02-11T20:41:36.653Z[ host-image] Feb 11 20:41:34.937 INFO O| Feb 11 20:41:34.937 INFO STEP 76 (ensure_dir) COMPLETE
94332025-02-11T20:41:36.653Z[ host-image] Feb 11 20:41:34.937 INFO O| Feb 11 20:41:34.937 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342025-02-11T20:41:36.673Z[ host-image] Feb 11 20:41:34.960 INFO O| Feb 11 20:41:34.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94352025-02-11T20:41:36.673Z[ host-image] Feb 11 20:41:34.960 INFO O| Feb 11 20:41:34.960 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94362025-02-11T20:41:36.677Z[ host-image] Feb 11 20:41:34.964 INFO O| Feb 11 20:41:34.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94372025-02-11T20:41:36.677Z[ host-image] Feb 11 20:41:34.965 INFO O| Feb 11 20:41:34.965 INFO ok!
94382025-02-11T20:41:36.680Z[ host-image] Feb 11 20:41:34.965 INFO O| Feb 11 20:41:34.965 INFO STEP 77 (ensure_file) COMPLETE
94392025-02-11T20:41:36.680Z[ host-image] Feb 11 20:41:34.965 INFO O| Feb 11 20:41:34.965 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402025-02-11T20:41:36.697Z[ host-image] Feb 11 20:41:34.984 INFO O| Feb 11 20:41:34.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94412025-02-11T20:41:36.697Z[ host-image] Feb 11 20:41:34.984 INFO O| Feb 11 20:41:34.984 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94422025-02-11T20:41:36.699Z[ host-image] Feb 11 20:41:34.984 INFO O| Feb 11 20:41:34.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94432025-02-11T20:41:36.699Z[ host-image] Feb 11 20:41:34.984 INFO O| Feb 11 20:41:34.984 INFO ok!
94442025-02-11T20:41:36.699Z[ host-image] Feb 11 20:41:34.984 INFO O| Feb 11 20:41:34.984 INFO STEP 78 (ensure_file) COMPLETE
94452025-02-11T20:41:36.699Z[ host-image] Feb 11 20:41:34.984 INFO O| Feb 11 20:41:34.984 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462025-02-11T20:41:36.719Z[ host-image] Feb 11 20:41:35.006 INFO O| Feb 11 20:41:35.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94472025-02-11T20:41:36.719Z[ host-image] Feb 11 20:41:35.006 INFO O| Feb 11 20:41:35.006 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94482025-02-11T20:41:38.531Z[ host-image] Feb 11 20:41:36.818 INFO O| Feb 11 20:41:36.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94492025-02-11T20:41:38.531Z[ host-image] Feb 11 20:41:36.818 INFO O| Feb 11 20:41:36.818 INFO ok!
94502025-02-11T20:41:38.534Z[ host-image] Feb 11 20:41:36.818 INFO O| Feb 11 20:41:36.818 INFO STEP 79 (ensure_file) COMPLETE
94512025-02-11T20:41:38.534Z[ host-image] Feb 11 20:41:36.818 INFO O| Feb 11 20:41:36.818 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522025-02-11T20:41:38.550Z[ host-image] Feb 11 20:41:36.837 INFO O| Feb 11 20:41:36.837 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94532025-02-11T20:41:38.550Z[ host-image] Feb 11 20:41:36.837 INFO O| Feb 11 20:41:36.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94542025-02-11T20:41:38.550Z[ host-image] Feb 11 20:41:36.837 INFO O| Feb 11 20:41:36.837 INFO STEP 80 (ensure_dir) COMPLETE
94552025-02-11T20:41:38.553Z[ host-image] Feb 11 20:41:36.837 INFO O| Feb 11 20:41:36.837 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562025-02-11T20:41:38.581Z[ host-image] Feb 11 20:41:36.868 INFO O| Feb 11 20:41:36.868 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94572025-02-11T20:41:38.581Z[ host-image] Feb 11 20:41:36.868 INFO O| Feb 11 20:41:36.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94582025-02-11T20:41:38.581Z[ host-image] Feb 11 20:41:36.868 INFO O| Feb 11 20:41:36.868 INFO STEP 81 (ensure_dir) COMPLETE
94592025-02-11T20:41:38.584Z[ host-image] Feb 11 20:41:36.868 INFO O| Feb 11 20:41:36.868 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602025-02-11T20:41:38.638Z[ host-image] Feb 11 20:41:36.925 INFO O| Feb 11 20:41:36.925 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94612025-02-11T20:41:38.638Z[ host-image] Feb 11 20:41:36.925 INFO O| Feb 11 20:41:36.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94622025-02-11T20:41:38.642Z[ host-image] Feb 11 20:41:36.925 INFO O| Feb 11 20:41:36.925 INFO STEP 82 (ensure_dir) COMPLETE
94632025-02-11T20:41:38.642Z[ host-image] Feb 11 20:41:36.925 INFO O| Feb 11 20:41:36.925 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642025-02-11T20:41:38.657Z[ host-image] Feb 11 20:41:36.944 INFO O| Feb 11 20:41:36.944 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94652025-02-11T20:41:38.657Z[ host-image] Feb 11 20:41:36.944 INFO O| Feb 11 20:41:36.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94662025-02-11T20:41:38.660Z[ host-image] Feb 11 20:41:36.944 INFO O| Feb 11 20:41:36.944 INFO STEP 83 (ensure_dir) COMPLETE
94672025-02-11T20:41:38.660Z[ host-image] Feb 11 20:41:36.944 INFO O| Feb 11 20:41:36.944 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682025-02-11T20:41:38.676Z[ host-image] Feb 11 20:41:36.962 INFO O| Feb 11 20:41:36.962 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94692025-02-11T20:41:38.676Z[ host-image] Feb 11 20:41:36.962 INFO O| Feb 11 20:41:36.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94702025-02-11T20:41:38.676Z[ host-image] Feb 11 20:41:36.962 INFO O| Feb 11 20:41:36.962 INFO STEP 84 (ensure_dir) COMPLETE
94712025-02-11T20:41:38.676Z[ host-image] Feb 11 20:41:36.962 INFO O| Feb 11 20:41:36.962 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722025-02-11T20:41:38.693Z[ host-image] Feb 11 20:41:36.979 INFO O| Feb 11 20:41:36.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94732025-02-11T20:41:38.693Z[ host-image] Feb 11 20:41:36.979 INFO O| Feb 11 20:41:36.979 INFO copying /tmp/.tmpJPU0e5/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 ...
94742025-02-11T20:41:38.693Z[ host-image] Feb 11 20:41:36.980 INFO O| Feb 11 20:41:36.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94752025-02-11T20:41:38.695Z[ host-image] Feb 11 20:41:36.980 INFO O| Feb 11 20:41:36.980 INFO ok!
94762025-02-11T20:41:38.695Z[ host-image] Feb 11 20:41:36.980 INFO O| Feb 11 20:41:36.980 INFO STEP 85 (ensure_file) COMPLETE
94772025-02-11T20:41:38.696Z[ host-image] Feb 11 20:41:36.980 INFO O| Feb 11 20:41:36.980 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782025-02-11T20:41:38.710Z[ host-image] Feb 11 20:41:36.996 INFO O| Feb 11 20:41:36.996 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94792025-02-11T20:41:38.710Z[ host-image] Feb 11 20:41:36.996 INFO O| Feb 11 20:41:36.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94802025-02-11T20:41:38.712Z[ host-image] Feb 11 20:41:36.996 INFO O| Feb 11 20:41:36.996 INFO STEP 86 (ensure_dir) COMPLETE
94812025-02-11T20:41:38.712Z[ host-image] Feb 11 20:41:36.996 INFO O| Feb 11 20:41:36.996 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822025-02-11T20:41:38.727Z[ host-image] Feb 11 20:41:37.014 INFO O| Feb 11 20:41:37.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94832025-02-11T20:41:38.727Z[ host-image] Feb 11 20:41:37.014 INFO O| Feb 11 20:41:37.014 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94842025-02-11T20:41:38.727Z[ host-image] Feb 11 20:41:37.014 INFO O| Feb 11 20:41:37.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94852025-02-11T20:41:38.745Z[ host-image] Feb 11 20:41:37.014 INFO O| Feb 11 20:41:37.014 INFO ok!
94862025-02-11T20:41:38.745Z[ host-image] Feb 11 20:41:37.014 INFO O| Feb 11 20:41:37.014 INFO STEP 87 (ensure_file) COMPLETE
94872025-02-11T20:41:38.745Z[ host-image] Feb 11 20:41:37.014 INFO O| Feb 11 20:41:37.014 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882025-02-11T20:41:38.747Z[ host-image] Feb 11 20:41:37.033 INFO O| Feb 11 20:41:37.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94892025-02-11T20:41:38.747Z[ host-image] Feb 11 20:41:37.033 INFO O| Feb 11 20:41:37.033 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94902025-02-11T20:41:39.367Z[ host-image] Feb 11 20:41:37.654 INFO O| Feb 11 20:41:37.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94912025-02-11T20:41:39.367Z[ host-image] Feb 11 20:41:37.654 INFO O| Feb 11 20:41:37.654 INFO ok!
94922025-02-11T20:41:39.367Z[ host-image] Feb 11 20:41:37.654 INFO O| Feb 11 20:41:37.654 INFO STEP 88 (ensure_file) COMPLETE
94932025-02-11T20:41:39.370Z[ host-image] Feb 11 20:41:37.654 INFO O| Feb 11 20:41:37.654 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942025-02-11T20:41:39.386Z[ host-image] Feb 11 20:41:37.673 INFO O| Feb 11 20:41:37.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94952025-02-11T20:41:39.386Z[ host-image] Feb 11 20:41:37.673 INFO O| Feb 11 20:41:37.673 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94962025-02-11T20:41:40.010Z[ host-image] Feb 11 20:41:38.297 INFO O| Feb 11 20:41:38.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94972025-02-11T20:41:40.010Z[ host-image] Feb 11 20:41:38.297 INFO O| Feb 11 20:41:38.297 INFO ok!
94982025-02-11T20:41:40.011Z[ host-image] Feb 11 20:41:38.297 INFO O| Feb 11 20:41:38.297 INFO STEP 89 (ensure_file) COMPLETE
94992025-02-11T20:41:40.011Z[ host-image] Feb 11 20:41:38.297 INFO O| Feb 11 20:41:38.297 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002025-02-11T20:41:40.029Z[ host-image] Feb 11 20:41:38.316 INFO O| Feb 11 20:41:38.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95012025-02-11T20:41:40.029Z[ host-image] Feb 11 20:41:38.316 INFO O| Feb 11 20:41:38.316 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95022025-02-11T20:41:40.032Z[ host-image] Feb 11 20:41:38.316 INFO O| Feb 11 20:41:38.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95032025-02-11T20:41:40.032Z[ host-image] Feb 11 20:41:38.316 INFO O| Feb 11 20:41:38.316 INFO ok!
95042025-02-11T20:41:40.032Z[ host-image] Feb 11 20:41:38.316 INFO O| Feb 11 20:41:38.316 INFO STEP 90 (ensure_file) COMPLETE
95052025-02-11T20:41:40.032Z[ host-image] Feb 11 20:41:38.316 INFO O| Feb 11 20:41:38.316 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062025-02-11T20:41:40.047Z[ host-image] Feb 11 20:41:38.333 INFO O| Feb 11 20:41:38.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95072025-02-11T20:41:40.047Z[ host-image] Feb 11 20:41:38.334 INFO O| Feb 11 20:41:38.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95082025-02-11T20:41:40.047Z[ host-image] Feb 11 20:41:38.334 INFO O| Feb 11 20:41:38.334 INFO STEP 91 (ensure_dir) COMPLETE
95092025-02-11T20:41:40.050Z[ host-image] Feb 11 20:41:38.334 INFO O| Feb 11 20:41:38.334 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102025-02-11T20:41:40.080Z[ host-image] Feb 11 20:41:38.366 INFO O| Feb 11 20:41:38.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95112025-02-11T20:41:40.080Z[ host-image] Feb 11 20:41:38.366 INFO O| Feb 11 20:41:38.366 INFO copying /tmp/.tmpJPU0e5/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 ...
95122025-02-11T20:41:40.080Z[ host-image] Feb 11 20:41:38.367 INFO O| Feb 11 20:41:38.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95132025-02-11T20:41:40.080Z[ host-image] Feb 11 20:41:38.367 INFO O| Feb 11 20:41:38.367 INFO ok!
95142025-02-11T20:41:40.083Z[ host-image] Feb 11 20:41:38.367 INFO O| Feb 11 20:41:38.367 INFO STEP 92 (ensure_file) COMPLETE
95152025-02-11T20:41:40.083Z[ host-image] Feb 11 20:41:38.367 INFO O| Feb 11 20:41:38.367 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162025-02-11T20:41:40.103Z[ host-image] Feb 11 20:41:38.390 INFO O| Feb 11 20:41:38.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95172025-02-11T20:41:40.104Z[ host-image] Feb 11 20:41:38.390 INFO O| Feb 11 20:41:38.390 INFO copying /tmp/.tmpJPU0e5/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 ...
95182025-02-11T20:41:40.106Z[ host-image] Feb 11 20:41:38.390 INFO O| Feb 11 20:41:38.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95192025-02-11T20:41:40.106Z[ host-image] Feb 11 20:41:38.390 INFO O| Feb 11 20:41:38.390 INFO ok!
95202025-02-11T20:41:40.106Z[ host-image] Feb 11 20:41:38.390 INFO O| Feb 11 20:41:38.390 INFO STEP 93 (ensure_file) COMPLETE
95212025-02-11T20:41:40.106Z[ host-image] Feb 11 20:41:38.390 INFO O| Feb 11 20:41:38.390 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222025-02-11T20:41:40.141Z[ host-image] Feb 11 20:41:38.428 INFO O| Feb 11 20:41:38.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95232025-02-11T20:41:40.141Z[ host-image] Feb 11 20:41:38.428 INFO O| Feb 11 20:41:38.428 INFO copying /tmp/.tmpJPU0e5/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 ...
95242025-02-11T20:41:40.141Z[ host-image] Feb 11 20:41:38.428 INFO O| Feb 11 20:41:38.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95252025-02-11T20:41:40.144Z[ host-image] Feb 11 20:41:38.428 INFO O| Feb 11 20:41:38.428 INFO ok!
95262025-02-11T20:41:40.144Z[ host-image] Feb 11 20:41:38.428 INFO O| Feb 11 20:41:38.428 INFO STEP 94 (ensure_file) COMPLETE
95272025-02-11T20:41:40.144Z[ host-image] Feb 11 20:41:38.428 INFO O| Feb 11 20:41:38.428 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282025-02-11T20:41:40.162Z[ host-image] Feb 11 20:41:38.449 INFO O| Feb 11 20:41:38.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95292025-02-11T20:41:40.163Z[ host-image] Feb 11 20:41:38.449 INFO O| Feb 11 20:41:38.449 INFO copying /tmp/.tmpJPU0e5/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 ...
95302025-02-11T20:41:40.163Z[ host-image] Feb 11 20:41:38.449 INFO O| Feb 11 20:41:38.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95312025-02-11T20:41:40.163Z[ host-image] Feb 11 20:41:38.449 INFO O| Feb 11 20:41:38.449 INFO ok!
95322025-02-11T20:41:40.165Z[ host-image] Feb 11 20:41:38.449 INFO O| Feb 11 20:41:38.449 INFO STEP 95 (ensure_file) COMPLETE
95332025-02-11T20:41:40.165Z[ host-image] Feb 11 20:41:38.449 INFO O| Feb 11 20:41:38.449 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342025-02-11T20:41:40.183Z[ host-image] Feb 11 20:41:38.470 INFO O| Feb 11 20:41:38.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95352025-02-11T20:41:40.183Z[ host-image] Feb 11 20:41:38.470 INFO O| Feb 11 20:41:38.470 INFO copying /tmp/.tmpJPU0e5/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 ...
95362025-02-11T20:41:40.185Z[ host-image] Feb 11 20:41:38.470 INFO O| Feb 11 20:41:38.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95372025-02-11T20:41:40.185Z[ host-image] Feb 11 20:41:38.470 INFO O| Feb 11 20:41:38.470 INFO ok!
95382025-02-11T20:41:40.186Z[ host-image] Feb 11 20:41:38.470 INFO O| Feb 11 20:41:38.470 INFO STEP 96 (ensure_file) COMPLETE
95392025-02-11T20:41:40.186Z[ host-image] Feb 11 20:41:38.470 INFO O| Feb 11 20:41:38.470 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402025-02-11T20:41:40.205Z[ host-image] Feb 11 20:41:38.492 INFO O| Feb 11 20:41:38.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95412025-02-11T20:41:40.205Z[ host-image] Feb 11 20:41:38.492 INFO O| Feb 11 20:41:38.492 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
95422025-02-11T20:41:40.205Z[ host-image] Feb 11 20:41:38.492 INFO O| Feb 11 20:41:38.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95432025-02-11T20:41:40.208Z[ host-image] Feb 11 20:41:38.492 INFO O| Feb 11 20:41:38.492 INFO ok!
95442025-02-11T20:41:40.208Z[ host-image] Feb 11 20:41:38.492 INFO O| Feb 11 20:41:38.492 INFO STEP 97 (ensure_file) COMPLETE
95452025-02-11T20:41:40.208Z[ host-image] Feb 11 20:41:38.492 INFO O| Feb 11 20:41:38.492 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462025-02-11T20:41:40.227Z[ host-image] Feb 11 20:41:38.513 INFO O| Feb 11 20:41:38.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95472025-02-11T20:41:40.227Z[ host-image] Feb 11 20:41:38.513 INFO O| Feb 11 20:41:38.513 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95482025-02-11T20:41:40.229Z[ host-image] Feb 11 20:41:38.513 INFO O| Feb 11 20:41:38.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95492025-02-11T20:41:40.229Z[ host-image] Feb 11 20:41:38.513 INFO O| Feb 11 20:41:38.513 INFO ok!
95502025-02-11T20:41:40.229Z[ host-image] Feb 11 20:41:38.513 INFO O| Feb 11 20:41:38.513 INFO STEP 98 (ensure_file) COMPLETE
95512025-02-11T20:41:40.229Z[ host-image] Feb 11 20:41:38.513 INFO O| Feb 11 20:41:38.513 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522025-02-11T20:41:40.254Z[ host-image] Feb 11 20:41:38.540 INFO O| Feb 11 20:41:38.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95532025-02-11T20:41:40.254Z[ host-image] Feb 11 20:41:38.540 INFO O| Feb 11 20:41:38.540 INFO copying /tmp/.tmpJPU0e5/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 ...
95542025-02-11T20:41:40.254Z[ host-image] Feb 11 20:41:38.540 INFO O| Feb 11 20:41:38.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95552025-02-11T20:41:40.256Z[ host-image] Feb 11 20:41:38.541 INFO O| Feb 11 20:41:38.540 INFO ok!
95562025-02-11T20:41:40.257Z[ host-image] Feb 11 20:41:38.541 INFO O| Feb 11 20:41:38.541 INFO STEP 99 (ensure_file) COMPLETE
95572025-02-11T20:41:40.257Z[ host-image] Feb 11 20:41:38.541 INFO O| Feb 11 20:41:38.541 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582025-02-11T20:41:40.274Z[ host-image] Feb 11 20:41:38.560 INFO O| Feb 11 20:41:38.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95592025-02-11T20:41:40.274Z[ host-image] Feb 11 20:41:38.560 INFO O| Feb 11 20:41:38.560 INFO copying /tmp/.tmpJPU0e5/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 ...
95602025-02-11T20:41:40.274Z[ host-image] Feb 11 20:41:38.561 INFO O| Feb 11 20:41:38.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95612025-02-11T20:41:40.274Z[ host-image] Feb 11 20:41:38.561 INFO O| Feb 11 20:41:38.561 INFO ok!
95622025-02-11T20:41:40.277Z[ host-image] Feb 11 20:41:38.561 INFO O| Feb 11 20:41:38.561 INFO STEP 100 (ensure_file) COMPLETE
95632025-02-11T20:41:40.277Z[ host-image] Feb 11 20:41:38.561 INFO O| Feb 11 20:41:38.561 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642025-02-11T20:41:40.294Z[ host-image] Feb 11 20:41:38.581 INFO O| Feb 11 20:41:38.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95652025-02-11T20:41:40.294Z[ host-image] Feb 11 20:41:38.581 INFO O| Feb 11 20:41:38.581 INFO copying /tmp/.tmpJPU0e5/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 ...
95662025-02-11T20:41:40.294Z[ host-image] Feb 11 20:41:38.581 INFO O| Feb 11 20:41:38.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95672025-02-11T20:41:40.294Z[ host-image] Feb 11 20:41:38.581 INFO O| Feb 11 20:41:38.581 INFO ok!
95682025-02-11T20:41:40.297Z[ host-image] Feb 11 20:41:38.581 INFO O| Feb 11 20:41:38.581 INFO STEP 101 (ensure_file) COMPLETE
95692025-02-11T20:41:40.297Z[ host-image] Feb 11 20:41:38.581 INFO O| Feb 11 20:41:38.581 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702025-02-11T20:41:40.315Z[ host-image] Feb 11 20:41:38.601 INFO O| Feb 11 20:41:38.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95712025-02-11T20:41:40.315Z[ host-image] Feb 11 20:41:38.601 INFO O| Feb 11 20:41:38.601 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95722025-02-11T20:41:40.318Z[ host-image] Feb 11 20:41:38.602 INFO O| Feb 11 20:41:38.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95732025-02-11T20:41:40.318Z[ host-image] Feb 11 20:41:38.602 INFO O| Feb 11 20:41:38.602 INFO ok!
95742025-02-11T20:41:40.318Z[ host-image] Feb 11 20:41:38.602 INFO O| Feb 11 20:41:38.602 INFO STEP 102 (ensure_file) COMPLETE
95752025-02-11T20:41:40.318Z[ host-image] Feb 11 20:41:38.602 INFO O| Feb 11 20:41:38.602 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762025-02-11T20:41:40.333Z[ host-image] Feb 11 20:41:38.620 INFO O| Feb 11 20:41:38.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95772025-02-11T20:41:40.333Z[ host-image] Feb 11 20:41:38.620 INFO O| Feb 11 20:41:38.620 INFO copying /tmp/.tmpJPU0e5/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 ...
95782025-02-11T20:41:40.333Z[ host-image] Feb 11 20:41:38.620 INFO O| Feb 11 20:41:38.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95792025-02-11T20:41:40.336Z[ host-image] Feb 11 20:41:38.620 INFO O| Feb 11 20:41:38.620 INFO ok!
95802025-02-11T20:41:40.336Z[ host-image] Feb 11 20:41:38.620 INFO O| Feb 11 20:41:38.620 INFO STEP 103 (ensure_file) COMPLETE
95812025-02-11T20:41:40.336Z[ host-image] Feb 11 20:41:38.620 INFO O| Feb 11 20:41:38.620 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822025-02-11T20:41:40.351Z[ host-image] Feb 11 20:41:38.637 INFO O| Feb 11 20:41:38.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95832025-02-11T20:41:40.351Z[ host-image] Feb 11 20:41:38.637 INFO O| Feb 11 20:41:38.637 INFO copying /tmp/.tmpJPU0e5/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 ...
95842025-02-11T20:41:40.351Z[ host-image] Feb 11 20:41:38.637 INFO O| Feb 11 20:41:38.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95852025-02-11T20:41:40.354Z[ host-image] Feb 11 20:41:38.637 INFO O| Feb 11 20:41:38.637 INFO ok!
95862025-02-11T20:41:40.354Z[ host-image] Feb 11 20:41:38.637 INFO O| Feb 11 20:41:38.637 INFO STEP 104 (ensure_file) COMPLETE
95872025-02-11T20:41:40.354Z[ host-image] Feb 11 20:41:38.637 INFO O| Feb 11 20:41:38.637 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882025-02-11T20:41:40.368Z[ host-image] Feb 11 20:41:38.655 INFO O| Feb 11 20:41:38.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
95892025-02-11T20:41:40.368Z[ host-image] Feb 11 20:41:38.655 INFO O| Feb 11 20:41:38.655 INFO copying /tmp/.tmpJPU0e5/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 ...
95902025-02-11T20:41:40.368Z[ host-image] Feb 11 20:41:38.655 INFO O| Feb 11 20:41:38.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95912025-02-11T20:41:40.368Z[ host-image] Feb 11 20:41:38.655 INFO O| Feb 11 20:41:38.655 INFO ok!
95922025-02-11T20:41:40.371Z[ host-image] Feb 11 20:41:38.655 INFO O| Feb 11 20:41:38.655 INFO STEP 105 (ensure_file) COMPLETE
95932025-02-11T20:41:40.371Z[ host-image] Feb 11 20:41:38.655 INFO O| Feb 11 20:41:38.655 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942025-02-11T20:41:40.400Z[ host-image] Feb 11 20:41:38.687 INFO O| Feb 11 20:41:38.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95952025-02-11T20:41:40.400Z[ host-image] Feb 11 20:41:38.687 INFO O| Feb 11 20:41:38.687 INFO copying /tmp/.tmpJPU0e5/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 ...
95962025-02-11T20:41:40.403Z[ host-image] Feb 11 20:41:38.687 INFO O| Feb 11 20:41:38.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95972025-02-11T20:41:40.403Z[ host-image] Feb 11 20:41:38.687 INFO O| Feb 11 20:41:38.687 INFO ok!
95982025-02-11T20:41:40.403Z[ host-image] Feb 11 20:41:38.687 INFO O| Feb 11 20:41:38.687 INFO STEP 106 (ensure_file) COMPLETE
95992025-02-11T20:41:40.403Z[ host-image] Feb 11 20:41:38.687 INFO O| Feb 11 20:41:38.687 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002025-02-11T20:41:40.461Z[ host-image] Feb 11 20:41:38.748 INFO O| Feb 11 20:41:38.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96012025-02-11T20:41:40.461Z[ host-image] Feb 11 20:41:38.748 INFO O| Feb 11 20:41:38.747 INFO copying /tmp/.tmpJPU0e5/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 ...
96022025-02-11T20:41:40.464Z[ host-image] Feb 11 20:41:38.748 INFO O| Feb 11 20:41:38.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96032025-02-11T20:41:40.464Z[ host-image] Feb 11 20:41:38.748 INFO O| Feb 11 20:41:38.748 INFO ok!
96042025-02-11T20:41:40.465Z[ host-image] Feb 11 20:41:38.748 INFO O| Feb 11 20:41:38.748 INFO STEP 107 (ensure_file) COMPLETE
96052025-02-11T20:41:40.465Z[ host-image] Feb 11 20:41:38.748 INFO O| Feb 11 20:41:38.748 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062025-02-11T20:41:40.478Z[ host-image] Feb 11 20:41:38.765 INFO O| Feb 11 20:41:38.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96072025-02-11T20:41:40.478Z[ host-image] Feb 11 20:41:38.765 INFO O| Feb 11 20:41:38.765 INFO copying /tmp/.tmpJPU0e5/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 ...
96082025-02-11T20:41:40.478Z[ host-image] Feb 11 20:41:38.765 INFO O| Feb 11 20:41:38.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96092025-02-11T20:41:40.478Z[ host-image] Feb 11 20:41:38.765 INFO O| Feb 11 20:41:38.765 INFO ok!
96102025-02-11T20:41:40.481Z[ host-image] Feb 11 20:41:38.765 INFO O| Feb 11 20:41:38.765 INFO STEP 108 (ensure_file) COMPLETE
96112025-02-11T20:41:40.481Z[ host-image] Feb 11 20:41:38.765 INFO O| Feb 11 20:41:38.765 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122025-02-11T20:41:40.495Z[ host-image] Feb 11 20:41:38.782 INFO O| Feb 11 20:41:38.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96132025-02-11T20:41:40.495Z[ host-image] Feb 11 20:41:38.782 INFO O| Feb 11 20:41:38.782 INFO copying /tmp/.tmpJPU0e5/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 ...
96142025-02-11T20:41:40.495Z[ host-image] Feb 11 20:41:38.782 INFO O| Feb 11 20:41:38.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96152025-02-11T20:41:40.495Z[ host-image] Feb 11 20:41:38.782 INFO O| Feb 11 20:41:38.782 INFO ok!
96162025-02-11T20:41:40.498Z[ host-image] Feb 11 20:41:38.782 INFO O| Feb 11 20:41:38.782 INFO STEP 109 (ensure_file) COMPLETE
96172025-02-11T20:41:40.498Z[ host-image] Feb 11 20:41:38.782 INFO O| Feb 11 20:41:38.782 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182025-02-11T20:41:40.512Z[ host-image] Feb 11 20:41:38.798 INFO O| Feb 11 20:41:38.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96192025-02-11T20:41:40.512Z[ host-image] Feb 11 20:41:38.798 INFO O| Feb 11 20:41:38.798 INFO copying /tmp/.tmpJPU0e5/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 ...
96202025-02-11T20:41:40.512Z[ host-image] Feb 11 20:41:38.798 INFO O| Feb 11 20:41:38.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96212025-02-11T20:41:40.514Z[ host-image] Feb 11 20:41:38.798 INFO O| Feb 11 20:41:38.798 INFO ok!
96222025-02-11T20:41:40.514Z[ host-image] Feb 11 20:41:38.798 INFO O| Feb 11 20:41:38.798 INFO STEP 110 (ensure_file) COMPLETE
96232025-02-11T20:41:40.514Z[ host-image] Feb 11 20:41:38.798 INFO O| Feb 11 20:41:38.798 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242025-02-11T20:41:40.530Z[ host-image] Feb 11 20:41:38.817 INFO O| Feb 11 20:41:38.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96252025-02-11T20:41:40.530Z[ host-image] Feb 11 20:41:38.817 INFO O| Feb 11 20:41:38.817 INFO copying /tmp/.tmpJPU0e5/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 ...
96262025-02-11T20:41:40.530Z[ host-image] Feb 11 20:41:38.817 INFO O| Feb 11 20:41:38.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96272025-02-11T20:41:40.533Z[ host-image] Feb 11 20:41:38.817 INFO O| Feb 11 20:41:38.817 INFO ok!
96282025-02-11T20:41:40.534Z[ host-image] Feb 11 20:41:38.817 INFO O| Feb 11 20:41:38.817 INFO STEP 111 (ensure_file) COMPLETE
96292025-02-11T20:41:40.534Z[ host-image] Feb 11 20:41:38.817 INFO O| Feb 11 20:41:38.817 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302025-02-11T20:41:40.565Z[ host-image] Feb 11 20:41:38.851 INFO O| Feb 11 20:41:38.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96312025-02-11T20:41:40.565Z[ host-image] Feb 11 20:41:38.851 INFO O| Feb 11 20:41:38.851 INFO copying /tmp/.tmpJPU0e5/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 ...
96322025-02-11T20:41:40.568Z[ host-image] Feb 11 20:41:38.852 INFO O| Feb 11 20:41:38.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96332025-02-11T20:41:40.568Z[ host-image] Feb 11 20:41:38.852 INFO O| Feb 11 20:41:38.852 INFO ok!
96342025-02-11T20:41:40.568Z[ host-image] Feb 11 20:41:38.852 INFO O| Feb 11 20:41:38.852 INFO STEP 112 (ensure_file) COMPLETE
96352025-02-11T20:41:40.568Z[ host-image] Feb 11 20:41:38.852 INFO O| Feb 11 20:41:38.852 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362025-02-11T20:41:40.583Z[ host-image] Feb 11 20:41:38.869 INFO O| Feb 11 20:41:38.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96372025-02-11T20:41:40.583Z[ host-image] Feb 11 20:41:38.870 INFO O| Feb 11 20:41:38.869 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
96382025-02-11T20:41:40.586Z[ host-image] Feb 11 20:41:38.870 INFO O| Feb 11 20:41:38.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96392025-02-11T20:41:40.586Z[ host-image] Feb 11 20:41:38.870 INFO O| Feb 11 20:41:38.870 INFO ok!
96402025-02-11T20:41:40.586Z[ host-image] Feb 11 20:41:38.870 INFO O| Feb 11 20:41:38.870 INFO STEP 113 (ensure_file) COMPLETE
96412025-02-11T20:41:40.586Z[ host-image] Feb 11 20:41:38.870 INFO O| Feb 11 20:41:38.870 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-02-11T20:41:40.625Z[ host-image] Feb 11 20:41:38.912 INFO O| Feb 11 20:41:38.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96432025-02-11T20:41:40.625Z[ host-image] Feb 11 20:41:38.912 INFO O| Feb 11 20:41:38.912 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
96442025-02-11T20:41:40.628Z[ host-image] Feb 11 20:41:38.912 INFO O| Feb 11 20:41:38.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96452025-02-11T20:41:40.628Z[ host-image] Feb 11 20:41:38.912 INFO O| Feb 11 20:41:38.912 INFO ok!
96462025-02-11T20:41:40.628Z[ host-image] Feb 11 20:41:38.912 INFO O| Feb 11 20:41:38.912 INFO STEP 114 (ensure_file) COMPLETE
96472025-02-11T20:41:40.629Z[ host-image] Feb 11 20:41:38.912 INFO O| Feb 11 20:41:38.912 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482025-02-11T20:41:40.645Z[ host-image] Feb 11 20:41:38.932 INFO O| Feb 11 20:41:38.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96492025-02-11T20:41:40.645Z[ host-image] Feb 11 20:41:38.932 INFO O| Feb 11 20:41:38.932 INFO copying /tmp/.tmpJPU0e5/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 ...
96502025-02-11T20:41:40.645Z[ host-image] Feb 11 20:41:38.932 INFO O| Feb 11 20:41:38.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96512025-02-11T20:41:40.646Z[ host-image] Feb 11 20:41:38.932 INFO O| Feb 11 20:41:38.932 INFO ok!
96522025-02-11T20:41:40.648Z[ host-image] Feb 11 20:41:38.932 INFO O| Feb 11 20:41:38.932 INFO STEP 115 (ensure_file) COMPLETE
96532025-02-11T20:41:40.648Z[ host-image] Feb 11 20:41:38.932 INFO O| Feb 11 20:41:38.932 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542025-02-11T20:41:40.670Z[ host-image] Feb 11 20:41:38.956 INFO O| Feb 11 20:41:38.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96552025-02-11T20:41:40.670Z[ host-image] Feb 11 20:41:38.956 INFO O| Feb 11 20:41:38.956 INFO copying /tmp/.tmpJPU0e5/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 ...
96562025-02-11T20:41:40.672Z[ host-image] Feb 11 20:41:38.956 INFO O| Feb 11 20:41:38.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96572025-02-11T20:41:40.672Z[ host-image] Feb 11 20:41:38.956 INFO O| Feb 11 20:41:38.956 INFO ok!
96582025-02-11T20:41:40.672Z[ host-image] Feb 11 20:41:38.956 INFO O| Feb 11 20:41:38.956 INFO STEP 116 (ensure_file) COMPLETE
96592025-02-11T20:41:40.672Z[ host-image] Feb 11 20:41:38.957 INFO O| Feb 11 20:41:38.957 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602025-02-11T20:41:40.706Z[ host-image] Feb 11 20:41:38.992 INFO O| Feb 11 20:41:38.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96612025-02-11T20:41:40.706Z[ host-image] Feb 11 20:41:38.992 INFO O| Feb 11 20:41:38.992 INFO copying /tmp/.tmpJPU0e5/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 ...
96622025-02-11T20:41:40.709Z[ host-image] Feb 11 20:41:38.993 INFO O| Feb 11 20:41:38.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96632025-02-11T20:41:40.709Z[ host-image] Feb 11 20:41:38.993 INFO O| Feb 11 20:41:38.993 INFO ok!
96642025-02-11T20:41:40.709Z[ host-image] Feb 11 20:41:38.993 INFO O| Feb 11 20:41:38.993 INFO STEP 117 (ensure_file) COMPLETE
96652025-02-11T20:41:40.709Z[ host-image] Feb 11 20:41:38.993 INFO O| Feb 11 20:41:38.993 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662025-02-11T20:41:40.729Z[ host-image] Feb 11 20:41:39.015 INFO O| Feb 11 20:41:39.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96672025-02-11T20:41:40.729Z[ host-image] Feb 11 20:41:39.015 INFO O| Feb 11 20:41:39.015 INFO copying /tmp/.tmpJPU0e5/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 ...
96682025-02-11T20:41:40.731Z[ host-image] Feb 11 20:41:39.015 INFO O| Feb 11 20:41:39.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96692025-02-11T20:41:40.732Z[ host-image] Feb 11 20:41:39.015 INFO O| Feb 11 20:41:39.015 INFO ok!
96702025-02-11T20:41:40.732Z[ host-image] Feb 11 20:41:39.015 INFO O| Feb 11 20:41:39.015 INFO STEP 118 (ensure_file) COMPLETE
96712025-02-11T20:41:40.732Z[ host-image] Feb 11 20:41:39.015 INFO O| Feb 11 20:41:39.015 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722025-02-11T20:41:40.748Z[ host-image] Feb 11 20:41:39.035 INFO O| Feb 11 20:41:39.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96732025-02-11T20:41:40.748Z[ host-image] Feb 11 20:41:39.035 INFO O| Feb 11 20:41:39.035 INFO copying /tmp/.tmpJPU0e5/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 ...
96742025-02-11T20:41:40.748Z[ host-image] Feb 11 20:41:39.035 INFO O| Feb 11 20:41:39.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96752025-02-11T20:41:40.751Z[ host-image] Feb 11 20:41:39.035 INFO O| Feb 11 20:41:39.035 INFO ok!
96762025-02-11T20:41:40.751Z[ host-image] Feb 11 20:41:39.035 INFO O| Feb 11 20:41:39.035 INFO STEP 119 (ensure_file) COMPLETE
96772025-02-11T20:41:40.751Z[ host-image] Feb 11 20:41:39.035 INFO O| Feb 11 20:41:39.035 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782025-02-11T20:41:40.769Z[ host-image] Feb 11 20:41:39.055 INFO O| Feb 11 20:41:39.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96792025-02-11T20:41:40.769Z[ host-image] Feb 11 20:41:39.055 INFO O| Feb 11 20:41:39.055 INFO copying /tmp/.tmpJPU0e5/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 ...
96802025-02-11T20:41:40.769Z[ host-image] Feb 11 20:41:39.056 INFO O| Feb 11 20:41:39.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96812025-02-11T20:41:40.769Z[ host-image] Feb 11 20:41:39.056 INFO O| Feb 11 20:41:39.056 INFO ok!
96822025-02-11T20:41:40.772Z[ host-image] Feb 11 20:41:39.056 INFO O| Feb 11 20:41:39.056 INFO STEP 120 (ensure_file) COMPLETE
96832025-02-11T20:41:40.772Z[ host-image] Feb 11 20:41:39.056 INFO O| Feb 11 20:41:39.056 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-02-11T20:41:40.802Z[ host-image] Feb 11 20:41:39.088 INFO O| Feb 11 20:41:39.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96852025-02-11T20:41:40.802Z[ host-image] Feb 11 20:41:39.088 INFO O| Feb 11 20:41:39.088 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96862025-02-11T20:41:40.805Z[ host-image] Feb 11 20:41:39.089 INFO O| Feb 11 20:41:39.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96872025-02-11T20:41:40.805Z[ host-image] Feb 11 20:41:39.089 INFO O| Feb 11 20:41:39.089 INFO ok!
96882025-02-11T20:41:40.805Z[ host-image] Feb 11 20:41:39.089 INFO O| Feb 11 20:41:39.089 INFO STEP 121 (ensure_file) COMPLETE
96892025-02-11T20:41:40.805Z[ host-image] Feb 11 20:41:39.089 INFO O| Feb 11 20:41:39.089 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-02-11T20:41:40.862Z[ host-image] Feb 11 20:41:39.148 INFO O| Feb 11 20:41:39.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
96912025-02-11T20:41:40.862Z[ host-image] Feb 11 20:41:39.148 INFO O| Feb 11 20:41:39.148 INFO copying /tmp/.tmpJPU0e5/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 ...
96922025-02-11T20:41:40.862Z[ host-image] Feb 11 20:41:39.148 INFO O| Feb 11 20:41:39.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
96932025-02-11T20:41:40.865Z[ host-image] Feb 11 20:41:39.148 INFO O| Feb 11 20:41:39.148 INFO ok!
96942025-02-11T20:41:40.865Z[ host-image] Feb 11 20:41:39.148 INFO O| Feb 11 20:41:39.148 INFO STEP 122 (ensure_file) COMPLETE
96952025-02-11T20:41:40.865Z[ host-image] Feb 11 20:41:39.148 INFO O| Feb 11 20:41:39.148 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962025-02-11T20:41:40.882Z[ host-image] Feb 11 20:41:39.169 INFO O| Feb 11 20:41:39.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
96972025-02-11T20:41:40.882Z[ host-image] Feb 11 20:41:39.169 INFO O| Feb 11 20:41:39.169 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
96982025-02-11T20:41:40.882Z[ host-image] Feb 11 20:41:39.169 INFO O| Feb 11 20:41:39.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
96992025-02-11T20:41:40.883Z[ host-image] Feb 11 20:41:39.169 INFO O| Feb 11 20:41:39.169 INFO ok!
97002025-02-11T20:41:40.885Z[ host-image] Feb 11 20:41:39.169 INFO O| Feb 11 20:41:39.169 INFO STEP 123 (ensure_file) COMPLETE
97012025-02-11T20:41:40.885Z[ host-image] Feb 11 20:41:39.169 INFO O| Feb 11 20:41:39.169 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-02-11T20:41:40.911Z[ host-image] Feb 11 20:41:39.198 INFO O| Feb 11 20:41:39.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97032025-02-11T20:41:40.911Z[ host-image] Feb 11 20:41:39.198 INFO O| Feb 11 20:41:39.198 INFO copying /tmp/.tmpJPU0e5/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97042025-02-11T20:41:52.787Z[ host-image] Feb 11 20:41:51.072 INFO O| Feb 11 20:41:51.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97052025-02-11T20:41:52.787Z[ host-image] Feb 11 20:41:51.072 INFO O| Feb 11 20:41:51.071 INFO ok!
97062025-02-11T20:41:52.790Z[ host-image] Feb 11 20:41:51.072 INFO O| Feb 11 20:41:51.072 INFO STEP 124 (ensure_file) COMPLETE
97072025-02-11T20:41:52.790Z[ host-image] Feb 11 20:41:51.072 INFO O| Feb 11 20:41:51.072 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082025-02-11T20:41:52.807Z[ host-image] Feb 11 20:41:51.092 INFO O| Feb 11 20:41:51.092 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97092025-02-11T20:41:52.807Z[ host-image] Feb 11 20:41:51.092 INFO O| Feb 11 20:41:51.092 INFO STEP 125 (ensure_dir) COMPLETE
97102025-02-11T20:41:52.810Z[ host-image] Feb 11 20:41:51.092 INFO O| Feb 11 20:41:51.092 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-02-11T20:41:52.869Z[ host-image] Feb 11 20:41:51.154 INFO O| Feb 11 20:41:51.154 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97122025-02-11T20:41:52.869Z[ host-image] Feb 11 20:41:51.154 INFO O| Feb 11 20:41:51.154 INFO STEP 126 (ensure_dir) COMPLETE
97132025-02-11T20:41:52.872Z[ host-image] Feb 11 20:41:51.154 INFO O| Feb 11 20:41:51.154 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142025-02-11T20:41:52.888Z[ host-image] Feb 11 20:41:51.173 INFO O| Feb 11 20:41:51.173 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97152025-02-11T20:41:52.888Z[ host-image] Feb 11 20:41:51.173 INFO O| Feb 11 20:41:51.173 INFO STEP 127 (ensure_dir) COMPLETE
97162025-02-11T20:41:52.891Z[ host-image] Feb 11 20:41:51.173 INFO O| Feb 11 20:41:51.173 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-02-11T20:41:52.926Z[ host-image] Feb 11 20:41:51.211 INFO O| Feb 11 20:41:51.211 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97182025-02-11T20:41:52.926Z[ host-image] Feb 11 20:41:51.211 INFO O| Feb 11 20:41:51.211 INFO STEP 128 (ensure_dir) COMPLETE
97192025-02-11T20:41:52.929Z[ host-image] Feb 11 20:41:51.211 INFO O| Feb 11 20:41:51.211 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202025-02-11T20:41:52.966Z[ host-image] Feb 11 20:41:51.251 INFO O| Feb 11 20:41:51.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97212025-02-11T20:41:52.966Z[ host-image] Feb 11 20:41:51.251 INFO O| Feb 11 20:41:51.251 INFO copying /tmp/.tmpJPU0e5/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 ...
97222025-02-11T20:41:52.969Z[ host-image] Feb 11 20:41:51.251 INFO O| Feb 11 20:41:51.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97232025-02-11T20:41:52.969Z[ host-image] Feb 11 20:41:51.251 INFO O| Feb 11 20:41:51.251 INFO ok!
97242025-02-11T20:41:52.969Z[ host-image] Feb 11 20:41:51.251 INFO O| Feb 11 20:41:51.251 INFO STEP 129 (ensure_file) COMPLETE
97252025-02-11T20:41:52.969Z[ host-image] Feb 11 20:41:51.251 INFO O| Feb 11 20:41:51.251 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262025-02-11T20:41:52.988Z[ host-image] Feb 11 20:41:51.273 INFO O| Feb 11 20:41:51.273 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97272025-02-11T20:41:52.988Z[ host-image] Feb 11 20:41:51.273 INFO O| Feb 11 20:41:51.273 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97282025-02-11T20:41:52.988Z[ host-image] Feb 11 20:41:51.273 INFO O| Feb 11 20:41:51.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97292025-02-11T20:41:52.989Z[ host-image] Feb 11 20:41:51.273 INFO O| Feb 11 20:41:51.273 INFO STEP 130 (ensure_dir) COMPLETE
97302025-02-11T20:41:52.989Z[ host-image] Feb 11 20:41:51.273 INFO O| Feb 11 20:41:51.273 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312025-02-11T20:41:53.009Z[ host-image] Feb 11 20:41:51.294 INFO O| Feb 11 20:41:51.294 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97322025-02-11T20:41:53.009Z[ host-image] Feb 11 20:41:51.294 INFO O| Feb 11 20:41:51.294 INFO copying /tmp/.tmpJPU0e5/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97332025-02-11T20:41:53.012Z[ host-image] Feb 11 20:41:51.294 INFO O| Feb 11 20:41:51.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97342025-02-11T20:41:53.012Z[ host-image] Feb 11 20:41:51.294 INFO O| Feb 11 20:41:51.294 INFO ok!
97352025-02-11T20:41:53.012Z[ host-image] Feb 11 20:41:51.294 INFO O| Feb 11 20:41:51.294 INFO STEP 131 (ensure_file) COMPLETE
97362025-02-11T20:41:53.012Z[ host-image] Feb 11 20:41:51.294 INFO O| Feb 11 20:41:51.294 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97372025-02-11T20:41:53.029Z[ host-image] Feb 11 20:41:51.314 INFO O| Feb 11 20:41:51.314 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97382025-02-11T20:41:53.031Z[ host-image] Feb 11 20:41:51.315 INFO O| Feb 11 20:41:51.315 INFO STEP 132 (remove_files) COMPLETE
97392025-02-11T20:41:53.032Z[ host-image] Feb 11 20:41:51.315 INFO O| Feb 11 20:41:51.315 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97402025-02-11T20:41:53.050Z[ host-image] Feb 11 20:41:51.335 INFO O| Feb 11 20:41:51.335 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97412025-02-11T20:41:53.053Z[ host-image] Feb 11 20:41:51.335 INFO O| Feb 11 20:41:51.335 INFO STEP 133 (remove_files) COMPLETE
97422025-02-11T20:41:53.053Z[ host-image] Feb 11 20:41:51.335 INFO O| Feb 11 20:41:51.335 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97432025-02-11T20:41:53.071Z[ host-image] Feb 11 20:41:51.356 INFO O| Feb 11 20:41:51.356 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97442025-02-11T20:41:53.074Z[ host-image] Feb 11 20:41:51.357 INFO O| Feb 11 20:41:51.356 INFO STEP 134 (remove_files) COMPLETE
97452025-02-11T20:41:53.074Z[ host-image] Feb 11 20:41:51.357 INFO O| Feb 11 20:41:51.357 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97462025-02-11T20:41:53.100Z[ host-image] Feb 11 20:41:51.385 INFO O| Feb 11 20:41:51.385 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97472025-02-11T20:41:53.103Z[ host-image] Feb 11 20:41:51.385 INFO O| Feb 11 20:41:51.385 INFO STEP 135 (remove_files) COMPLETE
97482025-02-11T20:41:53.103Z[ host-image] Feb 11 20:41:51.386 INFO O| Feb 11 20:41:51.385 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97492025-02-11T20:41:53.160Z[ host-image] Feb 11 20:41:51.444 INFO O| Feb 11 20:41:51.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97502025-02-11T20:41:53.163Z[ host-image] Feb 11 20:41:51.444 INFO O| Feb 11 20:41:51.444 INFO STEP 136 (remove_files) COMPLETE
97512025-02-11T20:41:53.163Z[ host-image] Feb 11 20:41:51.444 INFO O| Feb 11 20:41:51.444 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97522025-02-11T20:41:53.181Z[ host-image] Feb 11 20:41:51.466 INFO O| Feb 11 20:41:51.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97532025-02-11T20:41:53.184Z[ host-image] Feb 11 20:41:51.466 INFO O| Feb 11 20:41:51.466 INFO STEP 137 (remove_files) COMPLETE
97542025-02-11T20:41:53.184Z[ host-image] Feb 11 20:41:51.466 INFO O| Feb 11 20:41:51.466 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97552025-02-11T20:41:53.202Z[ host-image] Feb 11 20:41:51.487 INFO O| Feb 11 20:41:51.487 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97562025-02-11T20:41:53.202Z[ host-image] Feb 11 20:41:51.487 INFO O| Feb 11 20:41:51.487 INFO STEP 138 (remove_files) COMPLETE
97572025-02-11T20:41:53.205Z[ host-image] Feb 11 20:41:51.487 INFO O| Feb 11 20:41:51.487 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97582025-02-11T20:41:53.259Z[ host-image] Feb 11 20:41:51.544 INFO O| Feb 11 20:41:51.544 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97592025-02-11T20:41:53.259Z[ host-image] Feb 11 20:41:51.544 INFO O| Feb 11 20:41:51.544 INFO STEP 139 (remove_files) COMPLETE
97602025-02-11T20:41:53.262Z[ host-image] Feb 11 20:41:51.544 INFO O| Feb 11 20:41:51.544 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612025-02-11T20:41:53.282Z[ host-image] Feb 11 20:41:51.567 INFO O| Feb 11 20:41:51.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97622025-02-11T20:41:53.282Z[ host-image] Feb 11 20:41:51.567 INFO O| Feb 11 20:41:51.567 INFO STEP 140 (remove_files) COMPLETE
97632025-02-11T20:41:53.282Z[ host-image] Feb 11 20:41:51.567 INFO O| Feb 11 20:41:51.567 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642025-02-11T20:41:53.303Z[ host-image] Feb 11 20:41:51.588 INFO O| Feb 11 20:41:51.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97652025-02-11T20:41:53.303Z[ host-image] Feb 11 20:41:51.588 INFO O| Feb 11 20:41:51.588 INFO STEP 141 (remove_files) COMPLETE
97662025-02-11T20:41:53.303Z[ host-image] Feb 11 20:41:51.588 INFO O| Feb 11 20:41:51.588 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672025-02-11T20:41:53.324Z[ host-image] Feb 11 20:41:51.608 INFO O| Feb 11 20:41:51.608 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97682025-02-11T20:41:53.324Z[ host-image] Feb 11 20:41:51.609 INFO O| Feb 11 20:41:51.608 INFO STEP 142 (remove_files) COMPLETE
97692025-02-11T20:41:53.324Z[ host-image] Feb 11 20:41:51.609 INFO O| Feb 11 20:41:51.608 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702025-02-11T20:41:53.342Z[ host-image] Feb 11 20:41:51.627 INFO O| Feb 11 20:41:51.627 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97712025-02-11T20:41:53.342Z[ host-image] Feb 11 20:41:51.627 INFO O| Feb 11 20:41:51.627 INFO STEP 143 (remove_files) COMPLETE
97722025-02-11T20:41:53.342Z[ host-image] Feb 11 20:41:51.627 INFO O| Feb 11 20:41:51.627 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732025-02-11T20:41:53.359Z[ host-image] Feb 11 20:41:51.644 INFO O| Feb 11 20:41:51.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97742025-02-11T20:41:53.359Z[ host-image] Feb 11 20:41:51.644 INFO O| Feb 11 20:41:51.644 INFO STEP 144 (remove_files) COMPLETE
97752025-02-11T20:41:53.362Z[ host-image] Feb 11 20:41:51.644 INFO O| Feb 11 20:41:51.644 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762025-02-11T20:41:53.389Z[ host-image] Feb 11 20:41:51.674 INFO O| Feb 11 20:41:51.674 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97772025-02-11T20:41:53.389Z[ host-image] Feb 11 20:41:51.674 INFO O| Feb 11 20:41:51.674 INFO STEP 145 (remove_files) COMPLETE
97782025-02-11T20:41:53.397Z[ host-image] Feb 11 20:41:51.674 INFO O| Feb 11 20:41:51.674 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792025-02-11T20:41:53.412Z[ host-image] Feb 11 20:41:51.697 INFO O| Feb 11 20:41:51.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97802025-02-11T20:41:53.413Z[ host-image] Feb 11 20:41:51.697 INFO O| Feb 11 20:41:51.697 INFO STEP 146 (remove_files) COMPLETE
97812025-02-11T20:41:53.413Z[ host-image] Feb 11 20:41:51.697 INFO O| Feb 11 20:41:51.697 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822025-02-11T20:41:53.456Z[ host-image] Feb 11 20:41:51.740 INFO O| Feb 11 20:41:51.740 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97832025-02-11T20:41:53.456Z[ host-image] Feb 11 20:41:51.741 INFO O| Feb 11 20:41:51.740 INFO STEP 147 (remove_files) COMPLETE
97842025-02-11T20:41:53.459Z[ host-image] Feb 11 20:41:51.741 INFO O| Feb 11 20:41:51.740 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852025-02-11T20:41:53.490Z[ host-image] Feb 11 20:41:51.762 INFO O| Feb 11 20:41:51.762 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97862025-02-11T20:41:53.490Z[ host-image] Feb 11 20:41:51.762 INFO O| Feb 11 20:41:51.762 INFO STEP 148 (remove_files) COMPLETE
97872025-02-11T20:41:53.490Z[ host-image] Feb 11 20:41:51.762 INFO O| Feb 11 20:41:51.762 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882025-02-11T20:41:53.497Z[ host-image] Feb 11 20:41:51.782 INFO O| Feb 11 20:41:51.782 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
97892025-02-11T20:41:53.497Z[ host-image] Feb 11 20:41:51.783 INFO O| Feb 11 20:41:51.782 INFO STEP 149 (remove_files) COMPLETE
97902025-02-11T20:41:53.501Z[ host-image] Feb 11 20:41:51.783 INFO O| Feb 11 20:41:51.782 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912025-02-11T20:41:53.518Z[ host-image] Feb 11 20:41:51.802 INFO O| Feb 11 20:41:51.802 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
97922025-02-11T20:41:53.519Z[ host-image] Feb 11 20:41:51.802 INFO O| Feb 11 20:41:51.802 INFO STEP 150 (remove_files) COMPLETE
97932025-02-11T20:41:53.519Z[ host-image] Feb 11 20:41:51.802 INFO O| Feb 11 20:41:51.802 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942025-02-11T20:41:53.549Z[ host-image] Feb 11 20:41:51.834 INFO O| Feb 11 20:41:51.834 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
97952025-02-11T20:41:53.549Z[ host-image] Feb 11 20:41:51.834 INFO O| Feb 11 20:41:51.834 INFO STEP 151 (remove_files) COMPLETE
97962025-02-11T20:41:53.552Z[ host-image] Feb 11 20:41:51.834 INFO O| Feb 11 20:41:51.834 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972025-02-11T20:41:53.585Z[ host-image] Feb 11 20:41:51.870 INFO O| Feb 11 20:41:51.870 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97982025-02-11T20:41:53.585Z[ host-image] Feb 11 20:41:51.870 INFO O| Feb 11 20:41:51.870 INFO STEP 152 (remove_files) COMPLETE
97992025-02-11T20:41:53.585Z[ host-image] Feb 11 20:41:51.870 INFO O| Feb 11 20:41:51.870 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002025-02-11T20:41:53.607Z[ host-image] Feb 11 20:41:51.891 INFO O| Feb 11 20:41:51.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98012025-02-11T20:41:53.610Z[ host-image] Feb 11 20:41:51.891 INFO O| Feb 11 20:41:51.891 INFO STEP 153 (remove_files) COMPLETE
98022025-02-11T20:41:53.610Z[ host-image] Feb 11 20:41:51.891 INFO O| Feb 11 20:41:51.891 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032025-02-11T20:41:53.627Z[ host-image] Feb 11 20:41:51.911 INFO O| Feb 11 20:41:51.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98042025-02-11T20:41:53.628Z[ host-image] Feb 11 20:41:51.911 INFO O| Feb 11 20:41:51.911 INFO STEP 154 (remove_files) COMPLETE
98052025-02-11T20:41:53.630Z[ host-image] Feb 11 20:41:51.911 INFO O| Feb 11 20:41:51.911 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062025-02-11T20:41:53.647Z[ host-image] Feb 11 20:41:51.932 INFO O| Feb 11 20:41:51.932 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98072025-02-11T20:41:53.647Z[ host-image] Feb 11 20:41:51.932 INFO O| Feb 11 20:41:51.932 INFO STEP 155 (remove_files) COMPLETE
98082025-02-11T20:41:53.647Z[ host-image] Feb 11 20:41:51.932 INFO O| Feb 11 20:41:51.932 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092025-02-11T20:41:53.668Z[ host-image] Feb 11 20:41:51.953 INFO O| Feb 11 20:41:51.953 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98102025-02-11T20:41:53.668Z[ host-image] Feb 11 20:41:51.953 INFO O| Feb 11 20:41:51.953 INFO STEP 156 (remove_files) COMPLETE
98112025-02-11T20:41:53.668Z[ host-image] Feb 11 20:41:51.953 INFO O| Feb 11 20:41:51.953 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122025-02-11T20:41:53.704Z[ host-image] Feb 11 20:41:51.989 INFO O| Feb 11 20:41:51.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98132025-02-11T20:41:53.704Z[ host-image] Feb 11 20:41:51.989 INFO O| Feb 11 20:41:51.989 INFO STEP 157 (remove_files) COMPLETE
98142025-02-11T20:41:53.704Z[ host-image] Feb 11 20:41:51.989 INFO O| Feb 11 20:41:51.989 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152025-02-11T20:41:53.757Z[ host-image] Feb 11 20:41:52.041 INFO O| Feb 11 20:41:52.041 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98162025-02-11T20:41:53.757Z[ host-image] Feb 11 20:41:52.041 INFO O| Feb 11 20:41:52.041 INFO STEP 158 (remove_files) COMPLETE
98172025-02-11T20:41:53.757Z[ host-image] Feb 11 20:41:52.041 INFO O| Feb 11 20:41:52.041 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182025-02-11T20:41:53.777Z[ host-image] Feb 11 20:41:52.062 INFO O| Feb 11 20:41:52.062 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98192025-02-11T20:41:53.777Z[ host-image] Feb 11 20:41:52.062 INFO O| Feb 11 20:41:52.062 INFO STEP 159 (remove_files) COMPLETE
98202025-02-11T20:41:53.777Z[ host-image] Feb 11 20:41:52.062 INFO O| Feb 11 20:41:52.062 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212025-02-11T20:41:53.797Z[ host-image] Feb 11 20:41:52.081 INFO O| Feb 11 20:41:52.081 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98222025-02-11T20:41:53.797Z[ host-image] Feb 11 20:41:52.081 INFO O| Feb 11 20:41:52.081 INFO STEP 160 (remove_files) COMPLETE
98232025-02-11T20:41:53.800Z[ host-image] Feb 11 20:41:52.081 INFO O| Feb 11 20:41:52.081 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98242025-02-11T20:41:53.825Z[ host-image] Feb 11 20:41:52.110 INFO O| Feb 11 20:41:52.110 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98252025-02-11T20:41:53.828Z[ host-image] Feb 11 20:41:52.110 INFO O| Feb 11 20:41:52.110 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
98262025-02-11T20:42:07.616Z[ host-image] Feb 11 20:42:05.900 INFO O| Feb 11 20:42:05.899 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
98272025-02-11T20:42:07.616Z[ host-image] Feb 11 20:42:05.900 INFO O| Feb 11 20:42:05.899 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98282025-02-11T20:42:07.638Z[ host-image] Feb 11 20:42:05.921 INFO O| Feb 11 20:42:05.921 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98292025-02-11T20:42:07.815Z[ host-image] Feb 11 20:42:06.096 INFO O| Feb 11 20:42:06.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98302025-02-11T20:42:07.815Z[ host-image] Feb 11 20:42:06.096 INFO O| Feb 11 20:42:06.096 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98312025-02-11T20:42:07.818Z[ host-image] Feb 11 20:42:06.099 INFO O| Feb 11 20:42:06.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98322025-02-11T20:42:07.818Z[ host-image] Feb 11 20:42:06.099 INFO O| Feb 11 20:42:06.099 INFO ok!
98332025-02-11T20:42:07.818Z[ host-image] Feb 11 20:42:06.099 INFO O| Feb 11 20:42:06.099 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98342025-02-11T20:42:07.818Z[ host-image] Feb 11 20:42:06.099 INFO O| Feb 11 20:42:06.099 INFO STEP 161 (seed_smf) COMPLETE
98352025-02-11T20:42:07.818Z[ host-image] Feb 11 20:42:06.099 INFO O| Feb 11 20:42:06.099 INFO steps complete; finalising image!
98362025-02-11T20:42:07.818Z[ host-image] Feb 11 20:42:06.099 INFO O| Feb 11 20:42:06.099 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98372025-02-11T20:42:08.007Z[ host-image] Feb 11 20:42:06.290 INFO O| Feb 11 20:42:06.289 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Feb 11 20:42:06 2025)
98382025-02-11T20:42:08.218Z[ host-image] Feb 11 20:42:06.501 INFO O| Feb 11 20:42:06.501 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Feb 11 20:42:06 2025)
98392025-02-11T20:42:08.429Z[ host-image] Feb 11 20:42:06.712 INFO O| Feb 11 20:42:06.712 INFO trim TEMPORARY-gimlet-zfs: (44% trimmed, started at Tue Feb 11 20:42:06 2025)
98402025-02-11T20:42:08.641Z[ host-image] Feb 11 20:42:06.924 INFO O| Feb 11 20:42:06.924 INFO trim TEMPORARY-gimlet-zfs: (66% trimmed, started at Tue Feb 11 20:42:06 2025)
98412025-02-11T20:42:08.858Z[ host-image] Feb 11 20:42:07.141 INFO O| Feb 11 20:42:07.141 INFO trim TEMPORARY-gimlet-zfs: (66% trimmed, started at Tue Feb 11 20:42:06 2025)
98422025-02-11T20:42:09.068Z[ host-image] Feb 11 20:42:07.351 INFO O| Feb 11 20:42:07.351 INFO trim TEMPORARY-gimlet-zfs: (89% trimmed, started at Tue Feb 11 20:42:06 2025)
98432025-02-11T20:42:09.285Z[ host-image] Feb 11 20:42:07.568 INFO O| Feb 11 20:42:07.568 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Tue Feb 11 20:42:06 2025)
98442025-02-11T20:42:09.540Z[ host-image] Feb 11 20:42:07.823 INFO O| Feb 11 20:42:07.823 INFO temporary pool has 692M used, 140M avail, 1.82x compressratio
98452025-02-11T20:42:09.540Z[ host-image] Feb 11 20:42:07.823 INFO O| Feb 11 20:42:07.823 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98462025-02-11T20:42:10.329Z[ host-image] Feb 11 20:42:08.612 INFO O| Feb 11 20:42:08.612 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98472025-02-11T20:42:10.329Z[ host-image] Feb 11 20:42:08.612 INFO O| Feb 11 20:42:08.612 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98482025-02-11T20:42:12.324Z[ host-image] Feb 11 20:42:10.606 INFO O| Feb 11 20:42:10.606 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98492025-02-11T20:42:12.324Z[ host-image] Feb 11 20:42:10.606 INFO O| Feb 11 20:42:10.606 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98502025-02-11T20:42:12.324Z[ host-image] Feb 11 20:42:10.606 INFO O| Feb 11 20:42:10.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98512025-02-11T20:42:12.324Z[ host-image] Feb 11 20:42:10.606 INFO O| Feb 11 20:42:10.606 INFO completed processing gimlet/zfs
98522025-02-11T20:42:12.324Z[ host-image] Feb 11 20:42:10.606 INFO O| Feb 11 20:42:10.606 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98532025-02-11T20:42:20.846Z[ host-image] Feb 11 20:42:19.128 INFO O| Feb 11 20:42:19.127 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98542025-02-11T20:42:20.979Z[ host-image] Feb 11 20:42:19.260 INFO BUILD STRING "heads/stlouis-0-ge083ffdec2\n"
98552025-02-11T20:42:20.982Z[ host-image] Feb 11 20:42:19.260 INFO expanded image name: "ci 9dfa35b/${os_short_commit} 2025-02-11 20:06" -> "ci 9dfa35b/e083ffd 2025-02-11 20:06"
98562025-02-11T20:42:20.982Z[ host-image] Feb 11 20:42:19.260 INFO output artefacts stored in: "/work/os-host"
98572025-02-11T20:42:20.982Z[ host-image] Feb 11 20:42:19.260 INFO collecting git info from project "image-builder"...
98582025-02-11T20:42:20.992Z[ host-image] Feb 11 20:42:19.273 INFO collecting git info from project "bootserver"...
98592025-02-11T20:42:20.999Z[ host-image] Feb 11 20:42:19.280 INFO collecting git info from project "chelsio-t6-roms"...
98602025-02-11T20:42:21.007Z[ host-image] Feb 11 20:42:19.288 INFO collecting git info from project "pilot"...
98612025-02-11T20:42:21.015Z[ host-image] Feb 11 20:42:19.296 INFO collecting git info from project "amd-firmware"...
98622025-02-11T20:42:21.028Z[ host-image] Feb 11 20:42:19.310 INFO collecting git info from project "amd-host-image-builder"...
98632025-02-11T20:42:21.080Z[ host-image] Feb 11 20:42:19.361 INFO collecting git info from project "pinprick"...
98642025-02-11T20:42:21.089Z[ host-image] Feb 11 20:42:19.370 INFO collecting git info from project "phbl"...
98652025-02-11T20:42:21.097Z[ host-image] Feb 11 20:42:19.378 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98662025-02-11T20:42:22.011Z[ host-image] Feb 11 20:42:20.291 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98672025-02-11T20:42:22.618Z[ host-image] Feb 11 20:42:20.899 INFO creating Oxide boot image...
98682025-02-11T20:42:22.618Z[ host-image] Feb 11 20:42:20.899 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9dfa35b/e083ffd 2025-02-11 20:06", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98692025-02-11T20:42:24.001Z[ host-image] Feb 11 20:42:22.282 INFO O| ok, image written!
98702025-02-11T20:42:24.001Z[ host-image] Feb 11 20:42:22.282 INFO O| ok, boot_image_csum file written!
98712025-02-11T20:42:24.007Z[ host-image] Feb 11 20:42:22.286 INFO creating boot archive (CPIO)...
98722025-02-11T20:42:24.007Z[ host-image] Feb 11 20:42:22.286 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
98732025-02-11T20:42:24.026Z[ host-image] Feb 11 20:42:22.307 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98742025-02-11T20:42:24.026Z[ host-image] Feb 11 20:42:22.307 INFO E| + outfile=/work/os-host/cpio
98752025-02-11T20:42:24.028Z[ host-image] Feb 11 20:42:22.307 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98762025-02-11T20:42:24.031Z[ host-image] Feb 11 20:42:22.311 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98772025-02-11T20:42:24.031Z[ host-image] Feb 11 20:42:22.311 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98782025-02-11T20:42:24.078Z[ host-image] Feb 11 20:42:22.359 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98792025-02-11T20:42:24.078Z[ host-image] Feb 11 20:42:22.359 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98802025-02-11T20:42:24.089Z[ host-image] Feb 11 20:42:22.370 INFO creating compressed cpio/unix for nanobl-rs...
98812025-02-11T20:42:24.089Z[ host-image] Feb 11 20:42:22.370 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
98822025-02-11T20:42:24.604Z[ host-image] Feb 11 20:42:22.885 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
98832025-02-11T20:42:31.917Z[ host-image] Feb 11 20:42:30.196 INFO creating reset image...
98842025-02-11T20:42:31.917Z[ host-image] Feb 11 20:42:30.197 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
98852025-02-11T20:42:32.118Z[ host-image] Feb 11 20:42:30.398 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
98862025-02-11T20:42:32.163Z[ host-image] Feb 11 20:42:30.443 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
98872025-02-11T20:42:32.325Z[ host-image] Feb 11 20:42:30.606 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
98882025-02-11T20:42:35.777Z[ host-image] Feb 11 20:42:34.057 INFO E| Finished `release` profile [optimized] target(s) in 3.55s
98892025-02-11T20:42:35.795Z[ host-image] Feb 11 20:42:34.074 INFO building host image...
98902025-02-11T20:42:35.797Z[ host-image] Feb 11 20:42:34.074 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")
98912025-02-11T20:42:36.844Z[ host-image] Feb 11 20:42:34.942 INFO finishing image archive at "/work/os-host/os.tar.gz"...
98922025-02-11T20:43:54.240Z[ host-image] Feb 11 20:43:52.510 INFO image complete! materials are in "/work/os-host"
98932025-02-11T20:43:54.243Z[ host-image]
98942025-02-11T20:43:54.244Z[ host-image] real 14:29.169423603
98952025-02-11T20:43:54.246Z[ host-image] user 7:20.942300582
98962025-02-11T20:43:54.246Z[ host-image] sys 1:13.003134943
98972025-02-11T20:43:54.246Z[ host-image] trap 0.350797645
98982025-02-11T20:43:54.246Z[ host-image] tflt 0.021717336
98992025-02-11T20:43:54.246Z[ host-image] dflt 0.041314724
99002025-02-11T20:43:54.246Z[ host-image] kflt 0.004474066
99012025-02-11T20:43:54.246Z[ host-image] lock 8:45.320539659
99022025-02-11T20:43:54.246Z[ host-image] slp 1:15:35.224642787
99032025-02-11T20:43:54.246Z[ host-image] lat 3:24.047305931
99042025-02-11T20:43:54.246Z[ host-image] stop 0.742744851
99052025-02-11T20:43:54.246ZFeb 11 20:43:52.515 INFO [host-image] process exited with exit status: 0 (869.185751249s)
99062025-02-11T20:43:54.246ZFeb 11 20:43:52.515 INFO [tuf-repo] running task
99072025-02-11T20:44:09.833ZFeb 11 20:44:08.101 INFO assembling repository in `/tmp/tufaceousBauZK1`, component: OmicronRepoAssembler
99082025-02-11T20:44:37.358ZFeb 11 20:44:35.622 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99092025-02-11T20:44:37.712ZFeb 11 20:44:35.976 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99102025-02-11T20:44:50.737ZFeb 11 20:44:49.000 INFO [tuf-repo] task succeeded (56.485187196s)
99112025-02-11T20:46:12.902Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 06s
99122025-02-11T20:46:13.344ZFeb 11 20:46:11.597 INFO [verify-libraries] process exited with exit status: 0 (970.509014201s)
99132025-02-11T20:46:13.344ZFeb 11 20:46:11.597 INFO all jobs completed in 2360.094505478s
99142025-02-11T20:46:14.749Zprocess exited: duration 3033470 ms, exit code 0
 
99152025-02-11T20:46:14.764Zfound 33 output files
99162025-02-11T20:46:14.764Zuploading: /work/manifest.toml (12706 bytes)
99172025-02-11T20:46:15.777Zuploaded: /work/manifest.toml
99182025-02-11T20:46:15.789Zuploading: /work/repo.zip (2034042913 bytes)
99192025-02-11T20:46:54.142Zuploaded: /work/repo.zip
99202025-02-11T20:46:54.142Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99212025-02-11T20:46:55.163Zuploaded: /work/repo.zip.sha256.txt
99222025-02-11T20:46:55.167Zuploading: /work/helios-setup.log (65280 bytes)
99232025-02-11T20:46:56.177Zuploaded: /work/helios-setup.log
99242025-02-11T20:46:56.177Zuploading: /work/host-image.log (200185 bytes)
99252025-02-11T20:46:57.198Zuploaded: /work/host-image.log
99262025-02-11T20:46:57.198Zuploading: /work/host-package.log (23181 bytes)
99272025-02-11T20:46:58.207Zuploaded: /work/host-package.log
99282025-02-11T20:46:58.207Zuploading: /work/host-target.log (101 bytes)
99292025-02-11T20:46:59.216Zuploaded: /work/host-target.log
99302025-02-11T20:46:59.216Zuploading: /work/omicron-package.log (5669 bytes)
99312025-02-11T20:47:00.224Zuploaded: /work/omicron-package.log
99322025-02-11T20:47:00.224Zuploading: /work/phbl-toolchain.log (881 bytes)
99332025-02-11T20:47:01.232Zuploaded: /work/phbl-toolchain.log
99342025-02-11T20:47:01.232Zuploading: /work/recovery-image.log (577276 bytes)
99352025-02-11T20:47:02.250Zuploaded: /work/recovery-image.log
99362025-02-11T20:47:02.250Zuploading: /work/recovery-package.log (1762 bytes)
99372025-02-11T20:47:03.259Zuploaded: /work/recovery-package.log
99382025-02-11T20:47:03.259Zuploading: /work/recovery-target.log (98 bytes)
99392025-02-11T20:47:04.266Zuploaded: /work/recovery-target.log
99402025-02-11T20:47:04.266Zuploading: /work/stamp-clickhouse.log (117 bytes)
99412025-02-11T20:47:05.275Zuploaded: /work/stamp-clickhouse.log
99422025-02-11T20:47:05.275Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99432025-02-11T20:47:06.283Zuploaded: /work/stamp-clickhouse_keeper.log
99442025-02-11T20:47:06.283Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99452025-02-11T20:47:07.291Zuploaded: /work/stamp-cockroachdb.log
99462025-02-11T20:47:07.291Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99472025-02-11T20:47:08.299Zuploaded: /work/stamp-crucible-dtrace.log
99482025-02-11T20:47:08.299Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99492025-02-11T20:47:09.307Zuploaded: /work/stamp-crucible-pantry-zone.log
99502025-02-11T20:47:09.307Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99512025-02-11T20:47:10.316Zuploaded: /work/stamp-crucible-zone.log
99522025-02-11T20:47:10.316Zuploading: /work/stamp-external-dns.log (119 bytes)
99532025-02-11T20:47:11.324Zuploaded: /work/stamp-external-dns.log
99542025-02-11T20:47:11.324Zuploading: /work/stamp-installinator.log (103 bytes)
99552025-02-11T20:47:12.332Zuploaded: /work/stamp-installinator.log
99562025-02-11T20:47:12.332Zuploading: /work/stamp-internal-dns.log (119 bytes)
99572025-02-11T20:47:13.339Zuploaded: /work/stamp-internal-dns.log
99582025-02-11T20:47:13.339Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99592025-02-11T20:47:14.348Zuploaded: /work/stamp-mg-ddm-gz.log
99602025-02-11T20:47:14.348Zuploading: /work/stamp-nexus.log (112 bytes)
99612025-02-11T20:47:15.356Zuploaded: /work/stamp-nexus.log
99622025-02-11T20:47:15.356Zuploading: /work/stamp-ntp.log (110 bytes)
99632025-02-11T20:47:17.368Zuploaded: /work/stamp-ntp.log
99642025-02-11T20:47:17.368Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99652025-02-11T20:47:18.375Zuploaded: /work/stamp-omicron-sled-agent.log
99662025-02-11T20:47:18.375Zuploading: /work/stamp-overlay.log (114 bytes)
99672025-02-11T20:47:19.383Zuploaded: /work/stamp-overlay.log
99682025-02-11T20:47:19.383Zuploading: /work/stamp-oximeter.log (115 bytes)
99692025-02-11T20:47:20.625Zuploaded: /work/stamp-oximeter.log
99702025-02-11T20:47:20.625Zuploading: /work/stamp-oxlog.log (109 bytes)
99712025-02-11T20:47:21.634Zuploaded: /work/stamp-oxlog.log
99722025-02-11T20:47:21.634Zuploading: /work/stamp-probe.log (112 bytes)
99732025-02-11T20:47:22.641Zuploaded: /work/stamp-probe.log
99742025-02-11T20:47:22.641Zuploading: /work/stamp-propolis-server.log (122 bytes)
99752025-02-11T20:47:23.648Zuploaded: /work/stamp-propolis-server.log
99762025-02-11T20:47:23.648Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99772025-02-11T20:47:24.656Zuploaded: /work/stamp-pumpkind-gz.log
99782025-02-11T20:47:24.656Zuploading: /work/stamp-switch-asic.log (118 bytes)
99792025-02-11T20:47:25.665Zuploaded: /work/stamp-switch-asic.log
99802025-02-11T20:47:25.665Zuploading: /work/verify-libraries.log (6147 bytes)
99812025-02-11T20:47:26.674Zuploaded: /work/verify-libraries.log