01JTQ2HGCXKTDCPMCQNCVGSJ01: 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: 01JTQ2J699NG77XP4BQH9ZQS4J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-08T04:31:54.119Zjob assigned to worker 01JTQ2JA52TXXAJ74METBBF3WD [factory aws, i-0063b84030935f191] (queued for 1 m 2 s)
 
22025-05-08T04:32:02.016Zstarting task 0: "setup"
32025-05-08T04:32:02.021Z++ uname -s
42025-05-08T04:32:02.025Z+ kern=SunOS
52025-05-08T04:32:02.025Z+ build_user=build
62025-05-08T04:32:02.025Z+ build_uid=12345
72025-05-08T04:32:02.025Z+ work_dir=/work
82025-05-08T04:32:02.025Z+ input_dir=/input
92025-05-08T04:32:02.025Z+ [[ 0 == 12345 ]]
102025-05-08T04:32:02.025Z+ case "$kern" in
112025-05-08T04:32:02.025Z+ groupadd -g 12345 build
122025-05-08T04:32:02.025Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-08T04:32:04.034Z+ zfs create -o mountpoint=/work rpool/work
142025-05-08T04:32:04.153Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-08T04:32:04.158Z+ home_fs=zfs
162025-05-08T04:32:04.158Z+ [[ zfs == autofs ]]
172025-05-08T04:32:04.158Z+ mkdir -p /home/build
182025-05-08T04:32:04.161Z+ chown build:build /home/build /work
192025-05-08T04:32:06.165Z+ chmod 0700 /home/build /work
202025-05-08T04:32:06.170Zprocess exited: duration 4147 ms, exit code 0
 
212025-05-08T04:32:06.177Zstarting task 1: "rust-toolchain"
222025-05-08T04:32:06.183Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-08T04:32:06.183Z * rust toolchain channel = "1.86.0"
242025-05-08T04:32:06.183Z * rust toolchain profile = "default"
252025-05-08T04:32:06.183Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-05-08T04:32:06.183Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-08T04:32:06.183Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-08T04:32:06.190Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-08T04:32:06.190Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-08T04:32:06.337Zinfo: downloading installer
312025-05-08T04:32:07.826Zwarn: It looks like you have an existing installation of Rust at:
322025-05-08T04:32:07.826Zwarn: /opt/ooce/bin
332025-05-08T04:32:07.826Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-08T04:32:07.826Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-08T04:32:07.826Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-08T04:32:07.826Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-08T04:32:07.826Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-08T04:32:07.826Zerror: cannot install while Rust is installed
392025-05-08T04:32:07.826Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-08T04:32:07.846Zinfo: profile set to 'default'
412025-05-08T04:32:07.846Zinfo: default host triple is x86_64-unknown-illumos
422025-05-08T04:32:07.850Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-08T04:32:08.044Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-08T04:32:08.044Zinfo: downloading component 'cargo'
452025-05-08T04:32:08.858Zinfo: downloading component 'clippy'
462025-05-08T04:32:09.135Zinfo: downloading component 'rust-docs'
472025-05-08T04:32:10.723Zinfo: downloading component 'rust-std'
482025-05-08T04:32:12.556Zinfo: downloading component 'rustc'
492025-05-08T04:32:19.774Zinfo: downloading component 'rustfmt'
502025-05-08T04:32:20.110Zinfo: installing component 'cargo'
512025-05-08T04:32:20.923Zinfo: installing component 'clippy'
522025-05-08T04:32:21.310Zinfo: installing component 'rust-docs'
532025-05-08T04:32:23.226Zinfo: installing component 'rust-std'
542025-05-08T04:32:24.927Zinfo: installing component 'rustc'
552025-05-08T04:32:31.297Zinfo: installing component 'rustfmt'
562025-05-08T04:32:31.630Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-08T04:32:31.630Z
582025-05-08T04:32:32.047Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-08T04:32:32.047Z
602025-05-08T04:32:32.050Z
612025-05-08T04:32:32.050ZRust is installed now. Great!
622025-05-08T04:32:32.050Z
632025-05-08T04:32:32.050ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-08T04:32:32.051Zenvironment variable. This has not been done automatically.
652025-05-08T04:32:32.051Z
662025-05-08T04:32:32.051ZTo configure your current shell, you need to source
672025-05-08T04:32:32.051Zthe corresponding env file under $HOME/.cargo.
682025-05-08T04:32:32.051Z
692025-05-08T04:32:32.051ZThis is usually done by running one of the following (note the leading DOT):
702025-05-08T04:32:32.051Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-08T04:32:32.051Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-08T04:32:32.051Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-08T04:32:32.130Z+ rustup --version
742025-05-08T04:32:32.142Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-08T04:32:32.142Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-08T04:32:32.220Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-08T04:32:32.224Z+ cargo --version
782025-05-08T04:32:32.287Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-08T04:32:32.290Z+ rustc --version
802025-05-08T04:32:32.356Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-08T04:32:32.360Zprocess exited: duration 26172 ms, exit code 0
 
822025-05-08T04:32:32.367Zstarting task 2: "authentication"
832025-05-08T04:32:32.389Zprocess exited: duration 21 ms, exit code 0
 
842025-05-08T04:32:32.398Zstarting task 3: "clone repository"
852025-05-08T04:32:32.401Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-08T04:32:32.407Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-08T04:32:32.440ZCloning into '/work/oxidecomputer/omicron'...
882025-05-08T04:32:46.434Z+ cd /work/oxidecomputer/omicron
892025-05-08T04:32:46.435Z+ git fetch origin 9021e840b89c140c82ea6d71def60f522728acad
902025-05-08T04:32:46.780ZFrom https://github.com/oxidecomputer/omicron
912025-05-08T04:32:46.783Z * branch 9021e840b89c140c82ea6d71def60f522728acad -> FETCH_HEAD
922025-05-08T04:32:46.790Z+ [[ -n '' ]]
932025-05-08T04:32:46.790Z+ git reset --hard 9021e840b89c140c82ea6d71def60f522728acad
942025-05-08T04:32:46.859ZHEAD is now at 9021e840b update winnow + usage
952025-05-08T04:32:46.862Zprocess exited: duration 14459 ms, exit code 0
 
962025-05-08T04:32:46.868Zstarting task 4: "build"
972025-05-08T04:32:46.873Z+ source .github/buildomat/ci-env.sh
982025-05-08T04:32:46.873Z++ export CARGO_TERM_COLOR=always
992025-05-08T04:32:46.873Z++ CARGO_TERM_COLOR=always
1002025-05-08T04:32:46.873Z+ cargo --version
1012025-05-08T04:32:46.929Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1022025-05-08T04:32:46.933Z+ rustc --version
1032025-05-08T04:32:46.999Zrustc 1.86.0 (05f9846f8 2025-03-31)
1042025-05-08T04:32:47.003Z+ cargo tree --locked
1052025-05-08T04:32:47.282Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1062025-05-08T04:32:47.564Z Updating git repository `https://github.com/seanmonstar/reqwest`
1072025-05-08T04:32:48.276Z Updating crates.io index
1082025-05-08T04:32:48.344Z Updating git repository `https://github.com/oxidecomputer/lldp`
1092025-05-08T04:32:48.650Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1102025-05-08T04:32:49.219Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1112025-05-08T04:32:49.487Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1122025-05-08T04:32:49.723Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1132025-05-08T04:32:50.033Z Updating git repository `https://github.com/oxidecomputer/propolis`
1142025-05-08T04:32:51.255Z Updating git repository `https://github.com/oxidecomputer/crucible`
1152025-05-08T04:32:53.238Z Updating git repository `https://github.com/oxidecomputer/opte`
1162025-05-08T04:32:54.084Z Updating git repository `https://github.com/oxidecomputer/falcon`
1172025-05-08T04:32:54.891Z Updating git repository `https://github.com/oxidecomputer/clickward`
1182025-05-08T04:32:55.177Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1192025-05-08T04:32:55.449Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1202025-05-08T04:32:56.113Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1212025-05-08T04:32:56.465Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222025-05-08T04:32:56.933Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1232025-05-08T04:32:57.213Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1242025-05-08T04:32:57.516Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252025-05-08T04:32:57.875Z Updating git repository `https://github.com/oxidecomputer/tofino`
1262025-05-08T04:32:58.138Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272025-05-08T04:32:58.401Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282025-05-08T04:32:58.658Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292025-05-08T04:32:58.994Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1302025-05-08T04:32:59.315Z Updating git repository `https://github.com/oxidecomputer/ispf`
1312025-05-08T04:32:59.706Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322025-05-08T04:32:59.956Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332025-05-08T04:33:00.371Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1342025-05-08T04:33:00.712Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352025-05-08T04:33:01.033Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362025-05-08T04:33:01.523Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1372025-05-08T04:33:02.037Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382025-05-08T04:33:02.299Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392025-05-08T04:33:02.661Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402025-05-08T04:33:02.925Z Updating git repository `https://github.com/oxidecomputer/omicron`
1412025-05-08T04:33:11.871Z Updating git repository `https://github.com/illumos/smf-rs`
1422025-05-08T04:33:13.565Z Downloading crates ...
1432025-05-08T04:33:13.697Z Downloaded anstyle v1.0.10
1442025-05-08T04:33:13.701Z Downloaded anstyle-parse v0.2.5
1452025-05-08T04:33:13.706Z Downloaded addr2line v0.24.2
1462025-05-08T04:33:13.709Z Downloaded atty v0.2.14
1472025-05-08T04:33:13.709Z Downloaded adler2 v2.0.0
1482025-05-08T04:33:13.712Z Downloaded atomicwrites v0.4.4
1492025-05-08T04:33:13.712Z Downloaded assert_matches v1.5.0
1502025-05-08T04:33:13.725Z Downloaded cfg_aliases v0.2.1
1512025-05-08T04:33:13.735Z Downloaded cfg_aliases v0.1.1
1522025-05-08T04:33:13.738Z Downloaded aead v0.5.2
1532025-05-08T04:33:13.742Z Downloaded flume v0.11.1
1542025-05-08T04:33:13.748Z Downloaded block-buffer v0.10.4
1552025-05-08T04:33:13.751Z Downloaded async-stream-impl v0.3.6
1562025-05-08T04:33:13.751Z Downloaded atomic-waker v1.1.2
1572025-05-08T04:33:13.751Z Downloaded futures-util v0.3.31
1582025-05-08T04:33:13.764Z Downloaded futures-lite v2.3.0
1592025-05-08T04:33:13.767Z Downloaded filetime v0.2.25
1602025-05-08T04:33:13.770Z Downloaded event-listener-strategy v0.5.2
1612025-05-08T04:33:13.770Z Downloaded futures-io v0.3.31
1622025-05-08T04:33:13.774Z Downloaded futures-macro v0.3.31
1632025-05-08T04:33:13.774Z Downloaded futures v0.3.31
1642025-05-08T04:33:13.780Z Downloaded hash32 v0.2.1
1652025-05-08T04:33:13.784Z Downloaded errno v0.3.9
1662025-05-08T04:33:13.788Z Downloaded castaway v0.2.3
1672025-05-08T04:33:13.791Z Downloaded getrandom v0.3.1
1682025-05-08T04:33:13.791Z Downloaded futures-sink v0.3.31
1692025-05-08T04:33:13.794Z Downloaded funty v2.0.0
1702025-05-08T04:33:13.797Z Downloaded heck v0.4.1
1712025-05-08T04:33:13.797Z Downloaded gethostname v0.5.0
1722025-05-08T04:33:13.800Z Downloaded cast v0.3.0
1732025-05-08T04:33:13.800Z Downloaded cexpr v0.6.0
1742025-05-08T04:33:13.803Z Downloaded num-iter v0.1.45
1752025-05-08T04:33:13.806Z Downloaded num-conv v0.1.0
1762025-05-08T04:33:13.806Z Downloaded hostname v0.4.0
1772025-05-08T04:33:13.809Z Downloaded cfg-if v1.0.0
1782025-05-08T04:33:13.812Z Downloaded hex v0.4.3
1792025-05-08T04:33:13.812Z Downloaded globset v0.4.15
1802025-05-08T04:33:13.815Z Downloaded glob v0.3.2
1812025-05-08T04:33:13.818Z Downloaded hmac v0.12.1
1822025-05-08T04:33:13.821Z Downloaded base64ct v1.6.0
1832025-05-08T04:33:13.824Z Downloaded bit-vec v0.8.0
1842025-05-08T04:33:13.827Z Downloaded bit-set v0.8.0
1852025-05-08T04:33:13.830Z Downloaded cargo_metadata v0.18.1
1862025-05-08T04:33:13.831Z Downloaded futures-task v0.3.31
1872025-05-08T04:33:13.834Z Downloaded camino-tempfile v1.1.1
1882025-05-08T04:33:13.837Z Downloaded hyper-tls v0.6.0
1892025-05-08T04:33:13.837Z Downloaded parking v2.2.1
1902025-05-08T04:33:13.840Z Downloaded hubpack_derive v0.1.1
1912025-05-08T04:33:13.840Z Downloaded http-range v0.1.5
1922025-05-08T04:33:13.843Z Downloaded http-body v1.0.1
1932025-05-08T04:33:13.843Z Downloaded bzip2 v0.4.4
1942025-05-08T04:33:13.846Z Downloaded pbkdf2 v0.11.0
1952025-05-08T04:33:13.850Z Downloaded olpc-cjson v0.1.4
1962025-05-08T04:33:13.853Z Downloaded heck v0.3.3
1972025-05-08T04:33:13.853Z Downloaded piper v0.2.4
1982025-05-08T04:33:13.856Z Downloaded chacha20 v0.9.1
1992025-05-08T04:33:13.859Z Downloaded humantime v2.1.0
2002025-05-08T04:33:13.862Z Downloaded rpassword v7.3.1
2012025-05-08T04:33:13.862Z Downloaded http-body-util v0.1.3
2022025-05-08T04:33:13.866Z Downloaded httpdate v1.0.3
2032025-05-08T04:33:13.869Z Downloaded oxnet v0.1.1
2042025-05-08T04:33:13.869Z Downloaded heck v0.5.0
2052025-05-08T04:33:13.872Z Downloaded async-lock v3.4.0
2062025-05-08T04:33:13.875Z Downloaded cancel-safe-futures v0.1.5
2072025-05-08T04:33:13.878Z Downloaded plotters-svg v0.3.7
2082025-05-08T04:33:13.881Z Downloaded async-io v2.3.4
2092025-05-08T04:33:13.884Z Downloaded scroll_derive v0.12.0
2102025-05-08T04:33:13.884Z Downloaded allocator-api2 v0.2.18
2112025-05-08T04:33:13.887Z Downloaded hubpack v0.1.2
2122025-05-08T04:33:13.891Z Downloaded sigpipe v0.1.3
2132025-05-08T04:33:13.895Z Downloaded russh-cryptovec v0.7.3
2142025-05-08T04:33:13.895Z Downloaded pbkdf2 v0.12.2
2152025-05-08T04:33:13.898Z Downloaded pathdiff v0.2.3
2162025-05-08T04:33:13.898Z Downloaded serde-big-array v0.5.1
2172025-05-08T04:33:13.901Z Downloaded sync_wrapper v1.0.1
2182025-05-08T04:33:13.901Z Downloaded sqlparser_derive v0.2.2
2192025-05-08T04:33:13.901Z Downloaded rand_chacha v0.9.0
2202025-05-08T04:33:13.904Z Downloaded rand_chacha v0.3.1
2212025-05-08T04:33:13.907Z Downloaded sync-ptr v0.1.1
2222025-05-08T04:33:13.907Z Downloaded event-listener v5.3.1
2232025-05-08T04:33:13.911Z Downloaded similar-asserts v1.7.0
2242025-05-08T04:33:13.914Z Downloaded tower-service v0.3.3
2252025-05-08T04:33:13.914Z Downloaded tower-layer v0.3.3
2262025-05-08T04:33:13.917Z Downloaded iana-time-zone v0.1.63
2272025-05-08T04:33:13.920Z Downloaded cfg-expr v0.18.0
2282025-05-08T04:33:13.923Z Downloaded scrypt v0.11.0
2292025-05-08T04:33:13.925Z Downloaded quick-error v1.2.3
2302025-05-08T04:33:13.929Z Downloaded rand_core v0.6.4
2312025-05-08T04:33:13.929Z Downloaded hyper-rustls v0.26.0
2322025-05-08T04:33:13.932Z Downloaded highway v1.3.0
2332025-05-08T04:33:13.935Z Downloaded rand_seeder v0.3.0
2342025-05-08T04:33:13.938Z Downloaded simd-adler32 v0.3.7
2352025-05-08T04:33:13.940Z Downloaded signature v2.2.0
2362025-05-08T04:33:13.943Z Downloaded zone_cfg_derive v0.3.0
2372025-05-08T04:33:13.943Z Downloaded phf_generator v0.11.2
2382025-05-08T04:33:13.946Z Downloaded omicron-zone-package v0.12.0
2392025-05-08T04:33:13.952Z Downloaded strum_macros v0.25.3
2402025-05-08T04:33:13.955Z Downloaded spki v0.7.3
2412025-05-08T04:33:13.955Z Downloaded pin-project-lite v0.2.14
2422025-05-08T04:33:13.959Z Downloaded thiserror v1.0.69
2432025-05-08T04:33:13.996Z Downloaded topological-sort v0.2.2
2442025-05-08T04:33:14.000Z Downloaded thiserror-no-std v2.0.2
2452025-05-08T04:33:14.000Z Downloaded defmt-parser v0.3.4
2462025-05-08T04:33:14.000Z Downloaded blake2 v0.10.6
2472025-05-08T04:33:14.000Z Downloaded parking_lot v0.11.2
2482025-05-08T04:33:14.000Z Downloaded unicase v2.7.0
2492025-05-08T04:33:14.000Z Downloaded bytes v1.10.1
2502025-05-08T04:33:14.000Z Downloaded utf8parse v0.2.2
2512025-05-08T04:33:14.000Z Downloaded utf8_iter v1.0.4
2522025-05-08T04:33:14.000Z Downloaded usdt-impl v0.5.0
2532025-05-08T04:33:14.001Z Downloaded ciborium-io v0.2.2
2542025-05-08T04:33:14.001Z Downloaded smallvec v1.14.0
2552025-05-08T04:33:14.001Z Downloaded env_filter v0.1.2
2562025-05-08T04:33:14.001Z Downloaded enum-as-inner v0.6.1
2572025-05-08T04:33:14.004Z Downloaded match_cfg v0.1.0
2582025-05-08T04:33:14.004Z Downloaded strum_macros v0.26.4
2592025-05-08T04:33:14.007Z Downloaded lazy_static v1.5.0
2602025-05-08T04:33:14.010Z Downloaded zone v0.1.8
2612025-05-08T04:33:14.011Z Downloaded ctr v0.9.2
2622025-05-08T04:33:14.014Z Downloaded openssl-sys v0.9.107
2632025-05-08T04:33:14.018Z Downloaded crossbeam-deque v0.8.5
2642025-05-08T04:33:14.021Z Downloaded criterion-plot v0.5.0
2652025-05-08T04:33:14.025Z Downloaded csv-core v0.1.11
2662025-05-08T04:33:14.028Z Downloaded pest_meta v2.7.14
2672025-05-08T04:33:14.031Z Downloaded debug-ignore v1.0.5
2682025-05-08T04:33:14.031Z Downloaded dof v0.3.0
2692025-05-08T04:33:14.034Z Downloaded defmt-macros v0.3.9
2702025-05-08T04:33:14.037Z Downloaded openssl-probe v0.1.5
2712025-05-08T04:33:14.041Z Downloaded openssl-macros v0.1.1
2722025-05-08T04:33:14.041Z Downloaded ryu v1.0.18
2732025-05-08T04:33:14.044Z Downloaded base64 v0.22.1
2742025-05-08T04:33:14.048Z Downloaded precomputed-hash v0.1.1
2752025-05-08T04:33:14.051Z Downloaded path-slash v0.1.5
2762025-05-08T04:33:14.051Z Downloaded packed_struct_codegen v0.10.1
2772025-05-08T04:33:14.055Z Downloaded lalrpop-util v0.19.12
2782025-05-08T04:33:14.055Z Downloaded untrusted v0.9.0
2792025-05-08T04:33:14.058Z Downloaded ingot-types v0.1.0
2802025-05-08T04:33:14.061Z Downloaded rand_xorshift v0.3.0
2812025-05-08T04:33:14.061Z Downloaded libsw-core v0.3.1
2822025-05-08T04:33:14.064Z Downloaded yasna v0.5.2
2832025-05-08T04:33:14.067Z Downloaded similar v2.7.0
2842025-05-08T04:33:14.072Z Downloaded maplit v1.0.2
2852025-05-08T04:33:14.076Z Downloaded dirs-sys-next v0.1.2
2862025-05-08T04:33:14.076Z Downloaded nibble_vec v0.1.0
2872025-05-08T04:33:14.079Z Downloaded packed_struct v0.10.1
2882025-05-08T04:33:14.082Z Downloaded multimap v0.10.0
2892025-05-08T04:33:14.082Z Downloaded nodrop v0.1.14
2902025-05-08T04:33:14.085Z Downloaded nanorand v0.7.0
2912025-05-08T04:33:14.088Z Downloaded num_enum v0.5.11
2922025-05-08T04:33:14.091Z Downloaded paste v1.0.15
2932025-05-08T04:33:14.095Z Downloaded take_mut v0.2.2
2942025-05-08T04:33:14.098Z Downloaded ssh-encoding v0.2.0
2952025-05-08T04:33:14.101Z Downloaded try-lock v0.2.5
2962025-05-08T04:33:14.101Z Downloaded env_logger v0.10.2
2972025-05-08T04:33:14.105Z Downloaded target-triple v0.1.3
2982025-05-08T04:33:14.108Z Downloaded xshell-macros v0.2.7
2992025-05-08T04:33:14.108Z Downloaded want v0.3.1
3002025-05-08T04:33:14.111Z Downloaded predicates-core v1.0.8
3012025-05-08T04:33:14.114Z Downloaded predicates v3.1.3
3022025-05-08T04:33:14.117Z Downloaded shell-words v1.1.0
3032025-05-08T04:33:14.117Z Downloaded serde_plain v1.0.2
3042025-05-08T04:33:14.120Z Downloaded unarray v0.1.4
3052025-05-08T04:33:14.120Z Downloaded tokio-rustls v0.26.0
3062025-05-08T04:33:14.123Z Downloaded rand v0.8.5
3072025-05-08T04:33:14.127Z Downloaded typify-macro v0.3.0
3082025-05-08T04:33:14.130Z Downloaded diff v0.1.13
3092025-05-08T04:33:14.133Z Downloaded rustls-native-certs v0.7.3
3102025-05-08T04:33:14.136Z Downloaded structmeta v0.3.0
3112025-05-08T04:33:14.139Z Downloaded poly1305 v0.8.0
3122025-05-08T04:33:14.142Z Downloaded serde_repr v0.1.19
3132025-05-08T04:33:14.146Z Downloaded tokio-native-tls v0.3.1
3142025-05-08T04:33:14.149Z Downloaded tokio-macros v2.5.0
3152025-05-08T04:33:14.149Z Downloaded hickory-server v0.24.4
3162025-05-08T04:33:14.155Z Downloaded diesel_table_macro_syntax v0.2.0
3172025-05-08T04:33:14.158Z Downloaded ident_case v1.0.1
3182025-05-08T04:33:14.161Z Downloaded typify-macro v0.2.0
3192025-05-08T04:33:14.161Z Downloaded xattr v1.3.1
3202025-05-08T04:33:14.164Z Downloaded tokio-tungstenite v0.21.0
3212025-05-08T04:33:14.167Z Downloaded icu_locid v1.5.0
3222025-05-08T04:33:14.170Z Downloaded peg-macros v0.8.5
3232025-05-08T04:33:14.174Z Downloaded const_format_proc_macros v0.2.34
3242025-05-08T04:33:14.177Z Downloaded md5 v0.7.0
3252025-05-08T04:33:14.180Z Downloaded signal-hook-tokio v0.3.1
3262025-05-08T04:33:14.180Z Downloaded cpufeatures v0.2.14
3272025-05-08T04:33:14.184Z Downloaded crc v3.2.1
3282025-05-08T04:33:14.187Z Downloaded strsim v0.11.1
3292025-05-08T04:33:14.187Z Downloaded polyval v0.6.2
3302025-05-08T04:33:14.190Z Downloaded opaque-debug v0.3.1
3312025-05-08T04:33:14.194Z Downloaded compact_str v0.8.0
3322025-05-08T04:33:14.197Z Downloaded peg-runtime v0.8.5
3332025-05-08T04:33:14.197Z Downloaded oso-derive v0.27.3
3342025-05-08T04:33:14.200Z Downloaded num-traits v0.2.19
3352025-05-08T04:33:14.203Z Downloaded siphasher v0.3.11
3362025-05-08T04:33:14.203Z Downloaded rsa v0.9.6
3372025-05-08T04:33:14.208Z Downloaded indent_write v2.2.0
3382025-05-08T04:33:14.211Z Downloaded libscf-sys v1.1.0
3392025-05-08T04:33:14.214Z Downloaded lazycell v1.3.0
3402025-05-08T04:33:14.215Z Downloaded digest v0.10.7
3412025-05-08T04:33:14.217Z Downloaded xshell v0.2.7
3422025-05-08T04:33:14.220Z Downloaded maybe-uninit v2.0.0
3432025-05-08T04:33:14.223Z Downloaded http v1.2.0
3442025-05-08T04:33:14.227Z Downloaded difflib v0.4.0
3452025-05-08T04:33:14.229Z Downloaded target-lexicon v0.13.2
3462025-05-08T04:33:14.232Z Downloaded tinyvec_macros v0.1.1
3472025-05-08T04:33:14.233Z Downloaded strum v0.26.3
3482025-05-08T04:33:14.236Z Downloaded cookie_store v0.21.1
3492025-05-08T04:33:14.239Z Downloaded itoa v1.0.11
3502025-05-08T04:33:14.239Z Downloaded tokio-stream v0.1.17
3512025-05-08T04:33:14.244Z Downloaded terminal_size v0.2.6
3522025-05-08T04:33:14.247Z Downloaded daft-derive v0.1.3
3532025-05-08T04:33:14.250Z Downloaded pem v3.0.5
3542025-05-08T04:33:14.255Z Downloaded psl-types v2.0.11
3552025-05-08T04:33:14.258Z Downloaded xz2 v0.1.7
3562025-05-08T04:33:14.258Z Downloaded tinyvec v1.8.0
3572025-05-08T04:33:14.261Z Downloaded const_format v0.2.34
3582025-05-08T04:33:14.267Z Downloaded rustc_version v0.1.7
3592025-05-08T04:33:14.270Z Downloaded impl-trait-for-tuples v0.2.2
3602025-05-08T04:33:14.273Z Downloaded zstd-safe v7.2.3
3612025-05-08T04:33:14.276Z Downloaded crunchy v0.2.2
3622025-05-08T04:33:14.276Z Downloaded clang-sys v1.8.1
3632025-05-08T04:33:14.279Z Downloaded zeroize_derive v1.4.2
3642025-05-08T04:33:14.282Z Downloaded serde_spanned v0.6.8
3652025-05-08T04:33:14.285Z Downloaded same-file v1.0.6
3662025-05-08T04:33:14.285Z Downloaded derive_builder_macro v0.20.2
3672025-05-08T04:33:14.288Z Downloaded minimal-lexical v0.2.1
3682025-05-08T04:33:14.292Z Downloaded strum_macros v0.24.3
3692025-05-08T04:33:14.295Z Downloaded tls_codec_derive v0.4.1
3702025-05-08T04:33:14.298Z Downloaded rustyline v14.0.0
3712025-05-08T04:33:14.303Z Downloaded ssh-cipher v0.2.0
3722025-05-08T04:33:14.306Z Downloaded tls_codec v0.4.1
3732025-05-08T04:33:14.309Z Downloaded icu_provider_macros v1.5.0
3742025-05-08T04:33:14.312Z Downloaded embedded-io v0.6.1
3752025-05-08T04:33:14.312Z Downloaded tui-tree-widget v0.23.0
3762025-05-08T04:33:14.315Z Downloaded thread-id v4.2.2
3772025-05-08T04:33:14.318Z Downloaded unicode-xid v0.2.6
3782025-05-08T04:33:14.318Z Downloaded ucd-trie v0.1.7
3792025-05-08T04:33:14.321Z Downloaded lzss v0.8.2
3802025-05-08T04:33:14.324Z Downloaded number_prefix v0.4.0
3812025-05-08T04:33:14.324Z Downloaded crossbeam-channel v0.5.15
3822025-05-08T04:33:14.329Z Downloaded zeroize v1.8.1
3832025-05-08T04:33:14.333Z Downloaded wyz v0.5.1
3842025-05-08T04:33:14.336Z Downloaded postgres-types v0.2.9
3852025-05-08T04:33:14.339Z Downloaded progenitor-client v0.9.1
3862025-05-08T04:33:14.339Z Downloaded progenitor-client v0.8.0
3872025-05-08T04:33:14.341Z Downloaded crc-any v2.5.0
3882025-05-08T04:33:14.345Z Downloaded constant_time_eq v0.3.1
3892025-05-08T04:33:14.345Z Downloaded sha2 v0.10.8
3902025-05-08T04:33:14.348Z Downloaded tower v0.5.2
3912025-05-08T04:33:14.358Z Downloaded rfc6979 v0.4.0
3922025-05-08T04:33:14.362Z Downloaded native-tls v0.2.12
3932025-05-08T04:33:14.365Z Downloaded indexmap v1.9.3
3942025-05-08T04:33:14.368Z Downloaded subtle v2.6.1
3952025-05-08T04:33:14.368Z Downloaded kstat-rs v0.2.4
3962025-05-08T04:33:14.372Z Downloaded test-strategy v0.4.0
3972025-05-08T04:33:14.375Z Downloaded keccak v0.1.5
3982025-05-08T04:33:14.379Z Downloaded trybuild v1.0.103
3992025-05-08T04:33:14.382Z Downloaded write16 v1.0.0
4002025-05-08T04:33:14.385Z Downloaded waitgroup v0.1.2
4012025-05-08T04:33:14.385Z Downloaded usdt-attr-macro v0.5.0
4022025-05-08T04:33:14.388Z Downloaded macaddr v1.0.1
4032025-05-08T04:33:14.391Z Downloaded num-integer v0.1.46
4042025-05-08T04:33:14.391Z Downloaded num-derive v0.4.2
4052025-05-08T04:33:14.395Z Downloaded walkdir v2.5.0
4062025-05-08T04:33:14.398Z Downloaded crucible-workspace-hack v0.1.0
4072025-05-08T04:33:14.398Z Downloaded proc-macro-crate v1.3.1
4082025-05-08T04:33:14.401Z Downloaded parse-display-derive v0.10.0
4092025-05-08T04:33:14.401Z Downloaded num-rational v0.4.2
4102025-05-08T04:33:14.404Z Downloaded darling_macro v0.20.10
4112025-05-08T04:33:14.407Z Downloaded rusty-fork v0.3.0
4122025-05-08T04:33:14.407Z Downloaded parse-display v0.10.0
4132025-05-08T04:33:14.410Z Downloaded colored v2.2.0
4142025-05-08T04:33:14.413Z Downloaded newline-converter v0.3.0
4152025-05-08T04:33:14.416Z Downloaded new_debug_unreachable v1.0.6
4162025-05-08T04:33:14.416Z Downloaded steno v0.4.1
4172025-05-08T04:33:14.420Z Downloaded rustversion v1.0.17
4182025-05-08T04:33:14.423Z Downloaded tough v0.20.0
4192025-05-08T04:33:14.433Z Downloaded newtype_derive v0.1.6
4202025-05-08T04:33:14.436Z Downloaded nested v0.1.1
4212025-05-08T04:33:14.436Z Downloaded toml_datetime v0.6.8
4222025-05-08T04:33:14.439Z Downloaded string_cache v0.8.9
4232025-05-08T04:33:14.442Z Downloaded termcolor v1.4.1
4242025-05-08T04:33:14.445Z Downloaded which v4.4.2
4252025-05-08T04:33:14.445Z Downloaded tinytemplate v1.2.1
4262025-05-08T04:33:14.448Z Downloaded tinystr v0.7.6
4272025-05-08T04:33:14.451Z Downloaded mime_guess v2.0.5
4282025-05-08T04:33:14.455Z Downloaded yansi v1.0.1
4292025-05-08T04:33:14.458Z Downloaded vte v0.11.1
4302025-05-08T04:33:14.458Z Downloaded diesel_derives v2.2.3
4312025-05-08T04:33:14.463Z Downloaded primeorder v0.13.6
4322025-05-08T04:33:14.466Z Downloaded der_derive v0.7.3
4332025-05-08T04:33:14.469Z Downloaded pest_derive v2.7.14
4342025-05-08T04:33:14.472Z Downloaded time-core v0.1.2
4352025-05-08T04:33:14.472Z Downloaded deranged v0.3.11
4362025-05-08T04:33:14.475Z Downloaded supports-color v3.0.2
4372025-05-08T04:33:14.475Z Downloaded signal-hook v0.3.17
4382025-05-08T04:33:14.479Z Downloaded linked-hash-map v0.5.6
4392025-05-08T04:33:14.482Z Downloaded libefi-sys v0.1.0
4402025-05-08T04:33:14.485Z Downloaded serde_with_macros v3.12.0
4412025-05-08T04:33:14.488Z Downloaded cstr-argument v0.1.2
4422025-05-08T04:33:14.488Z Downloaded serde_urlencoded v0.7.1
4432025-05-08T04:33:14.491Z Downloaded memoffset v0.9.1
4442025-05-08T04:33:14.491Z Downloaded percent-encoding v2.3.1
4452025-05-08T04:33:14.494Z Downloaded progenitor v0.9.1
4462025-05-08T04:33:14.497Z Downloaded pest_generator v2.7.14
4472025-05-08T04:33:14.497Z Downloaded term v0.7.0
4482025-05-08T04:33:14.502Z Downloaded indoc v1.0.9
4492025-05-08T04:33:14.506Z Downloaded tokio-tungstenite v0.23.1
4502025-05-08T04:33:14.510Z Downloaded normalize-line-endings v0.3.0
4512025-05-08T04:33:14.510Z Downloaded quinn-udp v0.5.5
4522025-05-08T04:33:14.513Z Downloaded chrono-tz-build v0.4.0
4532025-05-08T04:33:14.514Z Downloaded chacha20poly1305 v0.10.1
4542025-05-08T04:33:14.516Z Downloaded powerfmt v0.2.0
4552025-05-08T04:33:14.519Z Downloaded rustls-pemfile v2.2.0
4562025-05-08T04:33:14.524Z Downloaded ciborium v0.2.2
4572025-05-08T04:33:14.524Z Downloaded structmeta-derive v0.3.0
4582025-05-08T04:33:14.526Z Downloaded scheduled-thread-pool v0.2.7
4592025-05-08T04:33:14.526Z Downloaded rustc_version v0.4.1
4602025-05-08T04:33:14.536Z Downloaded crc32fast v1.4.2
4612025-05-08T04:33:14.536Z Downloaded termtree v0.4.1
4622025-05-08T04:33:14.536Z Downloaded samael v0.0.18
4632025-05-08T04:33:14.540Z Downloaded zerofrom v0.1.4
4642025-05-08T04:33:14.549Z Downloaded unicode-linebreak v0.1.5
4652025-05-08T04:33:14.549Z Downloaded writeable v0.5.5
4662025-05-08T04:33:14.549Z Downloaded serde_yaml v0.9.34+deprecated
4672025-05-08T04:33:14.552Z Downloaded bindgen v0.69.5
4682025-05-08T04:33:14.558Z Downloaded dtrace-parser v0.2.0
4692025-05-08T04:33:14.561Z Downloaded toml v0.8.20
4702025-05-08T04:33:14.565Z Downloaded mio v1.0.2
4712025-05-08T04:33:14.569Z Downloaded oorandom v11.1.4
4722025-05-08T04:33:14.572Z Downloaded ppv-lite86 v0.2.20
4732025-05-08T04:33:14.575Z Downloaded uuid v1.16.0
4742025-05-08T04:33:14.578Z Downloaded miniz_oxide v0.8.5
4752025-05-08T04:33:14.581Z Downloaded parse-size v1.1.0
4762025-05-08T04:33:14.585Z Downloaded slog-dtrace v0.3.0
4772025-05-08T04:33:14.585Z Downloaded slog-bunyan v2.5.0
4782025-05-08T04:33:14.589Z Downloaded stable_deref_trait v1.2.0
4792025-05-08T04:33:14.589Z Downloaded crypto-bigint v0.5.5
4802025-05-08T04:33:14.595Z Downloaded doc-comment v0.3.3
4812025-05-08T04:33:14.601Z Downloaded tiny-keccak v2.0.2
4822025-05-08T04:33:14.604Z Downloaded thread_local v1.1.8
4832025-05-08T04:33:14.604Z Downloaded terminal_size v0.4.0
4842025-05-08T04:33:14.604Z Downloaded progenitor v0.8.0
4852025-05-08T04:33:14.607Z Downloaded zerocopy-derive v0.7.35
4862025-05-08T04:33:14.611Z Downloaded dyn-clone v1.0.19
4872025-05-08T04:33:14.615Z Downloaded dunce v1.0.5
4882025-05-08T04:33:14.615Z Downloaded cmake v0.1.51
4892025-05-08T04:33:14.618Z Downloaded publicsuffix v2.3.0
4902025-05-08T04:33:14.623Z Downloaded void v1.0.2
4912025-05-08T04:33:14.623Z Downloaded lru-cache v0.1.2
4922025-05-08T04:33:14.623Z Downloaded jiff-static v0.2.10
4932025-05-08T04:33:14.630Z Downloaded untrusted v0.7.1
4942025-05-08T04:33:14.630Z Downloaded x509-cert v0.2.5
4952025-05-08T04:33:14.636Z Downloaded async-std v1.13.0
4962025-05-08T04:33:14.652Z Downloaded ciborium-ll v0.2.2
4972025-05-08T04:33:14.655Z Downloaded quick-xml v0.37.2
4982025-05-08T04:33:14.660Z Downloaded clap_lex v0.7.4
4992025-05-08T04:33:14.662Z Downloaded tracing-attributes v0.1.27
5002025-05-08T04:33:14.665Z Downloaded embedded-io v0.4.0
5012025-05-08T04:33:14.665Z Downloaded ed25519 v2.2.3
5022025-05-08T04:33:14.669Z Downloaded num-bigint-dig v0.8.4
5032025-05-08T04:33:14.674Z Downloaded sqlparser v0.45.0
5042025-05-08T04:33:14.678Z Downloaded usdt v0.5.0
5052025-05-08T04:33:14.681Z Downloaded bindgen v0.71.1
5062025-05-08T04:33:14.687Z Downloaded swrite v0.1.0
5072025-05-08T04:33:14.690Z Downloaded ref-cast v1.0.23
5082025-05-08T04:33:14.694Z Downloaded des v0.8.1
5092025-05-08T04:33:14.694Z Downloaded static_assertions v1.1.0
5102025-05-08T04:33:14.697Z Downloaded quote v1.0.39
5112025-05-08T04:33:14.700Z Downloaded crc8 v0.1.1
5122025-05-08T04:33:14.700Z Downloaded cipher v0.4.4
5132025-05-08T04:33:14.703Z Downloaded proc-macro-error2 v2.0.1
5142025-05-08T04:33:14.706Z Downloaded ena v0.14.3
5152025-05-08T04:33:14.708Z Downloaded schemars v0.8.22
5162025-05-08T04:33:14.719Z Downloaded crypto-common v0.1.6
5172025-05-08T04:33:14.722Z Downloaded r2d2 v0.8.10
5182025-05-08T04:33:14.722Z Downloaded zerocopy-derive v0.8.10
5192025-05-08T04:33:14.728Z Downloaded kv-log-macro v1.0.7
5202025-05-08T04:33:14.731Z Downloaded idna v1.0.3
5212025-05-08T04:33:14.734Z Downloaded linear-map v1.2.0
5222025-05-08T04:33:14.738Z Downloaded bitvec v1.0.1
5232025-05-08T04:33:14.751Z Downloaded slog-envlogger v2.2.0
5242025-05-08T04:33:14.755Z Downloaded zerovec-derive v0.10.3
5252025-05-08T04:33:14.755Z Downloaded zerofrom-derive v0.1.4
5262025-05-08T04:33:14.758Z Downloaded signal-hook-mio v0.2.4
5272025-05-08T04:33:14.758Z Downloaded scopeguard v1.2.0
5282025-05-08T04:33:14.758Z Downloaded parking_lot_core v0.9.10
5292025-05-08T04:33:14.761Z Downloaded slog-json v2.6.1
5302025-05-08T04:33:14.763Z Downloaded parking_lot_core v0.8.6
5312025-05-08T04:33:14.767Z Downloaded pem-rfc7468 v0.7.0
5322025-05-08T04:33:14.770Z Downloaded universal-hash v0.5.1
5332025-05-08T04:33:14.770Z Downloaded schemars_derive v0.8.22
5342025-05-08T04:33:14.770Z Downloaded twox-hash v2.1.0
5352025-05-08T04:33:14.773Z Downloaded progenitor-impl v0.9.1
5362025-05-08T04:33:14.776Z Downloaded displaydoc v0.2.5
5372025-05-08T04:33:14.780Z Downloaded stringmetrics v2.2.2
5382025-05-08T04:33:14.783Z Downloaded unicode-normalization v0.1.24
5392025-05-08T04:33:14.786Z Downloaded vsss-rs v3.3.4
5402025-05-08T04:33:14.789Z Downloaded stringprep v0.1.5
5412025-05-08T04:33:14.789Z Downloaded password-hash v0.4.2
5422025-05-08T04:33:14.792Z Downloaded nom v7.1.3
5432025-05-08T04:33:14.796Z Downloaded parking_lot v0.12.3
5442025-05-08T04:33:14.799Z Downloaded cookie v0.18.1
5452025-05-08T04:33:14.802Z Downloaded serde_derive v1.0.219
5462025-05-08T04:33:14.805Z Downloaded toml_edit v0.19.15
5472025-05-08T04:33:14.820Z Downloaded slog v2.7.0
5482025-05-08T04:33:14.823Z Downloaded tabled v0.15.0
5492025-05-08T04:33:14.839Z Downloaded slog-scope v4.4.0
5502025-05-08T04:33:14.842Z Downloaded icu_normalizer_data v1.5.0
5512025-05-08T04:33:14.843Z Downloaded tungstenite v0.21.0
5522025-05-08T04:33:14.846Z Downloaded quinn v0.11.5
5532025-05-08T04:33:14.849Z Downloaded qorb v0.3.1
5542025-05-08T04:33:14.853Z Downloaded ed25519-dalek v2.1.1
5552025-05-08T04:33:14.856Z Downloaded zip v0.6.6
5562025-05-08T04:33:14.860Z Downloaded unicode-segmentation v1.12.0
5572025-05-08T04:33:14.865Z Downloaded portable-atomic v1.11.0
5582025-05-08T04:33:14.872Z Downloaded rayon v1.10.0
5592025-05-08T04:33:14.881Z Downloaded icu_normalizer v1.5.0
5602025-05-08T04:33:14.885Z Downloaded polar-core v0.27.3
5612025-05-08T04:33:14.894Z Downloaded unsafe-libyaml v0.2.11
5622025-05-08T04:33:14.897Z Downloaded tungstenite v0.23.0
5632025-05-08T04:33:14.900Z Downloaded parse-zoneinfo v0.3.1
5642025-05-08T04:33:14.904Z Downloaded rcgen v0.12.1
5652025-05-08T04:33:14.907Z Downloaded proptest v1.6.0
5662025-05-08T04:33:14.916Z Downloaded time v0.3.36
5672025-05-08T04:33:14.922Z Downloaded gimli v0.31.1
5682025-05-08T04:33:14.931Z Downloaded url v2.5.3
5692025-05-08T04:33:14.934Z Downloaded radix_trie v0.2.1
5702025-05-08T04:33:14.939Z Downloaded tracing v0.1.40
5712025-05-08T04:33:14.943Z Downloaded ssh-key v0.6.6
5722025-05-08T04:33:14.951Z Downloaded zerovec v0.10.4
5732025-05-08T04:33:14.958Z Downloaded webpki-roots v0.26.6
5742025-05-08T04:33:14.962Z Downloaded vcpkg v0.2.15
5752025-05-08T04:33:14.998Z Downloaded zip v2.6.1
5762025-05-08T04:33:15.002Z Downloaded rustls-webpki v0.101.7
5772025-05-08T04:33:15.016Z Downloaded reedline v0.38.0
5782025-05-08T04:33:15.022Z Downloaded crossterm v0.28.1
5792025-05-08T04:33:15.029Z Downloaded rustls-webpki v0.102.8
5802025-05-08T04:33:15.046Z Downloaded memchr v2.7.4
5812025-05-08T04:33:15.051Z Downloaded itertools v0.14.0
5822025-05-08T04:33:15.058Z Downloaded toml_edit v0.22.24
5832025-05-08T04:33:15.079Z Downloaded itertools v0.12.1
5842025-05-08T04:33:15.084Z Downloaded nix v0.29.0
5852025-05-08T04:33:15.095Z Downloaded typed-path v0.9.3
5862025-05-08T04:33:15.101Z Downloaded rustls v0.23.19
5872025-05-08T04:33:15.113Z Downloaded itertools v0.10.5
5882025-05-08T04:33:15.118Z Downloaded p384 v0.13.0
5892025-05-08T04:33:15.124Z Downloaded regex-syntax v0.8.5
5902025-05-08T04:33:15.132Z Downloaded syn v1.0.109
5912025-05-08T04:33:15.143Z Downloaded icu_properties_data v1.5.0
5922025-05-08T04:33:15.153Z Downloaded chrono v0.4.40
5932025-05-08T04:33:15.160Z Downloaded p521 v0.13.3
5942025-05-08T04:33:15.164Z Downloaded regex-syntax v0.6.29
5952025-05-08T04:33:15.171Z Downloaded quinn-proto v0.11.8
5962025-05-08T04:33:15.178Z Downloaded sled v0.34.7
5972025-05-08T04:33:15.189Z Downloaded bstr v1.10.0
5982025-05-08T04:33:15.199Z Downloaded unicode-width v0.1.14
5992025-05-08T04:33:15.205Z Downloaded syn v2.0.98
6002025-05-08T04:33:15.216Z Downloaded openssl v0.10.72
6012025-05-08T04:33:15.225Z Downloaded regex v1.11.1
6022025-05-08T04:33:15.237Z Downloaded zerocopy v0.8.10
6032025-05-08T04:33:15.259Z Downloaded curve25519-dalek v4.1.3
6042025-05-08T04:33:15.267Z Downloaded zerocopy-derive v0.6.6
6052025-05-08T04:33:15.275Z Downloaded smoltcp v0.11.0
6062025-05-08T04:33:15.287Z Downloaded dropshot v0.16.0
6072025-05-08T04:33:15.308Z Downloaded libm v0.2.8
6082025-05-08T04:33:15.316Z Downloaded jiff v0.2.10
6092025-05-08T04:33:15.332Z Downloaded object v0.30.4
6102025-05-08T04:33:15.341Z Downloaded rustix v0.37.28
6112025-05-08T04:33:15.359Z Downloaded smoltcp v0.9.1
6122025-05-08T04:33:15.369Z Downloaded chrono-tz v0.10.3
6132025-05-08T04:33:15.396Z Downloaded openapiv3 v2.0.0
6142025-05-08T04:33:15.396Z Downloaded libz-sys v1.1.20
6152025-05-08T04:33:15.407Z Downloaded rustix v0.38.37
6162025-05-08T04:33:15.427Z Downloaded diesel v2.2.9
6172025-05-08T04:33:15.445Z Downloaded object v0.36.5
6182025-05-08T04:33:15.455Z Downloaded typify-impl v0.3.0
6192025-05-08T04:33:15.473Z Downloaded typify-impl v0.2.0
6202025-05-08T04:33:15.489Z Downloaded regress v0.10.3
6212025-05-08T04:33:15.496Z Downloaded hickory-proto v0.24.4
6222025-05-08T04:33:15.510Z Downloaded unicode-width v0.2.0
6232025-05-08T04:33:15.517Z Downloaded bzip2-sys v0.1.13+1.0.8
6242025-05-08T04:33:15.529Z Downloaded petname v2.0.2
6252025-05-08T04:33:15.535Z Downloaded rustls v0.22.4
6262025-05-08T04:33:15.548Z Downloaded rustls v0.21.12
6272025-05-08T04:33:15.559Z Downloaded ratatui v0.29.0
6282025-05-08T04:33:15.578Z Downloaded lalrpop v0.19.12
6292025-05-08T04:33:15.588Z Downloaded nix v0.28.0
6302025-05-08T04:33:15.599Z Downloaded nix v0.27.1
6312025-05-08T04:33:15.609Z Downloaded regex-automata v0.4.8
6322025-05-08T04:33:15.626Z Downloaded itertools v0.13.0
6332025-05-08T04:33:15.633Z Downloaded serde_with v3.12.0
6342025-05-08T04:33:15.641Z Downloaded pest v2.7.14
6352025-05-08T04:33:15.646Z Downloaded tokio-util v0.7.13
6362025-05-08T04:33:15.653Z Downloaded serde_json v1.0.140
6372025-05-08T04:33:15.659Z Downloaded salty v0.3.0
6382025-05-08T04:33:15.668Z Downloaded icu_locid_transform_data v1.5.0
6392025-05-08T04:33:15.671Z Downloaded crossbeam-utils v0.8.21
6402025-05-08T04:33:15.674Z Downloaded proc-macro2 v1.0.94
6412025-05-08T04:33:15.674Z Downloaded libloading v0.8.5
6422025-05-08T04:33:15.677Z Downloaded libsw v3.4.0
6432025-05-08T04:33:15.681Z Downloaded petgraph v0.6.5
6442025-05-08T04:33:15.696Z Downloaded tabled v0.18.0
6452025-05-08T04:33:15.713Z Downloaded crossbeam-epoch v0.9.18
6462025-05-08T04:33:15.716Z Downloaded petgraph v0.7.1
6472025-05-08T04:33:15.731Z Downloaded httpmock v0.8.0-alpha.1
6482025-05-08T04:33:15.749Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6492025-05-08T04:33:15.767Z Downloaded rustls-pki-types v1.10.0
6502025-05-08T04:33:15.771Z Downloaded once_cell v1.21.3
6512025-05-08T04:33:15.775Z Downloaded ecdsa v0.16.9
6522025-05-08T04:33:15.778Z Downloaded log v0.4.22
6532025-05-08T04:33:15.778Z Downloaded memmap2 v0.9.5
6542025-05-08T04:33:15.782Z Downloaded owo-colors v4.2.0
6552025-05-08T04:33:15.785Z Downloaded unicode-properties v0.1.3
6562025-05-08T04:33:15.785Z Downloaded libc v0.2.171
6572025-05-08T04:33:15.810Z Downloaded tokio v1.43.1
6582025-05-08T04:33:15.847Z Downloaded sha3 v0.10.8
6592025-05-08T04:33:15.851Z Downloaded smf v0.2.3
6602025-05-08T04:33:15.854Z Downloaded smallvec v0.6.14
6612025-05-08T04:33:15.854Z Downloaded slog-stdlog v4.1.1
6622025-05-08T04:33:15.857Z Downloaded slog-async v2.8.0
6632025-05-08T04:33:15.857Z Downloaded proc-macro-error v1.0.4
6642025-05-08T04:33:15.861Z Downloaded ron v0.7.1
6652025-05-08T04:33:15.865Z Downloaded lzma-sys v0.1.20
6662025-05-08T04:33:15.892Z Downloaded prettyplease v0.2.30
6672025-05-08T04:33:15.895Z Downloaded ring v0.17.11
6682025-05-08T04:33:15.935Z Downloaded ipnet v2.11.0
6692025-05-08T04:33:15.939Z Downloaded csv v1.3.1
6702025-05-08T04:33:15.956Z Downloaded toml v0.7.8
6712025-05-08T04:33:15.962Z Downloaded num-bigint v0.4.6
6722025-05-08T04:33:15.965Z Downloaded libxml v0.3.3
6732025-05-08T04:33:15.969Z Downloaded indexmap v2.7.1
6742025-05-08T04:33:15.973Z Downloaded winnow v0.7.3
6752025-05-08T04:33:15.982Z Downloaded winnow v0.6.26
6762025-05-08T04:33:15.990Z Downloaded winnow v0.5.40
6772025-05-08T04:33:15.998Z Downloaded termios v0.3.3
6782025-05-08T04:33:16.001Z Downloaded derive-where v1.2.7
6792025-05-08T04:33:16.005Z Downloaded version_check v0.9.5
6802025-05-08T04:33:16.005Z Downloaded unicode-truncate v1.1.0
6812025-05-08T04:33:16.005Z Downloaded time-macros v0.2.18
6822025-05-08T04:33:16.008Z Downloaded derive_more v0.99.20
6832025-05-08T04:33:16.011Z Downloaded data-encoding v2.6.0
6842025-05-08T04:33:16.014Z Downloaded rayon-core v1.12.1
6852025-05-08T04:33:16.017Z Downloaded clap_builder v4.5.35
6862025-05-08T04:33:16.022Z Downloaded rust-argon2 v2.1.0
6872025-05-08T04:33:16.026Z Downloaded serde-hex v0.1.0
6882025-05-08T04:33:16.026Z Downloaded proc-macro-error-attr2 v2.0.0
6892025-05-08T04:33:16.029Z Downloaded libgit2-sys v0.17.0+1.8.1
6902025-05-08T04:33:16.081Z Downloaded proc-macro-error-attr v1.0.4
6912025-05-08T04:33:16.084Z Downloaded proc-macro-crate v3.2.0
6922025-05-08T04:33:16.084Z Downloaded rustc-demangle v0.1.24
6932025-05-08T04:33:16.087Z Downloaded memmap v0.7.0
6942025-05-08T04:33:16.087Z Downloaded encoding_rs v0.8.34
6952025-05-08T04:33:16.106Z Downloaded num-derive v0.3.3
6962025-05-08T04:33:16.109Z Downloaded num-complex v0.4.6
6972025-05-08T04:33:16.109Z Downloaded is_terminal_polyfill v1.70.1
6982025-05-08T04:33:16.112Z Downloaded convert_case v0.4.0
6992025-05-08T04:33:16.112Z Downloaded cobs v0.2.3
7002025-05-08T04:33:16.112Z Downloaded ipnetwork v0.21.1
7012025-05-08T04:33:16.115Z Downloaded indoc v2.0.6
7022025-05-08T04:33:16.115Z Downloaded display-error-chain v0.2.2
7032025-05-08T04:33:16.118Z Downloaded indicatif v0.17.11
7042025-05-08T04:33:16.121Z Downloaded zerocopy v0.7.35
7052025-05-08T04:33:16.134Z Downloaded wait-timeout v0.2.0
7062025-05-08T04:33:16.138Z Downloaded vte_generate_state_changes v0.1.2
7072025-05-08T04:33:16.138Z Downloaded litemap v0.7.3
7082025-05-08T04:33:16.142Z Downloaded progenitor-impl v0.8.0
7092025-05-08T04:33:16.142Z Downloaded darling_core v0.20.10
7102025-05-08T04:33:16.145Z Downloaded snafu v0.8.5
7112025-05-08T04:33:16.148Z Downloaded git2 v0.19.0
7122025-05-08T04:33:16.156Z Downloaded goblin v0.8.2
7132025-05-08T04:33:16.162Z Downloaded newtype-uuid v1.2.1
7142025-05-08T04:33:16.165Z Downloaded tempfile v3.13.0
7152025-05-08T04:33:16.168Z Downloaded icu_provider v1.5.0
7162025-05-08T04:33:16.168Z Downloaded mime v0.3.17
7172025-05-08T04:33:16.171Z Downloaded serde_derive_internals v0.29.1
7182025-05-08T04:33:16.171Z Downloaded daft v0.1.3
7192025-05-08T04:33:16.174Z Downloaded hyper v1.6.0
7202025-05-08T04:33:16.178Z Downloaded plotters v0.3.7
7212025-05-08T04:33:16.186Z Downloaded uzers v0.12.1
7222025-05-08T04:33:16.189Z Downloaded jobserver v0.1.32
7232025-05-08T04:33:16.192Z Downloaded polling v3.7.3
7242025-05-08T04:33:16.196Z Downloaded sha1 v0.10.6
7252025-05-08T04:33:16.196Z Downloaded serde_tokenstream v0.2.2
7262025-05-08T04:33:16.199Z Downloaded lockfree-object-pool v0.1.6
7272025-05-08T04:33:16.199Z Downloaded aho-corasick v1.1.3
7282025-05-08T04:33:16.202Z Downloaded subprocess v0.2.9
7292025-05-08T04:33:16.205Z Downloaded litrs v0.4.1
7302025-05-08T04:33:16.209Z Downloaded is_ci v1.2.0
7312025-05-08T04:33:16.209Z Downloaded is-terminal v0.4.13
7322025-05-08T04:33:16.209Z Downloaded curve25519-dalek-derive v0.1.1
7332025-05-08T04:33:16.212Z Downloaded aws-lc-rs v1.12.4
7342025-05-08T04:33:16.217Z Downloaded icu_properties v1.5.1
7352025-05-08T04:33:16.220Z Downloaded russh v0.45.0
7362025-05-08T04:33:16.225Z Downloaded elliptic-curve v0.13.8
7372025-05-08T04:33:16.230Z Downloaded blake3 v1.5.4
7382025-05-08T04:33:16.235Z Downloaded der v0.7.9
7392025-05-08T04:33:16.240Z Downloaded criterion v0.5.1
7402025-05-08T04:33:16.246Z Downloaded oso v0.27.3
7412025-05-08T04:33:16.249Z Downloaded vergen v8.3.2
7422025-05-08T04:33:16.252Z Downloaded ref-cast-impl v1.0.23
7432025-05-08T04:33:16.252Z Downloaded dsl_auto_type v0.1.2
7442025-05-08T04:33:16.255Z Downloaded document-features v0.2.10
7452025-05-08T04:33:16.256Z Downloaded diesel-dtrace v0.4.2
7462025-05-08T04:33:16.259Z Downloaded snafu-derive v0.8.5
7472025-05-08T04:33:16.259Z Downloaded slog-term v2.9.1
7482025-05-08T04:33:16.262Z Downloaded clap v4.5.35
7492025-05-08T04:33:16.267Z Downloaded pretty_assertions v1.4.1
7502025-05-08T04:33:16.270Z Downloaded hashbrown v0.15.1
7512025-05-08T04:33:16.273Z Downloaded postgres-protocol v0.6.8
7522025-05-08T04:33:16.276Z Downloaded postcard v1.0.10
7532025-05-08T04:33:16.279Z Downloaded zopfli v0.8.1
7542025-05-08T04:33:16.279Z Downloaded tracing-core v0.1.32
7552025-05-08T04:33:16.284Z Downloaded tar v0.4.44
7562025-05-08T04:33:16.287Z Downloaded termtree v0.5.1
7572025-05-08T04:33:16.287Z Downloaded nu-ansi-term v0.50.1
7582025-05-08T04:33:16.287Z Downloaded multer v3.1.0
7592025-05-08T04:33:16.290Z Downloaded lock_api v0.4.12
7602025-05-08T04:33:16.293Z Downloaded shlex v1.3.0
7612025-05-08T04:33:16.294Z Downloaded icu_collections v1.5.0
7622025-05-08T04:33:16.297Z Downloaded h2 v0.4.6
7632025-05-08T04:33:16.303Z Downloaded colorchoice v1.0.2
7642025-05-08T04:33:16.306Z Downloaded resolv-conf v0.7.0
7652025-05-08T04:33:16.306Z Downloaded relative-path v1.9.3
7662025-05-08T04:33:16.309Z Downloaded darling v0.20.10
7672025-05-08T04:33:16.313Z Downloaded hkdf v0.12.4
7682025-05-08T04:33:16.313Z Downloaded typenum v1.17.0
7692025-05-08T04:33:16.316Z Downloaded rustc-hash v2.1.1
7702025-05-08T04:33:16.316Z Downloaded rustc-hash v1.1.0
7712025-05-08T04:33:16.319Z Downloaded num v0.4.3
7722025-05-08T04:33:16.319Z Downloaded derive_builder_core v0.20.2
7732025-05-08T04:33:16.319Z Downloaded derive_builder v0.20.2
7742025-05-08T04:33:16.323Z Downloaded zstd v0.13.3
7752025-05-08T04:33:16.326Z Downloaded md-5 v0.10.6
7762025-05-08T04:33:16.329Z Downloaded aes-gcm v0.10.3
7772025-05-08T04:33:16.332Z Downloaded target-spec v3.4.2
7782025-05-08T04:33:16.332Z Downloaded papergrid v0.11.0
7792025-05-08T04:33:16.336Z Downloaded tokio-postgres v0.7.13
7802025-05-08T04:33:16.340Z Downloaded dirs-next v2.0.0
7812025-05-08T04:33:16.343Z Downloaded value-bag v1.9.0
7822025-05-08T04:33:16.346Z Downloaded idna_adapter v1.2.0
7832025-05-08T04:33:16.346Z Downloaded expectorate v1.1.0
7842025-05-08T04:33:16.346Z Downloaded icu_locid_transform v1.5.0
7852025-05-08T04:33:16.349Z Downloaded crc-catalog v2.4.0
7862025-05-08T04:33:16.349Z Downloaded unicode_categories v0.1.1
7872025-05-08T04:33:16.353Z Downloaded hickory-resolver v0.24.4
7882025-05-08T04:33:16.356Z Downloaded rand v0.9.0
7892025-05-08T04:33:16.359Z Downloaded typify v0.2.0
7902025-05-08T04:33:16.362Z Downloaded slab v0.4.9
7912025-05-08T04:33:16.365Z Downloaded hashbrown v0.12.3
7922025-05-08T04:33:16.368Z Downloaded tap v1.0.1
7932025-05-08T04:33:16.368Z Downloaded tabwriter v1.4.0
7942025-05-08T04:33:16.371Z Downloaded ingot-macros v0.1.0
7952025-05-08T04:33:16.371Z Downloaded serde_regex v1.1.0
7962025-05-08T04:33:16.371Z Downloaded rustls-pemfile v1.0.4
7972025-05-08T04:33:16.374Z Downloaded strip-ansi-escapes v0.2.0
7982025-05-08T04:33:16.374Z Downloaded unicode-bidi v0.3.17
7992025-05-08T04:33:16.377Z Downloaded const-oid v0.9.6
8002025-05-08T04:33:16.380Z Downloaded console v0.15.10
8012025-05-08T04:33:16.380Z Downloaded signal-hook-registry v1.4.2
8022025-05-08T04:33:16.383Z Downloaded password-hash v0.5.0
8032025-05-08T04:33:16.383Z Downloaded serde v1.0.219
8042025-05-08T04:33:16.386Z Downloaded zerocopy v0.6.6
8052025-05-08T04:33:16.389Z Downloaded russh-keys v0.45.0
8062025-05-08T04:33:16.392Z Downloaded serde_path_to_error v0.1.16
8072025-05-08T04:33:16.392Z Downloaded guppy v0.17.17
8082025-05-08T04:33:16.397Z Downloaded socket2 v0.5.9
8092025-05-08T04:33:16.400Z Downloaded scroll v0.12.0
8102025-05-08T04:33:16.404Z Downloaded radium v0.7.0
8112025-05-08T04:33:16.404Z Downloaded peg v0.8.5
8122025-05-08T04:33:16.407Z Downloaded managed v0.8.0
8132025-05-08T04:33:16.407Z Downloaded io-lifetimes v1.0.11
8142025-05-08T04:33:16.411Z Downloaded instability v0.3.2
8152025-05-08T04:33:16.411Z Downloaded hyper-util v0.1.11
8162025-05-08T04:33:16.414Z Downloaded aes v0.8.4
8172025-05-08T04:33:16.417Z Downloaded tabled_derive v0.10.0
8182025-05-08T04:33:16.417Z Downloaded progenitor-macro v0.9.1
8192025-05-08T04:33:16.417Z Downloaded progenitor-macro v0.8.0
8202025-05-08T04:33:16.421Z Downloaded either v1.14.0
8212025-05-08T04:33:16.421Z Downloaded dropshot_endpoint v0.16.0
8222025-05-08T04:33:16.424Z Downloaded rand_distr v0.4.3
8232025-05-08T04:33:16.427Z Downloaded typify v0.3.0
8242025-05-08T04:33:16.430Z Downloaded papergrid v0.14.0
8252025-05-08T04:33:16.433Z Downloaded unicode-ident v1.0.14
8262025-05-08T04:33:16.436Z Downloaded cc v1.2.15
8272025-05-08T04:33:16.440Z Downloaded clap_derive v4.5.32
8282025-05-08T04:33:16.443Z Downloaded lru v0.12.5
8292025-05-08T04:33:16.443Z Downloaded textwrap v0.16.1
8302025-05-08T04:33:16.446Z Downloaded rstest_macros v0.24.0
8312025-05-08T04:33:16.449Z Downloaded ron v0.8.1
8322025-05-08T04:33:16.452Z Downloaded pin-project v1.1.6
8332025-05-08T04:33:16.461Z Downloaded pretty-hex v0.4.1
8342025-05-08T04:33:16.465Z Downloaded pretty-hex v0.2.1
8352025-05-08T04:33:16.465Z Downloaded predicates-tree v1.0.11
8362025-05-08T04:33:16.465Z Downloaded yoke v0.7.4
8372025-05-08T04:33:16.468Z Downloaded ingot v0.1.0
8382025-05-08T04:33:16.468Z Downloaded heapless v0.8.0
8392025-05-08T04:33:16.473Z Downloaded bumpalo v3.16.0
8402025-05-08T04:33:16.477Z Downloaded p256 v0.13.2
8412025-05-08T04:33:16.477Z Downloaded num_threads v0.1.7
8422025-05-08T04:33:16.477Z Downloaded defmt v0.3.8
8432025-05-08T04:33:16.480Z Downloaded pkcs5 v0.7.1
8442025-05-08T04:33:16.484Z Downloaded pkcs1 v0.7.5
8452025-05-08T04:33:16.487Z Downloaded heapless v0.7.17
8462025-05-08T04:33:16.490Z Downloaded headers v0.4.0
8472025-05-08T04:33:16.493Z Downloaded concurrent-queue v2.5.0
8482025-05-08T04:33:16.497Z Downloaded tokio-rustls v0.25.0
8492025-05-08T04:33:16.500Z Downloaded tokio-rustls v0.24.1
8502025-05-08T04:33:16.500Z Downloaded thiserror v2.0.12
8512025-05-08T04:33:16.503Z Downloaded rstest v0.24.0
8522025-05-08T04:33:16.508Z Downloaded whoami v1.5.2
8532025-05-08T04:33:16.512Z Downloaded tabled_derive v0.7.0
8542025-05-08T04:33:16.512Z Downloaded semver v1.0.25
8552025-05-08T04:33:16.515Z Downloaded internet-checksum v0.2.1
8562025-05-08T04:33:16.515Z Downloaded instant v0.1.13
8572025-05-08T04:33:16.515Z Downloaded inout v0.1.3
8582025-05-08T04:33:16.518Z Downloaded zone v0.3.1
8592025-05-08T04:33:16.518Z Downloaded utf-8 v0.7.6
8602025-05-08T04:33:16.519Z Downloaded spin v0.9.8
8612025-05-08T04:33:16.522Z Downloaded endian-type v0.1.2
8622025-05-08T04:33:16.522Z Downloaded utf16_iter v1.0.5
8632025-05-08T04:33:16.522Z Downloaded base64 v0.21.7
8642025-05-08T04:33:16.525Z Downloaded backtrace v0.3.74
8652025-05-08T04:33:16.529Z Downloaded sct v0.7.1
8662025-05-08T04:33:16.532Z Downloaded rand_core v0.9.2
8672025-05-08T04:33:16.535Z Downloaded pkcs8 v0.10.2
8682025-05-08T04:33:16.538Z Downloaded hyper-staticfile v0.10.1
8692025-05-08T04:33:16.538Z Downloaded hickory-client v0.24.4
8702025-05-08T04:33:16.541Z Downloaded hashbrown v0.13.2
8712025-05-08T04:33:16.544Z Downloaded arc-swap v1.7.1
8722025-05-08T04:33:16.547Z Downloaded thiserror-impl-no-std v2.0.2
8732025-05-08T04:33:16.550Z Downloaded thiserror-impl v2.0.12
8742025-05-08T04:33:16.550Z Downloaded thiserror-impl v1.0.69
8752025-05-08T04:33:16.553Z Downloaded synstructure v0.13.1
8762025-05-08T04:33:16.553Z Downloaded sqlformat v0.3.5
8772025-05-08T04:33:16.553Z Downloaded pin-project-internal v1.1.6
8782025-05-08T04:33:16.556Z Downloaded semver v0.1.20
8792025-05-08T04:33:16.556Z Downloaded secrecy v0.10.3
8802025-05-08T04:33:16.556Z Downloaded secrecy v0.8.0
8812025-05-08T04:33:16.560Z Downloaded sec1 v0.7.3
8822025-05-08T04:33:16.560Z Downloaded salsa20 v0.10.2
8832025-05-08T04:33:16.560Z Downloaded rtoolbox v0.0.2
8842025-05-08T04:33:16.563Z Downloaded zone_cfg_derive v0.1.2
8852025-05-08T04:33:16.563Z Downloaded yoke-derive v0.7.4
8862025-05-08T04:33:16.563Z Downloaded usdt-macro v0.5.0
8872025-05-08T04:33:16.563Z Downloaded smawk v0.3.2
8882025-05-08T04:33:16.566Z Downloaded partial-io v0.5.4
8892025-05-08T04:33:16.566Z Downloaded httparse v1.9.5
8902025-05-08T04:33:16.569Z Downloaded bitflags v2.9.0
8912025-05-08T04:33:16.572Z Downloaded plotters-backend v0.3.7
8922025-05-08T04:33:16.575Z Downloaded plain v0.2.3
8932025-05-08T04:33:16.575Z Downloaded pkg-config v0.3.31
8942025-05-08T04:33:16.578Z Downloaded base64 v0.13.1
8952025-05-08T04:33:16.578Z Downloaded hyper-rustls v0.27.3
8962025-05-08T04:33:16.581Z Downloaded pin-utils v0.1.0
8972025-05-08T04:33:16.581Z Downloaded phf_shared v0.11.2
8982025-05-08T04:33:16.584Z Downloaded phf_codegen v0.11.2
8992025-05-08T04:33:16.584Z Downloaded phf v0.11.2
9002025-05-08T04:33:16.584Z Downloaded num_enum_derive v0.5.11
9012025-05-08T04:33:16.587Z Downloaded path-tree v0.8.1
9022025-05-08T04:33:16.587Z Downloaded getrandom v0.2.15
9032025-05-08T04:33:16.592Z Downloaded cargo_metadata v0.19.2
9042025-05-08T04:33:16.592Z Downloaded futures-core v0.3.31
9052025-05-08T04:33:16.596Z Downloaded async-bb8-diesel v0.2.1
9062025-05-08T04:33:16.596Z Downloaded anyhow v1.0.98
9072025-05-08T04:33:16.600Z Downloaded env_logger v0.11.5
9082025-05-08T04:33:16.600Z Downloaded cbc v0.1.2
9092025-05-08T04:33:16.600Z Downloaded hostname v0.3.1
9102025-05-08T04:33:16.603Z Downloaded home v0.5.9
9112025-05-08T04:33:16.603Z Downloaded hex-literal v0.4.1
9122025-05-08T04:33:16.603Z Downloaded fixedbitset v0.5.7
9132025-05-08T04:33:16.606Z Downloaded fd-lock v4.0.2
9142025-05-08T04:33:16.606Z Downloaded fallible-iterator v0.2.0
9152025-05-08T04:33:16.609Z Downloaded event-listener v2.5.3
9162025-05-08T04:33:16.609Z Downloaded fastrand v2.1.1
9172025-05-08T04:33:16.609Z Downloaded httptest v0.16.3
9182025-05-08T04:33:16.612Z Downloaded ff v0.13.0
9192025-05-08T04:33:16.612Z Downloaded hash32 v0.3.1
9202025-05-08T04:33:16.615Z Downloaded float-ord v0.3.2
9212025-05-08T04:33:16.615Z Downloaded fixedbitset v0.4.2
9222025-05-08T04:33:16.615Z Downloaded ghash v0.5.1
9232025-05-08T04:33:16.619Z Downloaded generic-array v0.14.7
9242025-05-08T04:33:16.619Z Downloaded flagset v0.4.6
9252025-05-08T04:33:16.619Z Downloaded blake2b_simd v1.0.2
9262025-05-08T04:33:16.622Z Downloaded ahash v0.8.11
9272025-05-08T04:33:16.625Z Downloaded camino v1.1.9
9282025-05-08T04:33:16.625Z Downloaded bzip2 v0.5.2
9292025-05-08T04:33:16.628Z Downloaded bcs v0.1.6
9302025-05-08T04:33:16.628Z Downloaded async-task v4.7.1
9312025-05-08T04:33:16.631Z Downloaded async-process v2.3.0
9322025-05-08T04:33:16.634Z Downloaded backoff v0.4.0
9332025-05-08T04:33:16.634Z Downloaded async-signal v0.2.10
9342025-05-08T04:33:16.637Z Downloaded arrayvec v0.7.6
9352025-05-08T04:33:16.637Z Downloaded fxhash v0.2.1
9362025-05-08T04:33:16.637Z Downloaded async-trait v0.1.88
9372025-05-08T04:33:16.641Z Downloaded async-executor v1.13.1
9382025-05-08T04:33:16.644Z Downloaded assert_cmd v2.0.17
9392025-05-08T04:33:16.644Z Downloaded argon2 v0.5.3
9402025-05-08T04:33:16.647Z Downloaded anstream v0.6.15
9412025-05-08T04:33:16.647Z Downloaded futures-channel v0.3.31
9422025-05-08T04:33:16.650Z Downloaded float-cmp v0.10.0
9432025-05-08T04:33:16.650Z Downloaded async-recursion v1.1.1
9442025-05-08T04:33:16.653Z Downloaded async-channel v2.3.1
9452025-05-08T04:33:16.653Z Downloaded cassowary v0.3.0
9462025-05-08T04:33:16.656Z Downloaded headers-core v0.3.0
9472025-05-08T04:33:16.656Z Downloaded guppy-workspace-hack v0.1.0
9482025-05-08T04:33:16.656Z Downloaded futures-timer v3.0.3
9492025-05-08T04:33:16.659Z Downloaded bitfield-struct v0.6.2
9502025-05-08T04:33:16.659Z Downloaded cargo-platform v0.1.8
9512025-05-08T04:33:16.659Z Downloaded byteorder v1.5.0
9522025-05-08T04:33:16.663Z Downloaded fs-err v3.1.0
9532025-05-08T04:33:16.663Z Downloaded foreign-types-shared v0.3.1
9542025-05-08T04:33:16.663Z Downloaded foldhash v0.1.3
9552025-05-08T04:33:16.666Z Downloaded flate2 v1.1.1
9562025-05-08T04:33:16.669Z Downloaded equivalent v1.0.1
9572025-05-08T04:33:16.669Z Downloaded blowfish v0.9.1
9582025-05-08T04:33:16.669Z Downloaded bit-vec v0.6.3
9592025-05-08T04:33:16.672Z Downloaded bitfield v0.14.0
9602025-05-08T04:33:16.673Z Downloaded half v2.4.1
9612025-05-08T04:33:16.676Z Downloaded group v0.13.0
9622025-05-08T04:33:16.676Z Downloaded fnv v1.0.7
9632025-05-08T04:33:16.679Z Downloaded bytecount v0.6.8
9642025-05-08T04:33:16.679Z Downloaded blocking v1.6.1
9652025-05-08T04:33:16.682Z Downloaded block-padding v0.3.3
9662025-05-08T04:33:16.682Z Downloaded bitflags v1.3.2
9672025-05-08T04:33:16.685Z Downloaded bit-set v0.5.3
9682025-05-08T04:33:16.685Z Downloaded fs-err v2.11.0
9692025-05-08T04:33:16.685Z Downloaded foreign-types v0.5.0
9702025-05-08T04:33:16.691Z Downloaded buf-list v1.0.3
9712025-05-08T04:33:16.691Z Downloaded bb8 v0.8.5
9722025-05-08T04:33:16.691Z Downloaded base16ct v0.2.0
9732025-05-08T04:33:16.694Z Downloaded async-stream v0.3.6
9742025-05-08T04:33:16.694Z Downloaded futures-executor v0.3.31
9752025-05-08T04:33:16.694Z Downloaded fs_extra v1.3.0
9762025-05-08T04:33:16.694Z Downloaded form_urlencoded v1.2.1
9772025-05-08T04:33:16.699Z Downloaded foreign-types-shared v0.1.1
9782025-05-08T04:33:16.699Z Downloaded foreign-types-macros v0.2.3
9792025-05-08T04:33:16.699Z Downloaded foreign-types v0.3.2
9802025-05-08T04:33:16.699Z Downloaded fatfs v0.3.6
9812025-05-08T04:33:16.702Z Downloaded bcrypt-pbkdf v0.10.0
9822025-05-08T04:33:16.702Z Downloaded autocfg v1.4.0
9832025-05-08T04:33:16.705Z Downloaded async-global-executor v2.4.1
9842025-05-08T04:33:16.705Z Downloaded async-channel v1.9.0
9852025-05-08T04:33:16.705Z Downloaded async-attributes v1.1.2
9862025-05-08T04:33:16.708Z Downloaded assert-json-diff v2.0.2
9872025-05-08T04:33:16.708Z Downloaded ascii-canvas v3.0.0
9882025-05-08T04:33:16.711Z Downloaded arrayref v0.3.9
9892025-05-08T04:33:16.711Z Downloaded approx v0.5.1
9902025-05-08T04:33:16.711Z Downloaded array-init v0.0.4
9912025-05-08T04:33:16.714Z Downloaded anstyle-query v1.1.1
9922025-05-08T04:33:16.714Z Downloaded anes v0.1.6
9932025-05-08T04:33:16.718Z Downloaded async-object-pool v0.1.5
9942025-05-08T04:33:16.861Z Downloaded aws-lc-sys v0.26.0
9952025-05-08T04:33:17.446Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9962025-05-08T04:33:27.805Z Startup: Refreshing catalog 'helios-dev' ... Done
9972025-05-08T04:33:33.210Z Startup: Caching catalogs ... Done
9982025-05-08T04:33:37.133ZPlanning: Solver setup ... Done (2.852s)
9992025-05-08T04:33:37.161ZPlanning: Running solver ... Done (0.029s)
10002025-05-08T04:33:37.238ZPlanning: Finding local manifests ... Done (0.003s)
10012025-05-08T04:33:37.269ZPlanning: Fetching manifests: 0/4 0% complete
10022025-05-08T04:33:37.453ZPlanning: Fetching manifests: 4/4 100% complete
10032025-05-08T04:33:37.513ZPlanning: Package planning ... Done (0.060s)
10042025-05-08T04:33:37.564ZPlanning: Merging actions ... Done (0.051s)
10052025-05-08T04:33:37.867ZPlanning: Checking for conflicting actions ... Done (0.303s)
10062025-05-08T04:33:37.880ZPlanning: Consolidating action changes ... Done (0.011s)
10072025-05-08T04:33:38.872ZPlanning: Evaluating mediators ... Done (0.992s)
10082025-05-08T04:33:38.882ZPlanning: Planning completed in 5.56 seconds
10092025-05-08T04:33:38.897Z Packages to install: 4
10102025-05-08T04:33:38.897Z Mediators to change: 2
10112025-05-08T04:33:38.900Z Services to change: 1
10122025-05-08T04:33:38.900Z Estimated space available: 155.25 GB
10132025-05-08T04:33:38.900ZEstimated space to be consumed: 1.64 GB
10142025-05-08T04:33:38.900Z Create boot environment: No
10152025-05-08T04:33:38.900ZCreate backup boot environment: No
10162025-05-08T04:33:38.900Z Rebuild boot archive: No
10172025-05-08T04:33:38.900Z
10182025-05-08T04:33:38.900ZChanged mediators:
10192025-05-08T04:33:38.901Z mediator clang:
10202025-05-08T04:33:38.901Z version: None -> 15 (system default)
10212025-05-08T04:33:38.901Z
10222025-05-08T04:33:38.901Z mediator llvm:
10232025-05-08T04:33:38.901Z version: 14 (system default) -> 15 (system default)
10242025-05-08T04:33:38.901Z
10252025-05-08T04:33:38.901ZChanged packages:
10262025-05-08T04:33:38.901Zhelios-dev
10272025-05-08T04:33:38.901Z developer/build-essential
10282025-05-08T04:33:38.901Z None -> 11-2.0
10292025-05-08T04:33:38.901Z library/libxmlsec1
10302025-05-08T04:33:38.901Z None -> 1.2.35-2.0
10312025-05-08T04:33:38.901Z ooce/developer/clang-15
10322025-05-08T04:33:38.901Z None -> 15.0.7-2.0
10332025-05-08T04:33:38.901Z ooce/developer/llvm-15
10342025-05-08T04:33:38.901Z None -> 15.0.7-2.0
10352025-05-08T04:33:38.901Z
10362025-05-08T04:33:38.901ZServices:
10372025-05-08T04:33:38.901Z restart_fmri:
10382025-05-08T04:33:38.901Z svc:/system/update-man-index:default
10392025-05-08T04:33:38.949Z
10402025-05-08T04:33:38.949ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10412025-05-08T04:33:43.953ZDownload: 568/3290 items 17.5/212.6MB 8% complete (3.7M/s)
10422025-05-08T04:33:48.959ZDownload: 1047/3290 items 19.7/212.6MB 9% complete (2.1M/s)
10432025-05-08T04:33:56.872ZDownload: 1195/3290 items 83.0/212.6MB 39% complete (6.7M/s)
10442025-05-08T04:34:01.880ZDownload: 1398/3290 items 103.4/212.6MB 48% complete (2.4M/s)
10452025-05-08T04:34:06.882ZDownload: 2093/3290 items 118.9/212.6MB 55% complete (3.6M/s)
10462025-05-08T04:34:11.902ZDownload: 2901/3290 items 121.2/212.6MB 56% complete (1.8M/s)
10472025-05-08T04:34:16.954ZDownload: 3286/3290 items 212.6/212.6MB 99% complete (9.3M/s)
10482025-05-08T04:34:16.984ZDownload: Completed 212.60 MB in 38.02 seconds (5.6M/s)
10492025-05-08T04:34:17.341Z Actions: 1/3689 actions (Installing new actions)
10502025-05-08T04:34:21.825Z Actions: Completed 3689 actions in 4.48 seconds.
10512025-05-08T04:34:22.316Z Done (0.484s)
10522025-05-08T04:34:22.316Z Done (0.000s)
10532025-05-08T04:34:23.048Z Done (0.733s)
10542025-05-08T04:34:27.655Z Done (4.331s)
10552025-05-08T04:34:27.751Z Done (0.018s)
10562025-05-08T04:34:27.754Z Done (0.000s)
10572025-05-08T04:34:27.899Z Done (0.000s)
10582025-05-08T04:34:28.657ZPlanning: Evaluating mediator changes ... Done
10592025-05-08T04:34:28.817ZPlanning: Checking for conflicting actions ... Done
10602025-05-08T04:34:28.821ZPlanning: Consolidating action changes ... Done
10612025-05-08T04:34:29.088ZPlanning: Evaluating mediators ... Done
10622025-05-08T04:34:29.092ZPlanning: Planning completed in 0.43 seconds
10632025-05-08T04:34:29.122Z Mediators to change: 2
10642025-05-08T04:34:29.122Z Create boot environment: No
10652025-05-08T04:34:29.125ZCreate backup boot environment: No
10662025-05-08T04:34:29.194Z Done
10672025-05-08T04:34:29.195Z Done
10682025-05-08T04:34:29.671Z Done
10692025-05-08T04:34:33.271Z Done
10702025-05-08T04:34:33.361Z Done
10712025-05-08T04:34:33.364Z Done
10722025-05-08T04:34:33.502Z Done
10732025-05-08T04:34:34.118ZPlanning: Evaluating mediator changes ... Done
10742025-05-08T04:34:34.121ZPlanning: Merging actions ... Done
10752025-05-08T04:34:34.309ZPlanning: Checking for conflicting actions ... Done
10762025-05-08T04:34:34.313ZPlanning: Consolidating action changes ... Done
10772025-05-08T04:34:34.580ZPlanning: Evaluating mediators ... Done
10782025-05-08T04:34:34.638ZPlanning: Planning completed in 0.76 seconds
10792025-05-08T04:34:34.672Z Packages to change: 1
10802025-05-08T04:34:34.673Z Mediators to change: 1
10812025-05-08T04:34:34.676Z Services to change: 1
10822025-05-08T04:34:34.676Z Create boot environment: No
10832025-05-08T04:34:34.676ZCreate backup boot environment: Yes
10842025-05-08T04:34:37.094Z Actions: 1/6 actions (Updating modified actions)
10852025-05-08T04:34:37.097Z Actions: Completed 6 actions in 0.00 seconds.
10862025-05-08T04:34:37.097Z Done
10872025-05-08T04:34:37.097Z Done
10882025-05-08T04:34:37.237Z Done
10892025-05-08T04:34:40.969Z Done
10902025-05-08T04:34:41.054Z Done
10912025-05-08T04:34:41.054Z Done
10922025-05-08T04:34:41.198Z Done
10932025-05-08T04:34:41.630ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10942025-05-08T04:34:41.630Zclang system 15 system
10952025-05-08T04:34:41.630Zcsh system system illumos
10962025-05-08T04:34:41.630Zctags system system illumos
10972025-05-08T04:34:41.630Zfile system system illumos
10982025-05-08T04:34:41.630Zgcc vendor 12 vendor
10992025-05-08T04:34:41.630Zgcc system 10 system
11002025-05-08T04:34:41.630Zgcc system 7 system
11012025-05-08T04:34:41.630Zgo system 1.20 system
11022025-05-08T04:34:41.630Zgo system 1.19 system
11032025-05-08T04:34:41.630Zllvm system 15 system
11042025-05-08T04:34:41.630Zllvm system 14 system
11052025-05-08T04:34:41.630Zmariadb system 10.6 system
11062025-05-08T04:34:41.630Zmta vendor vendor dma
11072025-05-08T04:34:41.630Zopenjdk system 17 system
11082025-05-08T04:34:41.630Zopenjdk system 11 system
11092025-05-08T04:34:41.630Zopenjdk system 1.8 system
11102025-05-08T04:34:41.630Zopenssl vendor 3 vendor
11112025-05-08T04:34:41.630Zperl system 5.36 system
11122025-05-08T04:34:41.631Zpostgresql system 15 system
11132025-05-08T04:34:41.631Zpostgresql system 13 system
11142025-05-08T04:34:41.631Zpython vendor 3 vendor
11152025-05-08T04:34:41.631Zpython system 2 system
11162025-05-08T04:34:41.631Zpython3 system 3.11 system
11172025-05-08T04:34:41.631Zruby system 3.0 system
11182025-05-08T04:34:41.631Zwords vendor vendor american-english
11192025-05-08T04:34:41.631Zwords system system australian-english
11202025-05-08T04:34:41.631Zwords system system british-english
11212025-05-08T04:34:41.631Zwords system system canadian-english
11222025-05-08T04:34:41.631Zwords system system french
11232025-05-08T04:34:41.631Zwords system system italian
11242025-05-08T04:34:41.631Zwords system system ngerman
11252025-05-08T04:34:41.631Zwords system system ogerman
11262025-05-08T04:34:41.631Zwords system system spanish
11272025-05-08T04:34:41.960ZPUBLISHER TYPE STATUS P LOCATION
11282025-05-08T04:34:41.960Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11292025-05-08T04:34:45.561ZFMRI IFO
11302025-05-08T04:34:45.561Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11312025-05-08T04:34:45.561Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11322025-05-08T04:34:45.561Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11332025-05-08T04:34:45.561Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11342025-05-08T04:34:45.561Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11352025-05-08T04:34:45.561Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11362025-05-08T04:34:45.561Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11372025-05-08T04:34:45.561Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11382025-05-08T04:34:45.561Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11392025-05-08T04:34:45.561Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11402025-05-08T04:34:45.561Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11412025-05-08T04:34:45.561Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11422025-05-08T04:34:45.561Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11432025-05-08T04:34:45.561Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11442025-05-08T04:34:45.561Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11452025-05-08T04:34:46.965Z Downloading crates ...
11462025-05-08T04:34:47.082Z Downloaded cargo_toml v0.21.0
11472025-05-08T04:34:47.172Z Compiling proc-macro2 v1.0.94
11482025-05-08T04:34:47.172Z Compiling unicode-ident v1.0.14
11492025-05-08T04:34:47.175Z Compiling libc v0.2.171
11502025-05-08T04:34:47.175Z Compiling serde v1.0.219
11512025-05-08T04:34:47.175Z Compiling version_check v0.9.5
11522025-05-08T04:34:47.175Z Compiling memchr v2.7.4
11532025-05-08T04:34:47.197Z Compiling thiserror v1.0.69
11542025-05-08T04:34:47.200Z Compiling itoa v1.0.11
11552025-05-08T04:34:47.441Z Compiling ryu v1.0.18
11562025-05-08T04:34:47.510Z Compiling ucd-trie v0.1.7
11572025-05-08T04:34:47.870Z Compiling once_cell v1.21.3
11582025-05-08T04:34:47.899Z Compiling byteorder v1.5.0
11592025-05-08T04:34:48.012Z Compiling serde_json v1.0.140
11602025-05-08T04:34:48.235Z Compiling rustix v0.38.37
11612025-05-08T04:34:48.338Z Compiling bitflags v2.9.0
11622025-05-08T04:34:48.372Z Compiling proc-macro-error-attr v1.0.4
11632025-05-08T04:34:48.677Z Compiling usdt-impl v0.5.0
11642025-05-08T04:34:48.677Z Compiling io-lifetimes v1.0.11
11652025-05-08T04:34:48.710Z Compiling syn v1.0.109
11662025-05-08T04:34:48.821Z Compiling proc-macro-error v1.0.4
11672025-05-08T04:34:48.941Z Compiling quote v1.0.39
11682025-05-08T04:34:49.036Z Compiling errno v0.3.9
11692025-05-08T04:34:49.257Z Compiling utf8parse v0.2.2
11702025-05-08T04:34:49.270Z Compiling syn v2.0.98
11712025-05-08T04:34:49.407Z Compiling log v0.4.22
11722025-05-08T04:34:49.420Z Compiling plain v0.2.3
11732025-05-08T04:34:49.505Z Compiling thread-id v4.2.2
11742025-05-08T04:34:49.547Z Compiling rustix v0.37.28
11752025-05-08T04:34:49.562Z Compiling camino v1.1.9
11762025-05-08T04:34:49.571Z Compiling equivalent v1.0.1
11772025-05-08T04:34:49.620Z Compiling hashbrown v0.15.1
11782025-05-08T04:34:49.856Z Compiling anstyle-parse v0.2.5
11792025-05-08T04:34:50.345Z Compiling unicode-width v0.1.14
11802025-05-08T04:34:50.419Z Compiling semver v1.0.25
11812025-05-08T04:34:50.432Z Compiling autocfg v1.4.0
11822025-05-08T04:34:50.559Z Compiling is_terminal_polyfill v1.70.1
11832025-05-08T04:34:50.693Z Compiling indexmap v2.7.1
11842025-05-08T04:34:50.696Z Compiling bitflags v1.3.2
11852025-05-08T04:34:50.793Z Compiling thiserror v2.0.12
11862025-05-08T04:34:50.869Z Compiling colorchoice v1.0.2
11872025-05-08T04:34:50.948Z Compiling pretty-hex v0.4.1
11882025-05-08T04:34:51.044Z Compiling anstyle v1.0.10
11892025-05-08T04:34:51.216Z Compiling anstyle-query v1.1.1
11902025-05-08T04:34:51.376Z Compiling winnow v0.7.3
11912025-05-08T04:34:51.380Z Compiling fs-err v3.1.0
11922025-05-08T04:34:51.530Z Compiling anstream v0.6.15
11932025-05-08T04:34:51.715Z Compiling terminal_size v0.4.0
11942025-05-08T04:34:51.975Z Compiling fastrand v2.1.1
11952025-05-08T04:34:52.021Z Compiling strsim v0.11.1
11962025-05-08T04:34:52.047Z Compiling anyhow v1.0.98
11972025-05-08T04:34:52.559Z Compiling fnv v1.0.7
11982025-05-08T04:34:52.677Z Compiling heck v0.4.1
11992025-05-08T04:34:52.704Z Compiling cfg-if v1.0.0
12002025-05-08T04:34:52.749Z Compiling heck v0.5.0
12012025-05-08T04:34:52.806Z Compiling bytecount v0.6.8
12022025-05-08T04:34:53.022Z Compiling clap_lex v0.7.4
12032025-05-08T04:34:53.072Z Compiling papergrid v0.11.0
12042025-05-08T04:34:53.076Z Compiling terminal_size v0.2.6
12052025-05-08T04:34:53.097Z Compiling tempfile v3.13.0
12062025-05-08T04:34:53.427Z Compiling clap_builder v4.5.35
12072025-05-08T04:34:53.450Z Compiling memmap v0.7.0
12082025-05-08T04:34:53.620Z Compiling unicode-linebreak v0.1.5
12092025-05-08T04:34:53.772Z Compiling smawk v0.3.2
12102025-05-08T04:34:54.083Z Compiling textwrap v0.16.1
12112025-05-08T04:34:54.511Z Compiling swrite v0.1.0
12122025-05-08T04:34:54.616Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12132025-05-08T04:34:55.003Z Compiling tabled_derive v0.7.0
12142025-05-08T04:34:56.363Z Compiling serde_derive v1.0.219
12152025-05-08T04:34:56.363Z Compiling thiserror-impl v1.0.69
12162025-05-08T04:34:56.363Z Compiling zerocopy-derive v0.7.35
12172025-05-08T04:34:56.367Z Compiling scroll_derive v0.12.0
12182025-05-08T04:34:56.367Z Compiling thiserror-impl v2.0.12
12192025-05-08T04:34:56.367Z Compiling clap_derive v4.5.32
12202025-05-08T04:34:56.522Z Compiling tabled v0.15.0
12212025-05-08T04:34:57.776Z Compiling scroll v0.12.0
12222025-05-08T04:34:58.314Z Compiling goblin v0.8.2
12232025-05-08T04:34:58.385Z Compiling zerocopy v0.7.35
12242025-05-08T04:34:59.437Z Compiling pest v2.7.14
12252025-05-08T04:35:00.605Z Compiling clap v4.5.35
12262025-05-08T04:35:01.686Z Compiling pest_meta v2.7.14
12272025-05-08T04:35:02.590Z Compiling pest_generator v2.7.14
12282025-05-08T04:35:03.993Z Compiling pest_derive v2.7.14
12292025-05-08T04:35:04.627Z Compiling dtrace-parser v0.2.0
12302025-05-08T04:35:05.419Z Compiling serde_spanned v0.6.8
12312025-05-08T04:35:05.421Z Compiling toml_datetime v0.6.8
12322025-05-08T04:35:05.421Z Compiling cargo-platform v0.1.8
12332025-05-08T04:35:05.721Z Compiling serde_tokenstream v0.2.2
12342025-05-08T04:35:05.838Z Compiling toml_edit v0.22.24
12352025-05-08T04:35:05.877Z Compiling macaddr v1.0.1
12362025-05-08T04:35:05.954Z Compiling camino-tempfile v1.1.1
12372025-05-08T04:35:06.886Z Compiling dof v0.3.0
12382025-05-08T04:35:06.886Z Compiling cargo_metadata v0.19.2
12392025-05-08T04:35:08.389Z Compiling usdt-attr-macro v0.5.0
12402025-05-08T04:35:08.392Z Compiling usdt-macro v0.5.0
12412025-05-08T04:35:08.570Z Compiling toml v0.8.20
12422025-05-08T04:35:09.507Z Compiling cargo_toml v0.21.0
12432025-05-08T04:35:09.608Z Compiling usdt v0.5.0
12442025-05-08T04:35:11.974Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12452025-05-08T04:35:15.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.85s
12462025-05-08T04:35:15.137Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
12472025-05-08T04:35:16.064Z Compiling serde v1.0.219
12482025-05-08T04:35:16.067Z Compiling value-bag v1.9.0
12492025-05-08T04:35:16.068Z Compiling shlex v1.3.0
12502025-05-08T04:35:16.068Z Compiling lock_api v0.4.12
12512025-05-08T04:35:16.068Z Compiling scopeguard v1.2.0
12522025-05-08T04:35:16.207Z Compiling typenum v1.17.0
12532025-05-08T04:35:16.212Z Compiling syn v2.0.98
12542025-05-08T04:35:16.213Z Compiling getrandom v0.2.15
12552025-05-08T04:35:16.389Z Compiling jobserver v0.1.32
12562025-05-08T04:35:16.643Z Compiling rand_core v0.6.4
12572025-05-08T04:35:16.660Z Compiling generic-array v0.14.7
12582025-05-08T04:35:16.749Z Compiling log v0.4.22
12592025-05-08T04:35:16.767Z Compiling cc v1.2.15
12602025-05-08T04:35:17.063Z Compiling smallvec v1.14.0
12612025-05-08T04:35:17.144Z Compiling subtle v2.6.1
12622025-05-08T04:35:17.163Z Compiling const-oid v0.9.6
12632025-05-08T04:35:17.235Z Compiling stable_deref_trait v1.2.0
12642025-05-08T04:35:17.356Z Compiling pkg-config v0.3.31
12652025-05-08T04:35:17.434Z Compiling rustix v0.38.37
12662025-05-08T04:35:17.479Z Compiling pin-project-lite v0.2.14
12672025-05-08T04:35:17.497Z Compiling parking_lot_core v0.9.10
12682025-05-08T04:35:17.618Z Compiling signal-hook-registry v1.4.2
12692025-05-08T04:35:18.249Z Compiling mio v1.0.2
12702025-05-08T04:35:18.284Z Compiling spin v0.9.8
12712025-05-08T04:35:18.545Z Compiling parking_lot v0.12.3
12722025-05-08T04:35:18.613Z Compiling futures-core v0.3.31
12732025-05-08T04:35:18.628Z Compiling aho-corasick v1.1.3
12742025-05-08T04:35:18.655Z Compiling libm v0.2.8
12752025-05-08T04:35:18.874Z Compiling litemap v0.7.3
12762025-05-08T04:35:19.018Z Compiling regex-syntax v0.8.5
12772025-05-08T04:35:19.170Z Compiling cpufeatures v0.2.14
12782025-05-08T04:35:19.226Z Compiling writeable v0.5.5
12792025-05-08T04:35:19.284Z Compiling serde_json v1.0.140
12802025-05-08T04:35:19.302Z Compiling either v1.14.0
12812025-05-08T04:35:19.359Z Compiling socket2 v0.5.9
12822025-05-08T04:35:19.658Z Compiling num-traits v0.2.19
12832025-05-08T04:35:19.714Z Compiling slab v0.4.9
12842025-05-08T04:35:19.733Z Compiling glob v0.3.2
12852025-05-08T04:35:20.235Z Compiling futures-sink v0.3.31
12862025-05-08T04:35:20.253Z Compiling prettyplease v0.2.30
12872025-05-08T04:35:20.349Z Compiling getrandom v0.3.1
12882025-05-08T04:35:20.399Z Compiling icu_locid_transform_data v1.5.0
12892025-05-08T04:35:20.529Z Compiling clang-sys v1.8.1
12902025-05-08T04:35:20.619Z Compiling lazy_static v1.5.0
12912025-05-08T04:35:20.764Z Compiling allocator-api2 v0.2.18
12922025-05-08T04:35:20.795Z Compiling icu_properties_data v1.5.0
12932025-05-08T04:35:21.054Z Compiling foldhash v0.1.3
12942025-05-08T04:35:21.300Z Compiling minimal-lexical v0.2.1
12952025-05-08T04:35:21.469Z Compiling hashbrown v0.15.1
12962025-05-08T04:35:21.517Z Compiling libloading v0.8.5
12972025-05-08T04:35:21.771Z Compiling nom v7.1.3
12982025-05-08T04:35:21.789Z Compiling base64ct v1.6.0
12992025-05-08T04:35:21.905Z Compiling bindgen v0.69.5
13002025-05-08T04:35:22.347Z Compiling icu_normalizer_data v1.5.0
13012025-05-08T04:35:22.466Z Compiling utf16_iter v1.0.5
13022025-05-08T04:35:22.642Z Compiling regex-automata v0.4.8
13032025-05-08T04:35:22.682Z Compiling write16 v1.0.0
13042025-05-08T04:35:22.793Z Compiling percent-encoding v2.3.1
13052025-05-08T04:35:22.812Z Compiling home v0.5.9
13062025-05-08T04:35:22.829Z Compiling utf8_iter v1.0.4
13072025-05-08T04:35:23.019Z Compiling pem-rfc7468 v0.7.0
13082025-05-08T04:35:23.074Z Compiling itertools v0.12.1
13092025-05-08T04:35:23.106Z Compiling flagset v0.4.6
13102025-05-08T04:35:23.322Z Compiling synstructure v0.13.1
13112025-05-08T04:35:24.737Z Compiling lazycell v1.3.0
13122025-05-08T04:35:24.875Z Compiling cexpr v0.6.0
13132025-05-08T04:35:24.922Z Compiling rustc-hash v1.1.0
13142025-05-08T04:35:25.087Z Compiling futures-channel v0.3.31
13152025-05-08T04:35:25.106Z Compiling cmake v0.1.51
13162025-05-08T04:35:25.490Z Compiling fs_extra v1.3.0
13172025-05-08T04:35:25.873Z Compiling dunce v1.0.5
13182025-05-08T04:35:25.965Z Compiling futures-task v0.3.31
13192025-05-08T04:35:26.017Z Compiling futures-io v0.3.31
13202025-05-08T04:35:26.035Z Compiling pin-utils v0.1.0
13212025-05-08T04:35:26.161Z Compiling form_urlencoded v1.2.1
13222025-05-08T04:35:26.274Z Compiling vcpkg v0.2.15
13232025-05-08T04:35:26.332Z Compiling paste v1.0.15
13242025-05-08T04:35:26.466Z Compiling crossbeam-utils v0.8.21
13252025-05-08T04:35:26.488Z Compiling ring v0.17.11
13262025-05-08T04:35:26.522Z Compiling tracing-core v0.1.32
13272025-05-08T04:35:27.098Z Compiling aws-lc-rs v1.12.4
13282025-05-08T04:35:27.539Z Compiling regex v1.11.1
13292025-05-08T04:35:27.603Z Compiling iana-time-zone v0.1.63
13302025-05-08T04:35:27.673Z Compiling zerocopy v0.8.10
13312025-05-08T04:35:27.989Z Compiling openssl-sys v0.9.107
13322025-05-08T04:35:28.482Z Compiling rustls-pki-types v1.10.0
13332025-05-08T04:35:28.502Z Compiling serde_derive v1.0.219
13342025-05-08T04:35:28.520Z Compiling zeroize_derive v1.4.2
13352025-05-08T04:35:28.992Z Compiling zerofrom-derive v0.1.4
13362025-05-08T04:35:29.074Z Compiling yoke-derive v0.7.4
13372025-05-08T04:35:29.345Z Compiling zerovec-derive v0.10.3
13382025-05-08T04:35:29.839Z Compiling zeroize v1.8.1
13392025-05-08T04:35:31.372Z Compiling displaydoc v0.2.5
13402025-05-08T04:35:31.513Z Compiling crypto-common v0.1.6
13412025-05-08T04:35:31.753Z Compiling block-buffer v0.10.4
13422025-05-08T04:35:31.786Z Compiling zerocopy-derive v0.7.35
13432025-05-08T04:35:31.846Z Compiling icu_provider_macros v1.5.0
13442025-05-08T04:35:32.024Z Compiling digest v0.10.7
13452025-05-08T04:35:32.458Z Compiling hmac v0.12.1
13462025-05-08T04:35:32.487Z Compiling zerofrom v0.1.4
13472025-05-08T04:35:32.707Z Compiling yoke v0.7.4
13482025-05-08T04:35:32.726Z Compiling tokio-macros v2.5.0
13492025-05-08T04:35:32.830Z Compiling block-padding v0.3.3
13502025-05-08T04:35:32.851Z Compiling sha2 v0.10.8
13512025-05-08T04:35:33.066Z Compiling zerovec v0.10.4
13522025-05-08T04:35:33.084Z Compiling inout v0.1.3
13532025-05-08T04:35:33.229Z Compiling thiserror-impl v1.0.69
13542025-05-08T04:35:33.361Z Compiling cipher v0.4.4
13552025-05-08T04:35:33.604Z Compiling der_derive v0.7.3
13562025-05-08T04:35:33.678Z Compiling zerocopy v0.7.35
13572025-05-08T04:35:33.877Z Compiling futures-macro v0.3.31
13582025-05-08T04:35:34.156Z Compiling salsa20 v0.10.2
13592025-05-08T04:35:34.394Z Compiling pbkdf2 v0.12.2
13602025-05-08T04:35:34.576Z Compiling scrypt v0.11.0
13612025-05-08T04:35:34.996Z Compiling tinystr v0.7.6
13622025-05-08T04:35:35.071Z Compiling icu_collections v1.5.0
13632025-05-08T04:35:35.091Z Compiling ppv-lite86 v0.2.20
13642025-05-08T04:35:35.362Z Compiling icu_locid v1.5.0
13652025-05-08T04:35:35.735Z Compiling futures-util v0.3.31
13662025-05-08T04:35:35.799Z Compiling cbc v0.1.2
13672025-05-08T04:35:35.864Z Compiling der v0.7.9
13682025-05-08T04:35:36.057Z Compiling aes v0.8.4
13692025-05-08T04:35:36.244Z Compiling thiserror v1.0.69
13702025-05-08T04:35:36.380Z Compiling pest v2.7.14
13712025-05-08T04:35:36.399Z Compiling tracing-attributes v0.1.27
13722025-05-08T04:35:36.489Z Compiling icu_provider v1.5.0
13732025-05-08T04:35:37.333Z Compiling icu_locid_transform v1.5.0
13742025-05-08T04:35:37.443Z Compiling zerocopy-derive v0.8.10
13752025-05-08T04:35:38.884Z Compiling icu_properties v1.5.1
13762025-05-08T04:35:38.995Z Compiling spki v0.7.3
13772025-05-08T04:35:39.367Z Compiling pkcs5 v0.7.1
13782025-05-08T04:35:39.389Z Compiling pest_meta v2.7.14
13792025-05-08T04:35:39.647Z Compiling scroll_derive v0.12.0
13802025-05-08T04:35:39.738Z Compiling tracing v0.1.40
13812025-05-08T04:35:40.055Z Compiling pkcs8 v0.10.2
13822025-05-08T04:35:40.218Z Compiling tinyvec_macros v0.1.1
13832025-05-08T04:35:40.323Z Compiling httparse v1.9.5
13842025-05-08T04:35:40.425Z Compiling tinyvec v1.8.0
13852025-05-08T04:35:40.686Z Compiling pest_generator v2.7.14
13862025-05-08T04:35:40.981Z Compiling bitflags v2.9.0
13872025-05-08T04:35:41.002Z Compiling bytes v1.10.1
13882025-05-08T04:35:41.142Z Compiling semver v1.0.25
13892025-05-08T04:35:41.875Z Compiling indexmap v2.7.1
13902025-05-08T04:35:41.965Z Compiling rustc_version v0.4.1
13912025-05-08T04:35:42.484Z Compiling tokio v1.43.1
13922025-05-08T04:35:42.498Z Compiling http v1.2.0
13932025-05-08T04:35:42.616Z Compiling icu_normalizer v1.5.0
13942025-05-08T04:35:43.216Z Compiling uuid v1.16.0
13952025-05-08T04:35:43.486Z Compiling chrono v0.4.40
13962025-05-08T04:35:43.726Z Compiling idna_adapter v1.2.0
13972025-05-08T04:35:43.869Z Compiling scroll v0.12.0
13982025-05-08T04:35:43.962Z Compiling idna v1.0.3
13992025-05-08T04:35:44.281Z Compiling http-body v1.0.1
14002025-05-08T04:35:44.529Z Compiling serde_derive_internals v0.29.1
14012025-05-08T04:35:44.640Z Compiling url v2.5.3
14022025-05-08T04:35:44.702Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14032025-05-08T04:35:45.462Z Compiling which v4.4.2
14042025-05-08T04:35:45.502Z Compiling bzip2-sys v0.1.13+1.0.8
14052025-05-08T04:35:46.020Z Compiling num-conv v0.1.0
14062025-05-08T04:35:46.075Z Compiling try-lock v0.2.5
14072025-05-08T04:35:46.270Z Compiling untrusted v0.9.0
14082025-05-08T04:35:46.324Z Compiling rustversion v1.0.17
14092025-05-08T04:35:46.433Z Compiling atomic-waker v1.1.2
14102025-05-08T04:35:46.470Z Compiling adler2 v2.0.0
14112025-05-08T04:35:46.641Z Compiling schemars v0.8.22
14122025-05-08T04:35:46.695Z Compiling time-core v0.1.2
14132025-05-08T04:35:46.736Z Compiling untrusted v0.7.1
14142025-05-08T04:35:46.769Z Compiling powerfmt v0.2.0
14152025-05-08T04:35:46.873Z Compiling foreign-types-shared v0.1.1
14162025-05-08T04:35:46.925Z Compiling openssl v0.10.72
14172025-05-08T04:35:46.992Z Compiling foreign-types v0.3.2
14182025-05-08T04:35:47.054Z Compiling deranged v0.3.11
14192025-05-08T04:35:47.097Z Compiling goblin v0.8.2
14202025-05-08T04:35:47.118Z Compiling time-macros v0.2.18
14212025-05-08T04:35:47.121Z Compiling schemars_derive v0.8.22
14222025-05-08T04:35:47.894Z Compiling rand_core v0.9.2
14232025-05-08T04:35:47.916Z Compiling miniz_oxide v0.8.5
14242025-05-08T04:35:48.482Z Compiling want v0.3.1
14252025-05-08T04:35:50.036Z Compiling pest_derive v2.7.14
14262025-05-08T04:35:50.436Z Compiling tokio-util v0.7.13
14272025-05-08T04:35:50.808Z Compiling openssl-macros v0.1.1
14282025-05-08T04:35:51.527Z Compiling syn v1.0.109
14292025-05-08T04:35:51.805Z Compiling h2 v0.4.6
14302025-05-08T04:35:51.876Z Compiling num_threads v0.1.7
14312025-05-08T04:35:51.908Z Compiling native-tls v0.2.12
14322025-05-08T04:35:52.029Z Compiling httpdate v1.0.3
14332025-05-08T04:35:52.133Z Compiling rustls v0.23.19
14342025-05-08T04:35:52.278Z Compiling tower-service v0.3.3
14352025-05-08T04:35:52.411Z Compiling dyn-clone v1.0.19
14362025-05-08T04:35:52.472Z Compiling time v0.3.36
14372025-05-08T04:35:55.183Z Compiling dof v0.3.0
14382025-05-08T04:35:55.944Z Compiling dtrace-parser v0.2.0
14392025-05-08T04:35:56.114Z Compiling rand_chacha v0.9.0
14402025-05-08T04:35:57.001Z Compiling heapless v0.7.17
14412025-05-08T04:35:57.451Z Compiling unicode-normalization v0.1.24
14422025-05-08T04:35:57.832Z Compiling rand_chacha v0.3.1
14432025-05-08T04:35:58.138Z Compiling signature v2.2.0
14442025-05-08T04:35:58.158Z Compiling crossbeam-epoch v0.9.18
14452025-05-08T04:35:58.324Z Compiling crc32fast v1.4.2
14462025-05-08T04:35:58.414Z Compiling cookie v0.18.1
14472025-05-08T04:35:58.664Z Compiling zstd-safe v7.2.3
14482025-05-08T04:35:58.743Z Compiling hyper v1.6.0
14492025-05-08T04:35:58.824Z Compiling rayon-core v1.12.1
14502025-05-08T04:35:59.005Z Compiling signal-hook v0.3.17
14512025-05-08T04:35:59.116Z Compiling slog v2.7.0
14522025-05-08T04:35:59.305Z Compiling unicode-properties v0.1.3
14532025-05-08T04:35:59.644Z Compiling openssl-probe v0.1.5
14542025-05-08T04:35:59.713Z Compiling base64 v0.22.1
14552025-05-08T04:35:59.942Z Compiling unicode-bidi v0.3.17
14562025-05-08T04:36:00.027Z Compiling siphasher v0.3.11
14572025-05-08T04:36:00.381Z Compiling phf_shared v0.11.2
14582025-05-08T04:36:00.602Z Compiling crossbeam-deque v0.8.5
14592025-05-08T04:36:00.705Z Compiling stringprep v0.1.5
14602025-05-08T04:36:00.732Z Compiling usdt-impl v0.5.0
14612025-05-08T04:36:00.919Z Compiling rand v0.8.5
14622025-05-08T04:36:01.180Z Compiling hyper-util v0.1.11
14632025-05-08T04:36:01.541Z Compiling rand v0.9.0
14642025-05-08T04:36:02.043Z Compiling curve25519-dalek v4.1.3
14652025-05-08T04:36:02.266Z Compiling serde_spanned v0.6.8
14662025-05-08T04:36:02.522Z Compiling toml_datetime v0.6.8
14672025-05-08T04:36:02.754Z Compiling serde_tokenstream v0.2.2
14682025-05-08T04:36:02.962Z Compiling md-5 v0.10.6
14692025-05-08T04:36:02.980Z Compiling num-integer v0.1.46
14702025-05-08T04:36:03.184Z Compiling ff v0.13.0
14712025-05-08T04:36:03.249Z Compiling hash32 v0.2.1
14722025-05-08T04:36:03.296Z Compiling memoffset v0.9.1
14732025-05-08T04:36:03.318Z Compiling smoltcp v0.9.1
14742025-05-08T04:36:03.419Z Compiling fallible-iterator v0.2.0
14752025-05-08T04:36:03.589Z Compiling newtype-uuid v1.2.1
14762025-05-08T04:36:03.633Z Compiling psl-types v2.0.11
14772025-05-08T04:36:03.715Z Compiling base16ct v0.2.0
14782025-05-08T04:36:03.844Z Compiling litrs v0.4.1
14792025-05-08T04:36:03.901Z Compiling num-bigint-dig v0.8.4
14802025-05-08T04:36:03.983Z Compiling cfg_aliases v0.2.1
14812025-05-08T04:36:04.031Z Compiling portable-atomic v1.11.0
14822025-05-08T04:36:04.068Z Compiling gimli v0.31.1
14832025-05-08T04:36:04.088Z Compiling postgres-protocol v0.6.8
14842025-05-08T04:36:04.106Z Compiling nix v0.29.0
14852025-05-08T04:36:04.290Z Compiling sec1 v0.7.3
14862025-05-08T04:36:04.880Z Compiling publicsuffix v2.3.0
14872025-05-08T04:36:04.914Z Compiling document-features v0.2.10
14882025-05-08T04:36:05.150Z Compiling num-iter v0.1.45
14892025-05-08T04:36:05.180Z Compiling group v0.13.0
14902025-05-08T04:36:05.731Z Compiling tokio-native-tls v0.3.1
14912025-05-08T04:36:06.100Z Compiling flate2 v1.1.1
14922025-05-08T04:36:06.520Z Compiling ipnetwork v0.21.1
14932025-05-08T04:36:06.803Z Compiling terminal_size v0.4.0
14942025-05-08T04:36:06.897Z Compiling http-body-util v0.1.3
14952025-05-08T04:36:06.999Z Compiling hkdf v0.12.4
14962025-05-08T04:36:07.024Z Compiling crypto-bigint v0.5.5
14972025-05-08T04:36:07.043Z Compiling webpki-roots v0.26.6
14982025-05-08T04:36:07.274Z Compiling zerocopy-derive v0.6.6
14992025-05-08T04:36:07.293Z Compiling async-trait v0.1.88
15002025-05-08T04:36:07.339Z Compiling curve25519-dalek-derive v0.1.1
15012025-05-08T04:36:07.358Z Compiling sync_wrapper v1.0.1
15022025-05-08T04:36:07.519Z Compiling object v0.36.5
15032025-05-08T04:36:08.763Z Compiling addr2line v0.24.2
15042025-05-08T04:36:08.806Z Compiling ahash v0.8.11
15052025-05-08T04:36:09.159Z Compiling fs-err v3.1.0
15062025-05-08T04:36:09.178Z Compiling unicode-width v0.2.0
15072025-05-08T04:36:09.419Z Compiling lockfree-object-pool v0.1.6
15082025-05-08T04:36:09.481Z Compiling tower-layer v0.3.3
15092025-05-08T04:36:09.689Z Compiling anyhow v1.0.98
15102025-05-08T04:36:09.707Z Compiling buf-list v1.0.3
15112025-05-08T04:36:09.726Z Compiling bumpalo v3.16.0
15122025-05-08T04:36:09.769Z Compiling managed v0.8.0
15132025-05-08T04:36:10.187Z Compiling ipnet v2.11.0
15142025-05-08T04:36:10.206Z Compiling rustc-demangle v0.1.24
15152025-05-08T04:36:10.322Z Compiling winnow v0.5.40
15162025-05-08T04:36:10.342Z Compiling zip v2.6.1
15172025-05-08T04:36:10.684Z Compiling simd-adler32 v0.3.7
15182025-05-08T04:36:11.085Z Compiling zopfli v0.8.1
15192025-05-08T04:36:11.693Z Compiling elliptic-curve v0.13.8
15202025-05-08T04:36:12.522Z Compiling clap_builder v4.5.35
15212025-05-08T04:36:12.705Z Compiling tower v0.5.2
15222025-05-08T04:36:12.860Z Compiling strum_macros v0.25.3
15232025-05-08T04:36:13.301Z Compiling console v0.15.10
15242025-05-08T04:36:13.516Z Compiling toml_edit v0.19.15
15252025-05-08T04:36:13.546Z Compiling hubpack_derive v0.1.1
15262025-05-08T04:36:13.933Z Compiling zerocopy v0.6.6
15272025-05-08T04:36:14.403Z Compiling hubpack v0.1.2
15282025-05-08T04:36:14.574Z Compiling backtrace v0.3.74
15292025-05-08T04:36:14.671Z Compiling hyper-tls v0.6.0
15302025-05-08T04:36:14.825Z Compiling oxnet v0.1.1
15312025-05-08T04:36:15.067Z Compiling signal-hook-mio v0.2.4
15322025-05-08T04:36:15.249Z Compiling rayon v1.10.0
15332025-05-08T04:36:15.557Z Compiling cookie_store v0.21.1
15342025-05-08T04:36:16.456Z Compiling zstd v0.13.3
15352025-05-08T04:36:17.798Z Compiling postgres-types v0.2.9
15362025-05-08T04:36:18.445Z Compiling usdt-attr-macro v0.5.0
15372025-05-08T04:36:19.072Z Compiling usdt-macro v0.5.0
15382025-05-08T04:36:19.554Z Compiling phf v0.11.2
15392025-05-08T04:36:19.844Z Compiling ed25519 v2.2.3
15402025-05-08T04:36:19.988Z Compiling strum_macros v0.26.4
15412025-05-08T04:36:20.239Z Compiling bzip2 v0.4.4
15422025-05-08T04:36:20.309Z Compiling bzip2 v0.5.2
15432025-05-08T04:36:20.461Z Compiling clap_derive v4.5.32
15442025-05-08T04:36:20.592Z Compiling enum-as-inner v0.6.1
15452025-05-08T04:36:20.697Z Compiling serde_urlencoded v0.7.1
15462025-05-08T04:36:21.274Z Compiling serde-big-array v0.5.1
15472025-05-08T04:36:21.541Z Compiling futures-executor v0.3.31
15482025-05-08T04:36:21.673Z Compiling pkcs1 v0.7.5
15492025-05-08T04:36:21.706Z Compiling rfc6979 v0.4.0
15502025-05-08T04:36:21.899Z Compiling rustls-pemfile v2.2.0
15512025-05-08T04:36:22.040Z Compiling serde_repr v0.1.19
15522025-05-08T04:36:22.241Z Compiling daft-derive v0.1.3
15532025-05-08T04:36:22.277Z Compiling bstr v1.10.0
15542025-05-08T04:36:22.549Z Compiling float-cmp v0.10.0
15552025-05-08T04:36:22.790Z Compiling encoding_rs v0.8.34
15562025-05-08T04:36:23.132Z Compiling new_debug_unreachable v1.0.6
15572025-05-08T04:36:23.241Z Compiling whoami v1.5.2
15582025-05-08T04:36:23.773Z Compiling mime v0.3.17
15592025-05-08T04:36:23.803Z Compiling unicode-segmentation v1.12.0
15602025-05-08T04:36:23.861Z Compiling data-encoding v2.6.0
15612025-05-08T04:36:24.267Z Compiling difflib v0.4.0
15622025-05-08T04:36:24.522Z Compiling normalize-line-endings v0.3.0
15632025-05-08T04:36:24.645Z Compiling predicates-core v1.0.8
15642025-05-08T04:36:24.673Z Compiling static_assertions v1.1.0
15652025-05-08T04:36:24.787Z Compiling fixedbitset v0.4.2
15662025-05-08T04:36:24.962Z Compiling precomputed-hash v0.1.1
15672025-05-08T04:36:24.980Z Compiling number_prefix v0.4.0
15682025-05-08T04:36:25.100Z Compiling string_cache v0.8.9
15692025-05-08T04:36:25.182Z Compiling indicatif v0.17.11
15702025-05-08T04:36:25.221Z Compiling petgraph v0.6.5
15712025-05-08T04:36:25.491Z Compiling clap v4.5.35
15722025-05-08T04:36:25.535Z Compiling predicates v3.1.3
15732025-05-08T04:36:25.618Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15742025-05-08T04:36:25.734Z Compiling strum v0.26.3
15752025-05-08T04:36:25.942Z Compiling similar v2.7.0
15762025-05-08T04:36:26.812Z Compiling hickory-proto v0.24.4
15772025-05-08T04:36:27.014Z Compiling toml_edit v0.22.24
15782025-05-08T04:36:27.120Z Compiling daft v0.1.3
15792025-05-08T04:36:27.651Z Compiling tokio-postgres v0.7.13
15802025-05-08T04:36:28.053Z Compiling usdt v0.5.0
15812025-05-08T04:36:28.530Z Compiling rsa v0.9.6
15822025-05-08T04:36:28.866Z Compiling ecdsa v0.16.9
15832025-05-08T04:36:29.733Z Compiling futures v0.3.31
15842025-05-08T04:36:30.912Z Compiling zip v0.6.6
15852025-05-08T04:36:31.987Z Compiling ed25519-dalek v2.1.1
15862025-05-08T04:36:32.294Z Compiling toml v0.7.8
15872025-05-08T04:36:33.363Z Compiling crossterm v0.28.1
15882025-05-08T04:36:34.257Z Compiling tokio-stream v0.1.17
15892025-05-08T04:36:34.303Z Compiling openapiv3 v2.0.0
15902025-05-08T04:36:34.675Z Compiling x509-cert v0.2.5
15912025-05-08T04:36:34.706Z Compiling sha1 v0.10.6
15922025-05-08T04:36:35.502Z Compiling itertools v0.10.5
15932025-05-08T04:36:35.574Z Compiling dirs-sys-next v0.1.2
15942025-05-08T04:36:35.675Z Compiling winnow v0.6.26
15952025-05-08T04:36:35.743Z Compiling unicode-xid v0.2.6
15962025-05-08T04:36:35.945Z Compiling peg-runtime v0.8.5
15972025-05-08T04:36:36.339Z Compiling lalrpop-util v0.19.12
15982025-05-08T04:36:36.497Z Compiling dirs-next v2.0.0
15992025-05-08T04:36:36.540Z Compiling thread_local v1.1.8
16002025-05-08T04:36:36.704Z Compiling slog-async v2.8.0
16012025-05-08T04:36:36.707Z Compiling term v0.7.0
16022025-05-08T04:36:37.024Z Compiling xattr v1.3.1
16032025-05-08T04:36:37.308Z Compiling crossbeam-channel v0.5.15
16042025-05-08T04:36:37.329Z Compiling is-terminal v0.4.13
16052025-05-08T04:36:37.471Z Compiling filetime v0.2.25
16062025-05-08T04:36:37.704Z Compiling take_mut v0.2.2
16072025-05-08T04:36:37.786Z Compiling tar v0.4.44
16082025-05-08T04:36:37.889Z Compiling slog-term v2.9.1
16092025-05-08T04:36:37.991Z Compiling camino v1.1.9
16102025-05-08T04:36:44.213Z Compiling aws-lc-sys v0.26.0
16112025-05-08T04:37:13.960Z Compiling rustls-webpki v0.102.8
16122025-05-08T04:37:18.357Z Compiling tokio-rustls v0.26.0
16132025-05-08T04:37:18.625Z Compiling hyper-rustls v0.27.3
16142025-05-08T04:37:18.960Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16152025-05-08T04:37:22.359Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16162025-05-08T04:37:23.213Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16172025-05-08T04:37:27.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
16182025-05-08T04:37:27.233Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16192025-05-08T04:37:27.278ZMay 08 04:37:26.811 INFO Starting download, target: Clickhouse
16202025-05-08T04:37:27.279ZMay 08 04:37:26.811 INFO Starting download, target: Cockroach
16212025-05-08T04:37:27.279ZMay 08 04:37:26.811 INFO Starting download, target: Console
16222025-05-08T04:37:27.279ZMay 08 04:37:26.811 INFO Starting download, target: DendriteStub
16232025-05-08T04:37:27.296ZMay 08 04:37:26.811 INFO Starting download, target: MaghemiteMgd
16242025-05-08T04:37:27.296ZMay 08 04:37:26.811 INFO Starting download, target: TransceiverControl
16252025-05-08T04:37:27.296ZMay 08 04:37:26.812 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16262025-05-08T04:37:27.296ZMay 08 04:37:26.812 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16272025-05-08T04:37:27.296ZMay 08 04:37:26.812 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16282025-05-08T04:37:27.296ZMay 08 04:37:26.812 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16292025-05-08T04:37:27.296ZMay 08 04:37:26.812 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16302025-05-08T04:37:27.296ZMay 08 04:37:26.812 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16312025-05-08T04:37:27.609ZMay 08 04:37:27.127 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16322025-05-08T04:37:27.888ZMay 08 04:37:27.393 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16332025-05-08T04:37:28.062ZMay 08 04:37:27.576 INFO Download complete, target: TransceiverControl
16342025-05-08T04:37:28.300ZMay 08 04:37:27.813 INFO Download complete, target: Console
16352025-05-08T04:37:28.365ZMay 08 04:37:27.897 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16362025-05-08T04:37:28.484ZMay 08 04:37:28.015 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16372025-05-08T04:37:28.914ZMay 08 04:37:28.446 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16382025-05-08T04:37:28.914ZMay 08 04:37:28.446 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16392025-05-08T04:37:29.095ZMay 08 04:37:28.627 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16402025-05-08T04:37:31.310ZMay 08 04:37:30.841 INFO Download complete, target: DendriteStub
16412025-05-08T04:37:31.758ZMay 08 04:37:31.289 INFO Download complete, target: MaghemiteMgd
16422025-05-08T04:37:35.462ZMay 08 04:37:34.991 INFO Checking that binary works, target: Cockroach
16432025-05-08T04:37:35.633ZMay 08 04:37:35.161 INFO Download complete, target: Cockroach
16442025-05-08T04:37:39.381ZMay 08 04:37:38.909 INFO Checking that binary works, target: Clickhouse
16452025-05-08T04:37:39.583ZMay 08 04:37:39.095 INFO Download complete, target: Clickhouse
16462025-05-08T04:37:39.588ZAll prerequisites installed successfully
16472025-05-08T04:37:39.588Z
16482025-05-08T04:37:39.588Zreal 4:22.025357348
16492025-05-08T04:37:39.588Zuser 15:14.939617387
16502025-05-08T04:37:39.588Zsys 2:03.490129147
16512025-05-08T04:37:39.588Ztrap 0.544072280
16522025-05-08T04:37:39.588Ztflt 0.824548965
16532025-05-08T04:37:39.588Zdflt 1.032737833
16542025-05-08T04:37:39.588Zkflt 0.026938431
16552025-05-08T04:37:39.588Zlock 26:14.744130963
16562025-05-08T04:37:39.588Zslp 55:36.857808937
16572025-05-08T04:37:39.588Zlat 57.915508965
16582025-05-08T04:37:39.588Zstop 2:13.999357778
16592025-05-08T04:37:39.588Z+ source ./tools/include/force-git-over-https.sh
16602025-05-08T04:37:39.588Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16612025-05-08T04:37:39.588Z++ (( i = 0 ))
16622025-05-08T04:37:39.588Z++ (( i < 5 ))
16632025-05-08T04:37:39.588Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16642025-05-08T04:37:39.588Z++ (( i++ ))
16652025-05-08T04:37:39.589Z++ (( i < 5 ))
16662025-05-08T04:37:39.589Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16672025-05-08T04:37:39.589Z++ (( i++ ))
16682025-05-08T04:37:39.589Z++ (( i < 5 ))
16692025-05-08T04:37:39.589Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16702025-05-08T04:37:39.589Z++ (( i++ ))
16712025-05-08T04:37:39.589Z++ (( i < 5 ))
16722025-05-08T04:37:39.589Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16732025-05-08T04:37:39.593Z++ (( i++ ))
16742025-05-08T04:37:39.593Z++ (( i < 5 ))
16752025-05-08T04:37:39.593Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16762025-05-08T04:37:39.593Z++ (( i++ ))
16772025-05-08T04:37:39.593Z++ (( i < 5 ))
16782025-05-08T04:37:39.593Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16792025-05-08T04:37:39.593Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16802025-05-08T04:37:39.593Z+ rc=0
16812025-05-08T04:37:39.593Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16822025-05-08T04:38:05.203Z+ case $rc in
16832025-05-08T04:38:05.203Z+ pfexec zfs create -p rpool/images/build/host
16842025-05-08T04:38:05.422Z+ pfexec zfs create -p rpool/images/build/recovery
16852025-05-08T04:38:05.508Z+ cargo xtask releng --output-dir /work
16862025-05-08T04:38:06.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16872025-05-08T04:38:06.159Z Running `target/debug/xtask releng --output-dir /work`
16882025-05-08T04:38:07.148Z Compiling proc-macro2 v1.0.94
16892025-05-08T04:38:07.148Z Compiling unicode-ident v1.0.14
16902025-05-08T04:38:07.148Z Compiling libc v0.2.171
16912025-05-08T04:38:07.151Z Compiling serde v1.0.219
16922025-05-08T04:38:07.151Z Compiling autocfg v1.4.0
16932025-05-08T04:38:07.151Z Compiling cfg-if v1.0.0
16942025-05-08T04:38:07.151Z Compiling version_check v0.9.5
16952025-05-08T04:38:07.388Z Compiling shlex v1.3.0
16962025-05-08T04:38:07.484Z Compiling typenum v1.17.0
16972025-05-08T04:38:07.653Z Compiling memchr v2.7.4
16982025-05-08T04:38:07.715Z Compiling value-bag v1.9.0
16992025-05-08T04:38:07.886Z Compiling generic-array v0.14.7
17002025-05-08T04:38:08.249Z Compiling lock_api v0.4.12
17012025-05-08T04:38:08.284Z Compiling log v0.4.22
17022025-05-08T04:38:08.305Z Compiling scopeguard v1.2.0
17032025-05-08T04:38:08.452Z Compiling rustix v0.38.37
17042025-05-08T04:38:08.473Z Compiling pkg-config v0.3.31
17052025-05-08T04:38:09.007Z Compiling parking_lot_core v0.9.10
17062025-05-08T04:38:09.075Z Compiling libm v0.2.8
17072025-05-08T04:38:09.235Z Compiling quote v1.0.39
17082025-05-08T04:38:09.384Z Compiling jobserver v0.1.32
17092025-05-08T04:38:09.440Z Compiling getrandom v0.2.15
17102025-05-08T04:38:09.483Z Compiling num-traits v0.2.19
17112025-05-08T04:38:09.662Z Compiling syn v2.0.98
17122025-05-08T04:38:09.662Z Compiling rand_core v0.6.4
17132025-05-08T04:38:09.787Z Compiling cc v1.2.15
17142025-05-08T04:38:09.808Z Compiling serde_json v1.0.140
17152025-05-08T04:38:09.825Z Compiling smallvec v1.14.0
17162025-05-08T04:38:10.043Z Compiling semver v1.0.25
17172025-05-08T04:38:10.860Z Compiling slab v0.4.9
17182025-05-08T04:38:10.925Z Compiling subtle v2.6.1
17192025-05-08T04:38:11.276Z Compiling getrandom v0.3.1
17202025-05-08T04:38:11.548Z Compiling itoa v1.0.11
17212025-05-08T04:38:11.747Z Compiling once_cell v1.21.3
17222025-05-08T04:38:11.818Z Compiling errno v0.3.9
17232025-05-08T04:38:11.837Z Compiling spin v0.9.8
17242025-05-08T04:38:12.021Z Compiling aho-corasick v1.1.3
17252025-05-08T04:38:12.056Z Compiling either v1.14.0
17262025-05-08T04:38:12.080Z Compiling regex-syntax v0.8.5
17272025-05-08T04:38:12.084Z Compiling byteorder v1.5.0
17282025-05-08T04:38:12.472Z Compiling glob v0.3.2
17292025-05-08T04:38:12.600Z Compiling const-oid v0.9.6
17302025-05-08T04:38:12.636Z Compiling prettyplease v0.2.30
17312025-05-08T04:38:12.961Z Compiling lazy_static v1.5.0
17322025-05-08T04:38:13.058Z Compiling minimal-lexical v0.2.1
17332025-05-08T04:38:13.123Z Compiling stable_deref_trait v1.2.0
17342025-05-08T04:38:13.149Z Compiling libloading v0.8.5
17352025-05-08T04:38:13.298Z Compiling clang-sys v1.8.1
17362025-05-08T04:38:13.494Z Compiling nom v7.1.3
17372025-05-08T04:38:13.584Z Compiling bindgen v0.69.5
17382025-05-08T04:38:14.001Z Compiling home v0.5.9
17392025-05-08T04:38:14.207Z Compiling itertools v0.12.1
17402025-05-08T04:38:15.276Z Compiling lazycell v1.3.0
17412025-05-08T04:38:15.490Z Compiling thiserror v1.0.69
17422025-05-08T04:38:15.724Z Compiling rustc-hash v1.1.0
17432025-05-08T04:38:15.746Z Compiling cmake v0.1.51
17442025-05-08T04:38:15.927Z Compiling regex-automata v0.4.8
17452025-05-08T04:38:16.040Z Compiling dunce v1.0.5
17462025-05-08T04:38:16.189Z Compiling fs_extra v1.3.0
17472025-05-08T04:38:16.620Z Compiling cexpr v0.6.0
17482025-05-08T04:38:16.760Z Compiling paste v1.0.15
17492025-05-08T04:38:16.834Z Compiling pin-project-lite v0.2.14
17502025-05-08T04:38:17.006Z Compiling vcpkg v0.2.15
17512025-05-08T04:38:17.255Z Compiling synstructure v0.13.1
17522025-05-08T04:38:18.519Z Compiling openssl-sys v0.9.107
17532025-05-08T04:38:19.675Z Compiling signal-hook-registry v1.4.2
17542025-05-08T04:38:19.895Z Compiling ryu v1.0.18
17552025-05-08T04:38:19.951Z Compiling writeable v0.5.5
17562025-05-08T04:38:20.314Z Compiling futures-core v0.3.31
17572025-05-08T04:38:20.619Z Compiling litemap v0.7.3
17582025-05-08T04:38:21.168Z Compiling regex v1.11.1
17592025-05-08T04:38:21.246Z Compiling parking_lot v0.12.3
17602025-05-08T04:38:21.281Z Compiling ring v0.17.11
17612025-05-08T04:38:21.324Z Compiling mio v1.0.2
17622025-05-08T04:38:21.350Z Compiling serde_derive v1.0.219
17632025-05-08T04:38:21.426Z Compiling zeroize_derive v1.4.2
17642025-05-08T04:38:22.188Z Compiling zerofrom-derive v0.1.4
17652025-05-08T04:38:22.369Z Compiling yoke-derive v0.7.4
17662025-05-08T04:38:22.996Z Compiling zeroize v1.8.1
17672025-05-08T04:38:23.055Z Compiling zerovec-derive v0.10.3
17682025-05-08T04:38:23.496Z Compiling displaydoc v0.2.5
17692025-05-08T04:38:23.499Z Compiling zerocopy-derive v0.7.35
17702025-05-08T04:38:23.909Z Compiling icu_provider_macros v1.5.0
17712025-05-08T04:38:24.199Z Compiling tokio-macros v2.5.0
17722025-05-08T04:38:25.263Z Compiling der_derive v0.7.3
17732025-05-08T04:38:25.317Z Compiling futures-macro v0.3.31
17742025-05-08T04:38:25.363Z Compiling zerofrom v0.1.4
17752025-05-08T04:38:25.673Z Compiling yoke v0.7.4
17762025-05-08T04:38:25.750Z Compiling thiserror-impl v1.0.69
17772025-05-08T04:38:26.132Z Compiling zerovec v0.10.4
17782025-05-08T04:38:26.188Z Compiling zerocopy v0.7.35
17792025-05-08T04:38:26.574Z Compiling crypto-common v0.1.6
17802025-05-08T04:38:26.849Z Compiling block-buffer v0.10.4
17812025-05-08T04:38:27.138Z Compiling digest v0.10.7
17822025-05-08T04:38:27.708Z Compiling tracing-attributes v0.1.27
17832025-05-08T04:38:27.712Z Compiling cpufeatures v0.2.14
17842025-05-08T04:38:27.752Z Compiling aws-lc-rs v1.12.4
17852025-05-08T04:38:28.375Z Compiling tinystr v0.7.6
17862025-05-08T04:38:29.221Z Compiling icu_locid v1.5.0
17872025-05-08T04:38:29.516Z Compiling icu_locid_transform_data v1.5.0
17882025-05-08T04:38:29.560Z Compiling crossbeam-utils v0.8.21
17892025-05-08T04:38:29.650Z Compiling heck v0.5.0
17902025-05-08T04:38:30.033Z Compiling icu_collections v1.5.0
17912025-05-08T04:38:30.078Z Compiling hmac v0.12.1
17922025-05-08T04:38:30.251Z Compiling socket2 v0.5.9
17932025-05-08T04:38:30.622Z Compiling icu_provider v1.5.0
17942025-05-08T04:38:30.690Z Compiling icu_properties_data v1.5.0
17952025-05-08T04:38:30.987Z Compiling allocator-api2 v0.2.18
17962025-05-08T04:38:31.736Z Compiling icu_locid_transform v1.5.0
17972025-05-08T04:38:32.009Z Compiling httparse v1.9.5
17982025-05-08T04:38:32.344Z Compiling foldhash v0.1.3
17992025-05-08T04:38:32.842Z Compiling equivalent v1.0.1
18002025-05-08T04:38:32.995Z Compiling hashbrown v0.15.1
18012025-05-08T04:38:33.078Z Compiling block-padding v0.3.3
18022025-05-08T04:38:33.371Z Compiling icu_properties v1.5.1
18032025-05-08T04:38:34.362Z Compiling bitflags v2.9.0
18042025-05-08T04:38:34.543Z Compiling bytes v1.10.1
18052025-05-08T04:38:36.788Z Compiling rustc_version v0.4.1
18062025-05-08T04:38:37.567Z Compiling tokio v1.43.1
18072025-05-08T04:38:37.621Z Compiling zerocopy v0.8.10
18082025-05-08T04:38:37.686Z Compiling futures-sink v0.3.31
18092025-05-08T04:38:37.965Z Compiling percent-encoding v2.3.1
18102025-05-08T04:38:38.053Z Compiling write16 v1.0.0
18112025-05-08T04:38:38.257Z Compiling utf8_iter v1.0.4
18122025-05-08T04:38:38.512Z Compiling icu_normalizer_data v1.5.0
18132025-05-08T04:38:38.554Z Compiling utf16_iter v1.0.5
18142025-05-08T04:38:38.653Z Compiling indexmap v2.7.1
18152025-05-08T04:38:38.835Z Compiling which v4.4.2
18162025-05-08T04:38:39.699Z Compiling icu_normalizer v1.5.0
18172025-05-08T04:38:41.960Z Compiling inout v0.1.3
18182025-05-08T04:38:41.995Z Compiling sha2 v0.10.8
18192025-05-08T04:38:43.598Z Compiling schemars v0.8.22
18202025-05-08T04:38:43.701Z Compiling openssl v0.10.72
18212025-05-08T04:38:45.729Z Compiling cipher v0.4.4
18222025-05-08T04:38:45.809Z Compiling idna_adapter v1.2.0
18232025-05-08T04:38:46.090Z Compiling ppv-lite86 v0.2.20
18242025-05-08T04:38:46.140Z Compiling zerocopy-derive v0.8.10
18252025-05-08T04:38:46.360Z Compiling serde_derive_internals v0.29.1
18262025-05-08T04:38:46.666Z Compiling bzip2-sys v0.1.13+1.0.8
18272025-05-08T04:38:47.169Z Compiling fnv v1.0.7
18282025-05-08T04:38:47.504Z Compiling base64ct v1.6.0
18292025-05-08T04:38:48.160Z Compiling pem-rfc7468 v0.7.0
18302025-05-08T04:38:48.493Z Compiling schemars_derive v0.8.22
18312025-05-08T04:38:49.220Z Compiling idna v1.0.3
18322025-05-08T04:38:49.853Z Compiling form_urlencoded v1.2.1
18332025-05-08T04:38:50.494Z Compiling openssl-macros v0.1.1
18342025-05-08T04:38:51.189Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18352025-05-08T04:38:51.304Z Compiling num-conv v0.1.0
18362025-05-08T04:38:51.609Z Compiling native-tls v0.2.12
18372025-05-08T04:38:51.899Z Compiling rustls v0.23.19
18382025-05-08T04:38:52.190Z Compiling syn v1.0.109
18392025-05-08T04:38:52.259Z Compiling aws-lc-sys v0.26.0
18402025-05-08T04:38:52.282Z Compiling flagset v0.4.6
18412025-05-08T04:38:52.356Z Compiling time-core v0.1.2
18422025-05-08T04:38:52.638Z Compiling time-macros v0.2.18
18432025-05-08T04:38:52.641Z Compiling der v0.7.9
18442025-05-08T04:38:53.414Z Compiling futures-channel v0.3.31
18452025-05-08T04:38:54.596Z Compiling scroll_derive v0.12.0
18462025-05-08T04:38:54.617Z Compiling futures-io v0.3.31
18472025-05-08T04:38:54.624Z Compiling pin-utils v0.1.0
18482025-05-08T04:38:54.959Z Compiling ucd-trie v0.1.7
18492025-05-08T04:38:54.991Z Compiling futures-task v0.3.31
18502025-05-08T04:38:55.369Z Compiling pest v2.7.14
18512025-05-08T04:38:55.462Z Compiling futures-util v0.3.31
18522025-05-08T04:38:55.648Z Compiling spki v0.7.3
18532025-05-08T04:38:56.423Z Compiling url v2.5.3
18542025-05-08T04:38:58.542Z Compiling salsa20 v0.10.2
18552025-05-08T04:38:58.747Z Compiling pbkdf2 v0.12.2
18562025-05-08T04:38:59.026Z Compiling cookie v0.18.1
18572025-05-08T04:38:59.511Z Compiling rayon-core v1.12.1
18582025-05-08T04:38:59.584Z Compiling rustversion v1.0.17
18592025-05-08T04:39:00.146Z Compiling iana-time-zone v0.1.63
18602025-05-08T04:39:00.582Z Compiling chrono v0.4.40
18612025-05-08T04:39:01.008Z Compiling scrypt v0.11.0
18622025-05-08T04:39:02.002Z Compiling pest_meta v2.7.14
18632025-05-08T04:39:03.841Z Compiling aes v0.8.4
18642025-05-08T04:39:04.149Z Compiling cbc v0.1.2
18652025-05-08T04:39:05.758Z Compiling pkcs5 v0.7.1
18662025-05-08T04:39:06.561Z Compiling pest_generator v2.7.14
18672025-05-08T04:39:08.005Z Compiling tokio-util v0.7.13
18682025-05-08T04:39:08.193Z Compiling http v1.2.0
18692025-05-08T04:39:08.508Z Compiling uuid v1.16.0
18702025-05-08T04:39:08.660Z Compiling zerocopy-derive v0.6.6
18712025-05-08T04:39:09.911Z Compiling tracing-core v0.1.32
18722025-05-08T04:39:10.066Z Compiling newtype-uuid v1.2.1
18732025-05-08T04:39:10.124Z Compiling zstd-safe v7.2.3
18742025-05-08T04:39:10.446Z Compiling num-bigint-dig v0.8.4
18752025-05-08T04:39:10.632Z Compiling tracing v0.1.40
18762025-05-08T04:39:11.877Z Compiling pest_derive v2.7.14
18772025-05-08T04:39:12.442Z Compiling pkcs8 v0.10.2
18782025-05-08T04:39:13.325Z Compiling rand_chacha v0.3.1
18792025-05-08T04:39:13.740Z Compiling heapless v0.7.17
18802025-05-08T04:39:14.752Z Compiling usdt-impl v0.5.0
18812025-05-08T04:39:15.215Z Compiling ahash v0.8.11
18822025-05-08T04:39:15.263Z Compiling signal-hook v0.3.17
18832025-05-08T04:39:15.670Z Compiling litrs v0.4.1
18842025-05-08T04:39:15.702Z Compiling rustls-pki-types v1.10.0
18852025-05-08T04:39:15.731Z Compiling slog v2.7.0
18862025-05-08T04:39:15.790Z Compiling tinyvec_macros v0.1.1
18872025-05-08T04:39:16.006Z Compiling tinyvec v1.8.0
18882025-05-08T04:39:16.655Z Compiling document-features v0.2.10
18892025-05-08T04:39:17.853Z Compiling rand v0.8.5
18902025-05-08T04:39:18.960Z Compiling http-body v1.0.1
18912025-05-08T04:39:19.353Z Compiling scroll v0.12.0
18922025-05-08T04:39:19.859Z Compiling async-trait v0.1.88
18932025-05-08T04:39:19.902Z Compiling foreign-types-shared v0.1.1
18942025-05-08T04:39:20.052Z Compiling untrusted v0.9.0
18952025-05-08T04:39:20.319Z Compiling dyn-clone v1.0.19
18962025-05-08T04:39:20.583Z Compiling try-lock v0.2.5
18972025-05-08T04:39:20.778Z Compiling plain v0.2.3
18982025-05-08T04:39:20.800Z Compiling powerfmt v0.2.0
18992025-05-08T04:39:20.944Z Compiling atomic-waker v1.1.2
19002025-05-08T04:39:21.324Z Compiling adler2 v2.0.0
19012025-05-08T04:39:21.356Z Compiling untrusted v0.7.1
19022025-05-08T04:39:21.611Z Compiling miniz_oxide v0.8.5
19032025-05-08T04:39:22.004Z Compiling h2 v0.4.6
19042025-05-08T04:39:23.212Z Compiling deranged v0.3.11
19052025-05-08T04:39:24.935Z Compiling goblin v0.8.2
19062025-05-08T04:39:25.085Z Compiling want v0.3.1
19072025-05-08T04:39:25.222Z Compiling foreign-types v0.3.2
19082025-05-08T04:39:27.862Z Compiling curve25519-dalek v4.1.3
19092025-05-08T04:39:28.381Z Compiling clap_derive v4.5.32
19102025-05-08T04:39:28.816Z Compiling memoffset v0.9.1
19112025-05-08T04:39:29.336Z Compiling crc32fast v1.4.2
19122025-05-08T04:39:29.934Z Compiling anstyle v1.0.10
19132025-05-08T04:39:30.514Z Compiling portable-atomic v1.11.0
19142025-05-08T04:39:31.642Z Compiling anyhow v1.0.98
19152025-05-08T04:39:33.321Z Compiling smoltcp v0.9.1
19162025-05-08T04:39:33.747Z Compiling httpdate v1.0.3
19172025-05-08T04:39:34.032Z Compiling tower-service v0.3.3
19182025-05-08T04:39:34.119Z Compiling num_threads v0.1.7
19192025-05-08T04:39:34.199Z Compiling base64 v0.22.1
19202025-05-08T04:39:34.283Z Compiling pretty-hex v0.4.1
19212025-05-08T04:39:34.723Z Compiling utf8parse v0.2.2
19222025-05-08T04:39:34.972Z Compiling anstyle-parse v0.2.5
19232025-05-08T04:39:35.433Z Compiling dof v0.3.0
19242025-05-08T04:39:35.437Z Compiling time v0.3.36
19252025-05-08T04:39:37.132Z Compiling hyper v1.6.0
19262025-05-08T04:39:43.360Z Compiling rand_core v0.9.2
19272025-05-08T04:39:47.838Z Compiling unicode-normalization v0.1.24
19282025-05-08T04:39:49.381Z Compiling dtrace-parser v0.2.0
19292025-05-08T04:39:50.004Z Compiling strum_macros v0.26.4
19302025-05-08T04:39:55.883Z Compiling toml_datetime v0.6.8
19312025-05-08T04:39:56.560Z Compiling serde_spanned v0.6.8
19322025-05-08T04:39:56.687Z Compiling signature v2.2.0
19332025-05-08T04:39:56.813Z Compiling daft-derive v0.1.3
19342025-05-08T04:39:57.046Z Compiling thread-id v4.2.2
19352025-05-08T04:39:57.188Z Compiling colorchoice v1.0.2
19362025-05-08T04:39:57.588Z Compiling anstyle-query v1.1.1
19372025-05-08T04:39:57.667Z Compiling openssl-probe v0.1.5
19382025-05-08T04:39:57.881Z Compiling cfg_aliases v0.2.1
19392025-05-08T04:39:58.033Z Compiling buf-list v1.0.3
19402025-05-08T04:39:58.260Z Compiling is_terminal_polyfill v1.70.1
19412025-05-08T04:39:58.720Z Compiling fastrand v2.1.1
19422025-05-08T04:39:58.852Z Compiling zip v2.6.1
19432025-05-08T04:39:59.131Z Compiling tempfile v3.13.0
19442025-05-08T04:40:00.845Z Compiling anstream v0.6.15
19452025-05-08T04:40:00.959Z Compiling nix v0.29.0
19462025-05-08T04:40:04.248Z Compiling crossbeam-epoch v0.9.18
19472025-05-08T04:40:04.289Z Compiling rand_chacha v0.9.0
19482025-05-08T04:40:04.289Z Compiling hyper-util v0.1.11
19492025-05-08T04:40:05.817Z Compiling zerocopy v0.6.6
19502025-05-08T04:40:06.298Z Compiling hubpack_derive v0.1.1
19512025-05-08T04:40:07.152Z Compiling terminal_size v0.4.0
19522025-05-08T04:40:07.260Z Compiling hex v0.4.3
19532025-05-08T04:40:07.533Z Compiling serde_tokenstream v0.2.2
19542025-05-08T04:40:08.227Z Compiling curve25519-dalek-derive v0.1.1
19552025-05-08T04:40:08.333Z Compiling num-integer v0.1.46
19562025-05-08T04:40:09.543Z Compiling fs-err v3.1.0
19572025-05-08T04:40:09.921Z Compiling siphasher v0.3.11
19582025-05-08T04:40:14.057Z Compiling psl-types v2.0.11
19592025-05-08T04:40:14.111Z Compiling radium v0.7.0
19602025-05-08T04:40:14.111Z Compiling unicode-bidi v0.3.17
19612025-05-08T04:40:14.111Z Compiling strsim v0.11.1
19622025-05-08T04:40:14.111Z Compiling clap_lex v0.7.4
19632025-05-08T04:40:14.112Z Compiling unicode-properties v0.1.3
19642025-05-08T04:40:14.112Z Compiling stringprep v0.1.5
19652025-05-08T04:40:14.150Z Compiling clap_builder v4.5.35
19662025-05-08T04:40:14.150Z Compiling publicsuffix v2.3.0
19672025-05-08T04:40:14.150Z Compiling phf_shared v0.11.2
19682025-05-08T04:40:14.150Z Compiling num-iter v0.1.45
19692025-05-08T04:40:15.297Z Compiling crossbeam-deque v0.8.5
19702025-05-08T04:40:15.785Z Compiling rand v0.9.0
19712025-05-08T04:40:16.142Z Compiling tokio-native-tls v0.3.1
19722025-05-08T04:40:16.414Z Compiling ipnetwork v0.21.1
19732025-05-08T04:40:16.932Z Compiling flate2 v1.1.1
19742025-05-08T04:40:16.956Z Compiling http-body-util v0.1.3
19752025-05-08T04:40:17.609Z Compiling webpki-roots v0.26.6
19762025-05-08T04:40:18.815Z Compiling md-5 v0.10.6
19772025-05-08T04:40:18.859Z Compiling sync_wrapper v1.0.1
19782025-05-08T04:40:18.931Z Compiling hash32 v0.2.1
19792025-05-08T04:40:19.049Z Compiling ff v0.13.0
19802025-05-08T04:40:19.328Z Compiling gimli v0.31.1
19812025-05-08T04:40:19.522Z Compiling ipnet v2.11.0
19822025-05-08T04:40:19.710Z Compiling tower-layer v0.3.3
19832025-05-08T04:40:20.247Z Compiling maybe-uninit v2.0.0
19842025-05-08T04:40:20.659Z Compiling tap v1.0.1
19852025-05-08T04:40:20.772Z Compiling heck v0.4.1
19862025-05-08T04:40:21.092Z Compiling camino v1.1.9
19872025-05-08T04:40:21.263Z Compiling base16ct v0.2.0
19882025-05-08T04:40:21.616Z Compiling fallible-iterator v0.2.0
19892025-05-08T04:40:22.047Z Compiling winnow v0.5.40
19902025-05-08T04:40:23.089Z Compiling rustls-webpki v0.102.8
19912025-05-08T04:40:24.061Z Compiling thiserror v2.0.12
19922025-05-08T04:40:25.195Z Compiling addr2line v0.24.2
19932025-05-08T04:40:25.656Z Compiling postgres-protocol v0.6.8
19942025-05-08T04:40:26.907Z Compiling toml_edit v0.19.15
19952025-05-08T04:40:27.032Z Compiling sec1 v0.7.3
19962025-05-08T04:40:28.657Z Compiling strum_macros v0.25.3
19972025-05-08T04:40:29.635Z Compiling wyz v0.5.1
19982025-05-08T04:40:30.290Z Compiling tower v0.5.2
19992025-05-08T04:40:31.436Z Compiling tokio-rustls v0.26.0
20002025-05-08T04:40:31.440Z Compiling group v0.13.0
20012025-05-08T04:40:35.715Z Compiling hyper-tls v0.6.0
20022025-05-08T04:40:35.721Z Compiling clap v4.5.35
20032025-05-08T04:40:35.721Z Compiling oxnet v0.1.1
20042025-05-08T04:40:38.517Z Compiling cookie_store v0.21.1
20052025-05-08T04:40:39.828Z Compiling usdt-macro v0.5.0
20062025-05-08T04:40:40.051Z Compiling usdt-attr-macro v0.5.0
20072025-05-08T04:40:41.307Z Compiling bstr v1.10.0
20082025-05-08T04:40:42.267Z Compiling rustls-pemfile v2.2.0
20092025-05-08T04:40:42.518Z Compiling pkcs1 v0.7.5
20102025-05-08T04:40:42.880Z Compiling futures-executor v0.3.31
20112025-05-08T04:40:43.697Z Compiling serde_urlencoded v0.7.1
20122025-05-08T04:40:44.326Z Compiling hkdf v0.12.4
20132025-05-08T04:40:44.384Z Compiling enum-as-inner v0.6.1
20142025-05-08T04:40:44.629Z Compiling crypto-bigint v0.5.5
20152025-05-08T04:40:44.826Z Compiling thiserror-impl v2.0.12
20162025-05-08T04:40:45.059Z Compiling serde_repr v0.1.19
20172025-05-08T04:40:45.474Z Compiling object v0.36.5
20182025-05-08T04:40:46.266Z Compiling encoding_rs v0.8.34
20192025-05-08T04:40:47.946Z Compiling mime v0.3.17
20202025-05-08T04:40:48.146Z Compiling rustc-demangle v0.1.24
20212025-05-08T04:40:49.871Z Compiling managed v0.8.0
20222025-05-08T04:40:50.334Z Compiling funty v2.0.0
20232025-05-08T04:40:50.544Z Compiling simd-adler32 v0.3.7
20242025-05-08T04:40:51.083Z Compiling bumpalo v3.16.0
20252025-05-08T04:40:51.112Z Compiling lockfree-object-pool v0.1.6
20262025-05-08T04:40:52.132Z Compiling unicode-width v0.2.0
20272025-05-08T04:40:53.188Z Compiling bitflags v1.3.2
20282025-05-08T04:40:53.364Z Compiling packed_struct v0.10.1
20292025-05-08T04:40:54.556Z Compiling backtrace v0.3.74
20302025-05-08T04:40:56.958Z Compiling console v0.15.10
20312025-05-08T04:40:58.832Z Compiling zopfli v0.8.1
20322025-05-08T04:40:59.895Z Compiling bitvec v1.0.1
20332025-05-08T04:41:00.413Z Compiling elliptic-curve v0.13.8
20342025-05-08T04:41:00.689Z Compiling futures v0.3.31
20352025-05-08T04:41:00.832Z Compiling rsa v0.9.6
20362025-05-08T04:41:02.421Z Compiling hyper-rustls v0.27.3
20372025-05-08T04:41:04.808Z Compiling daft v0.1.3
20382025-05-08T04:41:05.344Z Compiling zstd v0.13.3
20392025-05-08T04:41:05.463Z Compiling signal-hook-mio v0.2.4
20402025-05-08T04:41:05.667Z Compiling rayon v1.10.0
20412025-05-08T04:41:05.945Z Compiling toml v0.7.8
20422025-05-08T04:41:06.249Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
20432025-05-08T04:41:07.319Z Compiling postgres-types v0.2.9
20442025-05-08T04:41:08.251Z Compiling phf v0.11.2
20452025-05-08T04:41:08.563Z Compiling ed25519 v2.2.3
20462025-05-08T04:41:08.669Z Compiling hubpack v0.1.2
20472025-05-08T04:41:08.914Z Compiling bzip2 v0.4.4
20482025-05-08T04:41:09.008Z Compiling bzip2 v0.5.2
20492025-05-08T04:41:09.379Z Compiling strum v0.26.3
20502025-05-08T04:41:10.010Z Compiling packed_struct_codegen v0.10.1
20512025-05-08T04:41:10.707Z Compiling x509-cert v0.2.5
20522025-05-08T04:41:10.710Z Compiling float-cmp v0.10.0
20532025-05-08T04:41:10.814Z Compiling serde-big-array v0.5.1
20542025-05-08T04:41:10.996Z Compiling rfc6979 v0.4.0
20552025-05-08T04:41:11.057Z Compiling structmeta-derive v0.3.0
20562025-05-08T04:41:12.055Z Compiling memmap v0.7.0
20572025-05-08T04:41:12.303Z Compiling is-terminal v0.4.13
20582025-05-08T04:41:12.364Z Compiling wait-timeout v0.2.0
20592025-05-08T04:41:12.473Z Compiling indexmap v1.9.3
20602025-05-08T04:41:13.192Z Compiling winnow v0.7.3
20612025-05-08T04:41:13.274Z Compiling unicode-segmentation v1.12.0
20622025-05-08T04:41:14.149Z Compiling data-encoding v2.6.0
20632025-05-08T04:41:14.750Z Compiling number_prefix v0.4.0
20642025-05-08T04:41:14.996Z Compiling precomputed-hash v0.1.1
20652025-05-08T04:41:15.145Z Compiling predicates-core v1.0.8
20662025-05-08T04:41:15.459Z Compiling nodrop v0.1.14
20672025-05-08T04:41:15.557Z Compiling static_assertions v1.1.0
20682025-05-08T04:41:15.681Z Compiling normalize-line-endings v0.3.0
20692025-05-08T04:41:15.843Z Compiling quick-error v1.2.3
20702025-05-08T04:41:16.087Z Compiling new_debug_unreachable v1.0.6
20712025-05-08T04:41:16.208Z Compiling whoami v1.5.2
20722025-05-08T04:41:16.335Z Compiling difflib v0.4.0
20732025-05-08T04:41:16.485Z Compiling bit-vec v0.8.0
20742025-05-08T04:41:16.711Z Compiling crc-catalog v2.4.0
20752025-05-08T04:41:17.396Z Compiling fixedbitset v0.4.2
20762025-05-08T04:41:17.801Z Compiling petgraph v0.6.5
20772025-05-08T04:41:20.827Z Compiling toml_edit v0.22.24
20782025-05-08T04:41:21.434Z Compiling bit-set v0.8.0
20792025-05-08T04:41:21.757Z Compiling crc v3.2.1
20802025-05-08T04:41:21.807Z Compiling predicates v3.1.3
20812025-05-08T04:41:21.847Z Compiling tokio-postgres v0.7.13
20822025-05-08T04:41:25.539Z Compiling string_cache v0.8.9
20832025-05-08T04:41:26.431Z Compiling rusty-fork v0.3.0
20842025-05-08T04:41:26.605Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
20852025-05-08T04:41:27.178Z Compiling array-init v0.0.4
20862025-05-08T04:41:28.233Z Compiling indicatif v0.17.11
20872025-05-08T04:41:28.309Z Compiling hickory-proto v0.24.4
20882025-05-08T04:41:29.499Z Compiling similar v2.7.0
20892025-05-08T04:41:29.950Z Compiling structmeta v0.3.0
20902025-05-08T04:41:31.235Z Compiling usdt v0.5.0
20912025-05-08T04:41:32.109Z Compiling ecdsa v0.16.9
20922025-05-08T04:41:34.964Z Compiling zip v0.6.6
20932025-05-08T04:41:36.424Z Compiling ed25519-dalek v2.1.1
20942025-05-08T04:41:37.190Z Compiling smallvec v0.6.14
20952025-05-08T04:41:37.476Z Compiling crossterm v0.28.1
20962025-05-08T04:41:39.738Z Compiling tokio-stream v0.1.17
20972025-05-08T04:41:40.397Z Compiling openapiv3 v2.0.0
20982025-05-08T04:41:40.699Z Compiling xattr v1.3.1
20992025-05-08T04:41:41.059Z Compiling sha1 v0.10.6
21002025-05-08T04:41:42.971Z Compiling pin-project-internal v1.1.6
21012025-05-08T04:41:43.314Z Compiling itertools v0.10.5
21022025-05-08T04:41:43.727Z Compiling rand_xorshift v0.3.0
21032025-05-08T04:41:43.873Z Compiling filetime v0.2.25
21042025-05-08T04:41:44.189Z Compiling winnow v0.6.26
21052025-05-08T04:41:44.342Z Compiling peg-runtime v0.8.5
21062025-05-08T04:41:44.853Z Compiling hashbrown v0.12.3
21072025-05-08T04:41:44.968Z Compiling bitfield v0.14.0
21082025-05-08T04:41:45.425Z Compiling same-file v1.0.6
21092025-05-08T04:41:45.731Z Compiling base64 v0.21.7
21102025-05-08T04:41:45.754Z Compiling termcolor v1.4.1
21112025-05-08T04:41:45.814Z Compiling lalrpop-util v0.19.12
21122025-05-08T04:41:46.141Z Compiling unicode-xid v0.2.6
21132025-05-08T04:41:46.183Z Compiling unarray v0.1.4
21142025-05-08T04:41:46.362Z Compiling ron v0.8.1
21152025-05-08T04:41:46.403Z Compiling proptest v1.6.0
21162025-05-08T04:41:46.753Z Compiling env_logger v0.10.2
21172025-05-08T04:41:47.518Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21182025-05-08T04:41:47.888Z Compiling walkdir v2.5.0
21192025-05-08T04:41:49.582Z Compiling pin-project v1.1.6
21202025-05-08T04:41:49.687Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21212025-05-08T04:41:50.611Z Compiling tar v0.4.44
21222025-05-08T04:41:54.818Z Compiling serde-hex v0.1.0
21232025-05-08T04:41:56.476Z Compiling test-strategy v0.4.0
21242025-05-08T04:41:57.102Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21252025-05-08T04:41:58.376Z Compiling hashbrown v0.13.2
21262025-05-08T04:41:59.660Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21272025-05-08T04:42:00.818Z Compiling snafu-derive v0.8.5
21282025-05-08T04:42:01.644Z Compiling blake3 v1.5.4
21292025-05-08T04:42:02.085Z Compiling dirs-sys-next v0.1.2
21302025-05-08T04:42:02.283Z Compiling fs-err v2.11.0
21312025-05-08T04:42:03.617Z Compiling crc-any v2.5.0
21322025-05-08T04:42:04.570Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21332025-05-08T04:42:05.096Z Compiling snafu v0.8.5
21342025-05-08T04:42:16.823Z Compiling dirs-next v2.0.0
21352025-05-08T04:42:19.134Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21362025-05-08T04:42:21.272Z Compiling object v0.30.4
21372025-05-08T04:42:21.954Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21382025-05-08T04:42:22.356Z Compiling camino-tempfile v1.1.1
21392025-05-08T04:42:22.403Z Compiling globset v0.4.15
21402025-05-08T04:42:25.185Z Compiling olpc-cjson v0.1.4
21412025-05-08T04:42:25.512Z Compiling pem v3.0.5
21422025-05-08T04:42:27.079Z Compiling cargo-platform v0.1.8
21432025-05-08T04:42:27.406Z Compiling serde_plain v1.0.2
21442025-05-08T04:42:28.147Z Compiling async-recursion v1.1.1
21452025-05-08T04:42:28.568Z Compiling thread_local v1.1.8
21462025-05-08T04:42:29.277Z Compiling memmap2 v0.9.5
21472025-05-08T04:42:29.511Z Compiling typed-path v0.9.3
21482025-05-08T04:42:29.872Z Compiling arrayvec v0.7.6
21492025-05-08T04:42:30.359Z Compiling constant_time_eq v0.3.1
21502025-05-08T04:42:30.594Z Compiling path-slash v0.1.5
21512025-05-08T04:42:30.872Z Compiling slog-async v2.8.0
21522025-05-08T04:42:31.149Z Compiling arrayref v0.3.9
21532025-05-08T04:42:31.454Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
21542025-05-08T04:42:31.559Z Compiling cargo_metadata v0.19.2
21552025-05-08T04:42:32.673Z Compiling tough v0.20.0
21562025-05-08T04:42:33.081Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21572025-05-08T04:42:33.628Z Compiling term v0.7.0
21582025-05-08T04:42:33.720Z Compiling toml v0.8.20
21592025-05-08T04:42:34.029Z Compiling itertools v0.13.0
21602025-05-08T04:42:34.469Z Compiling crossbeam-channel v0.5.15
21612025-05-08T04:42:35.988Z Compiling serde_path_to_error v0.1.16
21622025-05-08T04:42:36.597Z Compiling take_mut v0.2.2
21632025-05-08T04:42:36.793Z Compiling debug-ignore v1.0.5
21642025-05-08T04:42:36.989Z Compiling parse-size v1.1.0
21652025-05-08T04:42:36.993Z Compiling topological-sort v0.2.2
21662025-05-08T04:42:37.313Z Compiling indent_write v2.2.0
21672025-05-08T04:42:37.334Z Compiling omicron-zone-package v0.12.0
21682025-05-08T04:42:37.619Z Compiling slog-term v2.9.1
21692025-05-08T04:42:37.861Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
21702025-05-08T04:42:39.690Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21712025-05-08T04:42:40.223Z Compiling shell-words v1.1.0
21722025-05-08T04:42:51.112Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21732025-05-08T04:43:04.856Z Finished `release` profile [optimized] target(s) in 4m 58s
21742025-05-08T04:43:05.030Z Running `target/release/omicron-releng --output-dir /work`
21752025-05-08T04:43:05.077ZMay 08 04:43:04.480 DEBG changing working directory to /work/oxidecomputer/omicron
21762025-05-08T04:43:05.192ZMay 08 04:43:04.594 DEBG running: git rev-parse HEAD
21772025-05-08T04:43:05.199ZMay 08 04:43:04.602 DEBG process exited with exit status: 0 (7.274512ms)
21782025-05-08T04:43:05.199ZMay 08 04:43:04.602 INFO version: 15.0.0-0.ci+git9021e840b89
21792025-05-08T04:43:05.238ZMay 08 04:43:04.641 INFO cloning helios to /work/oxidecomputer/helios
21802025-05-08T04:43:05.238ZMay 08 04:43:04.641 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21812025-05-08T04:43:05.244ZCloning into '/work/oxidecomputer/helios'...
21822025-05-08T04:43:05.751ZMay 08 04:43:05.154 DEBG process exited with exit status: 0 (513.096111ms)
21832025-05-08T04:43:05.751ZMay 08 04:43:05.154 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21842025-05-08T04:43:06.755ZMay 08 04:43:06.157 DEBG process exited with exit status: 0 (1.003067612s)
21852025-05-08T04:43:06.755ZMay 08 04:43:06.157 DEBG running: zfs list rpool/images/build/host
21862025-05-08T04:43:06.763ZNAME USED AVAIL REFER MOUNTPOINT
21872025-05-08T04:43:06.763Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21882025-05-08T04:43:06.766ZMay 08 04:43:06.165 DEBG process exited with exit status: 0 (7.426343ms)
21892025-05-08T04:43:06.766ZMay 08 04:43:06.165 DEBG running: zfs list rpool/images/build/recovery
21902025-05-08T04:43:06.770ZNAME USED AVAIL REFER MOUNTPOINT
21912025-05-08T04:43:06.770Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21922025-05-08T04:43:06.770ZMay 08 04:43:06.171 DEBG process exited with exit status: 0 (6.104845ms)
21932025-05-08T04:43:06.770ZMay 08 04:43:06.171 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21942025-05-08T04:43:06.777Z# branch.oid 37ea3a6840bd82eb7af04edcb0c977b601a42bca
21952025-05-08T04:43:06.777Z# branch.head master
21962025-05-08T04:43:06.777Z# branch.upstream origin/master
21972025-05-08T04:43:06.777Z# branch.ab +0 -0
21982025-05-08T04:43:06.780ZMay 08 04:43:06.179 DEBG process exited with exit status: 0 (8.242326ms)
21992025-05-08T04:43:06.780ZMay 08 04:43:06.180 INFO [hubris-staging] running task
22002025-05-08T04:43:06.780ZMay 08 04:43:06.180 INFO [hubris-production] running task
22012025-05-08T04:43:06.780ZMay 08 04:43:06.181 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22022025-05-08T04:43:06.783ZMay 08 04:43:06.184 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22032025-05-08T04:43:06.855Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22042025-05-08T04:43:07.365Z[ omicron-package] Blocking waiting for file lock on package cache
22052025-05-08T04:43:07.852Z[ omicron-package] Blocking waiting for file lock on package cache
22062025-05-08T04:43:08.399ZMay 08 04:43:07.801 INFO [hubris-production] task succeeded (1.62067524s)
22072025-05-08T04:43:10.923Z[ omicron-package] Compiling ring v0.17.11
22082025-05-08T04:43:10.927Z[ omicron-package] Compiling ident_case v1.0.1
22092025-05-08T04:43:10.930Z[ omicron-package] Compiling thiserror v2.0.12
22102025-05-08T04:43:10.930Z[ omicron-package] Compiling regress v0.10.3
22112025-05-08T04:43:10.933Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22122025-05-08T04:43:10.933Z[ omicron-package] Compiling itertools v0.13.0
22132025-05-08T04:43:10.933Z[ omicron-package] Compiling macaddr v1.0.1
22142025-05-08T04:43:12.331Z[ omicron-package] Compiling darling_core v0.20.10
22152025-05-08T04:43:12.773Z[ omicron-package] Compiling heapless v0.8.0
22162025-05-08T04:43:13.064Z[ omicron-package] Compiling num_enum_derive v0.5.11
22172025-05-08T04:43:14.711Z[ omicron-package] Compiling hash32 v0.3.1
22182025-05-08T04:43:15.729Z[ omicron-package] Compiling smoltcp v0.11.0
22192025-05-08T04:43:16.918Z[ omicron-package] Compiling heck v0.5.0
22202025-05-08T04:43:17.451Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212025-05-08T04:43:18.346Z[ omicron-package] Compiling typify-impl v0.3.0
22222025-05-08T04:43:18.648Z[ omicron-package] Compiling num_enum v0.5.11
22232025-05-08T04:43:19.423Z[ omicron-package] Compiling rustls v0.23.19
22242025-05-08T04:43:19.547Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22252025-05-08T04:43:19.732Z[ omicron-package] Compiling rustls v0.22.4
22262025-05-08T04:43:20.363Z[ omicron-package] Compiling unsafe-libyaml v0.2.11
22272025-05-08T04:43:21.468Z[ omicron-package] Compiling cobs v0.2.3
22282025-05-08T04:43:21.751Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22292025-05-08T04:43:21.994Z[ omicron-package] Compiling darling_macro v0.20.10
22302025-05-08T04:43:22.954Z[ omicron-package] Compiling postcard v1.0.10
22312025-05-08T04:43:23.555Z[ omicron-package] Compiling serde_yaml v0.9.34+deprecated
22322025-05-08T04:43:23.654Z[ omicron-package] Compiling darling v0.20.10
22332025-05-08T04:43:23.848Z[ omicron-package] Compiling rustls-webpki v0.102.8
22342025-05-08T04:43:23.926Z[ omicron-package] Compiling ingot-macros v0.1.0
22352025-05-08T04:43:28.200Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22362025-05-08T04:43:28.311Z[ omicron-package] Compiling multer v3.1.0
22372025-05-08T04:43:28.934Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22382025-05-08T04:43:29.569Z[ omicron-package] Compiling proc-macro-error v1.0.4
22392025-05-08T04:43:29.773Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22402025-05-08T04:43:30.109Z[ omicron-package] Compiling unicode-width v0.1.14
22412025-05-08T04:43:31.186Z[ omicron-package] Compiling match_cfg v0.1.0
22422025-05-08T04:43:31.348Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22432025-05-08T04:43:31.555Z[ omicron-package] Compiling foreign-types v0.5.0
22442025-05-08T04:43:31.632Z[ omicron-package] Compiling hostname v0.3.1
22452025-05-08T04:43:31.751Z[ omicron-package] Compiling tabwriter v1.4.0
22462025-05-08T04:43:33.001Z[ omicron-package] Compiling ingot-types v0.1.0
22472025-05-08T04:43:33.772Z[ omicron-package] Compiling typify-macro v0.3.0
22482025-05-08T04:43:33.843Z[ omicron-package] Compiling slog-json v2.6.1
22492025-05-08T04:43:34.140Z[ omicron-package] Compiling ingot v0.1.0
22502025-05-08T04:43:34.222Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22512025-05-08T04:43:34.367Z[ omicron-package] Compiling cstr-argument v0.1.2
22522025-05-08T04:43:34.746Z[ omicron-package] Compiling dropshot v0.16.0
22532025-05-08T04:43:35.269Z[ omicron-package] Compiling async-stream-impl v0.3.6
22542025-05-08T04:43:35.331Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22552025-05-08T04:43:35.761ZMay 08 04:43:35.151 INFO [hubris-staging] task succeeded (28.971339094s)
22562025-05-08T04:43:36.415Z[ omicron-package] Compiling tokio-rustls v0.26.0
22572025-05-08T04:43:36.827Z[ omicron-package] Compiling pretty-hex v0.2.1
22582025-05-08T04:43:37.416Z[ omicron-package] Compiling hyper-rustls v0.27.3
22592025-05-08T04:43:38.081Z[ omicron-package] Compiling typify v0.3.0
22602025-05-08T04:43:38.316Z[ omicron-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22612025-05-08T04:43:38.371Z[ omicron-package] Compiling progenitor-impl v0.9.1
22622025-05-08T04:43:41.609Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22632025-05-08T04:43:44.239Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22642025-05-08T04:43:44.859Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22652025-05-08T04:43:45.614Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22662025-05-08T04:43:46.442Z[ omicron-package] Compiling progenitor-macro v0.9.1
22672025-05-08T04:43:46.456Z[ omicron-package] Compiling async-stream v0.3.6
22682025-05-08T04:43:46.456Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692025-05-08T04:43:46.465Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22702025-05-08T04:43:46.526Z[ omicron-package] Compiling slog-bunyan v2.5.0
22712025-05-08T04:43:49.311Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722025-05-08T04:43:50.070Z[ omicron-package] Compiling tokio-rustls v0.25.0
22732025-05-08T04:43:50.972Z[ omicron-package] Compiling serde_with_macros v3.12.0
22742025-05-08T04:43:51.206Z[ omicron-package] Compiling parse-display-derive v0.10.0
22752025-05-08T04:43:53.842Z[ helios-setup] May 08 04:43:53.225 INFO helios repository root is: /work/oxidecomputer/helios
22762025-05-08T04:43:53.854Z[ helios-setup] May 08 04:43:53.228 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
22772025-05-08T04:43:53.854Z[ helios-setup] May 08 04:43:53.228 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
22782025-05-08T04:43:53.858Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22792025-05-08T04:43:53.878Z[ omicron-package] Compiling colored v2.2.0
22802025-05-08T04:43:55.110Z[ helios-setup] May 08 04:43:54.493 INFO clone ok!, project: amd-host-image-builder
22812025-05-08T04:43:55.113Z[ helios-setup] May 08 04:43:54.493 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
22822025-05-08T04:43:55.113Z[ helios-setup] May 08 04:43:54.493 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22832025-05-08T04:43:55.117Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22842025-05-08T04:43:55.249Z[ omicron-package] Compiling progenitor-client v0.9.1
22852025-05-08T04:43:55.481Z[ omicron-package] Compiling waitgroup v0.1.2
22862025-05-08T04:43:55.781Z[ omicron-package] Compiling dropshot_endpoint v0.16.0
22872025-05-08T04:43:56.241Z[ omicron-package] Compiling instant v0.1.13
22882025-05-08T04:43:57.301Z[ helios-setup] May 08 04:43:55.674 INFO clone ok!, project: chelsio-t6-roms
22892025-05-08T04:43:57.301Z[ helios-setup] May 08 04:43:55.675 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
22902025-05-08T04:43:57.301Z[ helios-setup] May 08 04:43:55.675 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22912025-05-08T04:43:57.301Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22922025-05-08T04:43:57.304Z[ omicron-package] Compiling hostname v0.4.0
22932025-05-08T04:43:57.304Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22942025-05-08T04:43:57.304Z[ helios-setup] May 08 04:43:56.381 INFO clone ok!, project: image-builder
22952025-05-08T04:43:57.304Z[ helios-setup] May 08 04:43:56.382 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
22962025-05-08T04:43:57.304Z[ helios-setup] May 08 04:43:56.382 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22972025-05-08T04:43:57.304Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22982025-05-08T04:43:57.672Z[ omicron-package] Compiling derive-where v1.2.7
22992025-05-08T04:43:57.734Z[ helios-setup] May 08 04:43:57.116 INFO clone ok!, project: pinprick
23002025-05-08T04:43:57.737Z[ helios-setup] May 08 04:43:57.116 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
23012025-05-08T04:43:57.737Z[ helios-setup] May 08 04:43:57.116 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23022025-05-08T04:43:57.740Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23032025-05-08T04:43:58.015Z[ omicron-package] Compiling progenitor v0.9.1
23042025-05-08T04:43:58.282Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23052025-05-08T04:43:58.726Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
23062025-05-08T04:43:59.084Z[ helios-setup] May 08 04:43:58.436 INFO clone ok!, project: pilot
23072025-05-08T04:43:59.088Z[ helios-setup] May 08 04:43:58.436 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23082025-05-08T04:43:59.088Z[ helios-setup] May 08 04:43:58.436 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
23092025-05-08T04:43:59.088Z[ helios-setup] May 08 04:43:58.436 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23102025-05-08T04:43:59.088Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23112025-05-08T04:44:00.707Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23122025-05-08T04:44:01.157Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
23132025-05-08T04:44:01.982Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23142025-05-08T04:44:02.220Z[ omicron-package] Compiling backoff v0.4.0
23152025-05-08T04:44:02.637Z[ omicron-package] Compiling parse-display v0.10.0
23162025-05-08T04:44:09.009Z[ helios-setup] May 08 04:44:08.386 INFO clone ok!, project: amd-firmware
23172025-05-08T04:44:09.012Z[ helios-setup] May 08 04:44:08.386 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23182025-05-08T04:44:09.012Z[ helios-setup] May 08 04:44:08.387 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23192025-05-08T04:44:09.012Z[ helios-setup] May 08 04:44:08.387 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
23202025-05-08T04:44:09.012Z[ helios-setup] May 08 04:44:08.387 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23212025-05-08T04:44:09.017Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23222025-05-08T04:44:09.895Z[ helios-setup] May 08 04:44:09.272 INFO clone ok!, project: phbl
23232025-05-08T04:44:09.898Z[ helios-setup] May 08 04:44:09.273 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
23242025-05-08T04:44:09.898Z[ helios-setup] May 08 04:44:09.273 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23252025-05-08T04:44:09.901Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23262025-05-08T04:44:10.821Z[ helios-setup] May 08 04:44:10.198 INFO clone ok!, project: bootserver
23272025-05-08T04:44:10.824Z[ helios-setup] May 08 04:44:10.199 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23282025-05-08T04:44:11.973Z[ helios-setup] May 08 04:44:11.349 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23292025-05-08T04:44:12.518Z[ helios-setup] May 08 04:44:11.894 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23302025-05-08T04:44:12.521Z[ helios-setup] May 08 04:44:11.894 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23312025-05-08T04:44:13.062Z[ helios-setup] May 08 04:44:12.439 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23322025-05-08T04:44:13.593Z[ helios-setup] May 08 04:44:12.969 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23332025-05-08T04:44:13.593Z[ helios-setup] May 08 04:44:12.969 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23342025-05-08T04:44:14.258Z[ helios-setup] May 08 04:44:13.634 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23352025-05-08T04:44:14.776Z[ omicron-package] Compiling serde_with v3.12.0
23362025-05-08T04:44:14.853Z[ helios-setup] May 08 04:44:14.228 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23372025-05-08T04:44:14.856Z[ helios-setup] May 08 04:44:14.228 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23382025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.228 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23392025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO ok!
23402025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23412025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23422025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO ok!
23432025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23442025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23452025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO ok!
23462025-05-08T04:44:14.857Z[ helios-setup] May 08 04:44:14.229 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
23472025-05-08T04:44:14.970Z[ helios-setup] May 08 04:44:14.345 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
23482025-05-08T04:44:14.970Z[ helios-setup] May 08 04:44:14.345 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23492025-05-08T04:44:14.970Z[ helios-setup] May 08 04:44:14.345 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23502025-05-08T04:44:15.298Z[ helios-setup] May 08 04:44:14.673 INFO E| Updating crates.io index
23512025-05-08T04:44:15.426Z[ helios-setup] May 08 04:44:14.801 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23522025-05-08T04:44:15.704Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23532025-05-08T04:44:15.977Z[ helios-setup] May 08 04:44:15.352 INFO E| From https://github.com/oxidecomputer/amd-apcb
23542025-05-08T04:44:15.977Z[ helios-setup] May 08 04:44:15.352 INFO E| * [new ref] a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f -> refs/commit/a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f
23552025-05-08T04:44:16.004Z[ helios-setup] May 08 04:44:15.379 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
23562025-05-08T04:44:16.505Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23572025-05-08T04:44:16.592Z[ helios-setup] May 08 04:44:15.967 INFO E| From https://github.com/oxidecomputer/amd-efs
23582025-05-08T04:44:16.592Z[ helios-setup] May 08 04:44:15.967 INFO E| * [new ref] 81e565383ee8b0133532edaa54074a0a4bbd200e -> refs/commit/81e565383ee8b0133532edaa54074a0a4bbd200e
23592025-05-08T04:44:16.939Z[ helios-setup] May 08 04:44:16.314 INFO E| Downloading crates ...
23602025-05-08T04:44:17.070Z[ helios-setup] May 08 04:44:16.445 INFO E| Downloaded unic-char-range v0.9.0
23612025-05-08T04:44:17.073Z[ helios-setup] May 08 04:44:16.448 INFO E| Downloaded fletcher v1.0.0
23622025-05-08T04:44:17.076Z[ helios-setup] May 08 04:44:16.450 INFO E| Downloaded ansi_term v0.12.1
23632025-05-08T04:44:17.079Z[ helios-setup] May 08 04:44:16.453 INFO E| Downloaded strum v0.27.1
23642025-05-08T04:44:17.082Z[ helios-setup] May 08 04:44:16.455 INFO E| Downloaded unic-ucd-version v0.9.0
23652025-05-08T04:44:17.082Z[ helios-setup] May 08 04:44:16.456 INFO E| Downloaded scroll_derive v0.12.1
23662025-05-08T04:44:17.085Z[ helios-setup] May 08 04:44:16.458 INFO E| Downloaded unic-common v0.9.0
23672025-05-08T04:44:17.085Z[ helios-setup] May 08 04:44:16.459 INFO E| Downloaded unic-char-property v0.9.0
23682025-05-08T04:44:17.088Z[ helios-setup] May 08 04:44:16.461 INFO E| Downloaded four-cc v0.4.0
23692025-05-08T04:44:17.088Z[ helios-setup] May 08 04:44:16.463 INFO E| Downloaded cpufeatures v0.2.17
23702025-05-08T04:44:17.091Z[ helios-setup] May 08 04:44:16.465 INFO E| Downloaded strsim v0.8.0
23712025-05-08T04:44:17.094Z[ helios-setup] May 08 04:44:16.468 INFO E| Downloaded bytesize v2.0.1
23722025-05-08T04:44:17.130Z[ helios-setup] May 08 04:44:16.505 INFO E| Downloaded unic-ucd-ident v0.9.0
23732025-05-08T04:44:17.133Z[ helios-setup] May 08 04:44:16.508 INFO E| Downloaded parse_int v0.9.0
23742025-05-08T04:44:17.136Z[ helios-setup] May 08 04:44:16.509 INFO E| Downloaded textwrap v0.11.0
23752025-05-08T04:44:17.140Z[ helios-setup] May 08 04:44:16.512 INFO E| Downloaded structopt-derive v0.4.18
23762025-05-08T04:44:17.143Z[ helios-setup] May 08 04:44:16.514 INFO E| Downloaded rustversion v1.0.20
23772025-05-08T04:44:17.146Z[ helios-setup] May 08 04:44:16.519 INFO E| Downloaded strum_macros v0.27.1
23782025-05-08T04:44:17.149Z[ helios-setup] May 08 04:44:16.523 INFO E| Downloaded quote v1.0.40
23792025-05-08T04:44:17.153Z[ helios-setup] May 08 04:44:16.528 INFO E| Downloaded vec_map v0.8.2
23802025-05-08T04:44:17.156Z[ helios-setup] May 08 04:44:16.530 INFO E| Downloaded pest_derive v2.8.0
23812025-05-08T04:44:17.159Z[ helios-setup] May 08 04:44:16.534 INFO E| Downloaded pest_generator v2.8.0
23822025-05-08T04:44:17.162Z[ helios-setup] May 08 04:44:16.536 INFO E| Downloaded log v0.4.27
23832025-05-08T04:44:17.165Z[ helios-setup] May 08 04:44:16.540 INFO E| Downloaded ryu v1.0.20
23842025-05-08T04:44:17.170Z[ helios-setup] May 08 04:44:16.545 INFO E| Downloaded proc-macro2 v1.0.95
23852025-05-08T04:44:17.175Z[ helios-setup] May 08 04:44:16.550 INFO E| Downloaded unicode-ident v1.0.18
23862025-05-08T04:44:17.179Z[ helios-setup] May 08 04:44:16.554 INFO E| Downloaded modular-bitfield v0.11.2
23872025-05-08T04:44:17.201Z[ helios-setup] May 08 04:44:16.576 INFO E| Downloaded structopt v0.3.26
23882025-05-08T04:44:17.213Z[ helios-setup] May 08 04:44:16.588 INFO E| Downloaded typenum v1.18.0
23892025-05-08T04:44:17.218Z[ helios-setup] May 08 04:44:16.593 INFO E| Downloaded pest_meta v2.8.0
23902025-05-08T04:44:17.222Z[ helios-setup] May 08 04:44:16.597 INFO E| Downloaded modular-bitfield-impl v0.11.2
23912025-05-08T04:44:17.225Z[ helios-setup] May 08 04:44:16.599 INFO E| Downloaded zerocopy-derive v0.8.25
23922025-05-08T04:44:17.235Z[ helios-setup] May 08 04:44:16.610 INFO E| Downloaded itoa v1.0.15
23932025-05-08T04:44:17.239Z[ helios-setup] May 08 04:44:16.613 INFO E| Downloaded pest v2.8.0
23942025-05-08T04:44:17.254Z[ helios-setup] May 08 04:44:16.629 INFO E| Downloaded clap v2.34.0
23952025-05-08T04:44:17.265Z[ helios-setup] May 08 04:44:16.640 INFO E| Downloaded goblin v0.9.3
23962025-05-08T04:44:17.276Z[ helios-setup] May 08 04:44:16.651 INFO E| Downloaded zerocopy v0.8.25
23972025-05-08T04:44:17.320Z[ helios-setup] May 08 04:44:16.695 INFO E| Downloaded syn v2.0.101
23982025-05-08T04:44:17.395Z[ helios-setup] May 08 04:44:16.770 INFO E| Downloaded libc v0.2.172
23992025-05-08T04:44:17.562Z[ helios-setup] May 08 04:44:16.936 INFO E| Compiling proc-macro2 v1.0.95
24002025-05-08T04:44:17.562Z[ helios-setup] May 08 04:44:16.937 INFO E| Compiling unicode-ident v1.0.18
24012025-05-08T04:44:17.562Z[ helios-setup] May 08 04:44:16.937 INFO E| Compiling memchr v2.7.4
24022025-05-08T04:44:17.565Z[ helios-setup] May 08 04:44:16.937 INFO E| Compiling syn v1.0.109
24032025-05-08T04:44:17.565Z[ helios-setup] May 08 04:44:16.937 INFO E| Compiling thiserror v2.0.12
24042025-05-08T04:44:17.565Z[ helios-setup] May 08 04:44:16.937 INFO E| Compiling autocfg v1.4.0
24052025-05-08T04:44:17.565Z[ helios-setup] May 08 04:44:16.937 INFO E| Compiling serde v1.0.219
24062025-05-08T04:44:17.565Z[ helios-setup] May 08 04:44:16.937 INFO E| Compiling version_check v0.9.5
24072025-05-08T04:44:18.272Z[ helios-setup] May 08 04:44:17.646 INFO E| Compiling serde_json v1.0.140
24082025-05-08T04:44:18.314Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24092025-05-08T04:44:18.880Z[ helios-setup] May 08 04:44:18.254 INFO E| Compiling itoa v1.0.15
24102025-05-08T04:44:19.126Z[ helios-setup] May 08 04:44:18.500 INFO E| Compiling num-traits v0.2.19
24112025-05-08T04:44:19.222Z[ helios-setup] May 08 04:44:18.596 INFO E| Compiling schemars v0.8.22
24122025-05-08T04:44:19.250Z[ helios-setup] May 08 04:44:18.624 INFO E| Compiling ryu v1.0.20
24132025-05-08T04:44:19.357Z[ helios-setup] May 08 04:44:18.721 INFO E| Compiling memoffset v0.9.1
24142025-05-08T04:44:19.489Z[ helios-setup] May 08 04:44:18.858 INFO E| Compiling proc-macro-error-attr v1.0.4
24152025-05-08T04:44:19.804Z[ helios-setup] May 08 04:44:19.176 INFO E| Compiling rustversion v1.0.20
24162025-05-08T04:44:19.834Z[ helios-setup] May 08 04:44:19.208 INFO E| Compiling zerocopy v0.8.25
24172025-05-08T04:44:20.046Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
24182025-05-08T04:44:20.182Z[ helios-setup] May 08 04:44:19.556 INFO E| Compiling paste v1.0.15
24192025-05-08T04:44:20.431Z[ helios-setup] May 08 04:44:19.805 INFO E| Compiling dyn-clone v1.0.19
24202025-05-08T04:44:20.448Z[ helios-setup] May 08 04:44:19.821 INFO E| Compiling ucd-trie v0.1.7
24212025-05-08T04:44:20.543Z[ helios-setup] May 08 04:44:19.916 INFO E| Compiling libc v0.2.172
24222025-05-08T04:44:20.807Z[ omicron-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24232025-05-08T04:44:20.947Z[ helios-setup] May 08 04:44:20.320 INFO E| Compiling proc-macro-error v1.0.4
24242025-05-08T04:44:21.226Z[ helios-setup] May 08 04:44:20.599 INFO E| Compiling quote v1.0.40
24252025-05-08T04:44:21.410Z[ helios-setup] May 08 04:44:20.783 INFO E| Compiling once_cell v1.21.3
24262025-05-08T04:44:21.543Z[ helios-setup] May 08 04:44:20.916 INFO E| Compiling static_assertions v1.1.0
24272025-05-08T04:44:21.716Z[ omicron-package] Compiling sigpipe v0.1.3
24282025-05-08T04:44:21.820Z[ omicron-package] Compiling num-derive v0.4.2
24292025-05-08T04:44:22.011Z[ helios-setup] May 08 04:44:21.384 INFO E| Compiling syn v2.0.101
24302025-05-08T04:44:22.337Z[ omicron-package] Compiling libefi-sys v0.1.0
24312025-05-08T04:44:22.675Z[ helios-setup] May 08 04:44:22.048 INFO E| Compiling heck v0.5.0
24322025-05-08T04:44:23.330Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332025-05-08T04:44:23.743Z[ helios-setup] May 08 04:44:23.112 INFO E| Compiling unicode-width v0.1.14
24342025-05-08T04:44:23.790Z[ helios-setup] May 08 04:44:23.162 INFO E| Compiling unicode-segmentation v1.12.0
24352025-05-08T04:44:23.793Z[ helios-setup] May 08 04:44:23.162 INFO E| Compiling ansi_term v0.12.1
24362025-05-08T04:44:23.948Z[ helios-setup] May 08 04:44:23.320 INFO E| Compiling atty v0.2.14
24372025-05-08T04:44:23.948Z[ helios-setup] May 08 04:44:23.320 INFO E| Compiling parse_int v0.9.0
24382025-05-08T04:44:24.236Z[ omicron-package] Compiling jiff v0.2.10
24392025-05-08T04:44:24.307Z[ helios-setup] May 08 04:44:23.679 INFO E| Compiling strum v0.27.1
24402025-05-08T04:44:24.332Z[ helios-setup] May 08 04:44:23.704 INFO E| Compiling vec_map v0.8.2
24412025-05-08T04:44:24.487Z[ helios-setup] May 08 04:44:23.859 INFO E| Compiling textwrap v0.11.0
24422025-05-08T04:44:24.657Z[ helios-setup] May 08 04:44:24.029 INFO E| Compiling byteorder v1.5.0
24432025-05-08T04:44:24.664Z[ helios-setup] May 08 04:44:24.036 INFO E| Compiling fletcher v1.0.0
24442025-05-08T04:44:24.804Z[ helios-setup] May 08 04:44:24.164 INFO E| Compiling strsim v0.8.0
24452025-05-08T04:44:24.864Z[ helios-setup] May 08 04:44:24.234 INFO E| Compiling unic-char-range v0.9.0
24462025-05-08T04:44:25.286Z[ helios-setup] May 08 04:44:24.658 INFO E| Compiling heck v0.3.3
24472025-05-08T04:44:25.382Z[ helios-setup] May 08 04:44:24.753 INFO E| Compiling bitflags v1.3.2
24482025-05-08T04:44:25.383Z[ helios-setup] May 08 04:44:24.753 INFO E| Compiling unic-common v0.9.0
24492025-05-08T04:44:25.431Z[ helios-setup] May 08 04:44:24.803 INFO E| Compiling unic-char-property v0.9.0
24502025-05-08T04:44:25.494Z[ helios-setup] May 08 04:44:24.866 INFO E| Compiling clap v2.34.0
24512025-05-08T04:44:25.751Z[ helios-setup] May 08 04:44:25.123 INFO E| Compiling unic-ucd-version v0.9.0
24522025-05-08T04:44:25.767Z[ helios-setup] May 08 04:44:25.138 INFO E| Compiling plain v0.2.3
24532025-05-08T04:44:25.924Z[ helios-setup] May 08 04:44:25.295 INFO E| Compiling lazy_static v1.5.0
24542025-05-08T04:44:25.953Z[ helios-setup] May 08 04:44:25.324 INFO E| Compiling log v0.4.27
24552025-05-08T04:44:25.993Z[ helios-setup] May 08 04:44:25.364 INFO E| Compiling unic-ucd-ident v0.9.0
24562025-05-08T04:44:25.998Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
24572025-05-08T04:44:26.035Z[ helios-setup] May 08 04:44:25.407 INFO E| Compiling bytesize v2.0.1
24582025-05-08T04:44:28.504Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24592025-05-08T04:44:29.052Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
24602025-05-08T04:44:29.891Z[ omicron-package] Compiling zone v0.3.1
24612025-05-08T04:44:31.508Z[ helios-setup] May 08 04:44:30.877 INFO E| Compiling serde_derive_internals v0.29.1
24622025-05-08T04:44:31.866Z[ helios-setup] May 08 04:44:31.235 INFO E| Compiling modular-bitfield-impl v0.11.2
24632025-05-08T04:44:32.521Z[ helios-setup] May 08 04:44:31.889 INFO E| Compiling structopt-derive v0.4.18
24642025-05-08T04:44:35.754Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
24652025-05-08T04:44:35.793Z[ helios-setup] May 08 04:44:34.286 INFO E| Compiling thiserror-impl v2.0.12
24662025-05-08T04:44:35.793Z[ helios-setup] May 08 04:44:34.307 INFO E| Compiling serde_derive v1.0.219
24672025-05-08T04:44:35.793Z[ helios-setup] May 08 04:44:34.330 INFO E| Compiling schemars_derive v0.8.22
24682025-05-08T04:44:35.793Z[ omicron-package] Compiling itertools v0.14.0
24692025-05-08T04:44:35.793Z[ helios-setup] May 08 04:44:34.892 INFO E| Compiling zerocopy-derive v0.8.25
24702025-05-08T04:44:35.793Z[ helios-setup] May 08 04:44:35.016 INFO E| Compiling num-derive v0.4.2
24712025-05-08T04:44:36.204Z[ helios-setup] May 08 04:44:35.572 INFO E| Compiling modular-bitfield v0.11.2
24722025-05-08T04:44:36.775Z[ omicron-package] Compiling smf v0.2.3
24732025-05-08T04:44:37.595Z[ helios-setup] May 08 04:44:36.962 INFO E| Compiling scroll_derive v0.12.1
24742025-05-08T04:44:37.862Z[ helios-setup] May 08 04:44:37.229 INFO E| Compiling strum_macros v0.27.1
24752025-05-08T04:44:39.637Z[ helios-setup] May 08 04:44:39.003 INFO E| Compiling structopt v0.3.26
24762025-05-08T04:44:40.487Z[ helios-setup] May 08 04:44:39.852 INFO E| Compiling scroll v0.12.0
24772025-05-08T04:44:40.601Z[ helios-setup] May 08 04:44:39.967 INFO E| Compiling pest v2.8.0
24782025-05-08T04:44:41.173Z[ helios-setup] May 08 04:44:40.539 INFO E| Compiling goblin v0.9.3
24792025-05-08T04:44:41.457Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24802025-05-08T04:44:41.665Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24812025-05-08T04:44:42.373Z[ omicron-package] Compiling bitfield-struct v0.6.2
24822025-05-08T04:44:43.755Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24832025-05-08T04:44:45.000Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24842025-05-08T04:44:45.221Z[ helios-setup] May 08 04:44:44.585 INFO E| Compiling pest_meta v2.8.0
24852025-05-08T04:44:45.574Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24862025-05-08T04:44:46.010Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24872025-05-08T04:44:46.783Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24882025-05-08T04:44:46.916Z[ omicron-package] Compiling gethostname v0.5.0
24892025-05-08T04:44:47.140Z[ omicron-package] Compiling fixedbitset v0.5.7
24902025-05-08T04:44:47.320Z[ omicron-package] Compiling omicron-zone-package v0.12.0
24912025-05-08T04:44:47.408Z[ helios-setup] May 08 04:44:46.771 INFO E| Compiling pest_generator v2.8.0
24922025-05-08T04:44:47.614Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24932025-05-08T04:44:48.187Z[ omicron-package] Compiling petgraph v0.7.1
24942025-05-08T04:44:49.761Z[ helios-setup] May 08 04:44:49.124 INFO E| Compiling pest_derive v2.8.0
24952025-05-08T04:44:54.361Z[ helios-setup] May 08 04:44:53.721 INFO E| Compiling json5 v0.4.1
24962025-05-08T04:44:56.944Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24972025-05-08T04:44:58.038Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24982025-05-08T04:44:59.077Z[ helios-setup] May 08 04:44:58.435 INFO E| Compiling four-cc v0.4.0
24992025-05-08T04:44:59.081Z[ helios-setup] May 08 04:44:58.435 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#81e56538)
25002025-05-08T04:44:59.352Z[ helios-setup] May 08 04:44:58.710 INFO E| Compiling amd-apcb v0.5.1 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#a8c7f0b7)
25012025-05-08T04:45:00.932Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25022025-05-08T04:45:22.596Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 15s
25032025-05-08T04:45:23.462Z[ omicron-package]
25042025-05-08T04:45:23.468Z[ omicron-package] real 2:15.964300606
25052025-05-08T04:45:23.468Z[ omicron-package] user 11:31.112524791
25062025-05-08T04:45:23.468Z[ omicron-package] sys 42.175627968
25072025-05-08T04:45:23.468Z[ omicron-package] trap 0.937073716
25082025-05-08T04:45:23.468Z[ omicron-package] tflt 0.814255109
25092025-05-08T04:45:23.468Z[ omicron-package] dflt 0.657272801
25102025-05-08T04:45:23.468Z[ omicron-package] kflt 0.000002459
25112025-05-08T04:45:23.468Z[ omicron-package] lock 33:59.767898813
25122025-05-08T04:45:23.468Z[ omicron-package] slp 53:31.207623484
25132025-05-08T04:45:23.468Z[ omicron-package] lat 5:05.190747759
25142025-05-08T04:45:23.468Z[ omicron-package] stop 1:38.288019539
25152025-05-08T04:45:23.468ZMay 08 04:45:22.202 INFO [omicron-package] process exited with exit status: 0 (136.01755068s)
25162025-05-08T04:45:23.468ZMay 08 04:45:22.202 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25172025-05-08T04:45:23.469ZMay 08 04:45:22.275 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25182025-05-08T04:45:23.469Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25192025-05-08T04:45:23.469Z[ host-target] Created new build target 'host' and set it as active
25202025-05-08T04:45:23.469ZMay 08 04:45:22.290 INFO [host-target] process exited with exit status: 0 (87.542354ms)
25212025-05-08T04:45:23.469ZMay 08 04:45:22.290 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25222025-05-08T04:45:23.469Z[ recovery-target] Created new build target 'recovery' and set it as active
25232025-05-08T04:45:23.469Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25242025-05-08T04:45:23.469ZMay 08 04:45:22.300 INFO [recovery-target] process exited with exit status: 0 (25.263072ms)
25252025-05-08T04:45:23.469Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25262025-05-08T04:45:24.318Z[ host-package] Compiling ring v0.17.11
25272025-05-08T04:45:24.509Z[ host-package] Compiling convert_case v0.4.0
25282025-05-08T04:45:24.509Z[ host-package] Compiling num-rational v0.4.2
25292025-05-08T04:45:24.509Z[ host-package] Compiling num-complex v0.4.6
25302025-05-08T04:45:24.514Z[ host-package] Compiling dirs-sys-next v0.1.2
25312025-05-08T04:45:24.514Z[ host-package] Compiling float-ord v0.3.2
25322025-05-08T04:45:24.514Z[ host-package] Compiling is-terminal v0.4.13
25332025-05-08T04:45:24.795Z[ host-package] Compiling dirs-next v2.0.0
25342025-05-08T04:45:24.960Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352025-05-08T04:45:25.023Z[ host-package] Compiling term v0.7.0
25362025-05-08T04:45:25.023Z[ host-package] Compiling camino v1.1.9
25372025-05-08T04:45:25.205Z[ host-package] Compiling derive_more v0.99.20
25382025-05-08T04:45:25.678Z[ host-package] Compiling num v0.4.3
25392025-05-08T04:45:25.793Z[ host-package] Compiling newline-converter v0.3.0
25402025-05-08T04:45:25.888Z[ host-package] Compiling password-hash v0.5.0
25412025-05-08T04:45:25.993Z[ host-package] Compiling blake2 v0.10.6
25422025-05-08T04:45:26.039Z[ host-package] Compiling expectorate v1.1.0
25432025-05-08T04:45:26.238Z[ host-package] Compiling fastrand v2.1.1
25442025-05-08T04:45:26.413Z[ host-package] Compiling thread_local v1.1.8
25452025-05-08T04:45:26.812Z[ host-package] Compiling argon2 v0.5.3
25462025-05-08T04:45:26.953Z[ host-package] Compiling tempfile v3.13.0
25472025-05-08T04:45:27.066Z[ host-package] Compiling wait-timeout v0.2.0
25482025-05-08T04:45:27.310Z[ host-package] Compiling quick-error v1.2.3
25492025-05-08T04:45:27.524Z[ host-package] Compiling bit-vec v0.8.0
25502025-05-08T04:45:27.572Z[ host-package] Compiling match_cfg v0.1.0
25512025-05-08T04:45:27.702Z[ host-package] Compiling hostname v0.3.1
25522025-05-08T04:45:27.759Z[ host-package] Compiling rusty-fork v0.3.0
25532025-05-08T04:45:27.996Z[ host-package] Compiling bit-set v0.8.0
25542025-05-08T04:45:28.018Z[ host-package] Compiling multer v3.1.0
25552025-05-08T04:45:28.104Z[ host-package] Compiling slog-async v2.8.0
25562025-05-08T04:45:28.216Z[ host-package] Compiling slog-json v2.6.1
25572025-05-08T04:45:28.315Z[ host-package] Compiling crossbeam-channel v0.5.15
25582025-05-08T04:45:28.337Z[ host-package] Compiling rand_xorshift v0.3.0
25592025-05-08T04:45:28.390Z[ host-package] Compiling hex v0.4.3
25602025-05-08T04:45:28.625Z[ host-package] Compiling take_mut v0.2.2
25612025-05-08T04:45:28.651Z[ host-package] Compiling unarray v0.1.4
25622025-05-08T04:45:28.830Z[ host-package] Compiling proptest v1.6.0
25632025-05-08T04:45:28.868Z[ host-package] Compiling slog-bunyan v2.5.0
25642025-05-08T04:45:29.023Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25652025-05-08T04:45:29.268Z[ host-package] Compiling slog-term v2.9.1
25662025-05-08T04:45:29.297Z[ host-package] Compiling atomicwrites v0.4.4
25672025-05-08T04:45:29.962Z[ host-package] Compiling rustls v0.23.19
25682025-05-08T04:45:30.001Z[ host-package] Compiling rustls v0.22.4
25692025-05-08T04:45:30.041Z[ host-package] Compiling async-stream v0.3.6
25702025-05-08T04:45:30.076Z[ host-package] Compiling dropshot v0.16.0
25712025-05-08T04:45:30.079Z[ host-package] Compiling toml v0.8.20
25722025-05-08T04:45:30.168Z[ host-package] Compiling waitgroup v0.1.2
25732025-05-08T04:45:30.381Z[ host-package] Compiling serde_path_to_error v0.1.16
25742025-05-08T04:45:30.414Z[ host-package] Compiling hostname v0.4.0
25752025-05-08T04:45:30.483Z[ host-package] Compiling instant v0.1.13
25762025-05-08T04:45:30.718Z[ host-package] Compiling debug-ignore v1.0.5
25772025-05-08T04:45:30.753Z[ host-package] Compiling owo-colors v4.2.0
25782025-05-08T04:45:30.920Z[ host-package] Compiling cancel-safe-futures v0.1.5
25792025-05-08T04:45:31.048Z[ host-package] Compiling backoff v0.4.0
25802025-05-08T04:45:31.156Z[ host-package] Compiling parse-display v0.10.0
25812025-05-08T04:45:31.406Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25822025-05-08T04:45:31.409Z[ host-package] Compiling serde_with v3.12.0
25832025-05-08T04:45:31.452Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25842025-05-08T04:45:31.678Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
25852025-05-08T04:45:31.757Z[ host-package] Compiling libsw-core v0.3.1
25862025-05-08T04:45:32.082Z[ host-package] Compiling macaddr v1.0.1
25872025-05-08T04:45:32.497Z[ host-package] Compiling rustls-webpki v0.102.8
25882025-05-08T04:45:33.188Z[ host-package] Compiling libsw v3.4.0
25892025-05-08T04:45:34.344Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
25902025-05-08T04:45:34.832Z[ host-package] Compiling linear-map v1.2.0
25912025-05-08T04:45:34.860Z[ helios-setup] May 08 04:45:34.205 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
25922025-05-08T04:45:35.430Z[ host-package] Compiling swrite v0.1.0
25932025-05-08T04:45:35.489Z[ host-package] Compiling utf-8 v0.7.6
25942025-05-08T04:45:35.541Z[ host-package] Compiling half v2.4.1
25952025-05-08T04:45:35.666Z[ host-package] Compiling ciborium-io v0.2.2
25962025-05-08T04:45:35.964Z[ host-package] Compiling keccak v0.1.5
25972025-05-08T04:45:36.003Z[ host-package] Compiling prettyplease v0.2.30
25982025-05-08T04:45:36.197Z[ host-package] Compiling highway v1.3.0
25992025-05-08T04:45:36.498Z[ host-package] Compiling sha3 v0.10.8
26002025-05-08T04:45:37.351Z[ host-package] Compiling ciborium-ll v0.2.2
26012025-05-08T04:45:37.391Z[ host-package] Compiling semver v0.1.20
26022025-05-08T04:45:37.928Z[ host-package] Compiling ciborium v0.2.2
26032025-05-08T04:45:37.996Z[ host-package] Compiling rustc_version v0.1.7
26042025-05-08T04:45:38.110Z[ host-package] Compiling tungstenite v0.21.0
26052025-05-08T04:45:38.587Z[ host-package] Compiling linked-hash-map v0.5.6
26062025-05-08T04:45:38.630Z[ host-package] Compiling newtype_derive v0.1.6
26072025-05-08T04:45:39.115Z[ host-package] Compiling tokio-rustls v0.25.0
26082025-05-08T04:45:39.155Z[ host-package] Compiling lru-cache v0.1.2
26092025-05-08T04:45:39.510Z[ host-package] Compiling resolv-conf v0.7.0
26102025-05-08T04:45:40.129Z[ host-package] Compiling tokio-tungstenite v0.21.0
26112025-05-08T04:45:41.406Z[ host-package] Compiling humantime v2.1.0
26122025-05-08T04:45:42.563Z[ host-package] Compiling tokio-rustls v0.26.0
26132025-05-08T04:45:43.458Z[ host-package] Compiling hyper-rustls v0.27.3
26142025-05-08T04:45:44.187Z[ host-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
26152025-05-08T04:45:44.806Z[ helios-setup] May 08 04:45:44.147 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26162025-05-08T04:45:46.920Z[ host-package] Compiling hickory-resolver v0.24.4
26172025-05-08T04:45:47.891Z[ host-package] Compiling secrecy v0.10.3
26182025-05-08T04:45:48.286Z[ host-package] Compiling progenitor-client v0.9.1
26192025-05-08T04:45:48.924Z[ host-package] Compiling progenitor v0.9.1
26202025-05-08T04:45:49.201Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
26212025-05-08T04:45:49.255Z[ host-package] Compiling steno v0.4.1
26222025-05-08T04:45:49.835Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
26232025-05-08T04:45:54.473Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26242025-05-08T04:45:55.231Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26252025-05-08T04:45:57.470Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26262025-05-08T04:45:57.806Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
26272025-05-08T04:45:58.404Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26282025-05-08T04:46:14.602Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26292025-05-08T04:46:15.051Z[ helios-setup] May 08 04:46:14.380 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
26302025-05-08T04:46:15.100Z[ helios-setup] May 08 04:46:14.428 INFO building project "amd-host-image-builder" ok (120 seconds)
26312025-05-08T04:46:15.100Z[ helios-setup] May 08 04:46:14.429 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26322025-05-08T04:46:15.208Z[ helios-setup] May 08 04:46:14.538 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.86.0-x86_64-unknown-illumos (default)"
26332025-05-08T04:46:15.209Z[ helios-setup] May 08 04:46:14.538 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26342025-05-08T04:46:15.211Z[ helios-setup] May 08 04:46:14.538 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26352025-05-08T04:46:15.493Z[ helios-setup] May 08 04:46:14.822 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26362025-05-08T04:46:15.920Z[ helios-setup] May 08 04:46:15.249 INFO E| From https://github.com/jclulow/rust-jmclib
26372025-05-08T04:46:15.920Z[ helios-setup] May 08 04:46:15.249 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26382025-05-08T04:46:15.939Z[ helios-setup] May 08 04:46:15.268 INFO E| Updating crates.io index
26392025-05-08T04:46:16.009Z[ helios-setup] May 08 04:46:15.338 INFO E| Downloading crates ...
26402025-05-08T04:46:16.196Z[ helios-setup] May 08 04:46:15.525 INFO E| Downloaded glob v0.3.1
26412025-05-08T04:46:16.199Z[ helios-setup] May 08 04:46:15.528 INFO E| Downloaded digest v0.9.0
26422025-05-08T04:46:16.202Z[ helios-setup] May 08 04:46:15.531 INFO E| Downloaded unicode-width v0.1.10
26432025-05-08T04:46:16.206Z[ helios-setup] May 08 04:46:15.533 INFO E| Downloaded libdevinfo-sys v1.0.0
26442025-05-08T04:46:16.210Z[ helios-setup] May 08 04:46:15.536 INFO E| Downloaded errno v0.3.1
26452025-05-08T04:46:16.213Z[ helios-setup] May 08 04:46:15.538 INFO E| Downloaded opaque-debug v0.3.0
26462025-05-08T04:46:16.213Z[ helios-setup] May 08 04:46:15.539 INFO E| Downloaded block-buffer v0.9.0
26472025-05-08T04:46:16.213Z[ helios-setup] May 08 04:46:15.541 INFO E| Downloaded anyhow v1.0.72
26482025-05-08T04:46:16.249Z[ helios-setup] May 08 04:46:15.578 INFO E| Downloaded sha-1 v0.9.8
26492025-05-08T04:46:16.252Z[ helios-setup] May 08 04:46:15.581 INFO E| Downloaded md-5 v0.9.1
26502025-05-08T04:46:16.255Z[ helios-setup] May 08 04:46:15.584 INFO E| Downloaded cpufeatures v0.2.9
26512025-05-08T04:46:16.258Z[ helios-setup] May 08 04:46:15.585 INFO E| Downloaded itoa v1.0.9
26522025-05-08T04:46:16.261Z[ helios-setup] May 08 04:46:15.588 INFO E| Downloaded walkdir v2.3.3
26532025-05-08T04:46:16.264Z[ helios-setup] May 08 04:46:15.591 INFO E| Downloaded tempfile v3.7.0
26542025-05-08T04:46:16.267Z[ helios-setup] May 08 04:46:15.594 INFO E| Downloaded once_cell v1.18.0
26552025-05-08T04:46:16.270Z[ helios-setup] May 08 04:46:15.598 INFO E| Downloaded uuid v0.8.2
26562025-05-08T04:46:16.274Z[ helios-setup] May 08 04:46:15.603 INFO E| Downloaded unicode-ident v1.0.11
26572025-05-08T04:46:16.278Z[ helios-setup] May 08 04:46:15.607 INFO E| Downloaded serde_derive v1.0.193
26582025-05-08T04:46:16.283Z[ helios-setup] May 08 04:46:15.611 INFO E| Downloaded ryu v1.0.15
26592025-05-08T04:46:16.286Z[ helios-setup] May 08 04:46:15.616 INFO E| Downloaded typenum v1.16.0
26602025-05-08T04:46:16.290Z[ helios-setup] May 08 04:46:15.619 INFO E| Downloaded serde v1.0.193
26612025-05-08T04:46:16.295Z[ helios-setup] May 08 04:46:15.625 INFO E| Downloaded proc-macro2 v1.0.66
26622025-05-08T04:46:16.299Z[ helios-setup] May 08 04:46:15.628 INFO E| Downloaded toml v0.5.11
26632025-05-08T04:46:16.303Z[ helios-setup] May 08 04:46:15.633 INFO E| Downloaded quote v1.0.31
26642025-05-08T04:46:16.307Z[ helios-setup] May 08 04:46:15.636 INFO E| Downloaded bitflags v2.3.3
26652025-05-08T04:46:16.310Z[ helios-setup] May 08 04:46:15.640 INFO E| Downloaded getrandom v0.2.10
26662025-05-08T04:46:16.315Z[ helios-setup] May 08 04:46:15.644 INFO E| Downloaded serde_json v1.0.103
26672025-05-08T04:46:16.327Z[ helios-setup] May 08 04:46:15.656 INFO E| Downloaded fastrand v2.0.0
26682025-05-08T04:46:16.353Z[ helios-setup] May 08 04:46:15.682 INFO E| Downloaded syn v2.0.32
26692025-05-08T04:46:16.368Z[ helios-setup] May 08 04:46:15.697 INFO E| Downloaded rustix v0.38.4
26702025-05-08T04:46:16.451Z[ helios-setup] May 08 04:46:15.780 INFO E| Downloaded libc v0.2.147
26712025-05-08T04:46:16.589Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling libc v0.2.147
26722025-05-08T04:46:16.589Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling proc-macro2 v1.0.66
26732025-05-08T04:46:16.589Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling unicode-ident v1.0.11
26742025-05-08T04:46:16.592Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling cfg-if v1.0.0
26752025-05-08T04:46:16.592Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling version_check v0.9.4
26762025-05-08T04:46:16.592Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling typenum v1.16.0
26772025-05-08T04:46:16.592Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling serde v1.0.193
26782025-05-08T04:46:16.592Z[ helios-setup] May 08 04:46:15.918 INFO E| Compiling num-conv v0.1.0
26792025-05-08T04:46:16.823Z[ helios-setup] May 08 04:46:16.152 INFO E| Compiling rustix v0.38.4
26802025-05-08T04:46:17.318Z[ helios-setup] May 08 04:46:16.647 INFO E| Compiling slog v2.7.0
26812025-05-08T04:46:17.491Z[ helios-setup] May 08 04:46:16.818 INFO E| Compiling powerfmt v0.2.0
26822025-05-08T04:46:17.984Z[ helios-setup] May 08 04:46:17.313 INFO E| Compiling generic-array v0.14.7
26832025-05-08T04:46:17.987Z[ helios-setup] May 08 04:46:17.313 INFO E| Compiling itoa v1.0.9
26842025-05-08T04:46:18.399Z[ helios-setup] May 08 04:46:17.727 INFO E| Compiling time-core v0.1.2
26852025-05-08T04:46:18.638Z[ helios-setup] May 08 04:46:17.966 INFO E| Compiling time-macros v0.2.18
26862025-05-08T04:46:18.648Z[ helios-setup] May 08 04:46:17.976 INFO E| Compiling deranged v0.3.11
26872025-05-08T04:46:18.751Z[ helios-setup] May 08 04:46:18.079 INFO E| Compiling bitflags v2.3.3
26882025-05-08T04:46:19.018Z[ helios-setup] May 08 04:46:18.345 INFO E| Compiling once_cell v1.18.0
26892025-05-08T04:46:19.177Z[ helios-setup] May 08 04:46:18.487 INFO E| Compiling num_threads v0.1.6
26902025-05-08T04:46:19.452Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26912025-05-08T04:46:19.583Z[ helios-setup] May 08 04:46:18.908 INFO E| Compiling thread_local v1.1.7
26922025-05-08T04:46:19.733Z[ helios-setup] May 08 04:46:19.060 INFO E| Compiling serde_json v1.0.103
26932025-05-08T04:46:19.914Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26942025-05-08T04:46:20.817Z[ helios-setup] May 08 04:46:20.143 INFO E| Compiling quote v1.0.31
26952025-05-08T04:46:20.828Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26962025-05-08T04:46:20.834Z[ helios-setup] May 08 04:46:20.157 INFO E| Compiling dirs-sys-next v0.1.2
26972025-05-08T04:46:21.147Z[ helios-setup] May 08 04:46:20.471 INFO E| Compiling errno v0.3.1
26982025-05-08T04:46:21.153Z[ helios-setup] May 08 04:46:20.478 INFO E| Compiling atty v0.2.14
26992025-05-08T04:46:21.266Z[ helios-setup] May 08 04:46:20.593 INFO E| Compiling fastrand v2.0.0
27002025-05-08T04:46:21.445Z[ helios-setup] May 08 04:46:20.772 INFO E| Compiling dirs-next v2.0.0
27012025-05-08T04:46:21.807Z[ helios-setup] May 08 04:46:21.123 INFO E| Compiling syn v2.0.32
27022025-05-08T04:46:21.848Z[ helios-setup] May 08 04:46:21.170 INFO E| Compiling term v0.7.0
27032025-05-08T04:46:21.974Z[ helios-setup] May 08 04:46:21.301 INFO E| Compiling anyhow v1.0.72
27042025-05-08T04:46:22.246Z[ helios-setup] May 08 04:46:21.571 INFO E| Compiling opaque-debug v0.3.0
27052025-05-08T04:46:22.342Z[ helios-setup] May 08 04:46:21.669 INFO E| Compiling getrandom v0.2.10
27062025-05-08T04:46:22.350Z[ helios-setup] May 08 04:46:21.674 INFO E| Compiling unicode-width v0.1.10
27072025-05-08T04:46:22.641Z[ helios-setup] May 08 04:46:21.966 INFO E| Compiling ryu v1.0.15
27082025-05-08T04:46:23.143Z[ helios-setup] May 08 04:46:22.469 INFO E| Compiling cpufeatures v0.2.9
27092025-05-08T04:46:23.288Z[ helios-setup] May 08 04:46:22.613 INFO E| Compiling same-file v1.0.6
27102025-05-08T04:46:23.425Z[ helios-setup] May 08 04:46:22.751 INFO E| Compiling block-buffer v0.9.0
27112025-05-08T04:46:23.547Z[ helios-setup] May 08 04:46:22.870 INFO E| Compiling digest v0.9.0
27122025-05-08T04:46:23.698Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
27132025-05-08T04:46:23.714Z[ helios-setup] May 08 04:46:23.039 INFO E| Compiling walkdir v2.3.3
27142025-05-08T04:46:23.805Z[ helios-setup] May 08 04:46:23.128 INFO E| Compiling md-5 v0.9.1
27152025-05-08T04:46:23.870Z[ helios-setup] May 08 04:46:23.196 INFO E| Compiling sha-1 v0.9.8
27162025-05-08T04:46:24.140Z[ helios-setup] May 08 04:46:23.465 INFO E| Compiling time v0.3.36
27172025-05-08T04:46:24.772Z[ helios-setup] May 08 04:46:24.097 INFO E| Compiling tempfile v3.7.0
27182025-05-08T04:46:24.854Z[ helios-setup] May 08 04:46:24.179 INFO E| Compiling getopts v0.2.21
27192025-05-08T04:46:24.949Z[ helios-setup] May 08 04:46:24.275 INFO E| Compiling glob v0.3.1
27202025-05-08T04:46:25.096Z[ helios-setup] May 08 04:46:24.421 INFO E| Compiling libdevinfo-sys v1.0.0
27212025-05-08T04:46:27.591Z[ helios-setup] May 08 04:46:26.907 INFO E| Compiling slog-term v2.9.0
27222025-05-08T04:46:28.140Z[ host-package] Compiling universal-hash v0.5.1
27232025-05-08T04:46:28.724Z[ helios-setup] May 08 04:46:28.048 INFO E| Compiling serde_derive v1.0.193
27242025-05-08T04:46:28.978Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27252025-05-08T04:46:31.007Z[ host-package] Compiling opaque-debug v0.3.1
27262025-05-08T04:46:31.160Z[ host-package] Compiling poly1305 v0.8.0
27272025-05-08T04:46:31.218Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
27282025-05-08T04:46:31.762Z[ host-package] Compiling thiserror-no-std v2.0.2
27292025-05-08T04:46:31.987Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27302025-05-08T04:46:32.530Z[ host-package] Compiling chacha20 v0.9.1
27312025-05-08T04:46:32.960Z[ host-package] Compiling aead v0.5.2
27322025-05-08T04:46:33.292Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27332025-05-08T04:46:33.494Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27342025-05-08T04:46:39.634Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27352025-05-08T04:46:40.169Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27362025-05-08T04:46:40.989Z[ helios-setup] May 08 04:46:40.307 INFO E| Compiling toml v0.5.11
27372025-05-08T04:46:40.989Z[ helios-setup] May 08 04:46:40.307 INFO E| Compiling uuid v0.8.2
27382025-05-08T04:46:42.725Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27392025-05-08T04:46:43.167Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27402025-05-08T04:46:43.642Z[ helios-setup] May 08 04:46:42.953 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27412025-05-08T04:46:45.147Z[ helios-setup] May 08 04:46:44.463 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27422025-05-08T04:46:48.924Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27432025-05-08T04:46:51.038Z[ host-package] Compiling chacha20poly1305 v0.10.1
27442025-05-08T04:46:51.147Z[ host-package] Compiling vsss-rs v3.3.4
27452025-05-08T04:46:51.230Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
27462025-05-08T04:46:53.987Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27472025-05-08T04:46:54.088Z[ host-package] Compiling qorb v0.3.1
27482025-05-08T04:46:57.504Z[ helios-setup] May 08 04:46:54.607 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.95s
27492025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:54.640 INFO building project "image-builder" ok (40 seconds)
27502025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:54.640 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27512025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:54.774 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.86.0-x86_64-unknown-illumos (default)"
27522025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:54.774 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27532025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:54.774 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27542025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:55.217 INFO E| Downloading crates ...
27552025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:55.303 INFO E| Downloaded miniz_oxide v0.8.8
27562025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:55.375 INFO E| Compiling adler2 v2.0.0
27572025-05-08T04:46:57.639Z[ helios-setup] May 08 04:46:55.560 INFO E| Compiling miniz_oxide v0.8.8
27582025-05-08T04:46:59.167Z[ helios-setup] May 08 04:46:58.257 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27592025-05-08T04:47:00.424Z[ helios-setup] May 08 04:46:59.519 INFO E| Finished `release` profile [optimized] target(s) in 4.63s
27602025-05-08T04:47:00.451Z[ helios-setup] May 08 04:46:59.530 INFO building project "pinprick" ok (4 seconds)
27612025-05-08T04:47:00.451Z[ helios-setup] May 08 04:46:59.530 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27622025-05-08T04:47:00.452Z[ helios-setup] May 08 04:46:59.652 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.86.0-x86_64-unknown-illumos (default)"
27632025-05-08T04:47:00.452Z[ helios-setup] May 08 04:46:59.652 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27642025-05-08T04:47:00.452Z[ helios-setup] May 08 04:46:59.652 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27652025-05-08T04:47:00.637Z[ helios-setup] May 08 04:46:59.948 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27662025-05-08T04:47:01.883Z[ helios-setup] May 08 04:47:01.194 INFO E| From https://github.com/oxidecomputer/progenitor
27672025-05-08T04:47:01.883Z[ helios-setup] May 08 04:47:01.194 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27682025-05-08T04:47:01.984Z[ helios-setup] May 08 04:47:01.295 INFO E| Updating crates.io index
27692025-05-08T04:47:01.994Z[ helios-setup] May 08 04:47:01.297 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27702025-05-08T04:47:02.196Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27712025-05-08T04:47:02.457Z[ helios-setup] May 08 04:47:01.767 INFO E| From https://github.com/jclulow/hiercmd
27722025-05-08T04:47:02.462Z[ helios-setup] May 08 04:47:01.767 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27732025-05-08T04:47:02.653Z[ helios-setup] May 08 04:47:01.939 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27742025-05-08T04:47:02.983Z[ helios-setup] May 08 04:47:02.292 INFO E| From https://github.com/jclulow/network-interface
27752025-05-08T04:47:02.983Z[ helios-setup] May 08 04:47:02.292 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27762025-05-08T04:47:03.002Z[ helios-setup] May 08 04:47:02.311 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27772025-05-08T04:47:03.544Z[ helios-setup] May 08 04:47:02.852 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27782025-05-08T04:47:03.544Z[ helios-setup] May 08 04:47:02.852 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27792025-05-08T04:47:03.671Z[ helios-setup] May 08 04:47:02.893 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27802025-05-08T04:47:04.192Z[ helios-setup] May 08 04:47:03.502 INFO E| From https://github.com/oxidecomputer/facade
27812025-05-08T04:47:04.192Z[ helios-setup] May 08 04:47:03.502 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27822025-05-08T04:47:04.237Z[ helios-setup] May 08 04:47:03.547 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27832025-05-08T04:47:05.015Z[ helios-setup] May 08 04:47:04.325 INFO E| From https://github.com/oxidecomputer/dropshot
27842025-05-08T04:47:05.015Z[ helios-setup] May 08 04:47:04.325 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27852025-05-08T04:47:05.127Z[ helios-setup] May 08 04:47:04.437 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27862025-05-08T04:47:05.529Z[ host-package] Compiling slog-dtrace v0.3.0
27872025-05-08T04:47:05.930Z[ host-package] Compiling bytecount v0.6.8
27882025-05-08T04:47:05.989Z[ helios-setup] May 08 04:47:05.298 INFO E| From https://github.com/oxidecomputer/typify
27892025-05-08T04:47:05.993Z[ helios-setup] May 08 04:47:05.298 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27902025-05-08T04:47:06.281Z[ helios-setup] May 08 04:47:05.590 INFO E| Downloading crates ...
27912025-05-08T04:47:06.461Z[ helios-setup] May 08 04:47:05.771 INFO E| Downloaded const-random v0.1.15
27922025-05-08T04:47:06.464Z[ helios-setup] May 08 04:47:05.774 INFO E| Downloaded concolor-override v1.0.0
27932025-05-08T04:47:06.468Z[ helios-setup] May 08 04:47:05.776 INFO E| Downloaded async-stream-impl v0.3.5
27942025-05-08T04:47:06.537Z[ helios-setup] May 08 04:47:05.837 INFO E| Downloaded spin v0.5.2
27952025-05-08T04:47:06.553Z[ helios-setup] May 08 04:47:05.841 INFO E| Downloaded smartstring v1.0.1
27962025-05-08T04:47:06.553Z[ helios-setup] May 08 04:47:05.843 INFO E| Downloaded serde_derive_internals v0.26.0
27972025-05-08T04:47:06.553Z[ helios-setup] May 08 04:47:05.847 INFO E| Downloaded socket2 v0.4.9
27982025-05-08T04:47:06.553Z[ helios-setup] May 08 04:47:05.850 INFO E| Downloaded const-random-macro v0.1.15
27992025-05-08T04:47:06.558Z[ helios-setup] May 08 04:47:05.852 INFO E| Downloaded autocfg v1.1.0
28002025-05-08T04:47:06.558Z[ helios-setup] May 08 04:47:05.856 INFO E| Downloaded async-stream v0.3.5
28012025-05-08T04:47:06.558Z[ helios-setup] May 08 04:47:05.859 INFO E| Downloaded block-buffer v0.10.3
28022025-05-08T04:47:06.558Z[ helios-setup] May 08 04:47:05.862 INFO E| Downloaded anstyle v0.3.5
28032025-05-08T04:47:06.558Z[ helios-setup] May 08 04:47:05.865 INFO E| Downloaded schemars_derive v0.8.12
28042025-05-08T04:47:06.565Z[ helios-setup] May 08 04:47:05.868 INFO E| Downloaded futures-io v0.3.28
28052025-05-08T04:47:06.565Z[ helios-setup] May 08 04:47:05.871 INFO E| Downloaded clap_lex v0.4.1
28062025-05-08T04:47:06.569Z[ helios-setup] May 08 04:47:05.874 INFO E| Downloaded tempfile v3.5.0
28072025-05-08T04:47:06.569Z[ helios-setup] May 08 04:47:05.878 INFO E| Downloaded http-body v0.4.5
28082025-05-08T04:47:06.572Z[ helios-setup] May 08 04:47:05.882 INFO E| Downloaded strsim v0.10.0
28092025-05-08T04:47:06.575Z[ helios-setup] May 08 04:47:05.884 INFO E| Downloaded num-integer v0.1.45
28102025-05-08T04:47:06.579Z[ helios-setup] May 08 04:47:05.888 INFO E| Downloaded num_cpus v1.15.0
28112025-05-08T04:47:06.584Z[ helios-setup] May 08 04:47:05.894 INFO E| Downloaded sct v0.7.0
28122025-05-08T04:47:06.591Z[ helios-setup] May 08 04:47:05.899 INFO E| Downloaded try-lock v0.2.4
28132025-05-08T04:47:06.596Z[ helios-setup] May 08 04:47:05.901 INFO E| Downloaded num_enum_derive v0.5.7
28142025-05-08T04:47:06.596Z[ helios-setup] May 08 04:47:05.903 INFO E| Downloaded generic-array v0.14.6
28152025-05-08T04:47:06.601Z[ helios-setup] May 08 04:47:05.905 INFO E| Downloaded iana-time-zone v0.1.56
28162025-05-08T04:47:06.601Z[ helios-setup] May 08 04:47:05.909 INFO E| Downloaded serde_spanned v0.6.1
28172025-05-08T04:47:06.604Z[ helios-setup] May 08 04:47:05.911 INFO E| Downloaded memoffset v0.7.1
28182025-05-08T04:47:06.604Z[ helios-setup] May 08 04:47:05.913 INFO E| Downloaded fastrand v1.9.0
28192025-05-08T04:47:06.608Z[ helios-setup] May 08 04:47:05.915 INFO E| Downloaded thiserror-impl v1.0.38
28202025-05-08T04:47:06.611Z[ helios-setup] May 08 04:47:05.918 INFO E| Downloaded num_enum v0.5.7
28212025-05-08T04:47:06.619Z[ helios-setup] May 08 04:47:05.924 INFO E| Downloaded ppv-lite86 v0.2.17
28222025-05-08T04:47:06.619Z[ helios-setup] May 08 04:47:05.927 INFO E| Downloaded percent-encoding v2.2.0
28232025-05-08T04:47:06.619Z[ helios-setup] May 08 04:47:05.928 INFO E| Downloaded proc-macro-crate v1.2.1
28242025-05-08T04:47:06.622Z[ helios-setup] May 08 04:47:05.930 INFO E| Downloaded bincode v1.3.3
28252025-05-08T04:47:06.626Z[ helios-setup] May 08 04:47:05.934 INFO E| Downloaded want v0.3.0
28262025-05-08T04:47:06.626Z[ helios-setup] May 08 04:47:05.935 INFO E| Downloaded toml_datetime v0.6.1
28272025-05-08T04:47:06.629Z[ helios-setup] May 08 04:47:05.937 INFO E| Downloaded rhai_codegen v1.5.0
28282025-05-08T04:47:06.640Z[ helios-setup] May 08 04:47:05.949 INFO E| Downloaded utf8parse v0.2.1
28292025-05-08T04:47:06.643Z[ helios-setup] May 08 04:47:05.952 INFO E| Downloaded tokio-macros v2.0.0
28302025-05-08T04:47:06.646Z[ helios-setup] May 08 04:47:05.953 INFO E| Downloaded slog-async v2.7.0
28312025-05-08T04:47:06.646Z[ helios-setup] May 08 04:47:05.955 INFO E| Downloaded slab v0.4.7
28322025-05-08T04:47:06.649Z[ helios-setup] May 08 04:47:05.957 INFO E| Downloaded serde_path_to_error v0.1.11
28332025-05-08T04:47:06.653Z[ helios-setup] May 08 04:47:05.961 INFO E| Downloaded tokio-tungstenite v0.18.0
28342025-05-08T04:47:06.656Z[ helios-setup] May 08 04:47:05.964 INFO E| Downloaded regress v0.5.0
28352025-05-08T04:47:06.666Z[ helios-setup] May 08 04:47:05.974 INFO E| Downloaded once_cell v1.17.0
28362025-05-08T04:47:06.669Z[ helios-setup] May 08 04:47:05.978 INFO E| Downloaded signal-hook-registry v1.4.0
28372025-05-08T04:47:06.673Z[ helios-setup] May 08 04:47:05.980 INFO E| Downloaded sha2 v0.10.6
28382025-05-08T04:47:06.678Z[ helios-setup] May 08 04:47:05.983 INFO E| Downloaded pkg-config v0.3.26
28392025-05-08T04:47:06.678Z[ helios-setup] May 08 04:47:05.986 INFO E| Downloaded camino v1.1.4
28402025-05-08T04:47:06.682Z[ helios-setup] May 08 04:47:05.989 INFO E| Downloaded textwrap v0.16.0
28412025-05-08T04:47:06.685Z[ helios-setup] May 08 04:47:05.992 INFO E| Downloaded unicode-ident v1.0.8
28422025-05-08T04:47:06.692Z[ helios-setup] May 08 04:47:05.997 INFO E| Downloaded unicode-bidi v0.3.13
28432025-05-08T04:47:06.692Z[ helios-setup] May 08 04:47:06.000 INFO E| Downloaded ucd-trie v0.1.5
28442025-05-08T04:47:06.695Z[ helios-setup] May 08 04:47:06.003 INFO E| Downloaded tinyvec v1.6.0
28452025-05-08T04:47:06.699Z[ helios-setup] May 08 04:47:06.009 INFO E| Downloaded uuid v1.3.0
28462025-05-08T04:47:06.707Z[ helios-setup] May 08 04:47:06.016 INFO E| Downloaded crossbeam-utils v0.8.14
28472025-05-08T04:47:06.716Z[ helios-setup] May 08 04:47:06.020 INFO E| Downloaded crossbeam-epoch v0.9.13
28482025-05-08T04:47:06.716Z[ helios-setup] May 08 04:47:06.024 INFO E| Downloaded unsafe-libyaml v0.2.8
28492025-05-08T04:47:06.720Z[ helios-setup] May 08 04:47:06.029 INFO E| Downloaded tracing-core v0.1.30
28502025-05-08T04:47:06.725Z[ helios-setup] May 08 04:47:06.034 INFO E| Downloaded serde_yaml v0.9.21
28512025-05-08T04:47:06.732Z[ helios-setup] May 08 04:47:06.041 INFO E| Downloaded url v2.3.1
28522025-05-08T04:47:06.747Z[ helios-setup] May 08 04:47:06.048 INFO E| Downloaded bytes v1.4.0
28532025-05-08T04:47:06.747Z[ helios-setup] May 08 04:47:06.053 INFO E| Downloaded num-traits v0.2.15
28542025-05-08T04:47:06.753Z[ helios-setup] May 08 04:47:06.058 INFO E| Downloaded tokio-util v0.7.7
28552025-05-08T04:47:06.772Z[ helios-setup] May 08 04:47:06.068 INFO E| Downloaded toml_edit v0.19.8
28562025-05-08T04:47:06.828Z[ helios-setup] May 08 04:47:06.138 INFO E| Downloaded unicode-normalization v0.1.22
28572025-05-08T04:47:06.852Z[ helios-setup] May 08 04:47:06.161 INFO E| Downloaded winnow v0.4.1
28582025-05-08T04:47:06.867Z[ helios-setup] May 08 04:47:06.177 INFO E| Downloaded serde_json v1.0.95
28592025-05-08T04:47:06.879Z[ helios-setup] May 08 04:47:06.189 INFO E| Downloaded syn v1.0.107
28602025-05-08T04:47:06.898Z[ helios-setup] May 08 04:47:06.207 INFO E| Downloaded pest v2.5.7
28612025-05-08T04:47:06.912Z[ helios-setup] May 08 04:47:06.222 INFO E| Downloaded syn v2.0.72
28622025-05-08T04:47:06.936Z[ helios-setup] May 08 04:47:06.245 INFO E| Downloaded crossbeam-channel v0.5.6
28632025-05-08T04:47:06.943Z[ helios-setup] May 08 04:47:06.252 INFO E| Downloaded rustls v0.21.0
28642025-05-08T04:47:06.965Z[ helios-setup] May 08 04:47:06.273 INFO E| Downloaded rustix v0.37.3
28652025-05-08T04:47:07.001Z[ helios-setup] May 08 04:47:06.306 INFO E| Downloaded reqwest v0.11.16
28662025-05-08T04:47:07.018Z[ helios-setup] May 08 04:47:06.327 INFO E| Downloaded rayon v1.6.1
28672025-05-08T04:47:07.034Z[ helios-setup] May 08 04:47:06.343 INFO E| Downloaded hyper v0.14.25
28682025-05-08T04:47:07.050Z[ helios-setup] May 08 04:47:06.359 INFO E| Downloaded git2 v0.16.1
28692025-05-08T04:47:07.094Z[ helios-setup] May 08 04:47:06.376 INFO E| Downloaded chrono v0.4.24
28702025-05-08T04:47:07.094Z[ helios-setup] May 08 04:47:06.388 INFO E| Downloaded h2 v0.3.16
28712025-05-08T04:47:07.094Z[ helios-setup] May 08 04:47:06.401 INFO E| Downloaded futures-util v0.3.28
28722025-05-08T04:47:07.115Z[ helios-setup] May 08 04:47:06.424 INFO E| Downloaded regex v1.7.3
28732025-05-08T04:47:07.128Z[ helios-setup] May 08 04:47:06.437 INFO E| Downloaded idna v0.3.0
28742025-05-08T04:47:07.139Z[ helios-setup] May 08 04:47:06.448 INFO E| Downloaded clap_builder v4.2.1
28752025-05-08T04:47:07.150Z[ helios-setup] May 08 04:47:06.460 INFO E| Downloaded mio v0.8.5
28762025-05-08T04:47:07.161Z[ helios-setup] May 08 04:47:06.470 INFO E| Downloaded http v0.2.9
28772025-05-08T04:47:07.169Z[ helios-setup] May 08 04:47:06.477 INFO E| Downloaded flate2 v1.0.25
28782025-05-08T04:47:07.178Z[ helios-setup] May 08 04:47:06.487 INFO E| Downloaded rhai v1.14.0
28792025-05-08T04:47:07.223Z[ helios-setup] May 08 04:47:06.532 INFO E| Downloaded miniz_oxide v0.6.2
28802025-05-08T04:47:07.231Z[ helios-setup] May 08 04:47:06.536 INFO E| Downloaded base64 v0.21.0
28812025-05-08T04:47:07.241Z[ helios-setup] May 08 04:47:06.541 INFO E| Downloaded openapiv3 v1.0.2
28822025-05-08T04:47:07.265Z[ helios-setup] May 08 04:47:06.574 INFO E| Downloaded rayon-core v1.10.2
28832025-05-08T04:47:07.281Z[ helios-setup] May 08 04:47:06.580 INFO E| Downloaded serde v1.0.204
28842025-05-08T04:47:07.281Z[ helios-setup] May 08 04:47:06.585 INFO E| Downloaded memchr v2.5.0
28852025-05-08T04:47:07.285Z[ helios-setup] May 08 04:47:06.592 INFO E| Downloaded cc v1.0.78
28862025-05-08T04:47:07.291Z[ helios-setup] May 08 04:47:06.596 INFO E| Downloaded tokio v1.27.0
28872025-05-08T04:47:07.346Z[ helios-setup] May 08 04:47:06.651 INFO E| Downloaded aho-corasick v0.7.20
28882025-05-08T04:47:07.350Z[ helios-setup] May 08 04:47:06.657 INFO E| Downloaded unicode-linebreak v0.1.4
28892025-05-08T04:47:07.355Z[ helios-setup] May 08 04:47:06.660 INFO E| Downloaded tracing v0.1.37
28902025-05-08T04:47:07.372Z[ helios-setup] May 08 04:47:06.666 INFO E| Downloaded proc-macro2 v1.0.86
28912025-05-08T04:47:07.372Z[ helios-setup] May 08 04:47:06.670 INFO E| Downloaded serde_derive v1.0.204
28922025-05-08T04:47:07.375Z[ helios-setup] May 08 04:47:06.674 INFO E| Downloaded rustls-webpki v0.100.1
28932025-05-08T04:47:07.375Z[ helios-setup] May 08 04:47:06.684 INFO E| Downloaded parking_lot v0.12.1
28942025-05-08T04:47:07.383Z[ helios-setup] May 08 04:47:06.689 INFO E| Downloaded futures-macro v0.3.28
28952025-05-08T04:47:07.386Z[ helios-setup] May 08 04:47:06.690 INFO E| Downloaded cargo-lock v8.0.3
28962025-05-08T04:47:07.387Z[ helios-setup] May 08 04:47:06.693 INFO E| Downloaded tungstenite v0.18.0
28972025-05-08T04:47:07.389Z[ helios-setup] May 08 04:47:06.697 INFO E| Downloaded futures-channel v0.3.28
28982025-05-08T04:47:07.393Z[ helios-setup] May 08 04:47:06.700 INFO E| Downloaded anyhow v1.0.68
28992025-05-08T04:47:07.396Z[ helios-setup] May 08 04:47:06.705 INFO E| Downloaded futures v0.3.28
29002025-05-08T04:47:07.404Z[ helios-setup] May 08 04:47:06.713 INFO E| Downloaded clap v4.2.1
29012025-05-08T04:47:07.417Z[ helios-setup] May 08 04:47:06.726 INFO E| Downloaded toml v0.7.3
29022025-05-08T04:47:07.422Z[ helios-setup] May 08 04:47:06.732 INFO E| Downloaded libc v0.2.139
29032025-05-08T04:47:07.463Z[ helios-setup] May 08 04:47:06.773 INFO E| Downloaded quote v1.0.36
29042025-05-08T04:47:07.467Z[ helios-setup] May 08 04:47:06.777 INFO E| Downloaded pin-project-lite v0.2.9
29052025-05-08T04:47:07.475Z[ helios-setup] May 08 04:47:06.784 INFO E| Downloaded parking_lot_core v0.9.6
29062025-05-08T04:47:07.478Z[ helios-setup] May 08 04:47:06.787 INFO E| Downloaded paste v1.0.12
29072025-05-08T04:47:07.487Z[ helios-setup] May 08 04:47:06.792 INFO E| Downloaded log v0.4.17
29082025-05-08T04:47:07.490Z[ helios-setup] May 08 04:47:06.796 INFO E| Downloaded lock_api v0.4.9
29092025-05-08T04:47:07.490Z[ helios-setup] May 08 04:47:06.798 INFO E| Downloaded semver v1.0.17
29102025-05-08T04:47:07.494Z[ helios-setup] May 08 04:47:06.801 INFO E| Downloaded getrandom v0.2.8
29112025-05-08T04:47:07.497Z[ helios-setup] May 08 04:47:06.806 INFO E| Downloaded tokio-rustls v0.24.0
29122025-05-08T04:47:07.502Z[ helios-setup] May 08 04:47:06.808 INFO E| Downloaded time v0.1.45
29132025-05-08T04:47:07.502Z[ helios-setup] May 08 04:47:06.811 INFO E| Downloaded thiserror v1.0.38
29142025-05-08T04:47:07.508Z[ helios-setup] May 08 04:47:06.818 INFO E| Downloaded jobserver v0.1.26
29152025-05-08T04:47:07.514Z[ helios-setup] May 08 04:47:06.820 INFO E| Downloaded io-lifetimes v1.0.10
29162025-05-08T04:47:07.517Z[ helios-setup] May 08 04:47:06.824 INFO E| Downloaded slog-bunyan v2.4.0
29172025-05-08T04:47:07.517Z[ helios-setup] May 08 04:47:06.826 INFO E| Downloaded sha1 v0.10.5
29182025-05-08T04:47:07.521Z[ helios-setup] May 08 04:47:06.829 INFO E| Downloaded serde_tokenstream v0.2.0
29192025-05-08T04:47:07.525Z[ helios-setup] May 08 04:47:06.834 INFO E| Downloaded semver-parser v0.10.2
29202025-05-08T04:47:07.547Z[ helios-setup] May 08 04:47:06.837 INFO E| Downloaded ipnet v2.7.2
29212025-05-08T04:47:07.548Z[ helios-setup] May 08 04:47:06.839 INFO E| Downloaded httparse v1.8.0
29222025-05-08T04:47:07.567Z[ helios-setup] May 08 04:47:06.843 INFO E| Downloaded clap_derive v4.2.0
29232025-05-08T04:47:07.567Z[ helios-setup] May 08 04:47:06.846 INFO E| Downloaded byteorder v1.4.3
29242025-05-08T04:47:07.584Z[ helios-setup] May 08 04:47:06.878 INFO E| Downloaded anstyle-parse v0.1.1
29252025-05-08T04:47:07.588Z[ helios-setup] May 08 04:47:06.881 INFO E| Downloaded ahash v0.7.6
29262025-05-08T04:47:07.589Z[ helios-setup] May 08 04:47:06.885 INFO E| Downloaded async-trait v0.1.68
29272025-05-08T04:47:07.589Z[ helios-setup] May 08 04:47:06.890 INFO E| Downloaded ahash v0.8.3
29282025-05-08T04:47:07.589Z[ helios-setup] May 08 04:47:06.894 INFO E| Downloaded schemars v0.8.12
29292025-05-08T04:47:07.605Z[ helios-setup] May 08 04:47:06.911 INFO E| Downloaded digest v0.10.6
29302025-05-08T04:47:07.621Z[ helios-setup] May 08 04:47:06.914 INFO E| Downloaded dyn-clone v1.0.11
29312025-05-08T04:47:07.621Z[ helios-setup] May 08 04:47:06.917 INFO E| Downloaded lazy_static v1.4.0
29322025-05-08T04:47:07.622Z[ helios-setup] May 08 04:47:06.919 INFO E| Downloaded itoa v1.0.6
29332025-05-08T04:47:07.622Z[ helios-setup] May 08 04:47:06.921 INFO E| Downloaded crossbeam-deque v0.8.2
29342025-05-08T04:47:07.622Z[ helios-setup] May 08 04:47:06.924 INFO E| Downloaded form_urlencoded v1.1.0
29352025-05-08T04:47:07.622Z[ helios-setup] May 08 04:47:06.925 INFO E| Downloaded tower-service v0.3.2
29362025-05-08T04:47:07.622Z[ helios-setup] May 08 04:47:06.926 INFO E| Downloaded toolchain_find v0.2.0
29372025-05-08T04:47:07.622Z[ helios-setup] May 08 04:47:06.928 INFO E| Downloaded rustls-pemfile v1.0.2
29382025-05-08T04:47:07.625Z[ helios-setup] May 08 04:47:06.931 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29392025-05-08T04:47:07.628Z[ helios-setup] May 08 04:47:06.936 INFO E| Downloaded is-terminal v0.4.7
29402025-05-08T04:47:07.628Z[ helios-setup] May 08 04:47:06.937 INFO E| Downloaded home v0.5.4
29412025-05-08T04:47:07.632Z[ helios-setup] May 08 04:47:06.939 INFO E| Downloaded either v1.8.0
29422025-05-08T04:47:07.632Z[ helios-setup] May 08 04:47:06.941 INFO E| Downloaded futures-core v0.3.28
29432025-05-08T04:47:07.634Z[ helios-setup] May 08 04:47:06.943 INFO E| Downloaded smawk v0.3.1
29442025-05-08T04:47:07.638Z[ helios-setup] May 08 04:47:06.945 INFO E| Downloaded httpdate v1.0.2
29452025-05-08T04:47:07.638Z[ helios-setup] May 08 04:47:06.947 INFO E| Downloaded futures-task v0.3.28
29462025-05-08T04:47:07.641Z[ helios-setup] May 08 04:47:06.949 INFO E| Downloaded futures-sink v0.3.28
29472025-05-08T04:47:07.641Z[ helios-setup] May 08 04:47:06.950 INFO E| Downloaded futures-executor v0.3.28
29482025-05-08T04:47:07.644Z[ helios-setup] May 08 04:47:06.953 INFO E| Downloaded smallvec v1.10.0
29492025-05-08T04:47:07.647Z[ helios-setup] May 08 04:47:06.956 INFO E| Downloaded concolor-query v0.3.3
29502025-05-08T04:47:07.651Z[ helios-setup] May 08 04:47:06.958 INFO E| Downloaded built v0.6.0
29512025-05-08T04:47:07.651Z[ helios-setup] May 08 04:47:06.960 INFO E| Downloaded cpufeatures v0.2.5
29522025-05-08T04:47:07.654Z[ helios-setup] May 08 04:47:06.962 INFO E| Downloaded anstream v0.2.6
29532025-05-08T04:47:07.658Z[ helios-setup] May 08 04:47:06.965 INFO E| Downloaded semver v0.11.0
29542025-05-08T04:47:07.661Z[ helios-setup] May 08 04:47:06.967 INFO E| Downloaded scopeguard v1.1.0
29552025-05-08T04:47:07.661Z[ helios-setup] May 08 04:47:06.969 INFO E| Downloaded ryu v1.0.13
29562025-05-08T04:47:07.665Z[ helios-setup] May 08 04:47:06.974 INFO E| Downloaded rustfmt-wrapper v0.2.0
29572025-05-08T04:47:07.668Z[ helios-setup] May 08 04:47:06.976 INFO E| Downloaded project-root v0.2.2
29582025-05-08T04:47:07.713Z[ helios-setup] May 08 04:47:07.022 INFO E| Downloaded encoding_rs v0.8.32
29592025-05-08T04:47:07.823Z[ helios-setup] May 08 04:47:07.131 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29602025-05-08T04:47:07.980Z[ helios-setup] May 08 04:47:07.289 INFO E| Downloaded libz-sys v1.1.8
29612025-05-08T04:47:08.255Z[ helios-setup] May 08 04:47:07.564 INFO E| Downloaded ring v0.16.20
29622025-05-08T04:47:08.474Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29632025-05-08T04:47:08.741Z[ helios-setup] May 08 04:47:08.049 INFO E| Compiling proc-macro2 v1.0.86
29642025-05-08T04:47:08.741Z[ helios-setup] May 08 04:47:08.049 INFO E| Compiling libc v0.2.139
29652025-05-08T04:47:08.751Z[ helios-setup] May 08 04:47:08.049 INFO E| Compiling unicode-ident v1.0.8
29662025-05-08T04:47:08.751Z[ helios-setup] May 08 04:47:08.049 INFO E| Compiling autocfg v1.1.0
29672025-05-08T04:47:08.754Z[ helios-setup] May 08 04:47:08.049 INFO E| Compiling cfg-if v1.0.0
29682025-05-08T04:47:08.754Z[ helios-setup] May 08 04:47:08.050 INFO E| Compiling version_check v0.9.4
29692025-05-08T04:47:08.754Z[ helios-setup] May 08 04:47:08.050 INFO E| Compiling serde v1.0.204
29702025-05-08T04:47:08.754Z[ helios-setup] May 08 04:47:08.050 INFO E| Compiling syn v1.0.107
29712025-05-08T04:47:09.136Z[ helios-setup] May 08 04:47:08.444 INFO E| Compiling memchr v2.5.0
29722025-05-08T04:47:09.348Z[ helios-setup] May 08 04:47:08.656 INFO E| Compiling once_cell v1.17.0
29732025-05-08T04:47:10.241Z[ helios-setup] May 08 04:47:09.549 INFO E| Compiling log v0.4.17
29742025-05-08T04:47:10.256Z[ helios-setup] May 08 04:47:09.563 INFO E| Compiling thiserror v1.0.38
29752025-05-08T04:47:10.645Z[ helios-setup] May 08 04:47:09.949 INFO E| Compiling itoa v1.0.6
29762025-05-08T04:47:11.318Z[ helios-setup] May 08 04:47:10.626 INFO E| Compiling serde_json v1.0.95
29772025-05-08T04:47:12.316Z[ helios-setup] May 08 04:47:11.623 INFO E| Compiling pin-project-lite v0.2.9
29782025-05-08T04:47:12.624Z[ helios-setup] May 08 04:47:11.931 INFO E| Compiling getrandom v0.2.8
29792025-05-08T04:47:12.793Z[ helios-setup] May 08 04:47:12.098 INFO E| Compiling quote v1.0.36
29802025-05-08T04:47:13.043Z[ helios-setup] May 08 04:47:12.349 INFO E| Compiling jobserver v0.1.26
29812025-05-08T04:47:13.393Z[ helios-setup] May 08 04:47:12.697 INFO E| Compiling scopeguard v1.1.0
29822025-05-08T04:47:13.538Z[ helios-setup] May 08 04:47:12.844 INFO E| Compiling indexmap v1.9.3
29832025-05-08T04:47:13.615Z[ helios-setup] May 08 04:47:12.922 INFO E| Compiling bytes v1.4.0
29842025-05-08T04:47:13.620Z[ helios-setup] May 08 04:47:12.927 INFO E| Compiling futures-core v0.3.28
29852025-05-08T04:47:13.769Z[ helios-setup] May 08 04:47:13.076 INFO E| Compiling num-integer v0.1.45
29862025-05-08T04:47:13.890Z[ helios-setup] May 08 04:47:13.196 INFO E| Compiling syn v2.0.72
29872025-05-08T04:47:14.181Z[ helios-setup] May 08 04:47:13.488 INFO E| Compiling cc v1.0.78
29882025-05-08T04:47:14.600Z[ helios-setup] May 08 04:47:13.906 INFO E| Compiling ryu v1.0.13
29892025-05-08T04:47:15.797Z[ helios-setup] May 08 04:47:15.103 INFO E| Compiling lock_api v0.4.9
29902025-05-08T04:47:16.251Z[ helios-setup] May 08 04:47:15.557 INFO E| Compiling parking_lot_core v0.9.6
29912025-05-08T04:47:16.288Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29922025-05-08T04:47:16.326Z[ helios-setup] May 08 04:47:15.631 INFO E| Compiling typenum v1.16.0
29932025-05-08T04:47:16.867Z[ helios-setup] May 08 04:47:16.173 INFO E| Compiling bitflags v1.3.2
29942025-05-08T04:47:16.933Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29952025-05-08T04:47:17.355Z[ helios-setup] May 08 04:47:16.654 INFO E| Compiling num_cpus v1.15.0
29962025-05-08T04:47:17.491Z[ helios-setup] May 08 04:47:16.796 INFO E| Compiling slab v0.4.7
29972025-05-08T04:47:17.662Z[ helios-setup] May 08 04:47:16.966 INFO E| Compiling generic-array v0.14.6
29982025-05-08T04:47:17.725Z[ helios-setup] May 08 04:47:17.031 INFO E| Compiling futures-sink v0.3.28
29992025-05-08T04:47:17.911Z[ helios-setup] May 08 04:47:17.216 INFO E| Compiling futures-task v0.3.28
30002025-05-08T04:47:17.989Z[ helios-setup] May 08 04:47:17.294 INFO E| Compiling futures-channel v0.3.28
30012025-05-08T04:47:18.233Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30022025-05-08T04:47:18.303Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30032025-05-08T04:47:18.912Z[ helios-setup] May 08 04:47:18.217 INFO E| Compiling tokio v1.27.0
30042025-05-08T04:47:18.915Z[ helios-setup] May 08 04:47:18.217 INFO E| Compiling futures-util v0.3.28
30052025-05-08T04:47:19.510Z[ helios-setup] May 08 04:47:18.814 INFO E| Compiling mio v0.8.5
30062025-05-08T04:47:20.034Z[ helios-setup] May 08 04:47:19.338 INFO E| Compiling socket2 v0.4.9
30072025-05-08T04:47:20.348Z[ helios-setup] May 08 04:47:19.651 INFO E| Compiling signal-hook-registry v1.4.0
30082025-05-08T04:47:20.396Z[ helios-setup] May 08 04:47:19.700 INFO E| Compiling schemars v0.8.12
30092025-05-08T04:47:20.418Z[ host-package] Compiling display-error-chain v0.2.2
30102025-05-08T04:47:20.836Z[ helios-setup] May 08 04:47:20.140 INFO E| Compiling pin-utils v0.1.0
30112025-05-08T04:47:21.005Z[ host-package] Compiling maplit v1.0.2
30122025-05-08T04:47:21.493Z[ helios-setup] May 08 04:47:20.796 INFO E| Compiling futures-io v0.3.28
30132025-05-08T04:47:21.532Z[ host-package] Compiling crunchy v0.2.2
30142025-05-08T04:47:21.680Z[ helios-setup] May 08 04:47:20.984 INFO E| Compiling num-traits v0.2.15
30152025-05-08T04:47:22.335Z[ helios-setup] May 08 04:47:21.638 INFO E| Compiling ahash v0.7.6
30162025-05-08T04:47:22.567Z[ helios-setup] May 08 04:47:21.870 INFO E| Compiling crunchy v0.2.2
30172025-05-08T04:47:22.866Z[ helios-setup] May 08 04:47:22.162 INFO E| Compiling io-lifetimes v1.0.10
30182025-05-08T04:47:22.986Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30192025-05-08T04:47:23.876Z[ helios-setup] May 08 04:47:23.172 INFO E| Compiling ahash v0.8.3
30202025-05-08T04:47:23.881Z[ helios-setup] May 08 04:47:23.174 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30212025-05-08T04:47:23.980Z[ helios-setup] May 08 04:47:23.278 INFO E| Compiling slog v2.7.0
30222025-05-08T04:47:24.396Z[ helios-setup] May 08 04:47:23.698 INFO E| Compiling block-buffer v0.10.3
30232025-05-08T04:47:24.990Z[ helios-setup] May 08 04:47:24.280 INFO E| Compiling serde_derive_internals v0.26.0
30242025-05-08T04:47:25.012Z[ helios-setup] May 08 04:47:24.293 INFO E| Compiling crypto-common v0.1.6
30252025-05-08T04:47:25.210Z[ helios-setup] May 08 04:47:24.513 INFO E| Compiling crossbeam-utils v0.8.14
30262025-05-08T04:47:25.506Z[ helios-setup] May 08 04:47:24.629 INFO E| Compiling hashbrown v0.12.3
30272025-05-08T04:47:25.527Z[ helios-setup] May 08 04:47:24.720 INFO E| Compiling rustix v0.37.3
30282025-05-08T04:47:25.527Z[ helios-setup] May 08 04:47:24.720 INFO E| Compiling tiny-keccak v2.0.2
30292025-05-08T04:47:25.568Z[ host-package] Compiling dsl_auto_type v0.1.2
30302025-05-08T04:47:26.931Z[ helios-setup] May 08 04:47:26.214 INFO E| Compiling digest v0.10.6
30312025-05-08T04:47:27.806Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30322025-05-08T04:47:28.013Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30332025-05-08T04:47:28.512Z[ helios-setup] May 08 04:47:27.813 INFO E| Compiling errno v0.3.1
30342025-05-08T04:47:28.523Z[ helios-setup] May 08 04:47:27.813 INFO E| Compiling fnv v1.0.7
30352025-05-08T04:47:28.661Z[ helios-setup] May 08 04:47:27.961 INFO E| Compiling cpufeatures v0.2.5
30362025-05-08T04:47:28.800Z[ helios-setup] May 08 04:47:28.081 INFO E| Compiling unicode-width v0.1.10
30372025-05-08T04:47:28.890Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
30382025-05-08T04:47:28.909Z[ helios-setup] May 08 04:47:28.206 INFO E| Compiling anyhow v1.0.68
30392025-05-08T04:47:29.017Z[ helios-setup] May 08 04:47:28.310 INFO E| Compiling pkg-config v0.3.26
30402025-05-08T04:47:29.527Z[ helios-setup] May 08 04:47:28.827 INFO E| Compiling http v0.2.9
30412025-05-08T04:47:29.945Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30422025-05-08T04:47:30.203Z[ host-package] Compiling tiny-keccak v2.0.2
30432025-05-08T04:47:31.058Z[ host-package] Compiling diesel_derives v2.2.3
30442025-05-08T04:47:31.524Z[ host-package] Compiling proc-macro-error2 v2.0.1
30452025-05-08T04:47:31.595Z[ helios-setup] May 08 04:47:30.895 INFO E| Compiling thiserror-impl v1.0.38
30462025-05-08T04:47:31.823Z[ host-package] Compiling r2d2 v0.8.10
30472025-05-08T04:47:31.922Z[ helios-setup] May 08 04:47:31.207 INFO E| Compiling schemars_derive v0.8.12
30482025-05-08T04:47:37.071Z[ helios-setup] May 08 04:47:31.929 INFO E| Compiling serde_derive v1.0.204
30492025-05-08T04:47:37.191Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30502025-05-08T04:47:37.191Z[ helios-setup] May 08 04:47:32.254 INFO E| Compiling futures-macro v0.3.28
30512025-05-08T04:47:37.191Z[ helios-setup] May 08 04:47:32.343 INFO E| Compiling tokio-macros v2.0.0
30522025-05-08T04:47:37.191Z[ host-package] Compiling const_format_proc_macros v0.2.34
30532025-05-08T04:47:37.191Z[ host-package] Compiling bit-vec v0.6.3
30542025-05-08T04:47:37.191Z[ host-package] Compiling bit-set v0.5.3
30552025-05-08T04:47:37.191Z[ helios-setup] May 08 04:47:35.514 INFO E| Compiling aho-corasick v0.7.20
30562025-05-08T04:47:37.191Z[ host-package] Compiling const_format v0.2.34
30572025-05-08T04:47:37.191Z[ host-package] Compiling tabled_derive v0.10.0
30582025-05-08T04:47:37.629Z[ helios-setup] May 08 04:47:36.926 INFO E| Compiling heck v0.4.1
30592025-05-08T04:47:37.840Z[ helios-setup] May 08 04:47:37.138 INFO E| Compiling tinyvec_macros v0.1.1
30602025-05-08T04:47:38.098Z[ helios-setup] May 08 04:47:37.395 INFO E| Compiling regex-syntax v0.6.29
30612025-05-08T04:47:38.373Z[ helios-setup] May 08 04:47:37.670 INFO E| Compiling percent-encoding v2.2.0
30622025-05-08T04:47:38.457Z[ helios-setup] May 08 04:47:37.754 INFO E| Compiling httparse v1.8.0
30632025-05-08T04:47:38.876Z[ helios-setup] May 08 04:47:38.155 INFO E| Compiling tinyvec v1.6.0
30642025-05-08T04:47:39.589Z[ helios-setup] May 08 04:47:38.878 INFO E| Compiling form_urlencoded v1.1.0
30652025-05-08T04:47:39.597Z[ host-package] Compiling papergrid v0.14.0
30662025-05-08T04:47:39.713Z[ helios-setup] May 08 04:47:39.009 INFO E| Compiling const-random-macro v0.1.15
30672025-05-08T04:47:40.768Z[ helios-setup] May 08 04:47:40.064 INFO E| Compiling hashbrown v0.13.2
30682025-05-08T04:47:41.688Z[ helios-setup] May 08 04:47:40.983 INFO E| Compiling chrono v0.4.24
30692025-05-08T04:47:41.920Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30702025-05-08T04:47:42.649Z[ helios-setup] May 08 04:47:41.944 INFO E| Compiling libz-sys v1.1.8
30712025-05-08T04:47:43.240Z[ helios-setup] May 08 04:47:42.535 INFO E| Compiling getopts v0.2.21
30722025-05-08T04:47:44.012Z[ helios-setup] May 08 04:47:43.307 INFO E| Compiling memoffset v0.7.1
30732025-05-08T04:47:44.523Z[ helios-setup] May 08 04:47:43.818 INFO E| Compiling num-conv v0.1.0
30742025-05-08T04:47:45.197Z[ helios-setup] May 08 04:47:44.491 INFO E| Compiling regex v1.7.3
30752025-05-08T04:47:45.259Z[ helios-setup] May 08 04:47:44.554 INFO E| Compiling time-core v0.1.2
30762025-05-08T04:47:45.464Z[ helios-setup] May 08 04:47:44.758 INFO E| Compiling powerfmt v0.2.0
30772025-05-08T04:47:45.636Z[ helios-setup] May 08 04:47:44.930 INFO E| Compiling uuid v1.3.0
30782025-05-08T04:47:45.734Z[ helios-setup] May 08 04:47:45.027 INFO E| Compiling dyn-clone v1.0.11
30792025-05-08T04:47:45.965Z[ host-package] Compiling ascii-canvas v3.0.0
30802025-05-08T04:47:46.589Z[ helios-setup] May 08 04:47:45.882 INFO E| Compiling deranged v0.3.11
30812025-05-08T04:47:47.136Z[ host-package] Compiling num-derive v0.3.3
30822025-05-08T04:47:47.176Z[ helios-setup] May 08 04:47:46.470 INFO E| Compiling time-macros v0.2.18
30832025-05-08T04:47:47.228Z[ host-package] Compiling ena v0.14.3
30842025-05-08T04:47:48.700Z[ helios-setup] May 08 04:47:47.150 INFO E| Compiling regress v0.5.0
30852025-05-08T04:47:48.852Z[ helios-setup] May 08 04:47:47.221 INFO E| Compiling unicode-normalization v0.1.22
30862025-05-08T04:47:48.852Z[ host-package] Compiling diff v0.1.13
30872025-05-08T04:47:49.450Z[ host-package] Compiling regex-syntax v0.6.29
30882025-05-08T04:47:50.213Z[ helios-setup] May 08 04:47:49.506 INFO E| Compiling const-random v0.1.15
30892025-05-08T04:47:51.051Z[ host-package] Compiling diesel v2.2.9
30902025-05-08T04:47:51.155Z[ host-package] Compiling bindgen v0.71.1
30912025-05-08T04:47:52.294Z[ helios-setup] May 08 04:47:51.585 INFO E| Compiling tracing-core v0.1.30
30922025-05-08T04:47:52.432Z[ helios-setup] May 08 04:47:51.724 INFO E| Compiling crossbeam-epoch v0.9.13
30932025-05-08T04:47:52.446Z[ host-package] Compiling libscf-sys v1.1.0
30942025-05-08T04:47:53.014Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30952025-05-08T04:47:53.048Z[ helios-setup] May 08 04:47:52.339 INFO E| Compiling unicode-bidi v0.3.13
30962025-05-08T04:47:53.118Z[ helios-setup] May 08 04:47:52.409 INFO E| Compiling num_threads v0.1.6
30972025-05-08T04:47:55.100Z[ helios-setup] May 08 04:47:54.390 INFO E| Compiling ucd-trie v0.1.5
30982025-05-08T04:47:55.532Z[ helios-setup] May 08 04:47:54.821 INFO E| Compiling time v0.3.36
30992025-05-08T04:47:56.095Z[ helios-setup] May 08 04:47:55.385 INFO E| Compiling idna v0.3.0
31002025-05-08T04:47:56.099Z[ helios-setup] May 08 04:47:55.386 INFO E| Compiling pest v2.5.7
31012025-05-08T04:47:57.411Z[ helios-setup] May 08 04:47:56.701 INFO E| Compiling tracing v0.1.37
31022025-05-08T04:47:58.064Z[ helios-setup] May 08 04:47:57.353 INFO E| Compiling toml v0.5.11
31032025-05-08T04:47:58.797Z[ host-package] Compiling lalrpop v0.19.12
31042025-05-08T04:47:58.870Z[ helios-setup] May 08 04:47:58.159 INFO E| Compiling smallvec v1.10.0
31052025-05-08T04:48:02.256Z[ helios-setup] May 08 04:48:01.544 INFO E| Compiling parking_lot v0.12.1
31062025-05-08T04:48:02.494Z[ helios-setup] May 08 04:48:01.782 INFO E| Compiling serde_tokenstream v0.2.0
31072025-05-08T04:48:04.858Z[ host-package] Compiling tabled v0.18.0
31082025-05-08T04:48:07.482Z[ helios-setup] May 08 04:48:06.769 INFO E| Compiling crossbeam-channel v0.5.6
31092025-05-08T04:48:07.934Z[ helios-setup] May 08 04:48:07.220 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31102025-05-08T04:48:09.649Z[ helios-setup] May 08 04:48:08.934 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31112025-05-08T04:48:10.795Z[ helios-setup] May 08 04:48:09.936 INFO E| Compiling dirs-sys-next v0.1.2
31122025-05-08T04:48:11.064Z[ helios-setup] May 08 04:48:10.349 INFO E| Compiling time v0.1.45
31132025-05-08T04:48:11.232Z[ helios-setup] May 08 04:48:10.517 INFO E| Compiling semver v1.0.17
31142025-05-08T04:48:12.710Z[ helios-setup] May 08 04:48:11.994 INFO E| Compiling iana-time-zone v0.1.56
31152025-05-08T04:48:12.750Z[ helios-setup] May 08 04:48:12.034 INFO E| Compiling crc32fast v1.3.2
31162025-05-08T04:48:14.962Z[ helios-setup] May 08 04:48:14.245 INFO E| Compiling dirs-next v2.0.0
31172025-05-08T04:48:15.947Z[ helios-setup] May 08 04:48:15.230 INFO E| Compiling proc-macro-crate v1.2.1
31182025-05-08T04:48:16.131Z[ helios-setup] May 08 04:48:15.412 INFO E| Compiling semver-parser v0.10.2
31192025-05-08T04:48:17.404Z[ helios-setup] May 08 04:48:16.686 INFO E| Compiling url v2.3.1
31202025-05-08T04:48:19.620Z[ helios-setup] May 08 04:48:18.901 INFO E| Compiling futures-executor v0.3.28
31212025-05-08T04:48:20.923Z[ helios-setup] May 08 04:48:20.202 INFO E| Compiling tokio-util v0.7.7
31222025-05-08T04:48:21.714Z[ helios-setup] May 08 04:48:20.994 INFO E| Compiling thread_local v1.1.7
31232025-05-08T04:48:22.263Z[ helios-setup] May 08 04:48:21.543 INFO E| Compiling same-file v1.0.6
31242025-05-08T04:48:22.316Z[ helios-setup] May 08 04:48:21.596 INFO E| Compiling rayon-core v1.10.2
31252025-05-08T04:48:22.951Z[ helios-setup] May 08 04:48:22.231 INFO E| Compiling try-lock v0.2.4
31262025-05-08T04:48:23.178Z[ helios-setup] May 08 04:48:22.457 INFO E| Compiling adler v1.0.2
31272025-05-08T04:48:23.422Z[ helios-setup] May 08 04:48:22.702 INFO E| Compiling want v0.3.0
31282025-05-08T04:48:23.506Z[ helios-setup] May 08 04:48:22.785 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31292025-05-08T04:48:23.824Z[ helios-setup] May 08 04:48:23.104 INFO E| Compiling h2 v0.3.16
31302025-05-08T04:48:23.977Z[ helios-setup] May 08 04:48:23.257 INFO E| Compiling miniz_oxide v0.6.2
31312025-05-08T04:48:24.458Z[ helios-setup] May 08 04:48:23.737 INFO E| Compiling walkdir v2.3.3
31322025-05-08T04:48:28.725Z[ helios-setup] May 08 04:48:28.003 INFO E| Compiling futures v0.3.28
31332025-05-08T04:48:29.821Z[ helios-setup] May 08 04:48:29.098 INFO E| Compiling semver v0.11.0
31342025-05-08T04:48:29.957Z[ helios-setup] May 08 04:48:29.234 INFO E| Compiling num_enum_derive v0.5.7
31352025-05-08T04:48:30.696Z[ helios-setup] May 08 04:48:29.973 INFO E| Compiling crossbeam-deque v0.8.2
31362025-05-08T04:48:30.810Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31372025-05-08T04:48:31.143Z[ helios-setup] May 08 04:48:30.419 INFO E| Compiling term v0.7.0
31382025-05-08T04:48:33.018Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31392025-05-08T04:48:33.431Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31402025-05-08T04:48:33.617Z[ helios-setup] May 08 04:48:32.892 INFO E| Compiling http-body v0.4.5
31412025-05-08T04:48:33.983Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31422025-05-08T04:48:34.662Z[ helios-setup] May 08 04:48:33.938 INFO E| Compiling sha2 v0.10.6
31432025-05-08T04:48:35.217Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31442025-05-08T04:48:35.681Z[ helios-setup] May 08 04:48:34.956 INFO E| Compiling ring v0.16.20
31452025-05-08T04:48:36.507Z[ host-package] Compiling rustc-hash v2.1.1
31462025-05-08T04:48:37.108Z[ host-package] Compiling ref-cast v1.0.23
31472025-05-08T04:48:37.923Z[ helios-setup] May 08 04:48:37.197 INFO E| Compiling rand_core v0.6.4
31482025-05-08T04:48:39.074Z[ helios-setup] May 08 04:48:38.347 INFO E| Compiling atty v0.2.14
31492025-05-08T04:48:39.196Z[ helios-setup] May 08 04:48:38.470 INFO E| Compiling base64 v0.21.0
31502025-05-08T04:48:39.485Z[ helios-setup] May 08 04:48:38.758 INFO E| Compiling fastrand v1.9.0
31512025-05-08T04:48:40.763Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31522025-05-08T04:48:42.019Z[ helios-setup] May 08 04:48:41.292 INFO E| Compiling httpdate v1.0.2
31532025-05-08T04:48:42.345Z[ helios-setup] May 08 04:48:41.618 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31542025-05-08T04:48:42.538Z[ helios-setup] May 08 04:48:41.810 INFO E| Compiling tower-service v0.3.2
31552025-05-08T04:48:42.965Z[ helios-setup] May 08 04:48:42.220 INFO E| Compiling utf8parse v0.2.1
31562025-05-08T04:48:43.694Z[ helios-setup] May 08 04:48:42.966 INFO E| Compiling home v0.5.4
31572025-05-08T04:48:43.736Z[ helios-setup] May 08 04:48:42.993 INFO E| Compiling lazy_static v1.4.0
31582025-05-08T04:48:43.967Z[ helios-setup] May 08 04:48:43.239 INFO E| Compiling ppv-lite86 v0.2.17
31592025-05-08T04:48:44.442Z[ host-package] Compiling polar-core v0.27.3
31602025-05-08T04:48:44.518Z[ helios-setup] May 08 04:48:43.790 INFO E| Compiling toolchain_find v0.2.0
31612025-05-08T04:48:45.888Z[ helios-setup] May 08 04:48:45.159 INFO E| Compiling rand_chacha v0.3.1
31622025-05-08T04:48:46.113Z[ helios-setup] May 08 04:48:45.384 INFO E| Compiling anstyle-parse v0.1.1
31632025-05-08T04:48:46.401Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31642025-05-08T04:48:46.590Z[ helios-setup] May 08 04:48:45.861 INFO E| Compiling hyper v0.14.25
31652025-05-08T04:48:47.235Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31662025-05-08T04:48:47.314Z[ helios-setup] May 08 04:48:46.585 INFO E| Compiling tempfile v3.5.0
31672025-05-08T04:48:47.870Z[ helios-setup] May 08 04:48:47.140 INFO E| Compiling slog-term v2.9.0
31682025-05-08T04:48:47.936Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31692025-05-08T04:48:48.720Z[ host-package] Compiling derive_builder_core v0.20.2
31702025-05-08T04:48:50.210Z[ host-package] Compiling headers-core v0.3.0
31712025-05-08T04:48:50.770Z[ host-package] Compiling phf_generator v0.11.2
31722025-05-08T04:48:51.594Z[ host-package] Compiling libxml v0.3.3
31732025-05-08T04:48:52.163Z[ host-package] Compiling ref-cast-impl v1.0.23
31742025-05-08T04:48:52.700Z[ host-package] Compiling derive_builder_macro v0.20.2
31752025-05-08T04:48:53.443Z[ helios-setup] May 08 04:48:52.711 INFO E| Compiling num_enum v0.5.7
31762025-05-08T04:48:53.924Z[ helios-setup] May 08 04:48:53.192 INFO E| Compiling flate2 v1.0.25
31772025-05-08T04:48:54.382Z[ host-package] Compiling phf_codegen v0.11.2
31782025-05-08T04:48:54.635Z[ host-package] Compiling headers v0.4.0
31792025-05-08T04:48:54.908Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31802025-05-08T04:48:55.885Z[ helios-setup] May 08 04:48:55.152 INFO E| Compiling cargo-lock v8.0.3
31812025-05-08T04:49:01.089Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31822025-05-08T04:49:02.116Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31832025-05-08T04:49:05.262Z[ helios-setup] May 08 04:49:04.526 INFO E| Compiling serde_urlencoded v0.7.1
31842025-05-08T04:49:05.306Z[ helios-setup] May 08 04:49:04.570 INFO E| Compiling is-terminal v0.4.7
31852025-05-08T04:49:05.703Z[ host-package] Compiling samael v0.0.18
31862025-05-08T04:49:05.876Z[ helios-setup] May 08 04:49:05.140 INFO E| Compiling sha1 v0.10.5
31872025-05-08T04:49:06.505Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31882025-05-08T04:49:07.102Z[ helios-setup] May 08 04:49:06.366 INFO E| Compiling either v1.8.0
31892025-05-08T04:49:07.891Z[ helios-setup] May 08 04:49:07.154 INFO E| Compiling concolor-override v1.0.0
31902025-05-08T04:49:08.472Z[ helios-setup] May 08 04:49:07.734 INFO E| Compiling anstyle v0.3.5
31912025-05-08T04:49:08.739Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31922025-05-08T04:49:08.845Z[ host-package] Compiling strum_macros v0.24.3
31932025-05-08T04:49:09.079Z[ helios-setup] May 08 04:49:08.342 INFO E| Compiling concolor-query v0.3.3
31942025-05-08T04:49:09.403Z[ host-package] Compiling parse-zoneinfo v0.3.1
31952025-05-08T04:49:09.668Z[ helios-setup] May 08 04:49:08.930 INFO E| Compiling anstream v0.2.6
31962025-05-08T04:49:09.733Z[ host-package] Compiling crc8 v0.1.1
31972025-05-08T04:49:10.751Z[ host-package] Compiling indoc v1.0.9
31982025-05-08T04:49:10.877Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31992025-05-08T04:49:12.615Z[ host-package] Compiling chrono-tz-build v0.4.0
32002025-05-08T04:49:12.856Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32012025-05-08T04:49:13.064Z[ helios-setup] May 08 04:49:12.324 INFO E| Compiling rayon v1.6.1
32022025-05-08T04:49:14.324Z[ helios-setup] May 08 04:49:13.585 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32032025-05-08T04:49:15.138Z[ host-package] Compiling derive_builder v0.20.2
32042025-05-08T04:49:15.305Z[ helios-setup] May 08 04:49:14.565 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32052025-05-08T04:49:16.916Z[ helios-setup] May 08 04:49:16.175 INFO E| Compiling rustfmt-wrapper v0.2.0
32062025-05-08T04:49:17.828Z[ helios-setup] May 08 04:49:17.087 INFO E| Compiling rand v0.8.5
32072025-05-08T04:49:18.581Z[ helios-setup] May 08 04:49:17.840 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32082025-05-08T04:49:19.463Z[ helios-setup] May 08 04:49:18.722 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32092025-05-08T04:49:19.848Z[ helios-setup] May 08 04:49:19.106 INFO E| Compiling openapiv3 v1.0.2
32102025-05-08T04:49:21.186Z[ helios-setup] May 08 04:49:20.443 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32112025-05-08T04:49:21.475Z[ helios-setup] May 08 04:49:20.733 INFO E| Compiling encoding_rs v0.8.32
32122025-05-08T04:49:22.464Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32132025-05-08T04:49:23.128Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32142025-05-08T04:49:24.183Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
32152025-05-08T04:49:24.274Z[ helios-setup] May 08 04:49:23.429 INFO E| Compiling strsim v0.10.0
32162025-05-08T04:49:24.649Z[ host-package] Compiling oso-derive v0.27.3
32172025-05-08T04:49:24.891Z[ helios-setup] May 08 04:49:24.147 INFO E| Compiling spin v0.5.2
32182025-05-08T04:49:25.800Z[ helios-setup] May 08 04:49:25.056 INFO E| Compiling byteorder v1.4.3
32192025-05-08T04:49:26.538Z[ helios-setup] May 08 04:49:25.794 INFO E| Compiling base64 v0.13.1
32202025-05-08T04:49:26.895Z[ helios-setup] May 08 04:49:26.150 INFO E| Compiling mime v0.3.17
32212025-05-08T04:49:27.070Z[ host-package] Compiling quick-xml v0.37.2
32222025-05-08T04:49:27.126Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32232025-05-08T04:49:27.390Z[ helios-setup] May 08 04:49:26.645 INFO E| Compiling ipnet v2.7.2
32242025-05-08T04:49:27.654Z[ helios-setup] May 08 04:49:26.910 INFO E| Compiling clap_lex v0.4.1
32252025-05-08T04:49:28.102Z[ helios-setup] May 08 04:49:27.357 INFO E| Compiling utf-8 v0.7.6
32262025-05-08T04:49:28.599Z[ host-package] Compiling arc-swap v1.7.1
32272025-05-08T04:49:28.921Z[ helios-setup] May 08 04:49:28.176 INFO E| Compiling project-root v0.2.2
32282025-05-08T04:49:29.103Z[ helios-setup] May 08 04:49:28.358 INFO E| Compiling unsafe-libyaml v0.2.8
32292025-05-08T04:49:29.191Z[ helios-setup] May 08 04:49:28.445 INFO E| Compiling untrusted v0.7.1
32302025-05-08T04:49:29.845Z[ helios-setup] May 08 04:49:29.099 INFO E| Compiling reqwest v0.11.16
32312025-05-08T04:49:29.886Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32322025-05-08T04:49:31.028Z[ host-package] Compiling slog-scope v4.4.0
32332025-05-08T04:49:32.293Z[ helios-setup] May 08 04:49:31.547 INFO E| Compiling serde_yaml v0.9.21
32342025-05-08T04:49:32.377Z[ host-package] Compiling vte v0.11.1
32352025-05-08T04:49:32.628Z[ helios-setup] May 08 04:49:31.881 INFO E| Compiling tungstenite v0.18.0
32362025-05-08T04:49:33.256Z[ helios-setup] May 08 04:49:32.509 INFO E| Compiling clap_builder v4.2.1
32372025-05-08T04:49:35.099Z[ host-package] Compiling chrono-tz v0.10.3
32382025-05-08T04:49:35.990Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32392025-05-08T04:49:36.388Z[ host-package] Compiling unicase v2.7.0
32402025-05-08T04:49:37.243Z[ host-package] Compiling diesel-dtrace v0.4.2
32412025-05-08T04:49:38.713Z[ helios-setup] May 08 04:49:37.964 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32422025-05-08T04:49:39.197Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32432025-05-08T04:49:40.621Z[ host-package] Compiling oso v0.27.3
32442025-05-08T04:49:40.825Z[ host-package] Compiling slog-stdlog v4.1.1
32452025-05-08T04:49:42.429Z[ helios-setup] May 08 04:49:41.679 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32462025-05-08T04:49:43.764Z[ helios-setup] May 08 04:49:43.013 INFO E| Compiling clap_derive v4.2.0
32472025-05-08T04:49:43.899Z[ host-package] Compiling papergrid v0.11.0
32482025-05-08T04:49:48.161Z[ helios-setup] May 08 04:49:47.408 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32492025-05-08T04:49:52.194Z[ helios-setup] May 08 04:49:51.440 INFO E| Compiling clap v4.2.1
32502025-05-08T04:50:10.279Z[ helios-setup] May 08 04:50:09.518 INFO E| Compiling tokio-tungstenite v0.18.0
32512025-05-08T04:50:10.547Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522025-05-08T04:50:11.192Z[ host-package] Compiling tabled_derive v0.7.0
32532025-05-08T04:50:12.155Z[ helios-setup] May 08 04:50:11.176 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32542025-05-08T04:50:13.641Z[ helios-setup] May 08 04:50:12.879 INFO E| Compiling smartstring v1.0.1
32552025-05-08T04:50:14.444Z[ host-package] Compiling fd-lock v4.0.2
32562025-05-08T04:50:14.927Z[ helios-setup] May 08 04:50:14.164 INFO E| Compiling rustls v0.21.0
32572025-05-08T04:50:15.246Z[ host-package] Compiling bb8 v0.8.5
32582025-05-08T04:50:15.785Z[ host-package] Compiling peg-macros v0.8.5
32592025-05-08T04:50:16.242Z[ helios-setup] May 08 04:50:15.478 INFO E| Compiling sct v0.7.0
32602025-05-08T04:50:16.500Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612025-05-08T04:50:16.582Z[ helios-setup] May 08 04:50:15.818 INFO E| Compiling rustls-webpki v0.100.1
32622025-05-08T04:50:17.059Z[ helios-setup] May 08 04:50:16.295 INFO E| Compiling toml_datetime v0.6.1
32632025-05-08T04:50:18.488Z[ helios-setup] May 08 04:50:17.723 INFO E| Compiling serde_spanned v0.6.1
32642025-05-08T04:50:18.975Z[ host-package] Compiling nu-ansi-term v0.50.1
32652025-05-08T04:50:19.120Z[ helios-setup] May 08 04:50:18.356 INFO E| Compiling paste v1.0.12
32662025-05-08T04:50:20.327Z[ helios-setup] May 08 04:50:19.562 INFO E| Compiling static_assertions v1.1.0
32672025-05-08T04:50:20.330Z[ host-package] Compiling reedline v0.38.0
32682025-05-08T04:50:20.405Z[ helios-setup] May 08 04:50:19.640 INFO E| Compiling match_cfg v0.1.0
32692025-05-08T04:50:20.558Z[ host-package] Compiling async-bb8-diesel v0.2.1
32702025-05-08T04:50:20.828Z[ helios-setup] May 08 04:50:20.063 INFO E| Compiling slog-async v2.7.0
32712025-05-08T04:50:20.896Z[ helios-setup] May 08 04:50:20.131 INFO E| Compiling async-trait v0.1.68
32722025-05-08T04:50:21.467Z[ host-package] Compiling peg v0.8.5
32732025-05-08T04:50:21.634Z[ host-package] Compiling tabled v0.15.0
32742025-05-08T04:50:21.952Z[ host-package] Compiling slog-envlogger v2.2.0
32752025-05-08T04:50:22.555Z[ helios-setup] May 08 04:50:21.789 INFO E| Compiling camino v1.1.4
32762025-05-08T04:50:22.741Z[ helios-setup] May 08 04:50:21.975 INFO E| Compiling winnow v0.4.1
32772025-05-08T04:50:24.849Z[ helios-setup] May 08 04:50:24.083 INFO E| Compiling hostname v0.3.1
32782025-05-08T04:50:27.409Z[ helios-setup] May 08 04:50:26.641 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32792025-05-08T04:50:27.987Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32802025-05-08T04:50:28.205Z[ helios-setup] May 08 04:50:27.437 INFO E| Compiling slog-json v2.6.1
32812025-05-08T04:50:29.663Z[ helios-setup] May 08 04:50:28.894 INFO E| Compiling bincode v1.3.3
32822025-05-08T04:50:30.151Z[ helios-setup] May 08 04:50:29.382 INFO E| Compiling toml_edit v0.19.8
32832025-05-08T04:50:32.439Z[ helios-setup] May 08 04:50:31.670 INFO E| Compiling unicode-linebreak v0.1.4
32842025-05-08T04:50:33.712Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32852025-05-08T04:50:36.402Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32862025-05-08T04:50:37.135Z[ helios-setup] May 08 04:50:36.364 INFO E| Compiling async-stream-impl v0.3.5
32872025-05-08T04:50:39.407Z[ helios-setup] May 08 04:50:38.634 INFO E| Compiling rhai_codegen v1.5.0
32882025-05-08T04:50:39.805Z[ helios-setup] May 08 04:50:39.033 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32892025-05-08T04:50:41.023Z[ helios-setup] May 08 04:50:40.249 INFO E| Compiling take_mut v0.2.2
32902025-05-08T04:50:43.187Z[ helios-setup] May 08 04:50:42.413 INFO E| Compiling async-stream v0.3.5
32912025-05-08T04:50:44.148Z[ helios-setup] May 08 04:50:43.374 INFO E| Compiling toml v0.7.3
32922025-05-08T04:50:44.619Z[ helios-setup] May 08 04:50:43.845 INFO E| Compiling rhai v1.14.0
32932025-05-08T04:50:47.616Z[ helios-setup] May 08 04:50:46.840 INFO E| Compiling tokio-rustls v0.24.0
32942025-05-08T04:50:48.556Z[ helios-setup] May 08 04:50:47.780 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32952025-05-08T04:50:49.937Z[ host-package] Compiling typify-impl v0.2.0
32962025-05-08T04:50:50.967Z[ helios-setup] May 08 04:50:50.190 INFO E| Compiling slog-bunyan v2.4.0
32972025-05-08T04:50:55.306Z[ helios-setup] May 08 04:50:54.528 INFO E| Compiling rustls-pemfile v1.0.2
32982025-05-08T04:50:56.542Z[ host-package] Compiling bcs v0.1.6
32992025-05-08T04:50:56.639Z[ helios-setup] May 08 04:50:55.860 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33002025-05-08T04:50:58.250Z[ helios-setup] May 08 04:50:57.470 INFO E| Compiling serde_path_to_error v0.1.11
33012025-05-08T04:50:58.356Z[ host-package] Compiling fxhash v0.2.1
33022025-05-08T04:50:58.529Z[ helios-setup] May 08 04:50:57.749 INFO E| Compiling terminal_size v0.2.6
33032025-05-08T04:50:58.947Z[ host-package] Compiling libz-sys v1.1.20
33042025-05-08T04:50:58.999Z[ helios-setup] May 08 04:50:58.219 INFO E| Compiling smawk v0.3.1
33052025-05-08T04:50:59.680Z[ helios-setup] May 08 04:50:58.894 INFO E| Compiling textwrap v0.16.0
33062025-05-08T04:50:59.921Z[ helios-setup] May 08 04:50:59.140 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33072025-05-08T04:51:00.767Z[ host-package] Compiling termtree v0.5.1
33082025-05-08T04:51:01.901Z[ host-package] Compiling kstat-rs v0.2.4
33092025-05-08T04:51:03.631Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102025-05-08T04:51:09.638Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33112025-05-08T04:51:10.234Z[ host-package] Compiling typify-macro v0.2.0
33122025-05-08T04:51:17.307Z[ host-package] Compiling nanorand v0.7.0
33132025-05-08T04:51:18.579Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33142025-05-08T04:51:18.890Z[ host-package] Compiling parking_lot_core v0.8.6
33152025-05-08T04:51:19.530Z[ host-package] Compiling flume v0.11.1
33162025-05-08T04:51:20.164Z[ host-package] Compiling mime_guess v2.0.5
33172025-05-08T04:51:22.030Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33182025-05-08T04:51:22.716Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33192025-05-08T04:51:23.771Z[ helios-setup] May 08 04:51:22.982 INFO E| Compiling git2 v0.16.1
33202025-05-08T04:51:26.218Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33212025-05-08T04:51:28.555Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33222025-05-08T04:51:28.728Z[ helios-setup] May 08 04:51:27.937 INFO E| Compiling built v0.6.0
33232025-05-08T04:51:30.254Z[ helios-setup] May 08 04:51:29.463 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33242025-05-08T04:51:31.893Z[ helios-setup] May 08 04:51:31.101 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33252025-05-08T04:51:32.596Z[ helios-setup] May 08 04:51:31.803 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33262025-05-08T04:51:32.671Z[ host-package] Compiling castaway v0.2.3
33272025-05-08T04:51:32.993Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33282025-05-08T04:51:33.575Z[ host-package] Compiling compact_str v0.8.0
33292025-05-08T04:51:35.151Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33302025-05-08T04:51:37.121Z[ host-package] Compiling typify v0.2.0
33312025-05-08T04:51:37.458Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33322025-05-08T04:51:38.559Z[ host-package] Compiling unicode-truncate v1.1.0
33332025-05-08T04:51:38.986Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33342025-05-08T04:51:40.247Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33352025-05-08T04:51:47.992Z[ host-package] Compiling lru v0.12.5
33362025-05-08T04:51:48.027Z[ host-package] Compiling vergen v8.3.2
33372025-05-08T04:51:48.425Z[ host-package] Compiling nibble_vec v0.1.0
33382025-05-08T04:51:48.466Z[ host-package] Compiling cargo-platform v0.1.8
33392025-05-08T04:51:48.758Z[ host-package] Compiling instability v0.3.2
33402025-05-08T04:51:48.973Z[ host-package] Compiling atty v0.2.14
33412025-05-08T04:51:49.188Z[ host-package] Compiling http-range v0.1.5
33422025-05-08T04:51:49.862Z[ host-package] Compiling indoc v2.0.6
33432025-05-08T04:51:49.910Z[ host-package] Compiling cassowary v0.3.0
33442025-05-08T04:51:50.313Z[ host-package] Compiling endian-type v0.1.2
33452025-05-08T04:51:50.604Z[ host-package] Compiling salty v0.3.0
33462025-05-08T04:51:50.925Z[ host-package] Compiling io-lifetimes v1.0.11
33472025-05-08T04:51:51.169Z[ host-package] Compiling tough v0.20.0
33482025-05-08T04:51:52.305Z[ host-package] Compiling ratatui v0.29.0
33492025-05-08T04:51:53.561Z[ host-package] Compiling radix_trie v0.2.1
33502025-05-08T04:51:54.790Z[ host-package] Compiling cargo_metadata v0.18.1
33512025-05-08T04:52:00.552Z[ helios-setup] May 08 04:51:59.748 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33522025-05-08T04:52:12.683Z[ helios-setup] May 08 04:52:11.874 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33532025-05-08T04:52:22.777Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33542025-05-08T04:52:24.161Z[ host-package] Compiling git2 v0.19.0
33552025-05-08T04:52:39.076Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33562025-05-08T04:52:39.574Z[ host-package] Compiling parking_lot v0.11.2
33572025-05-08T04:52:40.167Z[ helios-setup] May 08 04:52:39.348 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33582025-05-08T04:52:41.867Z[ host-package] Compiling progenitor-impl v0.8.0
33592025-05-08T04:52:44.711Z[ host-package] Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
33602025-05-08T04:52:48.279Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33612025-05-08T04:52:51.435Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
33622025-05-08T04:52:52.814Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33632025-05-08T04:52:55.713Z[ host-package] Compiling rand_seeder v0.3.0
33642025-05-08T04:52:57.113Z[ host-package] Compiling lzma-sys v0.1.20
33652025-05-08T04:52:57.969Z[ host-package] Compiling xshell-macros v0.2.7
33662025-05-08T04:52:58.697Z[ host-package] Compiling rustix v0.37.28
33672025-05-08T04:52:59.921Z[ host-package] Compiling rustls v0.21.12
33682025-05-08T04:53:00.255Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
33692025-05-08T04:53:00.656Z[ host-package] Compiling xshell v0.2.7
33702025-05-08T04:53:01.267Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33712025-05-08T04:53:01.338Z[ host-package] Compiling progenitor-macro v0.8.0
33722025-05-08T04:53:01.975Z[ host-package] Compiling hyper-staticfile v0.10.1
33732025-05-08T04:53:05.324Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742025-05-08T04:53:06.147Z[ host-package] Compiling sled v0.34.7
33752025-05-08T04:53:14.786Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33762025-05-08T04:53:19.272Z[ host-package] Compiling hickory-client v0.24.4
33772025-05-08T04:53:24.485Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33782025-05-08T04:53:26.996Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792025-05-08T04:53:27.066Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33802025-05-08T04:53:27.603Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33812025-05-08T04:53:29.163Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
33822025-05-08T04:53:31.727Z[ host-package] Compiling progenitor-client v0.8.0
33832025-05-08T04:53:32.942Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33842025-05-08T04:53:33.549Z[ host-package] Compiling rustls-webpki v0.101.7
33852025-05-08T04:53:34.905Z[ host-package] Compiling sct v0.7.1
33862025-05-08T04:53:35.982Z[ host-package] Compiling hickory-server v0.24.4
33872025-05-08T04:53:37.814Z[ host-package] Compiling primeorder v0.13.6
33882025-05-08T04:53:38.507Z[ helios-setup] May 08 04:53:37.666 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s
33892025-05-08T04:53:38.532Z[ host-package] Compiling heck v0.3.3
33902025-05-08T04:53:38.626Z[ helios-setup] May 08 04:53:37.784 INFO building project "pilot" ok (398 seconds)
33912025-05-08T04:53:38.630Z[ helios-setup] May 08 04:53:37.784 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33922025-05-08T04:53:38.747Z[ helios-setup] May 08 04:53:37.906 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.86.0-x86_64-unknown-illumos (default)"
33932025-05-08T04:53:38.747Z[ helios-setup] May 08 04:53:37.906 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33942025-05-08T04:53:38.751Z[ helios-setup] May 08 04:53:37.906 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33952025-05-08T04:53:38.915Z[ host-package] Compiling env_filter v0.1.2
33962025-05-08T04:53:39.040Z[ helios-setup] May 08 04:53:38.199 INFO E| Downloading crates ...
33972025-05-08T04:53:39.129Z[ helios-setup] May 08 04:53:38.287 INFO E| Downloaded sha2 v0.10.5
33982025-05-08T04:53:39.132Z[ helios-setup] May 08 04:53:38.291 INFO E| Downloaded bytes v1.2.1
33992025-05-08T04:53:39.139Z[ helios-setup] May 08 04:53:38.298 INFO E| Downloaded typenum v1.15.0
34002025-05-08T04:53:39.142Z[ helios-setup] May 08 04:53:38.301 INFO E| Downloaded anyhow v1.0.62
34012025-05-08T04:53:39.159Z[ helios-setup] May 08 04:53:38.317 INFO E| Downloaded digest v0.10.3
34022025-05-08T04:53:39.229Z[ helios-setup] May 08 04:53:38.386 INFO E| Compiling version_check v0.9.4
34032025-05-08T04:53:39.229Z[ helios-setup] May 08 04:53:38.387 INFO E| Compiling typenum v1.15.0
34042025-05-08T04:53:39.232Z[ helios-setup] May 08 04:53:38.387 INFO E| Compiling crc32fast v1.3.2
34052025-05-08T04:53:39.232Z[ helios-setup] May 08 04:53:38.387 INFO E| Compiling cfg-if v1.0.0
34062025-05-08T04:53:39.232Z[ helios-setup] May 08 04:53:38.387 INFO E| Compiling adler v1.0.2
34072025-05-08T04:53:39.232Z[ helios-setup] May 08 04:53:38.387 INFO E| Compiling anyhow v1.0.62
34082025-05-08T04:53:39.232Z[ helios-setup] May 08 04:53:38.387 INFO E| Compiling cpufeatures v0.2.5
34092025-05-08T04:53:39.232Z[ helios-setup] May 08 04:53:38.388 INFO E| Compiling unicode-width v0.1.10
34102025-05-08T04:53:39.962Z[ helios-setup] May 08 04:53:39.118 INFO E| Compiling generic-array v0.14.6
34112025-05-08T04:53:40.143Z[ helios-setup] May 08 04:53:39.301 INFO E| Compiling bytes v1.2.1
34122025-05-08T04:53:40.183Z[ helios-setup] May 08 04:53:39.341 INFO E| Compiling getopts v0.2.21
34132025-05-08T04:53:40.313Z[ helios-setup] May 08 04:53:39.471 INFO E| Compiling miniz_oxide v0.6.2
34142025-05-08T04:53:40.505Z[ helios-setup] May 08 04:53:39.663 INFO E| Compiling bitflags v1.3.2
34152025-05-08T04:53:41.033Z[ host-package] Compiling csv-core v0.1.11
34162025-05-08T04:53:42.035Z[ helios-setup] May 08 04:53:41.192 INFO E| Compiling flate2 v1.0.25
34172025-05-08T04:53:42.779Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
34182025-05-08T04:53:43.638Z[ host-package] Compiling void v1.0.2
34192025-05-08T04:53:43.994Z[ host-package] Compiling glob v0.3.2
34202025-05-08T04:53:44.347Z[ host-package] Compiling lzss v0.8.2
34212025-05-08T04:53:44.906Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222025-05-08T04:53:45.331Z[ helios-setup] May 08 04:53:44.487 INFO E| Compiling crypto-common v0.1.6
34232025-05-08T04:53:45.331Z[ helios-setup] May 08 04:53:44.487 INFO E| Compiling block-buffer v0.10.3
34242025-05-08T04:53:45.576Z[ helios-setup] May 08 04:53:44.710 INFO E| Compiling digest v0.10.3
34252025-05-08T04:53:45.913Z[ helios-setup] May 08 04:53:45.069 INFO E| Compiling sha2 v0.10.5
34262025-05-08T04:53:46.494Z[ host-package] Compiling csv v1.3.1
34272025-05-08T04:53:46.674Z[ helios-setup] May 08 04:53:45.829 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34282025-05-08T04:53:49.437Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34292025-05-08T04:53:50.598Z[ host-package] Compiling env_logger v0.11.5
34302025-05-08T04:53:52.045Z[ helios-setup] May 08 04:53:51.198 INFO E| Finished `release` profile [optimized] target(s) in 13.18s
34312025-05-08T04:53:52.062Z[ helios-setup] May 08 04:53:51.216 INFO building project "bootserver" ok (13 seconds)
34322025-05-08T04:53:52.065Z[ helios-setup] rm -f helios-build
34332025-05-08T04:53:52.068Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34342025-05-08T04:53:52.072Z[ helios-setup]
34352025-05-08T04:53:52.072Z[ helios-setup] Setup complete! ./helios-build is now available.
34362025-05-08T04:53:52.075Z[ helios-setup]
34372025-05-08T04:53:52.075Z[ helios-setup]
34382025-05-08T04:53:52.075Z[ helios-setup] real 10:45.043193127
34392025-05-08T04:53:52.075Z[ helios-setup] user 27:45.110347394
34402025-05-08T04:53:52.075Z[ helios-setup] sys 2:24.971321070
34412025-05-08T04:53:52.075Z[ helios-setup] trap 1.692392646
34422025-05-08T04:53:52.075Z[ helios-setup] tflt 3.969128636
34432025-05-08T04:53:52.075Z[ helios-setup] dflt 15.295659929
34442025-05-08T04:53:52.075Z[ helios-setup] kflt 0.059000788
34452025-05-08T04:53:52.078Z[ helios-setup] lock 1:48:16.500259790
34462025-05-08T04:53:52.078Z[ helios-setup] slp 3:29:05.376185975
34472025-05-08T04:53:52.079Z[ helios-setup] lat 30:41.060046639
34482025-05-08T04:53:52.079Z[ helios-setup] stop 4:46.810459427
34492025-05-08T04:53:52.079ZMay 08 04:53:51.230 INFO [helios-setup] process exited with exit status: 0 (645.048923823s)
34502025-05-08T04:53:52.629Z[ host-package] Compiling zone_cfg_derive v0.1.2
34512025-05-08T04:53:54.062Z[ host-package] Compiling p384 v0.13.0
34522025-05-08T04:53:54.488Z[ host-package] Compiling progenitor v0.8.0
34532025-05-08T04:53:54.559Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34542025-05-08T04:53:55.561Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34552025-05-08T04:53:56.386Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
34562025-05-08T04:53:56.765Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34572025-05-08T04:53:57.705Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34582025-05-08T04:53:58.148Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34592025-05-08T04:53:58.521Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34602025-05-08T04:54:00.898Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34612025-05-08T04:54:01.310Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34622025-05-08T04:54:01.690Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34632025-05-08T04:54:02.072Z[ host-package] Compiling tungstenite v0.23.0
34642025-05-08T04:54:03.650Z[ host-package] Compiling nix v0.27.1
34652025-05-08T04:54:05.740Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34662025-05-08T04:54:06.381Z[ host-package] Compiling base64 v0.13.1
34672025-05-08T04:54:06.449Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34682025-05-08T04:54:06.876Z[ host-package] Compiling ron v0.7.1
34692025-05-08T04:54:07.168Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34702025-05-08T04:54:07.600Z[ host-package] Compiling tokio-tungstenite v0.23.1
34712025-05-08T04:54:08.011Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34722025-05-08T04:54:08.249Z[ host-package] Compiling tokio-rustls v0.24.1
34732025-05-08T04:54:08.742Z[ host-package] Compiling xz2 v0.1.7
34742025-05-08T04:54:12.083Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34752025-05-08T04:54:14.965Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34762025-05-08T04:54:15.069Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34772025-05-08T04:54:16.647Z[ host-package] Compiling terminal_size v0.2.6
34782025-05-08T04:54:16.910Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34792025-05-08T04:54:18.643Z[ host-package] Compiling zone v0.1.8
34802025-05-08T04:54:19.700Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34812025-05-08T04:54:19.768Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34822025-05-08T04:54:21.879Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34832025-05-08T04:54:21.905Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
34842025-05-08T04:54:25.872Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34852025-05-08T04:54:28.831Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34862025-05-08T04:54:29.188Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34872025-05-08T04:54:31.982Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34882025-05-08T04:54:32.381Z[ host-package] Compiling rustls-pemfile v1.0.4
34892025-05-08T04:54:32.838Z[ host-package] Compiling signal-hook-tokio v0.3.1
34902025-05-08T04:54:33.095Z[ host-package] Compiling yasna v0.5.2
34912025-05-08T04:54:33.118Z[ host-package] Compiling twox-hash v2.1.0
34922025-05-08T04:54:33.157Z[ host-package] Compiling secrecy v0.8.0
34932025-05-08T04:54:33.465Z[ host-package] Compiling is_ci v1.2.0
34942025-05-08T04:54:33.798Z[ host-package] Compiling smawk v0.3.2
34952025-05-08T04:54:34.111Z[ host-package] Compiling unicode-linebreak v0.1.5
34962025-05-08T04:54:34.697Z[ host-package] Compiling textwrap v0.16.1
34972025-05-08T04:54:36.470Z[ host-package] Compiling rcgen v0.12.1
34982025-05-08T04:54:38.134Z[ host-package] Compiling supports-color v3.0.2
34992025-05-08T04:54:38.302Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35002025-05-08T04:54:38.622Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35012025-05-08T04:54:44.752Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35022025-05-08T04:54:47.219Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35032025-05-08T04:54:48.912Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35042025-05-08T04:54:53.676Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35052025-05-08T04:55:00.920Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
35062025-05-08T04:55:01.510Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35072025-05-08T04:55:02.025Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35082025-05-08T04:55:06.279Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
35092025-05-08T04:55:07.032Z[ host-package] Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
35102025-05-08T04:55:11.745Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35112025-05-08T04:55:12.782Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35122025-05-08T04:55:13.348Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35132025-05-08T04:55:19.837Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35142025-05-08T04:55:22.614Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35152025-05-08T04:55:24.420Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35162025-05-08T04:55:27.250Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
35172025-05-08T04:55:31.656Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35182025-05-08T04:55:31.976Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35192025-05-08T04:55:32.384Z[ host-package] Compiling fatfs v0.3.6
35202025-05-08T04:55:32.591Z[ host-package] Compiling subprocess v0.2.9
35212025-05-08T04:55:33.235Z[ host-package] Compiling rtoolbox v0.0.2
35222025-05-08T04:55:33.633Z[ host-package] Compiling assert_matches v1.5.0
35232025-05-08T04:55:33.706Z[ host-package] Compiling rpassword v7.3.1
35242025-05-08T04:55:33.769Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35252025-05-08T04:55:35.269Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35262025-05-08T04:55:37.276Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35272025-05-08T04:55:41.498Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35282025-05-08T04:55:48.628Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35292025-05-08T04:56:09.869Z[ host-package] Compiling tui-tree-widget v0.23.0
35302025-05-08T04:56:10.331Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35312025-05-08T04:56:20.735Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35322025-05-08T04:56:21.129Z[ host-package] Compiling uzers v0.12.1
35332025-05-08T04:56:23.480Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35342025-05-08T04:56:24.314Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35352025-05-08T04:56:25.110Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35362025-05-08T04:56:27.230Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35372025-05-08T04:56:37.851Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35382025-05-08T04:56:42.497Z[ host-package] Compiling support-bundle-reader-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/support-bundle-reader-lib)
35392025-05-08T04:56:49.007Z[ host-package] Compiling multimap v0.10.0
35402025-05-08T04:59:06.689Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35412025-05-08T05:07:08.676Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 41s
35422025-05-08T05:08:15.186ZMay 08 05:08:14.008 INFO [host-package] process exited with exit status: 0 (1371.71813889s)
35432025-05-08T05:08:15.186ZMay 08 05:08:14.008 INFO [host-stamp] running task
35442025-05-08T05:08:15.189ZMay 08 05:08:14.009 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35452025-05-08T05:08:15.189ZMay 08 05:08:14.009 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 15.0.0-0.ci+git9021e840b89
35462025-05-08T05:08:15.204ZMay 08 05:08:14.026 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 15.0.0-0.ci+git9021e840b89
35472025-05-08T05:08:15.210Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35482025-05-08T05:08:15.213ZMay 08 05:08:14.034 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 15.0.0-0.ci+git9021e840b89
35492025-05-08T05:08:15.218Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35502025-05-08T05:08:15.222ZMay 08 05:08:14.043 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 15.0.0-0.ci+git9021e840b89
35512025-05-08T05:08:15.228Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35522025-05-08T05:08:15.231ZMay 08 05:08:14.053 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 15.0.0-0.ci+git9021e840b89
35532025-05-08T05:08:15.240Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35542025-05-08T05:08:15.243Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35552025-05-08T05:08:15.246Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35562025-05-08T05:08:15.246ZMay 08 05:08:14.066 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 15.0.0-0.ci+git9021e840b89
35572025-05-08T05:08:15.256ZMay 08 05:08:14.077 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 15.0.0-0.ci+git9021e840b89
35582025-05-08T05:08:15.263Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35592025-05-08T05:08:15.267ZMay 08 05:08:14.089 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 15.0.0-0.ci+git9021e840b89
35602025-05-08T05:08:15.276Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35612025-05-08T05:08:15.276Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35622025-05-08T05:08:15.279Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35632025-05-08T05:08:15.282Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35642025-05-08T05:08:15.282ZMay 08 05:08:14.102 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (58.111694ms)
35652025-05-08T05:08:15.282ZMay 08 05:08:14.102 INFO [stamp-oxlog] process exited with exit status: 0 (48.885411ms)
35662025-05-08T05:08:15.282ZMay 08 05:08:14.102 INFO [stamp-overlay] process exited with exit status: 0 (35.778355ms)
35672025-05-08T05:08:15.292Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35682025-05-08T05:08:15.359Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35692025-05-08T05:08:15.362ZMay 08 05:08:14.184 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (106.787394ms)
35702025-05-08T05:08:15.622Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35712025-05-08T05:08:15.625Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35722025-05-08T05:08:15.628ZMay 08 05:08:14.447 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (438.615057ms)
35732025-05-08T05:08:15.628ZMay 08 05:08:14.448 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (358.974071ms)
35742025-05-08T05:08:16.406Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35752025-05-08T05:08:16.410ZMay 08 05:08:15.231 INFO [stamp-propolis-server] process exited with exit status: 0 (1.204559838s)
35762025-05-08T05:08:16.445Z[recovery-package] Compiling newtype-uuid v1.2.1
35772025-05-08T05:08:16.940Z[recovery-package] Compiling daft v0.1.3
35782025-05-08T05:08:17.293Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35792025-05-08T05:08:17.652Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
35802025-05-08T05:08:17.652Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35812025-05-08T05:08:17.655Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35822025-05-08T05:08:17.698Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35832025-05-08T05:08:18.356Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35842025-05-08T05:08:24.850Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35852025-05-08T05:08:24.853ZMay 08 05:08:23.671 INFO [stamp-switch-asic] process exited with exit status: 0 (9.63683726s)
35862025-05-08T05:08:24.856ZMay 08 05:08:23.671 INFO [host-stamp] task succeeded (9.663172072s)
35872025-05-08T05:08:24.857ZMay 08 05:08:23.671 INFO [host-proto] running task
35882025-05-08T05:08:25.280ZMay 08 05:08:24.097 INFO [host-proto] task succeeded (425.886908ms)
35892025-05-08T05:08:25.280ZMay 08 05:08:24.097 INFO [host-profile] running task
35902025-05-08T05:08:25.283ZMay 08 05:08:24.098 INFO [host-profile] task succeeded (258.446µs)
35912025-05-08T05:08:25.284ZMay 08 05:08:24.098 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.35.361' -P /tmp/.tmpxS9Odm/proto/host/root -N 'ci 9021e84/${os_short_commit} 2025-05-08 04:43' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35922025-05-08T05:08:25.297Z[ host-image] May 08 05:08:24.115 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35932025-05-08T05:08:25.300Z[ host-image] May 08 05:08:24.115 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35942025-05-08T05:08:25.311Z[ host-image] May 08 05:08:24.128 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxS9Odm/proto/host/root"
35952025-05-08T05:08:25.314Z[ host-image] May 08 05:08:24.128 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35962025-05-08T05:08:25.314Z[ host-image] May 08 05:08:24.129 INFO image builder template: ramdisk-01-os...
35972025-05-08T05:08:25.314Z[ host-image] May 08 05:08:24.129 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/.tmpxS9Odm/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.35.361", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35982025-05-08T05:08:25.330Z[ host-image] May 08 05:08:24.148 INFO O| May 08 05:08:24.148 INFO CREATE DATASET: rpool/images/build/host/output
35992025-05-08T05:08:25.563Z[ host-image] May 08 05:08:24.381 INFO O| May 08 05:08:24.380 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36002025-05-08T05:08:25.569Z[ host-image] May 08 05:08:24.386 INFO O| May 08 05:08:24.386 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36012025-05-08T05:08:25.884Z[ host-image] May 08 05:08:24.701 INFO O| May 08 05:08:24.701 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36022025-05-08T05:08:25.964Z[ host-image] May 08 05:08:24.781 INFO O| May 08 05:08:24.781 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36032025-05-08T05:08:25.964Z[ host-image] May 08 05:08:24.781 INFO O| May 08 05:08:24.781 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36042025-05-08T05:08:25.967Z[ host-image] May 08 05:08:24.781 INFO O| May 08 05:08:24.781 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36052025-05-08T05:08:25.967Z[ host-image] May 08 05:08:24.781 INFO O| May 08 05:08:24.781 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36062025-05-08T05:08:25.972Z[ host-image] May 08 05:08:24.790 INFO O| May 08 05:08:24.790 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36072025-05-08T05:08:26.218Z[ host-image] May 08 05:08:25.035 INFO O| May 08 05:08:25.035 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082025-05-08T05:08:26.230Z[ host-image] May 08 05:08:25.047 INFO O| May 08 05:08:25.047 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36092025-05-08T05:08:26.526Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36102025-05-08T05:08:26.526Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36112025-05-08T05:08:26.529Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36122025-05-08T05:08:26.611Z[ host-image] May 08 05:08:25.428 INFO O| May 08 05:08:25.428 INFO O| Caching catalogs ... Done
36132025-05-08T05:08:26.706Z[ host-image] May 08 05:08:25.522 INFO O| May 08 05:08:25.522 INFO STEP 0 (pkg_image_create) COMPLETE
36142025-05-08T05:08:26.706Z[ host-image] May 08 05:08:25.522 INFO O| May 08 05:08:25.522 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36152025-05-08T05:08:26.706Z[ host-image] May 08 05:08:25.522 INFO O| May 08 05:08:25.522 INFO skip step because feature "repo_redist" is not enabled
36162025-05-08T05:08:26.706Z[ host-image] May 08 05:08:25.522 INFO O| May 08 05:08:25.522 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172025-05-08T05:08:26.723Z[ host-image] May 08 05:08:25.540 INFO O| May 08 05:08:25.540 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"]
36182025-05-08T05:08:27.297Z[ host-image] May 08 05:08:26.113 INFO O| May 08 05:08:26.113 INFO STEP 2 (pkg_set_publisher) COMPLETE
36192025-05-08T05:08:27.297Z[ host-image] May 08 05:08:26.113 INFO O| May 08 05:08:26.113 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36202025-05-08T05:08:27.316Z[ host-image] May 08 05:08:26.133 INFO O| May 08 05:08:26.133 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"]
36212025-05-08T05:08:27.976Z[ host-image] May 08 05:08:26.792 INFO O| May 08 05:08:26.792 INFO STEP 3 (pkg_set_publisher) COMPLETE
36222025-05-08T05:08:27.976Z[ host-image] May 08 05:08:26.793 INFO O| May 08 05:08:26.792 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36232025-05-08T05:08:27.979Z[ host-image] May 08 05:08:26.793 INFO O| May 08 05:08:26.792 INFO skip step because feature "repo_redist" is not enabled
36242025-05-08T05:08:27.980Z[ host-image] May 08 05:08:26.793 INFO O| May 08 05:08:26.792 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36252025-05-08T05:08:28.605Z[ host-image] May 08 05:08:27.421 INFO O| May 08 05:08:27.421 INFO variant opensolaris.zone is already global
36262025-05-08T05:08:28.605Z[ host-image] May 08 05:08:27.421 INFO O| May 08 05:08:27.421 INFO STEP 5 (pkg_change_variant) COMPLETE
36272025-05-08T05:08:28.607Z[ host-image] May 08 05:08:27.421 INFO O| May 08 05:08:27.421 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36282025-05-08T05:08:29.086Z[ host-image] May 08 05:08:27.902 INFO O| May 08 05:08:27.902 INFO variant opensolaris.imagetype is full; changing to partial
36292025-05-08T05:08:29.086Z[ host-image] May 08 05:08:27.902 INFO O| May 08 05:08:27.902 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36302025-05-08T05:08:31.460Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36312025-05-08T05:08:31.631Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36322025-05-08T05:08:32.490Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332025-05-08T05:08:33.911Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36342025-05-08T05:08:34.119Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36352025-05-08T05:08:35.223Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36362025-05-08T05:08:38.449Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36372025-05-08T05:08:42.684Z[ host-image] May 08 05:08:41.495 INFO O| May 08 05:08:41.495 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36382025-05-08T05:08:50.797Z[ host-image] May 08 05:08:49.604 INFO O| May 08 05:08:49.604 INFO O| Startup: Caching catalogs ... Done
36392025-05-08T05:08:50.926Z[ host-image] May 08 05:08:49.734 INFO O| May 08 05:08:49.733 INFO O| Planning: Planning completed in 0.00 seconds
36402025-05-08T05:08:50.929Z[ host-image] May 08 05:08:49.735 INFO O| May 08 05:08:49.734 INFO O| Planning: Consolidating action changes ... Done
36412025-05-08T05:08:50.930Z[ host-image] May 08 05:08:49.735 INFO O| May 08 05:08:49.735 INFO O| Planning: Evaluating mediators ... Done
36422025-05-08T05:08:50.930Z[ host-image] May 08 05:08:49.735 INFO O| May 08 05:08:49.735 INFO O| Planning: Planning completed in 0.00 seconds
36432025-05-08T05:08:50.930Z[ host-image] May 08 05:08:49.736 INFO O| May 08 05:08:49.736 INFO O| Variants/Facets to change: 1
36442025-05-08T05:08:51.008Z[ host-image] May 08 05:08:49.815 INFO O| May 08 05:08:49.815 INFO O| Done
36452025-05-08T05:08:51.008Z[ host-image] May 08 05:08:49.815 INFO O| May 08 05:08:49.815 INFO O| Done
36462025-05-08T05:08:52.310Z[ host-image] May 08 05:08:51.117 INFO O| May 08 05:08:51.117 INFO O| Done
36472025-05-08T05:08:52.377Z[ host-image] May 08 05:08:51.184 INFO O| May 08 05:08:51.183 INFO O| Done
36482025-05-08T05:08:52.382Z[ host-image] May 08 05:08:51.185 INFO O| May 08 05:08:51.185 INFO O| Done
36492025-05-08T05:08:52.383Z[ host-image] May 08 05:08:51.185 INFO O| May 08 05:08:51.185 INFO O| Done
36502025-05-08T05:08:52.383Z[ host-image] May 08 05:08:51.187 INFO O| May 08 05:08:51.187 INFO O| Done
36512025-05-08T05:08:52.949Z[ host-image] May 08 05:08:51.755 INFO O| May 08 05:08:51.755 INFO STEP 6 (pkg_change_variant) COMPLETE
36522025-05-08T05:08:52.949Z[ host-image] May 08 05:08:51.755 INFO O| May 08 05:08:51.755 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532025-05-08T05:08:52.952Z[ host-image] May 08 05:08:51.755 INFO O| May 08 05:08:51.755 INFO skip step because feature "debug_variant" is not enabled
36542025-05-08T05:08:52.952Z[ host-image] May 08 05:08:51.756 INFO O| May 08 05:08:51.755 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552025-05-08T05:08:53.302Z[ host-image] May 08 05:08:52.108 INFO O| May 08 05:08:52.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36562025-05-08T05:08:54.092Z[ host-image] May 08 05:08:52.898 INFO O| May 08 05:08:52.898 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36572025-05-08T05:08:54.095Z[ host-image] May 08 05:08:52.900 INFO O| May 08 05:08:52.900 INFO O| Planning: Planning completed in 0.00 seconds
36582025-05-08T05:08:54.095Z[ host-image] May 08 05:08:52.901 INFO O| May 08 05:08:52.900 INFO O| Planning: Consolidating action changes ... Done
36592025-05-08T05:08:54.095Z[ host-image] May 08 05:08:52.901 INFO O| May 08 05:08:52.901 INFO O| Planning: Evaluating mediators ... Done
36602025-05-08T05:08:54.095Z[ host-image] May 08 05:08:52.901 INFO O| May 08 05:08:52.901 INFO O| Planning: Planning completed in 0.00 seconds
36612025-05-08T05:08:54.095Z[ host-image] May 08 05:08:52.901 INFO O| May 08 05:08:52.901 INFO O| Variants/Facets to change: 1
36622025-05-08T05:08:54.161Z[ host-image] May 08 05:08:52.968 INFO O| May 08 05:08:52.967 INFO O| Done
36632025-05-08T05:08:54.161Z[ host-image] May 08 05:08:52.968 INFO O| May 08 05:08:52.967 INFO O| Done
36642025-05-08T05:08:55.131Z[ host-image] May 08 05:08:53.937 INFO O| May 08 05:08:53.937 INFO O| Done
36652025-05-08T05:08:55.248Z[ host-image] May 08 05:08:54.053 INFO O| May 08 05:08:54.053 INFO O| Done
36662025-05-08T05:08:55.252Z[ host-image] May 08 05:08:54.054 INFO O| May 08 05:08:54.054 INFO O| Done
36672025-05-08T05:08:55.252Z[ host-image] May 08 05:08:54.054 INFO O| May 08 05:08:54.054 INFO O| Done
36682025-05-08T05:08:55.252Z[ host-image] May 08 05:08:54.056 INFO O| May 08 05:08:54.056 INFO O| Done
36692025-05-08T05:08:55.355Z[ host-image] May 08 05:08:54.160 INFO O| May 08 05:08:54.160 INFO STEP 8 (pkg_change_facet) COMPLETE
36702025-05-08T05:08:55.355Z[ host-image] May 08 05:08:54.160 INFO O| May 08 05:08:54.160 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712025-05-08T05:08:55.360Z[ host-image] May 08 05:08:54.160 INFO O| May 08 05:08:54.160 INFO skip step because feature "recovery" is not enabled
36722025-05-08T05:08:55.360Z[ host-image] May 08 05:08:54.160 INFO O| May 08 05:08:54.160 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732025-05-08T05:08:55.360Z[ host-image] May 08 05:08:54.160 INFO O| May 08 05:08:54.160 INFO skip step because feature "recovery" is not enabled
36742025-05-08T05:08:55.360Z[ host-image] May 08 05:08:54.160 INFO O| May 08 05:08:54.160 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36752025-05-08T05:08:55.374Z[ host-image] May 08 05:08:54.180 INFO O| May 08 05:08:54.180 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", "/network/overwatch", "/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"]
36762025-05-08T05:08:56.579Z[ host-image] May 08 05:08:55.384 INFO O| May 08 05:08:55.384 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36772025-05-08T05:09:00.305Z[recovery-package] Finished `release` profile [optimized] target(s) in 44.79s
36782025-05-08T05:09:02.077ZMay 08 05:09:00.880 INFO [recovery-package] process exited with exit status: 0 (46.871054709s)
36792025-05-08T05:09:02.077ZMay 08 05:09:00.880 INFO [recovery-stamp] running task
36802025-05-08T05:09:02.080ZMay 08 05:09:00.880 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36812025-05-08T05:09:02.081ZMay 08 05:09:00.880 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 15.0.0-0.ci+git9021e840b89
36822025-05-08T05:09:02.098ZMay 08 05:09:00.901 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 15.0.0-0.ci+git9021e840b89
36832025-05-08T05:09:02.110Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36842025-05-08T05:09:02.124Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36852025-05-08T05:09:02.182Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36862025-05-08T05:09:02.186ZMay 08 05:09:00.989 INFO [stamp-installinator] process exited with exit status: 0 (108.377224ms)
36872025-05-08T05:09:02.263Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36882025-05-08T05:09:02.267ZMay 08 05:09:01.070 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (168.212975ms)
36892025-05-08T05:09:02.267ZMay 08 05:09:01.070 INFO [recovery-stamp] task succeeded (189.822182ms)
36902025-05-08T05:09:02.267ZMay 08 05:09:01.070 INFO [recovery-proto] running task
36912025-05-08T05:09:02.267ZMay 08 05:09:01.070 INFO [tuf-stamp] running task
36922025-05-08T05:09:02.268ZMay 08 05:09:01.070 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 15.0.0-0.ci+git9021e840b89
36932025-05-08T05:09:02.282ZMay 08 05:09:01.085 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 15.0.0-0.ci+git9021e840b89
36942025-05-08T05:09:02.295Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36952025-05-08T05:09:02.299ZMay 08 05:09:01.099 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 15.0.0-0.ci+git9021e840b89
36962025-05-08T05:09:02.310Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
36972025-05-08T05:09:02.313ZMay 08 05:09:01.113 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 15.0.0-0.ci+git9021e840b89
36982025-05-08T05:09:02.326Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36992025-05-08T05:09:02.330ZMay 08 05:09:01.129 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 15.0.0-0.ci+git9021e840b89
37002025-05-08T05:09:02.426Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37012025-05-08T05:09:02.429ZMay 08 05:09:01.227 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 15.0.0-0.ci+git9021e840b89
37022025-05-08T05:09:02.429Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37032025-05-08T05:09:02.441ZMay 08 05:09:01.244 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 15.0.0-0.ci+git9021e840b89
37042025-05-08T05:09:02.465ZMay 08 05:09:01.269 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 15.0.0-0.ci+git9021e840b89
37052025-05-08T05:09:02.496Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37062025-05-08T05:09:02.504ZMay 08 05:09:01.298 INFO [recovery-proto] task succeeded (228.572215ms)
37072025-05-08T05:09:02.504ZMay 08 05:09:01.299 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.35.361' -P /tmp/.tmpxS9Odm/proto/recovery/root -N 'recovery 9021e84/${os_short_commit} 2025-05-08 04:43' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37082025-05-08T05:09:02.573ZMay 08 05:09:01.377 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 15.0.0-0.ci+git9021e840b89
37092025-05-08T05:09:02.611Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37102025-05-08T05:09:02.623Z[ recovery-image] May 08 05:09:01.383 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37112025-05-08T05:09:02.623Z[ recovery-image] May 08 05:09:01.383 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37122025-05-08T05:09:02.629Z[ recovery-image] May 08 05:09:01.400 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxS9Odm/proto/recovery/root"
37132025-05-08T05:09:02.629Z[ recovery-image] May 08 05:09:01.400 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37142025-05-08T05:09:02.629Z[ recovery-image] May 08 05:09:01.401 INFO image builder template: ramdisk-01-os...
37152025-05-08T05:09:02.629Z[ recovery-image] May 08 05:09:01.401 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/.tmpxS9Odm/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.35.361", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37162025-05-08T05:09:02.633ZMay 08 05:09:01.436 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 15.0.0-0.ci+git9021e840b89
37172025-05-08T05:09:02.839Z[ recovery-image] May 08 05:09:01.437 INFO O| May 08 05:09:01.435 INFO CREATE DATASET: rpool/images/build/recovery/output
37182025-05-08T05:09:02.844Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37192025-05-08T05:09:02.874ZMay 08 05:09:01.677 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 15.0.0-0.ci+git9021e840b89
37202025-05-08T05:09:03.078Z[ recovery-image] May 08 05:09:01.811 INFO O| May 08 05:09:01.802 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37212025-05-08T05:09:03.082Z[ recovery-image] May 08 05:09:01.811 INFO O| May 08 05:09:01.809 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37222025-05-08T05:09:03.098Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37232025-05-08T05:09:03.162Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37242025-05-08T05:09:03.171ZMay 08 05:09:01.965 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 15.0.0-0.ci+git9021e840b89
37252025-05-08T05:09:03.444Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
37262025-05-08T05:09:03.444Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37272025-05-08T05:09:03.449Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37282025-05-08T05:09:03.449Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37292025-05-08T05:09:03.453Z[ recovery-image] May 08 05:09:02.254 INFO O| May 08 05:09:02.254 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37302025-05-08T05:09:03.465ZMay 08 05:09:02.268 INFO [stamp-ntp] process exited with exit status: 0 (1.138457396s)
37312025-05-08T05:09:03.521Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37322025-05-08T05:09:03.551Z[ recovery-image] May 08 05:09:02.354 INFO O| May 08 05:09:02.354 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37332025-05-08T05:09:03.552Z[ recovery-image] May 08 05:09:02.354 INFO O| May 08 05:09:02.354 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37342025-05-08T05:09:03.558Z[ recovery-image] May 08 05:09:02.355 INFO O| May 08 05:09:02.355 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37352025-05-08T05:09:03.558Z[ recovery-image] May 08 05:09:02.355 INFO O| May 08 05:09:02.355 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37362025-05-08T05:09:03.564Z[ recovery-image] May 08 05:09:02.366 INFO O| May 08 05:09:02.366 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37372025-05-08T05:09:03.730Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37382025-05-08T05:09:03.957ZMay 08 05:09:02.759 INFO [stamp-probe] process exited with exit status: 0 (794.515962ms)
37392025-05-08T05:09:04.093Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37402025-05-08T05:09:04.102ZMay 08 05:09:02.903 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.832778658s)
37412025-05-08T05:09:04.119Z[ recovery-image] May 08 05:09:02.922 INFO O| May 08 05:09:02.922 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37422025-05-08T05:09:04.158Z[ recovery-image] May 08 05:09:02.958 INFO O| May 08 05:09:02.958 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37432025-05-08T05:09:04.756Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37442025-05-08T05:09:04.882ZMay 08 05:09:03.679 INFO [stamp-external-dns] process exited with exit status: 0 (2.565797084s)
37452025-05-08T05:09:04.906Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37462025-05-08T05:09:04.942ZMay 08 05:09:03.743 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.644761921s)
37472025-05-08T05:09:05.002Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37482025-05-08T05:09:05.013ZMay 08 05:09:03.815 INFO [stamp-internal-dns] process exited with exit status: 0 (2.588252003s)
37492025-05-08T05:09:05.035Z[ recovery-image] May 08 05:09:03.837 INFO O| May 08 05:09:03.837 INFO O| Caching catalogs ... Done
37502025-05-08T05:09:05.151Z[ recovery-image] May 08 05:09:03.953 INFO O| May 08 05:09:03.953 INFO STEP 0 (pkg_image_create) COMPLETE
37512025-05-08T05:09:05.152Z[ recovery-image] May 08 05:09:03.954 INFO O| May 08 05:09:03.953 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37522025-05-08T05:09:05.152Z[ recovery-image] May 08 05:09:03.954 INFO O| May 08 05:09:03.953 INFO skip step because feature "repo_redist" is not enabled
37532025-05-08T05:09:05.155Z[ recovery-image] May 08 05:09:03.954 INFO O| May 08 05:09:03.953 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37542025-05-08T05:09:05.167Z[ recovery-image] May 08 05:09:03.969 INFO O| May 08 05:09:03.969 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"]
37552025-05-08T05:09:05.469Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37562025-05-08T05:09:05.504ZMay 08 05:09:04.304 INFO [stamp-oximeter] process exited with exit status: 0 (3.059545039s)
37572025-05-08T05:09:05.730Z[ recovery-image] May 08 05:09:04.529 INFO O| May 08 05:09:04.529 INFO STEP 2 (pkg_set_publisher) COMPLETE
37582025-05-08T05:09:05.730Z[ recovery-image] May 08 05:09:04.530 INFO O| May 08 05:09:04.529 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37592025-05-08T05:09:05.744Z[ recovery-image] May 08 05:09:04.546 INFO O| May 08 05:09:04.546 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"]
37602025-05-08T05:09:06.247Z[ recovery-image] May 08 05:09:05.049 INFO O| May 08 05:09:05.049 INFO STEP 3 (pkg_set_publisher) COMPLETE
37612025-05-08T05:09:06.247Z[ recovery-image] May 08 05:09:05.049 INFO O| May 08 05:09:05.049 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37622025-05-08T05:09:06.247Z[ recovery-image] May 08 05:09:05.049 INFO O| May 08 05:09:05.049 INFO skip step because feature "repo_redist" is not enabled
37632025-05-08T05:09:06.251Z[ recovery-image] May 08 05:09:05.049 INFO O| May 08 05:09:05.049 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37642025-05-08T05:09:06.731Z[ recovery-image] May 08 05:09:05.533 INFO O| May 08 05:09:05.533 INFO variant opensolaris.zone is already global
37652025-05-08T05:09:06.731Z[ recovery-image] May 08 05:09:05.533 INFO O| May 08 05:09:05.533 INFO STEP 5 (pkg_change_variant) COMPLETE
37662025-05-08T05:09:06.731Z[ recovery-image] May 08 05:09:05.533 INFO O| May 08 05:09:05.533 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37672025-05-08T05:09:07.247Z[ recovery-image] May 08 05:09:06.048 INFO O| May 08 05:09:06.047 INFO variant opensolaris.imagetype is full; changing to partial
37682025-05-08T05:09:07.247Z[ recovery-image] May 08 05:09:06.048 INFO O| May 08 05:09:06.047 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37692025-05-08T05:09:07.882Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37702025-05-08T05:09:07.886ZMay 08 05:09:06.683 INFO [stamp-nexus] process exited with exit status: 0 (5.30666316s)
37712025-05-08T05:09:08.411Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37722025-05-08T05:09:08.587Z[verify-libraries] Compiling home v0.5.9
37732025-05-08T05:09:08.611Z[verify-libraries] Compiling cfg_aliases v0.1.1
37742025-05-08T05:09:08.647Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37752025-05-08T05:09:08.650Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37762025-05-08T05:09:08.651Z[verify-libraries] Compiling unicode_categories v0.1.1
37772025-05-08T05:09:09.072Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37782025-05-08T05:09:09.077Z[verify-libraries] Compiling polyval v0.6.2
37792025-05-08T05:09:09.080Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802025-05-08T05:09:09.081Z[verify-libraries] Compiling nix v0.28.0
37812025-05-08T05:09:09.450Z[verify-libraries] Compiling sqlformat v0.3.5
37822025-05-08T05:09:09.653Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37832025-05-08T05:09:09.749ZMay 08 05:09:08.550 INFO [stamp-cockroachdb] process exited with exit status: 0 (7.113855653s)
37842025-05-08T05:09:10.076Z[verify-libraries] Compiling ghash v0.5.1
37852025-05-08T05:09:10.292Z[verify-libraries] Compiling ctr v0.9.2
37862025-05-08T05:09:10.403Z[verify-libraries] Compiling sqlparser v0.45.0
37872025-05-08T05:09:10.457Z[verify-libraries] Compiling ssh-encoding v0.2.0
37882025-05-08T05:09:10.593Z[verify-libraries] Compiling blowfish v0.9.1
37892025-05-08T05:09:10.963Z[verify-libraries] Compiling aes-gcm v0.10.3
37902025-05-08T05:09:11.560Z[verify-libraries] Compiling ssh-cipher v0.2.0
37912025-05-08T05:09:12.385Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37922025-05-08T05:09:13.420Z[verify-libraries] Compiling password-hash v0.4.2
37932025-05-08T05:09:16.214Z[verify-libraries] Compiling rustyline v14.0.0
37942025-05-08T05:09:17.222Z[verify-libraries] Compiling pbkdf2 v0.11.0
37952025-05-08T05:09:17.563Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
37962025-05-08T05:09:17.588ZMay 08 05:09:16.385 INFO [stamp-clickhouse_server] process exited with exit status: 0 (15.300408774s)
37972025-05-08T05:09:17.630Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37982025-05-08T05:09:17.648ZMay 08 05:09:16.445 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (15.176591017s)
37992025-05-08T05:09:24.872Z[verify-libraries] Compiling ssh-key v0.6.6
38002025-05-08T05:09:24.900Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38012025-05-08T05:09:24.900ZMay 08 05:09:17.094 INFO [stamp-clickhouse] process exited with exit status: 0 (15.417489003s)
38022025-05-08T05:09:24.900ZMay 08 05:09:17.095 INFO [tuf-stamp] task succeeded (16.024788111s)
38032025-05-08T05:09:24.900Z[verify-libraries] Compiling p521 v0.13.3
38042025-05-08T05:09:24.900Z[verify-libraries] Compiling p256 v0.13.2
38052025-05-08T05:09:24.900Z[verify-libraries] Compiling petname v2.0.2
38062025-05-08T05:09:24.900Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38072025-05-08T05:09:24.900Z[verify-libraries] Compiling md5 v0.7.0
38082025-05-08T05:09:24.900Z[verify-libraries] Compiling russh-keys v0.45.0
38092025-05-08T05:09:24.900Z[ recovery-image] May 08 05:09:22.292 INFO O| May 08 05:09:22.291 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38102025-05-08T05:09:24.900Z[verify-libraries] Compiling num-bigint v0.4.6
38112025-05-08T05:09:32.602Z[verify-libraries] Compiling des v0.8.1
38122025-05-08T05:09:33.331Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38132025-05-08T05:09:34.399Z[verify-libraries] Compiling hex-literal v0.4.1
38142025-05-08T05:09:34.824Z[verify-libraries] Compiling russh v0.45.0
38152025-05-08T05:09:34.900Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38162025-05-08T05:09:35.848Z[ recovery-image] May 08 05:09:34.638 INFO O| May 08 05:09:34.638 INFO O| Startup: Caching catalogs ... Done
38172025-05-08T05:09:36.010Z[ recovery-image] May 08 05:09:34.799 INFO O| May 08 05:09:34.799 INFO O| Planning: Planning completed in 0.00 seconds
38182025-05-08T05:09:36.013Z[ recovery-image] May 08 05:09:34.800 INFO O| May 08 05:09:34.800 INFO O| Planning: Consolidating action changes ... Done
38192025-05-08T05:09:36.013Z[ recovery-image] May 08 05:09:34.800 INFO O| May 08 05:09:34.800 INFO O| Planning: Evaluating mediators ... Done
38202025-05-08T05:09:36.013Z[ recovery-image] May 08 05:09:34.801 INFO O| May 08 05:09:34.801 INFO O| Planning: Planning completed in 0.00 seconds
38212025-05-08T05:09:36.013Z[ recovery-image] May 08 05:09:34.801 INFO O| May 08 05:09:34.801 INFO O| Variants/Facets to change: 1
38222025-05-08T05:09:36.069Z[ recovery-image] May 08 05:09:34.859 INFO O| May 08 05:09:34.859 INFO O| Done
38232025-05-08T05:09:36.069Z[ recovery-image] May 08 05:09:34.859 INFO O| May 08 05:09:34.859 INFO O| Done
38242025-05-08T05:09:37.515Z[ recovery-image] May 08 05:09:36.304 INFO O| May 08 05:09:36.304 INFO O| Done
38252025-05-08T05:09:37.634Z[ recovery-image] May 08 05:09:36.423 INFO O| May 08 05:09:36.423 INFO O| Done
38262025-05-08T05:09:37.637Z[ recovery-image] May 08 05:09:36.424 INFO O| May 08 05:09:36.424 INFO O| Done
38272025-05-08T05:09:37.637Z[ recovery-image] May 08 05:09:36.425 INFO O| May 08 05:09:36.425 INFO O| Done
38282025-05-08T05:09:37.637Z[ recovery-image] May 08 05:09:36.426 INFO O| May 08 05:09:36.426 INFO O| Done
38292025-05-08T05:09:38.515Z[ recovery-image] May 08 05:09:37.304 INFO O| May 08 05:09:37.304 INFO STEP 6 (pkg_change_variant) COMPLETE
38302025-05-08T05:09:38.515Z[ recovery-image] May 08 05:09:37.304 INFO O| May 08 05:09:37.304 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312025-05-08T05:09:38.519Z[ recovery-image] May 08 05:09:37.304 INFO O| May 08 05:09:37.304 INFO skip step because feature "debug_variant" is not enabled
38322025-05-08T05:09:38.519Z[ recovery-image] May 08 05:09:37.304 INFO O| May 08 05:09:37.304 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38332025-05-08T05:09:39.290Z[ recovery-image] May 08 05:09:38.077 INFO O| May 08 05:09:38.077 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38342025-05-08T05:09:40.276Z[ recovery-image] May 08 05:09:39.065 INFO O| May 08 05:09:39.064 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38352025-05-08T05:09:40.280Z[ recovery-image] May 08 05:09:39.067 INFO O| May 08 05:09:39.067 INFO O| Planning: Planning completed in 0.00 seconds
38362025-05-08T05:09:40.280Z[ recovery-image] May 08 05:09:39.068 INFO O| May 08 05:09:39.068 INFO O| Planning: Consolidating action changes ... Done
38372025-05-08T05:09:40.280Z[ recovery-image] May 08 05:09:39.068 INFO O| May 08 05:09:39.068 INFO O| Planning: Evaluating mediators ... Done
38382025-05-08T05:09:40.281Z[ recovery-image] May 08 05:09:39.068 INFO O| May 08 05:09:39.068 INFO O| Planning: Planning completed in 0.00 seconds
38392025-05-08T05:09:40.285Z[ recovery-image] May 08 05:09:39.069 INFO O| May 08 05:09:39.069 INFO O| Variants/Facets to change: 1
38402025-05-08T05:09:40.339Z[ recovery-image] May 08 05:09:39.127 INFO O| May 08 05:09:39.127 INFO O| Done
38412025-05-08T05:09:40.339Z[ recovery-image] May 08 05:09:39.128 INFO O| May 08 05:09:39.127 INFO O| Done
38422025-05-08T05:09:41.362Z[ recovery-image] May 08 05:09:40.150 INFO O| May 08 05:09:40.150 INFO O| Done
38432025-05-08T05:09:41.534Z[ recovery-image] May 08 05:09:40.319 INFO O| May 08 05:09:40.319 INFO O| Done
38442025-05-08T05:09:41.537Z[ recovery-image] May 08 05:09:40.320 INFO O| May 08 05:09:40.320 INFO O| Done
38452025-05-08T05:09:41.537Z[ recovery-image] May 08 05:09:40.320 INFO O| May 08 05:09:40.320 INFO O| Done
38462025-05-08T05:09:41.537Z[ recovery-image] May 08 05:09:40.322 INFO O| May 08 05:09:40.322 INFO O| Done
38472025-05-08T05:09:41.736Z[ recovery-image] May 08 05:09:40.524 INFO O| May 08 05:09:40.524 INFO STEP 8 (pkg_change_facet) COMPLETE
38482025-05-08T05:09:41.736Z[ recovery-image] May 08 05:09:40.524 INFO O| May 08 05:09:40.524 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492025-05-08T05:09:42.453Z[ recovery-image] May 08 05:09:41.240 INFO O| May 08 05:09:41.240 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38502025-05-08T05:09:43.524Z[ recovery-image] May 08 05:09:42.312 INFO O| May 08 05:09:42.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38512025-05-08T05:09:43.528Z[ recovery-image] May 08 05:09:42.314 INFO O| May 08 05:09:42.314 INFO O| Planning: Planning completed in 0.00 seconds
38522025-05-08T05:09:43.549Z[ recovery-image] May 08 05:09:42.336 INFO O| May 08 05:09:42.336 INFO O| Planning: Consolidating action changes ... Done
38532025-05-08T05:09:43.549Z[ recovery-image] May 08 05:09:42.336 INFO O| May 08 05:09:42.336 INFO O| Planning: Evaluating mediators ... Done
38542025-05-08T05:09:43.552Z[ recovery-image] May 08 05:09:42.337 INFO O| May 08 05:09:42.337 INFO O| Planning: Planning completed in 0.02 seconds
38552025-05-08T05:09:43.552Z[ recovery-image] May 08 05:09:42.337 INFO O| May 08 05:09:42.337 INFO O| Variants/Facets to change: 1
38562025-05-08T05:09:43.643Z[ recovery-image] May 08 05:09:42.431 INFO O| May 08 05:09:42.430 INFO O| Done
38572025-05-08T05:09:43.643Z[ recovery-image] May 08 05:09:42.431 INFO O| May 08 05:09:42.431 INFO O| Done
38582025-05-08T05:09:44.780Z[ recovery-image] May 08 05:09:43.567 INFO O| May 08 05:09:43.567 INFO O| Done
38592025-05-08T05:09:44.881Z[ recovery-image] May 08 05:09:43.667 INFO O| May 08 05:09:43.667 INFO O| Done
38602025-05-08T05:09:44.884Z[ recovery-image] May 08 05:09:43.669 INFO O| May 08 05:09:43.669 INFO O| Done
38612025-05-08T05:09:44.884Z[ recovery-image] May 08 05:09:43.669 INFO O| May 08 05:09:43.669 INFO O| Done
38622025-05-08T05:09:44.884Z[ recovery-image] May 08 05:09:43.671 INFO O| May 08 05:09:43.671 INFO O| Done
38632025-05-08T05:09:44.981Z[ recovery-image] May 08 05:09:43.767 INFO O| May 08 05:09:43.767 INFO STEP 9 (pkg_change_facet) COMPLETE
38642025-05-08T05:09:44.981Z[ recovery-image] May 08 05:09:43.767 INFO O| May 08 05:09:43.767 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38652025-05-08T05:09:45.705Z[ recovery-image] May 08 05:09:44.491 INFO O| May 08 05:09:44.491 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38662025-05-08T05:09:45.810Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38672025-05-08T05:09:46.738Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38682025-05-08T05:09:46.742Z[ recovery-image] May 08 05:09:45.525 INFO O| May 08 05:09:45.525 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38692025-05-08T05:09:46.751Z[ recovery-image] May 08 05:09:45.527 INFO O| May 08 05:09:45.527 INFO O| Planning: Planning completed in 0.00 seconds
38702025-05-08T05:09:46.752Z[ recovery-image] May 08 05:09:45.528 INFO O| May 08 05:09:45.528 INFO O| Planning: Consolidating action changes ... Done
38712025-05-08T05:09:46.752Z[ recovery-image] May 08 05:09:45.528 INFO O| May 08 05:09:45.528 INFO O| Planning: Evaluating mediators ... Done
38722025-05-08T05:09:46.752Z[ recovery-image] May 08 05:09:45.528 INFO O| May 08 05:09:45.528 INFO O| Planning: Planning completed in 0.00 seconds
38732025-05-08T05:09:46.752Z[ recovery-image] May 08 05:09:45.529 INFO O| May 08 05:09:45.529 INFO O| Variants/Facets to change: 1
38742025-05-08T05:09:46.810Z[ recovery-image] May 08 05:09:45.596 INFO O| May 08 05:09:45.596 INFO O| Done
38752025-05-08T05:09:46.810Z[ recovery-image] May 08 05:09:45.596 INFO O| May 08 05:09:45.596 INFO O| Done
38762025-05-08T05:09:47.859Z[ recovery-image] May 08 05:09:46.645 INFO O| May 08 05:09:46.645 INFO O| Done
38772025-05-08T05:09:48.046Z[ recovery-image] May 08 05:09:46.831 INFO O| May 08 05:09:46.831 INFO O| Done
38782025-05-08T05:09:48.049Z[ recovery-image] May 08 05:09:46.832 INFO O| May 08 05:09:46.832 INFO O| Done
38792025-05-08T05:09:48.049Z[ recovery-image] May 08 05:09:46.832 INFO O| May 08 05:09:46.832 INFO O| Done
38802025-05-08T05:09:48.049Z[ recovery-image] May 08 05:09:46.834 INFO O| May 08 05:09:46.834 INFO O| Done
38812025-05-08T05:09:48.162Z[ recovery-image] May 08 05:09:46.947 INFO O| May 08 05:09:46.947 INFO STEP 10 (pkg_change_facet) COMPLETE
38822025-05-08T05:09:48.162Z[ recovery-image] May 08 05:09:46.948 INFO O| May 08 05:09:46.947 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38832025-05-08T05:09:48.185Z[ recovery-image] May 08 05:09:46.970 INFO O| May 08 05:09:46.970 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", "/network/overwatch", "/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"]
38842025-05-08T05:09:49.191Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38852025-05-08T05:09:49.381Z[ recovery-image] May 08 05:09:48.166 INFO O| May 08 05:09:48.165 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38862025-05-08T05:09:49.553Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38872025-05-08T05:10:00.186Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38882025-05-08T05:10:00.643Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38892025-05-08T05:10:01.401Z[verify-libraries] Compiling sync-ptr v0.1.1
38902025-05-08T05:10:01.759Z[verify-libraries] Compiling internet-checksum v0.2.1
38912025-05-08T05:10:02.018Z[verify-libraries] Compiling omicron-zone-package v0.12.0
38922025-05-08T05:10:02.164Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38932025-05-08T05:10:20.003Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38942025-05-08T05:10:22.590Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38952025-05-08T05:10:24.725Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38962025-05-08T05:10:28.429Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38972025-05-08T05:10:32.070Z[ host-image] May 08 05:10:30.839 INFO O| May 08 05:10:30.839 INFO O| Planning: Solver setup ... Done
38982025-05-08T05:10:35.498Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38992025-05-08T05:10:36.733Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39002025-05-08T05:10:39.474Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39012025-05-08T05:10:52.673Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39022025-05-08T05:11:23.082Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39032025-05-08T05:11:28.297Z[ recovery-image] May 08 05:11:27.044 INFO O| May 08 05:11:27.044 INFO O| Planning: Solver setup ... Done
39042025-05-08T05:11:31.052Z[verify-libraries] Compiling yansi v1.0.1
39052025-05-08T05:11:32.353Z[verify-libraries] Compiling heck v0.4.1
39062025-05-08T05:11:33.858Z[verify-libraries] Compiling diff v0.1.13
39072025-05-08T05:11:35.206Z[verify-libraries] Compiling pretty_assertions v1.4.1
39082025-05-08T05:11:36.461Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39092025-05-08T05:11:43.796Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39102025-05-08T05:11:45.406Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39112025-05-08T05:12:01.552Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39122025-05-08T05:12:02.196Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39132025-05-08T05:12:02.671Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39142025-05-08T05:12:03.231Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39152025-05-08T05:12:03.755Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39162025-05-08T05:12:04.365Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39172025-05-08T05:12:13.242Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39182025-05-08T05:12:39.247Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39192025-05-08T05:12:59.959Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39202025-05-08T05:13:11.108Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39212025-05-08T05:13:16.406Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39222025-05-08T05:13:17.262Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39232025-05-08T05:13:20.186Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39242025-05-08T05:13:20.904Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39252025-05-08T05:13:21.050Z[ host-image] May 08 05:13:19.753 INFO O| May 08 05:13:19.753 INFO O| Planning: Running solver ... Done
39262025-05-08T05:13:22.055Z[ host-image] May 08 05:13:20.758 INFO O| May 08 05:13:20.758 INFO O| Planning: Finding local manifests ... Done
39272025-05-08T05:13:22.074Z[ host-image] May 08 05:13:20.777 INFO O| May 08 05:13:20.777 INFO O| Planning: Fetching manifests: 0/125 0% complete
39282025-05-08T05:13:22.767Z[verify-libraries] Compiling termios v0.3.3
39292025-05-08T05:13:23.143Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39302025-05-08T05:13:26.881Z[ host-image] May 08 05:13:25.582 INFO O| May 08 05:13:25.582 INFO O| Planning: Fetching manifests: 125/125 100% complete
39312025-05-08T05:13:28.392Z[ host-image] May 08 05:13:27.093 INFO O| May 08 05:13:27.093 INFO O| Planning: Package planning ... Done
39322025-05-08T05:13:30.029Z[ host-image] May 08 05:13:28.729 INFO O| May 08 05:13:28.729 INFO O| Planning: Merging actions ... Done
39332025-05-08T05:13:30.574Z[ host-image] May 08 05:13:29.274 INFO O| May 08 05:13:29.274 INFO O| Planning: Checking for conflicting actions ... Done
39342025-05-08T05:13:30.878Z[ host-image] May 08 05:13:29.578 INFO O| May 08 05:13:29.578 INFO O| Planning: Consolidating action changes ... Done
39352025-05-08T05:13:31.457Z[ host-image] May 08 05:13:30.157 INFO O| May 08 05:13:30.157 INFO O| Planning: Evaluating mediators ... Done
39362025-05-08T05:13:37.763Z[ host-image] May 08 05:13:36.461 INFO O| May 08 05:13:36.460 INFO O| Planning: Planning completed in 281.08 seconds
39372025-05-08T05:13:37.786Z[ host-image] May 08 05:13:36.483 INFO O| May 08 05:13:36.483 INFO O| Packages to install: 125
39382025-05-08T05:13:37.789Z[ host-image] May 08 05:13:36.483 INFO O| May 08 05:13:36.483 INFO O| Mediators to change: 5
39392025-05-08T05:13:37.789Z[ host-image] May 08 05:13:36.483 INFO O| May 08 05:13:36.483 INFO O| Services to change: 6
39402025-05-08T05:13:37.918Z[ host-image] May 08 05:13:36.615 INFO O| May 08 05:13:36.615 INFO O| Download: 0/22866 items 0.0/202.2MB 0% complete
39412025-05-08T05:13:40.397Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39422025-05-08T05:13:42.933Z[ host-image] May 08 05:13:41.628 INFO O| May 08 05:13:41.628 INFO O| Download: 1189/22866 items 7.2/202.2MB 3% complete (1.4M/s)
39432025-05-08T05:13:47.958Z[ host-image] May 08 05:13:46.651 INFO O| May 08 05:13:46.651 INFO O| Download: 1792/22866 items 12.9/202.2MB 6% complete (1.3M/s)
39442025-05-08T05:13:49.174Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39452025-05-08T05:13:52.969Z[ host-image] May 08 05:13:51.660 INFO O| May 08 05:13:51.660 INFO O| Download: 2334/22866 items 27.3/202.2MB 13% complete (2.1M/s)
39462025-05-08T05:13:57.971Z[ host-image] May 08 05:13:56.660 INFO O| May 08 05:13:56.660 INFO O| Download: 3506/22866 items 35.8/202.2MB 17% complete (2.3M/s)
39472025-05-08T05:13:59.671Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39482025-05-08T05:14:03.198Z[ host-image] May 08 05:14:01.886 INFO O| May 08 05:14:01.886 INFO O| Download: 4538/22866 items 41.9/202.2MB 20% complete (1.5M/s)
39492025-05-08T05:14:08.280Z[ host-image] May 08 05:14:06.966 INFO O| May 08 05:14:06.966 INFO O| Download: 5102/22866 items 46.1/202.2MB 22% complete (1.0M/s)
39502025-05-08T05:14:11.063Z[ recovery-image] May 08 05:14:09.739 INFO O| May 08 05:14:09.739 INFO O| Planning: Running solver ... Done
39512025-05-08T05:14:12.017Z[ recovery-image] May 08 05:14:10.434 INFO O| May 08 05:14:10.434 INFO O| Planning: Finding local manifests ... Done
39522025-05-08T05:14:12.030Z[ recovery-image] May 08 05:14:10.459 INFO O| May 08 05:14:10.459 INFO O| Planning: Fetching manifests: 0/125 0% complete
39532025-05-08T05:14:13.361Z[ host-image] May 08 05:14:12.045 INFO O| May 08 05:14:12.044 INFO O| Download: 6085/22866 items 46.6/202.2MB 23% complete (488k/s)
39542025-05-08T05:14:16.174Z[ recovery-image] May 08 05:14:14.857 INFO O| May 08 05:14:14.857 INFO O| Planning: Fetching manifests: 125/125 100% complete
39552025-05-08T05:14:17.214Z[ recovery-image] May 08 05:14:15.895 INFO O| May 08 05:14:15.895 INFO O| Planning: Package planning ... Done
39562025-05-08T05:14:17.899Z[ recovery-image] May 08 05:14:16.581 INFO O| May 08 05:14:16.580 INFO O| Planning: Merging actions ... Done
39572025-05-08T05:14:18.084Z[ recovery-image] May 08 05:14:16.765 INFO O| May 08 05:14:16.765 INFO O| Planning: Checking for conflicting actions ... Done
39582025-05-08T05:14:18.212Z[ recovery-image] May 08 05:14:16.894 INFO O| May 08 05:14:16.894 INFO O| Planning: Consolidating action changes ... Done
39592025-05-08T05:14:18.458Z[ host-image] May 08 05:14:17.139 INFO O| May 08 05:14:17.139 INFO O| Download: 7087/22866 items 54.8/202.2MB 27% complete (770k/s)
39602025-05-08T05:14:18.590Z[ recovery-image] May 08 05:14:17.272 INFO O| May 08 05:14:17.272 INFO O| Planning: Evaluating mediators ... Done
39612025-05-08T05:14:23.496Z[ host-image] May 08 05:14:22.176 INFO O| May 08 05:14:22.176 INFO O| Download: 8071/22866 items 60.5/202.2MB 29% complete (1.4M/s)
39622025-05-08T05:14:25.442Z[ recovery-image] May 08 05:14:24.120 INFO O| May 08 05:14:24.120 INFO O| Planning: Planning completed in 275.95 seconds
39632025-05-08T05:14:25.449Z[ recovery-image] May 08 05:14:24.128 INFO O| May 08 05:14:24.128 INFO O| Packages to install: 125
39642025-05-08T05:14:25.449Z[ recovery-image] May 08 05:14:24.128 INFO O| May 08 05:14:24.128 INFO O| Mediators to change: 5
39652025-05-08T05:14:25.452Z[ recovery-image] May 08 05:14:24.128 INFO O| May 08 05:14:24.128 INFO O| Services to change: 5
39662025-05-08T05:14:25.526Z[ recovery-image] May 08 05:14:24.205 INFO O| May 08 05:14:24.205 INFO O| Download: 0/15932 items 0.0/178.9MB 0% complete
39672025-05-08T05:14:28.768Z[ host-image] May 08 05:14:27.446 INFO O| May 08 05:14:27.445 INFO O| Download: 8359/22866 items 70.0/202.2MB 34% complete (1.9M/s)
39682025-05-08T05:14:30.528Z[ recovery-image] May 08 05:14:29.205 INFO O| May 08 05:14:29.205 INFO O| Download: 875/15932 items 6.6/178.9MB 3% complete (1.4M/s)
39692025-05-08T05:14:34.194Z[ host-image] May 08 05:14:32.869 INFO O| May 08 05:14:32.869 INFO O| Download: 8839/22866 items 74.6/202.2MB 36% complete (1.4M/s)
39702025-05-08T05:14:36.701Z[ recovery-image] May 08 05:14:35.376 INFO O| May 08 05:14:35.376 INFO O| Download: 1007/15932 items 7.9/178.9MB 4% complete (1.3M/s)
39712025-05-08T05:14:39.205Z[ host-image] May 08 05:14:37.878 INFO O| May 08 05:14:37.878 INFO O| Download: 9586/22866 items 86.4/202.2MB 42% complete (1.6M/s)
39722025-05-08T05:14:42.005Z[ recovery-image] May 08 05:14:40.677 INFO O| May 08 05:14:40.677 INFO O| Download: 1171/15932 items 11.0/178.9MB 6% complete (358k/s)
39732025-05-08T05:14:44.284Z[ host-image] May 08 05:14:42.956 INFO O| May 08 05:14:42.956 INFO O| Download: 10485/22866 items 91.3/202.2MB 45% complete (1.7M/s)
39742025-05-08T05:14:47.205Z[ recovery-image] May 08 05:14:45.875 INFO O| May 08 05:14:45.875 INFO O| Download: 1526/15932 items 22.0/178.9MB 12% complete (1.4M/s)
39752025-05-08T05:14:49.787Z[ host-image] May 08 05:14:48.456 INFO O| May 08 05:14:48.456 INFO O| Download: 11170/22866 items 95.3/202.2MB 47% complete (1018k/s)
39762025-05-08T05:14:52.218Z[ recovery-image] May 08 05:14:50.887 INFO O| May 08 05:14:50.886 INFO O| Download: 2200/15932 items 31.2/178.9MB 17% complete (1.8M/s)
39772025-05-08T05:14:54.835Z[ host-image] May 08 05:14:53.502 INFO O| May 08 05:14:53.502 INFO O| Download: 11303/22866 items 97.4/202.2MB 48% complete (651k/s)
39782025-05-08T05:14:57.241Z[ recovery-image] May 08 05:14:55.908 INFO O| May 08 05:14:55.908 INFO O| Download: 2951/15932 items 37.0/178.9MB 20% complete (1.5M/s)
39792025-05-08T05:14:59.837Z[ host-image] May 08 05:14:58.502 INFO O| May 08 05:14:58.502 INFO O| Download: 12054/22866 items 101.5/202.2MB 50% complete (624k/s)
39802025-05-08T05:15:02.626Z[ recovery-image] May 08 05:15:01.290 INFO O| May 08 05:15:01.290 INFO O| Download: 3705/15932 items 39.6/178.9MB 22% complete (847k/s)
39812025-05-08T05:15:04.974Z[ host-image] May 08 05:15:03.637 INFO O| May 08 05:15:03.637 INFO O| Download: 12357/22866 items 112.7/202.2MB 55% complete (1.6M/s)
39822025-05-08T05:15:07.628Z[ recovery-image] May 08 05:15:06.291 INFO O| May 08 05:15:06.291 INFO O| Download: 4275/15932 items 42.9/178.9MB 23% complete (600k/s)
39832025-05-08T05:15:09.981Z[ host-image] May 08 05:15:08.643 INFO O| May 08 05:15:08.643 INFO O| Download: 13038/22866 items 113.1/202.2MB 55% complete (1.2M/s)
39842025-05-08T05:15:12.978Z[ recovery-image] May 08 05:15:11.638 INFO O| May 08 05:15:11.638 INFO O| Download: 4876/15932 items 43.2/178.9MB 24% complete (369k/s)
39852025-05-08T05:15:15.003Z[ host-image] May 08 05:15:13.662 INFO O| May 08 05:15:13.662 INFO O| Download: 13659/22866 items 113.4/202.2MB 56% complete (66.5k/s)
39862025-05-08T05:15:18.373Z[ recovery-image] May 08 05:15:17.032 INFO O| May 08 05:15:17.032 INFO O| Download: 5734/15932 items 44.7/178.9MB 25% complete (148k/s)
39872025-05-08T05:15:20.441Z[ host-image] May 08 05:15:19.099 INFO O| May 08 05:15:19.099 INFO O| Download: 14239/22866 items 114.0/202.2MB 56% complete (91.4k/s)
39882025-05-08T05:15:23.383Z[ recovery-image] May 08 05:15:22.039 INFO O| May 08 05:15:22.039 INFO O| Download: 5780/15932 items 45.7/178.9MB 25% complete (228k/s)
39892025-05-08T05:15:26.446Z[ host-image] May 08 05:15:25.101 INFO O| May 08 05:15:25.100 INFO O| Download: 14527/22866 items 115.6/202.2MB 57% complete (210k/s)
39902025-05-08T05:15:28.583Z[ recovery-image] May 08 05:15:27.238 INFO O| May 08 05:15:27.238 INFO O| Download: 6078/15932 items 54.3/178.9MB 30% complete (966k/s)
39912025-05-08T05:15:32.523Z[ host-image] May 08 05:15:31.176 INFO O| May 08 05:15:31.176 INFO O| Download: 14570/22866 items 119.9/202.2MB 59% complete (557k/s)
39922025-05-08T05:15:34.219Z[ recovery-image] May 08 05:15:32.872 INFO O| May 08 05:15:32.872 INFO O| Download: 6875/15932 items 68.6/178.9MB 38% complete (2.3M/s)
39932025-05-08T05:15:38.312Z[ host-image] May 08 05:15:36.961 INFO O| May 08 05:15:36.959 INFO O| Download: 14903/22866 items 124.8/202.2MB 61% complete (1.0M/s)
39942025-05-08T05:15:40.930Z[ recovery-image] May 08 05:15:39.578 INFO O| May 08 05:15:39.577 INFO O| Download: 7024/15932 items 71.5/178.9MB 39% complete (2.0M/s)
39952025-05-08T05:15:43.528Z[ host-image] May 08 05:15:42.177 INFO O| May 08 05:15:42.177 INFO O| Download: 15610/22866 items 128.9/202.2MB 63% complete (942k/s)
39962025-05-08T05:15:46.044Z[ recovery-image] May 08 05:15:44.691 INFO O| May 08 05:15:44.691 INFO O| Download: 7713/15932 items 77.0/178.9MB 43% complete (1.1M/s)
39972025-05-08T05:15:48.533Z[ host-image] May 08 05:15:47.180 INFO O| May 08 05:15:47.180 INFO O| Download: 15858/22866 items 130.0/202.2MB 64% complete (433k/s)
39982025-05-08T05:15:51.059Z[ recovery-image] May 08 05:15:49.705 INFO O| May 08 05:15:49.705 INFO O| Download: 8143/15932 items 82.8/178.9MB 46% complete (1.2M/s)
39992025-05-08T05:15:53.547Z[ host-image] May 08 05:15:52.192 INFO O| May 08 05:15:52.192 INFO O| Download: 16555/22866 items 137.1/202.2MB 67% complete (807k/s)
40002025-05-08T05:15:56.345Z[ recovery-image] May 08 05:15:54.989 INFO O| May 08 05:15:54.989 INFO O| Download: 8733/15932 items 84.7/178.9MB 47% complete (739k/s)
40012025-05-08T05:15:58.551Z[ host-image] May 08 05:15:57.194 INFO O| May 08 05:15:57.194 INFO O| Download: 17132/22866 items 152.4/202.2MB 75% complete (2.2M/s)
40022025-05-08T05:16:01.349Z[ recovery-image] May 08 05:15:59.991 INFO O| May 08 05:15:59.991 INFO O| Download: 8896/15932 items 95.0/178.9MB 53% complete (1.2M/s)
40032025-05-08T05:16:04.253Z[ host-image] May 08 05:16:02.894 INFO O| May 08 05:16:02.894 INFO O| Download: 17963/22866 items 154.0/202.2MB 76% complete (1.8M/s)
40042025-05-08T05:16:06.487Z[ recovery-image] May 08 05:16:05.127 INFO O| May 08 05:16:05.127 INFO O| Download: 9066/15932 items 95.9/178.9MB 53% complete (1.1M/s)
40052025-05-08T05:16:09.271Z[ host-image] May 08 05:16:07.911 INFO O| May 08 05:16:07.910 INFO O| Download: 18602/22866 items 167.5/202.2MB 82% complete (1.5M/s)
40062025-05-08T05:16:11.489Z[ recovery-image] May 08 05:16:10.127 INFO O| May 08 05:16:10.127 INFO O| Download: 9961/15932 items 96.4/178.9MB 53% complete (139k/s)
40072025-05-08T05:16:14.274Z[ host-image] May 08 05:16:12.911 INFO O| May 08 05:16:12.911 INFO O| Download: 19062/22866 items 169.6/202.2MB 83% complete (1.6M/s)
40082025-05-08T05:16:16.611Z[ recovery-image] May 08 05:16:15.247 INFO O| May 08 05:16:15.247 INFO O| Download: 10619/15932 items 96.7/178.9MB 54% complete (81.9k/s)
40092025-05-08T05:16:19.296Z[ host-image] May 08 05:16:17.931 INFO O| May 08 05:16:17.931 INFO O| Download: 19999/22866 items 173.5/202.2MB 85% complete (618k/s)
40102025-05-08T05:16:21.703Z[ recovery-image] May 08 05:16:20.337 INFO O| May 08 05:16:20.337 INFO O| Download: 11068/15932 items 98.0/178.9MB 54% complete (137k/s)
40112025-05-08T05:16:24.309Z[ host-image] May 08 05:16:22.942 INFO O| May 08 05:16:22.942 INFO O| Download: 20274/22866 items 174.7/202.2MB 86% complete (516k/s)
40122025-05-08T05:16:26.722Z[ recovery-image] May 08 05:16:25.354 INFO O| May 08 05:16:25.354 INFO O| Download: 11463/15932 items 110.4/178.9MB 61% complete (1.3M/s)
40132025-05-08T05:16:28.368Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40142025-05-08T05:16:29.525Z[ host-image] May 08 05:16:28.156 INFO O| May 08 05:16:28.156 INFO O| Download: 20883/22866 items 177.7/202.2MB 87% complete (451k/s)
40152025-05-08T05:16:32.983Z[ recovery-image] May 08 05:16:31.613 INFO O| May 08 05:16:31.613 INFO O| Download: 11571/15932 items 114.6/178.9MB 64% complete (1.7M/s)
40162025-05-08T05:16:34.616Z[ host-image] May 08 05:16:33.246 INFO O| May 08 05:16:33.245 INFO O| Download: 21054/22866 items 182.6/202.2MB 90% complete (860k/s)
40172025-05-08T05:16:37.985Z[ recovery-image] May 08 05:16:36.613 INFO O| May 08 05:16:36.613 INFO O| Download: 11993/15932 items 132.1/178.9MB 73% complete (2.5M/s)
40182025-05-08T05:16:39.623Z[ host-image] May 08 05:16:38.249 INFO O| May 08 05:16:38.249 INFO O| Download: 21509/22866 items 184.1/202.2MB 91% complete (635k/s)
40192025-05-08T05:16:41.577Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
40202025-05-08T05:16:43.007Z[ recovery-image] May 08 05:16:41.632 INFO O| May 08 05:16:41.632 INFO O| Download: 12493/15932 items 145.1/178.9MB 81% complete (3.1M/s)
40212025-05-08T05:16:44.652Z[ host-image] May 08 05:16:43.278 INFO O| May 08 05:16:43.278 INFO O| Download: 21662/22866 items 187.2/202.2MB 92% complete (513k/s)
40222025-05-08T05:16:48.027Z[ recovery-image] May 08 05:16:46.651 INFO O| May 08 05:16:46.651 INFO O| Download: 13346/15932 items 148.5/178.9MB 83% complete (1.7M/s)
40232025-05-08T05:16:49.818Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40242025-05-08T05:16:49.828Z[ host-image] May 08 05:16:48.451 INFO O| May 08 05:16:48.451 INFO O| Download: 22078/22866 items 195.7/202.2MB 96% complete (1.1M/s)
40252025-05-08T05:16:54.056Z[ recovery-image] May 08 05:16:52.678 INFO O| May 08 05:16:52.678 INFO O| Download: 14109/15932 items 152.1/178.9MB 85% complete (740k/s)
40262025-05-08T05:16:56.356Z[ host-image] May 08 05:16:54.977 INFO O| May 08 05:16:54.976 INFO O| Download: 22337/22866 items 200.4/202.2MB 99% complete (1.4M/s)
40272025-05-08T05:16:59.227Z[ recovery-image] May 08 05:16:57.847 INFO O| May 08 05:16:57.847 INFO O| Download: 14756/15932 items 154.7/178.9MB 86% complete (548k/s)
40282025-05-08T05:17:01.295Z[ host-image] May 08 05:16:59.914 INFO O| May 08 05:16:59.914 INFO O| Download: Completed 202.19 MB in 203.30 seconds (1015k/s)
40292025-05-08T05:17:03.501Z[ host-image] May 08 05:17:02.118 INFO O| May 08 05:17:02.118 INFO O| Actions: 1/49613 actions (Installing new actions)
40302025-05-08T05:17:04.231Z[ recovery-image] May 08 05:17:02.849 INFO O| May 08 05:17:02.849 INFO O| Download: 15176/15932 items 161.6/178.9MB 90% complete (975k/s)
40312025-05-08T05:17:08.502Z[ host-image] May 08 05:17:07.119 INFO O| May 08 05:17:07.118 INFO O| Actions: 9442/49613 actions (Installing new actions)
40322025-05-08T05:17:09.261Z[ recovery-image] May 08 05:17:07.877 INFO O| May 08 05:17:07.877 INFO O| Download: 15455/15932 items 167.8/178.9MB 93% complete (1.2M/s)
40332025-05-08T05:17:13.507Z[ host-image] May 08 05:17:12.121 INFO O| May 08 05:17:12.121 INFO O| Actions: 17208/49613 actions (Installing new actions)
40342025-05-08T05:17:14.277Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40352025-05-08T05:17:14.637Z[ recovery-image] May 08 05:17:13.250 INFO O| May 08 05:17:13.250 INFO O| Download: 15634/15932 items 172.7/178.9MB 96% complete (1.1M/s)
40362025-05-08T05:17:18.509Z[ host-image] May 08 05:17:17.121 INFO O| May 08 05:17:17.121 INFO O| Actions: 24751/49613 actions (Installing new actions)
40372025-05-08T05:17:19.819Z[ recovery-image] May 08 05:17:18.431 INFO O| May 08 05:17:18.431 INFO O| Download: 15900/15932 items 177.6/178.9MB 99% complete (953k/s)
40382025-05-08T05:17:21.197Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40392025-05-08T05:17:22.750Z[ recovery-image] May 08 05:17:21.360 INFO O| May 08 05:17:21.360 INFO O| Download: Completed 178.88 MB in 177.16 seconds (1.0M/s)
40402025-05-08T05:17:23.542Z[ host-image] May 08 05:17:22.152 INFO O| May 08 05:17:22.152 INFO O| Actions: 49058/49613 actions (Installing new actions)
40412025-05-08T05:17:23.899Z[ recovery-image] May 08 05:17:22.509 INFO O| May 08 05:17:22.509 INFO O| Actions: 1/25130 actions (Installing new actions)
40422025-05-08T05:17:25.063Z[ host-image] May 08 05:17:23.673 INFO O| May 08 05:17:23.673 INFO O| Actions: Completed 49613 actions in 21.55 seconds.
40432025-05-08T05:17:26.633Z[ host-image] May 08 05:17:25.243 INFO O| May 08 05:17:25.242 INFO O| Done
40442025-05-08T05:17:26.634Z[ host-image] May 08 05:17:25.243 INFO O| May 08 05:17:25.243 INFO O| Done
40452025-05-08T05:17:27.267Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40462025-05-08T05:17:28.866Z[ host-image] May 08 05:17:27.474 INFO O| May 08 05:17:27.474 INFO O| Done
40472025-05-08T05:17:28.901Z[ recovery-image] May 08 05:17:27.509 INFO O| May 08 05:17:27.509 INFO O| Actions: 9180/25130 actions (Installing new actions)
40482025-05-08T05:17:32.851Z[ host-image] May 08 05:17:31.458 INFO O| May 08 05:17:31.458 INFO O| Done
40492025-05-08T05:17:32.910Z[ host-image] May 08 05:17:31.517 INFO O| May 08 05:17:31.517 INFO O| Done
40502025-05-08T05:17:33.623Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40512025-05-08T05:17:33.928Z[ recovery-image] May 08 05:17:32.534 INFO O| May 08 05:17:32.534 INFO O| Actions: 14836/25130 actions (Installing new actions)
40522025-05-08T05:17:38.937Z[ recovery-image] May 08 05:17:37.542 INFO O| May 08 05:17:37.542 INFO O| Actions: 19617/25130 actions (Installing new actions)
40532025-05-08T05:17:40.577Z[ host-image] May 08 05:17:39.180 INFO O| May 08 05:17:39.180 INFO O| Done
40542025-05-08T05:17:41.194Z[ recovery-image] May 08 05:17:39.797 INFO O| May 08 05:17:39.797 INFO O| Actions: Completed 25130 actions in 17.28 seconds.
40552025-05-08T05:17:41.723Z[ host-image] May 08 05:17:40.326 INFO O| May 08 05:17:40.326 INFO O| Done
40562025-05-08T05:17:42.225Z[ recovery-image] May 08 05:17:40.828 INFO O| May 08 05:17:40.828 INFO O| Done
40572025-05-08T05:17:42.225Z[ recovery-image] May 08 05:17:40.828 INFO O| May 08 05:17:40.828 INFO O| Done
40582025-05-08T05:17:43.398Z[ host-image] May 08 05:17:42.000 INFO O| May 08 05:17:42.000 INFO STEP 11 (pkg_install) COMPLETE
40592025-05-08T05:17:43.398Z[ host-image] May 08 05:17:42.000 INFO O| May 08 05:17:42.000 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40602025-05-08T05:17:43.436Z[ host-image] May 08 05:17:42.039 INFO O| May 08 05:17:42.039 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"]
40612025-05-08T05:17:44.080Z[ recovery-image] May 08 05:17:42.683 INFO O| May 08 05:17:42.683 INFO O| Done
40622025-05-08T05:17:46.256Z[ recovery-image] May 08 05:17:44.858 INFO O| May 08 05:17:44.857 INFO O| Done
40632025-05-08T05:17:46.298Z[ recovery-image] May 08 05:17:44.900 INFO O| May 08 05:17:44.900 INFO O| Done
40642025-05-08T05:17:47.858Z[ host-image] May 08 05:17:46.459 INFO O| May 08 05:17:46.459 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40652025-05-08T05:17:51.578Z[ recovery-image] May 08 05:17:50.178 INFO O| May 08 05:17:50.177 INFO O| Done
40662025-05-08T05:17:52.449Z[ recovery-image] May 08 05:17:51.049 INFO O| May 08 05:17:51.049 INFO O| Done
40672025-05-08T05:17:53.406Z[ recovery-image] May 08 05:17:52.005 INFO O| May 08 05:17:52.005 INFO STEP 11 (pkg_install) COMPLETE
40682025-05-08T05:17:53.407Z[ recovery-image] May 08 05:17:52.005 INFO O| May 08 05:17:52.005 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40692025-05-08T05:17:53.410Z[ recovery-image] May 08 05:17:52.005 INFO O| May 08 05:17:52.005 INFO skip step because feature "recovery" is enabled
40702025-05-08T05:17:53.410Z[ recovery-image] May 08 05:17:52.005 INFO O| May 08 05:17:52.005 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40712025-05-08T05:17:53.410Z[ recovery-image] May 08 05:17:52.005 INFO O| May 08 05:17:52.005 INFO skip step because feature "omicron1" is not enabled
40722025-05-08T05:17:53.410Z[ recovery-image] May 08 05:17:52.005 INFO O| May 08 05:17:52.005 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40732025-05-08T05:17:53.431Z[ recovery-image] May 08 05:17:52.030 INFO O| May 08 05:17:52.030 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.361"]
40742025-05-08T05:17:54.647Z[ recovery-image] May 08 05:17:53.246 INFO O| May 08 05:17:53.246 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40752025-05-08T05:17:54.994Z[ host-image] May 08 05:17:53.592 INFO O| May 08 05:17:53.592 INFO O| Planning: Solver setup ... Done
40762025-05-08T05:17:55.002Z[ host-image] May 08 05:17:53.600 INFO O| May 08 05:17:53.600 INFO O| Planning: Running solver ... Done
40772025-05-08T05:17:55.151Z[ host-image] May 08 05:17:53.749 INFO O| May 08 05:17:53.749 INFO O| Planning: Finding local manifests ... Done
40782025-05-08T05:17:55.154Z[ host-image] May 08 05:17:53.751 INFO O| May 08 05:17:53.751 INFO O| Planning: Fetching manifests: 0/5 0% complete
40792025-05-08T05:17:55.618Z[ host-image] May 08 05:17:54.215 INFO O| May 08 05:17:54.215 INFO O| Planning: Fetching manifests: 5/5 100% complete
40802025-05-08T05:17:55.697Z[ host-image] May 08 05:17:54.295 INFO O| May 08 05:17:54.295 INFO O| Planning: Package planning ... Done
40812025-05-08T05:17:55.704Z[ host-image] May 08 05:17:54.302 INFO O| May 08 05:17:54.302 INFO O| Planning: Merging actions ... Done
40822025-05-08T05:17:55.880Z[ host-image] May 08 05:17:54.478 INFO O| May 08 05:17:54.478 INFO O| Planning: Checking for conflicting actions ... Done
40832025-05-08T05:17:55.891Z[ host-image] May 08 05:17:54.489 INFO O| May 08 05:17:54.489 INFO O| Planning: Consolidating action changes ... Done
40842025-05-08T05:17:56.445Z[ host-image] May 08 05:17:55.043 INFO O| May 08 05:17:55.043 INFO O| Planning: Evaluating mediators ... Done
40852025-05-08T05:17:56.448Z[ host-image] May 08 05:17:55.045 INFO O| May 08 05:17:55.045 INFO O| Planning: Planning completed in 8.58 seconds
40862025-05-08T05:17:56.451Z[ host-image] May 08 05:17:55.048 INFO O| May 08 05:17:55.048 INFO O| Packages to install: 5
40872025-05-08T05:17:56.451Z[ host-image] May 08 05:17:55.048 INFO O| May 08 05:17:55.048 INFO O| Services to change: 2
40882025-05-08T05:17:56.475Z[ host-image] May 08 05:17:55.072 INFO O| May 08 05:17:55.072 INFO O| Download: 0/119 items 0.0/1.5MB 0% complete
40892025-05-08T05:17:58.236Z[ host-image] May 08 05:17:56.833 INFO O| May 08 05:17:56.833 INFO O| Download: Completed 1.47 MB in 1.76 seconds (855k/s)
40902025-05-08T05:17:58.342Z[ host-image] May 08 05:17:56.939 INFO O| May 08 05:17:56.939 INFO O| Actions: 1/311 actions (Installing new actions)
40912025-05-08T05:17:58.556Z[ host-image] May 08 05:17:57.153 INFO O| May 08 05:17:57.153 INFO O| Actions: Completed 311 actions in 0.21 seconds.
40922025-05-08T05:17:59.122Z[ host-image] May 08 05:17:57.719 INFO O| May 08 05:17:57.719 INFO O| Done
40932025-05-08T05:17:59.123Z[ host-image] May 08 05:17:57.719 INFO O| May 08 05:17:57.719 INFO O| Done
40942025-05-08T05:17:59.902Z[ recovery-image] May 08 05:17:58.498 INFO O| May 08 05:17:58.498 INFO O| Planning: Solver setup ... Done
40952025-05-08T05:17:59.909Z[ recovery-image] May 08 05:17:58.506 INFO O| May 08 05:17:58.506 INFO O| Planning: Running solver ... Done
40962025-05-08T05:18:00.028Z[ recovery-image] May 08 05:17:58.623 INFO O| May 08 05:17:58.623 INFO O| Planning: Finding local manifests ... Done
40972025-05-08T05:18:00.028Z[ recovery-image] May 08 05:17:58.624 INFO O| May 08 05:17:58.624 INFO O| Planning: Fetching manifests: 0/1 0% complete
40982025-05-08T05:18:00.248Z[ recovery-image] May 08 05:17:58.844 INFO O| May 08 05:17:58.844 INFO O| Planning: Fetching manifests: 1/1 100% complete
40992025-05-08T05:18:00.285Z[ recovery-image] May 08 05:17:58.874 INFO O| May 08 05:17:58.874 INFO O| Planning: Package planning ... Done
41002025-05-08T05:18:00.286Z[ recovery-image] May 08 05:17:58.874 INFO O| May 08 05:17:58.874 INFO O| Planning: Merging actions ... Done
41012025-05-08T05:18:00.337Z[ recovery-image] May 08 05:17:58.933 INFO O| May 08 05:17:58.933 INFO O| Planning: Checking for conflicting actions ... Done
41022025-05-08T05:18:00.340Z[ recovery-image] May 08 05:17:58.934 INFO O| May 08 05:17:58.934 INFO O| Planning: Consolidating action changes ... Done
41032025-05-08T05:18:00.634Z[ recovery-image] May 08 05:17:59.230 INFO O| May 08 05:17:59.230 INFO O| Planning: Evaluating mediators ... Done
41042025-05-08T05:18:00.637Z[ recovery-image] May 08 05:17:59.231 INFO O| May 08 05:17:59.230 INFO O| Planning: Planning completed in 5.98 seconds
41052025-05-08T05:18:00.637Z[ recovery-image] May 08 05:17:59.233 INFO O| May 08 05:17:59.233 INFO O| Packages to install: 1
41062025-05-08T05:18:00.656Z[ recovery-image] May 08 05:17:59.252 INFO O| May 08 05:17:59.252 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
41072025-05-08T05:18:00.782Z[ host-image] May 08 05:17:59.378 INFO O| May 08 05:17:59.378 INFO O| Done
41082025-05-08T05:18:02.648Z[ recovery-image] May 08 05:18:01.243 INFO O| May 08 05:18:01.243 INFO O| Download: Completed 17.23 MB in 1.99 seconds (8.7M/s)
41092025-05-08T05:18:02.735Z[ recovery-image] May 08 05:18:01.330 INFO O| May 08 05:18:01.330 INFO O| Actions: 1/22 actions (Installing new actions)
41102025-05-08T05:18:03.514Z[ recovery-image] May 08 05:18:02.109 INFO O| May 08 05:18:02.108 INFO O| Actions: Completed 22 actions in 0.78 seconds.
41112025-05-08T05:18:03.539Z[ host-image] May 08 05:18:02.134 INFO O| May 08 05:18:02.134 INFO O| Done
41122025-05-08T05:18:03.593Z[ host-image] May 08 05:18:02.187 INFO O| May 08 05:18:02.187 INFO O| Done
41132025-05-08T05:18:03.596Z[ host-image] May 08 05:18:02.188 INFO O| May 08 05:18:02.188 INFO O| Done
41142025-05-08T05:18:03.621Z[ host-image] May 08 05:18:02.216 INFO O| May 08 05:18:02.216 INFO O| Done
41152025-05-08T05:18:03.868Z[ host-image] May 08 05:18:02.463 INFO O| May 08 05:18:02.463 INFO STEP 12 (pkg_install) COMPLETE
41162025-05-08T05:18:03.869Z[ host-image] May 08 05:18:02.463 INFO O| May 08 05:18:02.463 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41172025-05-08T05:18:03.888Z[ host-image] May 08 05:18:02.483 INFO O| May 08 05:18:02.483 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41182025-05-08T05:18:04.080Z[ recovery-image] May 08 05:18:02.674 INFO O| May 08 05:18:02.674 INFO O| Done
41192025-05-08T05:18:04.080Z[ recovery-image] May 08 05:18:02.674 INFO O| May 08 05:18:02.674 INFO O| Done
41202025-05-08T05:18:04.990Z[ host-image] May 08 05:18:03.573 INFO O| May 08 05:18:03.573 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41212025-05-08T05:18:05.646Z[ recovery-image] May 08 05:18:04.240 INFO O| May 08 05:18:04.240 INFO O| Done
41222025-05-08T05:18:07.833Z[ recovery-image] May 08 05:18:06.426 INFO O| May 08 05:18:06.426 INFO O| Done
41232025-05-08T05:18:07.856Z[ recovery-image] May 08 05:18:06.450 INFO O| May 08 05:18:06.450 INFO O| Done
41242025-05-08T05:18:07.860Z[ recovery-image] May 08 05:18:06.450 INFO O| May 08 05:18:06.450 INFO O| Done
41252025-05-08T05:18:07.875Z[ recovery-image] May 08 05:18:06.469 INFO O| May 08 05:18:06.469 INFO O| Done
41262025-05-08T05:18:08.106Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO STEP 14 (pkg_install) COMPLETE
41272025-05-08T05:18:08.106Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41282025-05-08T05:18:08.109Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO skip step because feature "mfg" is not enabled
41292025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41302025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO skip step because feature "compliance" is not enabled
41312025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41322025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO skip step because feature "stress" is not enabled
41332025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41342025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO skip step because feature "nfs" is not enabled
41352025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.699 INFO O| May 08 05:18:06.699 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41362025-05-08T05:18:08.110Z[ recovery-image] May 08 05:18:06.700 INFO O| May 08 05:18:06.700 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41372025-05-08T05:18:08.186Z[ recovery-image] May 08 05:18:06.779 INFO O| May 08 05:18:06.779 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41382025-05-08T05:18:08.303Z[ recovery-image] May 08 05:18:06.896 INFO O| May 08 05:18:06.896 INFO completed processing gimlet/ramdisk-01-os
41392025-05-08T05:18:08.408Z[ recovery-image] May 08 05:18:07.000 INFO image builder template: ramdisk-02-trim...
41402025-05-08T05:18:08.411Z[ recovery-image] May 08 05:18:07.001 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/.tmpxS9Odm/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.35.361", "-n", "ramdisk-02-trim"], pwd: None
41412025-05-08T05:18:08.450Z[ recovery-image] May 08 05:18:07.043 INFO O| May 08 05:18:07.043 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41422025-05-08T05:18:08.456Z[ recovery-image] May 08 05:18:07.050 INFO O| May 08 05:18:07.050 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41432025-05-08T05:18:08.552Z[ recovery-image] May 08 05:18:07.145 INFO O| May 08 05:18:07.145 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41442025-05-08T05:18:08.633Z[ recovery-image] May 08 05:18:07.226 INFO O| May 08 05:18:07.226 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41452025-05-08T05:18:08.633Z[ recovery-image] May 08 05:18:07.226 INFO O| May 08 05:18:07.226 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41462025-05-08T05:18:08.643Z[ recovery-image] May 08 05:18:07.237 INFO O| May 08 05:18:07.236 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41472025-05-08T05:18:08.652Z[ recovery-image] May 08 05:18:07.245 INFO O| May 08 05:18:07.245 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41482025-05-08T05:18:08.680Z[ recovery-image] May 08 05:18:07.273 INFO O| May 08 05:18:07.273 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41492025-05-08T05:18:09.611Z[ recovery-image] May 08 05:18:07.742 INFO O| May 08 05:18:07.742 INFO rolled back to input snapshot; work may begin
41502025-05-08T05:18:09.611Z[ recovery-image] May 08 05:18:07.742 INFO O| May 08 05:18:07.742 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41512025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:07.769 INFO O| May 08 05:18:07.769 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:07.787 INFO O| May 08 05:18:07.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41532025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.012 INFO O| May 08 05:18:08.012 INFO STEP 0 (remove_files) COMPLETE
41542025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.012 INFO O| May 08 05:18:08.012 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.045 INFO O| May 08 05:18:08.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41562025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.048 INFO O| May 08 05:18:08.048 INFO STEP 1 (remove_files) COMPLETE
41572025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.048 INFO O| May 08 05:18:08.048 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.087 INFO O| May 08 05:18:08.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41592025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.110 INFO O| May 08 05:18:08.110 INFO STEP 2 (remove_files) COMPLETE
41602025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.110 INFO O| May 08 05:18:08.110 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.138 INFO O| May 08 05:18:08.138 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41622025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.141 INFO O| May 08 05:18:08.141 INFO STEP 3 (remove_files) COMPLETE
41632025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.141 INFO O| May 08 05:18:08.141 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.183 INFO O| May 08 05:18:08.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41652025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.189 INFO O| May 08 05:18:08.189 INFO STEP 4 (remove_files) COMPLETE
41662025-05-08T05:18:09.617Z[ recovery-image] May 08 05:18:08.189 INFO O| May 08 05:18:08.189 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672025-05-08T05:18:09.646Z[ recovery-image] May 08 05:18:08.239 INFO O| May 08 05:18:08.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41682025-05-08T05:18:09.649Z[ recovery-image] May 08 05:18:08.239 INFO O| May 08 05:18:08.239 INFO STEP 5 (remove_files) COMPLETE
41692025-05-08T05:18:09.649Z[ recovery-image] May 08 05:18:08.239 INFO O| May 08 05:18:08.239 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702025-05-08T05:18:09.675Z[ recovery-image] May 08 05:18:08.268 INFO O| May 08 05:18:08.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41712025-05-08T05:18:09.693Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.284 INFO STEP 6 (remove_files) COMPLETE
41722025-05-08T05:18:09.693Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.285 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732025-05-08T05:18:09.696Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.285 INFO skip step because feature "recovery" is enabled
41742025-05-08T05:18:09.696Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.285 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752025-05-08T05:18:09.696Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.285 INFO skip step because feature "recovery" is enabled
41762025-05-08T05:18:09.696Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.285 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772025-05-08T05:18:09.696Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.285 INFO skip step because feature "recovery" is enabled
41782025-05-08T05:18:09.696Z[ recovery-image] May 08 05:18:08.285 INFO O| May 08 05:18:08.285 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792025-05-08T05:18:09.728Z[ recovery-image] May 08 05:18:08.321 INFO O| May 08 05:18:08.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41802025-05-08T05:18:09.734Z[ recovery-image] May 08 05:18:08.327 INFO O| May 08 05:18:08.327 INFO STEP 10 (remove_files) COMPLETE
41812025-05-08T05:18:09.734Z[ recovery-image] May 08 05:18:08.327 INFO O| May 08 05:18:08.327 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822025-05-08T05:18:09.772Z[ recovery-image] May 08 05:18:08.365 INFO O| May 08 05:18:08.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41832025-05-08T05:18:09.775Z[ recovery-image] May 08 05:18:08.366 INFO O| May 08 05:18:08.366 INFO STEP 11 (remove_files) COMPLETE
41842025-05-08T05:18:09.775Z[ recovery-image] May 08 05:18:08.366 INFO O| May 08 05:18:08.366 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852025-05-08T05:18:09.795Z[ recovery-image] May 08 05:18:08.387 INFO O| May 08 05:18:08.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41862025-05-08T05:18:09.798Z[ recovery-image] May 08 05:18:08.389 INFO O| May 08 05:18:08.389 INFO STEP 12 (remove_files) COMPLETE
41872025-05-08T05:18:09.798Z[ recovery-image] May 08 05:18:08.389 INFO O| May 08 05:18:08.389 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882025-05-08T05:18:10.124Z[ recovery-image] May 08 05:18:08.716 INFO O| May 08 05:18:08.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41892025-05-08T05:18:10.127Z[ recovery-image] May 08 05:18:08.717 INFO O| May 08 05:18:08.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41902025-05-08T05:18:10.211Z[ recovery-image] May 08 05:18:08.803 INFO O| May 08 05:18:08.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41912025-05-08T05:18:10.214Z[ recovery-image] May 08 05:18:08.804 INFO O| May 08 05:18:08.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41922025-05-08T05:18:10.256Z[ recovery-image] May 08 05:18:08.848 INFO O| May 08 05:18:08.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41932025-05-08T05:18:10.290Z[ recovery-image] May 08 05:18:08.882 INFO O| May 08 05:18:08.881 INFO STEP 13 (remove_files) COMPLETE
41942025-05-08T05:18:10.290Z[ recovery-image] May 08 05:18:08.882 INFO O| May 08 05:18:08.882 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952025-05-08T05:18:10.327Z[ host-image] May 08 05:18:08.920 INFO O| May 08 05:18:08.920 INFO O| Planning: Solver setup ... Done
41962025-05-08T05:18:10.336Z[ host-image] May 08 05:18:08.928 INFO O| May 08 05:18:08.928 INFO O| Planning: Running solver ... Done
41972025-05-08T05:18:10.352Z[ recovery-image] May 08 05:18:08.944 INFO O| May 08 05:18:08.944 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41982025-05-08T05:18:10.355Z[ recovery-image] May 08 05:18:08.947 INFO O| May 08 05:18:08.947 INFO STEP 14 (remove_files) COMPLETE
41992025-05-08T05:18:10.355Z[ recovery-image] May 08 05:18:08.947 INFO O| May 08 05:18:08.947 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002025-05-08T05:18:10.411Z[ recovery-image] May 08 05:18:09.003 INFO O| May 08 05:18:09.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42012025-05-08T05:18:10.421Z[ recovery-image] May 08 05:18:09.013 INFO O| May 08 05:18:09.013 INFO STEP 15 (remove_files) COMPLETE
42022025-05-08T05:18:10.421Z[ recovery-image] May 08 05:18:09.013 INFO O| May 08 05:18:09.013 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032025-05-08T05:18:10.443Z[ recovery-image] May 08 05:18:09.034 INFO O| May 08 05:18:09.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42042025-05-08T05:18:10.443Z[ recovery-image] May 08 05:18:09.034 INFO O| May 08 05:18:09.034 INFO STEP 16 (remove_files) COMPLETE
42052025-05-08T05:18:10.443Z[ recovery-image] May 08 05:18:09.034 INFO O| May 08 05:18:09.034 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062025-05-08T05:18:10.474Z[ recovery-image] May 08 05:18:09.066 INFO O| May 08 05:18:09.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42072025-05-08T05:18:10.478Z[ recovery-image] May 08 05:18:09.068 INFO O| May 08 05:18:09.068 INFO STEP 17 (remove_files) COMPLETE
42082025-05-08T05:18:10.478Z[ recovery-image] May 08 05:18:09.068 INFO O| May 08 05:18:09.068 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092025-05-08T05:18:10.478Z[ host-image] May 08 05:18:09.069 INFO O| May 08 05:18:09.069 INFO O| Planning: Finding local manifests ... Done
42102025-05-08T05:18:10.481Z[ host-image] May 08 05:18:09.072 INFO O| May 08 05:18:09.072 INFO O| Planning: Fetching manifests: 0/6 0% complete
42112025-05-08T05:18:10.497Z[ recovery-image] May 08 05:18:09.090 INFO O| May 08 05:18:09.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42122025-05-08T05:18:10.500Z[ recovery-image] May 08 05:18:09.090 INFO O| May 08 05:18:09.090 INFO STEP 18 (remove_files) COMPLETE
42132025-05-08T05:18:10.501Z[ recovery-image] May 08 05:18:09.090 INFO O| May 08 05:18:09.090 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142025-05-08T05:18:10.518Z[ recovery-image] May 08 05:18:09.110 INFO O| May 08 05:18:09.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42152025-05-08T05:18:10.518Z[ recovery-image] May 08 05:18:09.111 INFO O| May 08 05:18:09.110 INFO STEP 19 (remove_files) COMPLETE
42162025-05-08T05:18:10.518Z[ recovery-image] May 08 05:18:09.111 INFO O| May 08 05:18:09.111 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172025-05-08T05:18:10.548Z[ recovery-image] May 08 05:18:09.140 INFO O| May 08 05:18:09.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42182025-05-08T05:18:10.548Z[ recovery-image] May 08 05:18:09.140 INFO O| May 08 05:18:09.140 INFO STEP 20 (remove_files) COMPLETE
42192025-05-08T05:18:10.551Z[ recovery-image] May 08 05:18:09.140 INFO O| May 08 05:18:09.140 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202025-05-08T05:18:10.596Z[ recovery-image] May 08 05:18:09.188 INFO O| May 08 05:18:09.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42212025-05-08T05:18:10.596Z[ recovery-image] May 08 05:18:09.188 INFO O| May 08 05:18:09.188 INFO STEP 21 (remove_files) COMPLETE
42222025-05-08T05:18:10.596Z[ recovery-image] May 08 05:18:09.188 INFO O| May 08 05:18:09.188 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232025-05-08T05:18:10.654Z[ recovery-image] May 08 05:18:09.246 INFO O| May 08 05:18:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42242025-05-08T05:18:10.654Z[ recovery-image] May 08 05:18:09.246 INFO O| May 08 05:18:09.246 INFO STEP 22 (remove_files) COMPLETE
42252025-05-08T05:18:10.657Z[ recovery-image] May 08 05:18:09.246 INFO O| May 08 05:18:09.246 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262025-05-08T05:18:10.697Z[ recovery-image] May 08 05:18:09.289 INFO O| May 08 05:18:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42272025-05-08T05:18:10.700Z[ recovery-image] May 08 05:18:09.289 INFO O| May 08 05:18:09.289 INFO STEP 23 (remove_files) COMPLETE
42282025-05-08T05:18:10.700Z[ recovery-image] May 08 05:18:09.289 INFO O| May 08 05:18:09.289 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292025-05-08T05:18:10.759Z[ recovery-image] May 08 05:18:09.350 INFO O| May 08 05:18:09.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42302025-05-08T05:18:10.763Z[ recovery-image] May 08 05:18:09.350 INFO O| May 08 05:18:09.350 INFO STEP 24 (remove_files) COMPLETE
42312025-05-08T05:18:10.763Z[ recovery-image] May 08 05:18:09.351 INFO O| May 08 05:18:09.350 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322025-05-08T05:18:10.779Z[ recovery-image] May 08 05:18:09.371 INFO O| May 08 05:18:09.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42332025-05-08T05:18:10.782Z[ recovery-image] May 08 05:18:09.371 INFO O| May 08 05:18:09.371 INFO STEP 25 (remove_files) COMPLETE
42342025-05-08T05:18:10.782Z[ recovery-image] May 08 05:18:09.371 INFO O| May 08 05:18:09.371 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352025-05-08T05:18:10.799Z[ recovery-image] May 08 05:18:09.391 INFO O| May 08 05:18:09.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42362025-05-08T05:18:10.802Z[ recovery-image] May 08 05:18:09.391 INFO O| May 08 05:18:09.391 INFO STEP 26 (remove_files) COMPLETE
42372025-05-08T05:18:10.802Z[ recovery-image] May 08 05:18:09.391 INFO O| May 08 05:18:09.391 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382025-05-08T05:18:10.818Z[ recovery-image] May 08 05:18:09.410 INFO O| May 08 05:18:09.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42392025-05-08T05:18:10.821Z[ recovery-image] May 08 05:18:09.411 INFO O| May 08 05:18:09.411 INFO STEP 27 (remove_files) COMPLETE
42402025-05-08T05:18:10.821Z[ recovery-image] May 08 05:18:09.411 INFO O| May 08 05:18:09.411 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412025-05-08T05:18:10.844Z[ recovery-image] May 08 05:18:09.436 INFO O| May 08 05:18:09.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42422025-05-08T05:18:10.847Z[ recovery-image] May 08 05:18:09.436 INFO O| May 08 05:18:09.436 INFO STEP 28 (remove_files) COMPLETE
42432025-05-08T05:18:10.847Z[ recovery-image] May 08 05:18:09.436 INFO O| May 08 05:18:09.436 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442025-05-08T05:18:10.865Z[ recovery-image] May 08 05:18:09.457 INFO O| May 08 05:18:09.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42452025-05-08T05:18:10.865Z[ recovery-image] May 08 05:18:09.457 INFO O| May 08 05:18:09.457 INFO STEP 29 (remove_files) COMPLETE
42462025-05-08T05:18:10.868Z[ recovery-image] May 08 05:18:09.458 INFO O| May 08 05:18:09.458 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472025-05-08T05:18:10.886Z[ recovery-image] May 08 05:18:09.478 INFO O| May 08 05:18:09.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42482025-05-08T05:18:10.886Z[ recovery-image] May 08 05:18:09.478 INFO O| May 08 05:18:09.478 INFO STEP 30 (remove_files) COMPLETE
42492025-05-08T05:18:10.889Z[ recovery-image] May 08 05:18:09.478 INFO O| May 08 05:18:09.478 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502025-05-08T05:18:10.905Z[ recovery-image] May 08 05:18:09.497 INFO O| May 08 05:18:09.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42512025-05-08T05:18:10.908Z[ recovery-image] May 08 05:18:09.497 INFO O| May 08 05:18:09.497 INFO STEP 31 (remove_files) COMPLETE
42522025-05-08T05:18:10.908Z[ recovery-image] May 08 05:18:09.497 INFO O| May 08 05:18:09.497 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532025-05-08T05:18:10.924Z[ recovery-image] May 08 05:18:09.516 INFO O| May 08 05:18:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42542025-05-08T05:18:10.924Z[ recovery-image] May 08 05:18:09.516 INFO O| May 08 05:18:09.516 INFO STEP 32 (remove_files) COMPLETE
42552025-05-08T05:18:10.927Z[ recovery-image] May 08 05:18:09.516 INFO O| May 08 05:18:09.516 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562025-05-08T05:18:10.952Z[ host-image] May 08 05:18:09.544 INFO O| May 08 05:18:09.544 INFO O| Planning: Fetching manifests: 6/6 100% complete
42572025-05-08T05:18:10.955Z[ recovery-image] May 08 05:18:09.547 INFO O| May 08 05:18:09.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42582025-05-08T05:18:10.955Z[ recovery-image] May 08 05:18:09.547 INFO O| May 08 05:18:09.547 INFO STEP 33 (remove_files) COMPLETE
42592025-05-08T05:18:10.955Z[ recovery-image] May 08 05:18:09.547 INFO O| May 08 05:18:09.547 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602025-05-08T05:18:10.996Z[ recovery-image] May 08 05:18:09.586 INFO O| May 08 05:18:09.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42612025-05-08T05:18:10.996Z[ recovery-image] May 08 05:18:09.586 INFO O| May 08 05:18:09.586 INFO STEP 34 (remove_files) COMPLETE
42622025-05-08T05:18:10.996Z[ recovery-image] May 08 05:18:09.586 INFO O| May 08 05:18:09.586 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42632025-05-08T05:18:11.007Z[ host-image] May 08 05:18:09.599 INFO O| May 08 05:18:09.599 INFO O| Planning: Package planning ... Done
42642025-05-08T05:18:11.039Z[ recovery-image] May 08 05:18:09.631 INFO O| May 08 05:18:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42652025-05-08T05:18:11.039Z[ recovery-image] May 08 05:18:09.631 INFO O| May 08 05:18:09.631 INFO STEP 35 (remove_files) COMPLETE
42662025-05-08T05:18:11.039Z[ recovery-image] May 08 05:18:09.631 INFO O| May 08 05:18:09.631 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672025-05-08T05:18:11.042Z[ host-image] May 08 05:18:09.634 INFO O| May 08 05:18:09.634 INFO O| Planning: Merging actions ... Done
42682025-05-08T05:18:11.058Z[ recovery-image] May 08 05:18:09.651 INFO O| May 08 05:18:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42692025-05-08T05:18:11.059Z[ recovery-image] May 08 05:18:09.651 INFO O| May 08 05:18:09.651 INFO STEP 36 (remove_files) COMPLETE
42702025-05-08T05:18:11.061Z[ recovery-image] May 08 05:18:09.651 INFO O| May 08 05:18:09.651 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712025-05-08T05:18:11.077Z[ recovery-image] May 08 05:18:09.669 INFO O| May 08 05:18:09.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42722025-05-08T05:18:11.077Z[ recovery-image] May 08 05:18:09.669 INFO O| May 08 05:18:09.669 INFO STEP 37 (remove_files) COMPLETE
42732025-05-08T05:18:11.077Z[ recovery-image] May 08 05:18:09.669 INFO O| May 08 05:18:09.669 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742025-05-08T05:18:11.115Z[ recovery-image] May 08 05:18:09.707 INFO O| May 08 05:18:09.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42752025-05-08T05:18:11.115Z[ recovery-image] May 08 05:18:09.707 INFO O| May 08 05:18:09.707 INFO STEP 38 (remove_files) COMPLETE
42762025-05-08T05:18:11.115Z[ recovery-image] May 08 05:18:09.707 INFO O| May 08 05:18:09.707 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772025-05-08T05:18:11.135Z[ recovery-image] May 08 05:18:09.727 INFO O| May 08 05:18:09.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42782025-05-08T05:18:11.135Z[ recovery-image] May 08 05:18:09.727 INFO O| May 08 05:18:09.727 INFO STEP 39 (remove_files) COMPLETE
42792025-05-08T05:18:11.138Z[ recovery-image] May 08 05:18:09.727 INFO O| May 08 05:18:09.727 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802025-05-08T05:18:11.191Z[ host-image] May 08 05:18:09.783 INFO O| May 08 05:18:09.783 INFO O| Planning: Checking for conflicting actions ... Done
42812025-05-08T05:18:11.195Z[ recovery-image] May 08 05:18:09.784 INFO O| May 08 05:18:09.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42822025-05-08T05:18:11.195Z[ recovery-image] May 08 05:18:09.784 INFO O| May 08 05:18:09.784 INFO STEP 40 (remove_files) COMPLETE
42832025-05-08T05:18:11.195Z[ recovery-image] May 08 05:18:09.784 INFO O| May 08 05:18:09.784 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842025-05-08T05:18:11.198Z[ host-image] May 08 05:18:09.790 INFO O| May 08 05:18:09.790 INFO O| Planning: Consolidating action changes ... Done
42852025-05-08T05:18:11.211Z[ recovery-image] May 08 05:18:09.803 INFO O| May 08 05:18:09.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42862025-05-08T05:18:11.211Z[ recovery-image] May 08 05:18:09.803 INFO O| May 08 05:18:09.803 INFO STEP 41 (remove_files) COMPLETE
42872025-05-08T05:18:11.211Z[ recovery-image] May 08 05:18:09.803 INFO O| May 08 05:18:09.803 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882025-05-08T05:18:11.247Z[ recovery-image] May 08 05:18:09.839 INFO O| May 08 05:18:09.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42892025-05-08T05:18:11.247Z[ recovery-image] May 08 05:18:09.839 INFO O| May 08 05:18:09.839 INFO STEP 42 (remove_files) COMPLETE
42902025-05-08T05:18:11.250Z[ recovery-image] May 08 05:18:09.839 INFO O| May 08 05:18:09.839 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912025-05-08T05:18:11.284Z[ recovery-image] May 08 05:18:09.876 INFO O| May 08 05:18:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42922025-05-08T05:18:11.284Z[ recovery-image] May 08 05:18:09.876 INFO O| May 08 05:18:09.876 INFO STEP 43 (remove_files) COMPLETE
42932025-05-08T05:18:11.287Z[ recovery-image] May 08 05:18:09.876 INFO O| May 08 05:18:09.876 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942025-05-08T05:18:11.303Z[ recovery-image] May 08 05:18:09.896 INFO O| May 08 05:18:09.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42952025-05-08T05:18:11.303Z[ recovery-image] May 08 05:18:09.896 INFO O| May 08 05:18:09.896 INFO STEP 44 (remove_files) COMPLETE
42962025-05-08T05:18:11.303Z[ recovery-image] May 08 05:18:09.896 INFO O| May 08 05:18:09.896 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972025-05-08T05:18:11.336Z[ recovery-image] May 08 05:18:09.928 INFO O| May 08 05:18:09.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42982025-05-08T05:18:11.336Z[ recovery-image] May 08 05:18:09.928 INFO O| May 08 05:18:09.928 INFO STEP 45 (remove_files) COMPLETE
42992025-05-08T05:18:11.339Z[ recovery-image] May 08 05:18:09.928 INFO O| May 08 05:18:09.928 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002025-05-08T05:18:11.395Z[ recovery-image] May 08 05:18:09.987 INFO O| May 08 05:18:09.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43012025-05-08T05:18:11.395Z[ recovery-image] May 08 05:18:09.987 INFO O| May 08 05:18:09.987 INFO STEP 46 (remove_files) COMPLETE
43022025-05-08T05:18:11.398Z[ recovery-image] May 08 05:18:09.987 INFO O| May 08 05:18:09.987 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-05-08T05:18:11.433Z[ recovery-image] May 08 05:18:10.025 INFO O| May 08 05:18:10.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43042025-05-08T05:18:11.433Z[ recovery-image] May 08 05:18:10.025 INFO O| May 08 05:18:10.025 INFO STEP 47 (remove_files) COMPLETE
43052025-05-08T05:18:11.433Z[ recovery-image] May 08 05:18:10.025 INFO O| May 08 05:18:10.025 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-05-08T05:18:11.454Z[ recovery-image] May 08 05:18:10.046 INFO O| May 08 05:18:10.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43072025-05-08T05:18:11.457Z[ recovery-image] May 08 05:18:10.046 INFO O| May 08 05:18:10.046 INFO STEP 48 (remove_files) COMPLETE
43082025-05-08T05:18:11.457Z[ recovery-image] May 08 05:18:10.046 INFO O| May 08 05:18:10.046 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-05-08T05:18:11.493Z[ recovery-image] May 08 05:18:10.085 INFO O| May 08 05:18:10.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43102025-05-08T05:18:11.496Z[ recovery-image] May 08 05:18:10.085 INFO O| May 08 05:18:10.085 INFO STEP 49 (remove_files) COMPLETE
43112025-05-08T05:18:11.496Z[ recovery-image] May 08 05:18:10.085 INFO O| May 08 05:18:10.085 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122025-05-08T05:18:11.525Z[ recovery-image] May 08 05:18:10.117 INFO O| May 08 05:18:10.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43132025-05-08T05:18:11.525Z[ recovery-image] May 08 05:18:10.117 INFO O| May 08 05:18:10.117 INFO STEP 50 (remove_files) COMPLETE
43142025-05-08T05:18:11.529Z[ recovery-image] May 08 05:18:10.117 INFO O| May 08 05:18:10.117 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152025-05-08T05:18:11.544Z[ recovery-image] May 08 05:18:10.136 INFO O| May 08 05:18:10.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43162025-05-08T05:18:11.544Z[ recovery-image] May 08 05:18:10.136 INFO O| May 08 05:18:10.136 INFO STEP 51 (remove_files) COMPLETE
43172025-05-08T05:18:11.544Z[ recovery-image] May 08 05:18:10.136 INFO O| May 08 05:18:10.136 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182025-05-08T05:18:11.562Z[ recovery-image] May 08 05:18:10.154 INFO O| May 08 05:18:10.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43192025-05-08T05:18:11.562Z[ recovery-image] May 08 05:18:10.154 INFO O| May 08 05:18:10.154 INFO STEP 52 (remove_files) COMPLETE
43202025-05-08T05:18:11.565Z[ recovery-image] May 08 05:18:10.154 INFO O| May 08 05:18:10.154 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-05-08T05:18:11.583Z[ host-image] May 08 05:18:10.175 INFO O| May 08 05:18:10.175 INFO O| Planning: Evaluating mediators ... Done
43222025-05-08T05:18:11.588Z[ host-image] May 08 05:18:10.181 INFO O| May 08 05:18:10.181 INFO O| Planning: Planning completed in 6.61 seconds
43232025-05-08T05:18:11.592Z[ host-image] May 08 05:18:10.184 INFO O| May 08 05:18:10.183 INFO O| Packages to install: 6
43242025-05-08T05:18:11.592Z[ host-image] May 08 05:18:10.184 INFO O| May 08 05:18:10.184 INFO O| Mediators to change: 1
43252025-05-08T05:18:11.592Z[ host-image] May 08 05:18:10.184 INFO O| May 08 05:18:10.184 INFO O| Services to change: 1
43262025-05-08T05:18:11.602Z[ recovery-image] May 08 05:18:10.194 INFO O| May 08 05:18:10.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43272025-05-08T05:18:11.605Z[ recovery-image] May 08 05:18:10.194 INFO O| May 08 05:18:10.194 INFO STEP 53 (remove_files) COMPLETE
43282025-05-08T05:18:11.605Z[ recovery-image] May 08 05:18:10.195 INFO O| May 08 05:18:10.194 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43292025-05-08T05:18:11.621Z[ recovery-image] May 08 05:18:10.213 INFO O| May 08 05:18:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43302025-05-08T05:18:11.621Z[ recovery-image] May 08 05:18:10.213 INFO O| May 08 05:18:10.213 INFO STEP 54 (remove_files) COMPLETE
43312025-05-08T05:18:11.621Z[ recovery-image] May 08 05:18:10.213 INFO O| May 08 05:18:10.213 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43322025-05-08T05:18:11.636Z[ host-image] May 08 05:18:10.228 INFO O| May 08 05:18:10.228 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43332025-05-08T05:18:11.650Z[ recovery-image] May 08 05:18:10.241 INFO O| May 08 05:18:10.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43342025-05-08T05:18:11.653Z[ recovery-image] May 08 05:18:10.241 INFO O| May 08 05:18:10.241 INFO STEP 55 (remove_files) COMPLETE
43352025-05-08T05:18:11.653Z[ recovery-image] May 08 05:18:10.241 INFO O| May 08 05:18:10.241 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-05-08T05:18:11.678Z[ recovery-image] May 08 05:18:10.270 INFO O| May 08 05:18:10.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43372025-05-08T05:18:11.679Z[ recovery-image] May 08 05:18:10.270 INFO O| May 08 05:18:10.270 INFO STEP 56 (remove_files) COMPLETE
43382025-05-08T05:18:11.682Z[ recovery-image] May 08 05:18:10.271 INFO O| May 08 05:18:10.270 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392025-05-08T05:18:11.717Z[ recovery-image] May 08 05:18:10.309 INFO O| May 08 05:18:10.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43402025-05-08T05:18:11.717Z[ recovery-image] May 08 05:18:10.309 INFO O| May 08 05:18:10.309 INFO STEP 57 (remove_files) COMPLETE
43412025-05-08T05:18:11.720Z[ recovery-image] May 08 05:18:10.309 INFO O| May 08 05:18:10.309 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422025-05-08T05:18:11.738Z[ recovery-image] May 08 05:18:10.330 INFO O| May 08 05:18:10.330 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43432025-05-08T05:18:11.739Z[ recovery-image] May 08 05:18:10.330 INFO O| May 08 05:18:10.330 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43442025-05-08T05:18:11.742Z[ recovery-image] May 08 05:18:10.331 INFO O| May 08 05:18:10.331 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43452025-05-08T05:18:11.742Z[ recovery-image] May 08 05:18:10.331 INFO O| May 08 05:18:10.331 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43462025-05-08T05:18:11.742Z[ recovery-image] May 08 05:18:10.331 INFO O| May 08 05:18:10.331 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43472025-05-08T05:18:11.742Z[ recovery-image] May 08 05:18:10.331 INFO O| May 08 05:18:10.331 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43482025-05-08T05:18:11.742Z[ recovery-image] May 08 05:18:10.331 INFO O| May 08 05:18:10.331 INFO ok!
43492025-05-08T05:18:11.742Z[ recovery-image] May 08 05:18:10.331 INFO O| May 08 05:18:10.331 INFO STEP 58 (ensure_file) COMPLETE
43502025-05-08T05:18:11.742Z[ recovery-image] May 08 05:18:10.331 INFO O| May 08 05:18:10.331 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43512025-05-08T05:18:11.782Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43522025-05-08T05:18:11.782Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43532025-05-08T05:18:11.785Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43542025-05-08T05:18:11.785Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43552025-05-08T05:18:11.785Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43562025-05-08T05:18:11.785Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43572025-05-08T05:18:11.785Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO ok!
43582025-05-08T05:18:11.785Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO STEP 59 (ensure_file) COMPLETE
43592025-05-08T05:18:11.785Z[ recovery-image] May 08 05:18:10.374 INFO O| May 08 05:18:10.374 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43602025-05-08T05:18:11.820Z[ recovery-image] May 08 05:18:10.412 INFO O| May 08 05:18:10.412 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43612025-05-08T05:18:11.820Z[ recovery-image] May 08 05:18:10.412 INFO O| May 08 05:18:10.412 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43622025-05-08T05:18:11.823Z[ recovery-image] May 08 05:18:10.412 INFO O| May 08 05:18:10.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43632025-05-08T05:18:11.823Z[ recovery-image] May 08 05:18:10.412 INFO O| May 08 05:18:10.412 INFO ok!
43642025-05-08T05:18:11.823Z[ recovery-image] May 08 05:18:10.412 INFO O| May 08 05:18:10.412 INFO STEP 60 (ensure_file) COMPLETE
43652025-05-08T05:18:11.823Z[ recovery-image] May 08 05:18:10.412 INFO O| May 08 05:18:10.412 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662025-05-08T05:18:11.841Z[ recovery-image] May 08 05:18:10.433 INFO O| May 08 05:18:10.433 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43672025-05-08T05:18:11.841Z[ recovery-image] May 08 05:18:10.433 INFO O| May 08 05:18:10.433 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43682025-05-08T05:18:11.845Z[ recovery-image] May 08 05:18:10.433 INFO O| May 08 05:18:10.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43692025-05-08T05:18:11.845Z[ recovery-image] May 08 05:18:10.433 INFO O| May 08 05:18:10.433 INFO ok!
43702025-05-08T05:18:11.845Z[ recovery-image] May 08 05:18:10.433 INFO O| May 08 05:18:10.433 INFO STEP 61 (ensure_file) COMPLETE
43712025-05-08T05:18:11.845Z[ recovery-image] May 08 05:18:10.433 INFO O| May 08 05:18:10.433 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43722025-05-08T05:18:11.862Z[ recovery-image] May 08 05:18:10.454 INFO O| May 08 05:18:10.454 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43732025-05-08T05:18:11.863Z[ recovery-image] May 08 05:18:10.454 INFO O| May 08 05:18:10.454 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43742025-05-08T05:18:11.866Z[ recovery-image] May 08 05:18:10.455 INFO O| May 08 05:18:10.454 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43752025-05-08T05:18:11.866Z[ recovery-image] May 08 05:18:10.455 INFO O| May 08 05:18:10.455 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43762025-05-08T05:18:11.866Z[ recovery-image] May 08 05:18:10.455 INFO O| May 08 05:18:10.455 INFO ok!
43772025-05-08T05:18:11.866Z[ recovery-image] May 08 05:18:10.455 INFO O| May 08 05:18:10.455 INFO STEP 62 (ensure_file) COMPLETE
43782025-05-08T05:18:11.866Z[ recovery-image] May 08 05:18:10.455 INFO O| May 08 05:18:10.455 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-05-08T05:18:11.885Z[ recovery-image] May 08 05:18:10.477 INFO O| May 08 05:18:10.477 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43802025-05-08T05:18:11.885Z[ recovery-image] May 08 05:18:10.477 INFO O| May 08 05:18:10.477 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43812025-05-08T05:18:11.885Z[ recovery-image] May 08 05:18:10.477 INFO O| May 08 05:18:10.477 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43822025-05-08T05:18:11.888Z[ recovery-image] May 08 05:18:10.477 INFO O| May 08 05:18:10.477 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43832025-05-08T05:18:11.889Z[ recovery-image] May 08 05:18:10.477 INFO O| May 08 05:18:10.477 INFO ok!
43842025-05-08T05:18:11.889Z[ recovery-image] May 08 05:18:10.477 INFO O| May 08 05:18:10.477 INFO STEP 63 (ensure_file) COMPLETE
43852025-05-08T05:18:11.889Z[ recovery-image] May 08 05:18:10.477 INFO O| May 08 05:18:10.477 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43862025-05-08T05:18:12.020Z[ recovery-image] May 08 05:18:10.612 INFO O| May 08 05:18:10.612 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43872025-05-08T05:18:12.020Z[ recovery-image] May 08 05:18:10.612 INFO O| May 08 05:18:10.612 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43882025-05-08T05:18:12.020Z[ recovery-image] May 08 05:18:10.612 INFO O| May 08 05:18:10.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43892025-05-08T05:18:12.020Z[ recovery-image] May 08 05:18:10.612 INFO O| May 08 05:18:10.612 INFO ok!
43902025-05-08T05:18:12.025Z[ recovery-image] May 08 05:18:10.612 INFO O| May 08 05:18:10.612 INFO STEP 64 (assemble_files) COMPLETE
43912025-05-08T05:18:12.025Z[ recovery-image] May 08 05:18:10.612 INFO O| May 08 05:18:10.612 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43922025-05-08T05:18:12.042Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43932025-05-08T05:18:12.042Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43942025-05-08T05:18:12.042Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43952025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43962025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO ok!
43972025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO STEP 65 (ensure_file) COMPLETE
43982025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43992025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO skip step because feature "omicron1" is not enabled
44002025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44012025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO skip step because feature "omicron1" is not enabled
44022025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44032025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO skip step because feature "omicron1" is not enabled
44042025-05-08T05:18:12.046Z[ recovery-image] May 08 05:18:10.634 INFO O| May 08 05:18:10.634 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44052025-05-08T05:18:12.117Z[ recovery-image] May 08 05:18:10.708 INFO O| May 08 05:18:10.708 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44062025-05-08T05:18:12.117Z[ recovery-image] May 08 05:18:10.708 INFO O| May 08 05:18:10.708 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44072025-05-08T05:18:14.965Z[ recovery-image] May 08 05:18:13.555 INFO O| May 08 05:18:13.555 INFO STEP 69 (pack_tar) COMPLETE
44082025-05-08T05:18:14.965Z[ recovery-image] May 08 05:18:13.555 INFO O| May 08 05:18:13.555 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44092025-05-08T05:18:14.968Z[ recovery-image] May 08 05:18:13.555 INFO O| May 08 05:18:13.555 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44102025-05-08T05:18:15.389Z[ recovery-image] May 08 05:18:13.980 INFO O| May 08 05:18:13.980 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44112025-05-08T05:18:15.510Z[ recovery-image] May 08 05:18:14.100 INFO O| May 08 05:18:14.100 INFO completed processing gimlet/ramdisk-02-trim
44122025-05-08T05:18:15.513Z[ recovery-image] May 08 05:18:14.104 INFO image builder template: ramdisk-03-recovery-trim...
44132025-05-08T05:18:15.513Z[ recovery-image] May 08 05:18:14.104 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/.tmpxS9Odm/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.35.361", "-n", "ramdisk-03-recovery-trim"], pwd: None
44142025-05-08T05:18:15.760Z[ recovery-image] May 08 05:18:14.349 INFO O| May 08 05:18:14.349 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44152025-05-08T05:18:15.787Z[ recovery-image] May 08 05:18:14.377 INFO O| May 08 05:18:14.377 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44162025-05-08T05:18:15.979Z[ recovery-image] May 08 05:18:14.569 INFO O| May 08 05:18:14.569 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44172025-05-08T05:18:16.096Z[ recovery-image] May 08 05:18:14.686 INFO O| May 08 05:18:14.686 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44182025-05-08T05:18:16.096Z[ recovery-image] May 08 05:18:14.687 INFO O| May 08 05:18:14.687 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44192025-05-08T05:18:16.111Z[ recovery-image] May 08 05:18:14.702 INFO O| May 08 05:18:14.702 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44202025-05-08T05:18:16.120Z[ recovery-image] May 08 05:18:14.710 INFO O| May 08 05:18:14.710 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44212025-05-08T05:18:16.130Z[ recovery-image] May 08 05:18:14.720 INFO O| May 08 05:18:14.720 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44222025-05-08T05:18:16.639Z[ host-image] May 08 05:18:15.229 INFO O| May 08 05:18:15.229 INFO O| Download: 1011/1140 items 3.5/8.4MB 41% complete (705k/s)
44232025-05-08T05:18:16.700Z[ recovery-image] May 08 05:18:15.291 INFO O| May 08 05:18:15.290 INFO rolled back to input snapshot; work may begin
44242025-05-08T05:18:16.700Z[ recovery-image] May 08 05:18:15.291 INFO O| May 08 05:18:15.290 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44252025-05-08T05:18:16.710Z[ recovery-image] May 08 05:18:15.300 INFO O| May 08 05:18:15.300 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262025-05-08T05:18:16.729Z[ recovery-image] May 08 05:18:15.319 INFO O| May 08 05:18:15.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44272025-05-08T05:18:16.734Z[ recovery-image] May 08 05:18:15.324 INFO O| May 08 05:18:15.324 INFO STEP 0 (remove_files) COMPLETE
44282025-05-08T05:18:16.734Z[ recovery-image] May 08 05:18:15.324 INFO O| May 08 05:18:15.324 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292025-05-08T05:18:16.760Z[ recovery-image] May 08 05:18:15.350 INFO O| May 08 05:18:15.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44302025-05-08T05:18:17.351Z[ recovery-image] May 08 05:18:15.940 INFO O| May 08 05:18:15.940 INFO STEP 1 (remove_files) COMPLETE
44312025-05-08T05:18:17.351Z[ recovery-image] May 08 05:18:15.941 INFO O| May 08 05:18:15.940 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322025-05-08T05:18:17.388Z[ recovery-image] May 08 05:18:15.977 INFO O| May 08 05:18:15.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44332025-05-08T05:18:17.468Z[ recovery-image] May 08 05:18:16.057 INFO O| May 08 05:18:16.057 INFO STEP 2 (remove_files) COMPLETE
44342025-05-08T05:18:17.468Z[ recovery-image] May 08 05:18:16.058 INFO O| May 08 05:18:16.057 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352025-05-08T05:18:17.527Z[ recovery-image] May 08 05:18:16.117 INFO O| May 08 05:18:16.117 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44362025-05-08T05:18:17.617Z[ recovery-image] May 08 05:18:16.207 INFO O| May 08 05:18:16.206 INFO STEP 3 (remove_files) COMPLETE
44372025-05-08T05:18:17.617Z[ host-image] May 08 05:18:16.207 INFO O| May 08 05:18:16.207 INFO O| Download: Completed 8.42 MB in 5.98 seconds (1.4M/s)
44382025-05-08T05:18:17.632Z[ recovery-image] May 08 05:18:16.221 INFO O| May 08 05:18:16.221 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392025-05-08T05:18:17.677Z[ recovery-image] May 08 05:18:16.266 INFO O| May 08 05:18:16.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44402025-05-08T05:18:17.780Z[ host-image] May 08 05:18:16.370 INFO O| May 08 05:18:16.370 INFO O| Actions: 1/1361 actions (Installing new actions)
44412025-05-08T05:18:17.961Z[ recovery-image] May 08 05:18:16.550 INFO O| May 08 05:18:16.550 INFO STEP 4 (remove_files) COMPLETE
44422025-05-08T05:18:17.961Z[ recovery-image] May 08 05:18:16.550 INFO O| May 08 05:18:16.550 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432025-05-08T05:18:18.024Z[ recovery-image] May 08 05:18:16.614 INFO O| May 08 05:18:16.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44442025-05-08T05:18:18.076Z[ recovery-image] May 08 05:18:16.666 INFO O| May 08 05:18:16.665 INFO STEP 5 (remove_files) COMPLETE
44452025-05-08T05:18:18.079Z[ recovery-image] May 08 05:18:16.666 INFO O| May 08 05:18:16.666 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462025-05-08T05:18:18.101Z[ recovery-image] May 08 05:18:16.691 INFO O| May 08 05:18:16.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44472025-05-08T05:18:18.118Z[ recovery-image] May 08 05:18:16.707 INFO O| May 08 05:18:16.707 INFO STEP 6 (remove_files) COMPLETE
44482025-05-08T05:18:18.118Z[ recovery-image] May 08 05:18:16.707 INFO O| May 08 05:18:16.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492025-05-08T05:18:18.188Z[ recovery-image] May 08 05:18:16.778 INFO O| May 08 05:18:16.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44502025-05-08T05:18:18.312Z[ recovery-image] May 08 05:18:16.901 INFO O| May 08 05:18:16.900 INFO STEP 7 (remove_files) COMPLETE
44512025-05-08T05:18:18.312Z[ recovery-image] May 08 05:18:16.901 INFO O| May 08 05:18:16.900 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522025-05-08T05:18:18.359Z[ recovery-image] May 08 05:18:16.948 INFO O| May 08 05:18:16.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44532025-05-08T05:18:18.362Z[ recovery-image] May 08 05:18:16.949 INFO O| May 08 05:18:16.949 INFO STEP 8 (remove_files) COMPLETE
44542025-05-08T05:18:18.362Z[ recovery-image] May 08 05:18:16.949 INFO O| May 08 05:18:16.949 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552025-05-08T05:18:18.402Z[ host-image] May 08 05:18:16.992 INFO O| May 08 05:18:16.992 INFO O| Actions: Completed 1361 actions in 0.62 seconds.
44562025-05-08T05:18:18.417Z[ recovery-image] May 08 05:18:17.006 INFO O| May 08 05:18:17.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44572025-05-08T05:18:18.460Z[ recovery-image] May 08 05:18:17.049 INFO O| May 08 05:18:17.049 INFO STEP 9 (remove_files) COMPLETE
44582025-05-08T05:18:18.460Z[ recovery-image] May 08 05:18:17.049 INFO O| May 08 05:18:17.049 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592025-05-08T05:18:18.536Z[ recovery-image] May 08 05:18:17.125 INFO O| May 08 05:18:17.125 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44602025-05-08T05:18:18.609Z[ recovery-image] May 08 05:18:17.199 INFO O| May 08 05:18:17.198 INFO STEP 10 (remove_files) COMPLETE
44612025-05-08T05:18:18.609Z[ recovery-image] May 08 05:18:17.199 INFO O| May 08 05:18:17.199 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622025-05-08T05:18:18.638Z[ recovery-image] May 08 05:18:17.227 INFO O| May 08 05:18:17.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44632025-05-08T05:18:18.691Z[ recovery-image] May 08 05:18:17.280 INFO O| May 08 05:18:17.280 INFO STEP 11 (remove_files) COMPLETE
44642025-05-08T05:18:18.691Z[ recovery-image] May 08 05:18:17.280 INFO O| May 08 05:18:17.280 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652025-05-08T05:18:18.711Z[ recovery-image] May 08 05:18:17.301 INFO O| May 08 05:18:17.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44662025-05-08T05:18:18.718Z[ recovery-image] May 08 05:18:17.307 INFO O| May 08 05:18:17.307 INFO STEP 12 (remove_files) COMPLETE
44672025-05-08T05:18:18.721Z[ recovery-image] May 08 05:18:17.307 INFO O| May 08 05:18:17.307 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682025-05-08T05:18:18.739Z[ recovery-image] May 08 05:18:17.329 INFO O| May 08 05:18:17.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44692025-05-08T05:18:18.763Z[ recovery-image] May 08 05:18:17.352 INFO O| May 08 05:18:17.352 INFO STEP 13 (remove_files) COMPLETE
44702025-05-08T05:18:18.763Z[ recovery-image] May 08 05:18:17.352 INFO O| May 08 05:18:17.352 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712025-05-08T05:18:18.821Z[ recovery-image] May 08 05:18:17.410 INFO O| May 08 05:18:17.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44722025-05-08T05:18:18.824Z[ recovery-image] May 08 05:18:17.411 INFO O| May 08 05:18:17.411 INFO STEP 14 (remove_files) COMPLETE
44732025-05-08T05:18:18.824Z[ recovery-image] May 08 05:18:17.411 INFO O| May 08 05:18:17.411 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742025-05-08T05:18:18.843Z[ recovery-image] May 08 05:18:17.432 INFO O| May 08 05:18:17.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44752025-05-08T05:18:18.943Z[ host-image] May 08 05:18:17.531 INFO O| May 08 05:18:17.531 INFO O| Done
44762025-05-08T05:18:18.943Z[ host-image] May 08 05:18:17.531 INFO O| May 08 05:18:17.531 INFO O| Done
44772025-05-08T05:18:19.154Z[ recovery-image] May 08 05:18:17.742 INFO O| May 08 05:18:17.742 INFO STEP 15 (remove_files) COMPLETE
44782025-05-08T05:18:19.154Z[ recovery-image] May 08 05:18:17.742 INFO O| May 08 05:18:17.742 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792025-05-08T05:18:19.213Z[ recovery-image] May 08 05:18:17.802 INFO O| May 08 05:18:17.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44802025-05-08T05:18:19.238Z[ recovery-image] May 08 05:18:17.826 INFO O| May 08 05:18:17.826 INFO STEP 16 (remove_files) COMPLETE
44812025-05-08T05:18:19.238Z[ recovery-image] May 08 05:18:17.826 INFO O| May 08 05:18:17.826 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822025-05-08T05:18:19.270Z[ recovery-image] May 08 05:18:17.859 INFO O| May 08 05:18:17.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44832025-05-08T05:18:19.296Z[ recovery-image] May 08 05:18:17.884 INFO O| May 08 05:18:17.884 INFO STEP 17 (remove_files) COMPLETE
44842025-05-08T05:18:19.296Z[ recovery-image] May 08 05:18:17.884 INFO O| May 08 05:18:17.884 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852025-05-08T05:18:19.350Z[ recovery-image] May 08 05:18:17.939 INFO O| May 08 05:18:17.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44862025-05-08T05:18:19.551Z[ recovery-image] May 08 05:18:18.140 INFO O| May 08 05:18:18.140 INFO STEP 18 (remove_files) COMPLETE
44872025-05-08T05:18:19.551Z[ recovery-image] May 08 05:18:18.140 INFO O| May 08 05:18:18.140 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882025-05-08T05:18:19.581Z[ recovery-image] May 08 05:18:18.170 INFO O| May 08 05:18:18.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44892025-05-08T05:18:19.584Z[ recovery-image] May 08 05:18:18.173 INFO O| May 08 05:18:18.173 INFO STEP 19 (remove_files) COMPLETE
44902025-05-08T05:18:19.584Z[ recovery-image] May 08 05:18:18.173 INFO O| May 08 05:18:18.173 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912025-05-08T05:18:19.634Z[ recovery-image] May 08 05:18:18.223 INFO O| May 08 05:18:18.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44922025-05-08T05:18:19.634Z[ recovery-image] May 08 05:18:18.223 INFO O| May 08 05:18:18.223 INFO STEP 20 (remove_files) COMPLETE
44932025-05-08T05:18:19.634Z[ recovery-image] May 08 05:18:18.223 INFO O| May 08 05:18:18.223 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942025-05-08T05:18:19.655Z[ recovery-image] May 08 05:18:18.244 INFO O| May 08 05:18:18.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44952025-05-08T05:18:19.658Z[ recovery-image] May 08 05:18:18.245 INFO O| May 08 05:18:18.244 INFO STEP 21 (remove_files) COMPLETE
44962025-05-08T05:18:19.658Z[ recovery-image] May 08 05:18:18.245 INFO O| May 08 05:18:18.245 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972025-05-08T05:18:19.675Z[ recovery-image] May 08 05:18:18.264 INFO O| May 08 05:18:18.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44982025-05-08T05:18:19.699Z[ recovery-image] May 08 05:18:18.288 INFO O| May 08 05:18:18.288 INFO STEP 22 (remove_files) COMPLETE
44992025-05-08T05:18:19.699Z[ recovery-image] May 08 05:18:18.288 INFO O| May 08 05:18:18.288 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002025-05-08T05:18:19.720Z[ recovery-image] May 08 05:18:18.309 INFO O| May 08 05:18:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45012025-05-08T05:18:19.720Z[ recovery-image] May 08 05:18:18.309 INFO O| May 08 05:18:18.309 INFO STEP 23 (remove_files) COMPLETE
45022025-05-08T05:18:19.723Z[ recovery-image] May 08 05:18:18.309 INFO O| May 08 05:18:18.309 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032025-05-08T05:18:19.750Z[ recovery-image] May 08 05:18:18.339 INFO O| May 08 05:18:18.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45042025-05-08T05:18:19.750Z[ recovery-image] May 08 05:18:18.339 INFO O| May 08 05:18:18.339 INFO STEP 24 (remove_files) COMPLETE
45052025-05-08T05:18:19.754Z[ recovery-image] May 08 05:18:18.339 INFO O| May 08 05:18:18.339 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062025-05-08T05:18:19.772Z[ recovery-image] May 08 05:18:18.361 INFO O| May 08 05:18:18.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45072025-05-08T05:18:19.794Z[ recovery-image] May 08 05:18:18.382 INFO O| May 08 05:18:18.382 INFO STEP 25 (remove_files) COMPLETE
45082025-05-08T05:18:19.794Z[ recovery-image] May 08 05:18:18.382 INFO O| May 08 05:18:18.382 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092025-05-08T05:18:19.826Z[ recovery-image] May 08 05:18:18.415 INFO O| May 08 05:18:18.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45102025-05-08T05:18:19.826Z[ recovery-image] May 08 05:18:18.415 INFO O| May 08 05:18:18.415 INFO STEP 26 (remove_files) COMPLETE
45112025-05-08T05:18:19.826Z[ recovery-image] May 08 05:18:18.415 INFO O| May 08 05:18:18.415 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122025-05-08T05:18:19.846Z[ recovery-image] May 08 05:18:18.435 INFO O| May 08 05:18:18.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45132025-05-08T05:18:19.946Z[ recovery-image] May 08 05:18:18.534 INFO O| May 08 05:18:18.534 INFO STEP 27 (remove_files) COMPLETE
45142025-05-08T05:18:19.946Z[ recovery-image] May 08 05:18:18.534 INFO O| May 08 05:18:18.534 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152025-05-08T05:18:19.970Z[ recovery-image] May 08 05:18:18.559 INFO O| May 08 05:18:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45162025-05-08T05:18:19.970Z[ recovery-image] May 08 05:18:18.559 INFO O| May 08 05:18:18.559 INFO STEP 28 (remove_files) COMPLETE
45172025-05-08T05:18:19.974Z[ recovery-image] May 08 05:18:18.559 INFO O| May 08 05:18:18.559 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182025-05-08T05:18:20.025Z[ recovery-image] May 08 05:18:18.614 INFO O| May 08 05:18:18.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45192025-05-08T05:18:20.025Z[ recovery-image] May 08 05:18:18.614 INFO O| May 08 05:18:18.614 INFO STEP 29 (remove_files) COMPLETE
45202025-05-08T05:18:20.025Z[ recovery-image] May 08 05:18:18.614 INFO O| May 08 05:18:18.614 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212025-05-08T05:18:20.045Z[ recovery-image] May 08 05:18:18.633 INFO O| May 08 05:18:18.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45222025-05-08T05:18:20.045Z[ recovery-image] May 08 05:18:18.634 INFO O| May 08 05:18:18.633 INFO STEP 30 (remove_files) COMPLETE
45232025-05-08T05:18:20.045Z[ recovery-image] May 08 05:18:18.634 INFO O| May 08 05:18:18.633 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242025-05-08T05:18:20.075Z[ recovery-image] May 08 05:18:18.664 INFO O| May 08 05:18:18.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45252025-05-08T05:18:20.096Z[ recovery-image] May 08 05:18:18.685 INFO O| May 08 05:18:18.685 INFO STEP 31 (remove_files) COMPLETE
45262025-05-08T05:18:20.096Z[ recovery-image] May 08 05:18:18.685 INFO O| May 08 05:18:18.685 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272025-05-08T05:18:20.135Z[ recovery-image] May 08 05:18:18.723 INFO O| May 08 05:18:18.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45282025-05-08T05:18:20.152Z[ recovery-image] May 08 05:18:18.741 INFO O| May 08 05:18:18.741 INFO STEP 32 (remove_files) COMPLETE
45292025-05-08T05:18:20.152Z[ recovery-image] May 08 05:18:18.741 INFO O| May 08 05:18:18.741 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302025-05-08T05:18:20.214Z[ recovery-image] May 08 05:18:18.802 INFO O| May 08 05:18:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45312025-05-08T05:18:20.217Z[ recovery-image] May 08 05:18:18.803 INFO O| May 08 05:18:18.803 INFO STEP 33 (remove_files) COMPLETE
45322025-05-08T05:18:20.217Z[ recovery-image] May 08 05:18:18.803 INFO O| May 08 05:18:18.803 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332025-05-08T05:18:20.241Z[ recovery-image] May 08 05:18:18.830 INFO O| May 08 05:18:18.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45342025-05-08T05:18:20.244Z[ recovery-image] May 08 05:18:18.830 INFO O| May 08 05:18:18.830 INFO STEP 34 (remove_files) COMPLETE
45352025-05-08T05:18:20.244Z[ recovery-image] May 08 05:18:18.830 INFO O| May 08 05:18:18.830 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362025-05-08T05:18:20.262Z[ recovery-image] May 08 05:18:18.851 INFO O| May 08 05:18:18.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45372025-05-08T05:18:20.282Z[ recovery-image] May 08 05:18:18.871 INFO O| May 08 05:18:18.871 INFO STEP 35 (remove_files) COMPLETE
45382025-05-08T05:18:20.282Z[ recovery-image] May 08 05:18:18.871 INFO O| May 08 05:18:18.871 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392025-05-08T05:18:20.304Z[ recovery-image] May 08 05:18:18.893 INFO O| May 08 05:18:18.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45402025-05-08T05:18:20.307Z[ recovery-image] May 08 05:18:18.893 INFO O| May 08 05:18:18.893 INFO STEP 36 (remove_files) COMPLETE
45412025-05-08T05:18:20.307Z[ recovery-image] May 08 05:18:18.893 INFO O| May 08 05:18:18.893 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422025-05-08T05:18:20.329Z[ recovery-image] May 08 05:18:18.917 INFO O| May 08 05:18:18.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45432025-05-08T05:18:20.329Z[ recovery-image] May 08 05:18:18.917 INFO O| May 08 05:18:18.917 INFO STEP 37 (remove_files) COMPLETE
45442025-05-08T05:18:20.329Z[ recovery-image] May 08 05:18:18.917 INFO O| May 08 05:18:18.917 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452025-05-08T05:18:20.350Z[ recovery-image] May 08 05:18:18.939 INFO O| May 08 05:18:18.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45462025-05-08T05:18:20.350Z[ recovery-image] May 08 05:18:18.939 INFO O| May 08 05:18:18.939 INFO STEP 38 (remove_files) COMPLETE
45472025-05-08T05:18:20.350Z[ recovery-image] May 08 05:18:18.939 INFO O| May 08 05:18:18.939 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482025-05-08T05:18:20.416Z[ recovery-image] May 08 05:18:19.004 INFO O| May 08 05:18:19.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45492025-05-08T05:18:20.416Z[ recovery-image] May 08 05:18:19.004 INFO O| May 08 05:18:19.004 INFO STEP 39 (remove_files) COMPLETE
45502025-05-08T05:18:20.419Z[ recovery-image] May 08 05:18:19.004 INFO O| May 08 05:18:19.004 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512025-05-08T05:18:20.438Z[ recovery-image] May 08 05:18:19.026 INFO O| May 08 05:18:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45522025-05-08T05:18:20.438Z[ recovery-image] May 08 05:18:19.026 INFO O| May 08 05:18:19.026 INFO STEP 40 (remove_files) COMPLETE
45532025-05-08T05:18:20.442Z[ recovery-image] May 08 05:18:19.026 INFO O| May 08 05:18:19.026 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542025-05-08T05:18:20.479Z[ recovery-image] May 08 05:18:19.067 INFO O| May 08 05:18:19.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45552025-05-08T05:18:20.479Z[ recovery-image] May 08 05:18:19.067 INFO O| May 08 05:18:19.067 INFO STEP 41 (remove_files) COMPLETE
45562025-05-08T05:18:20.482Z[ recovery-image] May 08 05:18:19.067 INFO O| May 08 05:18:19.067 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572025-05-08T05:18:20.514Z[ recovery-image] May 08 05:18:19.102 INFO O| May 08 05:18:19.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45582025-05-08T05:18:20.514Z[ recovery-image] May 08 05:18:19.102 INFO O| May 08 05:18:19.102 INFO STEP 42 (remove_files) COMPLETE
45592025-05-08T05:18:20.514Z[ recovery-image] May 08 05:18:19.102 INFO O| May 08 05:18:19.102 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602025-05-08T05:18:20.550Z[ recovery-image] May 08 05:18:19.138 INFO O| May 08 05:18:19.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45612025-05-08T05:18:20.550Z[ recovery-image] May 08 05:18:19.138 INFO O| May 08 05:18:19.138 INFO STEP 43 (remove_files) COMPLETE
45622025-05-08T05:18:20.553Z[ recovery-image] May 08 05:18:19.138 INFO O| May 08 05:18:19.138 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632025-05-08T05:18:20.571Z[ recovery-image] May 08 05:18:19.159 INFO O| May 08 05:18:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45642025-05-08T05:18:20.571Z[ recovery-image] May 08 05:18:19.159 INFO O| May 08 05:18:19.159 INFO STEP 44 (remove_files) COMPLETE
45652025-05-08T05:18:20.571Z[ recovery-image] May 08 05:18:19.159 INFO O| May 08 05:18:19.159 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662025-05-08T05:18:20.588Z[ host-image] May 08 05:18:19.176 INFO O| May 08 05:18:19.176 INFO O| Done
45672025-05-08T05:18:20.659Z[ recovery-image] May 08 05:18:19.247 INFO O| May 08 05:18:19.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45682025-05-08T05:18:20.659Z[ recovery-image] May 08 05:18:19.247 INFO O| May 08 05:18:19.247 INFO STEP 45 (remove_files) COMPLETE
45692025-05-08T05:18:20.659Z[ recovery-image] May 08 05:18:19.247 INFO O| May 08 05:18:19.247 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-05-08T05:18:20.684Z[ recovery-image] May 08 05:18:19.271 INFO O| May 08 05:18:19.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45712025-05-08T05:18:20.684Z[ recovery-image] May 08 05:18:19.271 INFO O| May 08 05:18:19.271 INFO STEP 46 (remove_files) COMPLETE
45722025-05-08T05:18:20.684Z[ recovery-image] May 08 05:18:19.271 INFO O| May 08 05:18:19.271 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-05-08T05:18:20.704Z[ recovery-image] May 08 05:18:19.293 INFO O| May 08 05:18:19.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45742025-05-08T05:18:20.704Z[ recovery-image] May 08 05:18:19.293 INFO O| May 08 05:18:19.293 INFO STEP 47 (remove_files) COMPLETE
45752025-05-08T05:18:20.708Z[ recovery-image] May 08 05:18:19.293 INFO O| May 08 05:18:19.293 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-05-08T05:18:20.728Z[ recovery-image] May 08 05:18:19.316 INFO O| May 08 05:18:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45772025-05-08T05:18:20.728Z[ recovery-image] May 08 05:18:19.316 INFO O| May 08 05:18:19.316 INFO STEP 48 (remove_files) COMPLETE
45782025-05-08T05:18:20.728Z[ recovery-image] May 08 05:18:19.316 INFO O| May 08 05:18:19.316 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-05-08T05:18:20.787Z[ recovery-image] May 08 05:18:19.376 INFO O| May 08 05:18:19.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45802025-05-08T05:18:20.791Z[ recovery-image] May 08 05:18:19.377 INFO O| May 08 05:18:19.376 INFO STEP 49 (remove_files) COMPLETE
45812025-05-08T05:18:20.791Z[ recovery-image] May 08 05:18:19.377 INFO O| May 08 05:18:19.376 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-05-08T05:18:20.855Z[ recovery-image] May 08 05:18:19.444 INFO O| May 08 05:18:19.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45832025-05-08T05:18:20.866Z[ recovery-image] May 08 05:18:19.454 INFO O| May 08 05:18:19.454 INFO STEP 50 (remove_files) COMPLETE
45842025-05-08T05:18:20.869Z[ recovery-image] May 08 05:18:19.454 INFO O| May 08 05:18:19.454 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-05-08T05:18:20.924Z[ recovery-image] May 08 05:18:19.513 INFO O| May 08 05:18:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45862025-05-08T05:18:20.945Z[ recovery-image] May 08 05:18:19.534 INFO O| May 08 05:18:19.534 INFO STEP 51 (remove_files) COMPLETE
45872025-05-08T05:18:20.945Z[ recovery-image] May 08 05:18:19.534 INFO O| May 08 05:18:19.534 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-05-08T05:18:20.971Z[ recovery-image] May 08 05:18:19.559 INFO O| May 08 05:18:19.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45892025-05-08T05:18:20.975Z[ recovery-image] May 08 05:18:19.559 INFO O| May 08 05:18:19.559 INFO STEP 52 (remove_files) COMPLETE
45902025-05-08T05:18:20.975Z[ recovery-image] May 08 05:18:19.560 INFO O| May 08 05:18:19.559 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-05-08T05:18:20.995Z[ recovery-image] May 08 05:18:19.583 INFO O| May 08 05:18:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45922025-05-08T05:18:20.995Z[ recovery-image] May 08 05:18:19.583 INFO O| May 08 05:18:19.583 INFO STEP 53 (remove_files) COMPLETE
45932025-05-08T05:18:20.998Z[ recovery-image] May 08 05:18:19.583 INFO O| May 08 05:18:19.583 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-05-08T05:18:21.026Z[ recovery-image] May 08 05:18:19.614 INFO O| May 08 05:18:19.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45952025-05-08T05:18:21.047Z[ recovery-image] May 08 05:18:19.636 INFO O| May 08 05:18:19.636 INFO STEP 54 (remove_files) COMPLETE
45962025-05-08T05:18:21.047Z[ recovery-image] May 08 05:18:19.636 INFO O| May 08 05:18:19.636 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-05-08T05:18:21.077Z[ recovery-image] May 08 05:18:19.665 INFO O| May 08 05:18:19.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45982025-05-08T05:18:21.080Z[ recovery-image] May 08 05:18:19.666 INFO O| May 08 05:18:19.665 INFO STEP 55 (remove_files) COMPLETE
45992025-05-08T05:18:21.080Z[ recovery-image] May 08 05:18:19.666 INFO O| May 08 05:18:19.666 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-05-08T05:18:21.099Z[ recovery-image] May 08 05:18:19.687 INFO O| May 08 05:18:19.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46012025-05-08T05:18:21.102Z[ recovery-image] May 08 05:18:19.687 INFO O| May 08 05:18:19.687 INFO STEP 56 (remove_files) COMPLETE
46022025-05-08T05:18:21.102Z[ recovery-image] May 08 05:18:19.687 INFO O| May 08 05:18:19.687 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-05-08T05:18:21.130Z[ recovery-image] May 08 05:18:19.718 INFO O| May 08 05:18:19.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46042025-05-08T05:18:21.135Z[ recovery-image] May 08 05:18:19.718 INFO O| May 08 05:18:19.718 INFO STEP 57 (remove_files) COMPLETE
46052025-05-08T05:18:21.135Z[ recovery-image] May 08 05:18:19.718 INFO O| May 08 05:18:19.718 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-05-08T05:18:21.153Z[ recovery-image] May 08 05:18:19.742 INFO O| May 08 05:18:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46072025-05-08T05:18:21.153Z[ recovery-image] May 08 05:18:19.742 INFO O| May 08 05:18:19.742 INFO STEP 58 (remove_files) COMPLETE
46082025-05-08T05:18:21.157Z[ recovery-image] May 08 05:18:19.742 INFO O| May 08 05:18:19.742 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-05-08T05:18:21.191Z[ recovery-image] May 08 05:18:19.779 INFO O| May 08 05:18:19.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46102025-05-08T05:18:21.191Z[ recovery-image] May 08 05:18:19.779 INFO O| May 08 05:18:19.779 INFO STEP 59 (remove_files) COMPLETE
46112025-05-08T05:18:21.195Z[ recovery-image] May 08 05:18:19.779 INFO O| May 08 05:18:19.779 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-05-08T05:18:21.232Z[ recovery-image] May 08 05:18:19.821 INFO O| May 08 05:18:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46132025-05-08T05:18:21.232Z[ recovery-image] May 08 05:18:19.821 INFO O| May 08 05:18:19.821 INFO STEP 60 (remove_files) COMPLETE
46142025-05-08T05:18:21.232Z[ recovery-image] May 08 05:18:19.821 INFO O| May 08 05:18:19.821 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-05-08T05:18:21.254Z[ recovery-image] May 08 05:18:19.842 INFO O| May 08 05:18:19.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46162025-05-08T05:18:21.254Z[ recovery-image] May 08 05:18:19.842 INFO O| May 08 05:18:19.842 INFO STEP 61 (remove_files) COMPLETE
46172025-05-08T05:18:21.254Z[ recovery-image] May 08 05:18:19.842 INFO O| May 08 05:18:19.842 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-05-08T05:18:21.279Z[ recovery-image] May 08 05:18:19.868 INFO O| May 08 05:18:19.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46192025-05-08T05:18:21.279Z[ recovery-image] May 08 05:18:19.868 INFO O| May 08 05:18:19.868 INFO STEP 62 (remove_files) COMPLETE
46202025-05-08T05:18:21.283Z[ recovery-image] May 08 05:18:19.868 INFO O| May 08 05:18:19.868 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-05-08T05:18:21.335Z[ recovery-image] May 08 05:18:19.923 INFO O| May 08 05:18:19.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46222025-05-08T05:18:21.338Z[ recovery-image] May 08 05:18:19.923 INFO O| May 08 05:18:19.923 INFO STEP 63 (remove_files) COMPLETE
46232025-05-08T05:18:21.338Z[ recovery-image] May 08 05:18:19.923 INFO O| May 08 05:18:19.923 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-05-08T05:18:21.355Z[ recovery-image] May 08 05:18:19.943 INFO O| May 08 05:18:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46252025-05-08T05:18:21.355Z[ recovery-image] May 08 05:18:19.943 INFO O| May 08 05:18:19.943 INFO STEP 64 (remove_files) COMPLETE
46262025-05-08T05:18:21.355Z[ recovery-image] May 08 05:18:19.943 INFO O| May 08 05:18:19.943 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-05-08T05:18:21.390Z[ recovery-image] May 08 05:18:19.978 INFO O| May 08 05:18:19.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46282025-05-08T05:18:21.390Z[ recovery-image] May 08 05:18:19.978 INFO O| May 08 05:18:19.978 INFO STEP 65 (remove_files) COMPLETE
46292025-05-08T05:18:21.390Z[ recovery-image] May 08 05:18:19.978 INFO O| May 08 05:18:19.978 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-05-08T05:18:21.430Z[ recovery-image] May 08 05:18:20.018 INFO O| May 08 05:18:20.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46312025-05-08T05:18:21.430Z[ recovery-image] May 08 05:18:20.018 INFO O| May 08 05:18:20.018 INFO STEP 66 (remove_files) COMPLETE
46322025-05-08T05:18:21.433Z[ recovery-image] May 08 05:18:20.018 INFO O| May 08 05:18:20.018 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-05-08T05:18:21.452Z[ recovery-image] May 08 05:18:20.040 INFO O| May 08 05:18:20.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46342025-05-08T05:18:21.452Z[ recovery-image] May 08 05:18:20.040 INFO O| May 08 05:18:20.040 INFO STEP 67 (remove_files) COMPLETE
46352025-05-08T05:18:21.455Z[ recovery-image] May 08 05:18:20.040 INFO O| May 08 05:18:20.040 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-05-08T05:18:21.473Z[ recovery-image] May 08 05:18:20.061 INFO O| May 08 05:18:20.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46372025-05-08T05:18:21.473Z[ recovery-image] May 08 05:18:20.061 INFO O| May 08 05:18:20.061 INFO STEP 68 (remove_files) COMPLETE
46382025-05-08T05:18:21.477Z[ recovery-image] May 08 05:18:20.062 INFO O| May 08 05:18:20.061 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-05-08T05:18:21.519Z[ recovery-image] May 08 05:18:20.082 INFO O| May 08 05:18:20.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46402025-05-08T05:18:21.519Z[ recovery-image] May 08 05:18:20.082 INFO O| May 08 05:18:20.082 INFO STEP 69 (remove_files) COMPLETE
46412025-05-08T05:18:21.522Z[ recovery-image] May 08 05:18:20.083 INFO O| May 08 05:18:20.082 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-05-08T05:18:21.543Z[ recovery-image] May 08 05:18:20.131 INFO O| May 08 05:18:20.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46432025-05-08T05:18:21.543Z[ recovery-image] May 08 05:18:20.131 INFO O| May 08 05:18:20.131 INFO STEP 70 (remove_files) COMPLETE
46442025-05-08T05:18:21.546Z[ recovery-image] May 08 05:18:20.131 INFO O| May 08 05:18:20.131 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-05-08T05:18:21.563Z[ recovery-image] May 08 05:18:20.151 INFO O| May 08 05:18:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46462025-05-08T05:18:21.563Z[ recovery-image] May 08 05:18:20.151 INFO O| May 08 05:18:20.151 INFO STEP 71 (remove_files) COMPLETE
46472025-05-08T05:18:21.563Z[ recovery-image] May 08 05:18:20.151 INFO O| May 08 05:18:20.151 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-05-08T05:18:21.590Z[ recovery-image] May 08 05:18:20.178 INFO O| May 08 05:18:20.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46492025-05-08T05:18:21.594Z[ recovery-image] May 08 05:18:20.178 INFO O| May 08 05:18:20.178 INFO STEP 72 (remove_files) COMPLETE
46502025-05-08T05:18:21.594Z[ recovery-image] May 08 05:18:20.178 INFO O| May 08 05:18:20.178 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-05-08T05:18:21.612Z[ recovery-image] May 08 05:18:20.200 INFO O| May 08 05:18:20.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46522025-05-08T05:18:21.612Z[ recovery-image] May 08 05:18:20.200 INFO O| May 08 05:18:20.200 INFO STEP 73 (remove_files) COMPLETE
46532025-05-08T05:18:21.612Z[ recovery-image] May 08 05:18:20.200 INFO O| May 08 05:18:20.200 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-05-08T05:18:21.693Z[ recovery-image] May 08 05:18:20.281 INFO O| May 08 05:18:20.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46552025-05-08T05:18:21.697Z[ recovery-image] May 08 05:18:20.281 INFO O| May 08 05:18:20.281 INFO STEP 74 (remove_files) COMPLETE
46562025-05-08T05:18:21.697Z[ recovery-image] May 08 05:18:20.281 INFO O| May 08 05:18:20.281 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-05-08T05:18:21.721Z[ recovery-image] May 08 05:18:20.308 INFO O| May 08 05:18:20.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46582025-05-08T05:18:21.721Z[ recovery-image] May 08 05:18:20.309 INFO O| May 08 05:18:20.309 INFO STEP 75 (remove_files) COMPLETE
46592025-05-08T05:18:21.725Z[ recovery-image] May 08 05:18:20.309 INFO O| May 08 05:18:20.309 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-05-08T05:18:21.763Z[ recovery-image] May 08 05:18:20.351 INFO O| May 08 05:18:20.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46612025-05-08T05:18:21.764Z[ recovery-image] May 08 05:18:20.351 INFO O| May 08 05:18:20.351 INFO STEP 76 (remove_files) COMPLETE
46622025-05-08T05:18:21.764Z[ recovery-image] May 08 05:18:20.351 INFO O| May 08 05:18:20.351 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-05-08T05:18:21.835Z[ recovery-image] May 08 05:18:20.423 INFO O| May 08 05:18:20.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46642025-05-08T05:18:21.835Z[ recovery-image] May 08 05:18:20.423 INFO O| May 08 05:18:20.423 INFO STEP 77 (remove_files) COMPLETE
46652025-05-08T05:18:21.838Z[ recovery-image] May 08 05:18:20.423 INFO O| May 08 05:18:20.423 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-05-08T05:18:21.872Z[ recovery-image] May 08 05:18:20.460 INFO O| May 08 05:18:20.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46672025-05-08T05:18:21.872Z[ recovery-image] May 08 05:18:20.460 INFO O| May 08 05:18:20.460 INFO STEP 78 (remove_files) COMPLETE
46682025-05-08T05:18:21.872Z[ recovery-image] May 08 05:18:20.460 INFO O| May 08 05:18:20.460 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-05-08T05:18:21.896Z[ recovery-image] May 08 05:18:20.484 INFO O| May 08 05:18:20.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46702025-05-08T05:18:21.896Z[ recovery-image] May 08 05:18:20.484 INFO O| May 08 05:18:20.484 INFO STEP 79 (remove_files) COMPLETE
46712025-05-08T05:18:21.900Z[ recovery-image] May 08 05:18:20.484 INFO O| May 08 05:18:20.484 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-05-08T05:18:21.921Z[ recovery-image] May 08 05:18:20.509 INFO O| May 08 05:18:20.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46732025-05-08T05:18:21.924Z[ recovery-image] May 08 05:18:20.509 INFO O| May 08 05:18:20.509 INFO STEP 80 (remove_files) COMPLETE
46742025-05-08T05:18:21.924Z[ recovery-image] May 08 05:18:20.509 INFO O| May 08 05:18:20.509 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-05-08T05:18:21.984Z[ recovery-image] May 08 05:18:20.571 INFO O| May 08 05:18:20.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46762025-05-08T05:18:21.984Z[ recovery-image] May 08 05:18:20.571 INFO O| May 08 05:18:20.571 INFO STEP 81 (remove_files) COMPLETE
46772025-05-08T05:18:21.987Z[ recovery-image] May 08 05:18:20.571 INFO O| May 08 05:18:20.571 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-05-08T05:18:22.044Z[ recovery-image] May 08 05:18:20.632 INFO O| May 08 05:18:20.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46792025-05-08T05:18:22.048Z[ recovery-image] May 08 05:18:20.632 INFO O| May 08 05:18:20.632 INFO STEP 82 (remove_files) COMPLETE
46802025-05-08T05:18:22.048Z[ recovery-image] May 08 05:18:20.632 INFO O| May 08 05:18:20.632 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-05-08T05:18:22.066Z[ recovery-image] May 08 05:18:20.654 INFO O| May 08 05:18:20.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46822025-05-08T05:18:22.066Z[ recovery-image] May 08 05:18:20.654 INFO O| May 08 05:18:20.654 INFO STEP 83 (remove_files) COMPLETE
46832025-05-08T05:18:22.069Z[ recovery-image] May 08 05:18:20.654 INFO O| May 08 05:18:20.654 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-05-08T05:18:22.086Z[ recovery-image] May 08 05:18:20.674 INFO O| May 08 05:18:20.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46852025-05-08T05:18:22.089Z[ recovery-image] May 08 05:18:20.674 INFO O| May 08 05:18:20.674 INFO STEP 84 (remove_files) COMPLETE
46862025-05-08T05:18:22.089Z[ recovery-image] May 08 05:18:20.674 INFO O| May 08 05:18:20.674 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-05-08T05:18:22.116Z[ recovery-image] May 08 05:18:20.704 INFO O| May 08 05:18:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46882025-05-08T05:18:22.116Z[ recovery-image] May 08 05:18:20.704 INFO O| May 08 05:18:20.704 INFO STEP 85 (remove_files) COMPLETE
46892025-05-08T05:18:22.119Z[ recovery-image] May 08 05:18:20.704 INFO O| May 08 05:18:20.704 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-05-08T05:18:22.138Z[ recovery-image] May 08 05:18:20.726 INFO O| May 08 05:18:20.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46912025-05-08T05:18:22.138Z[ recovery-image] May 08 05:18:20.726 INFO O| May 08 05:18:20.726 INFO STEP 86 (remove_files) COMPLETE
46922025-05-08T05:18:22.138Z[ recovery-image] May 08 05:18:20.726 INFO O| May 08 05:18:20.726 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-05-08T05:18:22.173Z[ recovery-image] May 08 05:18:20.761 INFO O| May 08 05:18:20.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46942025-05-08T05:18:22.197Z[ recovery-image] May 08 05:18:20.784 INFO O| May 08 05:18:20.784 INFO STEP 87 (remove_files) COMPLETE
46952025-05-08T05:18:22.197Z[ recovery-image] May 08 05:18:20.784 INFO O| May 08 05:18:20.784 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-05-08T05:18:22.240Z[ recovery-image] May 08 05:18:20.828 INFO O| May 08 05:18:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46972025-05-08T05:18:22.240Z[ recovery-image] May 08 05:18:20.828 INFO O| May 08 05:18:20.828 INFO STEP 88 (remove_files) COMPLETE
46982025-05-08T05:18:22.240Z[ recovery-image] May 08 05:18:20.828 INFO O| May 08 05:18:20.828 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-05-08T05:18:22.263Z[ recovery-image] May 08 05:18:20.850 INFO O| May 08 05:18:20.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47002025-05-08T05:18:22.263Z[ recovery-image] May 08 05:18:20.850 INFO O| May 08 05:18:20.850 INFO STEP 89 (remove_files) COMPLETE
47012025-05-08T05:18:22.263Z[ recovery-image] May 08 05:18:20.850 INFO O| May 08 05:18:20.850 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-05-08T05:18:22.302Z[ recovery-image] May 08 05:18:20.890 INFO O| May 08 05:18:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47032025-05-08T05:18:22.302Z[ recovery-image] May 08 05:18:20.890 INFO O| May 08 05:18:20.890 INFO STEP 90 (remove_files) COMPLETE
47042025-05-08T05:18:22.305Z[ recovery-image] May 08 05:18:20.890 INFO O| May 08 05:18:20.890 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-05-08T05:18:22.333Z[ recovery-image] May 08 05:18:20.921 INFO O| May 08 05:18:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47062025-05-08T05:18:22.333Z[ recovery-image] May 08 05:18:20.921 INFO O| May 08 05:18:20.921 INFO STEP 91 (remove_files) COMPLETE
47072025-05-08T05:18:22.333Z[ recovery-image] May 08 05:18:20.921 INFO O| May 08 05:18:20.921 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-05-08T05:18:22.383Z[ recovery-image] May 08 05:18:20.970 INFO O| May 08 05:18:20.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47092025-05-08T05:18:22.383Z[ recovery-image] May 08 05:18:20.971 INFO O| May 08 05:18:20.970 INFO STEP 92 (remove_files) COMPLETE
47102025-05-08T05:18:22.383Z[ recovery-image] May 08 05:18:20.971 INFO O| May 08 05:18:20.970 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-05-08T05:18:22.418Z[ recovery-image] May 08 05:18:21.006 INFO O| May 08 05:18:21.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47122025-05-08T05:18:22.436Z[ recovery-image] May 08 05:18:21.023 INFO O| May 08 05:18:21.023 INFO STEP 93 (remove_files) COMPLETE
47132025-05-08T05:18:22.436Z[ recovery-image] May 08 05:18:21.023 INFO O| May 08 05:18:21.023 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-05-08T05:18:22.477Z[ recovery-image] May 08 05:18:21.065 INFO O| May 08 05:18:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47152025-05-08T05:18:22.481Z[ recovery-image] May 08 05:18:21.065 INFO O| May 08 05:18:21.065 INFO STEP 94 (remove_files) COMPLETE
47162025-05-08T05:18:22.481Z[ recovery-image] May 08 05:18:21.066 INFO O| May 08 05:18:21.066 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-05-08T05:18:22.520Z[ recovery-image] May 08 05:18:21.108 INFO O| May 08 05:18:21.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47182025-05-08T05:18:22.520Z[ recovery-image] May 08 05:18:21.108 INFO O| May 08 05:18:21.108 INFO STEP 95 (remove_files) COMPLETE
47192025-05-08T05:18:22.524Z[ recovery-image] May 08 05:18:21.108 INFO O| May 08 05:18:21.108 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-05-08T05:18:22.546Z[ recovery-image] May 08 05:18:21.133 INFO O| May 08 05:18:21.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47212025-05-08T05:18:22.546Z[ recovery-image] May 08 05:18:21.133 INFO O| May 08 05:18:21.133 INFO STEP 96 (remove_files) COMPLETE
47222025-05-08T05:18:22.549Z[ recovery-image] May 08 05:18:21.133 INFO O| May 08 05:18:21.133 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-05-08T05:18:22.587Z[ recovery-image] May 08 05:18:21.175 INFO O| May 08 05:18:21.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47242025-05-08T05:18:22.588Z[ recovery-image] May 08 05:18:21.175 INFO O| May 08 05:18:21.175 INFO STEP 97 (remove_files) COMPLETE
47252025-05-08T05:18:22.588Z[ recovery-image] May 08 05:18:21.175 INFO O| May 08 05:18:21.175 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-05-08T05:18:22.640Z[ recovery-image] May 08 05:18:21.227 INFO O| May 08 05:18:21.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47272025-05-08T05:18:22.661Z[ recovery-image] May 08 05:18:21.249 INFO O| May 08 05:18:21.249 INFO STEP 98 (remove_files) COMPLETE
47282025-05-08T05:18:22.661Z[ recovery-image] May 08 05:18:21.249 INFO O| May 08 05:18:21.249 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-05-08T05:18:22.683Z[ recovery-image] May 08 05:18:21.271 INFO O| May 08 05:18:21.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47302025-05-08T05:18:22.686Z[ recovery-image] May 08 05:18:21.271 INFO O| May 08 05:18:21.271 INFO STEP 99 (remove_files) COMPLETE
47312025-05-08T05:18:22.686Z[ recovery-image] May 08 05:18:21.271 INFO O| May 08 05:18:21.271 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-05-08T05:18:22.705Z[ recovery-image] May 08 05:18:21.293 INFO O| May 08 05:18:21.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47332025-05-08T05:18:22.708Z[ recovery-image] May 08 05:18:21.293 INFO O| May 08 05:18:21.293 INFO STEP 100 (remove_files) COMPLETE
47342025-05-08T05:18:22.708Z[ recovery-image] May 08 05:18:21.293 INFO O| May 08 05:18:21.293 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-05-08T05:18:22.730Z[ recovery-image] May 08 05:18:21.318 INFO O| May 08 05:18:21.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47362025-05-08T05:18:22.733Z[ recovery-image] May 08 05:18:21.318 INFO O| May 08 05:18:21.318 INFO STEP 101 (remove_files) COMPLETE
47372025-05-08T05:18:22.733Z[ recovery-image] May 08 05:18:21.318 INFO O| May 08 05:18:21.318 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-05-08T05:18:22.769Z[ recovery-image] May 08 05:18:21.356 INFO O| May 08 05:18:21.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47392025-05-08T05:18:22.769Z[ recovery-image] May 08 05:18:21.356 INFO O| May 08 05:18:21.356 INFO STEP 102 (remove_files) COMPLETE
47402025-05-08T05:18:22.772Z[ recovery-image] May 08 05:18:21.356 INFO O| May 08 05:18:21.356 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-05-08T05:18:22.811Z[ recovery-image] May 08 05:18:21.399 INFO O| May 08 05:18:21.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47422025-05-08T05:18:22.814Z[ recovery-image] May 08 05:18:21.399 INFO O| May 08 05:18:21.399 INFO STEP 103 (remove_files) COMPLETE
47432025-05-08T05:18:22.814Z[ recovery-image] May 08 05:18:21.399 INFO O| May 08 05:18:21.399 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-05-08T05:18:22.835Z[ recovery-image] May 08 05:18:21.423 INFO O| May 08 05:18:21.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47452025-05-08T05:18:22.838Z[ recovery-image] May 08 05:18:21.423 INFO O| May 08 05:18:21.423 INFO STEP 104 (remove_files) COMPLETE
47462025-05-08T05:18:22.838Z[ recovery-image] May 08 05:18:21.423 INFO O| May 08 05:18:21.423 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-05-08T05:18:22.862Z[ recovery-image] May 08 05:18:21.450 INFO O| May 08 05:18:21.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47482025-05-08T05:18:22.862Z[ recovery-image] May 08 05:18:21.450 INFO O| May 08 05:18:21.450 INFO STEP 105 (remove_files) COMPLETE
47492025-05-08T05:18:22.865Z[ recovery-image] May 08 05:18:21.450 INFO O| May 08 05:18:21.450 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-05-08T05:18:22.884Z[ recovery-image] May 08 05:18:21.472 INFO O| May 08 05:18:21.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47512025-05-08T05:18:22.884Z[ recovery-image] May 08 05:18:21.472 INFO O| May 08 05:18:21.472 INFO STEP 106 (remove_files) COMPLETE
47522025-05-08T05:18:22.888Z[ recovery-image] May 08 05:18:21.472 INFO O| May 08 05:18:21.472 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-05-08T05:18:22.918Z[ recovery-image] May 08 05:18:21.505 INFO O| May 08 05:18:21.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47542025-05-08T05:18:22.918Z[ recovery-image] May 08 05:18:21.505 INFO O| May 08 05:18:21.505 INFO STEP 107 (remove_files) COMPLETE
47552025-05-08T05:18:22.921Z[ recovery-image] May 08 05:18:21.505 INFO O| May 08 05:18:21.505 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-05-08T05:18:22.953Z[ recovery-image] May 08 05:18:21.539 INFO O| May 08 05:18:21.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47572025-05-08T05:18:22.953Z[ recovery-image] May 08 05:18:21.540 INFO O| May 08 05:18:21.539 INFO STEP 108 (remove_files) COMPLETE
47582025-05-08T05:18:22.953Z[ recovery-image] May 08 05:18:21.540 INFO O| May 08 05:18:21.540 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-05-08T05:18:22.989Z[ recovery-image] May 08 05:18:21.575 INFO O| May 08 05:18:21.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47602025-05-08T05:18:22.989Z[ recovery-image] May 08 05:18:21.575 INFO O| May 08 05:18:21.575 INFO STEP 109 (remove_files) COMPLETE
47612025-05-08T05:18:22.989Z[ recovery-image] May 08 05:18:21.575 INFO O| May 08 05:18:21.575 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-05-08T05:18:23.017Z[ recovery-image] May 08 05:18:21.604 INFO O| May 08 05:18:21.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47632025-05-08T05:18:23.020Z[ recovery-image] May 08 05:18:21.604 INFO O| May 08 05:18:21.604 INFO STEP 110 (remove_files) COMPLETE
47642025-05-08T05:18:23.020Z[ recovery-image] May 08 05:18:21.604 INFO O| May 08 05:18:21.604 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-05-08T05:18:23.080Z[ recovery-image] May 08 05:18:21.668 INFO O| May 08 05:18:21.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47662025-05-08T05:18:23.086Z[ recovery-image] May 08 05:18:21.668 INFO O| May 08 05:18:21.668 INFO STEP 111 (remove_files) COMPLETE
47672025-05-08T05:18:23.086Z[ recovery-image] May 08 05:18:21.668 INFO O| May 08 05:18:21.668 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-05-08T05:18:23.111Z[ recovery-image] May 08 05:18:21.698 INFO O| May 08 05:18:21.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47692025-05-08T05:18:23.111Z[ recovery-image] May 08 05:18:21.698 INFO O| May 08 05:18:21.698 INFO STEP 112 (remove_files) COMPLETE
47702025-05-08T05:18:23.111Z[ recovery-image] May 08 05:18:21.698 INFO O| May 08 05:18:21.698 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-05-08T05:18:23.173Z[ recovery-image] May 08 05:18:21.760 INFO O| May 08 05:18:21.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47722025-05-08T05:18:23.173Z[ recovery-image] May 08 05:18:21.760 INFO O| May 08 05:18:21.760 INFO STEP 113 (remove_files) COMPLETE
47732025-05-08T05:18:23.173Z[ recovery-image] May 08 05:18:21.760 INFO O| May 08 05:18:21.760 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-05-08T05:18:23.202Z[ recovery-image] May 08 05:18:21.790 INFO O| May 08 05:18:21.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47752025-05-08T05:18:23.205Z[ recovery-image] May 08 05:18:21.790 INFO O| May 08 05:18:21.790 INFO STEP 114 (remove_files) COMPLETE
47762025-05-08T05:18:23.205Z[ recovery-image] May 08 05:18:21.790 INFO O| May 08 05:18:21.790 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-05-08T05:18:23.226Z[ recovery-image] May 08 05:18:21.813 INFO O| May 08 05:18:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47782025-05-08T05:18:23.229Z[ recovery-image] May 08 05:18:21.813 INFO O| May 08 05:18:21.813 INFO STEP 115 (remove_files) COMPLETE
47792025-05-08T05:18:23.229Z[ recovery-image] May 08 05:18:21.813 INFO O| May 08 05:18:21.813 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-05-08T05:18:23.253Z[ recovery-image] May 08 05:18:21.841 INFO O| May 08 05:18:21.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47812025-05-08T05:18:23.275Z[ recovery-image] May 08 05:18:21.862 INFO O| May 08 05:18:21.862 INFO STEP 116 (remove_files) COMPLETE
47822025-05-08T05:18:23.275Z[ recovery-image] May 08 05:18:21.862 INFO O| May 08 05:18:21.862 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-05-08T05:18:23.334Z[ recovery-image] May 08 05:18:21.921 INFO O| May 08 05:18:21.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47842025-05-08T05:18:23.337Z[ recovery-image] May 08 05:18:21.921 INFO O| May 08 05:18:21.921 INFO STEP 117 (remove_files) COMPLETE
47852025-05-08T05:18:23.337Z[ recovery-image] May 08 05:18:21.922 INFO O| May 08 05:18:21.921 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-05-08T05:18:23.373Z[ recovery-image] May 08 05:18:21.960 INFO O| May 08 05:18:21.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47872025-05-08T05:18:23.392Z[ recovery-image] May 08 05:18:21.980 INFO O| May 08 05:18:21.980 INFO STEP 118 (remove_files) COMPLETE
47882025-05-08T05:18:23.393Z[ recovery-image] May 08 05:18:21.980 INFO O| May 08 05:18:21.980 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-05-08T05:18:23.433Z[ recovery-image] May 08 05:18:22.020 INFO O| May 08 05:18:22.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47902025-05-08T05:18:23.433Z[ recovery-image] May 08 05:18:22.020 INFO O| May 08 05:18:22.020 INFO STEP 119 (remove_files) COMPLETE
47912025-05-08T05:18:23.433Z[ recovery-image] May 08 05:18:22.020 INFO O| May 08 05:18:22.020 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-05-08T05:18:23.481Z[ recovery-image] May 08 05:18:22.068 INFO O| May 08 05:18:22.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47932025-05-08T05:18:23.481Z[ recovery-image] May 08 05:18:22.069 INFO O| May 08 05:18:22.069 INFO STEP 120 (remove_files) COMPLETE
47942025-05-08T05:18:23.481Z[ recovery-image] May 08 05:18:22.069 INFO O| May 08 05:18:22.069 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-05-08T05:18:23.502Z[ recovery-image] May 08 05:18:22.089 INFO O| May 08 05:18:22.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47962025-05-08T05:18:23.502Z[ recovery-image] May 08 05:18:22.089 INFO O| May 08 05:18:22.089 INFO STEP 121 (remove_files) COMPLETE
47972025-05-08T05:18:23.505Z[ recovery-image] May 08 05:18:22.089 INFO O| May 08 05:18:22.089 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-05-08T05:18:23.523Z[ recovery-image] May 08 05:18:22.110 INFO O| May 08 05:18:22.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47992025-05-08T05:18:23.523Z[ recovery-image] May 08 05:18:22.110 INFO O| May 08 05:18:22.110 INFO STEP 122 (remove_files) COMPLETE
48002025-05-08T05:18:23.523Z[ recovery-image] May 08 05:18:22.110 INFO O| May 08 05:18:22.110 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-05-08T05:18:23.550Z[ recovery-image] May 08 05:18:22.137 INFO O| May 08 05:18:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48022025-05-08T05:18:23.553Z[ recovery-image] May 08 05:18:22.137 INFO O| May 08 05:18:22.137 INFO STEP 123 (remove_files) COMPLETE
48032025-05-08T05:18:23.553Z[ recovery-image] May 08 05:18:22.137 INFO O| May 08 05:18:22.137 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-05-08T05:18:23.586Z[ recovery-image] May 08 05:18:22.173 INFO O| May 08 05:18:22.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48052025-05-08T05:18:23.586Z[ recovery-image] May 08 05:18:22.173 INFO O| May 08 05:18:22.173 INFO STEP 124 (remove_files) COMPLETE
48062025-05-08T05:18:23.586Z[ recovery-image] May 08 05:18:22.173 INFO O| May 08 05:18:22.173 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-05-08T05:18:23.608Z[ recovery-image] May 08 05:18:22.196 INFO O| May 08 05:18:22.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48082025-05-08T05:18:23.608Z[ recovery-image] May 08 05:18:22.196 INFO O| May 08 05:18:22.196 INFO STEP 125 (remove_files) COMPLETE
48092025-05-08T05:18:23.611Z[ recovery-image] May 08 05:18:22.196 INFO O| May 08 05:18:22.196 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-05-08T05:18:23.630Z[ recovery-image] May 08 05:18:22.217 INFO O| May 08 05:18:22.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48112025-05-08T05:18:23.633Z[ recovery-image] May 08 05:18:22.218 INFO O| May 08 05:18:22.217 INFO STEP 126 (remove_files) COMPLETE
48122025-05-08T05:18:23.633Z[ recovery-image] May 08 05:18:22.218 INFO O| May 08 05:18:22.218 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-05-08T05:18:23.654Z[ recovery-image] May 08 05:18:22.241 INFO O| May 08 05:18:22.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48142025-05-08T05:18:23.654Z[ recovery-image] May 08 05:18:22.241 INFO O| May 08 05:18:22.241 INFO STEP 127 (remove_files) COMPLETE
48152025-05-08T05:18:23.657Z[ recovery-image] May 08 05:18:22.241 INFO O| May 08 05:18:22.241 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-05-08T05:18:23.672Z[ host-image] May 08 05:18:22.260 INFO O| May 08 05:18:22.260 INFO O| Done
48172025-05-08T05:18:23.692Z[ recovery-image] May 08 05:18:22.279 INFO O| May 08 05:18:22.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48182025-05-08T05:18:23.692Z[ recovery-image] May 08 05:18:22.279 INFO O| May 08 05:18:22.279 INFO STEP 128 (remove_files) COMPLETE
48192025-05-08T05:18:23.692Z[ recovery-image] May 08 05:18:22.279 INFO O| May 08 05:18:22.279 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-05-08T05:18:23.713Z[ recovery-image] May 08 05:18:22.300 INFO O| May 08 05:18:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48212025-05-08T05:18:23.713Z[ recovery-image] May 08 05:18:22.300 INFO O| May 08 05:18:22.300 INFO STEP 129 (remove_files) COMPLETE
48222025-05-08T05:18:23.716Z[ recovery-image] May 08 05:18:22.300 INFO O| May 08 05:18:22.300 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-05-08T05:18:23.735Z[ recovery-image] May 08 05:18:22.323 INFO O| May 08 05:18:22.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48242025-05-08T05:18:23.735Z[ recovery-image] May 08 05:18:22.323 INFO O| May 08 05:18:22.323 INFO STEP 130 (remove_files) COMPLETE
48252025-05-08T05:18:23.739Z[ recovery-image] May 08 05:18:22.323 INFO O| May 08 05:18:22.323 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-05-08T05:18:23.768Z[ recovery-image] May 08 05:18:22.355 INFO O| May 08 05:18:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48272025-05-08T05:18:23.772Z[ recovery-image] May 08 05:18:22.355 INFO O| May 08 05:18:22.355 INFO STEP 131 (remove_files) COMPLETE
48282025-05-08T05:18:23.772Z[ recovery-image] May 08 05:18:22.355 INFO O| May 08 05:18:22.355 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-05-08T05:18:23.772Z[ host-image] May 08 05:18:22.358 INFO O| May 08 05:18:22.358 INFO O| Done
48302025-05-08T05:18:23.772Z[ host-image] May 08 05:18:22.359 INFO O| May 08 05:18:22.359 INFO O| Done
48312025-05-08T05:18:23.835Z[ recovery-image] May 08 05:18:22.423 INFO O| May 08 05:18:22.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48322025-05-08T05:18:23.835Z[ recovery-image] May 08 05:18:22.423 INFO O| May 08 05:18:22.423 INFO STEP 132 (remove_files) COMPLETE
48332025-05-08T05:18:23.839Z[ recovery-image] May 08 05:18:22.423 INFO O| May 08 05:18:22.423 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-05-08T05:18:23.842Z[ host-image] May 08 05:18:22.428 INFO O| May 08 05:18:22.428 INFO O| Done
48352025-05-08T05:18:23.856Z[ recovery-image] May 08 05:18:22.444 INFO O| May 08 05:18:22.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48362025-05-08T05:18:23.856Z[ recovery-image] May 08 05:18:22.444 INFO O| May 08 05:18:22.444 INFO STEP 133 (remove_files) COMPLETE
48372025-05-08T05:18:23.856Z[ recovery-image] May 08 05:18:22.444 INFO O| May 08 05:18:22.444 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-05-08T05:18:23.878Z[ recovery-image] May 08 05:18:22.466 INFO O| May 08 05:18:22.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48392025-05-08T05:18:23.878Z[ recovery-image] May 08 05:18:22.466 INFO O| May 08 05:18:22.466 INFO STEP 134 (remove_files) COMPLETE
48402025-05-08T05:18:23.878Z[ recovery-image] May 08 05:18:22.466 INFO O| May 08 05:18:22.466 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-05-08T05:18:23.901Z[ recovery-image] May 08 05:18:22.488 INFO O| May 08 05:18:22.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48422025-05-08T05:18:23.901Z[ recovery-image] May 08 05:18:22.488 INFO O| May 08 05:18:22.488 INFO STEP 135 (remove_files) COMPLETE
48432025-05-08T05:18:23.901Z[ recovery-image] May 08 05:18:22.488 INFO O| May 08 05:18:22.488 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-05-08T05:18:23.922Z[ recovery-image] May 08 05:18:22.509 INFO O| May 08 05:18:22.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48452025-05-08T05:18:23.922Z[ recovery-image] May 08 05:18:22.509 INFO O| May 08 05:18:22.509 INFO STEP 136 (remove_files) COMPLETE
48462025-05-08T05:18:23.923Z[ recovery-image] May 08 05:18:22.509 INFO O| May 08 05:18:22.509 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-05-08T05:18:23.941Z[ recovery-image] May 08 05:18:22.528 INFO O| May 08 05:18:22.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48482025-05-08T05:18:23.942Z[ recovery-image] May 08 05:18:22.528 INFO O| May 08 05:18:22.528 INFO STEP 137 (remove_files) COMPLETE
48492025-05-08T05:18:23.942Z[ recovery-image] May 08 05:18:22.528 INFO O| May 08 05:18:22.528 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-05-08T05:18:23.960Z[ recovery-image] May 08 05:18:22.547 INFO O| May 08 05:18:22.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48512025-05-08T05:18:23.960Z[ recovery-image] May 08 05:18:22.548 INFO O| May 08 05:18:22.547 INFO STEP 138 (remove_files) COMPLETE
48522025-05-08T05:18:23.960Z[ recovery-image] May 08 05:18:22.548 INFO O| May 08 05:18:22.547 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-05-08T05:18:23.993Z[ recovery-image] May 08 05:18:22.581 INFO O| May 08 05:18:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48542025-05-08T05:18:23.994Z[ recovery-image] May 08 05:18:22.581 INFO O| May 08 05:18:22.581 INFO STEP 139 (remove_files) COMPLETE
48552025-05-08T05:18:23.994Z[ recovery-image] May 08 05:18:22.581 INFO O| May 08 05:18:22.581 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-05-08T05:18:24.063Z[ recovery-image] May 08 05:18:22.619 INFO O| May 08 05:18:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48572025-05-08T05:18:24.063Z[ recovery-image] May 08 05:18:22.619 INFO O| May 08 05:18:22.619 INFO STEP 140 (remove_files) COMPLETE
48582025-05-08T05:18:24.066Z[ recovery-image] May 08 05:18:22.619 INFO O| May 08 05:18:22.619 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-05-08T05:18:24.066Z[ host-image] May 08 05:18:22.650 INFO O| May 08 05:18:22.650 INFO STEP 13 (pkg_install) COMPLETE
48602025-05-08T05:18:24.066Z[ host-image] May 08 05:18:22.650 INFO O| May 08 05:18:22.650 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
48612025-05-08T05:18:24.066Z[ recovery-image] May 08 05:18:22.651 INFO O| May 08 05:18:22.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48622025-05-08T05:18:24.066Z[ recovery-image] May 08 05:18:22.651 INFO O| May 08 05:18:22.651 INFO STEP 141 (remove_files) COMPLETE
48632025-05-08T05:18:24.082Z[ recovery-image] May 08 05:18:22.651 INFO O| May 08 05:18:22.651 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-05-08T05:18:24.082Z[ host-image] May 08 05:18:22.669 INFO O| May 08 05:18:22.669 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.361"]
48652025-05-08T05:18:24.085Z[ recovery-image] May 08 05:18:22.672 INFO O| May 08 05:18:22.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48662025-05-08T05:18:24.085Z[ recovery-image] May 08 05:18:22.672 INFO O| May 08 05:18:22.672 INFO STEP 142 (remove_files) COMPLETE
48672025-05-08T05:18:24.413Z[ recovery-image] May 08 05:18:22.672 INFO O| May 08 05:18:22.672 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-05-08T05:18:24.416Z[ recovery-image] May 08 05:18:22.693 INFO O| May 08 05:18:22.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48692025-05-08T05:18:24.416Z[ recovery-image] May 08 05:18:22.693 INFO O| May 08 05:18:22.693 INFO STEP 143 (remove_files) COMPLETE
48702025-05-08T05:18:24.416Z[ recovery-image] May 08 05:18:22.693 INFO O| May 08 05:18:22.693 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-05-08T05:18:24.416Z[ recovery-image] May 08 05:18:22.755 INFO O| May 08 05:18:22.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48722025-05-08T05:18:24.416Z[ recovery-image] May 08 05:18:22.755 INFO O| May 08 05:18:22.755 INFO STEP 144 (remove_files) COMPLETE
48732025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.755 INFO O| May 08 05:18:22.755 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.823 INFO O| May 08 05:18:22.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48752025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.843 INFO O| May 08 05:18:22.843 INFO STEP 145 (remove_files) COMPLETE
48762025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.843 INFO O| May 08 05:18:22.843 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.865 INFO O| May 08 05:18:22.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48782025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.865 INFO O| May 08 05:18:22.865 INFO STEP 146 (remove_files) COMPLETE
48792025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.865 INFO O| May 08 05:18:22.865 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.902 INFO O| May 08 05:18:22.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48812025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.902 INFO O| May 08 05:18:22.902 INFO STEP 147 (remove_files) COMPLETE
48822025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.902 INFO O| May 08 05:18:22.902 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.924 INFO O| May 08 05:18:22.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48842025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.945 INFO O| May 08 05:18:22.945 INFO STEP 148 (remove_files) COMPLETE
48852025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.945 INFO O| May 08 05:18:22.945 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.967 INFO O| May 08 05:18:22.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48872025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.987 INFO O| May 08 05:18:22.987 INFO STEP 149 (remove_files) COMPLETE
48882025-05-08T05:18:24.417Z[ recovery-image] May 08 05:18:22.987 INFO O| May 08 05:18:22.987 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-05-08T05:18:24.438Z[ recovery-image] May 08 05:18:23.025 INFO O| May 08 05:18:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48902025-05-08T05:18:24.441Z[ recovery-image] May 08 05:18:23.025 INFO O| May 08 05:18:23.025 INFO STEP 150 (remove_files) COMPLETE
48912025-05-08T05:18:24.441Z[ recovery-image] May 08 05:18:23.025 INFO O| May 08 05:18:23.025 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-05-08T05:18:24.460Z[ recovery-image] May 08 05:18:23.047 INFO O| May 08 05:18:23.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48932025-05-08T05:18:24.463Z[ recovery-image] May 08 05:18:23.047 INFO O| May 08 05:18:23.047 INFO STEP 151 (remove_files) COMPLETE
48942025-05-08T05:18:24.463Z[ recovery-image] May 08 05:18:23.047 INFO O| May 08 05:18:23.047 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-05-08T05:18:24.480Z[ recovery-image] May 08 05:18:23.067 INFO O| May 08 05:18:23.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48962025-05-08T05:18:24.484Z[ recovery-image] May 08 05:18:23.068 INFO O| May 08 05:18:23.068 INFO STEP 152 (remove_files) COMPLETE
48972025-05-08T05:18:24.484Z[ recovery-image] May 08 05:18:23.068 INFO O| May 08 05:18:23.068 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-05-08T05:18:24.504Z[ recovery-image] May 08 05:18:23.090 INFO O| May 08 05:18:23.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48992025-05-08T05:18:24.504Z[ recovery-image] May 08 05:18:23.090 INFO O| May 08 05:18:23.090 INFO STEP 153 (remove_files) COMPLETE
49002025-05-08T05:18:24.504Z[ recovery-image] May 08 05:18:23.091 INFO O| May 08 05:18:23.090 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-05-08T05:18:24.525Z[ recovery-image] May 08 05:18:23.111 INFO O| May 08 05:18:23.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49022025-05-08T05:18:24.525Z[ recovery-image] May 08 05:18:23.111 INFO O| May 08 05:18:23.111 INFO STEP 154 (remove_files) COMPLETE
49032025-05-08T05:18:24.525Z[ recovery-image] May 08 05:18:23.111 INFO O| May 08 05:18:23.111 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-05-08T05:18:24.555Z[ recovery-image] May 08 05:18:23.142 INFO O| May 08 05:18:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49052025-05-08T05:18:24.558Z[ recovery-image] May 08 05:18:23.142 INFO O| May 08 05:18:23.142 INFO STEP 155 (remove_files) COMPLETE
49062025-05-08T05:18:24.558Z[ recovery-image] May 08 05:18:23.142 INFO O| May 08 05:18:23.142 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-05-08T05:18:24.605Z[ recovery-image] May 08 05:18:23.192 INFO O| May 08 05:18:23.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49082025-05-08T05:18:24.605Z[ recovery-image] May 08 05:18:23.192 INFO O| May 08 05:18:23.192 INFO STEP 156 (remove_files) COMPLETE
49092025-05-08T05:18:24.609Z[ recovery-image] May 08 05:18:23.192 INFO O| May 08 05:18:23.192 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-05-08T05:18:24.629Z[ recovery-image] May 08 05:18:23.216 INFO O| May 08 05:18:23.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49112025-05-08T05:18:24.632Z[ recovery-image] May 08 05:18:23.216 INFO O| May 08 05:18:23.216 INFO STEP 157 (remove_files) COMPLETE
49122025-05-08T05:18:24.632Z[ recovery-image] May 08 05:18:23.216 INFO O| May 08 05:18:23.216 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-05-08T05:18:24.666Z[ recovery-image] May 08 05:18:23.250 INFO O| May 08 05:18:23.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49142025-05-08T05:18:24.666Z[ recovery-image] May 08 05:18:23.250 INFO O| May 08 05:18:23.250 INFO STEP 158 (remove_files) COMPLETE
49152025-05-08T05:18:24.666Z[ recovery-image] May 08 05:18:23.250 INFO O| May 08 05:18:23.250 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-05-08T05:18:24.698Z[ recovery-image] May 08 05:18:23.285 INFO O| May 08 05:18:23.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49172025-05-08T05:18:24.698Z[ recovery-image] May 08 05:18:23.285 INFO O| May 08 05:18:23.285 INFO STEP 159 (remove_files) COMPLETE
49182025-05-08T05:18:24.698Z[ recovery-image] May 08 05:18:23.285 INFO O| May 08 05:18:23.285 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-05-08T05:18:24.723Z[ recovery-image] May 08 05:18:23.310 INFO O| May 08 05:18:23.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49202025-05-08T05:18:24.723Z[ recovery-image] May 08 05:18:23.310 INFO O| May 08 05:18:23.310 INFO STEP 160 (remove_files) COMPLETE
49212025-05-08T05:18:24.723Z[ recovery-image] May 08 05:18:23.310 INFO O| May 08 05:18:23.310 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-05-08T05:18:24.769Z[ recovery-image] May 08 05:18:23.356 INFO O| May 08 05:18:23.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49232025-05-08T05:18:24.769Z[ recovery-image] May 08 05:18:23.356 INFO O| May 08 05:18:23.356 INFO STEP 161 (remove_files) COMPLETE
49242025-05-08T05:18:24.772Z[ recovery-image] May 08 05:18:23.356 INFO O| May 08 05:18:23.356 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-05-08T05:18:24.832Z[ recovery-image] May 08 05:18:23.419 INFO O| May 08 05:18:23.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49262025-05-08T05:18:24.859Z[ recovery-image] May 08 05:18:23.446 INFO O| May 08 05:18:23.446 INFO STEP 162 (remove_files) COMPLETE
49272025-05-08T05:18:24.859Z[ recovery-image] May 08 05:18:23.446 INFO O| May 08 05:18:23.446 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-05-08T05:18:24.882Z[ recovery-image] May 08 05:18:23.468 INFO O| May 08 05:18:23.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49292025-05-08T05:18:24.885Z[ recovery-image] May 08 05:18:23.469 INFO O| May 08 05:18:23.469 INFO STEP 163 (remove_files) COMPLETE
49302025-05-08T05:18:24.885Z[ recovery-image] May 08 05:18:23.469 INFO O| May 08 05:18:23.469 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-05-08T05:18:24.928Z[ recovery-image] May 08 05:18:23.514 INFO O| May 08 05:18:23.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49322025-05-08T05:18:24.928Z[ recovery-image] May 08 05:18:23.515 INFO O| May 08 05:18:23.515 INFO STEP 164 (remove_files) COMPLETE
49332025-05-08T05:18:24.931Z[ recovery-image] May 08 05:18:23.515 INFO O| May 08 05:18:23.515 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-05-08T05:18:24.987Z[ recovery-image] May 08 05:18:23.574 INFO O| May 08 05:18:23.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49352025-05-08T05:18:24.987Z[ recovery-image] May 08 05:18:23.574 INFO O| May 08 05:18:23.574 INFO STEP 165 (remove_files) COMPLETE
49362025-05-08T05:18:24.990Z[ recovery-image] May 08 05:18:23.574 INFO O| May 08 05:18:23.574 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-05-08T05:18:25.012Z[ recovery-image] May 08 05:18:23.599 INFO O| May 08 05:18:23.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49382025-05-08T05:18:25.012Z[ recovery-image] May 08 05:18:23.599 INFO O| May 08 05:18:23.599 INFO STEP 166 (remove_files) COMPLETE
49392025-05-08T05:18:25.012Z[ recovery-image] May 08 05:18:23.599 INFO O| May 08 05:18:23.599 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-05-08T05:18:25.036Z[ recovery-image] May 08 05:18:23.623 INFO O| May 08 05:18:23.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49412025-05-08T05:18:25.036Z[ recovery-image] May 08 05:18:23.623 INFO O| May 08 05:18:23.623 INFO STEP 167 (remove_files) COMPLETE
49422025-05-08T05:18:25.036Z[ recovery-image] May 08 05:18:23.623 INFO O| May 08 05:18:23.623 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-05-08T05:18:25.059Z[ recovery-image] May 08 05:18:23.645 INFO O| May 08 05:18:23.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49442025-05-08T05:18:25.059Z[ recovery-image] May 08 05:18:23.646 INFO O| May 08 05:18:23.646 INFO STEP 168 (remove_files) COMPLETE
49452025-05-08T05:18:25.062Z[ recovery-image] May 08 05:18:23.646 INFO O| May 08 05:18:23.646 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-05-08T05:18:25.099Z[ recovery-image] May 08 05:18:23.686 INFO O| May 08 05:18:23.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49472025-05-08T05:18:25.102Z[ recovery-image] May 08 05:18:23.686 INFO O| May 08 05:18:23.686 INFO STEP 169 (remove_files) COMPLETE
49482025-05-08T05:18:25.102Z[ recovery-image] May 08 05:18:23.686 INFO O| May 08 05:18:23.686 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-05-08T05:18:25.188Z[ recovery-image] May 08 05:18:23.774 INFO O| May 08 05:18:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49502025-05-08T05:18:25.188Z[ recovery-image] May 08 05:18:23.774 INFO O| May 08 05:18:23.774 INFO STEP 170 (remove_files) COMPLETE
49512025-05-08T05:18:25.188Z[ recovery-image] May 08 05:18:23.774 INFO O| May 08 05:18:23.774 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-05-08T05:18:25.250Z[ recovery-image] May 08 05:18:23.836 INFO O| May 08 05:18:23.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49532025-05-08T05:18:25.250Z[ recovery-image] May 08 05:18:23.837 INFO O| May 08 05:18:23.836 INFO STEP 171 (remove_files) COMPLETE
49542025-05-08T05:18:25.250Z[ recovery-image] May 08 05:18:23.837 INFO O| May 08 05:18:23.836 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-05-08T05:18:25.272Z[ recovery-image] May 08 05:18:23.858 INFO O| May 08 05:18:23.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49562025-05-08T05:18:25.272Z[ recovery-image] May 08 05:18:23.858 INFO O| May 08 05:18:23.858 INFO STEP 172 (remove_files) COMPLETE
49572025-05-08T05:18:25.272Z[ recovery-image] May 08 05:18:23.858 INFO O| May 08 05:18:23.858 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-05-08T05:18:25.327Z[ recovery-image] May 08 05:18:23.914 INFO O| May 08 05:18:23.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49592025-05-08T05:18:25.350Z[ recovery-image] May 08 05:18:23.936 INFO O| May 08 05:18:23.936 INFO STEP 173 (remove_files) COMPLETE
49602025-05-08T05:18:25.350Z[ recovery-image] May 08 05:18:23.936 INFO O| May 08 05:18:23.936 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-05-08T05:18:25.385Z[ recovery-image] May 08 05:18:23.971 INFO O| May 08 05:18:23.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49622025-05-08T05:18:25.385Z[ recovery-image] May 08 05:18:23.972 INFO O| May 08 05:18:23.971 INFO STEP 174 (remove_files) COMPLETE
49632025-05-08T05:18:25.389Z[ recovery-image] May 08 05:18:23.972 INFO O| May 08 05:18:23.972 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-05-08T05:18:25.432Z[ recovery-image] May 08 05:18:24.018 INFO O| May 08 05:18:24.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49652025-05-08T05:18:25.432Z[ recovery-image] May 08 05:18:24.019 INFO O| May 08 05:18:24.019 INFO STEP 175 (remove_files) COMPLETE
49662025-05-08T05:18:25.435Z[ recovery-image] May 08 05:18:24.019 INFO O| May 08 05:18:24.019 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-05-08T05:18:25.451Z[ host-image] May 08 05:18:24.038 INFO O| May 08 05:18:24.038 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
49682025-05-08T05:18:25.481Z[ recovery-image] May 08 05:18:24.068 INFO O| May 08 05:18:24.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49692025-05-08T05:18:25.481Z[ recovery-image] May 08 05:18:24.068 INFO O| May 08 05:18:24.068 INFO STEP 176 (remove_files) COMPLETE
49702025-05-08T05:18:25.485Z[ recovery-image] May 08 05:18:24.068 INFO O| May 08 05:18:24.068 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-05-08T05:18:25.506Z[ recovery-image] May 08 05:18:24.093 INFO O| May 08 05:18:24.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49722025-05-08T05:18:25.507Z[ recovery-image] May 08 05:18:24.093 INFO O| May 08 05:18:24.093 INFO STEP 177 (remove_files) COMPLETE
49732025-05-08T05:18:25.507Z[ recovery-image] May 08 05:18:24.093 INFO O| May 08 05:18:24.093 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-05-08T05:18:25.529Z[ recovery-image] May 08 05:18:24.115 INFO O| May 08 05:18:24.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49752025-05-08T05:18:25.529Z[ recovery-image] May 08 05:18:24.115 INFO O| May 08 05:18:24.115 INFO STEP 178 (remove_files) COMPLETE
49762025-05-08T05:18:25.532Z[ recovery-image] May 08 05:18:24.115 INFO O| May 08 05:18:24.115 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-05-08T05:18:25.551Z[ recovery-image] May 08 05:18:24.137 INFO O| May 08 05:18:24.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49782025-05-08T05:18:25.551Z[ recovery-image] May 08 05:18:24.137 INFO O| May 08 05:18:24.137 INFO STEP 179 (remove_files) COMPLETE
49792025-05-08T05:18:25.551Z[ recovery-image] May 08 05:18:24.137 INFO O| May 08 05:18:24.137 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-05-08T05:18:25.596Z[ recovery-image] May 08 05:18:24.183 INFO O| May 08 05:18:24.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49812025-05-08T05:18:25.596Z[ recovery-image] May 08 05:18:24.183 INFO O| May 08 05:18:24.183 INFO STEP 180 (remove_files) COMPLETE
49822025-05-08T05:18:25.600Z[ recovery-image] May 08 05:18:24.183 INFO O| May 08 05:18:24.183 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-05-08T05:18:25.630Z[ recovery-image] May 08 05:18:24.216 INFO O| May 08 05:18:24.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49842025-05-08T05:18:25.633Z[ recovery-image] May 08 05:18:24.217 INFO O| May 08 05:18:24.216 INFO STEP 181 (remove_files) COMPLETE
49852025-05-08T05:18:25.633Z[ recovery-image] May 08 05:18:24.217 INFO O| May 08 05:18:24.217 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-05-08T05:18:25.671Z[ recovery-image] May 08 05:18:24.258 INFO O| May 08 05:18:24.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49872025-05-08T05:18:25.671Z[ recovery-image] May 08 05:18:24.258 INFO O| May 08 05:18:24.258 INFO STEP 182 (remove_files) COMPLETE
49882025-05-08T05:18:25.674Z[ recovery-image] May 08 05:18:24.258 INFO O| May 08 05:18:24.258 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-05-08T05:18:25.701Z[ recovery-image] May 08 05:18:24.287 INFO O| May 08 05:18:24.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49902025-05-08T05:18:25.701Z[ recovery-image] May 08 05:18:24.287 INFO O| May 08 05:18:24.287 INFO STEP 183 (remove_files) COMPLETE
49912025-05-08T05:18:25.704Z[ recovery-image] May 08 05:18:24.287 INFO O| May 08 05:18:24.287 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-05-08T05:18:25.723Z[ recovery-image] May 08 05:18:24.310 INFO O| May 08 05:18:24.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49932025-05-08T05:18:25.723Z[ recovery-image] May 08 05:18:24.310 INFO O| May 08 05:18:24.310 INFO STEP 184 (remove_files) COMPLETE
49942025-05-08T05:18:25.727Z[ recovery-image] May 08 05:18:24.310 INFO O| May 08 05:18:24.310 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-05-08T05:18:25.745Z[ recovery-image] May 08 05:18:24.331 INFO O| May 08 05:18:24.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49962025-05-08T05:18:25.745Z[ recovery-image] May 08 05:18:24.331 INFO O| May 08 05:18:24.331 INFO STEP 185 (remove_files) COMPLETE
49972025-05-08T05:18:25.748Z[ recovery-image] May 08 05:18:24.331 INFO O| May 08 05:18:24.331 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-05-08T05:18:25.771Z[ recovery-image] May 08 05:18:24.356 INFO O| May 08 05:18:24.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49992025-05-08T05:18:25.771Z[ recovery-image] May 08 05:18:24.356 INFO O| May 08 05:18:24.356 INFO STEP 186 (remove_files) COMPLETE
50002025-05-08T05:18:25.771Z[ recovery-image] May 08 05:18:24.356 INFO O| May 08 05:18:24.356 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-05-08T05:18:25.813Z[ recovery-image] May 08 05:18:24.399 INFO O| May 08 05:18:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50022025-05-08T05:18:25.813Z[ recovery-image] May 08 05:18:24.399 INFO O| May 08 05:18:24.399 INFO STEP 187 (remove_files) COMPLETE
50032025-05-08T05:18:25.816Z[ recovery-image] May 08 05:18:24.400 INFO O| May 08 05:18:24.399 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-05-08T05:18:25.850Z[ recovery-image] May 08 05:18:24.437 INFO O| May 08 05:18:24.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50052025-05-08T05:18:25.850Z[ recovery-image] May 08 05:18:24.437 INFO O| May 08 05:18:24.437 INFO STEP 188 (remove_files) COMPLETE
50062025-05-08T05:18:25.851Z[ recovery-image] May 08 05:18:24.437 INFO O| May 08 05:18:24.437 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-05-08T05:18:25.907Z[ recovery-image] May 08 05:18:24.493 INFO O| May 08 05:18:24.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50082025-05-08T05:18:25.907Z[ recovery-image] May 08 05:18:24.494 INFO O| May 08 05:18:24.494 INFO STEP 189 (remove_files) COMPLETE
50092025-05-08T05:18:25.910Z[ recovery-image] May 08 05:18:24.494 INFO O| May 08 05:18:24.494 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-05-08T05:18:25.944Z[ recovery-image] May 08 05:18:24.530 INFO O| May 08 05:18:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50112025-05-08T05:18:25.944Z[ recovery-image] May 08 05:18:24.530 INFO O| May 08 05:18:24.530 INFO STEP 190 (remove_files) COMPLETE
50122025-05-08T05:18:25.947Z[ recovery-image] May 08 05:18:24.530 INFO O| May 08 05:18:24.530 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-05-08T05:18:26.003Z[ recovery-image] May 08 05:18:24.589 INFO O| May 08 05:18:24.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50142025-05-08T05:18:26.003Z[ recovery-image] May 08 05:18:24.589 INFO O| May 08 05:18:24.589 INFO STEP 191 (remove_files) COMPLETE
50152025-05-08T05:18:26.006Z[ recovery-image] May 08 05:18:24.590 INFO O| May 08 05:18:24.589 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-05-08T05:18:26.025Z[ recovery-image] May 08 05:18:24.611 INFO O| May 08 05:18:24.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50172025-05-08T05:18:26.025Z[ recovery-image] May 08 05:18:24.611 INFO O| May 08 05:18:24.611 INFO STEP 192 (remove_files) COMPLETE
50182025-05-08T05:18:26.025Z[ recovery-image] May 08 05:18:24.611 INFO O| May 08 05:18:24.611 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-05-08T05:18:26.045Z[ recovery-image] May 08 05:18:24.632 INFO O| May 08 05:18:24.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50202025-05-08T05:18:26.045Z[ recovery-image] May 08 05:18:24.632 INFO O| May 08 05:18:24.632 INFO STEP 193 (remove_files) COMPLETE
50212025-05-08T05:18:26.049Z[ recovery-image] May 08 05:18:24.632 INFO O| May 08 05:18:24.632 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-05-08T05:18:26.144Z[ recovery-image] May 08 05:18:24.730 INFO O| May 08 05:18:24.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50232025-05-08T05:18:26.144Z[ recovery-image] May 08 05:18:24.730 INFO O| May 08 05:18:24.730 INFO STEP 194 (remove_files) COMPLETE
50242025-05-08T05:18:26.144Z[ recovery-image] May 08 05:18:24.730 INFO O| May 08 05:18:24.730 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-05-08T05:18:26.168Z[ recovery-image] May 08 05:18:24.755 INFO O| May 08 05:18:24.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50262025-05-08T05:18:26.168Z[ recovery-image] May 08 05:18:24.755 INFO O| May 08 05:18:24.755 INFO STEP 195 (remove_files) COMPLETE
50272025-05-08T05:18:26.168Z[ recovery-image] May 08 05:18:24.755 INFO O| May 08 05:18:24.755 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-05-08T05:18:26.201Z[ recovery-image] May 08 05:18:24.787 INFO O| May 08 05:18:24.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50292025-05-08T05:18:26.204Z[ recovery-image] May 08 05:18:24.788 INFO O| May 08 05:18:24.788 INFO STEP 196 (remove_files) COMPLETE
50302025-05-08T05:18:26.204Z[ recovery-image] May 08 05:18:24.788 INFO O| May 08 05:18:24.788 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-05-08T05:18:26.237Z[ recovery-image] May 08 05:18:24.824 INFO O| May 08 05:18:24.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50322025-05-08T05:18:26.240Z[ recovery-image] May 08 05:18:24.824 INFO O| May 08 05:18:24.824 INFO STEP 197 (remove_files) COMPLETE
50332025-05-08T05:18:26.240Z[ recovery-image] May 08 05:18:24.824 INFO O| May 08 05:18:24.824 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-05-08T05:18:26.271Z[ recovery-image] May 08 05:18:24.857 INFO O| May 08 05:18:24.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50352025-05-08T05:18:26.271Z[ recovery-image] May 08 05:18:24.857 INFO O| May 08 05:18:24.857 INFO STEP 198 (remove_files) COMPLETE
50362025-05-08T05:18:26.271Z[ recovery-image] May 08 05:18:24.857 INFO O| May 08 05:18:24.857 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-05-08T05:18:26.296Z[ recovery-image] May 08 05:18:24.882 INFO O| May 08 05:18:24.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50382025-05-08T05:18:26.299Z[ recovery-image] May 08 05:18:24.882 INFO O| May 08 05:18:24.882 INFO STEP 199 (remove_files) COMPLETE
50392025-05-08T05:18:26.299Z[ recovery-image] May 08 05:18:24.882 INFO O| May 08 05:18:24.882 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-05-08T05:18:26.319Z[ recovery-image] May 08 05:18:24.905 INFO O| May 08 05:18:24.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50412025-05-08T05:18:26.322Z[ recovery-image] May 08 05:18:24.905 INFO O| May 08 05:18:24.905 INFO STEP 200 (remove_files) COMPLETE
50422025-05-08T05:18:26.322Z[ recovery-image] May 08 05:18:24.906 INFO O| May 08 05:18:24.905 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-05-08T05:18:26.340Z[ recovery-image] May 08 05:18:24.926 INFO O| May 08 05:18:24.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50442025-05-08T05:18:26.340Z[ recovery-image] May 08 05:18:24.927 INFO O| May 08 05:18:24.927 INFO STEP 201 (remove_files) COMPLETE
50452025-05-08T05:18:26.343Z[ recovery-image] May 08 05:18:24.927 INFO O| May 08 05:18:24.927 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-05-08T05:18:26.362Z[ recovery-image] May 08 05:18:24.948 INFO O| May 08 05:18:24.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50472025-05-08T05:18:26.362Z[ recovery-image] May 08 05:18:24.948 INFO O| May 08 05:18:24.948 INFO STEP 202 (remove_files) COMPLETE
50482025-05-08T05:18:26.365Z[ recovery-image] May 08 05:18:24.948 INFO O| May 08 05:18:24.948 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-05-08T05:18:26.387Z[ recovery-image] May 08 05:18:24.973 INFO O| May 08 05:18:24.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50502025-05-08T05:18:26.390Z[ recovery-image] May 08 05:18:24.973 INFO O| May 08 05:18:24.973 INFO STEP 203 (remove_files) COMPLETE
50512025-05-08T05:18:26.390Z[ recovery-image] May 08 05:18:24.973 INFO O| May 08 05:18:24.973 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-05-08T05:18:26.429Z[ recovery-image] May 08 05:18:25.016 INFO O| May 08 05:18:25.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50532025-05-08T05:18:26.429Z[ recovery-image] May 08 05:18:25.016 INFO O| May 08 05:18:25.016 INFO STEP 204 (remove_files) COMPLETE
50542025-05-08T05:18:26.429Z[ recovery-image] May 08 05:18:25.016 INFO O| May 08 05:18:25.016 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-05-08T05:18:26.487Z[ recovery-image] May 08 05:18:25.073 INFO O| May 08 05:18:25.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50562025-05-08T05:18:26.487Z[ recovery-image] May 08 05:18:25.074 INFO O| May 08 05:18:25.073 INFO STEP 205 (remove_files) COMPLETE
50572025-05-08T05:18:26.487Z[ recovery-image] May 08 05:18:25.074 INFO O| May 08 05:18:25.074 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-05-08T05:18:26.523Z[ recovery-image] May 08 05:18:25.109 INFO O| May 08 05:18:25.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50592025-05-08T05:18:26.523Z[ recovery-image] May 08 05:18:25.109 INFO O| May 08 05:18:25.109 INFO STEP 206 (remove_files) COMPLETE
50602025-05-08T05:18:26.523Z[ recovery-image] May 08 05:18:25.109 INFO O| May 08 05:18:25.109 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-05-08T05:18:26.542Z[ recovery-image] May 08 05:18:25.129 INFO O| May 08 05:18:25.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50622025-05-08T05:18:26.542Z[ recovery-image] May 08 05:18:25.129 INFO O| May 08 05:18:25.129 INFO STEP 207 (remove_files) COMPLETE
50632025-05-08T05:18:26.542Z[ recovery-image] May 08 05:18:25.129 INFO O| May 08 05:18:25.129 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-05-08T05:18:26.562Z[ recovery-image] May 08 05:18:25.148 INFO O| May 08 05:18:25.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50652025-05-08T05:18:26.562Z[ recovery-image] May 08 05:18:25.148 INFO O| May 08 05:18:25.148 INFO STEP 208 (remove_files) COMPLETE
50662025-05-08T05:18:26.562Z[ recovery-image] May 08 05:18:25.148 INFO O| May 08 05:18:25.148 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-05-08T05:18:26.593Z[ recovery-image] May 08 05:18:25.179 INFO O| May 08 05:18:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50682025-05-08T05:18:26.625Z[ recovery-image] May 08 05:18:25.210 INFO O| May 08 05:18:25.210 INFO STEP 209 (remove_files) COMPLETE
50692025-05-08T05:18:26.625Z[ recovery-image] May 08 05:18:25.210 INFO O| May 08 05:18:25.210 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-05-08T05:18:26.669Z[ recovery-image] May 08 05:18:25.255 INFO O| May 08 05:18:25.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50712025-05-08T05:18:26.669Z[ recovery-image] May 08 05:18:25.255 INFO O| May 08 05:18:25.255 INFO STEP 210 (remove_files) COMPLETE
50722025-05-08T05:18:26.669Z[ recovery-image] May 08 05:18:25.255 INFO O| May 08 05:18:25.255 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-05-08T05:18:26.690Z[ recovery-image] May 08 05:18:25.277 INFO O| May 08 05:18:25.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50742025-05-08T05:18:26.691Z[ recovery-image] May 08 05:18:25.277 INFO O| May 08 05:18:25.277 INFO STEP 211 (remove_files) COMPLETE
50752025-05-08T05:18:26.691Z[ recovery-image] May 08 05:18:25.277 INFO O| May 08 05:18:25.277 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-05-08T05:18:26.711Z[ recovery-image] May 08 05:18:25.297 INFO O| May 08 05:18:25.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50772025-05-08T05:18:26.723Z[ recovery-image] May 08 05:18:25.309 INFO O| May 08 05:18:25.309 INFO STEP 212 (remove_files) COMPLETE
50782025-05-08T05:18:26.723Z[ recovery-image] May 08 05:18:25.309 INFO O| May 08 05:18:25.309 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-05-08T05:18:26.779Z[ recovery-image] May 08 05:18:25.365 INFO O| May 08 05:18:25.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50802025-05-08T05:18:26.779Z[ recovery-image] May 08 05:18:25.365 INFO O| May 08 05:18:25.365 INFO STEP 213 (remove_files) COMPLETE
50812025-05-08T05:18:26.782Z[ recovery-image] May 08 05:18:25.365 INFO O| May 08 05:18:25.365 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-05-08T05:18:26.799Z[ recovery-image] May 08 05:18:25.385 INFO O| May 08 05:18:25.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50832025-05-08T05:18:26.802Z[ recovery-image] May 08 05:18:25.385 INFO O| May 08 05:18:25.385 INFO STEP 214 (remove_files) COMPLETE
50842025-05-08T05:18:26.802Z[ recovery-image] May 08 05:18:25.385 INFO O| May 08 05:18:25.385 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-05-08T05:18:26.819Z[ recovery-image] May 08 05:18:25.405 INFO O| May 08 05:18:25.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50862025-05-08T05:18:26.819Z[ recovery-image] May 08 05:18:25.405 INFO O| May 08 05:18:25.405 INFO STEP 215 (remove_files) COMPLETE
50872025-05-08T05:18:26.822Z[ recovery-image] May 08 05:18:25.405 INFO O| May 08 05:18:25.405 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-05-08T05:18:26.855Z[ recovery-image] May 08 05:18:25.441 INFO O| May 08 05:18:25.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50892025-05-08T05:18:26.858Z[ recovery-image] May 08 05:18:25.441 INFO O| May 08 05:18:25.441 INFO STEP 216 (remove_files) COMPLETE
50902025-05-08T05:18:26.858Z[ recovery-image] May 08 05:18:25.441 INFO O| May 08 05:18:25.441 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-05-08T05:18:26.877Z[ recovery-image] May 08 05:18:25.463 INFO O| May 08 05:18:25.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50922025-05-08T05:18:26.880Z[ recovery-image] May 08 05:18:25.463 INFO O| May 08 05:18:25.463 INFO STEP 217 (remove_files) COMPLETE
50932025-05-08T05:18:26.880Z[ recovery-image] May 08 05:18:25.463 INFO O| May 08 05:18:25.463 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-05-08T05:18:26.928Z[ recovery-image] May 08 05:18:25.514 INFO O| May 08 05:18:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50952025-05-08T05:18:26.948Z[ recovery-image] May 08 05:18:25.534 INFO O| May 08 05:18:25.534 INFO STEP 218 (remove_files) COMPLETE
50962025-05-08T05:18:26.948Z[ recovery-image] May 08 05:18:25.534 INFO O| May 08 05:18:25.534 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-05-08T05:18:27.042Z[ recovery-image] May 08 05:18:25.628 INFO O| May 08 05:18:25.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50982025-05-08T05:18:27.042Z[ recovery-image] May 08 05:18:25.628 INFO O| May 08 05:18:25.628 INFO STEP 219 (remove_files) COMPLETE
50992025-05-08T05:18:27.042Z[ recovery-image] May 08 05:18:25.628 INFO O| May 08 05:18:25.628 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-05-08T05:18:27.067Z[ recovery-image] May 08 05:18:25.652 INFO O| May 08 05:18:25.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51012025-05-08T05:18:27.067Z[ recovery-image] May 08 05:18:25.653 INFO O| May 08 05:18:25.653 INFO STEP 220 (remove_files) COMPLETE
51022025-05-08T05:18:27.067Z[ recovery-image] May 08 05:18:25.653 INFO O| May 08 05:18:25.653 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-05-08T05:18:27.090Z[ recovery-image] May 08 05:18:25.675 INFO O| May 08 05:18:25.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51042025-05-08T05:18:27.090Z[ recovery-image] May 08 05:18:25.675 INFO O| May 08 05:18:25.675 INFO STEP 221 (remove_files) COMPLETE
51052025-05-08T05:18:27.090Z[ recovery-image] May 08 05:18:25.675 INFO O| May 08 05:18:25.675 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062025-05-08T05:18:27.146Z[ recovery-image] May 08 05:18:25.732 INFO O| May 08 05:18:25.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51072025-05-08T05:18:27.146Z[ recovery-image] May 08 05:18:25.732 INFO O| May 08 05:18:25.732 INFO STEP 222 (remove_files) COMPLETE
51082025-05-08T05:18:27.146Z[ recovery-image] May 08 05:18:25.732 INFO O| May 08 05:18:25.732 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092025-05-08T05:18:27.170Z[ recovery-image] May 08 05:18:25.756 INFO O| May 08 05:18:25.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51102025-05-08T05:18:27.170Z[ recovery-image] May 08 05:18:25.756 INFO O| May 08 05:18:25.756 INFO STEP 223 (remove_files) COMPLETE
51112025-05-08T05:18:27.174Z[ recovery-image] May 08 05:18:25.756 INFO O| May 08 05:18:25.756 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122025-05-08T05:18:27.214Z[ recovery-image] May 08 05:18:25.799 INFO O| May 08 05:18:25.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51132025-05-08T05:18:27.214Z[ recovery-image] May 08 05:18:25.799 INFO O| May 08 05:18:25.799 INFO STEP 224 (remove_files) COMPLETE
51142025-05-08T05:18:27.214Z[ recovery-image] May 08 05:18:25.799 INFO O| May 08 05:18:25.799 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152025-05-08T05:18:27.270Z[ recovery-image] May 08 05:18:25.856 INFO O| May 08 05:18:25.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51162025-05-08T05:18:27.270Z[ recovery-image] May 08 05:18:25.856 INFO O| May 08 05:18:25.856 INFO STEP 225 (remove_files) COMPLETE
51172025-05-08T05:18:27.274Z[ recovery-image] May 08 05:18:25.856 INFO O| May 08 05:18:25.856 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-05-08T05:18:27.310Z[ recovery-image] May 08 05:18:25.896 INFO O| May 08 05:18:25.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51192025-05-08T05:18:27.313Z[ recovery-image] May 08 05:18:25.896 INFO O| May 08 05:18:25.896 INFO STEP 226 (remove_files) COMPLETE
51202025-05-08T05:18:27.313Z[ recovery-image] May 08 05:18:25.896 INFO O| May 08 05:18:25.896 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-05-08T05:18:27.334Z[ recovery-image] May 08 05:18:25.920 INFO O| May 08 05:18:25.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51222025-05-08T05:18:27.337Z[ recovery-image] May 08 05:18:25.920 INFO O| May 08 05:18:25.920 INFO STEP 227 (remove_files) COMPLETE
51232025-05-08T05:18:27.337Z[ recovery-image] May 08 05:18:25.920 INFO O| May 08 05:18:25.920 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-05-08T05:18:27.356Z[ recovery-image] May 08 05:18:25.942 INFO O| May 08 05:18:25.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51252025-05-08T05:18:27.360Z[ recovery-image] May 08 05:18:25.942 INFO O| May 08 05:18:25.942 INFO STEP 228 (remove_files) COMPLETE
51262025-05-08T05:18:27.360Z[ recovery-image] May 08 05:18:25.943 INFO O| May 08 05:18:25.942 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-05-08T05:18:27.378Z[ recovery-image] May 08 05:18:25.964 INFO O| May 08 05:18:25.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51282025-05-08T05:18:27.378Z[ recovery-image] May 08 05:18:25.964 INFO O| May 08 05:18:25.964 INFO STEP 229 (remove_files) COMPLETE
51292025-05-08T05:18:27.381Z[ recovery-image] May 08 05:18:25.964 INFO O| May 08 05:18:25.964 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-05-08T05:18:27.410Z[ recovery-image] May 08 05:18:25.996 INFO O| May 08 05:18:25.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51312025-05-08T05:18:27.410Z[ recovery-image] May 08 05:18:25.996 INFO O| May 08 05:18:25.996 INFO STEP 230 (remove_files) COMPLETE
51322025-05-08T05:18:27.410Z[ recovery-image] May 08 05:18:25.996 INFO O| May 08 05:18:25.996 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-05-08T05:18:27.439Z[ recovery-image] May 08 05:18:26.025 INFO O| May 08 05:18:26.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51342025-05-08T05:18:27.439Z[ recovery-image] May 08 05:18:26.025 INFO O| May 08 05:18:26.025 INFO STEP 231 (remove_files) COMPLETE
51352025-05-08T05:18:27.442Z[ recovery-image] May 08 05:18:26.025 INFO O| May 08 05:18:26.025 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-05-08T05:18:27.461Z[ recovery-image] May 08 05:18:26.047 INFO O| May 08 05:18:26.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51372025-05-08T05:18:27.464Z[ recovery-image] May 08 05:18:26.047 INFO O| May 08 05:18:26.047 INFO STEP 232 (remove_files) COMPLETE
51382025-05-08T05:18:27.464Z[ recovery-image] May 08 05:18:26.047 INFO O| May 08 05:18:26.047 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-05-08T05:18:27.481Z[ recovery-image] May 08 05:18:26.067 INFO O| May 08 05:18:26.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51402025-05-08T05:18:27.485Z[ recovery-image] May 08 05:18:26.068 INFO O| May 08 05:18:26.068 INFO STEP 233 (remove_files) COMPLETE
51412025-05-08T05:18:27.485Z[ recovery-image] May 08 05:18:26.068 INFO O| May 08 05:18:26.068 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-05-08T05:18:27.502Z[ recovery-image] May 08 05:18:26.088 INFO O| May 08 05:18:26.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51432025-05-08T05:18:27.502Z[ recovery-image] May 08 05:18:26.088 INFO O| May 08 05:18:26.088 INFO STEP 234 (remove_files) COMPLETE
51442025-05-08T05:18:27.505Z[ recovery-image] May 08 05:18:26.088 INFO O| May 08 05:18:26.088 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-05-08T05:18:27.533Z[ recovery-image] May 08 05:18:26.118 INFO O| May 08 05:18:26.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51462025-05-08T05:18:27.533Z[ recovery-image] May 08 05:18:26.119 INFO O| May 08 05:18:26.119 INFO STEP 235 (remove_files) COMPLETE
51472025-05-08T05:18:27.550Z[ recovery-image] May 08 05:18:26.119 INFO O| May 08 05:18:26.119 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-05-08T05:18:27.565Z[ recovery-image] May 08 05:18:26.150 INFO O| May 08 05:18:26.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51492025-05-08T05:18:27.568Z[ recovery-image] May 08 05:18:26.151 INFO O| May 08 05:18:26.151 INFO STEP 236 (remove_files) COMPLETE
51502025-05-08T05:18:27.568Z[ recovery-image] May 08 05:18:26.151 INFO O| May 08 05:18:26.151 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-05-08T05:18:27.604Z[ recovery-image] May 08 05:18:26.190 INFO O| May 08 05:18:26.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51522025-05-08T05:18:27.644Z[ recovery-image] May 08 05:18:26.230 INFO O| May 08 05:18:26.230 INFO STEP 237 (remove_files) COMPLETE
51532025-05-08T05:18:27.644Z[ recovery-image] May 08 05:18:26.230 INFO O| May 08 05:18:26.230 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-05-08T05:18:27.666Z[ recovery-image] May 08 05:18:26.252 INFO O| May 08 05:18:26.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51552025-05-08T05:18:27.667Z[ recovery-image] May 08 05:18:26.252 INFO O| May 08 05:18:26.252 INFO STEP 238 (remove_files) COMPLETE
51562025-05-08T05:18:27.667Z[ recovery-image] May 08 05:18:26.253 INFO O| May 08 05:18:26.252 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-05-08T05:18:27.688Z[ recovery-image] May 08 05:18:26.274 INFO O| May 08 05:18:26.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51582025-05-08T05:18:27.688Z[ recovery-image] May 08 05:18:26.274 INFO O| May 08 05:18:26.274 INFO STEP 239 (remove_files) COMPLETE
51592025-05-08T05:18:27.688Z[ recovery-image] May 08 05:18:26.274 INFO O| May 08 05:18:26.274 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-05-08T05:18:27.721Z[ recovery-image] May 08 05:18:26.307 INFO O| May 08 05:18:26.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51612025-05-08T05:18:27.721Z[ recovery-image] May 08 05:18:26.307 INFO O| May 08 05:18:26.307 INFO STEP 240 (remove_files) COMPLETE
51622025-05-08T05:18:27.721Z[ recovery-image] May 08 05:18:26.307 INFO O| May 08 05:18:26.307 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-05-08T05:18:27.744Z[ recovery-image] May 08 05:18:26.330 INFO O| May 08 05:18:26.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51642025-05-08T05:18:27.744Z[ recovery-image] May 08 05:18:26.330 INFO O| May 08 05:18:26.330 INFO STEP 241 (remove_files) COMPLETE
51652025-05-08T05:18:27.744Z[ recovery-image] May 08 05:18:26.330 INFO O| May 08 05:18:26.330 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-05-08T05:18:27.783Z[ recovery-image] May 08 05:18:26.369 INFO O| May 08 05:18:26.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51672025-05-08T05:18:27.783Z[ recovery-image] May 08 05:18:26.369 INFO O| May 08 05:18:26.369 INFO STEP 242 (remove_files) COMPLETE
51682025-05-08T05:18:27.783Z[ recovery-image] May 08 05:18:26.369 INFO O| May 08 05:18:26.369 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-05-08T05:18:27.819Z[ recovery-image] May 08 05:18:26.405 INFO O| May 08 05:18:26.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51702025-05-08T05:18:27.819Z[ recovery-image] May 08 05:18:26.405 INFO O| May 08 05:18:26.405 INFO STEP 243 (remove_files) COMPLETE
51712025-05-08T05:18:27.822Z[ recovery-image] May 08 05:18:26.405 INFO O| May 08 05:18:26.405 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-05-08T05:18:27.842Z[ recovery-image] May 08 05:18:26.427 INFO O| May 08 05:18:26.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51732025-05-08T05:18:27.842Z[ recovery-image] May 08 05:18:26.427 INFO O| May 08 05:18:26.427 INFO STEP 244 (remove_files) COMPLETE
51742025-05-08T05:18:27.845Z[ recovery-image] May 08 05:18:26.427 INFO O| May 08 05:18:26.427 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-05-08T05:18:27.863Z[ recovery-image] May 08 05:18:26.449 INFO O| May 08 05:18:26.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51762025-05-08T05:18:27.866Z[ recovery-image] May 08 05:18:26.449 INFO O| May 08 05:18:26.449 INFO STEP 245 (remove_files) COMPLETE
51772025-05-08T05:18:27.866Z[ recovery-image] May 08 05:18:26.449 INFO O| May 08 05:18:26.449 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-05-08T05:18:27.899Z[ recovery-image] May 08 05:18:26.485 INFO O| May 08 05:18:26.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51792025-05-08T05:18:27.902Z[ recovery-image] May 08 05:18:26.485 INFO O| May 08 05:18:26.485 INFO STEP 246 (remove_files) COMPLETE
51802025-05-08T05:18:27.902Z[ recovery-image] May 08 05:18:26.485 INFO O| May 08 05:18:26.485 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-05-08T05:18:27.925Z[ recovery-image] May 08 05:18:26.510 INFO O| May 08 05:18:26.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51822025-05-08T05:18:27.928Z[ recovery-image] May 08 05:18:26.511 INFO O| May 08 05:18:26.511 INFO STEP 247 (remove_files) COMPLETE
51832025-05-08T05:18:27.928Z[ recovery-image] May 08 05:18:26.511 INFO O| May 08 05:18:26.511 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-05-08T05:18:27.965Z[ recovery-image] May 08 05:18:26.550 INFO O| May 08 05:18:26.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51852025-05-08T05:18:27.968Z[ recovery-image] May 08 05:18:26.550 INFO O| May 08 05:18:26.550 INFO STEP 248 (remove_files) COMPLETE
51862025-05-08T05:18:27.968Z[ recovery-image] May 08 05:18:26.550 INFO O| May 08 05:18:26.550 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-05-08T05:18:28.004Z[ recovery-image] May 08 05:18:26.590 INFO O| May 08 05:18:26.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51882025-05-08T05:18:28.008Z[ recovery-image] May 08 05:18:26.590 INFO O| May 08 05:18:26.590 INFO STEP 249 (remove_files) COMPLETE
51892025-05-08T05:18:28.008Z[ recovery-image] May 08 05:18:26.590 INFO O| May 08 05:18:26.590 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-05-08T05:18:28.070Z[ recovery-image] May 08 05:18:26.656 INFO O| May 08 05:18:26.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51912025-05-08T05:18:28.070Z[ recovery-image] May 08 05:18:26.656 INFO O| May 08 05:18:26.656 INFO STEP 250 (remove_files) COMPLETE
51922025-05-08T05:18:28.074Z[ recovery-image] May 08 05:18:26.656 INFO O| May 08 05:18:26.656 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-05-08T05:18:28.104Z[ recovery-image] May 08 05:18:26.689 INFO O| May 08 05:18:26.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51942025-05-08T05:18:28.104Z[ recovery-image] May 08 05:18:26.689 INFO O| May 08 05:18:26.689 INFO STEP 251 (remove_files) COMPLETE
51952025-05-08T05:18:28.104Z[ recovery-image] May 08 05:18:26.689 INFO O| May 08 05:18:26.689 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-05-08T05:18:28.126Z[ recovery-image] May 08 05:18:26.712 INFO O| May 08 05:18:26.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51972025-05-08T05:18:28.126Z[ recovery-image] May 08 05:18:26.712 INFO O| May 08 05:18:26.712 INFO STEP 252 (remove_files) COMPLETE
51982025-05-08T05:18:28.129Z[ recovery-image] May 08 05:18:26.712 INFO O| May 08 05:18:26.712 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-05-08T05:18:28.148Z[ recovery-image] May 08 05:18:26.734 INFO O| May 08 05:18:26.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52002025-05-08T05:18:28.148Z[ recovery-image] May 08 05:18:26.734 INFO O| May 08 05:18:26.734 INFO STEP 253 (remove_files) COMPLETE
52012025-05-08T05:18:28.151Z[ recovery-image] May 08 05:18:26.734 INFO O| May 08 05:18:26.734 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-05-08T05:18:28.169Z[ recovery-image] May 08 05:18:26.755 INFO O| May 08 05:18:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52032025-05-08T05:18:28.169Z[ recovery-image] May 08 05:18:26.755 INFO O| May 08 05:18:26.755 INFO STEP 254 (remove_files) COMPLETE
52042025-05-08T05:18:28.169Z[ recovery-image] May 08 05:18:26.755 INFO O| May 08 05:18:26.755 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-05-08T05:18:28.189Z[ recovery-image] May 08 05:18:26.775 INFO O| May 08 05:18:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52062025-05-08T05:18:28.189Z[ recovery-image] May 08 05:18:26.775 INFO O| May 08 05:18:26.775 INFO STEP 255 (remove_files) COMPLETE
52072025-05-08T05:18:28.189Z[ recovery-image] May 08 05:18:26.775 INFO O| May 08 05:18:26.775 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-05-08T05:18:28.226Z[ recovery-image] May 08 05:18:26.812 INFO O| May 08 05:18:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52092025-05-08T05:18:28.226Z[ recovery-image] May 08 05:18:26.812 INFO O| May 08 05:18:26.812 INFO STEP 256 (remove_files) COMPLETE
52102025-05-08T05:18:28.226Z[ recovery-image] May 08 05:18:26.812 INFO O| May 08 05:18:26.812 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-05-08T05:18:28.250Z[ recovery-image] May 08 05:18:26.835 INFO O| May 08 05:18:26.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52122025-05-08T05:18:28.250Z[ recovery-image] May 08 05:18:26.835 INFO O| May 08 05:18:26.835 INFO STEP 257 (remove_files) COMPLETE
52132025-05-08T05:18:28.250Z[ recovery-image] May 08 05:18:26.835 INFO O| May 08 05:18:26.835 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-05-08T05:18:28.306Z[ recovery-image] May 08 05:18:26.892 INFO O| May 08 05:18:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52152025-05-08T05:18:28.306Z[ recovery-image] May 08 05:18:26.892 INFO O| May 08 05:18:26.892 INFO STEP 258 (remove_files) COMPLETE
52162025-05-08T05:18:28.306Z[ recovery-image] May 08 05:18:26.892 INFO O| May 08 05:18:26.892 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-05-08T05:18:28.376Z[ recovery-image] May 08 05:18:26.961 INFO O| May 08 05:18:26.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52182025-05-08T05:18:28.377Z[ recovery-image] May 08 05:18:26.961 INFO O| May 08 05:18:26.961 INFO STEP 259 (remove_files) COMPLETE
52192025-05-08T05:18:28.377Z[ recovery-image] May 08 05:18:26.961 INFO O| May 08 05:18:26.961 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-05-08T05:18:28.398Z[ recovery-image] May 08 05:18:26.983 INFO O| May 08 05:18:26.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52212025-05-08T05:18:28.398Z[ recovery-image] May 08 05:18:26.983 INFO O| May 08 05:18:26.983 INFO STEP 260 (remove_files) COMPLETE
52222025-05-08T05:18:28.398Z[ recovery-image] May 08 05:18:26.983 INFO O| May 08 05:18:26.983 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-05-08T05:18:28.419Z[ recovery-image] May 08 05:18:27.004 INFO O| May 08 05:18:27.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52242025-05-08T05:18:28.419Z[ recovery-image] May 08 05:18:27.004 INFO O| May 08 05:18:27.004 INFO STEP 261 (remove_files) COMPLETE
52252025-05-08T05:18:28.419Z[ recovery-image] May 08 05:18:27.004 INFO O| May 08 05:18:27.004 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-05-08T05:18:28.437Z[ recovery-image] May 08 05:18:27.023 INFO O| May 08 05:18:27.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52272025-05-08T05:18:28.437Z[ recovery-image] May 08 05:18:27.023 INFO O| May 08 05:18:27.023 INFO STEP 262 (remove_files) COMPLETE
52282025-05-08T05:18:28.437Z[ recovery-image] May 08 05:18:27.023 INFO O| May 08 05:18:27.023 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-05-08T05:18:28.456Z[ recovery-image] May 08 05:18:27.041 INFO O| May 08 05:18:27.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52302025-05-08T05:18:28.456Z[ recovery-image] May 08 05:18:27.041 INFO O| May 08 05:18:27.041 INFO STEP 263 (remove_files) COMPLETE
52312025-05-08T05:18:28.459Z[ recovery-image] May 08 05:18:27.041 INFO O| May 08 05:18:27.041 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-05-08T05:18:28.612Z[ recovery-image] May 08 05:18:27.059 INFO O| May 08 05:18:27.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52332025-05-08T05:18:28.612Z[ recovery-image] May 08 05:18:27.059 INFO O| May 08 05:18:27.059 INFO STEP 264 (remove_files) COMPLETE
52342025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.059 INFO O| May 08 05:18:27.059 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.111 INFO O| May 08 05:18:27.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52362025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.111 INFO O| May 08 05:18:27.111 INFO STEP 265 (remove_files) COMPLETE
52372025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.111 INFO O| May 08 05:18:27.111 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.130 INFO O| May 08 05:18:27.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52392025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.130 INFO O| May 08 05:18:27.130 INFO STEP 266 (remove_files) COMPLETE
52402025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.130 INFO O| May 08 05:18:27.130 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.163 INFO O| May 08 05:18:27.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52422025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.163 INFO O| May 08 05:18:27.163 INFO STEP 267 (remove_files) COMPLETE
52432025-05-08T05:18:28.615Z[ recovery-image] May 08 05:18:27.163 INFO O| May 08 05:18:27.163 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-05-08T05:18:28.644Z[ recovery-image] May 08 05:18:27.230 INFO O| May 08 05:18:27.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52452025-05-08T05:18:28.645Z[ recovery-image] May 08 05:18:27.230 INFO O| May 08 05:18:27.230 INFO STEP 268 (remove_files) COMPLETE
52462025-05-08T05:18:28.645Z[ recovery-image] May 08 05:18:27.230 INFO O| May 08 05:18:27.230 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-05-08T05:18:28.666Z[ recovery-image] May 08 05:18:27.251 INFO O| May 08 05:18:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52482025-05-08T05:18:28.666Z[ recovery-image] May 08 05:18:27.251 INFO O| May 08 05:18:27.251 INFO STEP 269 (remove_files) COMPLETE
52492025-05-08T05:18:28.669Z[ recovery-image] May 08 05:18:27.251 INFO O| May 08 05:18:27.251 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-05-08T05:18:28.686Z[ recovery-image] May 08 05:18:27.271 INFO O| May 08 05:18:27.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52512025-05-08T05:18:28.689Z[ recovery-image] May 08 05:18:27.272 INFO O| May 08 05:18:27.272 INFO STEP 270 (remove_files) COMPLETE
52522025-05-08T05:18:28.690Z[ recovery-image] May 08 05:18:27.272 INFO O| May 08 05:18:27.272 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-05-08T05:18:28.718Z[ recovery-image] May 08 05:18:27.303 INFO O| May 08 05:18:27.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52542025-05-08T05:18:28.718Z[ recovery-image] May 08 05:18:27.303 INFO O| May 08 05:18:27.303 INFO STEP 271 (remove_files) COMPLETE
52552025-05-08T05:18:28.721Z[ recovery-image] May 08 05:18:27.303 INFO O| May 08 05:18:27.303 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-05-08T05:18:28.752Z[ recovery-image] May 08 05:18:27.338 INFO O| May 08 05:18:27.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52572025-05-08T05:18:28.752Z[ recovery-image] May 08 05:18:27.338 INFO O| May 08 05:18:27.338 INFO STEP 272 (remove_files) COMPLETE
52582025-05-08T05:18:28.752Z[ recovery-image] May 08 05:18:27.338 INFO O| May 08 05:18:27.338 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-05-08T05:18:28.775Z[ recovery-image] May 08 05:18:27.361 INFO O| May 08 05:18:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52602025-05-08T05:18:28.776Z[ recovery-image] May 08 05:18:27.361 INFO O| May 08 05:18:27.361 INFO STEP 273 (remove_files) COMPLETE
52612025-05-08T05:18:28.776Z[ recovery-image] May 08 05:18:27.361 INFO O| May 08 05:18:27.361 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-05-08T05:18:28.812Z[ recovery-image] May 08 05:18:27.397 INFO O| May 08 05:18:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52632025-05-08T05:18:28.812Z[ recovery-image] May 08 05:18:27.397 INFO O| May 08 05:18:27.397 INFO STEP 274 (remove_files) COMPLETE
52642025-05-08T05:18:28.812Z[ recovery-image] May 08 05:18:27.397 INFO O| May 08 05:18:27.397 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-05-08T05:18:28.833Z[ recovery-image] May 08 05:18:27.418 INFO O| May 08 05:18:27.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52662025-05-08T05:18:28.833Z[ recovery-image] May 08 05:18:27.418 INFO O| May 08 05:18:27.418 INFO STEP 275 (remove_files) COMPLETE
52672025-05-08T05:18:28.833Z[ recovery-image] May 08 05:18:27.418 INFO O| May 08 05:18:27.418 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-05-08T05:18:28.863Z[ recovery-image] May 08 05:18:27.447 INFO O| May 08 05:18:27.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52692025-05-08T05:18:28.863Z[ recovery-image] May 08 05:18:27.447 INFO O| May 08 05:18:27.447 INFO STEP 276 (remove_files) COMPLETE
52702025-05-08T05:18:28.866Z[ recovery-image] May 08 05:18:27.447 INFO O| May 08 05:18:27.447 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-05-08T05:18:28.884Z[ recovery-image] May 08 05:18:27.470 INFO O| May 08 05:18:27.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52722025-05-08T05:18:28.884Z[ recovery-image] May 08 05:18:27.470 INFO O| May 08 05:18:27.470 INFO STEP 277 (remove_files) COMPLETE
52732025-05-08T05:18:28.884Z[ recovery-image] May 08 05:18:27.470 INFO O| May 08 05:18:27.470 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-05-08T05:18:28.909Z[ recovery-image] May 08 05:18:27.494 INFO O| May 08 05:18:27.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52752025-05-08T05:18:28.909Z[ recovery-image] May 08 05:18:27.494 INFO O| May 08 05:18:27.494 INFO STEP 278 (remove_files) COMPLETE
52762025-05-08T05:18:28.909Z[ recovery-image] May 08 05:18:27.494 INFO O| May 08 05:18:27.494 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-05-08T05:18:28.932Z[ recovery-image] May 08 05:18:27.517 INFO O| May 08 05:18:27.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52782025-05-08T05:18:28.935Z[ recovery-image] May 08 05:18:27.519 INFO O| May 08 05:18:27.519 INFO STEP 279 (remove_files) COMPLETE
52792025-05-08T05:18:28.936Z[ recovery-image] May 08 05:18:27.519 INFO O| May 08 05:18:27.519 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-05-08T05:18:28.994Z[ recovery-image] May 08 05:18:27.578 INFO O| May 08 05:18:27.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52812025-05-08T05:18:28.994Z[ recovery-image] May 08 05:18:27.578 INFO O| May 08 05:18:27.578 INFO STEP 280 (remove_files) COMPLETE
52822025-05-08T05:18:28.994Z[ recovery-image] May 08 05:18:27.578 INFO O| May 08 05:18:27.578 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-05-08T05:18:29.038Z[ recovery-image] May 08 05:18:27.623 INFO O| May 08 05:18:27.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52842025-05-08T05:18:29.054Z[ recovery-image] May 08 05:18:27.639 INFO O| May 08 05:18:27.639 INFO STEP 281 (remove_files) COMPLETE
52852025-05-08T05:18:29.054Z[ recovery-image] May 08 05:18:27.639 INFO O| May 08 05:18:27.639 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-05-08T05:18:29.115Z[ recovery-image] May 08 05:18:27.700 INFO O| May 08 05:18:27.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52872025-05-08T05:18:29.115Z[ recovery-image] May 08 05:18:27.700 INFO O| May 08 05:18:27.700 INFO STEP 282 (remove_files) COMPLETE
52882025-05-08T05:18:29.115Z[ recovery-image] May 08 05:18:27.700 INFO O| May 08 05:18:27.700 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-05-08T05:18:29.136Z[ recovery-image] May 08 05:18:27.720 INFO O| May 08 05:18:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52902025-05-08T05:18:29.136Z[ recovery-image] May 08 05:18:27.720 INFO O| May 08 05:18:27.720 INFO STEP 283 (remove_files) COMPLETE
52912025-05-08T05:18:29.136Z[ recovery-image] May 08 05:18:27.720 INFO O| May 08 05:18:27.720 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-05-08T05:18:29.155Z[ recovery-image] May 08 05:18:27.740 INFO O| May 08 05:18:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52932025-05-08T05:18:29.155Z[ recovery-image] May 08 05:18:27.740 INFO O| May 08 05:18:27.740 INFO STEP 284 (remove_files) COMPLETE
52942025-05-08T05:18:29.155Z[ recovery-image] May 08 05:18:27.740 INFO O| May 08 05:18:27.740 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-05-08T05:18:29.175Z[ recovery-image] May 08 05:18:27.760 INFO O| May 08 05:18:27.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52962025-05-08T05:18:29.187Z[ recovery-image] May 08 05:18:27.772 INFO O| May 08 05:18:27.772 INFO STEP 285 (remove_files) COMPLETE
52972025-05-08T05:18:29.187Z[ recovery-image] May 08 05:18:27.772 INFO O| May 08 05:18:27.772 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-05-08T05:18:29.245Z[ recovery-image] May 08 05:18:27.830 INFO O| May 08 05:18:27.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52992025-05-08T05:18:29.245Z[ recovery-image] May 08 05:18:27.831 INFO O| May 08 05:18:27.831 INFO STEP 286 (remove_files) COMPLETE
53002025-05-08T05:18:29.245Z[ recovery-image] May 08 05:18:27.831 INFO O| May 08 05:18:27.831 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-05-08T05:18:29.274Z[ recovery-image] May 08 05:18:27.859 INFO O| May 08 05:18:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53022025-05-08T05:18:29.277Z[ recovery-image] May 08 05:18:27.859 INFO O| May 08 05:18:27.859 INFO STEP 287 (remove_files) COMPLETE
53032025-05-08T05:18:29.277Z[ recovery-image] May 08 05:18:27.860 INFO O| May 08 05:18:27.859 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-05-08T05:18:29.296Z[ recovery-image] May 08 05:18:27.881 INFO O| May 08 05:18:27.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53052025-05-08T05:18:29.299Z[ recovery-image] May 08 05:18:27.882 INFO O| May 08 05:18:27.881 INFO STEP 288 (remove_files) COMPLETE
53062025-05-08T05:18:29.299Z[ recovery-image] May 08 05:18:27.882 INFO O| May 08 05:18:27.882 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-05-08T05:18:29.318Z[ recovery-image] May 08 05:18:27.904 INFO O| May 08 05:18:27.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53082025-05-08T05:18:29.322Z[ recovery-image] May 08 05:18:27.904 INFO O| May 08 05:18:27.904 INFO STEP 289 (remove_files) COMPLETE
53092025-05-08T05:18:29.322Z[ recovery-image] May 08 05:18:27.904 INFO O| May 08 05:18:27.904 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-05-08T05:18:29.355Z[ recovery-image] May 08 05:18:27.939 INFO O| May 08 05:18:27.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53112025-05-08T05:18:29.355Z[ recovery-image] May 08 05:18:27.939 INFO O| May 08 05:18:27.939 INFO STEP 290 (remove_files) COMPLETE
53122025-05-08T05:18:29.355Z[ recovery-image] May 08 05:18:27.939 INFO O| May 08 05:18:27.939 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-05-08T05:18:29.377Z[ recovery-image] May 08 05:18:27.962 INFO O| May 08 05:18:27.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53142025-05-08T05:18:29.398Z[ recovery-image] May 08 05:18:27.983 INFO O| May 08 05:18:27.983 INFO STEP 291 (remove_files) COMPLETE
53152025-05-08T05:18:29.398Z[ recovery-image] May 08 05:18:27.983 INFO O| May 08 05:18:27.983 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-05-08T05:18:29.455Z[ recovery-image] May 08 05:18:28.040 INFO O| May 08 05:18:28.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53172025-05-08T05:18:29.455Z[ recovery-image] May 08 05:18:28.040 INFO O| May 08 05:18:28.040 INFO STEP 292 (remove_files) COMPLETE
53182025-05-08T05:18:29.455Z[ recovery-image] May 08 05:18:28.040 INFO O| May 08 05:18:28.040 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-05-08T05:18:29.498Z[ recovery-image] May 08 05:18:28.083 INFO O| May 08 05:18:28.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53202025-05-08T05:18:29.498Z[ recovery-image] May 08 05:18:28.083 INFO O| May 08 05:18:28.083 INFO STEP 293 (remove_files) COMPLETE
53212025-05-08T05:18:29.498Z[ recovery-image] May 08 05:18:28.083 INFO O| May 08 05:18:28.083 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-05-08T05:18:29.535Z[ recovery-image] May 08 05:18:28.120 INFO O| May 08 05:18:28.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53232025-05-08T05:18:29.538Z[ recovery-image] May 08 05:18:28.120 INFO O| May 08 05:18:28.120 INFO STEP 294 (remove_files) COMPLETE
53242025-05-08T05:18:29.538Z[ recovery-image] May 08 05:18:28.120 INFO O| May 08 05:18:28.120 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-05-08T05:18:29.555Z[ recovery-image] May 08 05:18:28.140 INFO O| May 08 05:18:28.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53262025-05-08T05:18:29.555Z[ recovery-image] May 08 05:18:28.140 INFO O| May 08 05:18:28.140 INFO STEP 295 (remove_files) COMPLETE
53272025-05-08T05:18:29.555Z[ recovery-image] May 08 05:18:28.140 INFO O| May 08 05:18:28.140 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-05-08T05:18:29.595Z[ recovery-image] May 08 05:18:28.180 INFO O| May 08 05:18:28.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53292025-05-08T05:18:29.598Z[ recovery-image] May 08 05:18:28.181 INFO O| May 08 05:18:28.180 INFO STEP 296 (remove_files) COMPLETE
53302025-05-08T05:18:29.599Z[ recovery-image] May 08 05:18:28.181 INFO O| May 08 05:18:28.181 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-05-08T05:18:29.619Z[ recovery-image] May 08 05:18:28.204 INFO O| May 08 05:18:28.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53322025-05-08T05:18:29.622Z[ recovery-image] May 08 05:18:28.204 INFO O| May 08 05:18:28.204 INFO STEP 297 (remove_files) COMPLETE
53332025-05-08T05:18:29.622Z[ recovery-image] May 08 05:18:28.204 INFO O| May 08 05:18:28.204 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-05-08T05:18:29.641Z[ recovery-image] May 08 05:18:28.227 INFO O| May 08 05:18:28.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53352025-05-08T05:18:29.645Z[ recovery-image] May 08 05:18:28.227 INFO O| May 08 05:18:28.227 INFO STEP 298 (remove_files) COMPLETE
53362025-05-08T05:18:29.645Z[ recovery-image] May 08 05:18:28.227 INFO O| May 08 05:18:28.227 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-05-08T05:18:29.675Z[ recovery-image] May 08 05:18:28.259 INFO O| May 08 05:18:28.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53382025-05-08T05:18:29.675Z[ recovery-image] May 08 05:18:28.259 INFO O| May 08 05:18:28.259 INFO STEP 299 (remove_files) COMPLETE
53392025-05-08T05:18:29.675Z[ recovery-image] May 08 05:18:28.259 INFO O| May 08 05:18:28.259 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-05-08T05:18:29.696Z[ recovery-image] May 08 05:18:28.281 INFO O| May 08 05:18:28.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53412025-05-08T05:18:29.699Z[ recovery-image] May 08 05:18:28.281 INFO O| May 08 05:18:28.281 INFO STEP 300 (remove_files) COMPLETE
53422025-05-08T05:18:29.700Z[ recovery-image] May 08 05:18:28.281 INFO O| May 08 05:18:28.281 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-05-08T05:18:29.726Z[ recovery-image] May 08 05:18:28.311 INFO O| May 08 05:18:28.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53442025-05-08T05:18:29.730Z[ recovery-image] May 08 05:18:28.312 INFO O| May 08 05:18:28.312 INFO STEP 301 (remove_files) COMPLETE
53452025-05-08T05:18:29.730Z[ recovery-image] May 08 05:18:28.312 INFO O| May 08 05:18:28.312 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-05-08T05:18:29.749Z[ recovery-image] May 08 05:18:28.334 INFO O| May 08 05:18:28.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53472025-05-08T05:18:29.749Z[ recovery-image] May 08 05:18:28.334 INFO O| May 08 05:18:28.334 INFO STEP 302 (remove_files) COMPLETE
53482025-05-08T05:18:29.752Z[ recovery-image] May 08 05:18:28.334 INFO O| May 08 05:18:28.334 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-05-08T05:18:29.783Z[ recovery-image] May 08 05:18:28.368 INFO O| May 08 05:18:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53502025-05-08T05:18:29.783Z[ recovery-image] May 08 05:18:28.369 INFO O| May 08 05:18:28.369 INFO STEP 303 (remove_files) COMPLETE
53512025-05-08T05:18:29.786Z[ recovery-image] May 08 05:18:28.369 INFO O| May 08 05:18:28.369 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-05-08T05:18:29.805Z[ recovery-image] May 08 05:18:28.390 INFO O| May 08 05:18:28.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53532025-05-08T05:18:29.805Z[ recovery-image] May 08 05:18:28.390 INFO O| May 08 05:18:28.390 INFO STEP 304 (remove_files) COMPLETE
53542025-05-08T05:18:29.805Z[ recovery-image] May 08 05:18:28.390 INFO O| May 08 05:18:28.390 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-05-08T05:18:29.827Z[ recovery-image] May 08 05:18:28.411 INFO O| May 08 05:18:28.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53562025-05-08T05:18:29.827Z[ recovery-image] May 08 05:18:28.411 INFO O| May 08 05:18:28.411 INFO STEP 305 (remove_files) COMPLETE
53572025-05-08T05:18:29.827Z[ recovery-image] May 08 05:18:28.411 INFO O| May 08 05:18:28.411 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-05-08T05:18:29.859Z[ recovery-image] May 08 05:18:28.443 INFO O| May 08 05:18:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53592025-05-08T05:18:29.859Z[ recovery-image] May 08 05:18:28.443 INFO O| May 08 05:18:28.443 INFO STEP 306 (remove_files) COMPLETE
53602025-05-08T05:18:29.859Z[ recovery-image] May 08 05:18:28.443 INFO O| May 08 05:18:28.443 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-05-08T05:18:29.888Z[ recovery-image] May 08 05:18:28.473 INFO O| May 08 05:18:28.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53622025-05-08T05:18:29.891Z[ recovery-image] May 08 05:18:28.473 INFO O| May 08 05:18:28.473 INFO STEP 307 (remove_files) COMPLETE
53632025-05-08T05:18:29.891Z[ recovery-image] May 08 05:18:28.474 INFO O| May 08 05:18:28.473 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-05-08T05:18:29.931Z[ recovery-image] May 08 05:18:28.516 INFO O| May 08 05:18:28.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53652025-05-08T05:18:29.931Z[ recovery-image] May 08 05:18:28.516 INFO O| May 08 05:18:28.516 INFO STEP 308 (remove_files) COMPLETE
53662025-05-08T05:18:29.931Z[ recovery-image] May 08 05:18:28.516 INFO O| May 08 05:18:28.516 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-05-08T05:18:29.952Z[ recovery-image] May 08 05:18:28.537 INFO O| May 08 05:18:28.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53682025-05-08T05:18:29.953Z[ recovery-image] May 08 05:18:28.537 INFO O| May 08 05:18:28.537 INFO STEP 309 (remove_files) COMPLETE
53692025-05-08T05:18:29.953Z[ recovery-image] May 08 05:18:28.537 INFO O| May 08 05:18:28.537 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-05-08T05:18:29.973Z[ recovery-image] May 08 05:18:28.558 INFO O| May 08 05:18:28.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53712025-05-08T05:18:29.977Z[ recovery-image] May 08 05:18:28.558 INFO O| May 08 05:18:28.558 INFO STEP 310 (remove_files) COMPLETE
53722025-05-08T05:18:29.977Z[ recovery-image] May 08 05:18:28.559 INFO O| May 08 05:18:28.558 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-05-08T05:18:29.995Z[ recovery-image] May 08 05:18:28.580 INFO O| May 08 05:18:28.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53742025-05-08T05:18:29.995Z[ recovery-image] May 08 05:18:28.580 INFO O| May 08 05:18:28.580 INFO STEP 311 (remove_files) COMPLETE
53752025-05-08T05:18:29.998Z[ recovery-image] May 08 05:18:28.580 INFO O| May 08 05:18:28.580 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-05-08T05:18:30.016Z[ recovery-image] May 08 05:18:28.601 INFO O| May 08 05:18:28.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53772025-05-08T05:18:30.016Z[ recovery-image] May 08 05:18:28.601 INFO O| May 08 05:18:28.601 INFO STEP 312 (remove_files) COMPLETE
53782025-05-08T05:18:30.016Z[ recovery-image] May 08 05:18:28.601 INFO O| May 08 05:18:28.601 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-05-08T05:18:30.075Z[ recovery-image] May 08 05:18:28.660 INFO O| May 08 05:18:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53802025-05-08T05:18:30.078Z[ recovery-image] May 08 05:18:28.660 INFO O| May 08 05:18:28.627 INFO STEP 313 (remove_files) COMPLETE
53812025-05-08T05:18:30.078Z[ recovery-image] May 08 05:18:28.660 INFO O| May 08 05:18:28.627 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-05-08T05:18:30.078Z[ recovery-image] May 08 05:18:28.660 INFO O| May 08 05:18:28.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53832025-05-08T05:18:30.078Z[ recovery-image] May 08 05:18:28.660 INFO O| May 08 05:18:28.647 INFO STEP 314 (remove_files) COMPLETE
53842025-05-08T05:18:30.078Z[ recovery-image] May 08 05:18:28.660 INFO O| May 08 05:18:28.647 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-05-08T05:18:30.113Z[ recovery-image] May 08 05:18:28.693 INFO O| May 08 05:18:28.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53862025-05-08T05:18:30.113Z[ recovery-image] May 08 05:18:28.694 INFO O| May 08 05:18:28.693 INFO STEP 315 (remove_files) COMPLETE
53872025-05-08T05:18:30.116Z[ recovery-image] May 08 05:18:28.694 INFO O| May 08 05:18:28.694 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-05-08T05:18:30.127Z[ recovery-image] May 08 05:18:28.712 INFO O| May 08 05:18:28.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53892025-05-08T05:18:30.131Z[ recovery-image] May 08 05:18:28.712 INFO O| May 08 05:18:28.712 INFO STEP 316 (remove_files) COMPLETE
53902025-05-08T05:18:30.131Z[ recovery-image] May 08 05:18:28.712 INFO O| May 08 05:18:28.712 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-05-08T05:18:30.145Z[ recovery-image] May 08 05:18:28.730 INFO O| May 08 05:18:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53922025-05-08T05:18:30.148Z[ recovery-image] May 08 05:18:28.730 INFO O| May 08 05:18:28.730 INFO STEP 317 (remove_files) COMPLETE
53932025-05-08T05:18:30.148Z[ recovery-image] May 08 05:18:28.730 INFO O| May 08 05:18:28.730 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-05-08T05:18:30.202Z[ recovery-image] May 08 05:18:28.787 INFO O| May 08 05:18:28.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53952025-05-08T05:18:30.206Z[ recovery-image] May 08 05:18:28.787 INFO O| May 08 05:18:28.787 INFO STEP 318 (remove_files) COMPLETE
53962025-05-08T05:18:30.206Z[ recovery-image] May 08 05:18:28.787 INFO O| May 08 05:18:28.787 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-05-08T05:18:30.223Z[ recovery-image] May 08 05:18:28.808 INFO O| May 08 05:18:28.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53982025-05-08T05:18:30.228Z[ recovery-image] May 08 05:18:28.808 INFO O| May 08 05:18:28.808 INFO STEP 319 (remove_files) COMPLETE
53992025-05-08T05:18:30.228Z[ recovery-image] May 08 05:18:28.809 INFO O| May 08 05:18:28.808 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-05-08T05:18:30.249Z[ recovery-image] May 08 05:18:28.834 INFO O| May 08 05:18:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54012025-05-08T05:18:30.249Z[ recovery-image] May 08 05:18:28.834 INFO O| May 08 05:18:28.834 INFO STEP 320 (remove_files) COMPLETE
54022025-05-08T05:18:30.252Z[ recovery-image] May 08 05:18:28.834 INFO O| May 08 05:18:28.834 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-05-08T05:18:30.277Z[ recovery-image] May 08 05:18:28.861 INFO O| May 08 05:18:28.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54042025-05-08T05:18:30.277Z[ recovery-image] May 08 05:18:28.861 INFO O| May 08 05:18:28.861 INFO STEP 321 (remove_files) COMPLETE
54052025-05-08T05:18:30.277Z[ recovery-image] May 08 05:18:28.861 INFO O| May 08 05:18:28.861 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-05-08T05:18:30.308Z[ recovery-image] May 08 05:18:28.893 INFO O| May 08 05:18:28.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54072025-05-08T05:18:30.308Z[ recovery-image] May 08 05:18:28.893 INFO O| May 08 05:18:28.893 INFO STEP 322 (remove_files) COMPLETE
54082025-05-08T05:18:30.308Z[ recovery-image] May 08 05:18:28.893 INFO O| May 08 05:18:28.893 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-05-08T05:18:30.344Z[ recovery-image] May 08 05:18:28.928 INFO O| May 08 05:18:28.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54102025-05-08T05:18:30.344Z[ recovery-image] May 08 05:18:28.928 INFO O| May 08 05:18:28.928 INFO STEP 323 (remove_files) COMPLETE
54112025-05-08T05:18:30.344Z[ recovery-image] May 08 05:18:28.928 INFO O| May 08 05:18:28.928 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-05-08T05:18:30.406Z[ recovery-image] May 08 05:18:28.991 INFO O| May 08 05:18:28.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54132025-05-08T05:18:30.409Z[ recovery-image] May 08 05:18:28.992 INFO O| May 08 05:18:28.992 INFO STEP 324 (remove_files) COMPLETE
54142025-05-08T05:18:30.409Z[ recovery-image] May 08 05:18:28.992 INFO O| May 08 05:18:28.992 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-05-08T05:18:30.496Z[ recovery-image] May 08 05:18:29.081 INFO O| May 08 05:18:29.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54162025-05-08T05:18:30.497Z[ recovery-image] May 08 05:18:29.081 INFO O| May 08 05:18:29.081 INFO STEP 325 (remove_files) COMPLETE
54172025-05-08T05:18:30.497Z[ recovery-image] May 08 05:18:29.081 INFO O| May 08 05:18:29.081 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-05-08T05:18:30.522Z[ recovery-image] May 08 05:18:29.107 INFO O| May 08 05:18:29.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54192025-05-08T05:18:30.525Z[ recovery-image] May 08 05:18:29.107 INFO O| May 08 05:18:29.107 INFO STEP 326 (remove_files) COMPLETE
54202025-05-08T05:18:30.525Z[ recovery-image] May 08 05:18:29.107 INFO O| May 08 05:18:29.107 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-05-08T05:18:30.543Z[ recovery-image] May 08 05:18:29.128 INFO O| May 08 05:18:29.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54222025-05-08T05:18:30.547Z[ recovery-image] May 08 05:18:29.128 INFO O| May 08 05:18:29.128 INFO STEP 327 (remove_files) COMPLETE
54232025-05-08T05:18:30.547Z[ recovery-image] May 08 05:18:29.128 INFO O| May 08 05:18:29.128 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-05-08T05:18:30.565Z[ recovery-image] May 08 05:18:29.149 INFO O| May 08 05:18:29.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54252025-05-08T05:18:30.565Z[ recovery-image] May 08 05:18:29.149 INFO O| May 08 05:18:29.149 INFO STEP 328 (remove_files) COMPLETE
54262025-05-08T05:18:30.568Z[ recovery-image] May 08 05:18:29.149 INFO O| May 08 05:18:29.149 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-05-08T05:18:30.586Z[ recovery-image] May 08 05:18:29.171 INFO O| May 08 05:18:29.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54282025-05-08T05:18:30.586Z[ recovery-image] May 08 05:18:29.171 INFO O| May 08 05:18:29.171 INFO STEP 329 (remove_files) COMPLETE
54292025-05-08T05:18:30.590Z[ recovery-image] May 08 05:18:29.171 INFO O| May 08 05:18:29.171 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-05-08T05:18:30.664Z[ recovery-image] May 08 05:18:29.249 INFO O| May 08 05:18:29.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54312025-05-08T05:18:30.667Z[ recovery-image] May 08 05:18:29.249 INFO O| May 08 05:18:29.249 INFO STEP 330 (remove_files) COMPLETE
54322025-05-08T05:18:30.668Z[ recovery-image] May 08 05:18:29.249 INFO O| May 08 05:18:29.249 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-05-08T05:18:30.688Z[ recovery-image] May 08 05:18:29.272 INFO O| May 08 05:18:29.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54342025-05-08T05:18:30.689Z[ recovery-image] May 08 05:18:29.272 INFO O| May 08 05:18:29.272 INFO STEP 331 (remove_files) COMPLETE
54352025-05-08T05:18:30.689Z[ recovery-image] May 08 05:18:29.272 INFO O| May 08 05:18:29.272 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-05-08T05:18:30.710Z[ recovery-image] May 08 05:18:29.295 INFO O| May 08 05:18:29.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54372025-05-08T05:18:30.710Z[ recovery-image] May 08 05:18:29.295 INFO O| May 08 05:18:29.295 INFO STEP 332 (remove_files) COMPLETE
54382025-05-08T05:18:30.710Z[ recovery-image] May 08 05:18:29.295 INFO O| May 08 05:18:29.295 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-05-08T05:18:30.766Z[ recovery-image] May 08 05:18:29.351 INFO O| May 08 05:18:29.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54402025-05-08T05:18:30.766Z[ recovery-image] May 08 05:18:29.351 INFO O| May 08 05:18:29.351 INFO STEP 333 (remove_files) COMPLETE
54412025-05-08T05:18:30.766Z[ recovery-image] May 08 05:18:29.351 INFO O| May 08 05:18:29.351 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-05-08T05:18:30.789Z[ recovery-image] May 08 05:18:29.372 INFO O| May 08 05:18:29.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54432025-05-08T05:18:30.789Z[ recovery-image] May 08 05:18:29.372 INFO O| May 08 05:18:29.372 INFO STEP 334 (remove_files) COMPLETE
54442025-05-08T05:18:30.789Z[ recovery-image] May 08 05:18:29.372 INFO O| May 08 05:18:29.372 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-05-08T05:18:30.808Z[ recovery-image] May 08 05:18:29.391 INFO O| May 08 05:18:29.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54462025-05-08T05:18:30.808Z[ recovery-image] May 08 05:18:29.391 INFO O| May 08 05:18:29.391 INFO STEP 335 (remove_files) COMPLETE
54472025-05-08T05:18:30.808Z[ recovery-image] May 08 05:18:29.391 INFO O| May 08 05:18:29.391 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-05-08T05:18:30.843Z[ recovery-image] May 08 05:18:29.427 INFO O| May 08 05:18:29.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54492025-05-08T05:18:30.843Z[ recovery-image] May 08 05:18:29.427 INFO O| May 08 05:18:29.427 INFO STEP 336 (remove_files) COMPLETE
54502025-05-08T05:18:30.843Z[ recovery-image] May 08 05:18:29.427 INFO O| May 08 05:18:29.427 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-05-08T05:18:30.863Z[ recovery-image] May 08 05:18:29.447 INFO O| May 08 05:18:29.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54522025-05-08T05:18:30.863Z[ recovery-image] May 08 05:18:29.447 INFO O| May 08 05:18:29.447 INFO STEP 337 (remove_files) COMPLETE
54532025-05-08T05:18:30.863Z[ recovery-image] May 08 05:18:29.447 INFO O| May 08 05:18:29.447 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-05-08T05:18:30.897Z[ recovery-image] May 08 05:18:29.481 INFO O| May 08 05:18:29.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54552025-05-08T05:18:30.897Z[ recovery-image] May 08 05:18:29.481 INFO O| May 08 05:18:29.481 INFO STEP 338 (remove_files) COMPLETE
54562025-05-08T05:18:30.900Z[ recovery-image] May 08 05:18:29.481 INFO O| May 08 05:18:29.481 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-05-08T05:18:30.919Z[ recovery-image] May 08 05:18:29.504 INFO O| May 08 05:18:29.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54582025-05-08T05:18:30.919Z[ recovery-image] May 08 05:18:29.504 INFO O| May 08 05:18:29.504 INFO STEP 339 (remove_files) COMPLETE
54592025-05-08T05:18:30.919Z[ recovery-image] May 08 05:18:29.504 INFO O| May 08 05:18:29.504 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-05-08T05:18:30.928Z[ host-image] May 08 05:18:29.512 INFO O| May 08 05:18:29.512 INFO O| Planning: Solver setup ... Done
54612025-05-08T05:18:30.936Z[ host-image] May 08 05:18:29.521 INFO O| May 08 05:18:29.521 INFO O| Planning: Running solver ... Done
54622025-05-08T05:18:30.939Z[ recovery-image] May 08 05:18:29.523 INFO O| May 08 05:18:29.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54632025-05-08T05:18:30.939Z[ recovery-image] May 08 05:18:29.524 INFO O| May 08 05:18:29.524 INFO STEP 340 (remove_files) COMPLETE
54642025-05-08T05:18:30.939Z[ recovery-image] May 08 05:18:29.524 INFO O| May 08 05:18:29.524 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-05-08T05:18:30.959Z[ recovery-image] May 08 05:18:29.543 INFO O| May 08 05:18:29.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54662025-05-08T05:18:30.959Z[ recovery-image] May 08 05:18:29.543 INFO O| May 08 05:18:29.543 INFO STEP 341 (remove_files) COMPLETE
54672025-05-08T05:18:30.959Z[ recovery-image] May 08 05:18:29.543 INFO O| May 08 05:18:29.543 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-05-08T05:18:30.977Z[ recovery-image] May 08 05:18:29.562 INFO O| May 08 05:18:29.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54692025-05-08T05:18:30.977Z[ recovery-image] May 08 05:18:29.562 INFO O| May 08 05:18:29.562 INFO STEP 342 (remove_files) COMPLETE
54702025-05-08T05:18:30.977Z[ recovery-image] May 08 05:18:29.562 INFO O| May 08 05:18:29.562 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-05-08T05:18:31.013Z[ recovery-image] May 08 05:18:29.597 INFO O| May 08 05:18:29.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54722025-05-08T05:18:31.033Z[ recovery-image] May 08 05:18:29.618 INFO O| May 08 05:18:29.618 INFO STEP 343 (remove_files) COMPLETE
54732025-05-08T05:18:31.033Z[ recovery-image] May 08 05:18:29.618 INFO O| May 08 05:18:29.618 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-05-08T05:18:31.074Z[ host-image] May 08 05:18:29.658 INFO O| May 08 05:18:29.658 INFO O| Planning: Finding local manifests ... Done
54752025-05-08T05:18:31.077Z[ host-image] May 08 05:18:29.659 INFO O| May 08 05:18:29.659 INFO O| Planning: Fetching manifests: 0/1 0% complete
54762025-05-08T05:18:31.107Z[ recovery-image] May 08 05:18:29.692 INFO O| May 08 05:18:29.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54772025-05-08T05:18:31.110Z[ recovery-image] May 08 05:18:29.692 INFO O| May 08 05:18:29.692 INFO STEP 344 (remove_files) COMPLETE
54782025-05-08T05:18:31.110Z[ recovery-image] May 08 05:18:29.692 INFO O| May 08 05:18:29.692 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-05-08T05:18:31.130Z[ recovery-image] May 08 05:18:29.715 INFO O| May 08 05:18:29.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54802025-05-08T05:18:31.133Z[ recovery-image] May 08 05:18:29.715 INFO O| May 08 05:18:29.715 INFO STEP 345 (remove_files) COMPLETE
54812025-05-08T05:18:31.133Z[ recovery-image] May 08 05:18:29.715 INFO O| May 08 05:18:29.715 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-05-08T05:18:31.153Z[ recovery-image] May 08 05:18:29.738 INFO O| May 08 05:18:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54832025-05-08T05:18:31.156Z[ recovery-image] May 08 05:18:29.738 INFO O| May 08 05:18:29.738 INFO STEP 346 (remove_files) COMPLETE
54842025-05-08T05:18:31.156Z[ recovery-image] May 08 05:18:29.738 INFO O| May 08 05:18:29.738 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-05-08T05:18:31.189Z[ recovery-image] May 08 05:18:29.773 INFO O| May 08 05:18:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54862025-05-08T05:18:31.209Z[ recovery-image] May 08 05:18:29.794 INFO O| May 08 05:18:29.794 INFO STEP 347 (remove_files) COMPLETE
54872025-05-08T05:18:31.209Z[ recovery-image] May 08 05:18:29.794 INFO O| May 08 05:18:29.794 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-05-08T05:18:31.262Z[ recovery-image] May 08 05:18:29.846 INFO O| May 08 05:18:29.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54892025-05-08T05:18:31.262Z[ recovery-image] May 08 05:18:29.847 INFO O| May 08 05:18:29.847 INFO STEP 348 (remove_files) COMPLETE
54902025-05-08T05:18:31.265Z[ recovery-image] May 08 05:18:29.847 INFO O| May 08 05:18:29.847 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-05-08T05:18:31.285Z[ recovery-image] May 08 05:18:29.869 INFO O| May 08 05:18:29.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54922025-05-08T05:18:31.288Z[ recovery-image] May 08 05:18:29.869 INFO O| May 08 05:18:29.869 INFO STEP 349 (remove_files) COMPLETE
54932025-05-08T05:18:31.288Z[ recovery-image] May 08 05:18:29.870 INFO O| May 08 05:18:29.869 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-05-08T05:18:31.306Z[ recovery-image] May 08 05:18:29.891 INFO O| May 08 05:18:29.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54952025-05-08T05:18:31.306Z[ recovery-image] May 08 05:18:29.891 INFO O| May 08 05:18:29.891 INFO STEP 350 (remove_files) COMPLETE
54962025-05-08T05:18:31.306Z[ recovery-image] May 08 05:18:29.891 INFO O| May 08 05:18:29.891 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-05-08T05:18:31.327Z[ recovery-image] May 08 05:18:29.911 INFO O| May 08 05:18:29.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54982025-05-08T05:18:31.327Z[ recovery-image] May 08 05:18:29.911 INFO O| May 08 05:18:29.911 INFO STEP 351 (remove_files) COMPLETE
54992025-05-08T05:18:31.327Z[ recovery-image] May 08 05:18:29.911 INFO O| May 08 05:18:29.911 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-05-08T05:18:31.339Z[ host-image] May 08 05:18:29.924 INFO O| May 08 05:18:29.924 INFO O| Planning: Fetching manifests: 1/1 100% complete
55012025-05-08T05:18:31.348Z[ recovery-image] May 08 05:18:29.933 INFO O| May 08 05:18:29.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55022025-05-08T05:18:31.348Z[ recovery-image] May 08 05:18:29.933 INFO O| May 08 05:18:29.933 INFO STEP 352 (remove_files) COMPLETE
55032025-05-08T05:18:31.351Z[ recovery-image] May 08 05:18:29.933 INFO O| May 08 05:18:29.933 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-05-08T05:18:31.392Z[ recovery-image] May 08 05:18:29.976 INFO O| May 08 05:18:29.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55052025-05-08T05:18:31.395Z[ recovery-image] May 08 05:18:29.976 INFO O| May 08 05:18:29.976 INFO STEP 353 (remove_files) COMPLETE
55062025-05-08T05:18:31.395Z[ recovery-image] May 08 05:18:29.976 INFO O| May 08 05:18:29.976 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-05-08T05:18:31.410Z[ host-image] May 08 05:18:29.994 INFO O| May 08 05:18:29.994 INFO O| Planning: Package planning ... Done
55082025-05-08T05:18:31.413Z[ host-image] May 08 05:18:29.995 INFO O| May 08 05:18:29.995 INFO O| Planning: Merging actions ... Done
55092025-05-08T05:18:31.484Z[ recovery-image] May 08 05:18:30.068 INFO O| May 08 05:18:30.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55102025-05-08T05:18:31.484Z[ recovery-image] May 08 05:18:30.068 INFO O| May 08 05:18:30.068 INFO STEP 354 (remove_files) COMPLETE
55112025-05-08T05:18:31.487Z[ recovery-image] May 08 05:18:30.068 INFO O| May 08 05:18:30.068 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-05-08T05:18:31.510Z[ recovery-image] May 08 05:18:30.094 INFO O| May 08 05:18:30.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55132025-05-08T05:18:31.510Z[ recovery-image] May 08 05:18:30.094 INFO O| May 08 05:18:30.094 INFO STEP 355 (remove_files) COMPLETE
55142025-05-08T05:18:31.510Z[ recovery-image] May 08 05:18:30.094 INFO O| May 08 05:18:30.094 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-05-08T05:18:31.535Z[ recovery-image] May 08 05:18:30.119 INFO O| May 08 05:18:30.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55162025-05-08T05:18:31.538Z[ recovery-image] May 08 05:18:30.120 INFO O| May 08 05:18:30.120 INFO STEP 356 (remove_files) COMPLETE
55172025-05-08T05:18:31.539Z[ recovery-image] May 08 05:18:30.120 INFO O| May 08 05:18:30.120 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-05-08T05:18:31.542Z[ host-image] May 08 05:18:30.125 INFO O| May 08 05:18:30.125 INFO O| Planning: Checking for conflicting actions ... Done
55192025-05-08T05:18:31.542Z[ host-image] May 08 05:18:30.125 INFO O| May 08 05:18:30.125 INFO O| Planning: Consolidating action changes ... Done
55202025-05-08T05:18:31.566Z[ recovery-image] May 08 05:18:30.150 INFO O| May 08 05:18:30.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55212025-05-08T05:18:31.566Z[ recovery-image] May 08 05:18:30.150 INFO O| May 08 05:18:30.150 INFO STEP 357 (remove_files) COMPLETE
55222025-05-08T05:18:31.566Z[ recovery-image] May 08 05:18:30.150 INFO O| May 08 05:18:30.150 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-05-08T05:18:31.648Z[ recovery-image] May 08 05:18:30.232 INFO O| May 08 05:18:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55242025-05-08T05:18:31.651Z[ recovery-image] May 08 05:18:30.232 INFO O| May 08 05:18:30.232 INFO STEP 358 (remove_files) COMPLETE
55252025-05-08T05:18:31.651Z[ recovery-image] May 08 05:18:30.232 INFO O| May 08 05:18:30.232 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-05-08T05:18:31.692Z[ recovery-image] May 08 05:18:30.276 INFO O| May 08 05:18:30.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55272025-05-08T05:18:31.697Z[ recovery-image] May 08 05:18:30.276 INFO O| May 08 05:18:30.276 INFO STEP 359 (remove_files) COMPLETE
55282025-05-08T05:18:31.697Z[ recovery-image] May 08 05:18:30.276 INFO O| May 08 05:18:30.276 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-05-08T05:18:31.733Z[ recovery-image] May 08 05:18:30.317 INFO O| May 08 05:18:30.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55302025-05-08T05:18:31.736Z[ recovery-image] May 08 05:18:30.317 INFO O| May 08 05:18:30.317 INFO STEP 360 (remove_files) COMPLETE
55312025-05-08T05:18:31.736Z[ recovery-image] May 08 05:18:30.317 INFO O| May 08 05:18:30.317 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-05-08T05:18:31.755Z[ recovery-image] May 08 05:18:30.339 INFO O| May 08 05:18:30.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55332025-05-08T05:18:31.759Z[ recovery-image] May 08 05:18:30.339 INFO O| May 08 05:18:30.339 INFO STEP 361 (remove_files) COMPLETE
55342025-05-08T05:18:31.759Z[ recovery-image] May 08 05:18:30.339 INFO O| May 08 05:18:30.339 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-05-08T05:18:31.776Z[ recovery-image] May 08 05:18:30.360 INFO O| May 08 05:18:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55362025-05-08T05:18:31.776Z[ recovery-image] May 08 05:18:30.360 INFO O| May 08 05:18:30.360 INFO STEP 362 (remove_files) COMPLETE
55372025-05-08T05:18:31.776Z[ recovery-image] May 08 05:18:30.360 INFO O| May 08 05:18:30.360 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-05-08T05:18:31.809Z[ recovery-image] May 08 05:18:30.394 INFO O| May 08 05:18:30.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55392025-05-08T05:18:31.810Z[ recovery-image] May 08 05:18:30.394 INFO O| May 08 05:18:30.394 INFO STEP 363 (remove_files) COMPLETE
55402025-05-08T05:18:31.813Z[ recovery-image] May 08 05:18:30.394 INFO O| May 08 05:18:30.394 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-05-08T05:18:31.832Z[ recovery-image] May 08 05:18:30.417 INFO O| May 08 05:18:30.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55422025-05-08T05:18:31.833Z[ recovery-image] May 08 05:18:30.417 INFO O| May 08 05:18:30.417 INFO STEP 364 (remove_files) COMPLETE
55432025-05-08T05:18:31.836Z[ recovery-image] May 08 05:18:30.417 INFO O| May 08 05:18:30.417 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-05-08T05:18:31.854Z[ recovery-image] May 08 05:18:30.438 INFO O| May 08 05:18:30.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55452025-05-08T05:18:31.854Z[ recovery-image] May 08 05:18:30.438 INFO O| May 08 05:18:30.438 INFO STEP 365 (remove_files) COMPLETE
55462025-05-08T05:18:31.857Z[ recovery-image] May 08 05:18:30.438 INFO O| May 08 05:18:30.438 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-05-08T05:18:31.906Z[ recovery-image] May 08 05:18:30.490 INFO O| May 08 05:18:30.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55482025-05-08T05:18:31.906Z[ recovery-image] May 08 05:18:30.490 INFO O| May 08 05:18:30.490 INFO STEP 366 (remove_files) COMPLETE
55492025-05-08T05:18:31.909Z[ recovery-image] May 08 05:18:30.490 INFO O| May 08 05:18:30.490 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-05-08T05:18:31.966Z[ recovery-image] May 08 05:18:30.550 INFO O| May 08 05:18:30.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55512025-05-08T05:18:31.966Z[ recovery-image] May 08 05:18:30.550 INFO O| May 08 05:18:30.550 INFO STEP 367 (remove_files) COMPLETE
55522025-05-08T05:18:31.969Z[ recovery-image] May 08 05:18:30.550 INFO O| May 08 05:18:30.550 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-05-08T05:18:31.975Z[ host-image] May 08 05:18:30.559 INFO O| May 08 05:18:30.559 INFO O| Planning: Evaluating mediators ... Done
55542025-05-08T05:18:31.981Z[ host-image] May 08 05:18:30.561 INFO O| May 08 05:18:30.560 INFO O| Planning: Planning completed in 6.52 seconds
55552025-05-08T05:18:31.981Z[ host-image] May 08 05:18:30.563 INFO O| May 08 05:18:30.562 INFO O| Packages to install: 1
55562025-05-08T05:18:31.995Z[ recovery-image] May 08 05:18:30.579 INFO O| May 08 05:18:30.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55572025-05-08T05:18:31.995Z[ recovery-image] May 08 05:18:30.579 INFO O| May 08 05:18:30.579 INFO STEP 368 (remove_files) COMPLETE
55582025-05-08T05:18:31.995Z[ recovery-image] May 08 05:18:30.579 INFO O| May 08 05:18:30.579 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-05-08T05:18:32.001Z[ host-image] May 08 05:18:30.585 INFO O| May 08 05:18:30.585 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
55602025-05-08T05:18:32.016Z[ recovery-image] May 08 05:18:30.600 INFO O| May 08 05:18:30.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55612025-05-08T05:18:32.016Z[ recovery-image] May 08 05:18:30.600 INFO O| May 08 05:18:30.600 INFO STEP 369 (remove_files) COMPLETE
55622025-05-08T05:18:32.016Z[ recovery-image] May 08 05:18:30.600 INFO O| May 08 05:18:30.600 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-05-08T05:18:32.036Z[ recovery-image] May 08 05:18:30.620 INFO O| May 08 05:18:30.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55642025-05-08T05:18:32.038Z[ recovery-image] May 08 05:18:30.620 INFO O| May 08 05:18:30.620 INFO STEP 370 (remove_files) COMPLETE
55652025-05-08T05:18:32.038Z[ recovery-image] May 08 05:18:30.620 INFO O| May 08 05:18:30.620 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-05-08T05:18:32.056Z[ recovery-image] May 08 05:18:30.640 INFO O| May 08 05:18:30.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55672025-05-08T05:18:32.056Z[ recovery-image] May 08 05:18:30.640 INFO O| May 08 05:18:30.640 INFO STEP 371 (remove_files) COMPLETE
55682025-05-08T05:18:32.059Z[ recovery-image] May 08 05:18:30.640 INFO O| May 08 05:18:30.640 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-05-08T05:18:32.076Z[ recovery-image] May 08 05:18:30.660 INFO O| May 08 05:18:30.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55702025-05-08T05:18:32.076Z[ recovery-image] May 08 05:18:30.660 INFO O| May 08 05:18:30.660 INFO STEP 372 (remove_files) COMPLETE
55712025-05-08T05:18:32.079Z[ recovery-image] May 08 05:18:30.660 INFO O| May 08 05:18:30.660 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-05-08T05:18:32.096Z[ recovery-image] May 08 05:18:30.680 INFO O| May 08 05:18:30.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55732025-05-08T05:18:32.096Z[ recovery-image] May 08 05:18:30.681 INFO O| May 08 05:18:30.681 INFO STEP 373 (remove_files) COMPLETE
55742025-05-08T05:18:32.099Z[ recovery-image] May 08 05:18:30.681 INFO O| May 08 05:18:30.681 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-05-08T05:18:32.126Z[ recovery-image] May 08 05:18:30.710 INFO O| May 08 05:18:30.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55762025-05-08T05:18:32.129Z[ recovery-image] May 08 05:18:30.710 INFO O| May 08 05:18:30.710 INFO STEP 374 (remove_files) COMPLETE
55772025-05-08T05:18:32.129Z[ recovery-image] May 08 05:18:30.710 INFO O| May 08 05:18:30.710 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-05-08T05:18:32.149Z[ recovery-image] May 08 05:18:30.733 INFO O| May 08 05:18:30.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55792025-05-08T05:18:32.158Z[ recovery-image] May 08 05:18:30.742 INFO O| May 08 05:18:30.742 INFO STEP 375 (remove_files) COMPLETE
55802025-05-08T05:18:32.158Z[ recovery-image] May 08 05:18:30.742 INFO O| May 08 05:18:30.742 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-05-08T05:18:32.179Z[ recovery-image] May 08 05:18:30.763 INFO O| May 08 05:18:30.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55822025-05-08T05:18:32.182Z[ recovery-image] May 08 05:18:30.764 INFO O| May 08 05:18:30.764 INFO STEP 376 (remove_files) COMPLETE
55832025-05-08T05:18:32.183Z[ recovery-image] May 08 05:18:30.764 INFO O| May 08 05:18:30.764 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-05-08T05:18:32.200Z[ recovery-image] May 08 05:18:30.784 INFO O| May 08 05:18:30.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55852025-05-08T05:18:32.200Z[ recovery-image] May 08 05:18:30.784 INFO O| May 08 05:18:30.784 INFO STEP 377 (remove_files) COMPLETE
55862025-05-08T05:18:32.200Z[ recovery-image] May 08 05:18:30.784 INFO O| May 08 05:18:30.784 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-05-08T05:18:32.221Z[ recovery-image] May 08 05:18:30.805 INFO O| May 08 05:18:30.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55882025-05-08T05:18:32.221Z[ recovery-image] May 08 05:18:30.805 INFO O| May 08 05:18:30.805 INFO STEP 378 (remove_files) COMPLETE
55892025-05-08T05:18:32.221Z[ recovery-image] May 08 05:18:30.805 INFO O| May 08 05:18:30.805 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-05-08T05:18:32.267Z[ recovery-image] May 08 05:18:30.851 INFO O| May 08 05:18:30.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55912025-05-08T05:18:32.267Z[ recovery-image] May 08 05:18:30.851 INFO O| May 08 05:18:30.851 INFO STEP 379 (remove_files) COMPLETE
55922025-05-08T05:18:32.267Z[ recovery-image] May 08 05:18:30.851 INFO O| May 08 05:18:30.851 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-05-08T05:18:32.361Z[ recovery-image] May 08 05:18:30.945 INFO O| May 08 05:18:30.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55942025-05-08T05:18:32.361Z[ recovery-image] May 08 05:18:30.945 INFO O| May 08 05:18:30.945 INFO STEP 380 (remove_files) COMPLETE
55952025-05-08T05:18:32.361Z[ recovery-image] May 08 05:18:30.945 INFO O| May 08 05:18:30.945 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-05-08T05:18:32.387Z[ recovery-image] May 08 05:18:30.971 INFO O| May 08 05:18:30.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55972025-05-08T05:18:32.387Z[ recovery-image] May 08 05:18:30.971 INFO O| May 08 05:18:30.971 INFO STEP 381 (remove_files) COMPLETE
55982025-05-08T05:18:32.390Z[ recovery-image] May 08 05:18:30.971 INFO O| May 08 05:18:30.971 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-05-08T05:18:32.412Z[ recovery-image] May 08 05:18:30.995 INFO O| May 08 05:18:30.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56002025-05-08T05:18:32.412Z[ recovery-image] May 08 05:18:30.995 INFO O| May 08 05:18:30.995 INFO STEP 382 (remove_files) COMPLETE
56012025-05-08T05:18:32.412Z[ recovery-image] May 08 05:18:30.996 INFO O| May 08 05:18:30.995 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-05-08T05:18:32.437Z[ recovery-image] May 08 05:18:31.021 INFO O| May 08 05:18:31.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56032025-05-08T05:18:32.437Z[ recovery-image] May 08 05:18:31.021 INFO O| May 08 05:18:31.021 INFO STEP 383 (remove_files) COMPLETE
56042025-05-08T05:18:32.437Z[ recovery-image] May 08 05:18:31.021 INFO O| May 08 05:18:31.021 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-05-08T05:18:32.462Z[ recovery-image] May 08 05:18:31.046 INFO O| May 08 05:18:31.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56062025-05-08T05:18:32.462Z[ recovery-image] May 08 05:18:31.046 INFO O| May 08 05:18:31.046 INFO STEP 384 (remove_files) COMPLETE
56072025-05-08T05:18:32.465Z[ recovery-image] May 08 05:18:31.046 INFO O| May 08 05:18:31.046 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-05-08T05:18:32.487Z[ recovery-image] May 08 05:18:31.071 INFO O| May 08 05:18:31.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56092025-05-08T05:18:32.490Z[ recovery-image] May 08 05:18:31.071 INFO O| May 08 05:18:31.071 INFO STEP 385 (remove_files) COMPLETE
56102025-05-08T05:18:32.490Z[ recovery-image] May 08 05:18:31.071 INFO O| May 08 05:18:31.071 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-05-08T05:18:32.510Z[ recovery-image] May 08 05:18:31.094 INFO O| May 08 05:18:31.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56122025-05-08T05:18:32.513Z[ recovery-image] May 08 05:18:31.094 INFO O| May 08 05:18:31.094 INFO STEP 386 (remove_files) COMPLETE
56132025-05-08T05:18:32.514Z[ recovery-image] May 08 05:18:31.095 INFO O| May 08 05:18:31.094 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-05-08T05:18:32.533Z[ recovery-image] May 08 05:18:31.117 INFO O| May 08 05:18:31.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56152025-05-08T05:18:32.533Z[ recovery-image] May 08 05:18:31.117 INFO O| May 08 05:18:31.117 INFO STEP 387 (remove_files) COMPLETE
56162025-05-08T05:18:32.533Z[ recovery-image] May 08 05:18:31.117 INFO O| May 08 05:18:31.117 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-05-08T05:18:32.556Z[ recovery-image] May 08 05:18:31.140 INFO O| May 08 05:18:31.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56182025-05-08T05:18:32.559Z[ recovery-image] May 08 05:18:31.140 INFO O| May 08 05:18:31.140 INFO STEP 388 (remove_files) COMPLETE
56192025-05-08T05:18:32.559Z[ recovery-image] May 08 05:18:31.141 INFO O| May 08 05:18:31.141 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-05-08T05:18:32.578Z[ recovery-image] May 08 05:18:31.162 INFO O| May 08 05:18:31.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56212025-05-08T05:18:32.581Z[ recovery-image] May 08 05:18:31.162 INFO O| May 08 05:18:31.162 INFO STEP 389 (remove_files) COMPLETE
56222025-05-08T05:18:32.581Z[ recovery-image] May 08 05:18:31.162 INFO O| May 08 05:18:31.162 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-05-08T05:18:32.599Z[ recovery-image] May 08 05:18:31.182 INFO O| May 08 05:18:31.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56242025-05-08T05:18:32.602Z[ recovery-image] May 08 05:18:31.183 INFO O| May 08 05:18:31.183 INFO STEP 390 (remove_files) COMPLETE
56252025-05-08T05:18:32.602Z[ recovery-image] May 08 05:18:31.183 INFO O| May 08 05:18:31.183 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-05-08T05:18:32.638Z[ host-image] May 08 05:18:31.222 INFO O| May 08 05:18:31.222 INFO O| Download: Completed 17.23 MB in 0.64 seconds (27.1M/s)
56272025-05-08T05:18:32.641Z[ recovery-image] May 08 05:18:31.223 INFO O| May 08 05:18:31.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56282025-05-08T05:18:32.641Z[ recovery-image] May 08 05:18:31.223 INFO O| May 08 05:18:31.223 INFO STEP 391 (remove_files) COMPLETE
56292025-05-08T05:18:32.641Z[ recovery-image] May 08 05:18:31.223 INFO O| May 08 05:18:31.223 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-05-08T05:18:32.660Z[ recovery-image] May 08 05:18:31.244 INFO O| May 08 05:18:31.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56312025-05-08T05:18:32.660Z[ recovery-image] May 08 05:18:31.244 INFO O| May 08 05:18:31.244 INFO STEP 392 (remove_files) COMPLETE
56322025-05-08T05:18:32.660Z[ recovery-image] May 08 05:18:31.244 INFO O| May 08 05:18:31.244 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-05-08T05:18:32.711Z[ host-image] May 08 05:18:31.295 INFO O| May 08 05:18:31.295 INFO O| Actions: 1/22 actions (Installing new actions)
56342025-05-08T05:18:32.727Z[ recovery-image] May 08 05:18:31.311 INFO O| May 08 05:18:31.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56352025-05-08T05:18:32.727Z[ recovery-image] May 08 05:18:31.311 INFO O| May 08 05:18:31.311 INFO STEP 393 (remove_files) COMPLETE
56362025-05-08T05:18:32.727Z[ recovery-image] May 08 05:18:31.311 INFO O| May 08 05:18:31.311 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-05-08T05:18:32.771Z[ recovery-image] May 08 05:18:31.355 INFO O| May 08 05:18:31.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56382025-05-08T05:18:32.774Z[ recovery-image] May 08 05:18:31.355 INFO O| May 08 05:18:31.355 INFO STEP 394 (remove_files) COMPLETE
56392025-05-08T05:18:32.774Z[ recovery-image] May 08 05:18:31.355 INFO O| May 08 05:18:31.355 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-05-08T05:18:32.841Z[ recovery-image] May 08 05:18:31.425 INFO O| May 08 05:18:31.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56412025-05-08T05:18:32.841Z[ recovery-image] May 08 05:18:31.425 INFO O| May 08 05:18:31.425 INFO STEP 395 (remove_files) COMPLETE
56422025-05-08T05:18:32.841Z[ recovery-image] May 08 05:18:31.425 INFO O| May 08 05:18:31.425 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-05-08T05:18:32.866Z[ recovery-image] May 08 05:18:31.450 INFO O| May 08 05:18:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56442025-05-08T05:18:32.867Z[ recovery-image] May 08 05:18:31.450 INFO O| May 08 05:18:31.450 INFO STEP 396 (remove_files) COMPLETE
56452025-05-08T05:18:32.870Z[ recovery-image] May 08 05:18:31.451 INFO O| May 08 05:18:31.450 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-05-08T05:18:32.891Z[ recovery-image] May 08 05:18:31.473 INFO O| May 08 05:18:31.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56472025-05-08T05:18:32.891Z[ recovery-image] May 08 05:18:31.473 INFO O| May 08 05:18:31.473 INFO STEP 397 (remove_files) COMPLETE
56482025-05-08T05:18:32.894Z[ recovery-image] May 08 05:18:31.474 INFO O| May 08 05:18:31.473 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-05-08T05:18:32.930Z[ recovery-image] May 08 05:18:31.513 INFO O| May 08 05:18:31.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56502025-05-08T05:18:32.930Z[ recovery-image] May 08 05:18:31.514 INFO O| May 08 05:18:31.513 INFO STEP 398 (remove_files) COMPLETE
56512025-05-08T05:18:32.933Z[ recovery-image] May 08 05:18:31.514 INFO O| May 08 05:18:31.514 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-05-08T05:18:32.951Z[ recovery-image] May 08 05:18:31.535 INFO O| May 08 05:18:31.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56532025-05-08T05:18:32.951Z[ recovery-image] May 08 05:18:31.535 INFO O| May 08 05:18:31.535 INFO STEP 399 (remove_files) COMPLETE
56542025-05-08T05:18:32.954Z[ recovery-image] May 08 05:18:31.535 INFO O| May 08 05:18:31.535 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-05-08T05:18:32.981Z[ recovery-image] May 08 05:18:31.564 INFO O| May 08 05:18:31.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56562025-05-08T05:18:32.981Z[ recovery-image] May 08 05:18:31.564 INFO O| May 08 05:18:31.564 INFO STEP 400 (remove_files) COMPLETE
56572025-05-08T05:18:32.981Z[ recovery-image] May 08 05:18:31.564 INFO O| May 08 05:18:31.564 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-05-08T05:18:33.003Z[ recovery-image] May 08 05:18:31.587 INFO O| May 08 05:18:31.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56592025-05-08T05:18:33.003Z[ recovery-image] May 08 05:18:31.587 INFO O| May 08 05:18:31.587 INFO STEP 401 (remove_files) COMPLETE
56602025-05-08T05:18:33.006Z[ recovery-image] May 08 05:18:31.587 INFO O| May 08 05:18:31.587 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-05-08T05:18:33.048Z[ recovery-image] May 08 05:18:31.632 INFO O| May 08 05:18:31.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56622025-05-08T05:18:33.052Z[ recovery-image] May 08 05:18:31.632 INFO O| May 08 05:18:31.632 INFO STEP 402 (remove_files) COMPLETE
56632025-05-08T05:18:33.052Z[ recovery-image] May 08 05:18:31.632 INFO O| May 08 05:18:31.632 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-05-08T05:18:33.081Z[ recovery-image] May 08 05:18:31.664 INFO O| May 08 05:18:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56652025-05-08T05:18:33.081Z[ recovery-image] May 08 05:18:31.664 INFO O| May 08 05:18:31.664 INFO STEP 403 (remove_files) COMPLETE
56662025-05-08T05:18:33.081Z[ recovery-image] May 08 05:18:31.664 INFO O| May 08 05:18:31.664 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-05-08T05:18:33.102Z[ recovery-image] May 08 05:18:31.686 INFO O| May 08 05:18:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56682025-05-08T05:18:33.102Z[ recovery-image] May 08 05:18:31.686 INFO O| May 08 05:18:31.686 INFO STEP 404 (remove_files) COMPLETE
56692025-05-08T05:18:33.102Z[ recovery-image] May 08 05:18:31.686 INFO O| May 08 05:18:31.686 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-05-08T05:18:33.124Z[ recovery-image] May 08 05:18:31.708 INFO O| May 08 05:18:31.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56712025-05-08T05:18:33.124Z[ recovery-image] May 08 05:18:31.708 INFO O| May 08 05:18:31.708 INFO STEP 405 (remove_files) COMPLETE
56722025-05-08T05:18:33.129Z[ recovery-image] May 08 05:18:31.708 INFO O| May 08 05:18:31.708 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-05-08T05:18:33.162Z[ recovery-image] May 08 05:18:31.746 INFO O| May 08 05:18:31.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56742025-05-08T05:18:33.162Z[ recovery-image] May 08 05:18:31.746 INFO O| May 08 05:18:31.746 INFO STEP 406 (remove_files) COMPLETE
56752025-05-08T05:18:33.162Z[ recovery-image] May 08 05:18:31.746 INFO O| May 08 05:18:31.746 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-05-08T05:18:33.196Z[ recovery-image] May 08 05:18:31.779 INFO O| May 08 05:18:31.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56772025-05-08T05:18:33.196Z[ recovery-image] May 08 05:18:31.780 INFO O| May 08 05:18:31.779 INFO STEP 407 (remove_files) COMPLETE
56782025-05-08T05:18:33.196Z[ recovery-image] May 08 05:18:31.780 INFO O| May 08 05:18:31.780 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-05-08T05:18:33.256Z[ recovery-image] May 08 05:18:31.839 INFO O| May 08 05:18:31.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56802025-05-08T05:18:33.256Z[ recovery-image] May 08 05:18:31.839 INFO O| May 08 05:18:31.839 INFO STEP 408 (remove_files) COMPLETE
56812025-05-08T05:18:33.256Z[ recovery-image] May 08 05:18:31.839 INFO O| May 08 05:18:31.839 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-05-08T05:18:33.277Z[ recovery-image] May 08 05:18:31.861 INFO O| May 08 05:18:31.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56832025-05-08T05:18:33.277Z[ recovery-image] May 08 05:18:31.861 INFO O| May 08 05:18:31.861 INFO STEP 409 (remove_files) COMPLETE
56842025-05-08T05:18:33.277Z[ recovery-image] May 08 05:18:31.861 INFO O| May 08 05:18:31.861 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-05-08T05:18:33.299Z[ recovery-image] May 08 05:18:31.882 INFO O| May 08 05:18:31.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56862025-05-08T05:18:33.299Z[ recovery-image] May 08 05:18:31.882 INFO O| May 08 05:18:31.882 INFO STEP 410 (remove_files) COMPLETE
56872025-05-08T05:18:33.299Z[ recovery-image] May 08 05:18:31.882 INFO O| May 08 05:18:31.882 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-05-08T05:18:33.323Z[ recovery-image] May 08 05:18:31.906 INFO O| May 08 05:18:31.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56892025-05-08T05:18:33.323Z[ recovery-image] May 08 05:18:31.906 INFO O| May 08 05:18:31.906 INFO STEP 411 (remove_files) COMPLETE
56902025-05-08T05:18:33.323Z[ recovery-image] May 08 05:18:31.906 INFO O| May 08 05:18:31.906 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-05-08T05:18:33.345Z[ recovery-image] May 08 05:18:31.928 INFO O| May 08 05:18:31.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56922025-05-08T05:18:33.345Z[ recovery-image] May 08 05:18:31.928 INFO O| May 08 05:18:31.928 INFO STEP 412 (remove_files) COMPLETE
56932025-05-08T05:18:33.345Z[ recovery-image] May 08 05:18:31.928 INFO O| May 08 05:18:31.928 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-05-08T05:18:33.366Z[ recovery-image] May 08 05:18:31.949 INFO O| May 08 05:18:31.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56952025-05-08T05:18:33.366Z[ recovery-image] May 08 05:18:31.949 INFO O| May 08 05:18:31.949 INFO STEP 413 (remove_files) COMPLETE
56962025-05-08T05:18:33.366Z[ recovery-image] May 08 05:18:31.949 INFO O| May 08 05:18:31.949 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-05-08T05:18:33.376Z[ host-image] May 08 05:18:31.959 INFO O| May 08 05:18:31.959 INFO O| Actions: Completed 22 actions in 0.66 seconds.
56982025-05-08T05:18:33.386Z[ recovery-image] May 08 05:18:31.969 INFO O| May 08 05:18:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56992025-05-08T05:18:33.386Z[ recovery-image] May 08 05:18:31.969 INFO O| May 08 05:18:31.969 INFO STEP 414 (remove_files) COMPLETE
57002025-05-08T05:18:33.386Z[ recovery-image] May 08 05:18:31.969 INFO O| May 08 05:18:31.969 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-05-08T05:18:33.439Z[ recovery-image] May 08 05:18:32.022 INFO O| May 08 05:18:32.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57022025-05-08T05:18:33.440Z[ recovery-image] May 08 05:18:32.022 INFO O| May 08 05:18:32.022 INFO STEP 415 (remove_files) COMPLETE
57032025-05-08T05:18:33.440Z[ recovery-image] May 08 05:18:32.022 INFO O| May 08 05:18:32.022 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-05-08T05:18:33.496Z[ recovery-image] May 08 05:18:32.079 INFO O| May 08 05:18:32.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57052025-05-08T05:18:33.496Z[ recovery-image] May 08 05:18:32.079 INFO O| May 08 05:18:32.079 INFO STEP 416 (remove_files) COMPLETE
57062025-05-08T05:18:33.496Z[ recovery-image] May 08 05:18:32.079 INFO O| May 08 05:18:32.079 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-05-08T05:18:33.522Z[ recovery-image] May 08 05:18:32.105 INFO O| May 08 05:18:32.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57082025-05-08T05:18:33.522Z[ recovery-image] May 08 05:18:32.105 INFO O| May 08 05:18:32.105 INFO STEP 417 (remove_files) COMPLETE
57092025-05-08T05:18:33.522Z[ recovery-image] May 08 05:18:32.105 INFO O| May 08 05:18:32.105 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-05-08T05:18:33.557Z[ recovery-image] May 08 05:18:32.141 INFO O| May 08 05:18:32.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57112025-05-08T05:18:33.557Z[ recovery-image] May 08 05:18:32.141 INFO O| May 08 05:18:32.141 INFO STEP 418 (remove_files) COMPLETE
57122025-05-08T05:18:33.560Z[ recovery-image] May 08 05:18:32.141 INFO O| May 08 05:18:32.141 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-05-08T05:18:33.592Z[ recovery-image] May 08 05:18:32.175 INFO O| May 08 05:18:32.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57142025-05-08T05:18:33.592Z[ recovery-image] May 08 05:18:32.175 INFO O| May 08 05:18:32.175 INFO STEP 419 (remove_files) COMPLETE
57152025-05-08T05:18:33.595Z[ recovery-image] May 08 05:18:32.175 INFO O| May 08 05:18:32.175 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-05-08T05:18:33.634Z[ recovery-image] May 08 05:18:32.218 INFO O| May 08 05:18:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57172025-05-08T05:18:33.634Z[ recovery-image] May 08 05:18:32.218 INFO O| May 08 05:18:32.218 INFO STEP 420 (remove_files) COMPLETE
57182025-05-08T05:18:33.634Z[ recovery-image] May 08 05:18:32.218 INFO O| May 08 05:18:32.218 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-05-08T05:18:33.655Z[ recovery-image] May 08 05:18:32.239 INFO O| May 08 05:18:32.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57202025-05-08T05:18:33.655Z[ recovery-image] May 08 05:18:32.239 INFO O| May 08 05:18:32.239 INFO STEP 421 (remove_files) COMPLETE
57212025-05-08T05:18:33.658Z[ recovery-image] May 08 05:18:32.239 INFO O| May 08 05:18:32.239 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-05-08T05:18:33.677Z[ recovery-image] May 08 05:18:32.261 INFO O| May 08 05:18:32.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57232025-05-08T05:18:33.677Z[ recovery-image] May 08 05:18:32.261 INFO O| May 08 05:18:32.261 INFO STEP 422 (remove_files) COMPLETE
57242025-05-08T05:18:33.680Z[ recovery-image] May 08 05:18:32.261 INFO O| May 08 05:18:32.261 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-05-08T05:18:33.699Z[ recovery-image] May 08 05:18:32.281 INFO O| May 08 05:18:32.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57262025-05-08T05:18:33.699Z[ recovery-image] May 08 05:18:32.281 INFO O| May 08 05:18:32.281 INFO STEP 423 (remove_files) COMPLETE
57272025-05-08T05:18:33.702Z[ recovery-image] May 08 05:18:32.281 INFO O| May 08 05:18:32.281 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-05-08T05:18:33.719Z[ recovery-image] May 08 05:18:32.302 INFO O| May 08 05:18:32.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57292025-05-08T05:18:33.722Z[ recovery-image] May 08 05:18:32.302 INFO O| May 08 05:18:32.302 INFO STEP 424 (remove_files) COMPLETE
57302025-05-08T05:18:33.722Z[ recovery-image] May 08 05:18:32.302 INFO O| May 08 05:18:32.302 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-05-08T05:18:33.742Z[ recovery-image] May 08 05:18:32.326 INFO O| May 08 05:18:32.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57322025-05-08T05:18:33.742Z[ recovery-image] May 08 05:18:32.326 INFO O| May 08 05:18:32.326 INFO STEP 425 (remove_files) COMPLETE
57332025-05-08T05:18:33.745Z[ recovery-image] May 08 05:18:32.326 INFO O| May 08 05:18:32.326 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-05-08T05:18:33.767Z[ recovery-image] May 08 05:18:32.350 INFO O| May 08 05:18:32.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57352025-05-08T05:18:33.767Z[ recovery-image] May 08 05:18:32.350 INFO O| May 08 05:18:32.350 INFO STEP 426 (remove_files) COMPLETE
57362025-05-08T05:18:33.770Z[ recovery-image] May 08 05:18:32.350 INFO O| May 08 05:18:32.350 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-05-08T05:18:33.791Z[ recovery-image] May 08 05:18:32.375 INFO O| May 08 05:18:32.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57382025-05-08T05:18:33.791Z[ recovery-image] May 08 05:18:32.375 INFO O| May 08 05:18:32.375 INFO STEP 427 (remove_files) COMPLETE
57392025-05-08T05:18:33.795Z[ recovery-image] May 08 05:18:32.375 INFO O| May 08 05:18:32.375 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-05-08T05:18:33.814Z[ recovery-image] May 08 05:18:32.397 INFO O| May 08 05:18:32.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57412025-05-08T05:18:33.814Z[ recovery-image] May 08 05:18:32.397 INFO O| May 08 05:18:32.397 INFO STEP 428 (remove_files) COMPLETE
57422025-05-08T05:18:33.817Z[ recovery-image] May 08 05:18:32.398 INFO O| May 08 05:18:32.397 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-05-08T05:18:33.835Z[ recovery-image] May 08 05:18:32.417 INFO O| May 08 05:18:32.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57442025-05-08T05:18:33.835Z[ recovery-image] May 08 05:18:32.417 INFO O| May 08 05:18:32.417 INFO STEP 429 (remove_files) COMPLETE
57452025-05-08T05:18:33.838Z[ recovery-image] May 08 05:18:32.417 INFO O| May 08 05:18:32.417 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-05-08T05:18:33.853Z[ recovery-image] May 08 05:18:32.437 INFO O| May 08 05:18:32.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57472025-05-08T05:18:33.853Z[ recovery-image] May 08 05:18:32.437 INFO O| May 08 05:18:32.437 INFO STEP 430 (remove_files) COMPLETE
57482025-05-08T05:18:33.856Z[ recovery-image] May 08 05:18:32.437 INFO O| May 08 05:18:32.437 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-05-08T05:18:33.883Z[ recovery-image] May 08 05:18:32.466 INFO O| May 08 05:18:32.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57502025-05-08T05:18:33.883Z[ recovery-image] May 08 05:18:32.466 INFO O| May 08 05:18:32.466 INFO STEP 431 (remove_files) COMPLETE
57512025-05-08T05:18:33.883Z[ recovery-image] May 08 05:18:32.466 INFO O| May 08 05:18:32.466 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-05-08T05:18:33.904Z[ recovery-image] May 08 05:18:32.487 INFO O| May 08 05:18:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57532025-05-08T05:18:33.904Z[ recovery-image] May 08 05:18:32.487 INFO O| May 08 05:18:32.487 INFO STEP 432 (remove_files) COMPLETE
57542025-05-08T05:18:33.904Z[ recovery-image] May 08 05:18:32.487 INFO O| May 08 05:18:32.487 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-05-08T05:18:33.924Z[ recovery-image] May 08 05:18:32.507 INFO O| May 08 05:18:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57562025-05-08T05:18:33.924Z[ recovery-image] May 08 05:18:32.507 INFO O| May 08 05:18:32.507 INFO STEP 433 (remove_files) COMPLETE
57572025-05-08T05:18:33.924Z[ recovery-image] May 08 05:18:32.507 INFO O| May 08 05:18:32.507 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-05-08T05:18:33.944Z[ recovery-image] May 08 05:18:32.528 INFO O| May 08 05:18:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57592025-05-08T05:18:33.944Z[ recovery-image] May 08 05:18:32.528 INFO O| May 08 05:18:32.528 INFO STEP 434 (remove_files) COMPLETE
57602025-05-08T05:18:33.949Z[ recovery-image] May 08 05:18:32.528 INFO O| May 08 05:18:32.528 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-05-08T05:18:33.952Z[ host-image] May 08 05:18:32.535 INFO O| May 08 05:18:32.535 INFO O| Done
57622025-05-08T05:18:33.952Z[ host-image] May 08 05:18:32.535 INFO O| May 08 05:18:32.535 INFO O| Done
57632025-05-08T05:18:33.965Z[ recovery-image] May 08 05:18:32.549 INFO O| May 08 05:18:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57642025-05-08T05:18:33.965Z[ recovery-image] May 08 05:18:32.549 INFO O| May 08 05:18:32.549 INFO STEP 435 (remove_files) COMPLETE
57652025-05-08T05:18:33.969Z[ recovery-image] May 08 05:18:32.549 INFO O| May 08 05:18:32.549 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-05-08T05:18:34.002Z[ recovery-image] May 08 05:18:32.571 INFO O| May 08 05:18:32.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57672025-05-08T05:18:34.002Z[ recovery-image] May 08 05:18:32.571 INFO O| May 08 05:18:32.571 INFO STEP 436 (remove_files) COMPLETE
57682025-05-08T05:18:34.002Z[ recovery-image] May 08 05:18:32.571 INFO O| May 08 05:18:32.571 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-05-08T05:18:34.024Z[ recovery-image] May 08 05:18:32.607 INFO O| May 08 05:18:32.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57702025-05-08T05:18:34.025Z[ recovery-image] May 08 05:18:32.607 INFO O| May 08 05:18:32.607 INFO STEP 437 (remove_files) COMPLETE
57712025-05-08T05:18:34.025Z[ recovery-image] May 08 05:18:32.607 INFO O| May 08 05:18:32.607 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-05-08T05:18:34.059Z[ recovery-image] May 08 05:18:32.642 INFO O| May 08 05:18:32.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57732025-05-08T05:18:34.059Z[ recovery-image] May 08 05:18:32.642 INFO O| May 08 05:18:32.642 INFO STEP 438 (remove_files) COMPLETE
57742025-05-08T05:18:34.059Z[ recovery-image] May 08 05:18:32.642 INFO O| May 08 05:18:32.642 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-05-08T05:18:34.122Z[ recovery-image] May 08 05:18:32.705 INFO O| May 08 05:18:32.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57762025-05-08T05:18:34.125Z[ recovery-image] May 08 05:18:32.705 INFO O| May 08 05:18:32.705 INFO STEP 439 (remove_files) COMPLETE
57772025-05-08T05:18:34.125Z[ recovery-image] May 08 05:18:32.706 INFO O| May 08 05:18:32.705 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-05-08T05:18:34.174Z[ recovery-image] May 08 05:18:32.757 INFO O| May 08 05:18:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57792025-05-08T05:18:34.177Z[ recovery-image] May 08 05:18:32.757 INFO O| May 08 05:18:32.757 INFO STEP 440 (remove_files) COMPLETE
57802025-05-08T05:18:34.177Z[ recovery-image] May 08 05:18:32.757 INFO O| May 08 05:18:32.757 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-05-08T05:18:34.254Z[ recovery-image] May 08 05:18:32.837 INFO O| May 08 05:18:32.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57822025-05-08T05:18:34.254Z[ recovery-image] May 08 05:18:32.837 INFO O| May 08 05:18:32.837 INFO STEP 441 (remove_files) COMPLETE
57832025-05-08T05:18:34.254Z[ recovery-image] May 08 05:18:32.837 INFO O| May 08 05:18:32.837 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-05-08T05:18:34.280Z[ recovery-image] May 08 05:18:32.861 INFO O| May 08 05:18:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57852025-05-08T05:18:34.280Z[ recovery-image] May 08 05:18:32.862 INFO O| May 08 05:18:32.862 INFO STEP 442 (remove_files) COMPLETE
57862025-05-08T05:18:34.280Z[ recovery-image] May 08 05:18:32.862 INFO O| May 08 05:18:32.862 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-05-08T05:18:34.317Z[ recovery-image] May 08 05:18:32.899 INFO O| May 08 05:18:32.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57882025-05-08T05:18:34.317Z[ recovery-image] May 08 05:18:32.899 INFO O| May 08 05:18:32.899 INFO STEP 443 (remove_files) COMPLETE
57892025-05-08T05:18:34.317Z[ recovery-image] May 08 05:18:32.900 INFO O| May 08 05:18:32.899 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-05-08T05:18:34.354Z[ recovery-image] May 08 05:18:32.938 INFO O| May 08 05:18:32.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57912025-05-08T05:18:34.358Z[ recovery-image] May 08 05:18:32.938 INFO O| May 08 05:18:32.938 INFO STEP 444 (remove_files) COMPLETE
57922025-05-08T05:18:34.358Z[ recovery-image] May 08 05:18:32.938 INFO O| May 08 05:18:32.938 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-05-08T05:18:34.389Z[ recovery-image] May 08 05:18:32.972 INFO O| May 08 05:18:32.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57942025-05-08T05:18:34.389Z[ recovery-image] May 08 05:18:32.972 INFO O| May 08 05:18:32.972 INFO STEP 445 (remove_files) COMPLETE
57952025-05-08T05:18:34.392Z[ recovery-image] May 08 05:18:32.972 INFO O| May 08 05:18:32.972 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-05-08T05:18:34.431Z[ recovery-image] May 08 05:18:33.013 INFO O| May 08 05:18:33.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57972025-05-08T05:18:34.431Z[ recovery-image] May 08 05:18:33.013 INFO O| May 08 05:18:33.013 INFO STEP 446 (remove_files) COMPLETE
57982025-05-08T05:18:34.431Z[ recovery-image] May 08 05:18:33.013 INFO O| May 08 05:18:33.013 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-05-08T05:18:34.470Z[ recovery-image] May 08 05:18:33.054 INFO O| May 08 05:18:33.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58002025-05-08T05:18:34.470Z[ recovery-image] May 08 05:18:33.054 INFO O| May 08 05:18:33.054 INFO STEP 447 (remove_files) COMPLETE
58012025-05-08T05:18:34.470Z[ recovery-image] May 08 05:18:33.054 INFO O| May 08 05:18:33.054 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-05-08T05:18:34.509Z[ recovery-image] May 08 05:18:33.092 INFO O| May 08 05:18:33.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58032025-05-08T05:18:34.509Z[ recovery-image] May 08 05:18:33.092 INFO O| May 08 05:18:33.092 INFO STEP 448 (remove_files) COMPLETE
58042025-05-08T05:18:34.512Z[ recovery-image] May 08 05:18:33.092 INFO O| May 08 05:18:33.092 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-05-08T05:18:34.542Z[ recovery-image] May 08 05:18:33.125 INFO O| May 08 05:18:33.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58062025-05-08T05:18:34.542Z[ recovery-image] May 08 05:18:33.125 INFO O| May 08 05:18:33.125 INFO STEP 449 (remove_files) COMPLETE
58072025-05-08T05:18:34.545Z[ recovery-image] May 08 05:18:33.125 INFO O| May 08 05:18:33.125 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-05-08T05:18:34.562Z[ recovery-image] May 08 05:18:33.145 INFO O| May 08 05:18:33.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58092025-05-08T05:18:34.562Z[ recovery-image] May 08 05:18:33.146 INFO O| May 08 05:18:33.145 INFO STEP 450 (remove_files) COMPLETE
58102025-05-08T05:18:34.562Z[ recovery-image] May 08 05:18:33.146 INFO O| May 08 05:18:33.145 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-05-08T05:18:34.582Z[ recovery-image] May 08 05:18:33.165 INFO O| May 08 05:18:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58122025-05-08T05:18:34.585Z[ recovery-image] May 08 05:18:33.166 INFO O| May 08 05:18:33.166 INFO STEP 451 (remove_files) COMPLETE
58132025-05-08T05:18:34.585Z[ recovery-image] May 08 05:18:33.166 INFO O| May 08 05:18:33.166 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-05-08T05:18:34.604Z[ recovery-image] May 08 05:18:33.187 INFO O| May 08 05:18:33.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58152025-05-08T05:18:34.607Z[ recovery-image] May 08 05:18:33.188 INFO O| May 08 05:18:33.188 INFO STEP 452 (remove_files) COMPLETE
58162025-05-08T05:18:34.607Z[ recovery-image] May 08 05:18:33.188 INFO O| May 08 05:18:33.188 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-05-08T05:18:34.645Z[ recovery-image] May 08 05:18:33.228 INFO O| May 08 05:18:33.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58182025-05-08T05:18:34.645Z[ recovery-image] May 08 05:18:33.229 INFO O| May 08 05:18:33.228 INFO STEP 453 (remove_files) COMPLETE
58192025-05-08T05:18:34.645Z[ recovery-image] May 08 05:18:33.229 INFO O| May 08 05:18:33.229 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-05-08T05:18:34.675Z[ recovery-image] May 08 05:18:33.258 INFO O| May 08 05:18:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58212025-05-08T05:18:34.675Z[ recovery-image] May 08 05:18:33.258 INFO O| May 08 05:18:33.258 INFO STEP 454 (remove_files) COMPLETE
58222025-05-08T05:18:34.675Z[ recovery-image] May 08 05:18:33.258 INFO O| May 08 05:18:33.258 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-05-08T05:18:34.709Z[ recovery-image] May 08 05:18:33.292 INFO O| May 08 05:18:33.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58242025-05-08T05:18:34.709Z[ recovery-image] May 08 05:18:33.293 INFO O| May 08 05:18:33.293 INFO STEP 455 (remove_files) COMPLETE
58252025-05-08T05:18:34.713Z[ recovery-image] May 08 05:18:33.293 INFO O| May 08 05:18:33.293 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-05-08T05:18:34.752Z[ recovery-image] May 08 05:18:33.335 INFO O| May 08 05:18:33.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58272025-05-08T05:18:34.752Z[ recovery-image] May 08 05:18:33.335 INFO O| May 08 05:18:33.335 INFO STEP 456 (remove_files) COMPLETE
58282025-05-08T05:18:34.752Z[ recovery-image] May 08 05:18:33.335 INFO O| May 08 05:18:33.335 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-05-08T05:18:34.776Z[ recovery-image] May 08 05:18:33.358 INFO O| May 08 05:18:33.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58302025-05-08T05:18:34.776Z[ recovery-image] May 08 05:18:33.358 INFO O| May 08 05:18:33.358 INFO STEP 457 (remove_files) COMPLETE
58312025-05-08T05:18:34.776Z[ recovery-image] May 08 05:18:33.358 INFO O| May 08 05:18:33.358 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-05-08T05:18:34.797Z[ recovery-image] May 08 05:18:33.380 INFO O| May 08 05:18:33.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58332025-05-08T05:18:34.800Z[ recovery-image] May 08 05:18:33.380 INFO O| May 08 05:18:33.380 INFO STEP 458 (remove_files) COMPLETE
58342025-05-08T05:18:34.800Z[ recovery-image] May 08 05:18:33.380 INFO O| May 08 05:18:33.380 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-05-08T05:18:34.818Z[ recovery-image] May 08 05:18:33.401 INFO O| May 08 05:18:33.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58362025-05-08T05:18:34.821Z[ recovery-image] May 08 05:18:33.401 INFO O| May 08 05:18:33.401 INFO STEP 459 (remove_files) COMPLETE
58372025-05-08T05:18:34.821Z[ recovery-image] May 08 05:18:33.402 INFO O| May 08 05:18:33.402 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-05-08T05:18:34.840Z[ recovery-image] May 08 05:18:33.423 INFO O| May 08 05:18:33.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58392025-05-08T05:18:34.843Z[ recovery-image] May 08 05:18:33.423 INFO O| May 08 05:18:33.423 INFO STEP 460 (remove_files) COMPLETE
58402025-05-08T05:18:34.843Z[ recovery-image] May 08 05:18:33.423 INFO O| May 08 05:18:33.423 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-05-08T05:18:34.861Z[ recovery-image] May 08 05:18:33.444 INFO O| May 08 05:18:33.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58422025-05-08T05:18:34.864Z[ recovery-image] May 08 05:18:33.445 INFO O| May 08 05:18:33.444 INFO STEP 461 (remove_files) COMPLETE
58432025-05-08T05:18:34.864Z[ recovery-image] May 08 05:18:33.445 INFO O| May 08 05:18:33.445 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-05-08T05:18:34.883Z[ recovery-image] May 08 05:18:33.466 INFO O| May 08 05:18:33.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58452025-05-08T05:18:34.897Z[ recovery-image] May 08 05:18:33.480 INFO O| May 08 05:18:33.480 INFO STEP 462 (remove_files) COMPLETE
58462025-05-08T05:18:34.897Z[ recovery-image] May 08 05:18:33.480 INFO O| May 08 05:18:33.480 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-05-08T05:18:34.919Z[ recovery-image] May 08 05:18:33.502 INFO O| May 08 05:18:33.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58482025-05-08T05:18:34.922Z[ recovery-image] May 08 05:18:33.503 INFO O| May 08 05:18:33.503 INFO STEP 463 (remove_files) COMPLETE
58492025-05-08T05:18:34.922Z[ recovery-image] May 08 05:18:33.503 INFO O| May 08 05:18:33.503 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-05-08T05:18:34.941Z[ recovery-image] May 08 05:18:33.524 INFO O| May 08 05:18:33.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58512025-05-08T05:18:34.944Z[ recovery-image] May 08 05:18:33.524 INFO O| May 08 05:18:33.524 INFO STEP 464 (remove_files) COMPLETE
58522025-05-08T05:18:34.944Z[ recovery-image] May 08 05:18:33.524 INFO O| May 08 05:18:33.524 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-05-08T05:18:34.962Z[ recovery-image] May 08 05:18:33.545 INFO O| May 08 05:18:33.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58542025-05-08T05:18:34.965Z[ recovery-image] May 08 05:18:33.545 INFO O| May 08 05:18:33.545 INFO STEP 465 (remove_files) COMPLETE
58552025-05-08T05:18:34.965Z[ recovery-image] May 08 05:18:33.545 INFO O| May 08 05:18:33.545 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-05-08T05:18:34.982Z[ recovery-image] May 08 05:18:33.565 INFO O| May 08 05:18:33.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58572025-05-08T05:18:34.985Z[ recovery-image] May 08 05:18:33.565 INFO O| May 08 05:18:33.565 INFO STEP 466 (remove_files) COMPLETE
58582025-05-08T05:18:34.985Z[ recovery-image] May 08 05:18:33.565 INFO O| May 08 05:18:33.565 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-05-08T05:18:35.003Z[ recovery-image] May 08 05:18:33.586 INFO O| May 08 05:18:33.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58602025-05-08T05:18:35.006Z[ recovery-image] May 08 05:18:33.586 INFO O| May 08 05:18:33.586 INFO STEP 467 (remove_files) COMPLETE
58612025-05-08T05:18:35.006Z[ recovery-image] May 08 05:18:33.586 INFO O| May 08 05:18:33.586 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-05-08T05:18:35.025Z[ recovery-image] May 08 05:18:33.608 INFO O| May 08 05:18:33.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58632025-05-08T05:18:35.028Z[ recovery-image] May 08 05:18:33.611 INFO O| May 08 05:18:33.611 INFO STEP 468 (remove_files) COMPLETE
58642025-05-08T05:18:35.028Z[ recovery-image] May 08 05:18:33.611 INFO O| May 08 05:18:33.611 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-05-08T05:18:35.062Z[ recovery-image] May 08 05:18:33.645 INFO O| May 08 05:18:33.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58662025-05-08T05:18:35.062Z[ recovery-image] May 08 05:18:33.645 INFO O| May 08 05:18:33.645 INFO STEP 469 (remove_files) COMPLETE
58672025-05-08T05:18:35.066Z[ recovery-image] May 08 05:18:33.645 INFO O| May 08 05:18:33.645 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-05-08T05:18:35.116Z[ recovery-image] May 08 05:18:33.699 INFO O| May 08 05:18:33.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58692025-05-08T05:18:35.116Z[ recovery-image] May 08 05:18:33.699 INFO O| May 08 05:18:33.699 INFO STEP 470 (remove_files) COMPLETE
58702025-05-08T05:18:35.116Z[ recovery-image] May 08 05:18:33.699 INFO O| May 08 05:18:33.699 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-05-08T05:18:35.139Z[ recovery-image] May 08 05:18:33.722 INFO O| May 08 05:18:33.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58722025-05-08T05:18:35.139Z[ recovery-image] May 08 05:18:33.722 INFO O| May 08 05:18:33.722 INFO STEP 471 (remove_files) COMPLETE
58732025-05-08T05:18:35.139Z[ recovery-image] May 08 05:18:33.722 INFO O| May 08 05:18:33.722 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-05-08T05:18:35.158Z[ recovery-image] May 08 05:18:33.741 INFO O| May 08 05:18:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58752025-05-08T05:18:35.158Z[ recovery-image] May 08 05:18:33.741 INFO O| May 08 05:18:33.741 INFO STEP 472 (remove_files) COMPLETE
58762025-05-08T05:18:35.161Z[ recovery-image] May 08 05:18:33.741 INFO O| May 08 05:18:33.741 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-05-08T05:18:35.178Z[ recovery-image] May 08 05:18:33.760 INFO O| May 08 05:18:33.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58782025-05-08T05:18:35.178Z[ recovery-image] May 08 05:18:33.760 INFO O| May 08 05:18:33.760 INFO STEP 473 (remove_files) COMPLETE
58792025-05-08T05:18:35.178Z[ recovery-image] May 08 05:18:33.760 INFO O| May 08 05:18:33.760 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-05-08T05:18:35.197Z[ recovery-image] May 08 05:18:33.779 INFO O| May 08 05:18:33.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58812025-05-08T05:18:35.197Z[ recovery-image] May 08 05:18:33.780 INFO O| May 08 05:18:33.780 INFO STEP 474 (remove_files) COMPLETE
58822025-05-08T05:18:35.197Z[ recovery-image] May 08 05:18:33.780 INFO O| May 08 05:18:33.780 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-05-08T05:18:35.226Z[ recovery-image] May 08 05:18:33.808 INFO O| May 08 05:18:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58842025-05-08T05:18:35.226Z[ recovery-image] May 08 05:18:33.808 INFO O| May 08 05:18:33.808 INFO STEP 475 (remove_files) COMPLETE
58852025-05-08T05:18:35.226Z[ recovery-image] May 08 05:18:33.808 INFO O| May 08 05:18:33.808 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862025-05-08T05:18:35.276Z[ recovery-image] May 08 05:18:33.859 INFO O| May 08 05:18:33.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58872025-05-08T05:18:35.276Z[ recovery-image] May 08 05:18:33.859 INFO O| May 08 05:18:33.859 INFO STEP 476 (remove_files) COMPLETE
58882025-05-08T05:18:35.276Z[ recovery-image] May 08 05:18:33.859 INFO O| May 08 05:18:33.859 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892025-05-08T05:18:35.336Z[ recovery-image] May 08 05:18:33.919 INFO O| May 08 05:18:33.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58902025-05-08T05:18:35.336Z[ recovery-image] May 08 05:18:33.919 INFO O| May 08 05:18:33.919 INFO STEP 477 (remove_files) COMPLETE
58912025-05-08T05:18:35.336Z[ recovery-image] May 08 05:18:33.919 INFO O| May 08 05:18:33.919 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922025-05-08T05:18:35.371Z[ recovery-image] May 08 05:18:33.954 INFO O| May 08 05:18:33.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58932025-05-08T05:18:35.391Z[ recovery-image] May 08 05:18:33.974 INFO O| May 08 05:18:33.974 INFO STEP 478 (remove_files) COMPLETE
58942025-05-08T05:18:35.391Z[ recovery-image] May 08 05:18:33.974 INFO O| May 08 05:18:33.974 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952025-05-08T05:18:35.425Z[ host-image] May 08 05:18:34.008 INFO O| May 08 05:18:34.008 INFO O| Done
58962025-05-08T05:18:35.451Z[ recovery-image] May 08 05:18:34.034 INFO O| May 08 05:18:34.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58972025-05-08T05:18:35.451Z[ recovery-image] May 08 05:18:34.034 INFO O| May 08 05:18:34.034 INFO STEP 479 (remove_files) COMPLETE
58982025-05-08T05:18:35.451Z[ recovery-image] May 08 05:18:34.034 INFO O| May 08 05:18:34.034 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-05-08T05:18:35.474Z[ recovery-image] May 08 05:18:34.057 INFO O| May 08 05:18:34.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59002025-05-08T05:18:35.474Z[ recovery-image] May 08 05:18:34.057 INFO O| May 08 05:18:34.057 INFO STEP 480 (remove_files) COMPLETE
59012025-05-08T05:18:35.478Z[ recovery-image] May 08 05:18:34.057 INFO O| May 08 05:18:34.057 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-05-08T05:18:35.497Z[ recovery-image] May 08 05:18:34.079 INFO O| May 08 05:18:34.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59032025-05-08T05:18:35.497Z[ recovery-image] May 08 05:18:34.079 INFO O| May 08 05:18:34.079 INFO STEP 481 (remove_files) COMPLETE
59042025-05-08T05:18:35.497Z[ recovery-image] May 08 05:18:34.079 INFO O| May 08 05:18:34.079 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-05-08T05:18:35.518Z[ recovery-image] May 08 05:18:34.101 INFO O| May 08 05:18:34.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59062025-05-08T05:18:35.518Z[ recovery-image] May 08 05:18:34.101 INFO O| May 08 05:18:34.101 INFO STEP 482 (remove_files) COMPLETE
59072025-05-08T05:18:35.522Z[ recovery-image] May 08 05:18:34.101 INFO O| May 08 05:18:34.101 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-05-08T05:18:35.542Z[ recovery-image] May 08 05:18:34.124 INFO O| May 08 05:18:34.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59092025-05-08T05:18:35.542Z[ recovery-image] May 08 05:18:34.125 INFO O| May 08 05:18:34.124 INFO STEP 483 (remove_files) COMPLETE
59102025-05-08T05:18:35.542Z[ recovery-image] May 08 05:18:34.125 INFO O| May 08 05:18:34.124 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-05-08T05:18:35.572Z[ recovery-image] May 08 05:18:34.154 INFO O| May 08 05:18:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59122025-05-08T05:18:35.572Z[ recovery-image] May 08 05:18:34.154 INFO O| May 08 05:18:34.154 INFO STEP 484 (remove_files) COMPLETE
59132025-05-08T05:18:35.575Z[ recovery-image] May 08 05:18:34.154 INFO O| May 08 05:18:34.154 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-05-08T05:18:35.606Z[ recovery-image] May 08 05:18:34.189 INFO O| May 08 05:18:34.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59152025-05-08T05:18:35.630Z[ recovery-image] May 08 05:18:34.213 INFO O| May 08 05:18:34.213 INFO STEP 485 (remove_files) COMPLETE
59162025-05-08T05:18:35.630Z[ recovery-image] May 08 05:18:34.213 INFO O| May 08 05:18:34.213 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-05-08T05:18:35.652Z[ recovery-image] May 08 05:18:34.235 INFO O| May 08 05:18:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59182025-05-08T05:18:35.652Z[ recovery-image] May 08 05:18:34.235 INFO O| May 08 05:18:34.235 INFO STEP 486 (remove_files) COMPLETE
59192025-05-08T05:18:35.655Z[ recovery-image] May 08 05:18:34.235 INFO O| May 08 05:18:34.235 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-05-08T05:18:35.690Z[ recovery-image] May 08 05:18:34.273 INFO O| May 08 05:18:34.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59212025-05-08T05:18:35.690Z[ recovery-image] May 08 05:18:34.273 INFO O| May 08 05:18:34.273 INFO STEP 487 (remove_files) COMPLETE
59222025-05-08T05:18:35.690Z[ recovery-image] May 08 05:18:34.273 INFO O| May 08 05:18:34.273 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-05-08T05:18:35.727Z[ recovery-image] May 08 05:18:34.309 INFO O| May 08 05:18:34.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59242025-05-08T05:18:35.749Z[ recovery-image] May 08 05:18:34.332 INFO O| May 08 05:18:34.332 INFO STEP 488 (remove_files) COMPLETE
59252025-05-08T05:18:35.749Z[ recovery-image] May 08 05:18:34.332 INFO O| May 08 05:18:34.332 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-05-08T05:18:35.806Z[ recovery-image] May 08 05:18:34.388 INFO O| May 08 05:18:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59272025-05-08T05:18:35.806Z[ recovery-image] May 08 05:18:34.388 INFO O| May 08 05:18:34.388 INFO STEP 489 (remove_files) COMPLETE
59282025-05-08T05:18:35.806Z[ recovery-image] May 08 05:18:34.388 INFO O| May 08 05:18:34.388 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-05-08T05:18:35.844Z[ recovery-image] May 08 05:18:34.426 INFO O| May 08 05:18:34.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59302025-05-08T05:18:35.844Z[ recovery-image] May 08 05:18:34.426 INFO O| May 08 05:18:34.426 INFO STEP 490 (remove_files) COMPLETE
59312025-05-08T05:18:35.847Z[ recovery-image] May 08 05:18:34.426 INFO O| May 08 05:18:34.426 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-05-08T05:18:35.882Z[ recovery-image] May 08 05:18:34.465 INFO O| May 08 05:18:34.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59332025-05-08T05:18:35.882Z[ recovery-image] May 08 05:18:34.465 INFO O| May 08 05:18:34.465 INFO STEP 491 (remove_files) COMPLETE
59342025-05-08T05:18:35.882Z[ recovery-image] May 08 05:18:34.465 INFO O| May 08 05:18:34.465 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-05-08T05:18:35.905Z[ recovery-image] May 08 05:18:34.488 INFO O| May 08 05:18:34.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59362025-05-08T05:18:35.905Z[ recovery-image] May 08 05:18:34.488 INFO O| May 08 05:18:34.488 INFO STEP 492 (remove_files) COMPLETE
59372025-05-08T05:18:35.909Z[ recovery-image] May 08 05:18:34.488 INFO O| May 08 05:18:34.488 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-05-08T05:18:35.930Z[ recovery-image] May 08 05:18:34.511 INFO O| May 08 05:18:34.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59392025-05-08T05:18:35.933Z[ recovery-image] May 08 05:18:34.511 INFO O| May 08 05:18:34.511 INFO STEP 493 (remove_files) COMPLETE
59402025-05-08T05:18:35.933Z[ recovery-image] May 08 05:18:34.511 INFO O| May 08 05:18:34.511 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-05-08T05:18:35.956Z[ recovery-image] May 08 05:18:34.538 INFO O| May 08 05:18:34.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59422025-05-08T05:18:35.956Z[ recovery-image] May 08 05:18:34.538 INFO O| May 08 05:18:34.538 INFO STEP 494 (remove_files) COMPLETE
59432025-05-08T05:18:35.959Z[ recovery-image] May 08 05:18:34.538 INFO O| May 08 05:18:34.538 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-05-08T05:18:35.978Z[ recovery-image] May 08 05:18:34.561 INFO O| May 08 05:18:34.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59452025-05-08T05:18:35.981Z[ recovery-image] May 08 05:18:34.561 INFO O| May 08 05:18:34.561 INFO STEP 495 (remove_files) COMPLETE
59462025-05-08T05:18:35.981Z[ recovery-image] May 08 05:18:34.561 INFO O| May 08 05:18:34.561 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-05-08T05:18:36.031Z[ recovery-image] May 08 05:18:34.614 INFO O| May 08 05:18:34.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59482025-05-08T05:18:36.035Z[ recovery-image] May 08 05:18:34.614 INFO O| May 08 05:18:34.614 INFO STEP 496 (remove_files) COMPLETE
59492025-05-08T05:18:36.035Z[ recovery-image] May 08 05:18:34.614 INFO O| May 08 05:18:34.614 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-05-08T05:18:36.054Z[ recovery-image] May 08 05:18:34.637 INFO O| May 08 05:18:34.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59512025-05-08T05:18:36.058Z[ recovery-image] May 08 05:18:34.637 INFO O| May 08 05:18:34.637 INFO STEP 497 (remove_files) COMPLETE
59522025-05-08T05:18:36.058Z[ recovery-image] May 08 05:18:34.637 INFO O| May 08 05:18:34.637 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-05-08T05:18:36.089Z[ recovery-image] May 08 05:18:34.671 INFO O| May 08 05:18:34.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59542025-05-08T05:18:36.089Z[ recovery-image] May 08 05:18:34.671 INFO O| May 08 05:18:34.671 INFO STEP 498 (remove_files) COMPLETE
59552025-05-08T05:18:36.089Z[ recovery-image] May 08 05:18:34.671 INFO O| May 08 05:18:34.671 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-05-08T05:18:36.119Z[ recovery-image] May 08 05:18:34.702 INFO O| May 08 05:18:34.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59572025-05-08T05:18:36.119Z[ recovery-image] May 08 05:18:34.702 INFO O| May 08 05:18:34.702 INFO STEP 499 (remove_files) COMPLETE
59582025-05-08T05:18:36.122Z[ recovery-image] May 08 05:18:34.702 INFO O| May 08 05:18:34.702 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-05-08T05:18:36.142Z[ recovery-image] May 08 05:18:34.724 INFO O| May 08 05:18:34.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59602025-05-08T05:18:36.143Z[ recovery-image] May 08 05:18:34.724 INFO O| May 08 05:18:34.724 INFO STEP 500 (remove_files) COMPLETE
59612025-05-08T05:18:36.143Z[ recovery-image] May 08 05:18:34.724 INFO O| May 08 05:18:34.724 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-05-08T05:18:36.175Z[ recovery-image] May 08 05:18:34.758 INFO O| May 08 05:18:34.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59632025-05-08T05:18:36.175Z[ recovery-image] May 08 05:18:34.758 INFO O| May 08 05:18:34.758 INFO STEP 501 (remove_files) COMPLETE
59642025-05-08T05:18:36.178Z[ recovery-image] May 08 05:18:34.758 INFO O| May 08 05:18:34.758 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-05-08T05:18:36.214Z[ recovery-image] May 08 05:18:34.796 INFO O| May 08 05:18:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59662025-05-08T05:18:36.217Z[ recovery-image] May 08 05:18:34.796 INFO O| May 08 05:18:34.796 INFO STEP 502 (remove_files) COMPLETE
59672025-05-08T05:18:36.217Z[ recovery-image] May 08 05:18:34.796 INFO O| May 08 05:18:34.796 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-05-08T05:18:36.255Z[ recovery-image] May 08 05:18:34.837 INFO O| May 08 05:18:34.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59692025-05-08T05:18:36.258Z[ recovery-image] May 08 05:18:34.838 INFO O| May 08 05:18:34.838 INFO STEP 503 (remove_files) COMPLETE
59702025-05-08T05:18:36.258Z[ recovery-image] May 08 05:18:34.838 INFO O| May 08 05:18:34.838 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-05-08T05:18:36.275Z[ recovery-image] May 08 05:18:34.858 INFO O| May 08 05:18:34.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59722025-05-08T05:18:36.276Z[ recovery-image] May 08 05:18:34.858 INFO O| May 08 05:18:34.858 INFO STEP 504 (remove_files) COMPLETE
59732025-05-08T05:18:36.276Z[ recovery-image] May 08 05:18:34.858 INFO O| May 08 05:18:34.858 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-05-08T05:18:36.295Z[ recovery-image] May 08 05:18:34.878 INFO O| May 08 05:18:34.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59752025-05-08T05:18:36.296Z[ recovery-image] May 08 05:18:34.878 INFO O| May 08 05:18:34.878 INFO STEP 505 (remove_files) COMPLETE
59762025-05-08T05:18:36.296Z[ recovery-image] May 08 05:18:34.878 INFO O| May 08 05:18:34.878 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-05-08T05:18:36.316Z[ recovery-image] May 08 05:18:34.898 INFO O| May 08 05:18:34.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59782025-05-08T05:18:36.316Z[ recovery-image] May 08 05:18:34.899 INFO O| May 08 05:18:34.899 INFO STEP 506 (remove_files) COMPLETE
59792025-05-08T05:18:36.316Z[ recovery-image] May 08 05:18:34.899 INFO O| May 08 05:18:34.899 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-05-08T05:18:36.354Z[ recovery-image] May 08 05:18:34.936 INFO O| May 08 05:18:34.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59812025-05-08T05:18:36.354Z[ recovery-image] May 08 05:18:34.936 INFO O| May 08 05:18:34.936 INFO STEP 507 (remove_files) COMPLETE
59822025-05-08T05:18:36.354Z[ recovery-image] May 08 05:18:34.936 INFO O| May 08 05:18:34.936 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-05-08T05:18:36.388Z[ recovery-image] May 08 05:18:34.970 INFO O| May 08 05:18:34.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59842025-05-08T05:18:36.388Z[ recovery-image] May 08 05:18:34.970 INFO O| May 08 05:18:34.970 INFO STEP 508 (remove_files) COMPLETE
59852025-05-08T05:18:36.391Z[ recovery-image] May 08 05:18:34.970 INFO O| May 08 05:18:34.970 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-05-08T05:18:36.411Z[ recovery-image] May 08 05:18:34.993 INFO O| May 08 05:18:34.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59872025-05-08T05:18:36.411Z[ recovery-image] May 08 05:18:34.993 INFO O| May 08 05:18:34.993 INFO STEP 509 (remove_files) COMPLETE
59882025-05-08T05:18:36.411Z[ recovery-image] May 08 05:18:34.993 INFO O| May 08 05:18:34.993 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-05-08T05:18:36.433Z[ recovery-image] May 08 05:18:35.016 INFO O| May 08 05:18:35.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59902025-05-08T05:18:36.433Z[ recovery-image] May 08 05:18:35.016 INFO O| May 08 05:18:35.016 INFO STEP 510 (remove_files) COMPLETE
59912025-05-08T05:18:36.434Z[ recovery-image] May 08 05:18:35.016 INFO O| May 08 05:18:35.016 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-05-08T05:18:36.460Z[ recovery-image] May 08 05:18:35.042 INFO O| May 08 05:18:35.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59932025-05-08T05:18:36.463Z[ recovery-image] May 08 05:18:35.042 INFO O| May 08 05:18:35.042 INFO STEP 511 (remove_files) COMPLETE
59942025-05-08T05:18:36.463Z[ recovery-image] May 08 05:18:35.043 INFO O| May 08 05:18:35.042 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-05-08T05:18:36.484Z[ recovery-image] May 08 05:18:35.066 INFO O| May 08 05:18:35.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59962025-05-08T05:18:36.485Z[ recovery-image] May 08 05:18:35.066 INFO O| May 08 05:18:35.066 INFO STEP 512 (remove_files) COMPLETE
59972025-05-08T05:18:36.485Z[ recovery-image] May 08 05:18:35.066 INFO O| May 08 05:18:35.066 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-05-08T05:18:36.543Z[ recovery-image] May 08 05:18:35.103 INFO O| May 08 05:18:35.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59992025-05-08T05:18:36.543Z[ recovery-image] May 08 05:18:35.103 INFO O| May 08 05:18:35.103 INFO STEP 513 (remove_files) COMPLETE
60002025-05-08T05:18:36.546Z[ recovery-image] May 08 05:18:35.103 INFO O| May 08 05:18:35.103 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-05-08T05:18:36.546Z[ recovery-image] May 08 05:18:35.125 INFO O| May 08 05:18:35.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60022025-05-08T05:18:36.546Z[ recovery-image] May 08 05:18:35.125 INFO O| May 08 05:18:35.125 INFO STEP 514 (remove_files) COMPLETE
60032025-05-08T05:18:36.546Z[ recovery-image] May 08 05:18:35.125 INFO O| May 08 05:18:35.125 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-05-08T05:18:36.578Z[ recovery-image] May 08 05:18:35.160 INFO O| May 08 05:18:35.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60052025-05-08T05:18:36.578Z[ recovery-image] May 08 05:18:35.160 INFO O| May 08 05:18:35.160 INFO STEP 515 (remove_files) COMPLETE
60062025-05-08T05:18:36.578Z[ recovery-image] May 08 05:18:35.160 INFO O| May 08 05:18:35.160 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-05-08T05:18:36.639Z[ recovery-image] May 08 05:18:35.222 INFO O| May 08 05:18:35.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60082025-05-08T05:18:36.639Z[ recovery-image] May 08 05:18:35.222 INFO O| May 08 05:18:35.222 INFO STEP 516 (remove_files) COMPLETE
60092025-05-08T05:18:36.643Z[ recovery-image] May 08 05:18:35.222 INFO O| May 08 05:18:35.222 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-05-08T05:18:36.695Z[ recovery-image] May 08 05:18:35.277 INFO O| May 08 05:18:35.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60112025-05-08T05:18:36.695Z[ recovery-image] May 08 05:18:35.277 INFO O| May 08 05:18:35.277 INFO STEP 517 (remove_files) COMPLETE
60122025-05-08T05:18:36.695Z[ recovery-image] May 08 05:18:35.277 INFO O| May 08 05:18:35.277 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-05-08T05:18:36.728Z[ recovery-image] May 08 05:18:35.310 INFO O| May 08 05:18:35.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60142025-05-08T05:18:36.731Z[ recovery-image] May 08 05:18:35.310 INFO O| May 08 05:18:35.310 INFO STEP 518 (remove_files) COMPLETE
60152025-05-08T05:18:36.731Z[ recovery-image] May 08 05:18:35.310 INFO O| May 08 05:18:35.310 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-05-08T05:18:36.799Z[ recovery-image] May 08 05:18:35.382 INFO O| May 08 05:18:35.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60172025-05-08T05:18:36.800Z[ recovery-image] May 08 05:18:35.382 INFO O| May 08 05:18:35.382 INFO STEP 519 (remove_files) COMPLETE
60182025-05-08T05:18:36.800Z[ recovery-image] May 08 05:18:35.382 INFO O| May 08 05:18:35.382 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-05-08T05:18:36.822Z[ recovery-image] May 08 05:18:35.404 INFO O| May 08 05:18:35.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60202025-05-08T05:18:36.822Z[ recovery-image] May 08 05:18:35.404 INFO O| May 08 05:18:35.404 INFO STEP 520 (remove_files) COMPLETE
60212025-05-08T05:18:36.825Z[ recovery-image] May 08 05:18:35.404 INFO O| May 08 05:18:35.404 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-05-08T05:18:36.843Z[ recovery-image] May 08 05:18:35.426 INFO O| May 08 05:18:35.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60232025-05-08T05:18:36.846Z[ recovery-image] May 08 05:18:35.426 INFO O| May 08 05:18:35.426 INFO STEP 521 (remove_files) COMPLETE
60242025-05-08T05:18:36.846Z[ recovery-image] May 08 05:18:35.426 INFO O| May 08 05:18:35.426 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-05-08T05:18:36.866Z[ recovery-image] May 08 05:18:35.448 INFO O| May 08 05:18:35.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60262025-05-08T05:18:36.876Z[ recovery-image] May 08 05:18:35.458 INFO O| May 08 05:18:35.458 INFO STEP 522 (remove_files) COMPLETE
60272025-05-08T05:18:36.876Z[ recovery-image] May 08 05:18:35.458 INFO O| May 08 05:18:35.458 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-05-08T05:18:36.933Z[ recovery-image] May 08 05:18:35.515 INFO O| May 08 05:18:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60292025-05-08T05:18:36.933Z[ recovery-image] May 08 05:18:35.515 INFO O| May 08 05:18:35.515 INFO STEP 523 (remove_files) COMPLETE
60302025-05-08T05:18:36.933Z[ recovery-image] May 08 05:18:35.515 INFO O| May 08 05:18:35.515 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-05-08T05:18:36.992Z[ recovery-image] May 08 05:18:35.574 INFO O| May 08 05:18:35.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60322025-05-08T05:18:36.992Z[ recovery-image] May 08 05:18:35.574 INFO O| May 08 05:18:35.574 INFO STEP 524 (remove_files) COMPLETE
60332025-05-08T05:18:36.992Z[ recovery-image] May 08 05:18:35.574 INFO O| May 08 05:18:35.574 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-05-08T05:18:37.014Z[ recovery-image] May 08 05:18:35.596 INFO O| May 08 05:18:35.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60352025-05-08T05:18:37.014Z[ recovery-image] May 08 05:18:35.596 INFO O| May 08 05:18:35.596 INFO STEP 525 (remove_files) COMPLETE
60362025-05-08T05:18:37.014Z[ recovery-image] May 08 05:18:35.596 INFO O| May 08 05:18:35.596 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-05-08T05:18:37.035Z[ recovery-image] May 08 05:18:35.617 INFO O| May 08 05:18:35.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60382025-05-08T05:18:37.035Z[ recovery-image] May 08 05:18:35.617 INFO O| May 08 05:18:35.617 INFO STEP 526 (remove_files) COMPLETE
60392025-05-08T05:18:37.035Z[ recovery-image] May 08 05:18:35.617 INFO O| May 08 05:18:35.617 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-05-08T05:18:37.059Z[ recovery-image] May 08 05:18:35.641 INFO O| May 08 05:18:35.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60412025-05-08T05:18:37.059Z[ recovery-image] May 08 05:18:35.641 INFO O| May 08 05:18:35.641 INFO STEP 527 (remove_files) COMPLETE
60422025-05-08T05:18:37.059Z[ recovery-image] May 08 05:18:35.641 INFO O| May 08 05:18:35.641 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-05-08T05:18:37.083Z[ recovery-image] May 08 05:18:35.665 INFO O| May 08 05:18:35.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60442025-05-08T05:18:37.083Z[ recovery-image] May 08 05:18:35.665 INFO O| May 08 05:18:35.665 INFO STEP 528 (remove_files) COMPLETE
60452025-05-08T05:18:37.083Z[ recovery-image] May 08 05:18:35.665 INFO O| May 08 05:18:35.665 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-05-08T05:18:37.140Z[ recovery-image] May 08 05:18:35.721 INFO O| May 08 05:18:35.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60472025-05-08T05:18:37.140Z[ recovery-image] May 08 05:18:35.722 INFO O| May 08 05:18:35.722 INFO STEP 529 (remove_files) COMPLETE
60482025-05-08T05:18:37.140Z[ recovery-image] May 08 05:18:35.722 INFO O| May 08 05:18:35.722 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-05-08T05:18:37.182Z[ recovery-image] May 08 05:18:35.764 INFO O| May 08 05:18:35.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60502025-05-08T05:18:37.193Z[ recovery-image] May 08 05:18:35.775 INFO O| May 08 05:18:35.775 INFO STEP 530 (remove_files) COMPLETE
60512025-05-08T05:18:37.193Z[ recovery-image] May 08 05:18:35.775 INFO O| May 08 05:18:35.775 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-05-08T05:18:37.276Z[ recovery-image] May 08 05:18:35.858 INFO O| May 08 05:18:35.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60532025-05-08T05:18:37.280Z[ recovery-image] May 08 05:18:35.859 INFO O| May 08 05:18:35.858 INFO STEP 531 (remove_files) COMPLETE
60542025-05-08T05:18:37.280Z[ recovery-image] May 08 05:18:35.859 INFO O| May 08 05:18:35.859 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-05-08T05:18:37.301Z[ recovery-image] May 08 05:18:35.883 INFO O| May 08 05:18:35.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60562025-05-08T05:18:37.304Z[ recovery-image] May 08 05:18:35.883 INFO O| May 08 05:18:35.883 INFO STEP 532 (remove_files) COMPLETE
60572025-05-08T05:18:37.304Z[ recovery-image] May 08 05:18:35.883 INFO O| May 08 05:18:35.883 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-05-08T05:18:37.383Z[ recovery-image] May 08 05:18:35.965 INFO O| May 08 05:18:35.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60592025-05-08T05:18:37.383Z[ recovery-image] May 08 05:18:35.965 INFO O| May 08 05:18:35.965 INFO STEP 533 (remove_files) COMPLETE
60602025-05-08T05:18:37.383Z[ recovery-image] May 08 05:18:35.965 INFO O| May 08 05:18:35.965 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-05-08T05:18:37.444Z[ recovery-image] May 08 05:18:36.026 INFO O| May 08 05:18:36.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60622025-05-08T05:18:37.444Z[ recovery-image] May 08 05:18:36.026 INFO O| May 08 05:18:36.026 INFO STEP 534 (remove_files) COMPLETE
60632025-05-08T05:18:37.444Z[ recovery-image] May 08 05:18:36.026 INFO O| May 08 05:18:36.026 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-05-08T05:18:37.464Z[ recovery-image] May 08 05:18:36.046 INFO O| May 08 05:18:36.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60652025-05-08T05:18:37.464Z[ recovery-image] May 08 05:18:36.046 INFO O| May 08 05:18:36.046 INFO STEP 535 (remove_files) COMPLETE
60662025-05-08T05:18:37.464Z[ recovery-image] May 08 05:18:36.046 INFO O| May 08 05:18:36.046 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-05-08T05:18:37.485Z[ recovery-image] May 08 05:18:36.067 INFO O| May 08 05:18:36.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60682025-05-08T05:18:37.486Z[ recovery-image] May 08 05:18:36.067 INFO O| May 08 05:18:36.067 INFO STEP 536 (remove_files) COMPLETE
60692025-05-08T05:18:37.486Z[ recovery-image] May 08 05:18:36.067 INFO O| May 08 05:18:36.067 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-05-08T05:18:37.548Z[ recovery-image] May 08 05:18:36.130 INFO O| May 08 05:18:36.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60712025-05-08T05:18:37.548Z[ recovery-image] May 08 05:18:36.130 INFO O| May 08 05:18:36.130 INFO STEP 537 (remove_files) COMPLETE
60722025-05-08T05:18:37.548Z[ recovery-image] May 08 05:18:36.130 INFO O| May 08 05:18:36.130 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-05-08T05:18:37.568Z[ recovery-image] May 08 05:18:36.150 INFO O| May 08 05:18:36.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60742025-05-08T05:18:37.568Z[ recovery-image] May 08 05:18:36.151 INFO O| May 08 05:18:36.151 INFO STEP 538 (remove_files) COMPLETE
60752025-05-08T05:18:37.568Z[ recovery-image] May 08 05:18:36.151 INFO O| May 08 05:18:36.151 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-05-08T05:18:37.596Z[ recovery-image] May 08 05:18:36.178 INFO O| May 08 05:18:36.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60772025-05-08T05:18:37.596Z[ recovery-image] May 08 05:18:36.178 INFO O| May 08 05:18:36.178 INFO STEP 539 (remove_files) COMPLETE
60782025-05-08T05:18:37.596Z[ recovery-image] May 08 05:18:36.178 INFO O| May 08 05:18:36.178 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-05-08T05:18:37.668Z[ recovery-image] May 08 05:18:36.250 INFO O| May 08 05:18:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60802025-05-08T05:18:37.671Z[ recovery-image] May 08 05:18:36.250 INFO O| May 08 05:18:36.250 INFO STEP 540 (remove_files) COMPLETE
60812025-05-08T05:18:37.671Z[ recovery-image] May 08 05:18:36.250 INFO O| May 08 05:18:36.250 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-05-08T05:18:37.698Z[ recovery-image] May 08 05:18:36.280 INFO O| May 08 05:18:36.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60832025-05-08T05:18:37.698Z[ recovery-image] May 08 05:18:36.280 INFO O| May 08 05:18:36.280 INFO STEP 541 (remove_files) COMPLETE
60842025-05-08T05:18:37.701Z[ recovery-image] May 08 05:18:36.280 INFO O| May 08 05:18:36.280 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-05-08T05:18:37.723Z[ recovery-image] May 08 05:18:36.305 INFO O| May 08 05:18:36.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60862025-05-08T05:18:37.723Z[ recovery-image] May 08 05:18:36.305 INFO O| May 08 05:18:36.305 INFO STEP 542 (remove_files) COMPLETE
60872025-05-08T05:18:37.723Z[ recovery-image] May 08 05:18:36.305 INFO O| May 08 05:18:36.305 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-05-08T05:18:37.747Z[ recovery-image] May 08 05:18:36.329 INFO O| May 08 05:18:36.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60892025-05-08T05:18:37.747Z[ recovery-image] May 08 05:18:36.329 INFO O| May 08 05:18:36.329 INFO STEP 543 (remove_files) COMPLETE
60902025-05-08T05:18:37.747Z[ recovery-image] May 08 05:18:36.329 INFO O| May 08 05:18:36.329 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-05-08T05:18:37.773Z[ recovery-image] May 08 05:18:36.355 INFO O| May 08 05:18:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60922025-05-08T05:18:37.773Z[ recovery-image] May 08 05:18:36.355 INFO O| May 08 05:18:36.355 INFO STEP 544 (remove_files) COMPLETE
60932025-05-08T05:18:37.774Z[ recovery-image] May 08 05:18:36.355 INFO O| May 08 05:18:36.355 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-05-08T05:18:37.813Z[ recovery-image] May 08 05:18:36.395 INFO O| May 08 05:18:36.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60952025-05-08T05:18:37.814Z[ recovery-image] May 08 05:18:36.395 INFO O| May 08 05:18:36.395 INFO STEP 545 (remove_files) COMPLETE
60962025-05-08T05:18:37.817Z[ recovery-image] May 08 05:18:36.395 INFO O| May 08 05:18:36.395 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-05-08T05:18:37.872Z[ recovery-image] May 08 05:18:36.453 INFO O| May 08 05:18:36.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60982025-05-08T05:18:37.872Z[ recovery-image] May 08 05:18:36.454 INFO O| May 08 05:18:36.453 INFO STEP 546 (remove_files) COMPLETE
60992025-05-08T05:18:37.872Z[ recovery-image] May 08 05:18:36.454 INFO O| May 08 05:18:36.454 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-05-08T05:18:37.906Z[ recovery-image] May 08 05:18:36.488 INFO O| May 08 05:18:36.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61012025-05-08T05:18:37.906Z[ recovery-image] May 08 05:18:36.488 INFO O| May 08 05:18:36.488 INFO STEP 547 (remove_files) COMPLETE
61022025-05-08T05:18:37.906Z[ recovery-image] May 08 05:18:36.488 INFO O| May 08 05:18:36.488 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-05-08T05:18:37.940Z[ recovery-image] May 08 05:18:36.522 INFO O| May 08 05:18:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61042025-05-08T05:18:37.940Z[ recovery-image] May 08 05:18:36.522 INFO O| May 08 05:18:36.522 INFO STEP 548 (remove_files) COMPLETE
61052025-05-08T05:18:37.940Z[ recovery-image] May 08 05:18:36.522 INFO O| May 08 05:18:36.522 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-05-08T05:18:37.998Z[ recovery-image] May 08 05:18:36.580 INFO O| May 08 05:18:36.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61072025-05-08T05:18:37.998Z[ recovery-image] May 08 05:18:36.580 INFO O| May 08 05:18:36.580 INFO STEP 549 (remove_files) COMPLETE
61082025-05-08T05:18:37.998Z[ recovery-image] May 08 05:18:36.580 INFO O| May 08 05:18:36.580 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-05-08T05:18:38.021Z[ recovery-image] May 08 05:18:36.603 INFO O| May 08 05:18:36.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61102025-05-08T05:18:38.021Z[ recovery-image] May 08 05:18:36.603 INFO O| May 08 05:18:36.603 INFO STEP 550 (remove_files) COMPLETE
61112025-05-08T05:18:38.021Z[ recovery-image] May 08 05:18:36.603 INFO O| May 08 05:18:36.603 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-05-08T05:18:38.043Z[ recovery-image] May 08 05:18:36.625 INFO O| May 08 05:18:36.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61132025-05-08T05:18:38.043Z[ recovery-image] May 08 05:18:36.625 INFO O| May 08 05:18:36.625 INFO STEP 551 (remove_files) COMPLETE
61142025-05-08T05:18:38.046Z[ recovery-image] May 08 05:18:36.625 INFO O| May 08 05:18:36.625 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-05-08T05:18:38.078Z[ recovery-image] May 08 05:18:36.660 INFO O| May 08 05:18:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61162025-05-08T05:18:38.079Z[ recovery-image] May 08 05:18:36.660 INFO O| May 08 05:18:36.660 INFO STEP 552 (remove_files) COMPLETE
61172025-05-08T05:18:38.082Z[ recovery-image] May 08 05:18:36.660 INFO O| May 08 05:18:36.660 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-05-08T05:18:38.101Z[ recovery-image] May 08 05:18:36.683 INFO O| May 08 05:18:36.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61192025-05-08T05:18:38.104Z[ recovery-image] May 08 05:18:36.683 INFO O| May 08 05:18:36.683 INFO STEP 553 (remove_files) COMPLETE
61202025-05-08T05:18:38.104Z[ recovery-image] May 08 05:18:36.683 INFO O| May 08 05:18:36.683 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-05-08T05:18:38.140Z[ recovery-image] May 08 05:18:36.722 INFO O| May 08 05:18:36.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61222025-05-08T05:18:38.140Z[ recovery-image] May 08 05:18:36.722 INFO O| May 08 05:18:36.722 INFO STEP 554 (remove_files) COMPLETE
61232025-05-08T05:18:38.143Z[ recovery-image] May 08 05:18:36.722 INFO O| May 08 05:18:36.722 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-05-08T05:18:38.162Z[ recovery-image] May 08 05:18:36.744 INFO O| May 08 05:18:36.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61252025-05-08T05:18:38.162Z[ recovery-image] May 08 05:18:36.744 INFO O| May 08 05:18:36.744 INFO STEP 555 (remove_files) COMPLETE
61262025-05-08T05:18:38.165Z[ recovery-image] May 08 05:18:36.744 INFO O| May 08 05:18:36.744 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-05-08T05:18:38.184Z[ recovery-image] May 08 05:18:36.765 INFO O| May 08 05:18:36.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61282025-05-08T05:18:38.187Z[ recovery-image] May 08 05:18:36.766 INFO O| May 08 05:18:36.765 INFO STEP 556 (remove_files) COMPLETE
61292025-05-08T05:18:38.187Z[ recovery-image] May 08 05:18:36.766 INFO O| May 08 05:18:36.766 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-05-08T05:18:38.205Z[ recovery-image] May 08 05:18:36.786 INFO O| May 08 05:18:36.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61312025-05-08T05:18:38.215Z[ recovery-image] May 08 05:18:36.796 INFO O| May 08 05:18:36.796 INFO STEP 557 (remove_files) COMPLETE
61322025-05-08T05:18:38.215Z[ recovery-image] May 08 05:18:36.796 INFO O| May 08 05:18:36.796 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-05-08T05:18:38.252Z[ recovery-image] May 08 05:18:36.833 INFO O| May 08 05:18:36.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61342025-05-08T05:18:38.255Z[ recovery-image] May 08 05:18:36.834 INFO O| May 08 05:18:36.834 INFO STEP 558 (remove_files) COMPLETE
61352025-05-08T05:18:38.255Z[ recovery-image] May 08 05:18:36.834 INFO O| May 08 05:18:36.834 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-05-08T05:18:38.274Z[ recovery-image] May 08 05:18:36.855 INFO O| May 08 05:18:36.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61372025-05-08T05:18:38.274Z[ recovery-image] May 08 05:18:36.855 INFO O| May 08 05:18:36.855 INFO STEP 559 (remove_files) COMPLETE
61382025-05-08T05:18:38.274Z[ recovery-image] May 08 05:18:36.855 INFO O| May 08 05:18:36.855 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-05-08T05:18:38.300Z[ recovery-image] May 08 05:18:36.882 INFO O| May 08 05:18:36.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61402025-05-08T05:18:38.300Z[ recovery-image] May 08 05:18:36.882 INFO O| May 08 05:18:36.882 INFO STEP 560 (remove_files) COMPLETE
61412025-05-08T05:18:38.300Z[ recovery-image] May 08 05:18:36.882 INFO O| May 08 05:18:36.882 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-05-08T05:18:38.322Z[ recovery-image] May 08 05:18:36.904 INFO O| May 08 05:18:36.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61432025-05-08T05:18:38.322Z[ recovery-image] May 08 05:18:36.904 INFO O| May 08 05:18:36.904 INFO STEP 561 (remove_files) COMPLETE
61442025-05-08T05:18:38.322Z[ recovery-image] May 08 05:18:36.904 INFO O| May 08 05:18:36.904 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-05-08T05:18:38.344Z[ recovery-image] May 08 05:18:36.925 INFO O| May 08 05:18:36.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61462025-05-08T05:18:38.344Z[ recovery-image] May 08 05:18:36.925 INFO O| May 08 05:18:36.925 INFO STEP 562 (remove_files) COMPLETE
61472025-05-08T05:18:38.344Z[ recovery-image] May 08 05:18:36.925 INFO O| May 08 05:18:36.925 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-05-08T05:18:38.367Z[ recovery-image] May 08 05:18:36.948 INFO O| May 08 05:18:36.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61492025-05-08T05:18:38.367Z[ recovery-image] May 08 05:18:36.949 INFO O| May 08 05:18:36.949 INFO STEP 563 (remove_files) COMPLETE
61502025-05-08T05:18:38.367Z[ recovery-image] May 08 05:18:36.949 INFO O| May 08 05:18:36.949 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-05-08T05:18:38.373Z[ host-image] May 08 05:18:36.955 INFO O| May 08 05:18:36.955 INFO O| Done
61522025-05-08T05:18:38.391Z[ recovery-image] May 08 05:18:36.972 INFO O| May 08 05:18:36.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61532025-05-08T05:18:38.391Z[ recovery-image] May 08 05:18:36.973 INFO O| May 08 05:18:36.972 INFO STEP 564 (remove_files) COMPLETE
61542025-05-08T05:18:38.391Z[ recovery-image] May 08 05:18:36.973 INFO O| May 08 05:18:36.973 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-05-08T05:18:38.414Z[ host-image] May 08 05:18:36.996 INFO O| May 08 05:18:36.996 INFO O| Done
61562025-05-08T05:18:38.417Z[ recovery-image] May 08 05:18:36.996 INFO O| May 08 05:18:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61572025-05-08T05:18:38.417Z[ host-image] May 08 05:18:36.996 INFO O| May 08 05:18:36.996 INFO O| Done
61582025-05-08T05:18:38.417Z[ recovery-image] May 08 05:18:36.996 INFO O| May 08 05:18:36.996 INFO STEP 565 (remove_files) COMPLETE
61592025-05-08T05:18:38.417Z[ recovery-image] May 08 05:18:36.996 INFO O| May 08 05:18:36.996 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-05-08T05:18:38.432Z[ host-image] May 08 05:18:37.014 INFO O| May 08 05:18:37.013 INFO O| Done
61612025-05-08T05:18:38.438Z[ recovery-image] May 08 05:18:37.019 INFO O| May 08 05:18:37.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61622025-05-08T05:18:38.441Z[ recovery-image] May 08 05:18:37.020 INFO O| May 08 05:18:37.019 INFO STEP 566 (remove_files) COMPLETE
61632025-05-08T05:18:38.441Z[ recovery-image] May 08 05:18:37.020 INFO O| May 08 05:18:37.020 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-05-08T05:18:38.462Z[ recovery-image] May 08 05:18:37.043 INFO O| May 08 05:18:37.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61652025-05-08T05:18:38.462Z[ recovery-image] May 08 05:18:37.044 INFO O| May 08 05:18:37.044 INFO STEP 567 (remove_files) COMPLETE
61662025-05-08T05:18:38.462Z[ recovery-image] May 08 05:18:37.044 INFO O| May 08 05:18:37.044 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-05-08T05:18:38.485Z[ recovery-image] May 08 05:18:37.067 INFO O| May 08 05:18:37.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61682025-05-08T05:18:38.485Z[ recovery-image] May 08 05:18:37.067 INFO O| May 08 05:18:37.067 INFO STEP 568 (remove_files) COMPLETE
61692025-05-08T05:18:38.488Z[ recovery-image] May 08 05:18:37.067 INFO O| May 08 05:18:37.067 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-05-08T05:18:38.541Z[ recovery-image] May 08 05:18:37.123 INFO O| May 08 05:18:37.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61712025-05-08T05:18:38.541Z[ recovery-image] May 08 05:18:37.123 INFO O| May 08 05:18:37.123 INFO STEP 569 (remove_files) COMPLETE
61722025-05-08T05:18:38.545Z[ recovery-image] May 08 05:18:37.123 INFO O| May 08 05:18:37.123 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-05-08T05:18:38.561Z[ recovery-image] May 08 05:18:37.143 INFO O| May 08 05:18:37.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61742025-05-08T05:18:38.561Z[ recovery-image] May 08 05:18:37.143 INFO O| May 08 05:18:37.143 INFO STEP 570 (remove_files) COMPLETE
61752025-05-08T05:18:38.564Z[ recovery-image] May 08 05:18:37.143 INFO O| May 08 05:18:37.143 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-05-08T05:18:38.583Z[ recovery-image] May 08 05:18:37.164 INFO O| May 08 05:18:37.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61772025-05-08T05:18:38.583Z[ recovery-image] May 08 05:18:37.165 INFO O| May 08 05:18:37.164 INFO STEP 571 (remove_files) COMPLETE
61782025-05-08T05:18:38.583Z[ recovery-image] May 08 05:18:37.165 INFO O| May 08 05:18:37.165 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-05-08T05:18:38.614Z[ recovery-image] May 08 05:18:37.196 INFO O| May 08 05:18:37.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61802025-05-08T05:18:38.617Z[ recovery-image] May 08 05:18:37.196 INFO O| May 08 05:18:37.196 INFO STEP 572 (remove_files) COMPLETE
61812025-05-08T05:18:38.617Z[ recovery-image] May 08 05:18:37.196 INFO O| May 08 05:18:37.196 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-05-08T05:18:38.635Z[ recovery-image] May 08 05:18:37.216 INFO O| May 08 05:18:37.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61832025-05-08T05:18:38.635Z[ recovery-image] May 08 05:18:37.216 INFO O| May 08 05:18:37.216 INFO STEP 573 (remove_files) COMPLETE
61842025-05-08T05:18:38.635Z[ recovery-image] May 08 05:18:37.216 INFO O| May 08 05:18:37.216 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-05-08T05:18:38.647Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO STEP 14 (pkg_install) COMPLETE
61862025-05-08T05:18:38.647Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61872025-05-08T05:18:38.647Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO skip step because feature "mfg" is not enabled
61882025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61892025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO skip step because feature "compliance" is not enabled
61902025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61912025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO skip step because feature "stress" is not enabled
61922025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61932025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO skip step because feature "nfs" is not enabled
61942025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
61952025-05-08T05:18:38.650Z[ host-image] May 08 05:18:37.228 INFO O| May 08 05:18:37.228 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
61962025-05-08T05:18:38.663Z[ recovery-image] May 08 05:18:37.244 INFO O| May 08 05:18:37.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61972025-05-08T05:18:38.666Z[ recovery-image] May 08 05:18:37.245 INFO O| May 08 05:18:37.245 INFO STEP 574 (remove_files) COMPLETE
61982025-05-08T05:18:38.666Z[ recovery-image] May 08 05:18:37.245 INFO O| May 08 05:18:37.245 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-05-08T05:18:38.693Z[ recovery-image] May 08 05:18:37.274 INFO O| May 08 05:18:37.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62002025-05-08T05:18:38.696Z[ recovery-image] May 08 05:18:37.278 INFO O| May 08 05:18:37.278 INFO STEP 575 (remove_files) COMPLETE
62012025-05-08T05:18:38.696Z[ recovery-image] May 08 05:18:37.278 INFO O| May 08 05:18:37.278 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-05-08T05:18:38.721Z[ recovery-image] May 08 05:18:37.302 INFO O| May 08 05:18:37.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62032025-05-08T05:18:38.721Z[ recovery-image] May 08 05:18:37.302 INFO O| May 08 05:18:37.302 INFO STEP 576 (remove_files) COMPLETE
62042025-05-08T05:18:38.724Z[ recovery-image] May 08 05:18:37.302 INFO O| May 08 05:18:37.302 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-05-08T05:18:38.751Z[ recovery-image] May 08 05:18:37.332 INFO O| May 08 05:18:37.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62062025-05-08T05:18:38.754Z[ recovery-image] May 08 05:18:37.333 INFO O| May 08 05:18:37.333 INFO STEP 577 (remove_files) COMPLETE
62072025-05-08T05:18:38.754Z[ recovery-image] May 08 05:18:37.333 INFO O| May 08 05:18:37.333 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-05-08T05:18:38.776Z[ recovery-image] May 08 05:18:37.357 INFO O| May 08 05:18:37.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62092025-05-08T05:18:38.776Z[ recovery-image] May 08 05:18:37.358 INFO O| May 08 05:18:37.358 INFO STEP 578 (remove_files) COMPLETE
62102025-05-08T05:18:38.779Z[ recovery-image] May 08 05:18:37.358 INFO O| May 08 05:18:37.358 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-05-08T05:18:38.800Z[ recovery-image] May 08 05:18:37.382 INFO O| May 08 05:18:37.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62122025-05-08T05:18:38.800Z[ recovery-image] May 08 05:18:37.382 INFO O| May 08 05:18:37.382 INFO STEP 579 (remove_files) COMPLETE
62132025-05-08T05:18:38.800Z[ recovery-image] May 08 05:18:37.382 INFO O| May 08 05:18:37.382 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-05-08T05:18:38.803Z[ host-image] May 08 05:18:37.384 INFO O| May 08 05:18:37.384 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
62152025-05-08T05:18:38.821Z[ recovery-image] May 08 05:18:37.403 INFO O| May 08 05:18:37.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62162025-05-08T05:18:38.821Z[ recovery-image] May 08 05:18:37.403 INFO O| May 08 05:18:37.403 INFO STEP 580 (remove_files) COMPLETE
62172025-05-08T05:18:38.821Z[ recovery-image] May 08 05:18:37.403 INFO O| May 08 05:18:37.403 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-05-08T05:18:38.846Z[ recovery-image] May 08 05:18:37.425 INFO O| May 08 05:18:37.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62192025-05-08T05:18:38.846Z[ recovery-image] May 08 05:18:37.425 INFO O| May 08 05:18:37.425 INFO STEP 581 (remove_files) COMPLETE
62202025-05-08T05:18:38.849Z[ recovery-image] May 08 05:18:37.425 INFO O| May 08 05:18:37.425 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-05-08T05:18:38.932Z[ recovery-image] May 08 05:18:37.513 INFO O| May 08 05:18:37.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62222025-05-08T05:18:38.939Z[ recovery-image] May 08 05:18:37.520 INFO O| May 08 05:18:37.520 INFO STEP 582 (remove_files) COMPLETE
62232025-05-08T05:18:38.939Z[ recovery-image] May 08 05:18:37.521 INFO O| May 08 05:18:37.520 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-05-08T05:18:38.981Z[ host-image] May 08 05:18:37.561 INFO O| May 08 05:18:37.561 INFO completed processing gimlet/ramdisk-01-os
62252025-05-08T05:18:38.989Z[ recovery-image] May 08 05:18:37.570 INFO O| May 08 05:18:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62262025-05-08T05:18:38.989Z[ recovery-image] May 08 05:18:37.570 INFO O| May 08 05:18:37.570 INFO STEP 583 (remove_files) COMPLETE
62272025-05-08T05:18:38.989Z[ recovery-image] May 08 05:18:37.570 INFO O| May 08 05:18:37.570 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-05-08T05:18:39.012Z[ recovery-image] May 08 05:18:37.593 INFO O| May 08 05:18:37.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62292025-05-08T05:18:39.012Z[ recovery-image] May 08 05:18:37.593 INFO O| May 08 05:18:37.593 INFO STEP 584 (remove_files) COMPLETE
62302025-05-08T05:18:39.012Z[ recovery-image] May 08 05:18:37.593 INFO O| May 08 05:18:37.593 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-05-08T05:18:39.036Z[ recovery-image] May 08 05:18:37.617 INFO O| May 08 05:18:37.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62322025-05-08T05:18:39.036Z[ recovery-image] May 08 05:18:37.617 INFO O| May 08 05:18:37.617 INFO STEP 585 (remove_files) COMPLETE
62332025-05-08T05:18:39.036Z[ recovery-image] May 08 05:18:37.617 INFO O| May 08 05:18:37.617 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-05-08T05:18:39.058Z[ recovery-image] May 08 05:18:37.639 INFO O| May 08 05:18:37.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62352025-05-08T05:18:39.058Z[ recovery-image] May 08 05:18:37.639 INFO O| May 08 05:18:37.639 INFO STEP 586 (remove_files) COMPLETE
62362025-05-08T05:18:39.058Z[ recovery-image] May 08 05:18:37.639 INFO O| May 08 05:18:37.639 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-05-08T05:18:39.079Z[ recovery-image] May 08 05:18:37.660 INFO O| May 08 05:18:37.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62382025-05-08T05:18:39.079Z[ recovery-image] May 08 05:18:37.660 INFO O| May 08 05:18:37.660 INFO STEP 587 (remove_files) COMPLETE
62392025-05-08T05:18:39.079Z[ recovery-image] May 08 05:18:37.660 INFO O| May 08 05:18:37.660 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-05-08T05:18:39.098Z[ recovery-image] May 08 05:18:37.680 INFO O| May 08 05:18:37.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62412025-05-08T05:18:39.098Z[ recovery-image] May 08 05:18:37.680 INFO O| May 08 05:18:37.680 INFO STEP 588 (remove_files) COMPLETE
62422025-05-08T05:18:39.098Z[ recovery-image] May 08 05:18:37.680 INFO O| May 08 05:18:37.680 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-05-08T05:18:39.120Z[ recovery-image] May 08 05:18:37.701 INFO O| May 08 05:18:37.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62442025-05-08T05:18:39.120Z[ recovery-image] May 08 05:18:37.701 INFO O| May 08 05:18:37.701 INFO STEP 589 (remove_files) COMPLETE
62452025-05-08T05:18:39.120Z[ recovery-image] May 08 05:18:37.701 INFO O| May 08 05:18:37.701 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-05-08T05:18:39.142Z[ recovery-image] May 08 05:18:37.723 INFO O| May 08 05:18:37.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62472025-05-08T05:18:39.142Z[ recovery-image] May 08 05:18:37.724 INFO O| May 08 05:18:37.723 INFO STEP 590 (remove_files) COMPLETE
62482025-05-08T05:18:39.142Z[ recovery-image] May 08 05:18:37.724 INFO O| May 08 05:18:37.724 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-05-08T05:18:39.164Z[ recovery-image] May 08 05:18:37.745 INFO O| May 08 05:18:37.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62502025-05-08T05:18:39.164Z[ recovery-image] May 08 05:18:37.746 INFO O| May 08 05:18:37.746 INFO STEP 591 (remove_files) COMPLETE
62512025-05-08T05:18:39.167Z[ recovery-image] May 08 05:18:37.746 INFO O| May 08 05:18:37.746 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-05-08T05:18:39.202Z[ recovery-image] May 08 05:18:37.784 INFO O| May 08 05:18:37.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62532025-05-08T05:18:39.202Z[ recovery-image] May 08 05:18:37.784 INFO O| May 08 05:18:37.784 INFO STEP 592 (remove_files) COMPLETE
62542025-05-08T05:18:39.202Z[ recovery-image] May 08 05:18:37.784 INFO O| May 08 05:18:37.784 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-05-08T05:18:39.222Z[ recovery-image] May 08 05:18:37.803 INFO O| May 08 05:18:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62562025-05-08T05:18:39.222Z[ recovery-image] May 08 05:18:37.803 INFO O| May 08 05:18:37.803 INFO STEP 593 (remove_files) COMPLETE
62572025-05-08T05:18:39.222Z[ recovery-image] May 08 05:18:37.803 INFO O| May 08 05:18:37.803 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-05-08T05:18:39.242Z[ recovery-image] May 08 05:18:37.823 INFO O| May 08 05:18:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62592025-05-08T05:18:39.242Z[ recovery-image] May 08 05:18:37.823 INFO O| May 08 05:18:37.823 INFO STEP 594 (remove_files) COMPLETE
62602025-05-08T05:18:39.245Z[ recovery-image] May 08 05:18:37.823 INFO O| May 08 05:18:37.823 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-05-08T05:18:39.262Z[ recovery-image] May 08 05:18:37.843 INFO O| May 08 05:18:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62622025-05-08T05:18:39.262Z[ recovery-image] May 08 05:18:37.843 INFO O| May 08 05:18:37.843 INFO STEP 595 (remove_files) COMPLETE
62632025-05-08T05:18:39.265Z[ recovery-image] May 08 05:18:37.843 INFO O| May 08 05:18:37.843 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-05-08T05:18:39.283Z[ recovery-image] May 08 05:18:37.865 INFO O| May 08 05:18:37.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62652025-05-08T05:18:39.283Z[ recovery-image] May 08 05:18:37.865 INFO O| May 08 05:18:37.865 INFO STEP 596 (remove_files) COMPLETE
62662025-05-08T05:18:39.283Z[ recovery-image] May 08 05:18:37.865 INFO O| May 08 05:18:37.865 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-05-08T05:18:39.325Z[ recovery-image] May 08 05:18:37.906 INFO O| May 08 05:18:37.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62682025-05-08T05:18:39.325Z[ recovery-image] May 08 05:18:37.906 INFO O| May 08 05:18:37.906 INFO STEP 597 (remove_files) COMPLETE
62692025-05-08T05:18:39.325Z[ recovery-image] May 08 05:18:37.906 INFO O| May 08 05:18:37.906 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-05-08T05:18:39.381Z[ recovery-image] May 08 05:18:37.962 INFO O| May 08 05:18:37.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62712025-05-08T05:18:39.381Z[ recovery-image] May 08 05:18:37.962 INFO O| May 08 05:18:37.962 INFO STEP 598 (remove_files) COMPLETE
62722025-05-08T05:18:39.381Z[ recovery-image] May 08 05:18:37.962 INFO O| May 08 05:18:37.962 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-05-08T05:18:39.400Z[ recovery-image] May 08 05:18:37.981 INFO O| May 08 05:18:37.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62742025-05-08T05:18:39.400Z[ recovery-image] May 08 05:18:37.981 INFO O| May 08 05:18:37.981 INFO STEP 599 (remove_files) COMPLETE
62752025-05-08T05:18:39.403Z[ recovery-image] May 08 05:18:37.981 INFO O| May 08 05:18:37.981 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-05-08T05:18:39.419Z[ host-image] May 08 05:18:38.000 INFO omicron1 baseline generation...
62772025-05-08T05:18:39.422Z[ host-image] May 08 05:18:38.000 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
62782025-05-08T05:18:39.425Z[ recovery-image] May 08 05:18:38.005 INFO O| May 08 05:18:38.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62792025-05-08T05:18:39.425Z[ recovery-image] May 08 05:18:38.005 INFO O| May 08 05:18:38.005 INFO STEP 600 (remove_files) COMPLETE
62802025-05-08T05:18:39.425Z[ recovery-image] May 08 05:18:38.005 INFO O| May 08 05:18:38.005 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-05-08T05:18:39.461Z[ recovery-image] May 08 05:18:38.042 INFO O| May 08 05:18:38.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62822025-05-08T05:18:39.464Z[ recovery-image] May 08 05:18:38.042 INFO O| May 08 05:18:38.042 INFO STEP 601 (remove_files) COMPLETE
62832025-05-08T05:18:39.464Z[ recovery-image] May 08 05:18:38.042 INFO O| May 08 05:18:38.042 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-05-08T05:18:39.483Z[ recovery-image] May 08 05:18:38.064 INFO O| May 08 05:18:38.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62852025-05-08T05:18:39.486Z[ recovery-image] May 08 05:18:38.065 INFO O| May 08 05:18:38.065 INFO STEP 602 (remove_files) COMPLETE
62862025-05-08T05:18:39.486Z[ recovery-image] May 08 05:18:38.065 INFO O| May 08 05:18:38.065 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-05-08T05:18:39.503Z[ recovery-image] May 08 05:18:38.084 INFO O| May 08 05:18:38.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62882025-05-08T05:18:39.506Z[ recovery-image] May 08 05:18:38.084 INFO O| May 08 05:18:38.084 INFO STEP 603 (remove_files) COMPLETE
62892025-05-08T05:18:39.506Z[ recovery-image] May 08 05:18:38.085 INFO O| May 08 05:18:38.084 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-05-08T05:18:39.523Z[ recovery-image] May 08 05:18:38.104 INFO O| May 08 05:18:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62912025-05-08T05:18:39.523Z[ recovery-image] May 08 05:18:38.104 INFO O| May 08 05:18:38.104 INFO STEP 604 (remove_files) COMPLETE
62922025-05-08T05:18:39.523Z[ recovery-image] May 08 05:18:38.104 INFO O| May 08 05:18:38.104 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-05-08T05:18:39.543Z[ recovery-image] May 08 05:18:38.124 INFO O| May 08 05:18:38.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62942025-05-08T05:18:39.543Z[ recovery-image] May 08 05:18:38.124 INFO O| May 08 05:18:38.124 INFO STEP 605 (remove_files) COMPLETE
62952025-05-08T05:18:39.547Z[ recovery-image] May 08 05:18:38.124 INFO O| May 08 05:18:38.124 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-05-08T05:18:39.572Z[ recovery-image] May 08 05:18:38.153 INFO O| May 08 05:18:38.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62972025-05-08T05:18:39.572Z[ recovery-image] May 08 05:18:38.153 INFO O| May 08 05:18:38.153 INFO STEP 606 (remove_files) COMPLETE
62982025-05-08T05:18:39.572Z[ recovery-image] May 08 05:18:38.153 INFO O| May 08 05:18:38.153 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-05-08T05:18:39.604Z[ recovery-image] May 08 05:18:38.185 INFO O| May 08 05:18:38.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63002025-05-08T05:18:39.604Z[ recovery-image] May 08 05:18:38.185 INFO O| May 08 05:18:38.185 INFO STEP 607 (remove_files) COMPLETE
63012025-05-08T05:18:39.607Z[ recovery-image] May 08 05:18:38.185 INFO O| May 08 05:18:38.185 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-05-08T05:18:39.663Z[ recovery-image] May 08 05:18:38.245 INFO O| May 08 05:18:38.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63032025-05-08T05:18:39.664Z[ recovery-image] May 08 05:18:38.245 INFO O| May 08 05:18:38.245 INFO STEP 608 (remove_files) COMPLETE
63042025-05-08T05:18:39.664Z[ recovery-image] May 08 05:18:38.245 INFO O| May 08 05:18:38.245 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-05-08T05:18:39.683Z[ recovery-image] May 08 05:18:38.264 INFO O| May 08 05:18:38.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63062025-05-08T05:18:39.683Z[ recovery-image] May 08 05:18:38.264 INFO O| May 08 05:18:38.264 INFO STEP 609 (remove_files) COMPLETE
63072025-05-08T05:18:39.683Z[ recovery-image] May 08 05:18:38.264 INFO O| May 08 05:18:38.264 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-05-08T05:18:39.715Z[ recovery-image] May 08 05:18:38.296 INFO O| May 08 05:18:38.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63092025-05-08T05:18:39.721Z[ recovery-image] May 08 05:18:38.297 INFO O| May 08 05:18:38.297 INFO STEP 610 (remove_files) COMPLETE
63102025-05-08T05:18:39.722Z[ recovery-image] May 08 05:18:38.297 INFO O| May 08 05:18:38.297 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-05-08T05:18:39.768Z[ recovery-image] May 08 05:18:38.349 INFO O| May 08 05:18:38.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63122025-05-08T05:18:39.768Z[ recovery-image] May 08 05:18:38.349 INFO O| May 08 05:18:38.349 INFO STEP 611 (remove_files) COMPLETE
63132025-05-08T05:18:39.771Z[ recovery-image] May 08 05:18:38.349 INFO O| May 08 05:18:38.349 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-05-08T05:18:39.788Z[ recovery-image] May 08 05:18:38.369 INFO O| May 08 05:18:38.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63152025-05-08T05:18:39.788Z[ recovery-image] May 08 05:18:38.369 INFO O| May 08 05:18:38.369 INFO STEP 612 (remove_files) COMPLETE
63162025-05-08T05:18:39.788Z[ recovery-image] May 08 05:18:38.369 INFO O| May 08 05:18:38.369 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-05-08T05:18:39.806Z[ recovery-image] May 08 05:18:38.387 INFO O| May 08 05:18:38.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63182025-05-08T05:18:39.806Z[ recovery-image] May 08 05:18:38.387 INFO O| May 08 05:18:38.387 INFO STEP 613 (remove_files) COMPLETE
63192025-05-08T05:18:39.810Z[ recovery-image] May 08 05:18:38.387 INFO O| May 08 05:18:38.387 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-05-08T05:18:39.840Z[ recovery-image] May 08 05:18:38.421 INFO O| May 08 05:18:38.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63212025-05-08T05:18:39.843Z[ recovery-image] May 08 05:18:38.421 INFO O| May 08 05:18:38.421 INFO STEP 614 (remove_files) COMPLETE
63222025-05-08T05:18:39.844Z[ recovery-image] May 08 05:18:38.422 INFO O| May 08 05:18:38.422 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-05-08T05:18:39.862Z[ recovery-image] May 08 05:18:38.443 INFO O| May 08 05:18:38.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63242025-05-08T05:18:39.865Z[ recovery-image] May 08 05:18:38.443 INFO O| May 08 05:18:38.443 INFO STEP 615 (remove_files) COMPLETE
63252025-05-08T05:18:39.865Z[ recovery-image] May 08 05:18:38.443 INFO O| May 08 05:18:38.443 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-05-08T05:18:39.881Z[ recovery-image] May 08 05:18:38.462 INFO O| May 08 05:18:38.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63272025-05-08T05:18:39.884Z[ recovery-image] May 08 05:18:38.462 INFO O| May 08 05:18:38.462 INFO STEP 616 (remove_files) COMPLETE
63282025-05-08T05:18:39.884Z[ recovery-image] May 08 05:18:38.463 INFO O| May 08 05:18:38.463 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-05-08T05:18:39.901Z[ recovery-image] May 08 05:18:38.482 INFO O| May 08 05:18:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63302025-05-08T05:18:39.904Z[ recovery-image] May 08 05:18:38.482 INFO O| May 08 05:18:38.482 INFO STEP 617 (remove_files) COMPLETE
63312025-05-08T05:18:39.904Z[ recovery-image] May 08 05:18:38.482 INFO O| May 08 05:18:38.482 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-05-08T05:18:39.921Z[ recovery-image] May 08 05:18:38.502 INFO O| May 08 05:18:38.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63332025-05-08T05:18:39.924Z[ recovery-image] May 08 05:18:38.503 INFO O| May 08 05:18:38.502 INFO STEP 618 (remove_files) COMPLETE
63342025-05-08T05:18:39.924Z[ recovery-image] May 08 05:18:38.503 INFO O| May 08 05:18:38.503 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-05-08T05:18:39.943Z[ recovery-image] May 08 05:18:38.524 INFO O| May 08 05:18:38.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63362025-05-08T05:18:39.943Z[ recovery-image] May 08 05:18:38.524 INFO O| May 08 05:18:38.524 INFO STEP 619 (remove_files) COMPLETE
63372025-05-08T05:18:39.946Z[ recovery-image] May 08 05:18:38.524 INFO O| May 08 05:18:38.524 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-05-08T05:18:39.982Z[ recovery-image] May 08 05:18:38.563 INFO O| May 08 05:18:38.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63392025-05-08T05:18:39.983Z[ recovery-image] May 08 05:18:38.563 INFO O| May 08 05:18:38.563 INFO STEP 620 (remove_files) COMPLETE
63402025-05-08T05:18:39.983Z[ recovery-image] May 08 05:18:38.563 INFO O| May 08 05:18:38.563 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-05-08T05:18:40.002Z[ recovery-image] May 08 05:18:38.583 INFO O| May 08 05:18:38.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63422025-05-08T05:18:40.002Z[ recovery-image] May 08 05:18:38.583 INFO O| May 08 05:18:38.583 INFO STEP 621 (remove_files) COMPLETE
63432025-05-08T05:18:40.002Z[ recovery-image] May 08 05:18:38.583 INFO O| May 08 05:18:38.583 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-05-08T05:18:40.021Z[ recovery-image] May 08 05:18:38.602 INFO O| May 08 05:18:38.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63452025-05-08T05:18:40.021Z[ recovery-image] May 08 05:18:38.602 INFO O| May 08 05:18:38.602 INFO STEP 622 (remove_files) COMPLETE
63462025-05-08T05:18:40.021Z[ recovery-image] May 08 05:18:38.602 INFO O| May 08 05:18:38.602 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-05-08T05:18:40.053Z[ recovery-image] May 08 05:18:38.634 INFO O| May 08 05:18:38.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63482025-05-08T05:18:40.056Z[ recovery-image] May 08 05:18:38.634 INFO O| May 08 05:18:38.634 INFO STEP 623 (remove_files) COMPLETE
63492025-05-08T05:18:40.056Z[ recovery-image] May 08 05:18:38.634 INFO O| May 08 05:18:38.634 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-05-08T05:18:40.078Z[ recovery-image] May 08 05:18:38.659 INFO O| May 08 05:18:38.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63512025-05-08T05:18:40.078Z[ recovery-image] May 08 05:18:38.659 INFO O| May 08 05:18:38.659 INFO STEP 624 (remove_files) COMPLETE
63522025-05-08T05:18:40.081Z[ recovery-image] May 08 05:18:38.659 INFO O| May 08 05:18:38.659 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-05-08T05:18:40.115Z[ recovery-image] May 08 05:18:38.696 INFO O| May 08 05:18:38.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63542025-05-08T05:18:40.115Z[ recovery-image] May 08 05:18:38.696 INFO O| May 08 05:18:38.696 INFO STEP 625 (remove_files) COMPLETE
63552025-05-08T05:18:40.115Z[ recovery-image] May 08 05:18:38.696 INFO O| May 08 05:18:38.696 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-05-08T05:18:40.151Z[ recovery-image] May 08 05:18:38.732 INFO O| May 08 05:18:38.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63572025-05-08T05:18:40.151Z[ recovery-image] May 08 05:18:38.732 INFO O| May 08 05:18:38.732 INFO STEP 626 (remove_files) COMPLETE
63582025-05-08T05:18:40.151Z[ recovery-image] May 08 05:18:38.732 INFO O| May 08 05:18:38.732 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-05-08T05:18:40.190Z[ host-image] May 08 05:18:38.771 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23373:20250502T145952Z
63602025-05-08T05:18:40.190Z[ recovery-image] May 08 05:18:38.771 INFO O| May 08 05:18:38.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63612025-05-08T05:18:40.194Z[ recovery-image] May 08 05:18:38.772 INFO O| May 08 05:18:38.772 INFO STEP 627 (remove_files) COMPLETE
63622025-05-08T05:18:40.194Z[ recovery-image] May 08 05:18:38.772 INFO O| May 08 05:18:38.772 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-05-08T05:18:40.210Z[ recovery-image] May 08 05:18:38.791 INFO O| May 08 05:18:38.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63642025-05-08T05:18:40.210Z[ recovery-image] May 08 05:18:38.791 INFO O| May 08 05:18:38.791 INFO STEP 628 (remove_files) COMPLETE
63652025-05-08T05:18:40.210Z[ recovery-image] May 08 05:18:38.791 INFO O| May 08 05:18:38.791 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-05-08T05:18:40.229Z[ recovery-image] May 08 05:18:38.810 INFO O| May 08 05:18:38.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63672025-05-08T05:18:40.229Z[ recovery-image] May 08 05:18:38.810 INFO O| May 08 05:18:38.810 INFO STEP 629 (remove_files) COMPLETE
63682025-05-08T05:18:40.233Z[ recovery-image] May 08 05:18:38.810 INFO O| May 08 05:18:38.810 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-05-08T05:18:40.268Z[ recovery-image] May 08 05:18:38.849 INFO O| May 08 05:18:38.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63702025-05-08T05:18:40.269Z[ recovery-image] May 08 05:18:38.849 INFO O| May 08 05:18:38.849 INFO STEP 630 (remove_files) COMPLETE
63712025-05-08T05:18:40.269Z[ recovery-image] May 08 05:18:38.850 INFO O| May 08 05:18:38.849 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-05-08T05:18:40.288Z[ recovery-image] May 08 05:18:38.869 INFO O| May 08 05:18:38.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63732025-05-08T05:18:40.288Z[ recovery-image] May 08 05:18:38.869 INFO O| May 08 05:18:38.869 INFO STEP 631 (remove_files) COMPLETE
63742025-05-08T05:18:40.288Z[ recovery-image] May 08 05:18:38.869 INFO O| May 08 05:18:38.869 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-05-08T05:18:40.309Z[ recovery-image] May 08 05:18:38.890 INFO O| May 08 05:18:38.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63762025-05-08T05:18:40.309Z[ recovery-image] May 08 05:18:38.890 INFO O| May 08 05:18:38.890 INFO STEP 632 (remove_files) COMPLETE
63772025-05-08T05:18:40.309Z[ recovery-image] May 08 05:18:38.890 INFO O| May 08 05:18:38.890 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-05-08T05:18:40.328Z[ recovery-image] May 08 05:18:38.908 INFO O| May 08 05:18:38.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63792025-05-08T05:18:40.328Z[ recovery-image] May 08 05:18:38.908 INFO O| May 08 05:18:38.908 INFO STEP 633 (remove_files) COMPLETE
63802025-05-08T05:18:40.328Z[ recovery-image] May 08 05:18:38.908 INFO O| May 08 05:18:38.908 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-05-08T05:18:40.364Z[ recovery-image] May 08 05:18:38.945 INFO O| May 08 05:18:38.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63822025-05-08T05:18:40.364Z[ recovery-image] May 08 05:18:38.945 INFO O| May 08 05:18:38.945 INFO STEP 634 (remove_files) COMPLETE
63832025-05-08T05:18:40.367Z[ recovery-image] May 08 05:18:38.945 INFO O| May 08 05:18:38.945 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-05-08T05:18:40.397Z[ recovery-image] May 08 05:18:38.976 INFO O| May 08 05:18:38.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63852025-05-08T05:18:40.397Z[ recovery-image] May 08 05:18:38.976 INFO O| May 08 05:18:38.976 INFO STEP 635 (remove_files) COMPLETE
63862025-05-08T05:18:40.397Z[ recovery-image] May 08 05:18:38.976 INFO O| May 08 05:18:38.976 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-05-08T05:18:40.445Z[ recovery-image] May 08 05:18:39.026 INFO O| May 08 05:18:39.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63882025-05-08T05:18:40.448Z[ recovery-image] May 08 05:18:39.026 INFO O| May 08 05:18:39.026 INFO STEP 636 (remove_files) COMPLETE
63892025-05-08T05:18:40.448Z[ recovery-image] May 08 05:18:39.026 INFO O| May 08 05:18:39.026 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-05-08T05:18:40.468Z[ recovery-image] May 08 05:18:39.048 INFO O| May 08 05:18:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63912025-05-08T05:18:40.468Z[ recovery-image] May 08 05:18:39.049 INFO O| May 08 05:18:39.048 INFO STEP 637 (remove_files) COMPLETE
63922025-05-08T05:18:40.471Z[ recovery-image] May 08 05:18:39.049 INFO O| May 08 05:18:39.049 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-05-08T05:18:40.488Z[ recovery-image] May 08 05:18:39.069 INFO O| May 08 05:18:39.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63942025-05-08T05:18:40.492Z[ recovery-image] May 08 05:18:39.069 INFO O| May 08 05:18:39.069 INFO STEP 638 (remove_files) COMPLETE
63952025-05-08T05:18:40.492Z[ recovery-image] May 08 05:18:39.069 INFO O| May 08 05:18:39.069 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-05-08T05:18:40.507Z[ recovery-image] May 08 05:18:39.088 INFO O| May 08 05:18:39.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63972025-05-08T05:18:40.507Z[ recovery-image] May 08 05:18:39.088 INFO O| May 08 05:18:39.088 INFO STEP 639 (remove_files) COMPLETE
63982025-05-08T05:18:40.510Z[ recovery-image] May 08 05:18:39.088 INFO O| May 08 05:18:39.088 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-05-08T05:18:40.553Z[ recovery-image] May 08 05:18:39.133 INFO O| May 08 05:18:39.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64002025-05-08T05:18:40.553Z[ recovery-image] May 08 05:18:39.133 INFO O| May 08 05:18:39.133 INFO STEP 640 (remove_files) COMPLETE
64012025-05-08T05:18:40.556Z[ recovery-image] May 08 05:18:39.134 INFO O| May 08 05:18:39.133 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-05-08T05:18:40.571Z[ recovery-image] May 08 05:18:39.152 INFO O| May 08 05:18:39.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64032025-05-08T05:18:40.571Z[ recovery-image] May 08 05:18:39.152 INFO O| May 08 05:18:39.152 INFO STEP 641 (remove_files) COMPLETE
64042025-05-08T05:18:40.574Z[ recovery-image] May 08 05:18:39.152 INFO O| May 08 05:18:39.152 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-05-08T05:18:40.607Z[ recovery-image] May 08 05:18:39.188 INFO O| May 08 05:18:39.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64062025-05-08T05:18:40.611Z[ recovery-image] May 08 05:18:39.188 INFO O| May 08 05:18:39.188 INFO STEP 642 (remove_files) COMPLETE
64072025-05-08T05:18:40.611Z[ recovery-image] May 08 05:18:39.189 INFO O| May 08 05:18:39.188 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-05-08T05:18:40.630Z[ recovery-image] May 08 05:18:39.209 INFO O| May 08 05:18:39.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64092025-05-08T05:18:40.633Z[ recovery-image] May 08 05:18:39.209 INFO O| May 08 05:18:39.209 INFO STEP 643 (remove_files) COMPLETE
64102025-05-08T05:18:40.633Z[ recovery-image] May 08 05:18:39.209 INFO O| May 08 05:18:39.209 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-05-08T05:18:40.660Z[ recovery-image] May 08 05:18:39.241 INFO O| May 08 05:18:39.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64122025-05-08T05:18:40.664Z[ recovery-image] May 08 05:18:39.241 INFO O| May 08 05:18:39.241 INFO STEP 644 (remove_files) COMPLETE
64132025-05-08T05:18:40.664Z[ recovery-image] May 08 05:18:39.241 INFO O| May 08 05:18:39.241 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-05-08T05:18:40.681Z[ recovery-image] May 08 05:18:39.262 INFO O| May 08 05:18:39.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64152025-05-08T05:18:40.684Z[ recovery-image] May 08 05:18:39.262 INFO O| May 08 05:18:39.262 INFO STEP 645 (remove_files) COMPLETE
64162025-05-08T05:18:40.684Z[ recovery-image] May 08 05:18:39.262 INFO O| May 08 05:18:39.262 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-05-08T05:18:40.744Z[ recovery-image] May 08 05:18:39.323 INFO O| May 08 05:18:39.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64182025-05-08T05:18:40.745Z[ recovery-image] May 08 05:18:39.323 INFO O| May 08 05:18:39.323 INFO STEP 646 (remove_files) COMPLETE
64192025-05-08T05:18:40.748Z[ recovery-image] May 08 05:18:39.323 INFO O| May 08 05:18:39.323 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-05-08T05:18:40.773Z[ recovery-image] May 08 05:18:39.354 INFO O| May 08 05:18:39.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64212025-05-08T05:18:40.773Z[ recovery-image] May 08 05:18:39.354 INFO O| May 08 05:18:39.354 INFO STEP 647 (remove_files) COMPLETE
64222025-05-08T05:18:40.773Z[ recovery-image] May 08 05:18:39.354 INFO O| May 08 05:18:39.354 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-05-08T05:18:40.792Z[ recovery-image] May 08 05:18:39.373 INFO O| May 08 05:18:39.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64242025-05-08T05:18:40.792Z[ recovery-image] May 08 05:18:39.373 INFO O| May 08 05:18:39.373 INFO STEP 648 (remove_files) COMPLETE
64252025-05-08T05:18:40.792Z[ recovery-image] May 08 05:18:39.373 INFO O| May 08 05:18:39.373 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-05-08T05:18:40.849Z[ recovery-image] May 08 05:18:39.430 INFO O| May 08 05:18:39.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64272025-05-08T05:18:40.849Z[ recovery-image] May 08 05:18:39.430 INFO O| May 08 05:18:39.430 INFO STEP 649 (remove_files) COMPLETE
64282025-05-08T05:18:40.852Z[ recovery-image] May 08 05:18:39.430 INFO O| May 08 05:18:39.430 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-05-08T05:18:40.889Z[ recovery-image] May 08 05:18:39.469 INFO O| May 08 05:18:39.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64302025-05-08T05:18:40.889Z[ recovery-image] May 08 05:18:39.470 INFO O| May 08 05:18:39.470 INFO STEP 650 (remove_files) COMPLETE
64312025-05-08T05:18:40.889Z[ recovery-image] May 08 05:18:39.470 INFO O| May 08 05:18:39.470 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-05-08T05:18:40.987Z[ recovery-image] May 08 05:18:39.567 INFO O| May 08 05:18:39.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64332025-05-08T05:18:40.990Z[ recovery-image] May 08 05:18:39.567 INFO O| May 08 05:18:39.567 INFO STEP 651 (remove_files) COMPLETE
64342025-05-08T05:18:40.990Z[ recovery-image] May 08 05:18:39.568 INFO O| May 08 05:18:39.568 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-05-08T05:18:41.052Z[ recovery-image] May 08 05:18:39.633 INFO O| May 08 05:18:39.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64362025-05-08T05:18:41.052Z[ recovery-image] May 08 05:18:39.633 INFO O| May 08 05:18:39.633 INFO STEP 652 (remove_files) COMPLETE
64372025-05-08T05:18:41.056Z[ recovery-image] May 08 05:18:39.633 INFO O| May 08 05:18:39.633 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-05-08T05:18:41.085Z[ recovery-image] May 08 05:18:39.665 INFO O| May 08 05:18:39.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64392025-05-08T05:18:41.085Z[ recovery-image] May 08 05:18:39.666 INFO O| May 08 05:18:39.666 INFO STEP 653 (remove_files) COMPLETE
64402025-05-08T05:18:41.089Z[ recovery-image] May 08 05:18:39.666 INFO O| May 08 05:18:39.666 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-05-08T05:18:41.133Z[ recovery-image] May 08 05:18:39.713 INFO O| May 08 05:18:39.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64422025-05-08T05:18:41.133Z[ recovery-image] May 08 05:18:39.713 INFO O| May 08 05:18:39.713 INFO STEP 654 (remove_files) COMPLETE
64432025-05-08T05:18:41.136Z[ recovery-image] May 08 05:18:39.713 INFO O| May 08 05:18:39.713 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-05-08T05:18:41.175Z[ recovery-image] May 08 05:18:39.755 INFO O| May 08 05:18:39.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64452025-05-08T05:18:41.178Z[ recovery-image] May 08 05:18:39.756 INFO O| May 08 05:18:39.756 INFO STEP 655 (remove_files) COMPLETE
64462025-05-08T05:18:41.178Z[ recovery-image] May 08 05:18:39.756 INFO O| May 08 05:18:39.756 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-05-08T05:18:41.217Z[ recovery-image] May 08 05:18:39.798 INFO O| May 08 05:18:39.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64482025-05-08T05:18:41.220Z[ recovery-image] May 08 05:18:39.798 INFO O| May 08 05:18:39.798 INFO STEP 656 (remove_files) COMPLETE
64492025-05-08T05:18:41.220Z[ recovery-image] May 08 05:18:39.798 INFO O| May 08 05:18:39.798 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-05-08T05:18:41.258Z[ recovery-image] May 08 05:18:39.838 INFO O| May 08 05:18:39.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64512025-05-08T05:18:41.258Z[ recovery-image] May 08 05:18:39.838 INFO O| May 08 05:18:39.838 INFO STEP 657 (remove_files) COMPLETE
64522025-05-08T05:18:41.261Z[ recovery-image] May 08 05:18:39.839 INFO O| May 08 05:18:39.838 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-05-08T05:18:41.286Z[ recovery-image] May 08 05:18:39.866 INFO O| May 08 05:18:39.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64542025-05-08T05:18:41.286Z[ recovery-image] May 08 05:18:39.866 INFO O| May 08 05:18:39.866 INFO STEP 658 (remove_files) COMPLETE
64552025-05-08T05:18:41.286Z[ recovery-image] May 08 05:18:39.866 INFO O| May 08 05:18:39.866 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-05-08T05:18:41.307Z[ recovery-image] May 08 05:18:39.887 INFO O| May 08 05:18:39.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64572025-05-08T05:18:41.307Z[ recovery-image] May 08 05:18:39.887 INFO O| May 08 05:18:39.887 INFO STEP 659 (remove_files) COMPLETE
64582025-05-08T05:18:41.307Z[ recovery-image] May 08 05:18:39.887 INFO O| May 08 05:18:39.887 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-05-08T05:18:41.344Z[ recovery-image] May 08 05:18:39.924 INFO O| May 08 05:18:39.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64602025-05-08T05:18:41.344Z[ recovery-image] May 08 05:18:39.925 INFO O| May 08 05:18:39.924 INFO STEP 660 (remove_files) COMPLETE
64612025-05-08T05:18:41.344Z[ recovery-image] May 08 05:18:39.925 INFO O| May 08 05:18:39.925 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-05-08T05:18:41.381Z[ recovery-image] May 08 05:18:39.962 INFO O| May 08 05:18:39.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64632025-05-08T05:18:41.385Z[ recovery-image] May 08 05:18:39.962 INFO O| May 08 05:18:39.962 INFO STEP 661 (remove_files) COMPLETE
64642025-05-08T05:18:41.385Z[ recovery-image] May 08 05:18:39.962 INFO O| May 08 05:18:39.962 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-05-08T05:18:41.404Z[ recovery-image] May 08 05:18:39.984 INFO O| May 08 05:18:39.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64662025-05-08T05:18:41.404Z[ recovery-image] May 08 05:18:39.984 INFO O| May 08 05:18:39.984 INFO STEP 662 (remove_files) COMPLETE
64672025-05-08T05:18:41.407Z[ recovery-image] May 08 05:18:39.984 INFO O| May 08 05:18:39.984 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-05-08T05:18:41.425Z[ recovery-image] May 08 05:18:40.006 INFO O| May 08 05:18:40.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64692025-05-08T05:18:41.425Z[ recovery-image] May 08 05:18:40.006 INFO O| May 08 05:18:40.006 INFO STEP 663 (remove_files) COMPLETE
64702025-05-08T05:18:41.429Z[ recovery-image] May 08 05:18:40.006 INFO O| May 08 05:18:40.006 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-05-08T05:18:41.448Z[ recovery-image] May 08 05:18:40.027 INFO O| May 08 05:18:40.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64722025-05-08T05:18:41.449Z[ recovery-image] May 08 05:18:40.027 INFO O| May 08 05:18:40.027 INFO STEP 664 (remove_files) COMPLETE
64732025-05-08T05:18:41.452Z[ recovery-image] May 08 05:18:40.027 INFO O| May 08 05:18:40.027 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-05-08T05:18:41.472Z[ recovery-image] May 08 05:18:40.050 INFO O| May 08 05:18:40.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64752025-05-08T05:18:41.472Z[ recovery-image] May 08 05:18:40.051 INFO O| May 08 05:18:40.050 INFO STEP 665 (remove_files) COMPLETE
64762025-05-08T05:18:41.472Z[ recovery-image] May 08 05:18:40.051 INFO O| May 08 05:18:40.051 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-05-08T05:18:41.491Z[ recovery-image] May 08 05:18:40.071 INFO O| May 08 05:18:40.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64782025-05-08T05:18:41.491Z[ recovery-image] May 08 05:18:40.071 INFO O| May 08 05:18:40.071 INFO STEP 666 (remove_files) COMPLETE
64792025-05-08T05:18:41.491Z[ recovery-image] May 08 05:18:40.071 INFO O| May 08 05:18:40.071 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-05-08T05:18:41.511Z[ recovery-image] May 08 05:18:40.091 INFO O| May 08 05:18:40.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64812025-05-08T05:18:41.514Z[ recovery-image] May 08 05:18:40.092 INFO O| May 08 05:18:40.092 INFO STEP 667 (remove_files) COMPLETE
64822025-05-08T05:18:41.514Z[ recovery-image] May 08 05:18:40.093 INFO O| May 08 05:18:40.093 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-05-08T05:18:41.537Z[ recovery-image] May 08 05:18:40.117 INFO O| May 08 05:18:40.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64842025-05-08T05:18:41.537Z[ recovery-image] May 08 05:18:40.118 INFO O| May 08 05:18:40.117 INFO STEP 668 (remove_files) COMPLETE
64852025-05-08T05:18:41.540Z[ recovery-image] May 08 05:18:40.118 INFO O| May 08 05:18:40.118 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-05-08T05:18:41.558Z[ recovery-image] May 08 05:18:40.138 INFO O| May 08 05:18:40.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64872025-05-08T05:18:41.558Z[ recovery-image] May 08 05:18:40.139 INFO O| May 08 05:18:40.138 INFO STEP 669 (remove_files) COMPLETE
64882025-05-08T05:18:41.561Z[ recovery-image] May 08 05:18:40.139 INFO O| May 08 05:18:40.139 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-05-08T05:18:41.593Z[ recovery-image] May 08 05:18:40.173 INFO O| May 08 05:18:40.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64902025-05-08T05:18:41.593Z[ recovery-image] May 08 05:18:40.174 INFO O| May 08 05:18:40.174 INFO STEP 670 (remove_files) COMPLETE
64912025-05-08T05:18:41.593Z[ recovery-image] May 08 05:18:40.174 INFO O| May 08 05:18:40.174 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-05-08T05:18:41.634Z[ recovery-image] May 08 05:18:40.208 INFO O| May 08 05:18:40.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64932025-05-08T05:18:41.634Z[ recovery-image] May 08 05:18:40.208 INFO O| May 08 05:18:40.206 INFO STEP 671 (remove_files) COMPLETE
64942025-05-08T05:18:41.634Z[ recovery-image] May 08 05:18:40.208 INFO O| May 08 05:18:40.206 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-05-08T05:18:41.646Z[ recovery-image] May 08 05:18:40.226 INFO O| May 08 05:18:40.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64962025-05-08T05:18:41.649Z[ recovery-image] May 08 05:18:40.227 INFO O| May 08 05:18:40.227 INFO STEP 672 (remove_files) COMPLETE
64972025-05-08T05:18:41.649Z[ recovery-image] May 08 05:18:40.227 INFO O| May 08 05:18:40.227 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-05-08T05:18:41.667Z[ recovery-image] May 08 05:18:40.247 INFO O| May 08 05:18:40.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64992025-05-08T05:18:41.670Z[ recovery-image] May 08 05:18:40.247 INFO O| May 08 05:18:40.247 INFO STEP 673 (remove_files) COMPLETE
65002025-05-08T05:18:41.670Z[ recovery-image] May 08 05:18:40.247 INFO O| May 08 05:18:40.247 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-05-08T05:18:41.714Z[ recovery-image] May 08 05:18:40.294 INFO O| May 08 05:18:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65022025-05-08T05:18:41.717Z[ recovery-image] May 08 05:18:40.294 INFO O| May 08 05:18:40.294 INFO STEP 674 (remove_files) COMPLETE
65032025-05-08T05:18:41.717Z[ recovery-image] May 08 05:18:40.294 INFO O| May 08 05:18:40.294 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-05-08T05:18:41.758Z[ recovery-image] May 08 05:18:40.338 INFO O| May 08 05:18:40.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65052025-05-08T05:18:41.764Z[ recovery-image] May 08 05:18:40.344 INFO O| May 08 05:18:40.344 INFO STEP 675 (remove_files) COMPLETE
65062025-05-08T05:18:41.764Z[ recovery-image] May 08 05:18:40.344 INFO O| May 08 05:18:40.344 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-05-08T05:18:41.798Z[ recovery-image] May 08 05:18:40.378 INFO O| May 08 05:18:40.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65082025-05-08T05:18:41.801Z[ recovery-image] May 08 05:18:40.378 INFO O| May 08 05:18:40.378 INFO STEP 676 (remove_files) COMPLETE
65092025-05-08T05:18:41.801Z[ recovery-image] May 08 05:18:40.378 INFO O| May 08 05:18:40.378 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-05-08T05:18:41.829Z[ recovery-image] May 08 05:18:40.409 INFO O| May 08 05:18:40.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65112025-05-08T05:18:41.829Z[ recovery-image] May 08 05:18:40.409 INFO O| May 08 05:18:40.409 INFO STEP 677 (remove_files) COMPLETE
65122025-05-08T05:18:41.832Z[ recovery-image] May 08 05:18:40.409 INFO O| May 08 05:18:40.409 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-05-08T05:18:41.875Z[ recovery-image] May 08 05:18:40.455 INFO O| May 08 05:18:40.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65142025-05-08T05:18:41.875Z[ recovery-image] May 08 05:18:40.455 INFO O| May 08 05:18:40.455 INFO STEP 678 (remove_files) COMPLETE
65152025-05-08T05:18:41.875Z[ recovery-image] May 08 05:18:40.455 INFO O| May 08 05:18:40.455 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-05-08T05:18:41.897Z[ recovery-image] May 08 05:18:40.477 INFO O| May 08 05:18:40.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65172025-05-08T05:18:41.897Z[ recovery-image] May 08 05:18:40.477 INFO O| May 08 05:18:40.477 INFO STEP 679 (remove_files) COMPLETE
65182025-05-08T05:18:41.897Z[ recovery-image] May 08 05:18:40.477 INFO O| May 08 05:18:40.477 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-05-08T05:18:41.933Z[ recovery-image] May 08 05:18:40.513 INFO O| May 08 05:18:40.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65202025-05-08T05:18:41.933Z[ recovery-image] May 08 05:18:40.513 INFO O| May 08 05:18:40.513 INFO STEP 680 (remove_files) COMPLETE
65212025-05-08T05:18:41.933Z[ recovery-image] May 08 05:18:40.513 INFO O| May 08 05:18:40.513 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-05-08T05:18:41.955Z[ recovery-image] May 08 05:18:40.535 INFO O| May 08 05:18:40.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65232025-05-08T05:18:41.955Z[ recovery-image] May 08 05:18:40.535 INFO O| May 08 05:18:40.535 INFO STEP 681 (remove_files) COMPLETE
65242025-05-08T05:18:41.958Z[ recovery-image] May 08 05:18:40.535 INFO O| May 08 05:18:40.535 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-05-08T05:18:42.001Z[ recovery-image] May 08 05:18:40.581 INFO O| May 08 05:18:40.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65262025-05-08T05:18:42.008Z[ recovery-image] May 08 05:18:40.581 INFO O| May 08 05:18:40.581 INFO STEP 682 (remove_files) COMPLETE
65272025-05-08T05:18:42.008Z[ recovery-image] May 08 05:18:40.581 INFO O| May 08 05:18:40.581 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-05-08T05:18:42.023Z[ recovery-image] May 08 05:18:40.604 INFO O| May 08 05:18:40.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65292025-05-08T05:18:42.027Z[ recovery-image] May 08 05:18:40.604 INFO O| May 08 05:18:40.604 INFO STEP 683 (remove_files) COMPLETE
65302025-05-08T05:18:42.027Z[ recovery-image] May 08 05:18:40.604 INFO O| May 08 05:18:40.604 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-05-08T05:18:42.049Z[ recovery-image] May 08 05:18:40.629 INFO O| May 08 05:18:40.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65322025-05-08T05:18:42.049Z[ recovery-image] May 08 05:18:40.629 INFO O| May 08 05:18:40.629 INFO STEP 684 (remove_files) COMPLETE
65332025-05-08T05:18:42.052Z[ recovery-image] May 08 05:18:40.629 INFO O| May 08 05:18:40.629 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-05-08T05:18:42.085Z[ recovery-image] May 08 05:18:40.665 INFO O| May 08 05:18:40.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65352025-05-08T05:18:42.088Z[ recovery-image] May 08 05:18:40.665 INFO O| May 08 05:18:40.665 INFO STEP 685 (remove_files) COMPLETE
65362025-05-08T05:18:42.088Z[ recovery-image] May 08 05:18:40.665 INFO O| May 08 05:18:40.665 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-05-08T05:18:42.126Z[ recovery-image] May 08 05:18:40.706 INFO O| May 08 05:18:40.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65382025-05-08T05:18:42.126Z[ recovery-image] May 08 05:18:40.706 INFO O| May 08 05:18:40.706 INFO STEP 686 (remove_files) COMPLETE
65392025-05-08T05:18:42.129Z[ recovery-image] May 08 05:18:40.706 INFO O| May 08 05:18:40.706 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-05-08T05:18:42.180Z[ recovery-image] May 08 05:18:40.760 INFO O| May 08 05:18:40.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65412025-05-08T05:18:42.180Z[ recovery-image] May 08 05:18:40.760 INFO O| May 08 05:18:40.760 INFO STEP 687 (remove_files) COMPLETE
65422025-05-08T05:18:42.183Z[ recovery-image] May 08 05:18:40.760 INFO O| May 08 05:18:40.760 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-05-08T05:18:42.197Z[ recovery-image] May 08 05:18:40.777 INFO O| May 08 05:18:40.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65442025-05-08T05:18:42.197Z[ recovery-image] May 08 05:18:40.777 INFO O| May 08 05:18:40.777 INFO STEP 688 (remove_files) COMPLETE
65452025-05-08T05:18:42.201Z[ recovery-image] May 08 05:18:40.777 INFO O| May 08 05:18:40.777 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-05-08T05:18:42.259Z[ recovery-image] May 08 05:18:40.839 INFO O| May 08 05:18:40.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65472025-05-08T05:18:42.287Z[ recovery-image] May 08 05:18:40.851 INFO O| May 08 05:18:40.851 INFO STEP 689 (remove_files) COMPLETE
65482025-05-08T05:18:42.287Z[ recovery-image] May 08 05:18:40.851 INFO O| May 08 05:18:40.851 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-05-08T05:18:42.290Z[ recovery-image] May 08 05:18:40.870 INFO O| May 08 05:18:40.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65502025-05-08T05:18:42.312Z[ recovery-image] May 08 05:18:40.892 INFO O| May 08 05:18:40.892 INFO STEP 690 (remove_files) COMPLETE
65512025-05-08T05:18:42.312Z[ recovery-image] May 08 05:18:40.892 INFO O| May 08 05:18:40.892 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-05-08T05:18:42.333Z[ recovery-image] May 08 05:18:40.914 INFO O| May 08 05:18:40.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65532025-05-08T05:18:42.337Z[ recovery-image] May 08 05:18:40.914 INFO O| May 08 05:18:40.914 INFO STEP 691 (remove_files) COMPLETE
65542025-05-08T05:18:42.337Z[ recovery-image] May 08 05:18:40.914 INFO O| May 08 05:18:40.914 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-05-08T05:18:42.364Z[ recovery-image] May 08 05:18:40.944 INFO O| May 08 05:18:40.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65562025-05-08T05:18:42.364Z[ recovery-image] May 08 05:18:40.944 INFO O| May 08 05:18:40.944 INFO STEP 692 (remove_files) COMPLETE
65572025-05-08T05:18:42.368Z[ recovery-image] May 08 05:18:40.944 INFO O| May 08 05:18:40.944 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-05-08T05:18:42.384Z[ recovery-image] May 08 05:18:40.965 INFO O| May 08 05:18:40.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65592025-05-08T05:18:42.387Z[ recovery-image] May 08 05:18:40.965 INFO O| May 08 05:18:40.965 INFO STEP 693 (remove_files) COMPLETE
65602025-05-08T05:18:42.388Z[ recovery-image] May 08 05:18:40.965 INFO O| May 08 05:18:40.965 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-05-08T05:18:42.405Z[ recovery-image] May 08 05:18:40.986 INFO O| May 08 05:18:40.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65622025-05-08T05:18:42.408Z[ recovery-image] May 08 05:18:40.986 INFO O| May 08 05:18:40.986 INFO STEP 694 (remove_files) COMPLETE
65632025-05-08T05:18:42.408Z[ recovery-image] May 08 05:18:40.986 INFO O| May 08 05:18:40.986 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-05-08T05:18:42.437Z[ recovery-image] May 08 05:18:41.017 INFO O| May 08 05:18:41.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65652025-05-08T05:18:42.441Z[ recovery-image] May 08 05:18:41.018 INFO O| May 08 05:18:41.018 INFO STEP 695 (remove_files) COMPLETE
65662025-05-08T05:18:42.441Z[ recovery-image] May 08 05:18:41.018 INFO O| May 08 05:18:41.018 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-05-08T05:18:42.459Z[ recovery-image] May 08 05:18:41.039 INFO O| May 08 05:18:41.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65682025-05-08T05:18:42.462Z[ recovery-image] May 08 05:18:41.039 INFO O| May 08 05:18:41.039 INFO STEP 696 (remove_files) COMPLETE
65692025-05-08T05:18:42.462Z[ recovery-image] May 08 05:18:41.039 INFO O| May 08 05:18:41.039 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-05-08T05:18:42.494Z[ recovery-image] May 08 05:18:41.074 INFO O| May 08 05:18:41.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65712025-05-08T05:18:42.497Z[ recovery-image] May 08 05:18:41.074 INFO O| May 08 05:18:41.074 INFO STEP 697 (remove_files) COMPLETE
65722025-05-08T05:18:42.497Z[ recovery-image] May 08 05:18:41.075 INFO O| May 08 05:18:41.074 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-05-08T05:18:42.540Z[ recovery-image] May 08 05:18:41.120 INFO O| May 08 05:18:41.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65742025-05-08T05:18:42.540Z[ recovery-image] May 08 05:18:41.120 INFO O| May 08 05:18:41.120 INFO STEP 698 (remove_files) COMPLETE
65752025-05-08T05:18:42.544Z[ recovery-image] May 08 05:18:41.120 INFO O| May 08 05:18:41.120 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-05-08T05:18:42.560Z[ recovery-image] May 08 05:18:41.140 INFO O| May 08 05:18:41.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65772025-05-08T05:18:42.560Z[ recovery-image] May 08 05:18:41.140 INFO O| May 08 05:18:41.140 INFO STEP 699 (remove_files) COMPLETE
65782025-05-08T05:18:42.563Z[ recovery-image] May 08 05:18:41.140 INFO O| May 08 05:18:41.140 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-05-08T05:18:42.599Z[ recovery-image] May 08 05:18:41.179 INFO O| May 08 05:18:41.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65802025-05-08T05:18:42.603Z[ recovery-image] May 08 05:18:41.179 INFO O| May 08 05:18:41.179 INFO STEP 700 (remove_files) COMPLETE
65812025-05-08T05:18:42.603Z[ recovery-image] May 08 05:18:41.180 INFO O| May 08 05:18:41.180 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-05-08T05:18:42.622Z[ recovery-image] May 08 05:18:41.202 INFO O| May 08 05:18:41.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65832025-05-08T05:18:42.646Z[ recovery-image] May 08 05:18:41.226 INFO O| May 08 05:18:41.226 INFO STEP 701 (remove_files) COMPLETE
65842025-05-08T05:18:42.646Z[ recovery-image] May 08 05:18:41.226 INFO O| May 08 05:18:41.226 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-05-08T05:18:42.668Z[ recovery-image] May 08 05:18:41.248 INFO O| May 08 05:18:41.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65862025-05-08T05:18:42.673Z[ recovery-image] May 08 05:18:41.249 INFO O| May 08 05:18:41.248 INFO STEP 702 (remove_files) COMPLETE
65872025-05-08T05:18:42.673Z[ recovery-image] May 08 05:18:41.249 INFO O| May 08 05:18:41.249 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-05-08T05:18:42.698Z[ recovery-image] May 08 05:18:41.278 INFO O| May 08 05:18:41.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65892025-05-08T05:18:42.698Z[ recovery-image] May 08 05:18:41.278 INFO O| May 08 05:18:41.278 INFO STEP 703 (remove_files) COMPLETE
65902025-05-08T05:18:42.698Z[ recovery-image] May 08 05:18:41.278 INFO O| May 08 05:18:41.278 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-05-08T05:18:42.735Z[ recovery-image] May 08 05:18:41.315 INFO O| May 08 05:18:41.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65922025-05-08T05:18:42.735Z[ recovery-image] May 08 05:18:41.315 INFO O| May 08 05:18:41.315 INFO STEP 704 (remove_files) COMPLETE
65932025-05-08T05:18:42.735Z[ recovery-image] May 08 05:18:41.315 INFO O| May 08 05:18:41.315 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-05-08T05:18:42.800Z[ recovery-image] May 08 05:18:41.380 INFO O| May 08 05:18:41.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65952025-05-08T05:18:42.800Z[ recovery-image] May 08 05:18:41.380 INFO O| May 08 05:18:41.380 INFO STEP 705 (remove_files) COMPLETE
65962025-05-08T05:18:42.803Z[ recovery-image] May 08 05:18:41.380 INFO O| May 08 05:18:41.380 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-05-08T05:18:42.825Z[ recovery-image] May 08 05:18:41.405 INFO O| May 08 05:18:41.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65982025-05-08T05:18:42.828Z[ recovery-image] May 08 05:18:41.405 INFO O| May 08 05:18:41.405 INFO STEP 706 (remove_files) COMPLETE
65992025-05-08T05:18:42.828Z[ recovery-image] May 08 05:18:41.405 INFO O| May 08 05:18:41.405 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-05-08T05:18:42.848Z[ recovery-image] May 08 05:18:41.428 INFO O| May 08 05:18:41.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66012025-05-08T05:18:42.855Z[ recovery-image] May 08 05:18:41.435 INFO O| May 08 05:18:41.435 INFO STEP 707 (remove_files) COMPLETE
66022025-05-08T05:18:42.856Z[ recovery-image] May 08 05:18:41.436 INFO O| May 08 05:18:41.435 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-05-08T05:18:42.879Z[ recovery-image] May 08 05:18:41.459 INFO O| May 08 05:18:41.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66042025-05-08T05:18:42.882Z[ recovery-image] May 08 05:18:41.460 INFO O| May 08 05:18:41.460 INFO STEP 708 (remove_files) COMPLETE
66052025-05-08T05:18:42.882Z[ recovery-image] May 08 05:18:41.460 INFO O| May 08 05:18:41.460 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-05-08T05:18:42.945Z[ recovery-image] May 08 05:18:41.525 INFO O| May 08 05:18:41.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66072025-05-08T05:18:42.956Z[ recovery-image] May 08 05:18:41.525 INFO O| May 08 05:18:41.525 INFO STEP 709 (remove_files) COMPLETE
66082025-05-08T05:18:42.956Z[ recovery-image] May 08 05:18:41.525 INFO O| May 08 05:18:41.525 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-05-08T05:18:42.967Z[ recovery-image] May 08 05:18:41.546 INFO O| May 08 05:18:41.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66102025-05-08T05:18:42.967Z[ recovery-image] May 08 05:18:41.546 INFO O| May 08 05:18:41.546 INFO STEP 710 (remove_files) COMPLETE
66112025-05-08T05:18:42.970Z[ recovery-image] May 08 05:18:41.546 INFO O| May 08 05:18:41.546 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-05-08T05:18:42.986Z[ recovery-image] May 08 05:18:41.565 INFO O| May 08 05:18:41.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66132025-05-08T05:18:42.986Z[ recovery-image] May 08 05:18:41.566 INFO O| May 08 05:18:41.565 INFO STEP 711 (remove_files) COMPLETE
66142025-05-08T05:18:42.989Z[ recovery-image] May 08 05:18:41.566 INFO O| May 08 05:18:41.566 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-05-08T05:18:43.003Z[ recovery-image] May 08 05:18:41.583 INFO O| May 08 05:18:41.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66162025-05-08T05:18:43.003Z[ recovery-image] May 08 05:18:41.583 INFO O| May 08 05:18:41.583 INFO STEP 712 (remove_files) COMPLETE
66172025-05-08T05:18:43.007Z[ recovery-image] May 08 05:18:41.583 INFO O| May 08 05:18:41.583 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-05-08T05:18:43.023Z[ recovery-image] May 08 05:18:41.601 INFO O| May 08 05:18:41.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66192025-05-08T05:18:43.026Z[ recovery-image] May 08 05:18:41.601 INFO O| May 08 05:18:41.601 INFO STEP 713 (remove_files) COMPLETE
66202025-05-08T05:18:43.026Z[ recovery-image] May 08 05:18:41.601 INFO O| May 08 05:18:41.601 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-05-08T05:18:43.041Z[ recovery-image] May 08 05:18:41.621 INFO O| May 08 05:18:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66222025-05-08T05:18:43.041Z[ recovery-image] May 08 05:18:41.621 INFO O| May 08 05:18:41.621 INFO STEP 714 (remove_files) COMPLETE
66232025-05-08T05:18:43.044Z[ recovery-image] May 08 05:18:41.621 INFO O| May 08 05:18:41.621 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-05-08T05:18:43.060Z[ recovery-image] May 08 05:18:41.640 INFO O| May 08 05:18:41.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66252025-05-08T05:18:43.064Z[ recovery-image] May 08 05:18:41.640 INFO O| May 08 05:18:41.640 INFO STEP 715 (remove_files) COMPLETE
66262025-05-08T05:18:43.064Z[ recovery-image] May 08 05:18:41.640 INFO O| May 08 05:18:41.640 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-05-08T05:18:43.081Z[ recovery-image] May 08 05:18:41.660 INFO O| May 08 05:18:41.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66282025-05-08T05:18:43.081Z[ recovery-image] May 08 05:18:41.660 INFO O| May 08 05:18:41.660 INFO STEP 716 (remove_files) COMPLETE
66292025-05-08T05:18:43.084Z[ recovery-image] May 08 05:18:41.660 INFO O| May 08 05:18:41.660 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-05-08T05:18:43.100Z[ recovery-image] May 08 05:18:41.680 INFO O| May 08 05:18:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66312025-05-08T05:18:43.100Z[ recovery-image] May 08 05:18:41.680 INFO O| May 08 05:18:41.680 INFO STEP 717 (remove_files) COMPLETE
66322025-05-08T05:18:43.103Z[ recovery-image] May 08 05:18:41.680 INFO O| May 08 05:18:41.680 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-05-08T05:18:43.122Z[ recovery-image] May 08 05:18:41.702 INFO O| May 08 05:18:41.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66342025-05-08T05:18:43.122Z[ recovery-image] May 08 05:18:41.702 INFO O| May 08 05:18:41.702 INFO STEP 718 (remove_files) COMPLETE
66352025-05-08T05:18:43.125Z[ recovery-image] May 08 05:18:41.702 INFO O| May 08 05:18:41.702 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-05-08T05:18:43.141Z[ recovery-image] May 08 05:18:41.720 INFO O| May 08 05:18:41.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66372025-05-08T05:18:43.164Z[ recovery-image] May 08 05:18:41.743 INFO O| May 08 05:18:41.743 INFO STEP 719 (remove_files) COMPLETE
66382025-05-08T05:18:43.164Z[ recovery-image] May 08 05:18:41.743 INFO O| May 08 05:18:41.743 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-05-08T05:18:43.182Z[ recovery-image] May 08 05:18:41.762 INFO O| May 08 05:18:41.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66402025-05-08T05:18:43.186Z[ recovery-image] May 08 05:18:41.762 INFO O| May 08 05:18:41.762 INFO STEP 720 (remove_files) COMPLETE
66412025-05-08T05:18:43.186Z[ recovery-image] May 08 05:18:41.763 INFO O| May 08 05:18:41.762 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-05-08T05:18:43.213Z[ recovery-image] May 08 05:18:41.793 INFO O| May 08 05:18:41.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66432025-05-08T05:18:43.213Z[ recovery-image] May 08 05:18:41.793 INFO O| May 08 05:18:41.793 INFO STEP 721 (remove_files) COMPLETE
66442025-05-08T05:18:43.216Z[ recovery-image] May 08 05:18:41.793 INFO O| May 08 05:18:41.793 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-05-08T05:18:43.254Z[ recovery-image] May 08 05:18:41.834 INFO O| May 08 05:18:41.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66462025-05-08T05:18:43.254Z[ recovery-image] May 08 05:18:41.834 INFO O| May 08 05:18:41.834 INFO STEP 722 (remove_files) COMPLETE
66472025-05-08T05:18:43.258Z[ recovery-image] May 08 05:18:41.834 INFO O| May 08 05:18:41.834 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-05-08T05:18:43.287Z[ recovery-image] May 08 05:18:41.867 INFO O| May 08 05:18:41.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66492025-05-08T05:18:43.287Z[ recovery-image] May 08 05:18:41.867 INFO O| May 08 05:18:41.867 INFO STEP 723 (remove_files) COMPLETE
66502025-05-08T05:18:43.287Z[ recovery-image] May 08 05:18:41.867 INFO O| May 08 05:18:41.867 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-05-08T05:18:43.312Z[ recovery-image] May 08 05:18:41.892 INFO O| May 08 05:18:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66522025-05-08T05:18:43.312Z[ recovery-image] May 08 05:18:41.892 INFO O| May 08 05:18:41.892 INFO STEP 724 (remove_files) COMPLETE
66532025-05-08T05:18:43.316Z[ recovery-image] May 08 05:18:41.892 INFO O| May 08 05:18:41.892 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-05-08T05:18:43.334Z[ recovery-image] May 08 05:18:41.914 INFO O| May 08 05:18:41.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66552025-05-08T05:18:43.334Z[ recovery-image] May 08 05:18:41.914 INFO O| May 08 05:18:41.914 INFO STEP 725 (remove_files) COMPLETE
66562025-05-08T05:18:43.335Z[ recovery-image] May 08 05:18:41.914 INFO O| May 08 05:18:41.914 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-05-08T05:18:43.356Z[ recovery-image] May 08 05:18:41.935 INFO O| May 08 05:18:41.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66582025-05-08T05:18:43.356Z[ recovery-image] May 08 05:18:41.935 INFO O| May 08 05:18:41.935 INFO STEP 726 (remove_files) COMPLETE
66592025-05-08T05:18:43.356Z[ recovery-image] May 08 05:18:41.935 INFO O| May 08 05:18:41.935 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-05-08T05:18:43.388Z[ recovery-image] May 08 05:18:41.968 INFO O| May 08 05:18:41.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66612025-05-08T05:18:43.392Z[ recovery-image] May 08 05:18:41.968 INFO O| May 08 05:18:41.968 INFO STEP 727 (remove_files) COMPLETE
66622025-05-08T05:18:43.392Z[ recovery-image] May 08 05:18:41.969 INFO O| May 08 05:18:41.969 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-05-08T05:18:43.409Z[ recovery-image] May 08 05:18:41.989 INFO O| May 08 05:18:41.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66642025-05-08T05:18:43.413Z[ recovery-image] May 08 05:18:41.990 INFO O| May 08 05:18:41.989 INFO STEP 728 (remove_files) COMPLETE
66652025-05-08T05:18:43.413Z[ recovery-image] May 08 05:18:41.990 INFO O| May 08 05:18:41.990 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-05-08T05:18:43.430Z[ recovery-image] May 08 05:18:42.009 INFO O| May 08 05:18:42.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66672025-05-08T05:18:43.439Z[ recovery-image] May 08 05:18:42.019 INFO O| May 08 05:18:42.019 INFO STEP 729 (remove_files) COMPLETE
66682025-05-08T05:18:43.439Z[ recovery-image] May 08 05:18:42.019 INFO O| May 08 05:18:42.019 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-05-08T05:18:43.459Z[ recovery-image] May 08 05:18:42.039 INFO O| May 08 05:18:42.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66702025-05-08T05:18:43.462Z[ recovery-image] May 08 05:18:42.039 INFO O| May 08 05:18:42.039 INFO STEP 730 (remove_files) COMPLETE
66712025-05-08T05:18:43.462Z[ recovery-image] May 08 05:18:42.039 INFO O| May 08 05:18:42.039 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-05-08T05:18:43.478Z[ recovery-image] May 08 05:18:42.058 INFO O| May 08 05:18:42.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66732025-05-08T05:18:43.481Z[ recovery-image] May 08 05:18:42.058 INFO O| May 08 05:18:42.058 INFO STEP 731 (remove_files) COMPLETE
66742025-05-08T05:18:43.481Z[ recovery-image] May 08 05:18:42.058 INFO O| May 08 05:18:42.058 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-05-08T05:18:43.516Z[ recovery-image] May 08 05:18:42.096 INFO O| May 08 05:18:42.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66762025-05-08T05:18:43.516Z[ recovery-image] May 08 05:18:42.096 INFO O| May 08 05:18:42.096 INFO STEP 732 (remove_files) COMPLETE
66772025-05-08T05:18:43.520Z[ recovery-image] May 08 05:18:42.096 INFO O| May 08 05:18:42.096 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-05-08T05:18:43.555Z[ recovery-image] May 08 05:18:42.135 INFO O| May 08 05:18:42.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66792025-05-08T05:18:43.555Z[ recovery-image] May 08 05:18:42.135 INFO O| May 08 05:18:42.135 INFO STEP 733 (remove_files) COMPLETE
66802025-05-08T05:18:43.555Z[ recovery-image] May 08 05:18:42.135 INFO O| May 08 05:18:42.135 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-05-08T05:18:43.576Z[ recovery-image] May 08 05:18:42.156 INFO O| May 08 05:18:42.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66822025-05-08T05:18:43.576Z[ recovery-image] May 08 05:18:42.156 INFO O| May 08 05:18:42.156 INFO STEP 734 (remove_files) COMPLETE
66832025-05-08T05:18:43.576Z[ recovery-image] May 08 05:18:42.156 INFO O| May 08 05:18:42.156 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-05-08T05:18:43.614Z[ recovery-image] May 08 05:18:42.193 INFO O| May 08 05:18:42.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66852025-05-08T05:18:43.614Z[ recovery-image] May 08 05:18:42.193 INFO O| May 08 05:18:42.193 INFO STEP 735 (remove_files) COMPLETE
66862025-05-08T05:18:43.617Z[ recovery-image] May 08 05:18:42.194 INFO O| May 08 05:18:42.193 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-05-08T05:18:43.652Z[ recovery-image] May 08 05:18:42.231 INFO O| May 08 05:18:42.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66882025-05-08T05:18:43.652Z[ recovery-image] May 08 05:18:42.231 INFO O| May 08 05:18:42.231 INFO STEP 736 (remove_files) COMPLETE
66892025-05-08T05:18:43.655Z[ recovery-image] May 08 05:18:42.231 INFO O| May 08 05:18:42.231 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-05-08T05:18:43.717Z[ recovery-image] May 08 05:18:42.296 INFO O| May 08 05:18:42.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66912025-05-08T05:18:43.720Z[ recovery-image] May 08 05:18:42.296 INFO O| May 08 05:18:42.296 INFO STEP 737 (remove_files) COMPLETE
66922025-05-08T05:18:43.720Z[ recovery-image] May 08 05:18:42.297 INFO O| May 08 05:18:42.297 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-05-08T05:18:43.746Z[ recovery-image] May 08 05:18:42.325 INFO O| May 08 05:18:42.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66942025-05-08T05:18:43.746Z[ recovery-image] May 08 05:18:42.325 INFO O| May 08 05:18:42.325 INFO STEP 738 (remove_files) COMPLETE
66952025-05-08T05:18:43.749Z[ recovery-image] May 08 05:18:42.325 INFO O| May 08 05:18:42.325 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-05-08T05:18:43.767Z[ recovery-image] May 08 05:18:42.347 INFO O| May 08 05:18:42.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66972025-05-08T05:18:43.767Z[ recovery-image] May 08 05:18:42.347 INFO O| May 08 05:18:42.347 INFO STEP 739 (remove_files) COMPLETE
66982025-05-08T05:18:43.770Z[ recovery-image] May 08 05:18:42.347 INFO O| May 08 05:18:42.347 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-05-08T05:18:43.794Z[ recovery-image] May 08 05:18:42.373 INFO O| May 08 05:18:42.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67002025-05-08T05:18:43.794Z[ recovery-image] May 08 05:18:42.373 INFO O| May 08 05:18:42.373 INFO STEP 740 (remove_files) COMPLETE
67012025-05-08T05:18:43.794Z[ recovery-image] May 08 05:18:42.373 INFO O| May 08 05:18:42.373 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-05-08T05:18:43.832Z[ recovery-image] May 08 05:18:42.412 INFO O| May 08 05:18:42.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67032025-05-08T05:18:43.833Z[ recovery-image] May 08 05:18:42.412 INFO O| May 08 05:18:42.412 INFO STEP 741 (remove_files) COMPLETE
67042025-05-08T05:18:43.833Z[ recovery-image] May 08 05:18:42.412 INFO O| May 08 05:18:42.412 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-05-08T05:18:43.892Z[ recovery-image] May 08 05:18:42.471 INFO O| May 08 05:18:42.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67062025-05-08T05:18:43.892Z[ recovery-image] May 08 05:18:42.471 INFO O| May 08 05:18:42.471 INFO STEP 742 (remove_files) COMPLETE
67072025-05-08T05:18:43.892Z[ recovery-image] May 08 05:18:42.471 INFO O| May 08 05:18:42.471 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-05-08T05:18:43.927Z[ recovery-image] May 08 05:18:42.506 INFO O| May 08 05:18:42.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67092025-05-08T05:18:43.927Z[ recovery-image] May 08 05:18:42.506 INFO O| May 08 05:18:42.506 INFO STEP 743 (remove_files) COMPLETE
67102025-05-08T05:18:43.927Z[ recovery-image] May 08 05:18:42.506 INFO O| May 08 05:18:42.506 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-05-08T05:18:43.947Z[ recovery-image] May 08 05:18:42.527 INFO O| May 08 05:18:42.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67122025-05-08T05:18:43.947Z[ recovery-image] May 08 05:18:42.527 INFO O| May 08 05:18:42.527 INFO STEP 744 (remove_files) COMPLETE
67132025-05-08T05:18:43.950Z[ recovery-image] May 08 05:18:42.527 INFO O| May 08 05:18:42.527 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-05-08T05:18:43.968Z[ recovery-image] May 08 05:18:42.548 INFO O| May 08 05:18:42.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67152025-05-08T05:18:43.968Z[ recovery-image] May 08 05:18:42.548 INFO O| May 08 05:18:42.548 INFO STEP 745 (remove_files) COMPLETE
67162025-05-08T05:18:43.971Z[ recovery-image] May 08 05:18:42.548 INFO O| May 08 05:18:42.548 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-05-08T05:18:43.998Z[ recovery-image] May 08 05:18:42.577 INFO O| May 08 05:18:42.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67182025-05-08T05:18:44.001Z[ recovery-image] May 08 05:18:42.577 INFO O| May 08 05:18:42.577 INFO STEP 746 (remove_files) COMPLETE
67192025-05-08T05:18:44.001Z[ recovery-image] May 08 05:18:42.577 INFO O| May 08 05:18:42.577 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-05-08T05:18:44.035Z[ recovery-image] May 08 05:18:42.615 INFO O| May 08 05:18:42.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67212025-05-08T05:18:44.035Z[ recovery-image] May 08 05:18:42.615 INFO O| May 08 05:18:42.615 INFO STEP 747 (remove_files) COMPLETE
67222025-05-08T05:18:44.039Z[ recovery-image] May 08 05:18:42.615 INFO O| May 08 05:18:42.615 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-05-08T05:18:44.057Z[ recovery-image] May 08 05:18:42.636 INFO O| May 08 05:18:42.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67242025-05-08T05:18:44.057Z[ recovery-image] May 08 05:18:42.636 INFO O| May 08 05:18:42.636 INFO STEP 748 (remove_files) COMPLETE
67252025-05-08T05:18:44.057Z[ recovery-image] May 08 05:18:42.636 INFO O| May 08 05:18:42.636 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-05-08T05:18:44.091Z[ recovery-image] May 08 05:18:42.670 INFO O| May 08 05:18:42.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67272025-05-08T05:18:44.091Z[ recovery-image] May 08 05:18:42.671 INFO O| May 08 05:18:42.670 INFO STEP 749 (remove_files) COMPLETE
67282025-05-08T05:18:44.091Z[ recovery-image] May 08 05:18:42.671 INFO O| May 08 05:18:42.671 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-05-08T05:18:44.117Z[ recovery-image] May 08 05:18:42.696 INFO O| May 08 05:18:42.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67302025-05-08T05:18:44.138Z[ recovery-image] May 08 05:18:42.717 INFO O| May 08 05:18:42.717 INFO STEP 750 (remove_files) COMPLETE
67312025-05-08T05:18:44.138Z[ recovery-image] May 08 05:18:42.717 INFO O| May 08 05:18:42.717 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-05-08T05:18:44.188Z[ recovery-image] May 08 05:18:42.768 INFO O| May 08 05:18:42.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67332025-05-08T05:18:44.188Z[ recovery-image] May 08 05:18:42.768 INFO O| May 08 05:18:42.768 INFO STEP 751 (remove_files) COMPLETE
67342025-05-08T05:18:44.191Z[ recovery-image] May 08 05:18:42.768 INFO O| May 08 05:18:42.768 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-05-08T05:18:44.208Z[ recovery-image] May 08 05:18:42.788 INFO O| May 08 05:18:42.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67362025-05-08T05:18:44.208Z[ recovery-image] May 08 05:18:42.788 INFO O| May 08 05:18:42.788 INFO STEP 752 (remove_files) COMPLETE
67372025-05-08T05:18:44.211Z[ recovery-image] May 08 05:18:42.788 INFO O| May 08 05:18:42.788 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-05-08T05:18:44.310Z[ recovery-image] May 08 05:18:42.890 INFO O| May 08 05:18:42.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67392025-05-08T05:18:44.313Z[ recovery-image] May 08 05:18:42.890 INFO O| May 08 05:18:42.890 INFO STEP 753 (remove_files) COMPLETE
67402025-05-08T05:18:44.313Z[ recovery-image] May 08 05:18:42.890 INFO O| May 08 05:18:42.890 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-05-08T05:18:44.330Z[ recovery-image] May 08 05:18:42.909 INFO O| May 08 05:18:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67422025-05-08T05:18:44.333Z[ recovery-image] May 08 05:18:42.909 INFO O| May 08 05:18:42.909 INFO STEP 754 (remove_files) COMPLETE
67432025-05-08T05:18:44.333Z[ recovery-image] May 08 05:18:42.910 INFO O| May 08 05:18:42.909 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-05-08T05:18:44.351Z[ recovery-image] May 08 05:18:42.930 INFO O| May 08 05:18:42.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67452025-05-08T05:18:44.354Z[ recovery-image] May 08 05:18:42.930 INFO O| May 08 05:18:42.930 INFO STEP 755 (remove_files) COMPLETE
67462025-05-08T05:18:44.354Z[ recovery-image] May 08 05:18:42.931 INFO O| May 08 05:18:42.930 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-05-08T05:18:44.371Z[ recovery-image] May 08 05:18:42.951 INFO O| May 08 05:18:42.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67482025-05-08T05:18:44.374Z[ recovery-image] May 08 05:18:42.951 INFO O| May 08 05:18:42.951 INFO STEP 756 (remove_files) COMPLETE
67492025-05-08T05:18:44.374Z[ recovery-image] May 08 05:18:42.951 INFO O| May 08 05:18:42.951 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-05-08T05:18:44.393Z[ recovery-image] May 08 05:18:42.972 INFO O| May 08 05:18:42.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67512025-05-08T05:18:44.393Z[ recovery-image] May 08 05:18:42.972 INFO O| May 08 05:18:42.972 INFO STEP 757 (remove_files) COMPLETE
67522025-05-08T05:18:44.393Z[ recovery-image] May 08 05:18:42.972 INFO O| May 08 05:18:42.972 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-05-08T05:18:44.417Z[ recovery-image] May 08 05:18:42.996 INFO O| May 08 05:18:42.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67542025-05-08T05:18:44.420Z[ recovery-image] May 08 05:18:42.996 INFO O| May 08 05:18:42.996 INFO STEP 758 (remove_files) COMPLETE
67552025-05-08T05:18:44.420Z[ recovery-image] May 08 05:18:42.996 INFO O| May 08 05:18:42.996 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-05-08T05:18:44.437Z[ recovery-image] May 08 05:18:43.017 INFO O| May 08 05:18:43.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67572025-05-08T05:18:44.440Z[ recovery-image] May 08 05:18:43.017 INFO O| May 08 05:18:43.017 INFO STEP 759 (remove_files) COMPLETE
67582025-05-08T05:18:44.440Z[ recovery-image] May 08 05:18:43.017 INFO O| May 08 05:18:43.017 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-05-08T05:18:44.461Z[ recovery-image] May 08 05:18:43.040 INFO O| May 08 05:18:43.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67602025-05-08T05:18:44.461Z[ recovery-image] May 08 05:18:43.040 INFO O| May 08 05:18:43.040 INFO STEP 760 (remove_files) COMPLETE
67612025-05-08T05:18:44.464Z[ recovery-image] May 08 05:18:43.040 INFO O| May 08 05:18:43.040 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-05-08T05:18:44.480Z[ recovery-image] May 08 05:18:43.060 INFO O| May 08 05:18:43.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67632025-05-08T05:18:44.480Z[ recovery-image] May 08 05:18:43.060 INFO O| May 08 05:18:43.060 INFO STEP 761 (remove_files) COMPLETE
67642025-05-08T05:18:44.484Z[ recovery-image] May 08 05:18:43.060 INFO O| May 08 05:18:43.060 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-05-08T05:18:44.500Z[ recovery-image] May 08 05:18:43.079 INFO O| May 08 05:18:43.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67662025-05-08T05:18:44.503Z[ recovery-image] May 08 05:18:43.079 INFO O| May 08 05:18:43.079 INFO STEP 762 (remove_files) COMPLETE
67672025-05-08T05:18:44.503Z[ recovery-image] May 08 05:18:43.079 INFO O| May 08 05:18:43.079 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-05-08T05:18:44.521Z[ recovery-image] May 08 05:18:43.100 INFO O| May 08 05:18:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67692025-05-08T05:18:44.524Z[ recovery-image] May 08 05:18:43.100 INFO O| May 08 05:18:43.100 INFO STEP 763 (remove_files) COMPLETE
67702025-05-08T05:18:44.524Z[ recovery-image] May 08 05:18:43.100 INFO O| May 08 05:18:43.100 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-05-08T05:18:44.544Z[ recovery-image] May 08 05:18:43.123 INFO O| May 08 05:18:43.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67722025-05-08T05:18:44.544Z[ recovery-image] May 08 05:18:43.123 INFO O| May 08 05:18:43.123 INFO STEP 764 (remove_files) COMPLETE
67732025-05-08T05:18:44.544Z[ recovery-image] May 08 05:18:43.123 INFO O| May 08 05:18:43.123 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-05-08T05:18:44.572Z[ recovery-image] May 08 05:18:43.151 INFO O| May 08 05:18:43.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67752025-05-08T05:18:44.572Z[ recovery-image] May 08 05:18:43.151 INFO O| May 08 05:18:43.151 INFO STEP 765 (remove_files) COMPLETE
67762025-05-08T05:18:44.572Z[ recovery-image] May 08 05:18:43.151 INFO O| May 08 05:18:43.151 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-05-08T05:18:44.602Z[ recovery-image] May 08 05:18:43.182 INFO O| May 08 05:18:43.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67782025-05-08T05:18:44.606Z[ recovery-image] May 08 05:18:43.182 INFO O| May 08 05:18:43.182 INFO STEP 766 (remove_files) COMPLETE
67792025-05-08T05:18:44.606Z[ recovery-image] May 08 05:18:43.182 INFO O| May 08 05:18:43.182 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-05-08T05:18:44.624Z[ recovery-image] May 08 05:18:43.203 INFO O| May 08 05:18:43.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67812025-05-08T05:18:44.624Z[ recovery-image] May 08 05:18:43.203 INFO O| May 08 05:18:43.203 INFO STEP 767 (remove_files) COMPLETE
67822025-05-08T05:18:44.627Z[ recovery-image] May 08 05:18:43.203 INFO O| May 08 05:18:43.203 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-05-08T05:18:44.643Z[ recovery-image] May 08 05:18:43.222 INFO O| May 08 05:18:43.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67842025-05-08T05:18:44.646Z[ recovery-image] May 08 05:18:43.222 INFO O| May 08 05:18:43.222 INFO STEP 768 (remove_files) COMPLETE
67852025-05-08T05:18:44.646Z[ recovery-image] May 08 05:18:43.223 INFO O| May 08 05:18:43.222 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-05-08T05:18:44.663Z[ recovery-image] May 08 05:18:43.242 INFO O| May 08 05:18:43.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67872025-05-08T05:18:44.666Z[ recovery-image] May 08 05:18:43.242 INFO O| May 08 05:18:43.242 INFO STEP 769 (remove_files) COMPLETE
67882025-05-08T05:18:44.666Z[ recovery-image] May 08 05:18:43.242 INFO O| May 08 05:18:43.242 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-05-08T05:18:44.684Z[ recovery-image] May 08 05:18:43.263 INFO O| May 08 05:18:43.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67902025-05-08T05:18:44.685Z[ recovery-image] May 08 05:18:43.263 INFO O| May 08 05:18:43.263 INFO STEP 770 (remove_files) COMPLETE
67912025-05-08T05:18:44.685Z[ recovery-image] May 08 05:18:43.263 INFO O| May 08 05:18:43.263 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-05-08T05:18:44.745Z[ recovery-image] May 08 05:18:43.324 INFO O| May 08 05:18:43.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67932025-05-08T05:18:44.745Z[ recovery-image] May 08 05:18:43.324 INFO O| May 08 05:18:43.324 INFO STEP 771 (remove_files) COMPLETE
67942025-05-08T05:18:44.745Z[ recovery-image] May 08 05:18:43.324 INFO O| May 08 05:18:43.324 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-05-08T05:18:44.769Z[ recovery-image] May 08 05:18:43.349 INFO O| May 08 05:18:43.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67962025-05-08T05:18:44.769Z[ recovery-image] May 08 05:18:43.349 INFO O| May 08 05:18:43.349 INFO STEP 772 (remove_files) COMPLETE
67972025-05-08T05:18:44.769Z[ recovery-image] May 08 05:18:43.349 INFO O| May 08 05:18:43.349 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-05-08T05:18:44.791Z[ recovery-image] May 08 05:18:43.370 INFO O| May 08 05:18:43.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67992025-05-08T05:18:44.791Z[ recovery-image] May 08 05:18:43.370 INFO O| May 08 05:18:43.370 INFO STEP 773 (remove_files) COMPLETE
68002025-05-08T05:18:44.794Z[ recovery-image] May 08 05:18:43.370 INFO O| May 08 05:18:43.370 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-05-08T05:18:44.811Z[ recovery-image] May 08 05:18:43.390 INFO O| May 08 05:18:43.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68022025-05-08T05:18:44.811Z[ recovery-image] May 08 05:18:43.391 INFO O| May 08 05:18:43.390 INFO STEP 774 (remove_files) COMPLETE
68032025-05-08T05:18:44.814Z[ recovery-image] May 08 05:18:43.391 INFO O| May 08 05:18:43.390 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-05-08T05:18:44.854Z[ recovery-image] May 08 05:18:43.433 INFO O| May 08 05:18:43.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68052025-05-08T05:18:44.857Z[ recovery-image] May 08 05:18:43.433 INFO O| May 08 05:18:43.433 INFO STEP 775 (remove_files) COMPLETE
68062025-05-08T05:18:44.857Z[ recovery-image] May 08 05:18:43.433 INFO O| May 08 05:18:43.433 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-05-08T05:18:44.905Z[ recovery-image] May 08 05:18:43.484 INFO O| May 08 05:18:43.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68082025-05-08T05:18:44.908Z[ recovery-image] May 08 05:18:43.484 INFO O| May 08 05:18:43.484 INFO STEP 776 (remove_files) COMPLETE
68092025-05-08T05:18:44.908Z[ recovery-image] May 08 05:18:43.484 INFO O| May 08 05:18:43.484 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-05-08T05:18:44.943Z[ recovery-image] May 08 05:18:43.523 INFO O| May 08 05:18:43.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68112025-05-08T05:18:44.943Z[ recovery-image] May 08 05:18:43.523 INFO O| May 08 05:18:43.523 INFO STEP 777 (remove_files) COMPLETE
68122025-05-08T05:18:44.943Z[ recovery-image] May 08 05:18:43.523 INFO O| May 08 05:18:43.523 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-05-08T05:18:44.969Z[ recovery-image] May 08 05:18:43.547 INFO O| May 08 05:18:43.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68142025-05-08T05:18:44.969Z[ recovery-image] May 08 05:18:43.547 INFO O| May 08 05:18:43.547 INFO STEP 778 (remove_files) COMPLETE
68152025-05-08T05:18:44.969Z[ recovery-image] May 08 05:18:43.547 INFO O| May 08 05:18:43.547 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-05-08T05:18:44.989Z[ recovery-image] May 08 05:18:43.568 INFO O| May 08 05:18:43.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68172025-05-08T05:18:44.989Z[ recovery-image] May 08 05:18:43.568 INFO O| May 08 05:18:43.568 INFO STEP 779 (remove_files) COMPLETE
68182025-05-08T05:18:44.992Z[ recovery-image] May 08 05:18:43.568 INFO O| May 08 05:18:43.568 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-05-08T05:18:45.016Z[ recovery-image] May 08 05:18:43.595 INFO O| May 08 05:18:43.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68202025-05-08T05:18:45.019Z[ recovery-image] May 08 05:18:43.595 INFO O| May 08 05:18:43.595 INFO STEP 780 (remove_files) COMPLETE
68212025-05-08T05:18:45.020Z[ recovery-image] May 08 05:18:43.595 INFO O| May 08 05:18:43.595 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-05-08T05:18:45.037Z[ recovery-image] May 08 05:18:43.616 INFO O| May 08 05:18:43.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68232025-05-08T05:18:45.037Z[ recovery-image] May 08 05:18:43.616 INFO O| May 08 05:18:43.616 INFO STEP 781 (remove_files) COMPLETE
68242025-05-08T05:18:45.041Z[ recovery-image] May 08 05:18:43.616 INFO O| May 08 05:18:43.616 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-05-08T05:18:45.096Z[ recovery-image] May 08 05:18:43.675 INFO O| May 08 05:18:43.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68262025-05-08T05:18:45.096Z[ recovery-image] May 08 05:18:43.675 INFO O| May 08 05:18:43.675 INFO STEP 782 (remove_files) COMPLETE
68272025-05-08T05:18:45.099Z[ recovery-image] May 08 05:18:43.675 INFO O| May 08 05:18:43.675 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-05-08T05:18:45.117Z[ recovery-image] May 08 05:18:43.697 INFO O| May 08 05:18:43.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68292025-05-08T05:18:45.118Z[ recovery-image] May 08 05:18:43.697 INFO O| May 08 05:18:43.697 INFO STEP 783 (remove_files) COMPLETE
68302025-05-08T05:18:45.121Z[ recovery-image] May 08 05:18:43.697 INFO O| May 08 05:18:43.697 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-05-08T05:18:45.141Z[ recovery-image] May 08 05:18:43.720 INFO O| May 08 05:18:43.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68322025-05-08T05:18:45.144Z[ recovery-image] May 08 05:18:43.720 INFO O| May 08 05:18:43.720 INFO STEP 784 (remove_files) COMPLETE
68332025-05-08T05:18:45.144Z[ recovery-image] May 08 05:18:43.721 INFO O| May 08 05:18:43.720 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-05-08T05:18:45.180Z[ recovery-image] May 08 05:18:43.759 INFO O| May 08 05:18:43.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68352025-05-08T05:18:45.180Z[ recovery-image] May 08 05:18:43.759 INFO O| May 08 05:18:43.759 INFO STEP 785 (remove_files) COMPLETE
68362025-05-08T05:18:45.183Z[ recovery-image] May 08 05:18:43.759 INFO O| May 08 05:18:43.759 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-05-08T05:18:45.292Z[ recovery-image] May 08 05:18:43.871 INFO O| May 08 05:18:43.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68382025-05-08T05:18:45.295Z[ recovery-image] May 08 05:18:43.871 INFO O| May 08 05:18:43.871 INFO STEP 786 (remove_files) COMPLETE
68392025-05-08T05:18:45.295Z[ recovery-image] May 08 05:18:43.871 INFO O| May 08 05:18:43.871 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-05-08T05:18:45.313Z[ recovery-image] May 08 05:18:43.892 INFO O| May 08 05:18:43.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68412025-05-08T05:18:45.317Z[ recovery-image] May 08 05:18:43.892 INFO O| May 08 05:18:43.892 INFO STEP 787 (remove_files) COMPLETE
68422025-05-08T05:18:45.317Z[ recovery-image] May 08 05:18:43.893 INFO O| May 08 05:18:43.892 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-05-08T05:18:45.347Z[ recovery-image] May 08 05:18:43.926 INFO O| May 08 05:18:43.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68442025-05-08T05:18:45.347Z[ recovery-image] May 08 05:18:43.926 INFO O| May 08 05:18:43.926 INFO STEP 788 (remove_files) COMPLETE
68452025-05-08T05:18:45.350Z[ recovery-image] May 08 05:18:43.926 INFO O| May 08 05:18:43.926 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-05-08T05:18:45.368Z[ recovery-image] May 08 05:18:43.947 INFO O| May 08 05:18:43.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68472025-05-08T05:18:45.368Z[ recovery-image] May 08 05:18:43.947 INFO O| May 08 05:18:43.947 INFO STEP 789 (remove_files) COMPLETE
68482025-05-08T05:18:45.368Z[ recovery-image] May 08 05:18:43.947 INFO O| May 08 05:18:43.947 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-05-08T05:18:45.388Z[ recovery-image] May 08 05:18:43.968 INFO O| May 08 05:18:43.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68502025-05-08T05:18:45.388Z[ recovery-image] May 08 05:18:43.968 INFO O| May 08 05:18:43.968 INFO STEP 790 (remove_files) COMPLETE
68512025-05-08T05:18:45.389Z[ recovery-image] May 08 05:18:43.968 INFO O| May 08 05:18:43.968 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-05-08T05:18:45.411Z[ recovery-image] May 08 05:18:43.990 INFO O| May 08 05:18:43.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68532025-05-08T05:18:45.414Z[ recovery-image] May 08 05:18:43.990 INFO O| May 08 05:18:43.990 INFO STEP 791 (remove_files) COMPLETE
68542025-05-08T05:18:45.414Z[ recovery-image] May 08 05:18:43.990 INFO O| May 08 05:18:43.990 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-05-08T05:18:45.433Z[ recovery-image] May 08 05:18:44.012 INFO O| May 08 05:18:44.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68562025-05-08T05:18:45.433Z[ recovery-image] May 08 05:18:44.012 INFO O| May 08 05:18:44.012 INFO STEP 792 (remove_files) COMPLETE
68572025-05-08T05:18:45.433Z[ recovery-image] May 08 05:18:44.012 INFO O| May 08 05:18:44.012 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-05-08T05:18:45.460Z[ recovery-image] May 08 05:18:44.039 INFO O| May 08 05:18:44.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68592025-05-08T05:18:45.460Z[ recovery-image] May 08 05:18:44.039 INFO O| May 08 05:18:44.039 INFO STEP 793 (remove_files) COMPLETE
68602025-05-08T05:18:45.464Z[ recovery-image] May 08 05:18:44.039 INFO O| May 08 05:18:44.039 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-05-08T05:18:45.519Z[ recovery-image] May 08 05:18:44.097 INFO O| May 08 05:18:44.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68622025-05-08T05:18:45.519Z[ recovery-image] May 08 05:18:44.098 INFO O| May 08 05:18:44.097 INFO STEP 794 (remove_files) COMPLETE
68632025-05-08T05:18:45.519Z[ recovery-image] May 08 05:18:44.098 INFO O| May 08 05:18:44.097 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-05-08T05:18:45.549Z[ recovery-image] May 08 05:18:44.128 INFO O| May 08 05:18:44.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68652025-05-08T05:18:45.549Z[ recovery-image] May 08 05:18:44.128 INFO O| May 08 05:18:44.128 INFO STEP 795 (remove_files) COMPLETE
68662025-05-08T05:18:45.552Z[ recovery-image] May 08 05:18:44.128 INFO O| May 08 05:18:44.128 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-05-08T05:18:45.590Z[ recovery-image] May 08 05:18:44.169 INFO O| May 08 05:18:44.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68682025-05-08T05:18:45.590Z[ recovery-image] May 08 05:18:44.169 INFO O| May 08 05:18:44.169 INFO STEP 796 (remove_files) COMPLETE
68692025-05-08T05:18:45.590Z[ recovery-image] May 08 05:18:44.169 INFO O| May 08 05:18:44.169 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-05-08T05:18:45.629Z[ recovery-image] May 08 05:18:44.208 INFO O| May 08 05:18:44.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68712025-05-08T05:18:45.629Z[ recovery-image] May 08 05:18:44.208 INFO O| May 08 05:18:44.208 INFO STEP 797 (remove_files) COMPLETE
68722025-05-08T05:18:45.632Z[ recovery-image] May 08 05:18:44.208 INFO O| May 08 05:18:44.208 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-05-08T05:18:45.651Z[ recovery-image] May 08 05:18:44.229 INFO O| May 08 05:18:44.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68742025-05-08T05:18:45.654Z[ recovery-image] May 08 05:18:44.230 INFO O| May 08 05:18:44.230 INFO STEP 798 (remove_files) COMPLETE
68752025-05-08T05:18:45.654Z[ recovery-image] May 08 05:18:44.230 INFO O| May 08 05:18:44.230 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-05-08T05:18:45.672Z[ recovery-image] May 08 05:18:44.251 INFO O| May 08 05:18:44.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68772025-05-08T05:18:45.672Z[ recovery-image] May 08 05:18:44.251 INFO O| May 08 05:18:44.251 INFO STEP 799 (remove_files) COMPLETE
68782025-05-08T05:18:45.675Z[ recovery-image] May 08 05:18:44.251 INFO O| May 08 05:18:44.251 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-05-08T05:18:45.693Z[ recovery-image] May 08 05:18:44.272 INFO O| May 08 05:18:44.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68802025-05-08T05:18:45.693Z[ recovery-image] May 08 05:18:44.272 INFO O| May 08 05:18:44.272 INFO STEP 800 (remove_files) COMPLETE
68812025-05-08T05:18:45.696Z[ recovery-image] May 08 05:18:44.272 INFO O| May 08 05:18:44.272 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-05-08T05:18:45.714Z[ recovery-image] May 08 05:18:44.293 INFO O| May 08 05:18:44.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68832025-05-08T05:18:45.714Z[ recovery-image] May 08 05:18:44.293 INFO O| May 08 05:18:44.291 INFO STEP 801 (remove_files) COMPLETE
68842025-05-08T05:18:45.717Z[ recovery-image] May 08 05:18:44.293 INFO O| May 08 05:18:44.291 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-05-08T05:18:45.790Z[ recovery-image] May 08 05:18:44.369 INFO O| May 08 05:18:44.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68862025-05-08T05:18:45.794Z[ recovery-image] May 08 05:18:44.370 INFO O| May 08 05:18:44.369 INFO STEP 802 (remove_files) COMPLETE
68872025-05-08T05:18:45.794Z[ recovery-image] May 08 05:18:44.370 INFO O| May 08 05:18:44.370 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-05-08T05:18:45.815Z[ recovery-image] May 08 05:18:44.394 INFO O| May 08 05:18:44.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68892025-05-08T05:18:45.818Z[ recovery-image] May 08 05:18:44.394 INFO O| May 08 05:18:44.394 INFO STEP 803 (remove_files) COMPLETE
68902025-05-08T05:18:45.818Z[ recovery-image] May 08 05:18:44.394 INFO O| May 08 05:18:44.394 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-05-08T05:18:45.838Z[ recovery-image] May 08 05:18:44.416 INFO O| May 08 05:18:44.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68922025-05-08T05:18:45.841Z[ recovery-image] May 08 05:18:44.417 INFO O| May 08 05:18:44.417 INFO STEP 804 (remove_files) COMPLETE
68932025-05-08T05:18:45.841Z[ recovery-image] May 08 05:18:44.417 INFO O| May 08 05:18:44.417 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-05-08T05:18:45.901Z[ recovery-image] May 08 05:18:44.479 INFO O| May 08 05:18:44.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68952025-05-08T05:18:45.904Z[ recovery-image] May 08 05:18:44.480 INFO O| May 08 05:18:44.479 INFO STEP 805 (remove_files) COMPLETE
68962025-05-08T05:18:45.904Z[ recovery-image] May 08 05:18:44.480 INFO O| May 08 05:18:44.480 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-05-08T05:18:45.934Z[ recovery-image] May 08 05:18:44.512 INFO O| May 08 05:18:44.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68982025-05-08T05:18:45.946Z[ recovery-image] May 08 05:18:44.525 INFO O| May 08 05:18:44.525 INFO STEP 806 (remove_files) COMPLETE
68992025-05-08T05:18:45.946Z[ recovery-image] May 08 05:18:44.525 INFO O| May 08 05:18:44.525 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-05-08T05:18:46.005Z[ recovery-image] May 08 05:18:44.583 INFO O| May 08 05:18:44.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69012025-05-08T05:18:46.008Z[ recovery-image] May 08 05:18:44.584 INFO O| May 08 05:18:44.584 INFO STEP 807 (remove_files) COMPLETE
69022025-05-08T05:18:46.008Z[ recovery-image] May 08 05:18:44.584 INFO O| May 08 05:18:44.584 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-05-08T05:18:46.026Z[ recovery-image] May 08 05:18:44.604 INFO O| May 08 05:18:44.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69042025-05-08T05:18:46.029Z[ recovery-image] May 08 05:18:44.604 INFO O| May 08 05:18:44.604 INFO STEP 808 (remove_files) COMPLETE
69052025-05-08T05:18:46.029Z[ recovery-image] May 08 05:18:44.604 INFO O| May 08 05:18:44.604 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-05-08T05:18:46.047Z[ recovery-image] May 08 05:18:44.626 INFO O| May 08 05:18:44.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69072025-05-08T05:18:46.052Z[ recovery-image] May 08 05:18:44.626 INFO O| May 08 05:18:44.626 INFO STEP 809 (remove_files) COMPLETE
69082025-05-08T05:18:46.052Z[ recovery-image] May 08 05:18:44.626 INFO O| May 08 05:18:44.626 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-05-08T05:18:46.077Z[ recovery-image] May 08 05:18:44.656 INFO O| May 08 05:18:44.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69102025-05-08T05:18:46.082Z[ recovery-image] May 08 05:18:44.656 INFO O| May 08 05:18:44.656 INFO STEP 810 (remove_files) COMPLETE
69112025-05-08T05:18:46.082Z[ recovery-image] May 08 05:18:44.656 INFO O| May 08 05:18:44.656 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-05-08T05:18:46.146Z[ recovery-image] May 08 05:18:44.725 INFO O| May 08 05:18:44.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69132025-05-08T05:18:46.146Z[ recovery-image] May 08 05:18:44.725 INFO O| May 08 05:18:44.725 INFO STEP 811 (remove_files) COMPLETE
69142025-05-08T05:18:46.149Z[ recovery-image] May 08 05:18:44.725 INFO O| May 08 05:18:44.725 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-05-08T05:18:46.167Z[ recovery-image] May 08 05:18:44.746 INFO O| May 08 05:18:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69162025-05-08T05:18:46.167Z[ recovery-image] May 08 05:18:44.746 INFO O| May 08 05:18:44.746 INFO STEP 812 (remove_files) COMPLETE
69172025-05-08T05:18:46.170Z[ recovery-image] May 08 05:18:44.746 INFO O| May 08 05:18:44.746 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-05-08T05:18:46.187Z[ recovery-image] May 08 05:18:44.766 INFO O| May 08 05:18:44.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69192025-05-08T05:18:46.187Z[ recovery-image] May 08 05:18:44.766 INFO O| May 08 05:18:44.766 INFO STEP 813 (remove_files) COMPLETE
69202025-05-08T05:18:46.190Z[ recovery-image] May 08 05:18:44.766 INFO O| May 08 05:18:44.766 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-05-08T05:18:46.210Z[ recovery-image] May 08 05:18:44.788 INFO O| May 08 05:18:44.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69222025-05-08T05:18:46.213Z[ recovery-image] May 08 05:18:44.788 INFO O| May 08 05:18:44.788 INFO STEP 814 (remove_files) COMPLETE
69232025-05-08T05:18:46.213Z[ recovery-image] May 08 05:18:44.789 INFO O| May 08 05:18:44.788 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-05-08T05:18:46.231Z[ recovery-image] May 08 05:18:44.810 INFO O| May 08 05:18:44.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69252025-05-08T05:18:46.234Z[ recovery-image] May 08 05:18:44.810 INFO O| May 08 05:18:44.810 INFO STEP 815 (remove_files) COMPLETE
69262025-05-08T05:18:46.234Z[ recovery-image] May 08 05:18:44.810 INFO O| May 08 05:18:44.810 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-05-08T05:18:46.267Z[ recovery-image] May 08 05:18:44.846 INFO O| May 08 05:18:44.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69282025-05-08T05:18:46.267Z[ recovery-image] May 08 05:18:44.846 INFO O| May 08 05:18:44.846 INFO STEP 816 (remove_files) COMPLETE
69292025-05-08T05:18:46.270Z[ recovery-image] May 08 05:18:44.846 INFO O| May 08 05:18:44.846 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-05-08T05:18:46.322Z[ recovery-image] May 08 05:18:44.901 INFO O| May 08 05:18:44.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69312025-05-08T05:18:46.325Z[ recovery-image] May 08 05:18:44.901 INFO O| May 08 05:18:44.901 INFO STEP 817 (remove_files) COMPLETE
69322025-05-08T05:18:46.325Z[ recovery-image] May 08 05:18:44.901 INFO O| May 08 05:18:44.901 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-05-08T05:18:46.342Z[ recovery-image] May 08 05:18:44.920 INFO O| May 08 05:18:44.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69342025-05-08T05:18:46.342Z[ recovery-image] May 08 05:18:44.920 INFO O| May 08 05:18:44.920 INFO STEP 818 (remove_files) COMPLETE
69352025-05-08T05:18:46.342Z[ recovery-image] May 08 05:18:44.920 INFO O| May 08 05:18:44.920 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-05-08T05:18:46.362Z[ recovery-image] May 08 05:18:44.939 INFO O| May 08 05:18:44.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69372025-05-08T05:18:46.362Z[ recovery-image] May 08 05:18:44.939 INFO O| May 08 05:18:44.939 INFO STEP 819 (remove_files) COMPLETE
69382025-05-08T05:18:46.362Z[ recovery-image] May 08 05:18:44.939 INFO O| May 08 05:18:44.939 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-05-08T05:18:46.398Z[ recovery-image] May 08 05:18:44.977 INFO O| May 08 05:18:44.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69402025-05-08T05:18:46.398Z[ recovery-image] May 08 05:18:44.977 INFO O| May 08 05:18:44.977 INFO STEP 820 (remove_files) COMPLETE
69412025-05-08T05:18:46.398Z[ recovery-image] May 08 05:18:44.977 INFO O| May 08 05:18:44.977 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-05-08T05:18:46.436Z[ recovery-image] May 08 05:18:45.014 INFO O| May 08 05:18:45.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69432025-05-08T05:18:46.436Z[ recovery-image] May 08 05:18:45.014 INFO O| May 08 05:18:45.014 INFO STEP 821 (remove_files) COMPLETE
69442025-05-08T05:18:46.436Z[ recovery-image] May 08 05:18:45.014 INFO O| May 08 05:18:45.014 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-05-08T05:18:46.496Z[ recovery-image] May 08 05:18:45.073 INFO O| May 08 05:18:45.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69462025-05-08T05:18:46.496Z[ recovery-image] May 08 05:18:45.073 INFO O| May 08 05:18:45.073 INFO STEP 822 (remove_files) COMPLETE
69472025-05-08T05:18:46.496Z[ recovery-image] May 08 05:18:45.073 INFO O| May 08 05:18:45.073 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-05-08T05:18:46.515Z[ recovery-image] May 08 05:18:45.093 INFO O| May 08 05:18:45.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69492025-05-08T05:18:46.518Z[ recovery-image] May 08 05:18:45.093 INFO O| May 08 05:18:45.093 INFO STEP 823 (remove_files) COMPLETE
69502025-05-08T05:18:46.518Z[ recovery-image] May 08 05:18:45.093 INFO O| May 08 05:18:45.093 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-05-08T05:18:46.536Z[ recovery-image] May 08 05:18:45.115 INFO O| May 08 05:18:45.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69522025-05-08T05:18:46.540Z[ recovery-image] May 08 05:18:45.115 INFO O| May 08 05:18:45.115 INFO STEP 824 (remove_files) COMPLETE
69532025-05-08T05:18:46.540Z[ recovery-image] May 08 05:18:45.115 INFO O| May 08 05:18:45.115 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-05-08T05:18:46.559Z[ recovery-image] May 08 05:18:45.136 INFO O| May 08 05:18:45.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69552025-05-08T05:18:46.559Z[ recovery-image] May 08 05:18:45.136 INFO O| May 08 05:18:45.136 INFO STEP 825 (remove_files) COMPLETE
69562025-05-08T05:18:46.559Z[ recovery-image] May 08 05:18:45.136 INFO O| May 08 05:18:45.136 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-05-08T05:18:46.588Z[ recovery-image] May 08 05:18:45.162 INFO O| May 08 05:18:45.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69582025-05-08T05:18:46.588Z[ recovery-image] May 08 05:18:45.162 INFO O| May 08 05:18:45.162 INFO STEP 826 (remove_files) COMPLETE
69592025-05-08T05:18:46.591Z[ recovery-image] May 08 05:18:45.162 INFO O| May 08 05:18:45.162 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-05-08T05:18:46.614Z[ recovery-image] May 08 05:18:45.192 INFO O| May 08 05:18:45.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69612025-05-08T05:18:46.617Z[ recovery-image] May 08 05:18:45.193 INFO O| May 08 05:18:45.192 INFO STEP 827 (remove_files) COMPLETE
69622025-05-08T05:18:46.617Z[ recovery-image] May 08 05:18:45.193 INFO O| May 08 05:18:45.193 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-05-08T05:18:46.646Z[ recovery-image] May 08 05:18:45.225 INFO O| May 08 05:18:45.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69642025-05-08T05:18:46.646Z[ recovery-image] May 08 05:18:45.225 INFO O| May 08 05:18:45.225 INFO STEP 828 (remove_files) COMPLETE
69652025-05-08T05:18:46.646Z[ recovery-image] May 08 05:18:45.225 INFO O| May 08 05:18:45.225 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-05-08T05:18:46.704Z[ recovery-image] May 08 05:18:45.282 INFO O| May 08 05:18:45.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69672025-05-08T05:18:46.704Z[ recovery-image] May 08 05:18:45.282 INFO O| May 08 05:18:45.282 INFO STEP 829 (remove_files) COMPLETE
69682025-05-08T05:18:46.704Z[ recovery-image] May 08 05:18:45.282 INFO O| May 08 05:18:45.282 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-05-08T05:18:46.725Z[ recovery-image] May 08 05:18:45.303 INFO O| May 08 05:18:45.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69702025-05-08T05:18:46.725Z[ recovery-image] May 08 05:18:45.304 INFO O| May 08 05:18:45.303 INFO STEP 830 (remove_files) COMPLETE
69712025-05-08T05:18:46.728Z[ recovery-image] May 08 05:18:45.304 INFO O| May 08 05:18:45.303 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-05-08T05:18:46.745Z[ recovery-image] May 08 05:18:45.324 INFO O| May 08 05:18:45.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69732025-05-08T05:18:46.745Z[ recovery-image] May 08 05:18:45.324 INFO O| May 08 05:18:45.324 INFO STEP 831 (remove_files) COMPLETE
69742025-05-08T05:18:46.745Z[ recovery-image] May 08 05:18:45.324 INFO O| May 08 05:18:45.324 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-05-08T05:18:46.764Z[ recovery-image] May 08 05:18:45.343 INFO O| May 08 05:18:45.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69762025-05-08T05:18:46.765Z[ recovery-image] May 08 05:18:45.343 INFO O| May 08 05:18:45.343 INFO STEP 832 (remove_files) COMPLETE
69772025-05-08T05:18:46.765Z[ recovery-image] May 08 05:18:45.343 INFO O| May 08 05:18:45.343 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-05-08T05:18:46.810Z[ recovery-image] May 08 05:18:45.389 INFO O| May 08 05:18:45.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69792025-05-08T05:18:46.810Z[ recovery-image] May 08 05:18:45.389 INFO O| May 08 05:18:45.389 INFO STEP 833 (remove_files) COMPLETE
69802025-05-08T05:18:46.814Z[ recovery-image] May 08 05:18:45.389 INFO O| May 08 05:18:45.389 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-05-08T05:18:46.858Z[ recovery-image] May 08 05:18:45.436 INFO O| May 08 05:18:45.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69822025-05-08T05:18:46.858Z[ recovery-image] May 08 05:18:45.436 INFO O| May 08 05:18:45.436 INFO STEP 834 (remove_files) COMPLETE
69832025-05-08T05:18:46.861Z[ recovery-image] May 08 05:18:45.436 INFO O| May 08 05:18:45.436 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-05-08T05:18:46.879Z[ recovery-image] May 08 05:18:45.457 INFO O| May 08 05:18:45.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69852025-05-08T05:18:46.879Z[ recovery-image] May 08 05:18:45.457 INFO O| May 08 05:18:45.457 INFO STEP 835 (remove_files) COMPLETE
69862025-05-08T05:18:46.882Z[ recovery-image] May 08 05:18:45.458 INFO O| May 08 05:18:45.457 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-05-08T05:18:46.899Z[ recovery-image] May 08 05:18:45.478 INFO O| May 08 05:18:45.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69882025-05-08T05:18:46.899Z[ recovery-image] May 08 05:18:45.478 INFO O| May 08 05:18:45.478 INFO STEP 836 (remove_files) COMPLETE
69892025-05-08T05:18:46.903Z[ recovery-image] May 08 05:18:45.478 INFO O| May 08 05:18:45.478 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-05-08T05:18:46.979Z[ recovery-image] May 08 05:18:45.557 INFO O| May 08 05:18:45.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69912025-05-08T05:18:46.979Z[ recovery-image] May 08 05:18:45.557 INFO O| May 08 05:18:45.557 INFO STEP 837 (remove_files) COMPLETE
69922025-05-08T05:18:46.979Z[ recovery-image] May 08 05:18:45.557 INFO O| May 08 05:18:45.557 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-05-08T05:18:47.002Z[ recovery-image] May 08 05:18:45.580 INFO O| May 08 05:18:45.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69942025-05-08T05:18:47.002Z[ recovery-image] May 08 05:18:45.580 INFO O| May 08 05:18:45.580 INFO STEP 838 (remove_files) COMPLETE
69952025-05-08T05:18:47.002Z[ recovery-image] May 08 05:18:45.580 INFO O| May 08 05:18:45.580 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-05-08T05:18:47.078Z[ recovery-image] May 08 05:18:45.656 INFO O| May 08 05:18:45.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69972025-05-08T05:18:47.078Z[ recovery-image] May 08 05:18:45.656 INFO O| May 08 05:18:45.656 INFO STEP 839 (remove_files) COMPLETE
69982025-05-08T05:18:47.081Z[ recovery-image] May 08 05:18:45.656 INFO O| May 08 05:18:45.656 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-05-08T05:18:47.101Z[ recovery-image] May 08 05:18:45.679 INFO O| May 08 05:18:45.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70002025-05-08T05:18:47.111Z[ recovery-image] May 08 05:18:45.690 INFO O| May 08 05:18:45.690 INFO STEP 840 (remove_files) COMPLETE
70012025-05-08T05:18:47.111Z[ recovery-image] May 08 05:18:45.690 INFO O| May 08 05:18:45.690 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-05-08T05:18:47.133Z[ recovery-image] May 08 05:18:45.712 INFO O| May 08 05:18:45.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70032025-05-08T05:18:47.133Z[ recovery-image] May 08 05:18:45.712 INFO O| May 08 05:18:45.712 INFO STEP 841 (remove_files) COMPLETE
70042025-05-08T05:18:47.136Z[ recovery-image] May 08 05:18:45.712 INFO O| May 08 05:18:45.712 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-05-08T05:18:47.154Z[ recovery-image] May 08 05:18:45.732 INFO O| May 08 05:18:45.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70062025-05-08T05:18:47.154Z[ recovery-image] May 08 05:18:45.733 INFO O| May 08 05:18:45.733 INFO STEP 842 (remove_files) COMPLETE
70072025-05-08T05:18:47.154Z[ recovery-image] May 08 05:18:45.733 INFO O| May 08 05:18:45.733 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-05-08T05:18:47.192Z[ recovery-image] May 08 05:18:45.770 INFO O| May 08 05:18:45.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70092025-05-08T05:18:47.192Z[ recovery-image] May 08 05:18:45.770 INFO O| May 08 05:18:45.770 INFO STEP 843 (remove_files) COMPLETE
70102025-05-08T05:18:47.192Z[ recovery-image] May 08 05:18:45.771 INFO O| May 08 05:18:45.770 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-05-08T05:18:47.214Z[ recovery-image] May 08 05:18:45.792 INFO O| May 08 05:18:45.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70122025-05-08T05:18:47.214Z[ recovery-image] May 08 05:18:45.792 INFO O| May 08 05:18:45.792 INFO STEP 844 (remove_files) COMPLETE
70132025-05-08T05:18:47.214Z[ recovery-image] May 08 05:18:45.792 INFO O| May 08 05:18:45.792 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-05-08T05:18:47.235Z[ recovery-image] May 08 05:18:45.813 INFO O| May 08 05:18:45.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70152025-05-08T05:18:47.235Z[ recovery-image] May 08 05:18:45.813 INFO O| May 08 05:18:45.813 INFO STEP 845 (remove_files) COMPLETE
70162025-05-08T05:18:47.235Z[ recovery-image] May 08 05:18:45.813 INFO O| May 08 05:18:45.813 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-05-08T05:18:47.270Z[ recovery-image] May 08 05:18:45.848 INFO O| May 08 05:18:45.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70182025-05-08T05:18:47.273Z[ recovery-image] May 08 05:18:45.849 INFO O| May 08 05:18:45.849 INFO STEP 846 (remove_files) COMPLETE
70192025-05-08T05:18:47.273Z[ recovery-image] May 08 05:18:45.849 INFO O| May 08 05:18:45.849 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-05-08T05:18:47.292Z[ recovery-image] May 08 05:18:45.870 INFO O| May 08 05:18:45.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70212025-05-08T05:18:47.295Z[ recovery-image] May 08 05:18:45.870 INFO O| May 08 05:18:45.870 INFO STEP 847 (remove_files) COMPLETE
70222025-05-08T05:18:47.295Z[ recovery-image] May 08 05:18:45.871 INFO O| May 08 05:18:45.870 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-05-08T05:18:47.314Z[ recovery-image] May 08 05:18:45.892 INFO O| May 08 05:18:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70242025-05-08T05:18:47.318Z[ recovery-image] May 08 05:18:45.892 INFO O| May 08 05:18:45.892 INFO STEP 848 (remove_files) COMPLETE
70252025-05-08T05:18:47.318Z[ recovery-image] May 08 05:18:45.892 INFO O| May 08 05:18:45.892 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-05-08T05:18:47.341Z[ recovery-image] May 08 05:18:45.920 INFO O| May 08 05:18:45.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70272025-05-08T05:18:47.345Z[ recovery-image] May 08 05:18:45.920 INFO O| May 08 05:18:45.920 INFO STEP 849 (remove_files) COMPLETE
70282025-05-08T05:18:47.345Z[ recovery-image] May 08 05:18:45.920 INFO O| May 08 05:18:45.920 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-05-08T05:18:47.360Z[ recovery-image] May 08 05:18:45.939 INFO O| May 08 05:18:45.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70302025-05-08T05:18:47.364Z[ recovery-image] May 08 05:18:45.939 INFO O| May 08 05:18:45.939 INFO STEP 850 (remove_files) COMPLETE
70312025-05-08T05:18:47.364Z[ recovery-image] May 08 05:18:45.939 INFO O| May 08 05:18:45.939 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-05-08T05:18:47.378Z[ recovery-image] May 08 05:18:45.956 INFO O| May 08 05:18:45.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70332025-05-08T05:18:47.381Z[ recovery-image] May 08 05:18:45.956 INFO O| May 08 05:18:45.956 INFO STEP 851 (remove_files) COMPLETE
70342025-05-08T05:18:47.381Z[ recovery-image] May 08 05:18:45.956 INFO O| May 08 05:18:45.956 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-05-08T05:18:47.394Z[ recovery-image] May 08 05:18:45.973 INFO O| May 08 05:18:45.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70362025-05-08T05:18:47.394Z[ recovery-image] May 08 05:18:45.973 INFO O| May 08 05:18:45.973 INFO STEP 852 (remove_files) COMPLETE
70372025-05-08T05:18:47.397Z[ recovery-image] May 08 05:18:45.973 INFO O| May 08 05:18:45.973 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-05-08T05:18:47.411Z[ recovery-image] May 08 05:18:45.989 INFO O| May 08 05:18:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70392025-05-08T05:18:47.411Z[ recovery-image] May 08 05:18:45.989 INFO O| May 08 05:18:45.989 INFO STEP 853 (remove_files) COMPLETE
70402025-05-08T05:18:47.411Z[ recovery-image] May 08 05:18:45.989 INFO O| May 08 05:18:45.989 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-05-08T05:18:47.428Z[ recovery-image] May 08 05:18:46.007 INFO O| May 08 05:18:46.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70422025-05-08T05:18:47.428Z[ recovery-image] May 08 05:18:46.007 INFO O| May 08 05:18:46.007 INFO STEP 854 (remove_files) COMPLETE
70432025-05-08T05:18:47.428Z[ recovery-image] May 08 05:18:46.007 INFO O| May 08 05:18:46.007 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-05-08T05:18:47.446Z[ recovery-image] May 08 05:18:46.024 INFO O| May 08 05:18:46.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70452025-05-08T05:18:47.446Z[ recovery-image] May 08 05:18:46.025 INFO O| May 08 05:18:46.025 INFO STEP 855 (remove_files) COMPLETE
70462025-05-08T05:18:47.446Z[ recovery-image] May 08 05:18:46.025 INFO O| May 08 05:18:46.025 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-05-08T05:18:47.464Z[ recovery-image] May 08 05:18:46.042 INFO O| May 08 05:18:46.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70482025-05-08T05:18:47.464Z[ recovery-image] May 08 05:18:46.042 INFO O| May 08 05:18:46.042 INFO STEP 856 (remove_files) COMPLETE
70492025-05-08T05:18:47.464Z[ recovery-image] May 08 05:18:46.042 INFO O| May 08 05:18:46.042 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-05-08T05:18:47.481Z[ recovery-image] May 08 05:18:46.059 INFO O| May 08 05:18:46.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70512025-05-08T05:18:47.481Z[ recovery-image] May 08 05:18:46.059 INFO O| May 08 05:18:46.059 INFO STEP 857 (remove_files) COMPLETE
70522025-05-08T05:18:47.481Z[ recovery-image] May 08 05:18:46.059 INFO O| May 08 05:18:46.059 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-05-08T05:18:47.498Z[ recovery-image] May 08 05:18:46.076 INFO O| May 08 05:18:46.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70542025-05-08T05:18:47.499Z[ recovery-image] May 08 05:18:46.076 INFO O| May 08 05:18:46.076 INFO STEP 858 (remove_files) COMPLETE
70552025-05-08T05:18:47.499Z[ recovery-image] May 08 05:18:46.076 INFO O| May 08 05:18:46.076 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-05-08T05:18:47.515Z[ recovery-image] May 08 05:18:46.093 INFO O| May 08 05:18:46.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70572025-05-08T05:18:47.515Z[ recovery-image] May 08 05:18:46.093 INFO O| May 08 05:18:46.093 INFO STEP 859 (remove_files) COMPLETE
70582025-05-08T05:18:47.518Z[ recovery-image] May 08 05:18:46.093 INFO O| May 08 05:18:46.093 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-05-08T05:18:47.540Z[ recovery-image] May 08 05:18:46.118 INFO O| May 08 05:18:46.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70602025-05-08T05:18:47.540Z[ recovery-image] May 08 05:18:46.118 INFO O| May 08 05:18:46.118 INFO STEP 860 (remove_files) COMPLETE
70612025-05-08T05:18:47.543Z[ recovery-image] May 08 05:18:46.118 INFO O| May 08 05:18:46.118 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-05-08T05:18:47.559Z[ recovery-image] May 08 05:18:46.137 INFO O| May 08 05:18:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70632025-05-08T05:18:47.559Z[ recovery-image] May 08 05:18:46.137 INFO O| May 08 05:18:46.137 INFO STEP 861 (remove_files) COMPLETE
70642025-05-08T05:18:47.559Z[ recovery-image] May 08 05:18:46.137 INFO O| May 08 05:18:46.137 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-05-08T05:18:47.587Z[ recovery-image] May 08 05:18:46.165 INFO O| May 08 05:18:46.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70662025-05-08T05:18:47.590Z[ recovery-image] May 08 05:18:46.165 INFO O| May 08 05:18:46.165 INFO STEP 862 (remove_files) COMPLETE
70672025-05-08T05:18:47.590Z[ recovery-image] May 08 05:18:46.166 INFO O| May 08 05:18:46.165 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-05-08T05:18:47.610Z[ recovery-image] May 08 05:18:46.188 INFO O| May 08 05:18:46.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70692025-05-08T05:18:47.614Z[ recovery-image] May 08 05:18:46.189 INFO O| May 08 05:18:46.189 INFO STEP 863 (remove_files) COMPLETE
70702025-05-08T05:18:47.614Z[ recovery-image] May 08 05:18:46.189 INFO O| May 08 05:18:46.189 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-05-08T05:18:47.647Z[ recovery-image] May 08 05:18:46.225 INFO O| May 08 05:18:46.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70722025-05-08T05:18:47.647Z[ recovery-image] May 08 05:18:46.225 INFO O| May 08 05:18:46.225 INFO STEP 864 (remove_files) COMPLETE
70732025-05-08T05:18:47.647Z[ recovery-image] May 08 05:18:46.225 INFO O| May 08 05:18:46.225 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-05-08T05:18:47.701Z[ recovery-image] May 08 05:18:46.279 INFO O| May 08 05:18:46.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70752025-05-08T05:18:47.704Z[ recovery-image] May 08 05:18:46.279 INFO O| May 08 05:18:46.279 INFO STEP 865 (remove_files) COMPLETE
70762025-05-08T05:18:47.704Z[ recovery-image] May 08 05:18:46.280 INFO O| May 08 05:18:46.279 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-05-08T05:18:47.736Z[ recovery-image] May 08 05:18:46.314 INFO O| May 08 05:18:46.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70782025-05-08T05:18:47.739Z[ recovery-image] May 08 05:18:46.314 INFO O| May 08 05:18:46.314 INFO STEP 866 (remove_files) COMPLETE
70792025-05-08T05:18:47.739Z[ recovery-image] May 08 05:18:46.314 INFO O| May 08 05:18:46.314 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-05-08T05:18:47.756Z[ recovery-image] May 08 05:18:46.334 INFO O| May 08 05:18:46.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70812025-05-08T05:18:47.759Z[ recovery-image] May 08 05:18:46.334 INFO O| May 08 05:18:46.334 INFO STEP 867 (remove_files) COMPLETE
70822025-05-08T05:18:47.759Z[ recovery-image] May 08 05:18:46.335 INFO O| May 08 05:18:46.334 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-05-08T05:18:47.781Z[ recovery-image] May 08 05:18:46.359 INFO O| May 08 05:18:46.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70842025-05-08T05:18:47.781Z[ recovery-image] May 08 05:18:46.359 INFO O| May 08 05:18:46.359 INFO STEP 868 (remove_files) COMPLETE
70852025-05-08T05:18:47.784Z[ recovery-image] May 08 05:18:46.359 INFO O| May 08 05:18:46.359 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-05-08T05:18:47.810Z[ recovery-image] May 08 05:18:46.387 INFO O| May 08 05:18:46.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70872025-05-08T05:18:47.810Z[ recovery-image] May 08 05:18:46.387 INFO O| May 08 05:18:46.387 INFO STEP 869 (remove_files) COMPLETE
70882025-05-08T05:18:47.810Z[ recovery-image] May 08 05:18:46.387 INFO O| May 08 05:18:46.387 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-05-08T05:18:47.831Z[ recovery-image] May 08 05:18:46.408 INFO O| May 08 05:18:46.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70902025-05-08T05:18:47.831Z[ recovery-image] May 08 05:18:46.409 INFO O| May 08 05:18:46.409 INFO STEP 870 (remove_files) COMPLETE
70912025-05-08T05:18:47.834Z[ recovery-image] May 08 05:18:46.409 INFO O| May 08 05:18:46.409 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-05-08T05:18:47.856Z[ recovery-image] May 08 05:18:46.434 INFO O| May 08 05:18:46.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70932025-05-08T05:18:47.856Z[ recovery-image] May 08 05:18:46.434 INFO O| May 08 05:18:46.434 INFO STEP 871 (remove_files) COMPLETE
70942025-05-08T05:18:47.856Z[ recovery-image] May 08 05:18:46.434 INFO O| May 08 05:18:46.434 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-05-08T05:18:47.892Z[ recovery-image] May 08 05:18:46.470 INFO O| May 08 05:18:46.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70962025-05-08T05:18:47.896Z[ recovery-image] May 08 05:18:46.471 INFO O| May 08 05:18:46.471 INFO STEP 872 (remove_files) COMPLETE
70972025-05-08T05:18:47.896Z[ recovery-image] May 08 05:18:46.471 INFO O| May 08 05:18:46.471 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-05-08T05:18:47.912Z[ recovery-image] May 08 05:18:46.490 INFO O| May 08 05:18:46.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70992025-05-08T05:18:47.912Z[ recovery-image] May 08 05:18:46.490 INFO O| May 08 05:18:46.490 INFO STEP 873 (remove_files) COMPLETE
71002025-05-08T05:18:47.915Z[ recovery-image] May 08 05:18:46.490 INFO O| May 08 05:18:46.490 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-05-08T05:18:47.936Z[ recovery-image] May 08 05:18:46.514 INFO O| May 08 05:18:46.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71022025-05-08T05:18:47.936Z[ recovery-image] May 08 05:18:46.514 INFO O| May 08 05:18:46.514 INFO STEP 874 (remove_files) COMPLETE
71032025-05-08T05:18:47.939Z[ recovery-image] May 08 05:18:46.514 INFO O| May 08 05:18:46.514 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-05-08T05:18:47.957Z[ recovery-image] May 08 05:18:46.535 INFO O| May 08 05:18:46.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71052025-05-08T05:18:47.957Z[ recovery-image] May 08 05:18:46.535 INFO O| May 08 05:18:46.535 INFO STEP 875 (remove_files) COMPLETE
71062025-05-08T05:18:47.960Z[ recovery-image] May 08 05:18:46.535 INFO O| May 08 05:18:46.535 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-05-08T05:18:47.977Z[ recovery-image] May 08 05:18:46.555 INFO O| May 08 05:18:46.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71082025-05-08T05:18:47.977Z[ recovery-image] May 08 05:18:46.555 INFO O| May 08 05:18:46.555 INFO STEP 876 (remove_files) COMPLETE
71092025-05-08T05:18:47.980Z[ recovery-image] May 08 05:18:46.555 INFO O| May 08 05:18:46.555 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-05-08T05:18:47.995Z[ recovery-image] May 08 05:18:46.573 INFO O| May 08 05:18:46.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71112025-05-08T05:18:47.995Z[ recovery-image] May 08 05:18:46.573 INFO O| May 08 05:18:46.573 INFO STEP 877 (remove_files) COMPLETE
71122025-05-08T05:18:47.995Z[ recovery-image] May 08 05:18:46.573 INFO O| May 08 05:18:46.573 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-05-08T05:18:48.015Z[ recovery-image] May 08 05:18:46.593 INFO O| May 08 05:18:46.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71142025-05-08T05:18:48.020Z[ recovery-image] May 08 05:18:46.593 INFO O| May 08 05:18:46.593 INFO STEP 878 (remove_files) COMPLETE
71152025-05-08T05:18:48.020Z[ recovery-image] May 08 05:18:46.593 INFO O| May 08 05:18:46.593 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-05-08T05:18:48.036Z[ recovery-image] May 08 05:18:46.614 INFO O| May 08 05:18:46.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71172025-05-08T05:18:48.037Z[ recovery-image] May 08 05:18:46.614 INFO O| May 08 05:18:46.614 INFO STEP 879 (remove_files) COMPLETE
71182025-05-08T05:18:48.037Z[ recovery-image] May 08 05:18:46.614 INFO O| May 08 05:18:46.614 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-05-08T05:18:48.062Z[ recovery-image] May 08 05:18:46.640 INFO O| May 08 05:18:46.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71202025-05-08T05:18:48.062Z[ recovery-image] May 08 05:18:46.640 INFO O| May 08 05:18:46.640 INFO STEP 880 (remove_files) COMPLETE
71212025-05-08T05:18:48.062Z[ recovery-image] May 08 05:18:46.640 INFO O| May 08 05:18:46.640 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-05-08T05:18:48.098Z[ recovery-image] May 08 05:18:46.673 INFO O| May 08 05:18:46.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71232025-05-08T05:18:48.098Z[ recovery-image] May 08 05:18:46.673 INFO O| May 08 05:18:46.673 INFO STEP 881 (remove_files) COMPLETE
71242025-05-08T05:18:48.098Z[ recovery-image] May 08 05:18:46.673 INFO O| May 08 05:18:46.673 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-05-08T05:18:48.124Z[ recovery-image] May 08 05:18:46.702 INFO O| May 08 05:18:46.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71262025-05-08T05:18:48.124Z[ recovery-image] May 08 05:18:46.702 INFO O| May 08 05:18:46.702 INFO STEP 882 (remove_files) COMPLETE
71272025-05-08T05:18:48.124Z[ recovery-image] May 08 05:18:46.702 INFO O| May 08 05:18:46.702 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-05-08T05:18:48.147Z[ recovery-image] May 08 05:18:46.725 INFO O| May 08 05:18:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71292025-05-08T05:18:48.147Z[ recovery-image] May 08 05:18:46.725 INFO O| May 08 05:18:46.725 INFO STEP 883 (remove_files) COMPLETE
71302025-05-08T05:18:48.147Z[ recovery-image] May 08 05:18:46.725 INFO O| May 08 05:18:46.725 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-05-08T05:18:48.196Z[ recovery-image] May 08 05:18:46.774 INFO O| May 08 05:18:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71322025-05-08T05:18:48.199Z[ recovery-image] May 08 05:18:46.774 INFO O| May 08 05:18:46.774 INFO STEP 884 (remove_files) COMPLETE
71332025-05-08T05:18:48.199Z[ recovery-image] May 08 05:18:46.774 INFO O| May 08 05:18:46.774 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-05-08T05:18:48.222Z[ recovery-image] May 08 05:18:46.800 INFO O| May 08 05:18:46.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71352025-05-08T05:18:48.222Z[ recovery-image] May 08 05:18:46.800 INFO O| May 08 05:18:46.800 INFO STEP 885 (remove_files) COMPLETE
71362025-05-08T05:18:48.225Z[ recovery-image] May 08 05:18:46.800 INFO O| May 08 05:18:46.800 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-05-08T05:18:48.261Z[ recovery-image] May 08 05:18:46.839 INFO O| May 08 05:18:46.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71382025-05-08T05:18:48.261Z[ recovery-image] May 08 05:18:46.839 INFO O| May 08 05:18:46.839 INFO STEP 886 (remove_files) COMPLETE
71392025-05-08T05:18:48.261Z[ recovery-image] May 08 05:18:46.839 INFO O| May 08 05:18:46.839 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-05-08T05:18:48.282Z[ recovery-image] May 08 05:18:46.860 INFO O| May 08 05:18:46.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71412025-05-08T05:18:48.282Z[ recovery-image] May 08 05:18:46.860 INFO O| May 08 05:18:46.860 INFO STEP 887 (remove_files) COMPLETE
71422025-05-08T05:18:48.282Z[ recovery-image] May 08 05:18:46.860 INFO O| May 08 05:18:46.860 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-05-08T05:18:48.302Z[ recovery-image] May 08 05:18:46.880 INFO O| May 08 05:18:46.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71442025-05-08T05:18:48.302Z[ recovery-image] May 08 05:18:46.880 INFO O| May 08 05:18:46.880 INFO STEP 888 (remove_files) COMPLETE
71452025-05-08T05:18:48.305Z[ recovery-image] May 08 05:18:46.880 INFO O| May 08 05:18:46.880 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-05-08T05:18:48.327Z[ recovery-image] May 08 05:18:46.904 INFO O| May 08 05:18:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71472025-05-08T05:18:48.330Z[ recovery-image] May 08 05:18:46.904 INFO O| May 08 05:18:46.904 INFO STEP 889 (remove_files) COMPLETE
71482025-05-08T05:18:48.330Z[ recovery-image] May 08 05:18:46.905 INFO O| May 08 05:18:46.904 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-05-08T05:18:48.355Z[ recovery-image] May 08 05:18:46.933 INFO O| May 08 05:18:46.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71502025-05-08T05:18:48.355Z[ recovery-image] May 08 05:18:46.933 INFO O| May 08 05:18:46.933 INFO STEP 890 (remove_files) COMPLETE
71512025-05-08T05:18:48.355Z[ recovery-image] May 08 05:18:46.933 INFO O| May 08 05:18:46.933 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-05-08T05:18:48.388Z[ recovery-image] May 08 05:18:46.965 INFO O| May 08 05:18:46.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71532025-05-08T05:18:48.388Z[ recovery-image] May 08 05:18:46.965 INFO O| May 08 05:18:46.965 INFO STEP 891 (remove_files) COMPLETE
71542025-05-08T05:18:48.388Z[ recovery-image] May 08 05:18:46.965 INFO O| May 08 05:18:46.965 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-05-08T05:18:48.414Z[ recovery-image] May 08 05:18:46.992 INFO O| May 08 05:18:46.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71562025-05-08T05:18:48.418Z[ recovery-image] May 08 05:18:46.992 INFO O| May 08 05:18:46.992 INFO STEP 892 (remove_files) COMPLETE
71572025-05-08T05:18:48.418Z[ recovery-image] May 08 05:18:46.992 INFO O| May 08 05:18:46.992 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-05-08T05:18:48.434Z[ recovery-image] May 08 05:18:47.012 INFO O| May 08 05:18:47.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71592025-05-08T05:18:48.434Z[ recovery-image] May 08 05:18:47.012 INFO O| May 08 05:18:47.012 INFO STEP 893 (remove_files) COMPLETE
71602025-05-08T05:18:48.437Z[ recovery-image] May 08 05:18:47.012 INFO O| May 08 05:18:47.012 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-05-08T05:18:48.453Z[ recovery-image] May 08 05:18:47.031 INFO O| May 08 05:18:47.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71622025-05-08T05:18:48.453Z[ recovery-image] May 08 05:18:47.031 INFO O| May 08 05:18:47.031 INFO STEP 894 (remove_files) COMPLETE
71632025-05-08T05:18:48.457Z[ recovery-image] May 08 05:18:47.031 INFO O| May 08 05:18:47.031 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-05-08T05:18:48.474Z[ recovery-image] May 08 05:18:47.052 INFO O| May 08 05:18:47.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71652025-05-08T05:18:48.478Z[ recovery-image] May 08 05:18:47.052 INFO O| May 08 05:18:47.052 INFO STEP 895 (remove_files) COMPLETE
71662025-05-08T05:18:48.478Z[ recovery-image] May 08 05:18:47.052 INFO O| May 08 05:18:47.052 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-05-08T05:18:48.502Z[ recovery-image] May 08 05:18:47.073 INFO O| May 08 05:18:47.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71682025-05-08T05:18:48.502Z[ recovery-image] May 08 05:18:47.074 INFO O| May 08 05:18:47.073 INFO STEP 896 (remove_files) COMPLETE
71692025-05-08T05:18:48.505Z[ recovery-image] May 08 05:18:47.074 INFO O| May 08 05:18:47.074 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-05-08T05:18:48.521Z[ recovery-image] May 08 05:18:47.098 INFO O| May 08 05:18:47.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71712025-05-08T05:18:48.521Z[ recovery-image] May 08 05:18:47.098 INFO O| May 08 05:18:47.098 INFO STEP 897 (remove_files) COMPLETE
71722025-05-08T05:18:48.521Z[ recovery-image] May 08 05:18:47.098 INFO O| May 08 05:18:47.098 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-05-08T05:18:48.546Z[ recovery-image] May 08 05:18:47.124 INFO O| May 08 05:18:47.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71742025-05-08T05:18:48.546Z[ recovery-image] May 08 05:18:47.124 INFO O| May 08 05:18:47.124 INFO STEP 898 (remove_files) COMPLETE
71752025-05-08T05:18:48.546Z[ recovery-image] May 08 05:18:47.124 INFO O| May 08 05:18:47.124 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-05-08T05:18:48.568Z[ recovery-image] May 08 05:18:47.146 INFO O| May 08 05:18:47.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71772025-05-08T05:18:48.568Z[ recovery-image] May 08 05:18:47.146 INFO O| May 08 05:18:47.146 INFO STEP 899 (remove_files) COMPLETE
71782025-05-08T05:18:48.571Z[ recovery-image] May 08 05:18:47.146 INFO O| May 08 05:18:47.146 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-05-08T05:18:48.598Z[ recovery-image] May 08 05:18:47.175 INFO O| May 08 05:18:47.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71802025-05-08T05:18:48.598Z[ recovery-image] May 08 05:18:47.176 INFO O| May 08 05:18:47.176 INFO STEP 900 (remove_files) COMPLETE
71812025-05-08T05:18:48.601Z[ recovery-image] May 08 05:18:47.176 INFO O| May 08 05:18:47.176 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-05-08T05:18:48.621Z[ recovery-image] May 08 05:18:47.199 INFO O| May 08 05:18:47.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71832025-05-08T05:18:48.621Z[ recovery-image] May 08 05:18:47.199 INFO O| May 08 05:18:47.199 INFO STEP 901 (remove_files) COMPLETE
71842025-05-08T05:18:48.621Z[ recovery-image] May 08 05:18:47.199 INFO O| May 08 05:18:47.199 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-05-08T05:18:48.642Z[ recovery-image] May 08 05:18:47.220 INFO O| May 08 05:18:47.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71862025-05-08T05:18:48.642Z[ recovery-image] May 08 05:18:47.220 INFO O| May 08 05:18:47.220 INFO STEP 902 (remove_files) COMPLETE
71872025-05-08T05:18:48.646Z[ recovery-image] May 08 05:18:47.220 INFO O| May 08 05:18:47.220 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-05-08T05:18:48.662Z[ recovery-image] May 08 05:18:47.240 INFO O| May 08 05:18:47.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71892025-05-08T05:18:48.662Z[ recovery-image] May 08 05:18:47.240 INFO O| May 08 05:18:47.240 INFO STEP 903 (remove_files) COMPLETE
71902025-05-08T05:18:48.662Z[ recovery-image] May 08 05:18:47.240 INFO O| May 08 05:18:47.240 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-05-08T05:18:48.682Z[ recovery-image] May 08 05:18:47.260 INFO O| May 08 05:18:47.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71922025-05-08T05:18:48.685Z[ recovery-image] May 08 05:18:47.260 INFO O| May 08 05:18:47.260 INFO STEP 904 (remove_files) COMPLETE
71932025-05-08T05:18:48.685Z[ recovery-image] May 08 05:18:47.260 INFO O| May 08 05:18:47.260 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-05-08T05:18:48.704Z[ recovery-image] May 08 05:18:47.282 INFO O| May 08 05:18:47.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71952025-05-08T05:18:48.708Z[ recovery-image] May 08 05:18:47.282 INFO O| May 08 05:18:47.282 INFO STEP 905 (remove_files) COMPLETE
71962025-05-08T05:18:48.708Z[ recovery-image] May 08 05:18:47.282 INFO O| May 08 05:18:47.282 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-05-08T05:18:48.727Z[ recovery-image] May 08 05:18:47.304 INFO O| May 08 05:18:47.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71982025-05-08T05:18:48.727Z[ recovery-image] May 08 05:18:47.304 INFO O| May 08 05:18:47.304 INFO STEP 906 (remove_files) COMPLETE
71992025-05-08T05:18:48.730Z[ recovery-image] May 08 05:18:47.305 INFO O| May 08 05:18:47.304 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-05-08T05:18:48.748Z[ recovery-image] May 08 05:18:47.326 INFO O| May 08 05:18:47.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72012025-05-08T05:18:48.748Z[ recovery-image] May 08 05:18:47.326 INFO O| May 08 05:18:47.326 INFO STEP 907 (remove_files) COMPLETE
72022025-05-08T05:18:48.748Z[ recovery-image] May 08 05:18:47.326 INFO O| May 08 05:18:47.326 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-05-08T05:18:48.769Z[ recovery-image] May 08 05:18:47.347 INFO O| May 08 05:18:47.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72042025-05-08T05:18:48.769Z[ recovery-image] May 08 05:18:47.347 INFO O| May 08 05:18:47.347 INFO STEP 908 (remove_files) COMPLETE
72052025-05-08T05:18:48.772Z[ recovery-image] May 08 05:18:47.347 INFO O| May 08 05:18:47.347 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-05-08T05:18:48.790Z[ recovery-image] May 08 05:18:47.368 INFO O| May 08 05:18:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72072025-05-08T05:18:48.790Z[ recovery-image] May 08 05:18:47.368 INFO O| May 08 05:18:47.368 INFO STEP 909 (remove_files) COMPLETE
72082025-05-08T05:18:48.790Z[ recovery-image] May 08 05:18:47.368 INFO O| May 08 05:18:47.368 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-05-08T05:18:48.810Z[ recovery-image] May 08 05:18:47.388 INFO O| May 08 05:18:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72102025-05-08T05:18:48.810Z[ recovery-image] May 08 05:18:47.388 INFO O| May 08 05:18:47.388 INFO STEP 910 (remove_files) COMPLETE
72112025-05-08T05:18:48.813Z[ recovery-image] May 08 05:18:47.388 INFO O| May 08 05:18:47.388 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-05-08T05:18:48.832Z[ recovery-image] May 08 05:18:47.410 INFO O| May 08 05:18:47.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72132025-05-08T05:18:48.832Z[ recovery-image] May 08 05:18:47.410 INFO O| May 08 05:18:47.410 INFO STEP 911 (remove_files) COMPLETE
72142025-05-08T05:18:48.832Z[ recovery-image] May 08 05:18:47.410 INFO O| May 08 05:18:47.410 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-05-08T05:18:48.853Z[ recovery-image] May 08 05:18:47.431 INFO O| May 08 05:18:47.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72162025-05-08T05:18:48.853Z[ recovery-image] May 08 05:18:47.431 INFO O| May 08 05:18:47.431 INFO STEP 912 (remove_files) COMPLETE
72172025-05-08T05:18:48.856Z[ recovery-image] May 08 05:18:47.431 INFO O| May 08 05:18:47.431 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-05-08T05:18:48.882Z[ recovery-image] May 08 05:18:47.452 INFO O| May 08 05:18:47.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72192025-05-08T05:18:48.882Z[ recovery-image] May 08 05:18:47.452 INFO O| May 08 05:18:47.452 INFO STEP 913 (remove_files) COMPLETE
72202025-05-08T05:18:48.882Z[ recovery-image] May 08 05:18:47.452 INFO O| May 08 05:18:47.452 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-05-08T05:18:48.895Z[ recovery-image] May 08 05:18:47.472 INFO O| May 08 05:18:47.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72222025-05-08T05:18:48.898Z[ recovery-image] May 08 05:18:47.473 INFO O| May 08 05:18:47.473 INFO STEP 914 (remove_files) COMPLETE
72232025-05-08T05:18:48.898Z[ recovery-image] May 08 05:18:47.473 INFO O| May 08 05:18:47.473 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-05-08T05:18:48.914Z[ recovery-image] May 08 05:18:47.492 INFO O| May 08 05:18:47.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72252025-05-08T05:18:48.914Z[ recovery-image] May 08 05:18:47.492 INFO O| May 08 05:18:47.492 INFO STEP 915 (remove_files) COMPLETE
72262025-05-08T05:18:48.914Z[ recovery-image] May 08 05:18:47.492 INFO O| May 08 05:18:47.492 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-05-08T05:18:48.934Z[ recovery-image] May 08 05:18:47.512 INFO O| May 08 05:18:47.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72282025-05-08T05:18:48.937Z[ recovery-image] May 08 05:18:47.512 INFO O| May 08 05:18:47.512 INFO STEP 916 (remove_files) COMPLETE
72292025-05-08T05:18:48.937Z[ recovery-image] May 08 05:18:47.512 INFO O| May 08 05:18:47.512 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-05-08T05:18:48.954Z[ recovery-image] May 08 05:18:47.532 INFO O| May 08 05:18:47.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72312025-05-08T05:18:48.959Z[ recovery-image] May 08 05:18:47.532 INFO O| May 08 05:18:47.532 INFO STEP 917 (remove_files) COMPLETE
72322025-05-08T05:18:48.959Z[ recovery-image] May 08 05:18:47.532 INFO O| May 08 05:18:47.532 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-05-08T05:18:48.974Z[ recovery-image] May 08 05:18:47.551 INFO O| May 08 05:18:47.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72342025-05-08T05:18:48.978Z[ recovery-image] May 08 05:18:47.552 INFO O| May 08 05:18:47.551 INFO STEP 918 (remove_files) COMPLETE
72352025-05-08T05:18:48.978Z[ recovery-image] May 08 05:18:47.552 INFO O| May 08 05:18:47.552 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-05-08T05:18:48.994Z[ recovery-image] May 08 05:18:47.571 INFO O| May 08 05:18:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72372025-05-08T05:18:48.994Z[ recovery-image] May 08 05:18:47.571 INFO O| May 08 05:18:47.571 INFO STEP 919 (remove_files) COMPLETE
72382025-05-08T05:18:48.997Z[ recovery-image] May 08 05:18:47.572 INFO O| May 08 05:18:47.571 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-05-08T05:18:49.014Z[ recovery-image] May 08 05:18:47.592 INFO O| May 08 05:18:47.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72402025-05-08T05:18:49.014Z[ recovery-image] May 08 05:18:47.592 INFO O| May 08 05:18:47.592 INFO STEP 920 (remove_files) COMPLETE
72412025-05-08T05:18:49.018Z[ recovery-image] May 08 05:18:47.592 INFO O| May 08 05:18:47.592 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-05-08T05:18:49.034Z[ recovery-image] May 08 05:18:47.612 INFO O| May 08 05:18:47.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72432025-05-08T05:18:49.034Z[ recovery-image] May 08 05:18:47.612 INFO O| May 08 05:18:47.612 INFO STEP 921 (remove_files) COMPLETE
72442025-05-08T05:18:49.034Z[ recovery-image] May 08 05:18:47.612 INFO O| May 08 05:18:47.612 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-05-08T05:18:49.054Z[ recovery-image] May 08 05:18:47.632 INFO O| May 08 05:18:47.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72462025-05-08T05:18:49.054Z[ recovery-image] May 08 05:18:47.632 INFO O| May 08 05:18:47.632 INFO STEP 922 (remove_files) COMPLETE
72472025-05-08T05:18:49.054Z[ recovery-image] May 08 05:18:47.632 INFO O| May 08 05:18:47.632 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-05-08T05:18:49.074Z[ recovery-image] May 08 05:18:47.652 INFO O| May 08 05:18:47.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72492025-05-08T05:18:49.074Z[ recovery-image] May 08 05:18:47.652 INFO O| May 08 05:18:47.652 INFO STEP 923 (remove_files) COMPLETE
72502025-05-08T05:18:49.074Z[ recovery-image] May 08 05:18:47.652 INFO O| May 08 05:18:47.652 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-05-08T05:18:49.095Z[ recovery-image] May 08 05:18:47.673 INFO O| May 08 05:18:47.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72522025-05-08T05:18:49.095Z[ recovery-image] May 08 05:18:47.673 INFO O| May 08 05:18:47.673 INFO STEP 924 (remove_files) COMPLETE
72532025-05-08T05:18:49.095Z[ recovery-image] May 08 05:18:47.673 INFO O| May 08 05:18:47.673 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-05-08T05:18:49.116Z[ recovery-image] May 08 05:18:47.693 INFO O| May 08 05:18:47.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72552025-05-08T05:18:49.116Z[ recovery-image] May 08 05:18:47.694 INFO O| May 08 05:18:47.693 INFO STEP 925 (remove_files) COMPLETE
72562025-05-08T05:18:49.116Z[ recovery-image] May 08 05:18:47.694 INFO O| May 08 05:18:47.694 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-05-08T05:18:49.136Z[ recovery-image] May 08 05:18:47.713 INFO O| May 08 05:18:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72582025-05-08T05:18:49.136Z[ recovery-image] May 08 05:18:47.713 INFO O| May 08 05:18:47.713 INFO STEP 926 (remove_files) COMPLETE
72592025-05-08T05:18:49.136Z[ recovery-image] May 08 05:18:47.713 INFO O| May 08 05:18:47.713 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-05-08T05:18:49.156Z[ recovery-image] May 08 05:18:47.733 INFO O| May 08 05:18:47.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72612025-05-08T05:18:49.156Z[ recovery-image] May 08 05:18:47.733 INFO O| May 08 05:18:47.733 INFO STEP 927 (remove_files) COMPLETE
72622025-05-08T05:18:49.156Z[ recovery-image] May 08 05:18:47.733 INFO O| May 08 05:18:47.733 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-05-08T05:18:49.177Z[ recovery-image] May 08 05:18:47.754 INFO O| May 08 05:18:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72642025-05-08T05:18:49.177Z[ recovery-image] May 08 05:18:47.754 INFO O| May 08 05:18:47.754 INFO STEP 928 (remove_files) COMPLETE
72652025-05-08T05:18:49.180Z[ recovery-image] May 08 05:18:47.754 INFO O| May 08 05:18:47.754 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-05-08T05:18:49.198Z[ recovery-image] May 08 05:18:47.775 INFO O| May 08 05:18:47.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72672025-05-08T05:18:49.198Z[ recovery-image] May 08 05:18:47.775 INFO O| May 08 05:18:47.775 INFO STEP 929 (remove_files) COMPLETE
72682025-05-08T05:18:49.198Z[ recovery-image] May 08 05:18:47.775 INFO O| May 08 05:18:47.775 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-05-08T05:18:49.219Z[ recovery-image] May 08 05:18:47.796 INFO O| May 08 05:18:47.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72702025-05-08T05:18:49.219Z[ recovery-image] May 08 05:18:47.796 INFO O| May 08 05:18:47.796 INFO STEP 930 (remove_files) COMPLETE
72712025-05-08T05:18:49.222Z[ recovery-image] May 08 05:18:47.796 INFO O| May 08 05:18:47.796 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-05-08T05:18:49.239Z[ recovery-image] May 08 05:18:47.817 INFO O| May 08 05:18:47.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72732025-05-08T05:18:49.239Z[ recovery-image] May 08 05:18:47.817 INFO O| May 08 05:18:47.817 INFO STEP 931 (remove_files) COMPLETE
72742025-05-08T05:18:49.242Z[ recovery-image] May 08 05:18:47.817 INFO O| May 08 05:18:47.817 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-05-08T05:18:49.260Z[ recovery-image] May 08 05:18:47.838 INFO O| May 08 05:18:47.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72762025-05-08T05:18:49.260Z[ recovery-image] May 08 05:18:47.838 INFO O| May 08 05:18:47.838 INFO STEP 932 (remove_files) COMPLETE
72772025-05-08T05:18:49.260Z[ recovery-image] May 08 05:18:47.838 INFO O| May 08 05:18:47.838 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-05-08T05:18:49.281Z[ recovery-image] May 08 05:18:47.859 INFO O| May 08 05:18:47.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72792025-05-08T05:18:49.281Z[ recovery-image] May 08 05:18:47.859 INFO O| May 08 05:18:47.859 INFO STEP 933 (remove_files) COMPLETE
72802025-05-08T05:18:49.284Z[ recovery-image] May 08 05:18:47.859 INFO O| May 08 05:18:47.859 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-05-08T05:18:49.301Z[ recovery-image] May 08 05:18:47.878 INFO O| May 08 05:18:47.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72822025-05-08T05:18:49.301Z[ recovery-image] May 08 05:18:47.879 INFO O| May 08 05:18:47.878 INFO STEP 934 (remove_files) COMPLETE
72832025-05-08T05:18:49.304Z[ recovery-image] May 08 05:18:47.879 INFO O| May 08 05:18:47.879 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-05-08T05:18:49.320Z[ recovery-image] May 08 05:18:47.898 INFO O| May 08 05:18:47.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72852025-05-08T05:18:49.320Z[ recovery-image] May 08 05:18:47.898 INFO O| May 08 05:18:47.898 INFO STEP 935 (remove_files) COMPLETE
72862025-05-08T05:18:49.320Z[ recovery-image] May 08 05:18:47.898 INFO O| May 08 05:18:47.898 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-05-08T05:18:49.340Z[ recovery-image] May 08 05:18:47.917 INFO O| May 08 05:18:47.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72882025-05-08T05:18:49.340Z[ recovery-image] May 08 05:18:47.917 INFO O| May 08 05:18:47.917 INFO STEP 936 (remove_files) COMPLETE
72892025-05-08T05:18:49.340Z[ recovery-image] May 08 05:18:47.917 INFO O| May 08 05:18:47.917 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-05-08T05:18:49.359Z[ recovery-image] May 08 05:18:47.937 INFO O| May 08 05:18:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72912025-05-08T05:18:49.359Z[ recovery-image] May 08 05:18:47.937 INFO O| May 08 05:18:47.937 INFO STEP 937 (remove_files) COMPLETE
72922025-05-08T05:18:49.359Z[ recovery-image] May 08 05:18:47.937 INFO O| May 08 05:18:47.937 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-05-08T05:18:49.379Z[ recovery-image] May 08 05:18:47.957 INFO O| May 08 05:18:47.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72942025-05-08T05:18:49.382Z[ recovery-image] May 08 05:18:47.957 INFO O| May 08 05:18:47.957 INFO STEP 938 (remove_files) COMPLETE
72952025-05-08T05:18:49.382Z[ recovery-image] May 08 05:18:47.957 INFO O| May 08 05:18:47.957 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-05-08T05:18:49.400Z[ recovery-image] May 08 05:18:47.978 INFO O| May 08 05:18:47.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72972025-05-08T05:18:49.403Z[ recovery-image] May 08 05:18:47.978 INFO O| May 08 05:18:47.978 INFO STEP 939 (remove_files) COMPLETE
72982025-05-08T05:18:49.403Z[ recovery-image] May 08 05:18:47.978 INFO O| May 08 05:18:47.978 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-05-08T05:18:49.421Z[ recovery-image] May 08 05:18:47.999 INFO O| May 08 05:18:47.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73002025-05-08T05:18:49.422Z[ recovery-image] May 08 05:18:47.999 INFO O| May 08 05:18:47.999 INFO STEP 940 (remove_files) COMPLETE
73012025-05-08T05:18:49.422Z[ recovery-image] May 08 05:18:47.999 INFO O| May 08 05:18:47.999 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-05-08T05:18:49.443Z[ recovery-image] May 08 05:18:48.020 INFO O| May 08 05:18:48.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73032025-05-08T05:18:49.443Z[ recovery-image] May 08 05:18:48.020 INFO O| May 08 05:18:48.020 INFO STEP 941 (remove_files) COMPLETE
73042025-05-08T05:18:49.446Z[ recovery-image] May 08 05:18:48.021 INFO O| May 08 05:18:48.020 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-05-08T05:18:49.468Z[ recovery-image] May 08 05:18:48.042 INFO O| May 08 05:18:48.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73062025-05-08T05:18:49.468Z[ recovery-image] May 08 05:18:48.042 INFO O| May 08 05:18:48.042 INFO STEP 942 (remove_files) COMPLETE
73072025-05-08T05:18:49.468Z[ recovery-image] May 08 05:18:48.042 INFO O| May 08 05:18:48.042 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-05-08T05:18:49.485Z[ recovery-image] May 08 05:18:48.062 INFO O| May 08 05:18:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73092025-05-08T05:18:49.485Z[ recovery-image] May 08 05:18:48.062 INFO O| May 08 05:18:48.062 INFO STEP 943 (remove_files) COMPLETE
73102025-05-08T05:18:49.485Z[ recovery-image] May 08 05:18:48.062 INFO O| May 08 05:18:48.062 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-05-08T05:18:49.504Z[ recovery-image] May 08 05:18:48.082 INFO O| May 08 05:18:48.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73122025-05-08T05:18:49.504Z[ recovery-image] May 08 05:18:48.082 INFO O| May 08 05:18:48.082 INFO STEP 944 (remove_files) COMPLETE
73132025-05-08T05:18:49.504Z[ recovery-image] May 08 05:18:48.082 INFO O| May 08 05:18:48.082 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-05-08T05:18:49.524Z[ recovery-image] May 08 05:18:48.101 INFO O| May 08 05:18:48.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73152025-05-08T05:18:49.524Z[ recovery-image] May 08 05:18:48.102 INFO O| May 08 05:18:48.102 INFO STEP 945 (remove_files) COMPLETE
73162025-05-08T05:18:49.524Z[ recovery-image] May 08 05:18:48.102 INFO O| May 08 05:18:48.102 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-05-08T05:18:49.544Z[ recovery-image] May 08 05:18:48.121 INFO O| May 08 05:18:48.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73182025-05-08T05:18:49.544Z[ recovery-image] May 08 05:18:48.121 INFO O| May 08 05:18:48.121 INFO STEP 946 (remove_files) COMPLETE
73192025-05-08T05:18:49.547Z[ recovery-image] May 08 05:18:48.121 INFO O| May 08 05:18:48.121 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-05-08T05:18:49.563Z[ recovery-image] May 08 05:18:48.140 INFO O| May 08 05:18:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73212025-05-08T05:18:49.563Z[ recovery-image] May 08 05:18:48.140 INFO O| May 08 05:18:48.140 INFO STEP 947 (remove_files) COMPLETE
73222025-05-08T05:18:49.566Z[ recovery-image] May 08 05:18:48.140 INFO O| May 08 05:18:48.140 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-05-08T05:18:49.582Z[ recovery-image] May 08 05:18:48.159 INFO O| May 08 05:18:48.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73242025-05-08T05:18:49.585Z[ recovery-image] May 08 05:18:48.159 INFO O| May 08 05:18:48.159 INFO STEP 948 (remove_files) COMPLETE
73252025-05-08T05:18:49.585Z[ recovery-image] May 08 05:18:48.159 INFO O| May 08 05:18:48.159 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-05-08T05:18:49.601Z[ recovery-image] May 08 05:18:48.179 INFO O| May 08 05:18:48.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73272025-05-08T05:18:49.605Z[ recovery-image] May 08 05:18:48.179 INFO O| May 08 05:18:48.179 INFO STEP 949 (remove_files) COMPLETE
73282025-05-08T05:18:49.605Z[ recovery-image] May 08 05:18:48.179 INFO O| May 08 05:18:48.179 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-05-08T05:18:49.620Z[ recovery-image] May 08 05:18:48.198 INFO O| May 08 05:18:48.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73302025-05-08T05:18:49.624Z[ recovery-image] May 08 05:18:48.198 INFO O| May 08 05:18:48.198 INFO STEP 950 (remove_files) COMPLETE
73312025-05-08T05:18:49.624Z[ recovery-image] May 08 05:18:48.198 INFO O| May 08 05:18:48.198 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-05-08T05:18:49.640Z[ recovery-image] May 08 05:18:48.217 INFO O| May 08 05:18:48.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73332025-05-08T05:18:49.640Z[ recovery-image] May 08 05:18:48.217 INFO O| May 08 05:18:48.217 INFO STEP 951 (remove_files) COMPLETE
73342025-05-08T05:18:49.644Z[ recovery-image] May 08 05:18:48.217 INFO O| May 08 05:18:48.217 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-05-08T05:18:49.660Z[ recovery-image] May 08 05:18:48.237 INFO O| May 08 05:18:48.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73362025-05-08T05:18:49.660Z[ recovery-image] May 08 05:18:48.237 INFO O| May 08 05:18:48.237 INFO STEP 952 (remove_files) COMPLETE
73372025-05-08T05:18:49.660Z[ recovery-image] May 08 05:18:48.237 INFO O| May 08 05:18:48.237 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-05-08T05:18:49.680Z[ recovery-image] May 08 05:18:48.257 INFO O| May 08 05:18:48.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73392025-05-08T05:18:49.680Z[ recovery-image] May 08 05:18:48.257 INFO O| May 08 05:18:48.257 INFO STEP 953 (remove_files) COMPLETE
73402025-05-08T05:18:49.680Z[ recovery-image] May 08 05:18:48.257 INFO O| May 08 05:18:48.257 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-05-08T05:18:49.699Z[ recovery-image] May 08 05:18:48.277 INFO O| May 08 05:18:48.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73422025-05-08T05:18:49.700Z[ recovery-image] May 08 05:18:48.277 INFO O| May 08 05:18:48.277 INFO STEP 954 (remove_files) COMPLETE
73432025-05-08T05:18:49.700Z[ recovery-image] May 08 05:18:48.277 INFO O| May 08 05:18:48.277 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-05-08T05:18:49.719Z[ recovery-image] May 08 05:18:48.295 INFO O| May 08 05:18:48.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73452025-05-08T05:18:49.719Z[ recovery-image] May 08 05:18:48.296 INFO O| May 08 05:18:48.295 INFO STEP 955 (remove_files) COMPLETE
73462025-05-08T05:18:49.719Z[ recovery-image] May 08 05:18:48.296 INFO O| May 08 05:18:48.296 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-05-08T05:18:49.739Z[ recovery-image] May 08 05:18:48.316 INFO O| May 08 05:18:48.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73482025-05-08T05:18:49.739Z[ recovery-image] May 08 05:18:48.316 INFO O| May 08 05:18:48.316 INFO STEP 956 (remove_files) COMPLETE
73492025-05-08T05:18:49.742Z[ recovery-image] May 08 05:18:48.316 INFO O| May 08 05:18:48.316 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-05-08T05:18:49.758Z[ recovery-image] May 08 05:18:48.335 INFO O| May 08 05:18:48.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73512025-05-08T05:18:49.761Z[ recovery-image] May 08 05:18:48.335 INFO O| May 08 05:18:48.335 INFO STEP 957 (remove_files) COMPLETE
73522025-05-08T05:18:49.761Z[ recovery-image] May 08 05:18:48.335 INFO O| May 08 05:18:48.335 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-05-08T05:18:49.778Z[ recovery-image] May 08 05:18:48.356 INFO O| May 08 05:18:48.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73542025-05-08T05:18:49.778Z[ recovery-image] May 08 05:18:48.356 INFO O| May 08 05:18:48.356 INFO STEP 958 (remove_files) COMPLETE
73552025-05-08T05:18:49.781Z[ recovery-image] May 08 05:18:48.356 INFO O| May 08 05:18:48.356 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-05-08T05:18:49.799Z[ recovery-image] May 08 05:18:48.377 INFO O| May 08 05:18:48.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73572025-05-08T05:18:49.799Z[ recovery-image] May 08 05:18:48.377 INFO O| May 08 05:18:48.377 INFO STEP 959 (remove_files) COMPLETE
73582025-05-08T05:18:49.802Z[ recovery-image] May 08 05:18:48.377 INFO O| May 08 05:18:48.377 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-05-08T05:18:49.819Z[ recovery-image] May 08 05:18:48.396 INFO O| May 08 05:18:48.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73602025-05-08T05:18:49.819Z[ recovery-image] May 08 05:18:48.397 INFO O| May 08 05:18:48.397 INFO STEP 960 (remove_files) COMPLETE
73612025-05-08T05:18:49.822Z[ recovery-image] May 08 05:18:48.397 INFO O| May 08 05:18:48.397 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-05-08T05:18:49.839Z[ recovery-image] May 08 05:18:48.417 INFO O| May 08 05:18:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73632025-05-08T05:18:49.840Z[ recovery-image] May 08 05:18:48.417 INFO O| May 08 05:18:48.417 INFO STEP 961 (remove_files) COMPLETE
73642025-05-08T05:18:49.846Z[ recovery-image] May 08 05:18:48.417 INFO O| May 08 05:18:48.417 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-05-08T05:18:49.859Z[ recovery-image] May 08 05:18:48.437 INFO O| May 08 05:18:48.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73662025-05-08T05:18:49.859Z[ recovery-image] May 08 05:18:48.437 INFO O| May 08 05:18:48.437 INFO STEP 962 (remove_files) COMPLETE
73672025-05-08T05:18:49.862Z[ recovery-image] May 08 05:18:48.437 INFO O| May 08 05:18:48.437 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-05-08T05:18:49.881Z[ recovery-image] May 08 05:18:48.458 INFO O| May 08 05:18:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73692025-05-08T05:18:49.881Z[ recovery-image] May 08 05:18:48.458 INFO O| May 08 05:18:48.458 INFO STEP 963 (remove_files) COMPLETE
73702025-05-08T05:18:49.881Z[ recovery-image] May 08 05:18:48.458 INFO O| May 08 05:18:48.458 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-05-08T05:18:49.902Z[ recovery-image] May 08 05:18:48.480 INFO O| May 08 05:18:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73722025-05-08T05:18:49.902Z[ recovery-image] May 08 05:18:48.480 INFO O| May 08 05:18:48.480 INFO STEP 964 (remove_files) COMPLETE
73732025-05-08T05:18:49.902Z[ recovery-image] May 08 05:18:48.480 INFO O| May 08 05:18:48.480 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-05-08T05:18:49.922Z[ recovery-image] May 08 05:18:48.500 INFO O| May 08 05:18:48.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73752025-05-08T05:18:49.923Z[ recovery-image] May 08 05:18:48.500 INFO O| May 08 05:18:48.500 INFO STEP 965 (remove_files) COMPLETE
73762025-05-08T05:18:49.925Z[ recovery-image] May 08 05:18:48.500 INFO O| May 08 05:18:48.500 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-05-08T05:18:49.943Z[ recovery-image] May 08 05:18:48.520 INFO O| May 08 05:18:48.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73782025-05-08T05:18:49.943Z[ recovery-image] May 08 05:18:48.520 INFO O| May 08 05:18:48.520 INFO STEP 966 (remove_files) COMPLETE
73792025-05-08T05:18:49.943Z[ recovery-image] May 08 05:18:48.520 INFO O| May 08 05:18:48.520 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-05-08T05:18:49.963Z[ recovery-image] May 08 05:18:48.541 INFO O| May 08 05:18:48.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73812025-05-08T05:18:49.964Z[ recovery-image] May 08 05:18:48.541 INFO O| May 08 05:18:48.541 INFO STEP 967 (remove_files) COMPLETE
73822025-05-08T05:18:49.964Z[ recovery-image] May 08 05:18:48.541 INFO O| May 08 05:18:48.541 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-05-08T05:18:49.984Z[ recovery-image] May 08 05:18:48.561 INFO O| May 08 05:18:48.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73842025-05-08T05:18:49.984Z[ recovery-image] May 08 05:18:48.561 INFO O| May 08 05:18:48.561 INFO STEP 968 (remove_files) COMPLETE
73852025-05-08T05:18:49.984Z[ recovery-image] May 08 05:18:48.561 INFO O| May 08 05:18:48.561 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-05-08T05:18:50.007Z[ recovery-image] May 08 05:18:48.584 INFO O| May 08 05:18:48.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73872025-05-08T05:18:50.007Z[ recovery-image] May 08 05:18:48.584 INFO O| May 08 05:18:48.584 INFO STEP 969 (remove_files) COMPLETE
73882025-05-08T05:18:50.007Z[ recovery-image] May 08 05:18:48.584 INFO O| May 08 05:18:48.584 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-05-08T05:18:50.028Z[ recovery-image] May 08 05:18:48.605 INFO O| May 08 05:18:48.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73902025-05-08T05:18:50.028Z[ recovery-image] May 08 05:18:48.605 INFO O| May 08 05:18:48.605 INFO STEP 970 (remove_files) COMPLETE
73912025-05-08T05:18:50.028Z[ recovery-image] May 08 05:18:48.605 INFO O| May 08 05:18:48.605 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-05-08T05:18:50.054Z[ recovery-image] May 08 05:18:48.626 INFO O| May 08 05:18:48.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73932025-05-08T05:18:50.054Z[ recovery-image] May 08 05:18:48.626 INFO O| May 08 05:18:48.626 INFO STEP 971 (remove_files) COMPLETE
73942025-05-08T05:18:50.056Z[ recovery-image] May 08 05:18:48.626 INFO O| May 08 05:18:48.626 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-05-08T05:18:50.069Z[ recovery-image] May 08 05:18:48.646 INFO O| May 08 05:18:48.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73962025-05-08T05:18:50.069Z[ recovery-image] May 08 05:18:48.646 INFO O| May 08 05:18:48.646 INFO STEP 972 (remove_files) COMPLETE
73972025-05-08T05:18:50.072Z[ recovery-image] May 08 05:18:48.646 INFO O| May 08 05:18:48.646 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-05-08T05:18:50.090Z[ recovery-image] May 08 05:18:48.666 INFO O| May 08 05:18:48.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73992025-05-08T05:18:50.090Z[ recovery-image] May 08 05:18:48.666 INFO O| May 08 05:18:48.666 INFO STEP 973 (remove_files) COMPLETE
74002025-05-08T05:18:50.090Z[ recovery-image] May 08 05:18:48.666 INFO O| May 08 05:18:48.666 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-05-08T05:18:50.110Z[ recovery-image] May 08 05:18:48.686 INFO O| May 08 05:18:48.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74022025-05-08T05:18:50.110Z[ recovery-image] May 08 05:18:48.687 INFO O| May 08 05:18:48.686 INFO STEP 974 (remove_files) COMPLETE
74032025-05-08T05:18:50.110Z[ recovery-image] May 08 05:18:48.687 INFO O| May 08 05:18:48.687 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-05-08T05:18:50.131Z[ recovery-image] May 08 05:18:48.708 INFO O| May 08 05:18:48.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74052025-05-08T05:18:50.133Z[ recovery-image] May 08 05:18:48.708 INFO O| May 08 05:18:48.708 INFO STEP 975 (remove_files) COMPLETE
74062025-05-08T05:18:50.133Z[ recovery-image] May 08 05:18:48.708 INFO O| May 08 05:18:48.708 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-05-08T05:18:50.151Z[ recovery-image] May 08 05:18:48.728 INFO O| May 08 05:18:48.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74082025-05-08T05:18:50.154Z[ recovery-image] May 08 05:18:48.728 INFO O| May 08 05:18:48.728 INFO STEP 976 (remove_files) COMPLETE
74092025-05-08T05:18:50.154Z[ recovery-image] May 08 05:18:48.728 INFO O| May 08 05:18:48.728 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-05-08T05:18:50.171Z[ recovery-image] May 08 05:18:48.748 INFO O| May 08 05:18:48.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74112025-05-08T05:18:50.175Z[ recovery-image] May 08 05:18:48.749 INFO O| May 08 05:18:48.749 INFO STEP 977 (remove_files) COMPLETE
74122025-05-08T05:18:50.175Z[ recovery-image] May 08 05:18:48.749 INFO O| May 08 05:18:48.749 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-05-08T05:18:50.192Z[ recovery-image] May 08 05:18:48.769 INFO O| May 08 05:18:48.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74142025-05-08T05:18:50.195Z[ recovery-image] May 08 05:18:48.770 INFO O| May 08 05:18:48.770 INFO STEP 978 (remove_files) COMPLETE
74152025-05-08T05:18:50.195Z[ recovery-image] May 08 05:18:48.770 INFO O| May 08 05:18:48.770 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-05-08T05:18:50.213Z[ recovery-image] May 08 05:18:48.790 INFO O| May 08 05:18:48.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74172025-05-08T05:18:50.216Z[ recovery-image] May 08 05:18:48.791 INFO O| May 08 05:18:48.791 INFO STEP 979 (remove_files) COMPLETE
74182025-05-08T05:18:50.216Z[ recovery-image] May 08 05:18:48.791 INFO O| May 08 05:18:48.791 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-05-08T05:18:50.234Z[ recovery-image] May 08 05:18:48.811 INFO O| May 08 05:18:48.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74202025-05-08T05:18:50.237Z[ recovery-image] May 08 05:18:48.811 INFO O| May 08 05:18:48.811 INFO STEP 980 (remove_files) COMPLETE
74212025-05-08T05:18:50.237Z[ recovery-image] May 08 05:18:48.811 INFO O| May 08 05:18:48.811 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-05-08T05:18:50.255Z[ recovery-image] May 08 05:18:48.833 INFO O| May 08 05:18:48.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74232025-05-08T05:18:50.258Z[ recovery-image] May 08 05:18:48.833 INFO O| May 08 05:18:48.833 INFO STEP 981 (remove_files) COMPLETE
74242025-05-08T05:18:50.258Z[ recovery-image] May 08 05:18:48.833 INFO O| May 08 05:18:48.833 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-05-08T05:18:50.277Z[ recovery-image] May 08 05:18:48.854 INFO O| May 08 05:18:48.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74262025-05-08T05:18:50.280Z[ recovery-image] May 08 05:18:48.854 INFO O| May 08 05:18:48.854 INFO STEP 982 (remove_files) COMPLETE
74272025-05-08T05:18:50.280Z[ recovery-image] May 08 05:18:48.854 INFO O| May 08 05:18:48.854 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-05-08T05:18:50.298Z[ recovery-image] May 08 05:18:48.875 INFO O| May 08 05:18:48.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74292025-05-08T05:18:50.301Z[ recovery-image] May 08 05:18:48.875 INFO O| May 08 05:18:48.875 INFO STEP 983 (remove_files) COMPLETE
74302025-05-08T05:18:50.301Z[ recovery-image] May 08 05:18:48.875 INFO O| May 08 05:18:48.875 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-05-08T05:18:50.319Z[ recovery-image] May 08 05:18:48.897 INFO O| May 08 05:18:48.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74322025-05-08T05:18:50.323Z[ recovery-image] May 08 05:18:48.897 INFO O| May 08 05:18:48.897 INFO STEP 984 (remove_files) COMPLETE
74332025-05-08T05:18:50.323Z[ recovery-image] May 08 05:18:48.897 INFO O| May 08 05:18:48.897 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-05-08T05:18:50.340Z[ recovery-image] May 08 05:18:48.917 INFO O| May 08 05:18:48.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74352025-05-08T05:18:50.343Z[ recovery-image] May 08 05:18:48.918 INFO O| May 08 05:18:48.918 INFO STEP 985 (remove_files) COMPLETE
74362025-05-08T05:18:50.343Z[ recovery-image] May 08 05:18:48.918 INFO O| May 08 05:18:48.918 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-05-08T05:18:50.362Z[ recovery-image] May 08 05:18:48.939 INFO O| May 08 05:18:48.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74382025-05-08T05:18:50.365Z[ recovery-image] May 08 05:18:48.940 INFO O| May 08 05:18:48.940 INFO STEP 986 (remove_files) COMPLETE
74392025-05-08T05:18:50.365Z[ recovery-image] May 08 05:18:48.940 INFO O| May 08 05:18:48.940 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-05-08T05:18:50.384Z[ recovery-image] May 08 05:18:48.961 INFO O| May 08 05:18:48.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74412025-05-08T05:18:50.388Z[ recovery-image] May 08 05:18:48.962 INFO O| May 08 05:18:48.962 INFO STEP 987 (remove_files) COMPLETE
74422025-05-08T05:18:50.388Z[ recovery-image] May 08 05:18:48.962 INFO O| May 08 05:18:48.962 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-05-08T05:18:50.405Z[ recovery-image] May 08 05:18:48.982 INFO O| May 08 05:18:48.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74442025-05-08T05:18:50.433Z[ recovery-image] May 08 05:18:49.010 INFO O| May 08 05:18:49.010 INFO STEP 988 (remove_files) COMPLETE
74452025-05-08T05:18:50.433Z[ recovery-image] May 08 05:18:49.010 INFO O| May 08 05:18:49.010 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-05-08T05:18:50.455Z[ recovery-image] May 08 05:18:49.032 INFO O| May 08 05:18:49.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74472025-05-08T05:18:50.458Z[ recovery-image] May 08 05:18:49.033 INFO O| May 08 05:18:49.033 INFO STEP 989 (remove_files) COMPLETE
74482025-05-08T05:18:50.458Z[ recovery-image] May 08 05:18:49.033 INFO O| May 08 05:18:49.033 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-05-08T05:18:50.477Z[ recovery-image] May 08 05:18:49.054 INFO O| May 08 05:18:49.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74502025-05-08T05:18:50.480Z[ recovery-image] May 08 05:18:49.055 INFO O| May 08 05:18:49.054 INFO STEP 990 (remove_files) COMPLETE
74512025-05-08T05:18:50.480Z[ recovery-image] May 08 05:18:49.055 INFO O| May 08 05:18:49.055 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-05-08T05:18:50.501Z[ recovery-image] May 08 05:18:49.078 INFO O| May 08 05:18:49.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74532025-05-08T05:18:50.504Z[ recovery-image] May 08 05:18:49.078 INFO O| May 08 05:18:49.078 INFO STEP 991 (remove_files) COMPLETE
74542025-05-08T05:18:50.504Z[ recovery-image] May 08 05:18:49.078 INFO O| May 08 05:18:49.078 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-05-08T05:18:50.522Z[ recovery-image] May 08 05:18:49.099 INFO O| May 08 05:18:49.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74562025-05-08T05:18:50.522Z[ recovery-image] May 08 05:18:49.099 INFO O| May 08 05:18:49.099 INFO STEP 992 (remove_files) COMPLETE
74572025-05-08T05:18:50.522Z[ recovery-image] May 08 05:18:49.099 INFO O| May 08 05:18:49.099 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-05-08T05:18:50.543Z[ recovery-image] May 08 05:18:49.120 INFO O| May 08 05:18:49.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74592025-05-08T05:18:50.543Z[ recovery-image] May 08 05:18:49.120 INFO O| May 08 05:18:49.120 INFO STEP 993 (remove_files) COMPLETE
74602025-05-08T05:18:50.546Z[ recovery-image] May 08 05:18:49.120 INFO O| May 08 05:18:49.120 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-05-08T05:18:50.575Z[ recovery-image] May 08 05:18:49.151 INFO O| May 08 05:18:49.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74622025-05-08T05:18:50.575Z[ recovery-image] May 08 05:18:49.151 INFO O| May 08 05:18:49.151 INFO STEP 994 (remove_files) COMPLETE
74632025-05-08T05:18:50.575Z[ recovery-image] May 08 05:18:49.151 INFO O| May 08 05:18:49.151 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-05-08T05:18:50.594Z[ recovery-image] May 08 05:18:49.171 INFO O| May 08 05:18:49.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74652025-05-08T05:18:50.594Z[ recovery-image] May 08 05:18:49.171 INFO O| May 08 05:18:49.171 INFO STEP 995 (remove_files) COMPLETE
74662025-05-08T05:18:50.594Z[ recovery-image] May 08 05:18:49.172 INFO O| May 08 05:18:49.171 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-05-08T05:18:50.616Z[ recovery-image] May 08 05:18:49.193 INFO O| May 08 05:18:49.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74682025-05-08T05:18:50.616Z[ recovery-image] May 08 05:18:49.194 INFO O| May 08 05:18:49.194 INFO STEP 996 (remove_files) COMPLETE
74692025-05-08T05:18:50.616Z[ recovery-image] May 08 05:18:49.194 INFO O| May 08 05:18:49.194 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-05-08T05:18:50.639Z[ recovery-image] May 08 05:18:49.216 INFO O| May 08 05:18:49.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74712025-05-08T05:18:50.639Z[ recovery-image] May 08 05:18:49.216 INFO O| May 08 05:18:49.216 INFO STEP 997 (remove_files) COMPLETE
74722025-05-08T05:18:50.639Z[ recovery-image] May 08 05:18:49.216 INFO O| May 08 05:18:49.216 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-05-08T05:18:50.671Z[ recovery-image] May 08 05:18:49.248 INFO O| May 08 05:18:49.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74742025-05-08T05:18:50.697Z[ recovery-image] May 08 05:18:49.274 INFO O| May 08 05:18:49.274 INFO STEP 998 (remove_files) COMPLETE
74752025-05-08T05:18:50.697Z[ recovery-image] May 08 05:18:49.274 INFO O| May 08 05:18:49.274 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-05-08T05:18:50.719Z[ recovery-image] May 08 05:18:49.296 INFO O| May 08 05:18:49.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74772025-05-08T05:18:50.723Z[ recovery-image] May 08 05:18:49.296 INFO O| May 08 05:18:49.296 INFO STEP 999 (remove_files) COMPLETE
74782025-05-08T05:18:50.723Z[ recovery-image] May 08 05:18:49.296 INFO O| May 08 05:18:49.296 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-05-08T05:18:50.741Z[ recovery-image] May 08 05:18:49.318 INFO O| May 08 05:18:49.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74802025-05-08T05:18:50.741Z[ recovery-image] May 08 05:18:49.318 INFO O| May 08 05:18:49.318 INFO STEP 1000 (remove_files) COMPLETE
74812025-05-08T05:18:50.741Z[ recovery-image] May 08 05:18:49.318 INFO O| May 08 05:18:49.318 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-05-08T05:18:50.763Z[ recovery-image] May 08 05:18:49.340 INFO O| May 08 05:18:49.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74832025-05-08T05:18:50.766Z[ recovery-image] May 08 05:18:49.340 INFO O| May 08 05:18:49.340 INFO STEP 1001 (remove_files) COMPLETE
74842025-05-08T05:18:50.766Z[ recovery-image] May 08 05:18:49.340 INFO O| May 08 05:18:49.340 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-05-08T05:18:50.791Z[ recovery-image] May 08 05:18:49.368 INFO O| May 08 05:18:49.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74862025-05-08T05:18:50.791Z[ recovery-image] May 08 05:18:49.369 INFO O| May 08 05:18:49.368 INFO STEP 1002 (remove_files) COMPLETE
74872025-05-08T05:18:50.794Z[ recovery-image] May 08 05:18:49.369 INFO O| May 08 05:18:49.368 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-05-08T05:18:50.813Z[ recovery-image] May 08 05:18:49.390 INFO O| May 08 05:18:49.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74892025-05-08T05:18:50.813Z[ recovery-image] May 08 05:18:49.390 INFO O| May 08 05:18:49.390 INFO STEP 1003 (remove_files) COMPLETE
74902025-05-08T05:18:50.813Z[ recovery-image] May 08 05:18:49.390 INFO O| May 08 05:18:49.390 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-05-08T05:18:50.832Z[ recovery-image] May 08 05:18:49.409 INFO O| May 08 05:18:49.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74922025-05-08T05:18:50.832Z[ recovery-image] May 08 05:18:49.409 INFO O| May 08 05:18:49.409 INFO STEP 1004 (remove_files) COMPLETE
74932025-05-08T05:18:50.835Z[ recovery-image] May 08 05:18:49.409 INFO O| May 08 05:18:49.409 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-05-08T05:18:50.855Z[ recovery-image] May 08 05:18:49.432 INFO O| May 08 05:18:49.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74952025-05-08T05:18:50.858Z[ recovery-image] May 08 05:18:49.433 INFO O| May 08 05:18:49.433 INFO STEP 1005 (remove_files) COMPLETE
74962025-05-08T05:18:50.858Z[ recovery-image] May 08 05:18:49.433 INFO O| May 08 05:18:49.433 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-05-08T05:18:50.877Z[ recovery-image] May 08 05:18:49.454 INFO O| May 08 05:18:49.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74982025-05-08T05:18:50.881Z[ recovery-image] May 08 05:18:49.455 INFO O| May 08 05:18:49.455 INFO STEP 1006 (remove_files) COMPLETE
74992025-05-08T05:18:50.881Z[ recovery-image] May 08 05:18:49.455 INFO O| May 08 05:18:49.455 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-05-08T05:18:50.899Z[ recovery-image] May 08 05:18:49.476 INFO O| May 08 05:18:49.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75012025-05-08T05:18:50.899Z[ recovery-image] May 08 05:18:49.476 INFO O| May 08 05:18:49.476 INFO STEP 1007 (remove_files) COMPLETE
75022025-05-08T05:18:50.902Z[ recovery-image] May 08 05:18:49.476 INFO O| May 08 05:18:49.476 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-05-08T05:18:50.919Z[ recovery-image] May 08 05:18:49.496 INFO O| May 08 05:18:49.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75042025-05-08T05:18:50.919Z[ recovery-image] May 08 05:18:49.496 INFO O| May 08 05:18:49.496 INFO STEP 1008 (remove_files) COMPLETE
75052025-05-08T05:18:50.922Z[ recovery-image] May 08 05:18:49.496 INFO O| May 08 05:18:49.496 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-05-08T05:18:50.938Z[ recovery-image] May 08 05:18:49.515 INFO O| May 08 05:18:49.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75072025-05-08T05:18:50.938Z[ recovery-image] May 08 05:18:49.515 INFO O| May 08 05:18:49.515 INFO STEP 1009 (remove_files) COMPLETE
75082025-05-08T05:18:50.941Z[ recovery-image] May 08 05:18:49.516 INFO O| May 08 05:18:49.515 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-05-08T05:18:50.957Z[ recovery-image] May 08 05:18:49.534 INFO O| May 08 05:18:49.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75102025-05-08T05:18:50.957Z[ recovery-image] May 08 05:18:49.534 INFO O| May 08 05:18:49.534 INFO STEP 1010 (remove_files) COMPLETE
75112025-05-08T05:18:50.957Z[ recovery-image] May 08 05:18:49.534 INFO O| May 08 05:18:49.534 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-05-08T05:18:50.977Z[ recovery-image] May 08 05:18:49.552 INFO O| May 08 05:18:49.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75132025-05-08T05:18:50.977Z[ recovery-image] May 08 05:18:49.552 INFO O| May 08 05:18:49.552 INFO STEP 1011 (remove_files) COMPLETE
75142025-05-08T05:18:50.977Z[ recovery-image] May 08 05:18:49.552 INFO O| May 08 05:18:49.552 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-05-08T05:18:50.997Z[ recovery-image] May 08 05:18:49.572 INFO O| May 08 05:18:49.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75162025-05-08T05:18:50.997Z[ recovery-image] May 08 05:18:49.572 INFO O| May 08 05:18:49.572 INFO STEP 1012 (remove_files) COMPLETE
75172025-05-08T05:18:50.997Z[ recovery-image] May 08 05:18:49.572 INFO O| May 08 05:18:49.572 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-05-08T05:18:51.014Z[ recovery-image] May 08 05:18:49.591 INFO O| May 08 05:18:49.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75192025-05-08T05:18:51.014Z[ recovery-image] May 08 05:18:49.591 INFO O| May 08 05:18:49.591 INFO STEP 1013 (remove_files) COMPLETE
75202025-05-08T05:18:51.014Z[ recovery-image] May 08 05:18:49.591 INFO O| May 08 05:18:49.591 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-05-08T05:18:51.033Z[ recovery-image] May 08 05:18:49.610 INFO O| May 08 05:18:49.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75222025-05-08T05:18:51.034Z[ recovery-image] May 08 05:18:49.610 INFO O| May 08 05:18:49.610 INFO STEP 1014 (remove_files) COMPLETE
75232025-05-08T05:18:51.034Z[ recovery-image] May 08 05:18:49.610 INFO O| May 08 05:18:49.610 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-05-08T05:18:51.052Z[ recovery-image] May 08 05:18:49.629 INFO O| May 08 05:18:49.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75252025-05-08T05:18:51.052Z[ recovery-image] May 08 05:18:49.629 INFO O| May 08 05:18:49.629 INFO STEP 1015 (remove_files) COMPLETE
75262025-05-08T05:18:51.052Z[ recovery-image] May 08 05:18:49.629 INFO O| May 08 05:18:49.629 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-05-08T05:18:51.072Z[ recovery-image] May 08 05:18:49.649 INFO O| May 08 05:18:49.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75282025-05-08T05:18:51.072Z[ recovery-image] May 08 05:18:49.649 INFO O| May 08 05:18:49.649 INFO STEP 1016 (remove_files) COMPLETE
75292025-05-08T05:18:51.072Z[ recovery-image] May 08 05:18:49.649 INFO O| May 08 05:18:49.649 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-05-08T05:18:51.091Z[ recovery-image] May 08 05:18:49.668 INFO O| May 08 05:18:49.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75312025-05-08T05:18:51.091Z[ recovery-image] May 08 05:18:49.668 INFO O| May 08 05:18:49.668 INFO STEP 1017 (remove_files) COMPLETE
75322025-05-08T05:18:51.094Z[ recovery-image] May 08 05:18:49.668 INFO O| May 08 05:18:49.668 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-05-08T05:18:51.111Z[ recovery-image] May 08 05:18:49.688 INFO O| May 08 05:18:49.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75342025-05-08T05:18:51.114Z[ recovery-image] May 08 05:18:49.688 INFO O| May 08 05:18:49.688 INFO STEP 1018 (remove_files) COMPLETE
75352025-05-08T05:18:51.114Z[ recovery-image] May 08 05:18:49.688 INFO O| May 08 05:18:49.688 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-05-08T05:18:51.131Z[ recovery-image] May 08 05:18:49.708 INFO O| May 08 05:18:49.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75372025-05-08T05:18:51.131Z[ recovery-image] May 08 05:18:49.708 INFO O| May 08 05:18:49.708 INFO STEP 1019 (remove_files) COMPLETE
75382025-05-08T05:18:51.131Z[ recovery-image] May 08 05:18:49.708 INFO O| May 08 05:18:49.708 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-05-08T05:18:51.152Z[ recovery-image] May 08 05:18:49.728 INFO O| May 08 05:18:49.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75402025-05-08T05:18:51.152Z[ recovery-image] May 08 05:18:49.728 INFO O| May 08 05:18:49.728 INFO STEP 1020 (remove_files) COMPLETE
75412025-05-08T05:18:51.152Z[ recovery-image] May 08 05:18:49.728 INFO O| May 08 05:18:49.728 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-05-08T05:18:51.172Z[ recovery-image] May 08 05:18:49.749 INFO O| May 08 05:18:49.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75432025-05-08T05:18:51.172Z[ recovery-image] May 08 05:18:49.749 INFO O| May 08 05:18:49.749 INFO STEP 1021 (remove_files) COMPLETE
75442025-05-08T05:18:51.175Z[ recovery-image] May 08 05:18:49.749 INFO O| May 08 05:18:49.749 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-05-08T05:18:51.194Z[ recovery-image] May 08 05:18:49.769 INFO O| May 08 05:18:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75462025-05-08T05:18:51.198Z[ recovery-image] May 08 05:18:49.770 INFO O| May 08 05:18:49.770 INFO STEP 1022 (remove_files) COMPLETE
75472025-05-08T05:18:51.198Z[ recovery-image] May 08 05:18:49.770 INFO O| May 08 05:18:49.770 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-05-08T05:18:51.216Z[ recovery-image] May 08 05:18:49.791 INFO O| May 08 05:18:49.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75492025-05-08T05:18:51.216Z[ recovery-image] May 08 05:18:49.791 INFO O| May 08 05:18:49.791 INFO STEP 1023 (remove_files) COMPLETE
75502025-05-08T05:18:51.216Z[ recovery-image] May 08 05:18:49.791 INFO O| May 08 05:18:49.791 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-05-08T05:18:51.236Z[ recovery-image] May 08 05:18:49.813 INFO O| May 08 05:18:49.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75522025-05-08T05:18:51.237Z[ recovery-image] May 08 05:18:49.813 INFO O| May 08 05:18:49.813 INFO STEP 1024 (remove_files) COMPLETE
75532025-05-08T05:18:51.240Z[ recovery-image] May 08 05:18:49.813 INFO O| May 08 05:18:49.813 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-05-08T05:18:51.259Z[ recovery-image] May 08 05:18:49.836 INFO O| May 08 05:18:49.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75552025-05-08T05:18:51.259Z[ recovery-image] May 08 05:18:49.836 INFO O| May 08 05:18:49.836 INFO STEP 1025 (remove_files) COMPLETE
75562025-05-08T05:18:51.259Z[ recovery-image] May 08 05:18:49.836 INFO O| May 08 05:18:49.836 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-05-08T05:18:51.289Z[ recovery-image] May 08 05:18:49.857 INFO O| May 08 05:18:49.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75582025-05-08T05:18:51.289Z[ recovery-image] May 08 05:18:49.857 INFO O| May 08 05:18:49.857 INFO STEP 1026 (remove_files) COMPLETE
75592025-05-08T05:18:51.289Z[ recovery-image] May 08 05:18:49.857 INFO O| May 08 05:18:49.857 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-05-08T05:18:51.300Z[ recovery-image] May 08 05:18:49.877 INFO O| May 08 05:18:49.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75612025-05-08T05:18:51.300Z[ recovery-image] May 08 05:18:49.877 INFO O| May 08 05:18:49.877 INFO STEP 1027 (remove_files) COMPLETE
75622025-05-08T05:18:51.300Z[ recovery-image] May 08 05:18:49.877 INFO O| May 08 05:18:49.877 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-05-08T05:18:51.320Z[ recovery-image] May 08 05:18:49.897 INFO O| May 08 05:18:49.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75642025-05-08T05:18:51.320Z[ recovery-image] May 08 05:18:49.897 INFO O| May 08 05:18:49.897 INFO STEP 1028 (remove_files) COMPLETE
75652025-05-08T05:18:51.323Z[ recovery-image] May 08 05:18:49.897 INFO O| May 08 05:18:49.897 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-05-08T05:18:51.342Z[ recovery-image] May 08 05:18:49.918 INFO O| May 08 05:18:49.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75672025-05-08T05:18:51.342Z[ recovery-image] May 08 05:18:49.918 INFO O| May 08 05:18:49.918 INFO STEP 1029 (remove_files) COMPLETE
75682025-05-08T05:18:51.342Z[ recovery-image] May 08 05:18:49.918 INFO O| May 08 05:18:49.918 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-05-08T05:18:51.361Z[ recovery-image] May 08 05:18:49.938 INFO O| May 08 05:18:49.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75702025-05-08T05:18:51.361Z[ recovery-image] May 08 05:18:49.938 INFO O| May 08 05:18:49.938 INFO STEP 1030 (remove_files) COMPLETE
75712025-05-08T05:18:51.361Z[ recovery-image] May 08 05:18:49.938 INFO O| May 08 05:18:49.938 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-05-08T05:18:51.381Z[ recovery-image] May 08 05:18:49.958 INFO O| May 08 05:18:49.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75732025-05-08T05:18:51.381Z[ recovery-image] May 08 05:18:49.958 INFO O| May 08 05:18:49.958 INFO STEP 1031 (remove_files) COMPLETE
75742025-05-08T05:18:51.381Z[ recovery-image] May 08 05:18:49.958 INFO O| May 08 05:18:49.958 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-05-08T05:18:51.400Z[ recovery-image] May 08 05:18:49.977 INFO O| May 08 05:18:49.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75762025-05-08T05:18:51.400Z[ recovery-image] May 08 05:18:49.977 INFO O| May 08 05:18:49.977 INFO STEP 1032 (remove_files) COMPLETE
75772025-05-08T05:18:51.401Z[ recovery-image] May 08 05:18:49.977 INFO O| May 08 05:18:49.977 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-05-08T05:18:51.420Z[ recovery-image] May 08 05:18:49.996 INFO O| May 08 05:18:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75792025-05-08T05:18:51.420Z[ recovery-image] May 08 05:18:49.997 INFO O| May 08 05:18:49.996 INFO STEP 1033 (remove_files) COMPLETE
75802025-05-08T05:18:51.420Z[ recovery-image] May 08 05:18:49.997 INFO O| May 08 05:18:49.997 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-05-08T05:18:51.440Z[ recovery-image] May 08 05:18:50.016 INFO O| May 08 05:18:50.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75822025-05-08T05:18:51.440Z[ recovery-image] May 08 05:18:50.016 INFO O| May 08 05:18:50.016 INFO STEP 1034 (remove_files) COMPLETE
75832025-05-08T05:18:51.440Z[ recovery-image] May 08 05:18:50.016 INFO O| May 08 05:18:50.016 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-05-08T05:18:51.459Z[ recovery-image] May 08 05:18:50.035 INFO O| May 08 05:18:50.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75852025-05-08T05:18:51.459Z[ recovery-image] May 08 05:18:50.035 INFO O| May 08 05:18:50.035 INFO STEP 1035 (remove_files) COMPLETE
75862025-05-08T05:18:51.459Z[ recovery-image] May 08 05:18:50.035 INFO O| May 08 05:18:50.035 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-05-08T05:18:51.498Z[ recovery-image] May 08 05:18:50.074 INFO O| May 08 05:18:50.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75882025-05-08T05:18:51.502Z[ recovery-image] May 08 05:18:50.075 INFO O| May 08 05:18:50.075 INFO STEP 1036 (remove_files) COMPLETE
75892025-05-08T05:18:51.502Z[ recovery-image] May 08 05:18:50.075 INFO O| May 08 05:18:50.075 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-05-08T05:18:51.531Z[ recovery-image] May 08 05:18:50.106 INFO O| May 08 05:18:50.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75912025-05-08T05:18:51.531Z[ recovery-image] May 08 05:18:50.106 INFO O| May 08 05:18:50.106 INFO STEP 1037 (remove_files) COMPLETE
75922025-05-08T05:18:51.534Z[ recovery-image] May 08 05:18:50.106 INFO O| May 08 05:18:50.106 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-05-08T05:18:51.570Z[ recovery-image] May 08 05:18:50.125 INFO O| May 08 05:18:50.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75942025-05-08T05:18:51.570Z[ recovery-image] May 08 05:18:50.125 INFO O| May 08 05:18:50.125 INFO STEP 1038 (remove_files) COMPLETE
75952025-05-08T05:18:51.570Z[ recovery-image] May 08 05:18:50.125 INFO O| May 08 05:18:50.125 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-05-08T05:18:51.574Z[ recovery-image] May 08 05:18:50.145 INFO O| May 08 05:18:50.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75972025-05-08T05:18:51.574Z[ recovery-image] May 08 05:18:50.146 INFO O| May 08 05:18:50.145 INFO STEP 1039 (remove_files) COMPLETE
75982025-05-08T05:18:51.574Z[ recovery-image] May 08 05:18:50.146 INFO O| May 08 05:18:50.146 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-05-08T05:18:51.590Z[ recovery-image] May 08 05:18:50.167 INFO O| May 08 05:18:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76002025-05-08T05:18:51.593Z[ recovery-image] May 08 05:18:50.168 INFO O| May 08 05:18:50.167 INFO STEP 1040 (remove_files) COMPLETE
76012025-05-08T05:18:51.593Z[ recovery-image] May 08 05:18:50.168 INFO O| May 08 05:18:50.168 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-05-08T05:18:51.614Z[ recovery-image] May 08 05:18:50.190 INFO O| May 08 05:18:50.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76032025-05-08T05:18:51.617Z[ recovery-image] May 08 05:18:50.191 INFO O| May 08 05:18:50.191 INFO STEP 1041 (remove_files) COMPLETE
76042025-05-08T05:18:51.617Z[ recovery-image] May 08 05:18:50.191 INFO O| May 08 05:18:50.191 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-05-08T05:18:51.636Z[ recovery-image] May 08 05:18:50.212 INFO O| May 08 05:18:50.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76062025-05-08T05:18:51.639Z[ recovery-image] May 08 05:18:50.213 INFO O| May 08 05:18:50.213 INFO STEP 1042 (remove_files) COMPLETE
76072025-05-08T05:18:51.639Z[ recovery-image] May 08 05:18:50.213 INFO O| May 08 05:18:50.213 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-05-08T05:18:51.657Z[ recovery-image] May 08 05:18:50.234 INFO O| May 08 05:18:50.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76092025-05-08T05:18:51.660Z[ recovery-image] May 08 05:18:50.234 INFO O| May 08 05:18:50.234 INFO STEP 1043 (remove_files) COMPLETE
76102025-05-08T05:18:51.660Z[ recovery-image] May 08 05:18:50.234 INFO O| May 08 05:18:50.234 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-05-08T05:18:51.678Z[ recovery-image] May 08 05:18:50.254 INFO O| May 08 05:18:50.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76122025-05-08T05:18:51.680Z[ recovery-image] May 08 05:18:50.255 INFO O| May 08 05:18:50.255 INFO STEP 1044 (remove_files) COMPLETE
76132025-05-08T05:18:51.681Z[ recovery-image] May 08 05:18:50.255 INFO O| May 08 05:18:50.255 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-05-08T05:18:51.701Z[ recovery-image] May 08 05:18:50.277 INFO O| May 08 05:18:50.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76152025-05-08T05:18:51.701Z[ recovery-image] May 08 05:18:50.277 INFO O| May 08 05:18:50.277 INFO STEP 1045 (remove_files) COMPLETE
76162025-05-08T05:18:51.701Z[ recovery-image] May 08 05:18:50.277 INFO O| May 08 05:18:50.277 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-05-08T05:18:51.722Z[ recovery-image] May 08 05:18:50.299 INFO O| May 08 05:18:50.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76182025-05-08T05:18:51.722Z[ recovery-image] May 08 05:18:50.299 INFO O| May 08 05:18:50.299 INFO STEP 1046 (remove_files) COMPLETE
76192025-05-08T05:18:51.725Z[ recovery-image] May 08 05:18:50.299 INFO O| May 08 05:18:50.299 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-05-08T05:18:51.744Z[ recovery-image] May 08 05:18:50.320 INFO O| May 08 05:18:50.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76212025-05-08T05:18:51.744Z[ recovery-image] May 08 05:18:50.321 INFO O| May 08 05:18:50.320 INFO STEP 1047 (remove_files) COMPLETE
76222025-05-08T05:18:51.747Z[ recovery-image] May 08 05:18:50.321 INFO O| May 08 05:18:50.321 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-05-08T05:18:51.766Z[ recovery-image] May 08 05:18:50.342 INFO O| May 08 05:18:50.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76242025-05-08T05:18:51.766Z[ recovery-image] May 08 05:18:50.342 INFO O| May 08 05:18:50.342 INFO STEP 1048 (remove_files) COMPLETE
76252025-05-08T05:18:51.766Z[ recovery-image] May 08 05:18:50.342 INFO O| May 08 05:18:50.342 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-05-08T05:18:51.789Z[ recovery-image] May 08 05:18:50.366 INFO O| May 08 05:18:50.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76272025-05-08T05:18:51.789Z[ recovery-image] May 08 05:18:50.366 INFO O| May 08 05:18:50.365 INFO STEP 1049 (remove_files) COMPLETE
76282025-05-08T05:18:51.789Z[ recovery-image] May 08 05:18:50.366 INFO O| May 08 05:18:50.365 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-05-08T05:18:51.811Z[ recovery-image] May 08 05:18:50.388 INFO O| May 08 05:18:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76302025-05-08T05:18:51.811Z[ recovery-image] May 08 05:18:50.388 INFO O| May 08 05:18:50.388 INFO STEP 1050 (remove_files) COMPLETE
76312025-05-08T05:18:51.814Z[ recovery-image] May 08 05:18:50.388 INFO O| May 08 05:18:50.388 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-05-08T05:18:51.834Z[ recovery-image] May 08 05:18:50.411 INFO O| May 08 05:18:50.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76332025-05-08T05:18:51.838Z[ recovery-image] May 08 05:18:50.411 INFO O| May 08 05:18:50.411 INFO STEP 1051 (remove_files) COMPLETE
76342025-05-08T05:18:51.838Z[ recovery-image] May 08 05:18:50.411 INFO O| May 08 05:18:50.411 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-05-08T05:18:51.857Z[ recovery-image] May 08 05:18:50.434 INFO O| May 08 05:18:50.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76362025-05-08T05:18:51.857Z[ recovery-image] May 08 05:18:50.434 INFO O| May 08 05:18:50.434 INFO STEP 1052 (remove_files) COMPLETE
76372025-05-08T05:18:51.861Z[ recovery-image] May 08 05:18:50.434 INFO O| May 08 05:18:50.434 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-05-08T05:18:51.880Z[ recovery-image] May 08 05:18:50.457 INFO O| May 08 05:18:50.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76392025-05-08T05:18:51.880Z[ recovery-image] May 08 05:18:50.457 INFO O| May 08 05:18:50.457 INFO STEP 1053 (remove_files) COMPLETE
76402025-05-08T05:18:51.890Z[ recovery-image] May 08 05:18:50.457 INFO O| May 08 05:18:50.457 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-05-08T05:18:51.910Z[ recovery-image] May 08 05:18:50.487 INFO O| May 08 05:18:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76422025-05-08T05:18:51.910Z[ recovery-image] May 08 05:18:50.487 INFO O| May 08 05:18:50.479 INFO STEP 1054 (remove_files) COMPLETE
76432025-05-08T05:18:51.910Z[ recovery-image] May 08 05:18:50.487 INFO O| May 08 05:18:50.479 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-05-08T05:18:51.921Z[ recovery-image] May 08 05:18:50.498 INFO O| May 08 05:18:50.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76452025-05-08T05:18:51.922Z[ recovery-image] May 08 05:18:50.498 INFO O| May 08 05:18:50.498 INFO STEP 1055 (remove_files) COMPLETE
76462025-05-08T05:18:51.922Z[ recovery-image] May 08 05:18:50.498 INFO O| May 08 05:18:50.498 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-05-08T05:18:51.943Z[ recovery-image] May 08 05:18:50.519 INFO O| May 08 05:18:50.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76482025-05-08T05:18:51.943Z[ recovery-image] May 08 05:18:50.520 INFO O| May 08 05:18:50.520 INFO STEP 1056 (remove_files) COMPLETE
76492025-05-08T05:18:51.943Z[ recovery-image] May 08 05:18:50.520 INFO O| May 08 05:18:50.520 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-05-08T05:18:51.965Z[ recovery-image] May 08 05:18:50.541 INFO O| May 08 05:18:50.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76512025-05-08T05:18:51.965Z[ recovery-image] May 08 05:18:50.542 INFO O| May 08 05:18:50.542 INFO STEP 1057 (remove_files) COMPLETE
76522025-05-08T05:18:51.965Z[ recovery-image] May 08 05:18:50.542 INFO O| May 08 05:18:50.542 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-05-08T05:18:51.986Z[ recovery-image] May 08 05:18:50.563 INFO O| May 08 05:18:50.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76542025-05-08T05:18:51.986Z[ recovery-image] May 08 05:18:50.563 INFO O| May 08 05:18:50.563 INFO STEP 1058 (remove_files) COMPLETE
76552025-05-08T05:18:51.987Z[ recovery-image] May 08 05:18:50.563 INFO O| May 08 05:18:50.563 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-05-08T05:18:52.009Z[ recovery-image] May 08 05:18:50.586 INFO O| May 08 05:18:50.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76572025-05-08T05:18:52.014Z[ recovery-image] May 08 05:18:50.586 INFO O| May 08 05:18:50.586 INFO STEP 1059 (remove_files) COMPLETE
76582025-05-08T05:18:52.014Z[ recovery-image] May 08 05:18:50.586 INFO O| May 08 05:18:50.586 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-05-08T05:18:52.032Z[ recovery-image] May 08 05:18:50.608 INFO O| May 08 05:18:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76602025-05-08T05:18:52.035Z[ recovery-image] May 08 05:18:50.609 INFO O| May 08 05:18:50.609 INFO STEP 1060 (remove_files) COMPLETE
76612025-05-08T05:18:52.035Z[ recovery-image] May 08 05:18:50.609 INFO O| May 08 05:18:50.609 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-05-08T05:18:52.055Z[ recovery-image] May 08 05:18:50.631 INFO O| May 08 05:18:50.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76632025-05-08T05:18:52.058Z[ recovery-image] May 08 05:18:50.631 INFO O| May 08 05:18:50.631 INFO STEP 1061 (remove_files) COMPLETE
76642025-05-08T05:18:52.058Z[ recovery-image] May 08 05:18:50.631 INFO O| May 08 05:18:50.631 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-05-08T05:18:52.078Z[ recovery-image] May 08 05:18:50.654 INFO O| May 08 05:18:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76662025-05-08T05:18:52.078Z[ recovery-image] May 08 05:18:50.654 INFO O| May 08 05:18:50.654 INFO STEP 1062 (remove_files) COMPLETE
76672025-05-08T05:18:52.081Z[ recovery-image] May 08 05:18:50.654 INFO O| May 08 05:18:50.654 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-05-08T05:18:52.103Z[ recovery-image] May 08 05:18:50.679 INFO O| May 08 05:18:50.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76692025-05-08T05:18:52.106Z[ recovery-image] May 08 05:18:50.679 INFO O| May 08 05:18:50.679 INFO STEP 1063 (remove_files) COMPLETE
76702025-05-08T05:18:52.106Z[ recovery-image] May 08 05:18:50.680 INFO O| May 08 05:18:50.679 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-05-08T05:18:52.147Z[ recovery-image] May 08 05:18:50.723 INFO O| May 08 05:18:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76722025-05-08T05:18:52.147Z[ recovery-image] May 08 05:18:50.723 INFO O| May 08 05:18:50.723 INFO STEP 1064 (remove_files) COMPLETE
76732025-05-08T05:18:52.147Z[ recovery-image] May 08 05:18:50.723 INFO O| May 08 05:18:50.723 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-05-08T05:18:52.184Z[ recovery-image] May 08 05:18:50.759 INFO O| May 08 05:18:50.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76752025-05-08T05:18:52.184Z[ recovery-image] May 08 05:18:50.759 INFO O| May 08 05:18:50.759 INFO STEP 1065 (remove_files) COMPLETE
76762025-05-08T05:18:52.188Z[ recovery-image] May 08 05:18:50.759 INFO O| May 08 05:18:50.759 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-05-08T05:18:52.206Z[ recovery-image] May 08 05:18:50.782 INFO O| May 08 05:18:50.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76782025-05-08T05:18:52.206Z[ recovery-image] May 08 05:18:50.782 INFO O| May 08 05:18:50.782 INFO STEP 1066 (remove_files) COMPLETE
76792025-05-08T05:18:52.210Z[ recovery-image] May 08 05:18:50.782 INFO O| May 08 05:18:50.782 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-05-08T05:18:52.228Z[ recovery-image] May 08 05:18:50.805 INFO O| May 08 05:18:50.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76812025-05-08T05:18:52.228Z[ recovery-image] May 08 05:18:50.805 INFO O| May 08 05:18:50.805 INFO STEP 1067 (remove_files) COMPLETE
76822025-05-08T05:18:52.228Z[ recovery-image] May 08 05:18:50.805 INFO O| May 08 05:18:50.805 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-05-08T05:18:52.251Z[ recovery-image] May 08 05:18:50.827 INFO O| May 08 05:18:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76842025-05-08T05:18:52.254Z[ recovery-image] May 08 05:18:50.827 INFO O| May 08 05:18:50.827 INFO STEP 1068 (remove_files) COMPLETE
76852025-05-08T05:18:52.254Z[ recovery-image] May 08 05:18:50.828 INFO O| May 08 05:18:50.827 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-05-08T05:18:52.275Z[ recovery-image] May 08 05:18:50.850 INFO O| May 08 05:18:50.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76872025-05-08T05:18:52.275Z[ recovery-image] May 08 05:18:50.850 INFO O| May 08 05:18:50.850 INFO STEP 1069 (remove_files) COMPLETE
76882025-05-08T05:18:52.275Z[ recovery-image] May 08 05:18:50.850 INFO O| May 08 05:18:50.850 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-05-08T05:18:52.304Z[ recovery-image] May 08 05:18:50.880 INFO O| May 08 05:18:50.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76902025-05-08T05:18:52.304Z[ recovery-image] May 08 05:18:50.880 INFO O| May 08 05:18:50.880 INFO STEP 1070 (remove_files) COMPLETE
76912025-05-08T05:18:52.307Z[ recovery-image] May 08 05:18:50.880 INFO O| May 08 05:18:50.880 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-05-08T05:18:52.327Z[ recovery-image] May 08 05:18:50.903 INFO O| May 08 05:18:50.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76932025-05-08T05:18:52.327Z[ recovery-image] May 08 05:18:50.903 INFO O| May 08 05:18:50.903 INFO STEP 1071 (remove_files) COMPLETE
76942025-05-08T05:18:52.330Z[ recovery-image] May 08 05:18:50.903 INFO O| May 08 05:18:50.903 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-05-08T05:18:52.350Z[ recovery-image] May 08 05:18:50.925 INFO O| May 08 05:18:50.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76962025-05-08T05:18:52.350Z[ recovery-image] May 08 05:18:50.925 INFO O| May 08 05:18:50.925 INFO STEP 1072 (remove_files) COMPLETE
76972025-05-08T05:18:52.353Z[ recovery-image] May 08 05:18:50.925 INFO O| May 08 05:18:50.925 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-05-08T05:18:52.369Z[ recovery-image] May 08 05:18:50.946 INFO O| May 08 05:18:50.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76992025-05-08T05:18:52.369Z[ recovery-image] May 08 05:18:50.946 INFO O| May 08 05:18:50.946 INFO STEP 1073 (remove_files) COMPLETE
77002025-05-08T05:18:52.372Z[ recovery-image] May 08 05:18:50.946 INFO O| May 08 05:18:50.946 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-05-08T05:18:52.390Z[ recovery-image] May 08 05:18:50.967 INFO O| May 08 05:18:50.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77022025-05-08T05:18:52.391Z[ recovery-image] May 08 05:18:50.967 INFO O| May 08 05:18:50.967 INFO STEP 1074 (remove_files) COMPLETE
77032025-05-08T05:18:52.394Z[ recovery-image] May 08 05:18:50.967 INFO O| May 08 05:18:50.967 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-05-08T05:18:52.411Z[ recovery-image] May 08 05:18:50.988 INFO O| May 08 05:18:50.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77052025-05-08T05:18:52.414Z[ recovery-image] May 08 05:18:50.988 INFO O| May 08 05:18:50.988 INFO STEP 1075 (remove_files) COMPLETE
77062025-05-08T05:18:52.415Z[ recovery-image] May 08 05:18:50.988 INFO O| May 08 05:18:50.988 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-05-08T05:18:52.435Z[ recovery-image] May 08 05:18:51.011 INFO O| May 08 05:18:51.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77082025-05-08T05:18:52.435Z[ recovery-image] May 08 05:18:51.011 INFO O| May 08 05:18:51.011 INFO STEP 1076 (remove_files) COMPLETE
77092025-05-08T05:18:52.435Z[ recovery-image] May 08 05:18:51.011 INFO O| May 08 05:18:51.011 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-05-08T05:18:52.458Z[ recovery-image] May 08 05:18:51.034 INFO O| May 08 05:18:51.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77112025-05-08T05:18:52.458Z[ recovery-image] May 08 05:18:51.034 INFO O| May 08 05:18:51.034 INFO STEP 1077 (remove_files) COMPLETE
77122025-05-08T05:18:52.461Z[ recovery-image] May 08 05:18:51.034 INFO O| May 08 05:18:51.034 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-05-08T05:18:52.481Z[ recovery-image] May 08 05:18:51.057 INFO O| May 08 05:18:51.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77142025-05-08T05:18:52.481Z[ recovery-image] May 08 05:18:51.057 INFO O| May 08 05:18:51.057 INFO STEP 1078 (remove_files) COMPLETE
77152025-05-08T05:18:52.484Z[ recovery-image] May 08 05:18:51.057 INFO O| May 08 05:18:51.057 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-05-08T05:18:52.504Z[ recovery-image] May 08 05:18:51.080 INFO O| May 08 05:18:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77172025-05-08T05:18:52.504Z[ recovery-image] May 08 05:18:51.080 INFO O| May 08 05:18:51.080 INFO STEP 1079 (remove_files) COMPLETE
77182025-05-08T05:18:52.504Z[ recovery-image] May 08 05:18:51.080 INFO O| May 08 05:18:51.080 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-05-08T05:18:52.533Z[ recovery-image] May 08 05:18:51.105 INFO O| May 08 05:18:51.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77202025-05-08T05:18:52.533Z[ recovery-image] May 08 05:18:51.105 INFO O| May 08 05:18:51.103 INFO STEP 1080 (remove_files) COMPLETE
77212025-05-08T05:18:52.537Z[ recovery-image] May 08 05:18:51.105 INFO O| May 08 05:18:51.103 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-05-08T05:18:52.559Z[ recovery-image] May 08 05:18:51.136 INFO O| May 08 05:18:51.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77232025-05-08T05:18:52.559Z[ recovery-image] May 08 05:18:51.136 INFO O| May 08 05:18:51.136 INFO STEP 1081 (remove_files) COMPLETE
77242025-05-08T05:18:52.559Z[ recovery-image] May 08 05:18:51.136 INFO O| May 08 05:18:51.136 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-05-08T05:18:52.589Z[ recovery-image] May 08 05:18:51.165 INFO O| May 08 05:18:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77262025-05-08T05:18:52.589Z[ recovery-image] May 08 05:18:51.165 INFO O| May 08 05:18:51.165 INFO STEP 1082 (remove_files) COMPLETE
77272025-05-08T05:18:52.589Z[ recovery-image] May 08 05:18:51.165 INFO O| May 08 05:18:51.165 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-05-08T05:18:52.624Z[ recovery-image] May 08 05:18:51.201 INFO O| May 08 05:18:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77292025-05-08T05:18:52.624Z[ recovery-image] May 08 05:18:51.201 INFO O| May 08 05:18:51.201 INFO STEP 1083 (remove_files) COMPLETE
77302025-05-08T05:18:52.624Z[ recovery-image] May 08 05:18:51.201 INFO O| May 08 05:18:51.201 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-05-08T05:18:52.642Z[ recovery-image] May 08 05:18:51.219 INFO O| May 08 05:18:51.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77322025-05-08T05:18:52.642Z[ recovery-image] May 08 05:18:51.219 INFO O| May 08 05:18:51.219 INFO STEP 1084 (remove_files) COMPLETE
77332025-05-08T05:18:52.645Z[ recovery-image] May 08 05:18:51.219 INFO O| May 08 05:18:51.219 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-05-08T05:18:52.674Z[ recovery-image] May 08 05:18:51.250 INFO O| May 08 05:18:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77352025-05-08T05:18:52.674Z[ recovery-image] May 08 05:18:51.250 INFO O| May 08 05:18:51.250 INFO STEP 1085 (remove_files) COMPLETE
77362025-05-08T05:18:52.674Z[ recovery-image] May 08 05:18:51.250 INFO O| May 08 05:18:51.250 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-05-08T05:18:52.695Z[ recovery-image] May 08 05:18:51.271 INFO O| May 08 05:18:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77382025-05-08T05:18:52.695Z[ recovery-image] May 08 05:18:51.271 INFO O| May 08 05:18:51.271 INFO STEP 1086 (remove_files) COMPLETE
77392025-05-08T05:18:52.695Z[ recovery-image] May 08 05:18:51.271 INFO O| May 08 05:18:51.271 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-05-08T05:18:52.753Z[ recovery-image] May 08 05:18:51.329 INFO O| May 08 05:18:51.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77412025-05-08T05:18:52.753Z[ recovery-image] May 08 05:18:51.329 INFO O| May 08 05:18:51.329 INFO STEP 1087 (remove_files) COMPLETE
77422025-05-08T05:18:52.753Z[ recovery-image] May 08 05:18:51.329 INFO O| May 08 05:18:51.329 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-05-08T05:18:52.791Z[ recovery-image] May 08 05:18:51.367 INFO O| May 08 05:18:51.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77442025-05-08T05:18:52.791Z[ recovery-image] May 08 05:18:51.367 INFO O| May 08 05:18:51.367 INFO STEP 1088 (remove_files) COMPLETE
77452025-05-08T05:18:52.791Z[ recovery-image] May 08 05:18:51.367 INFO O| May 08 05:18:51.367 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-05-08T05:18:52.809Z[ recovery-image] May 08 05:18:51.386 INFO O| May 08 05:18:51.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77472025-05-08T05:18:52.810Z[ recovery-image] May 08 05:18:51.386 INFO O| May 08 05:18:51.386 INFO STEP 1089 (remove_files) COMPLETE
77482025-05-08T05:18:52.813Z[ recovery-image] May 08 05:18:51.386 INFO O| May 08 05:18:51.386 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-05-08T05:18:52.829Z[ recovery-image] May 08 05:18:51.404 INFO O| May 08 05:18:51.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77502025-05-08T05:18:52.829Z[ recovery-image] May 08 05:18:51.405 INFO O| May 08 05:18:51.404 INFO STEP 1090 (remove_files) COMPLETE
77512025-05-08T05:18:52.829Z[ recovery-image] May 08 05:18:51.405 INFO O| May 08 05:18:51.404 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-05-08T05:18:52.848Z[ recovery-image] May 08 05:18:51.423 INFO O| May 08 05:18:51.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77532025-05-08T05:18:52.848Z[ recovery-image] May 08 05:18:51.423 INFO O| May 08 05:18:51.423 INFO STEP 1091 (remove_files) COMPLETE
77542025-05-08T05:18:52.848Z[ recovery-image] May 08 05:18:51.423 INFO O| May 08 05:18:51.423 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-05-08T05:18:52.866Z[ recovery-image] May 08 05:18:51.442 INFO O| May 08 05:18:51.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77562025-05-08T05:18:52.866Z[ recovery-image] May 08 05:18:51.442 INFO O| May 08 05:18:51.442 INFO STEP 1092 (remove_files) COMPLETE
77572025-05-08T05:18:52.866Z[ recovery-image] May 08 05:18:51.442 INFO O| May 08 05:18:51.442 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-05-08T05:18:52.886Z[ recovery-image] May 08 05:18:51.463 INFO O| May 08 05:18:51.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77592025-05-08T05:18:52.887Z[ recovery-image] May 08 05:18:51.463 INFO O| May 08 05:18:51.463 INFO STEP 1093 (remove_files) COMPLETE
77602025-05-08T05:18:52.890Z[ recovery-image] May 08 05:18:51.463 INFO O| May 08 05:18:51.463 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-05-08T05:18:52.905Z[ recovery-image] May 08 05:18:51.481 INFO O| May 08 05:18:51.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77622025-05-08T05:18:52.908Z[ recovery-image] May 08 05:18:51.481 INFO O| May 08 05:18:51.481 INFO STEP 1094 (remove_files) COMPLETE
77632025-05-08T05:18:52.908Z[ recovery-image] May 08 05:18:51.481 INFO O| May 08 05:18:51.481 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-05-08T05:18:52.923Z[ recovery-image] May 08 05:18:51.500 INFO O| May 08 05:18:51.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77652025-05-08T05:18:52.923Z[ recovery-image] May 08 05:18:51.500 INFO O| May 08 05:18:51.500 INFO STEP 1095 (remove_files) COMPLETE
77662025-05-08T05:18:52.926Z[ recovery-image] May 08 05:18:51.500 INFO O| May 08 05:18:51.500 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-05-08T05:18:52.943Z[ recovery-image] May 08 05:18:51.519 INFO O| May 08 05:18:51.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77682025-05-08T05:18:52.943Z[ recovery-image] May 08 05:18:51.519 INFO O| May 08 05:18:51.519 INFO STEP 1096 (remove_files) COMPLETE
77692025-05-08T05:18:52.947Z[ recovery-image] May 08 05:18:51.519 INFO O| May 08 05:18:51.519 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-05-08T05:18:52.967Z[ recovery-image] May 08 05:18:51.542 INFO O| May 08 05:18:51.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77712025-05-08T05:18:52.967Z[ recovery-image] May 08 05:18:51.542 INFO O| May 08 05:18:51.542 INFO STEP 1097 (remove_files) COMPLETE
77722025-05-08T05:18:52.967Z[ recovery-image] May 08 05:18:51.542 INFO O| May 08 05:18:51.542 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-05-08T05:18:52.989Z[ recovery-image] May 08 05:18:51.565 INFO O| May 08 05:18:51.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77742025-05-08T05:18:52.989Z[ recovery-image] May 08 05:18:51.565 INFO O| May 08 05:18:51.565 INFO STEP 1098 (remove_files) COMPLETE
77752025-05-08T05:18:52.989Z[ recovery-image] May 08 05:18:51.565 INFO O| May 08 05:18:51.565 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-05-08T05:18:53.025Z[ recovery-image] May 08 05:18:51.601 INFO O| May 08 05:18:51.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77772025-05-08T05:18:53.025Z[ recovery-image] May 08 05:18:51.601 INFO O| May 08 05:18:51.601 INFO STEP 1099 (remove_files) COMPLETE
77782025-05-08T05:18:53.028Z[ recovery-image] May 08 05:18:51.601 INFO O| May 08 05:18:51.601 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-05-08T05:18:53.068Z[ recovery-image] May 08 05:18:51.644 INFO O| May 08 05:18:51.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77802025-05-08T05:18:53.068Z[ recovery-image] May 08 05:18:51.644 INFO O| May 08 05:18:51.644 INFO STEP 1100 (remove_files) COMPLETE
77812025-05-08T05:18:53.068Z[ recovery-image] May 08 05:18:51.644 INFO O| May 08 05:18:51.644 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-05-08T05:18:53.102Z[ recovery-image] May 08 05:18:51.678 INFO O| May 08 05:18:51.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77832025-05-08T05:18:53.105Z[ recovery-image] May 08 05:18:51.679 INFO O| May 08 05:18:51.679 INFO STEP 1101 (remove_files) COMPLETE
77842025-05-08T05:18:53.105Z[ recovery-image] May 08 05:18:51.679 INFO O| May 08 05:18:51.679 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-05-08T05:18:53.133Z[ recovery-image] May 08 05:18:51.709 INFO O| May 08 05:18:51.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77862025-05-08T05:18:53.133Z[ recovery-image] May 08 05:18:51.709 INFO O| May 08 05:18:51.709 INFO STEP 1102 (remove_files) COMPLETE
77872025-05-08T05:18:53.133Z[ recovery-image] May 08 05:18:51.709 INFO O| May 08 05:18:51.709 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-05-08T05:18:53.167Z[ recovery-image] May 08 05:18:51.743 INFO O| May 08 05:18:51.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77892025-05-08T05:18:53.167Z[ recovery-image] May 08 05:18:51.743 INFO O| May 08 05:18:51.743 INFO STEP 1103 (remove_files) COMPLETE
77902025-05-08T05:18:53.167Z[ recovery-image] May 08 05:18:51.743 INFO O| May 08 05:18:51.743 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-05-08T05:18:53.210Z[ recovery-image] May 08 05:18:51.786 INFO O| May 08 05:18:51.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77922025-05-08T05:18:53.210Z[ recovery-image] May 08 05:18:51.786 INFO O| May 08 05:18:51.786 INFO STEP 1104 (remove_files) COMPLETE
77932025-05-08T05:18:53.210Z[ recovery-image] May 08 05:18:51.786 INFO O| May 08 05:18:51.786 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-05-08T05:18:53.230Z[ recovery-image] May 08 05:18:51.806 INFO O| May 08 05:18:51.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77952025-05-08T05:18:53.230Z[ recovery-image] May 08 05:18:51.806 INFO O| May 08 05:18:51.806 INFO STEP 1105 (remove_files) COMPLETE
77962025-05-08T05:18:53.230Z[ recovery-image] May 08 05:18:51.806 INFO O| May 08 05:18:51.806 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-05-08T05:18:53.252Z[ recovery-image] May 08 05:18:51.828 INFO O| May 08 05:18:51.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77982025-05-08T05:18:53.252Z[ recovery-image] May 08 05:18:51.828 INFO O| May 08 05:18:51.828 INFO STEP 1106 (remove_files) COMPLETE
77992025-05-08T05:18:53.255Z[ recovery-image] May 08 05:18:51.828 INFO O| May 08 05:18:51.828 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-05-08T05:18:53.274Z[ recovery-image] May 08 05:18:51.850 INFO O| May 08 05:18:51.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78012025-05-08T05:18:53.274Z[ recovery-image] May 08 05:18:51.850 INFO O| May 08 05:18:51.850 INFO STEP 1107 (remove_files) COMPLETE
78022025-05-08T05:18:53.274Z[ recovery-image] May 08 05:18:51.850 INFO O| May 08 05:18:51.850 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-05-08T05:18:53.303Z[ recovery-image] May 08 05:18:51.879 INFO O| May 08 05:18:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78042025-05-08T05:18:53.303Z[ recovery-image] May 08 05:18:51.879 INFO O| May 08 05:18:51.879 INFO STEP 1108 (remove_files) COMPLETE
78052025-05-08T05:18:53.303Z[ recovery-image] May 08 05:18:51.879 INFO O| May 08 05:18:51.879 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-05-08T05:18:53.331Z[ recovery-image] May 08 05:18:51.907 INFO O| May 08 05:18:51.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78072025-05-08T05:18:53.331Z[ recovery-image] May 08 05:18:51.907 INFO O| May 08 05:18:51.907 INFO STEP 1109 (remove_files) COMPLETE
78082025-05-08T05:18:53.334Z[ recovery-image] May 08 05:18:51.907 INFO O| May 08 05:18:51.907 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-05-08T05:18:53.428Z[ recovery-image] May 08 05:18:52.004 INFO O| May 08 05:18:52.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78102025-05-08T05:18:53.428Z[ recovery-image] May 08 05:18:52.004 INFO O| May 08 05:18:52.004 INFO STEP 1110 (remove_files) COMPLETE
78112025-05-08T05:18:53.428Z[ recovery-image] May 08 05:18:52.004 INFO O| May 08 05:18:52.004 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-05-08T05:18:53.459Z[ recovery-image] May 08 05:18:52.035 INFO O| May 08 05:18:52.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78132025-05-08T05:18:53.459Z[ recovery-image] May 08 05:18:52.035 INFO O| May 08 05:18:52.035 INFO STEP 1111 (remove_files) COMPLETE
78142025-05-08T05:18:53.459Z[ recovery-image] May 08 05:18:52.035 INFO O| May 08 05:18:52.035 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-05-08T05:18:53.483Z[ recovery-image] May 08 05:18:52.059 INFO O| May 08 05:18:52.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78162025-05-08T05:18:53.486Z[ recovery-image] May 08 05:18:52.061 INFO O| May 08 05:18:52.060 INFO STEP 1112 (remove_files) COMPLETE
78172025-05-08T05:18:53.487Z[ recovery-image] May 08 05:18:52.061 INFO O| May 08 05:18:52.061 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-05-08T05:18:53.512Z[ recovery-image] May 08 05:18:52.087 INFO O| May 08 05:18:52.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78192025-05-08T05:18:53.512Z[ recovery-image] May 08 05:18:52.087 INFO O| May 08 05:18:52.087 INFO STEP 1113 (remove_files) COMPLETE
78202025-05-08T05:18:53.512Z[ recovery-image] May 08 05:18:52.087 INFO O| May 08 05:18:52.087 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-05-08T05:18:53.532Z[ recovery-image] May 08 05:18:52.108 INFO O| May 08 05:18:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78222025-05-08T05:18:53.532Z[ recovery-image] May 08 05:18:52.108 INFO O| May 08 05:18:52.108 INFO STEP 1114 (remove_files) COMPLETE
78232025-05-08T05:18:53.536Z[ recovery-image] May 08 05:18:52.108 INFO O| May 08 05:18:52.108 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-05-08T05:18:53.559Z[ recovery-image] May 08 05:18:52.135 INFO O| May 08 05:18:52.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78252025-05-08T05:18:53.562Z[ recovery-image] May 08 05:18:52.135 INFO O| May 08 05:18:52.135 INFO STEP 1115 (remove_files) COMPLETE
78262025-05-08T05:18:53.562Z[ recovery-image] May 08 05:18:52.135 INFO O| May 08 05:18:52.135 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-05-08T05:18:53.607Z[ recovery-image] May 08 05:18:52.183 INFO O| May 08 05:18:52.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78282025-05-08T05:18:53.607Z[ recovery-image] May 08 05:18:52.183 INFO O| May 08 05:18:52.183 INFO STEP 1116 (remove_files) COMPLETE
78292025-05-08T05:18:53.610Z[ recovery-image] May 08 05:18:52.183 INFO O| May 08 05:18:52.183 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-05-08T05:18:53.667Z[ recovery-image] May 08 05:18:52.242 INFO O| May 08 05:18:52.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78312025-05-08T05:18:53.670Z[ recovery-image] May 08 05:18:52.243 INFO O| May 08 05:18:52.243 INFO STEP 1117 (remove_files) COMPLETE
78322025-05-08T05:18:53.670Z[ recovery-image] May 08 05:18:52.243 INFO O| May 08 05:18:52.243 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-05-08T05:18:53.714Z[ recovery-image] May 08 05:18:52.290 INFO O| May 08 05:18:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78342025-05-08T05:18:53.719Z[ recovery-image] May 08 05:18:52.290 INFO O| May 08 05:18:52.290 INFO STEP 1118 (remove_files) COMPLETE
78352025-05-08T05:18:53.719Z[ recovery-image] May 08 05:18:52.290 INFO O| May 08 05:18:52.290 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-05-08T05:18:53.739Z[ recovery-image] May 08 05:18:52.315 INFO O| May 08 05:18:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78372025-05-08T05:18:53.743Z[ recovery-image] May 08 05:18:52.315 INFO O| May 08 05:18:52.315 INFO STEP 1119 (remove_files) COMPLETE
78382025-05-08T05:18:53.743Z[ recovery-image] May 08 05:18:52.315 INFO O| May 08 05:18:52.315 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-05-08T05:18:53.762Z[ recovery-image] May 08 05:18:52.338 INFO O| May 08 05:18:52.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78402025-05-08T05:18:53.762Z[ recovery-image] May 08 05:18:52.338 INFO O| May 08 05:18:52.338 INFO STEP 1120 (remove_files) COMPLETE
78412025-05-08T05:18:53.765Z[ recovery-image] May 08 05:18:52.338 INFO O| May 08 05:18:52.338 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-05-08T05:18:53.802Z[ recovery-image] May 08 05:18:52.378 INFO O| May 08 05:18:52.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78432025-05-08T05:18:53.802Z[ recovery-image] May 08 05:18:52.378 INFO O| May 08 05:18:52.378 INFO STEP 1121 (remove_files) COMPLETE
78442025-05-08T05:18:53.805Z[ recovery-image] May 08 05:18:52.378 INFO O| May 08 05:18:52.378 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-05-08T05:18:53.889Z[ recovery-image] May 08 05:18:52.465 INFO O| May 08 05:18:52.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78462025-05-08T05:18:53.889Z[ recovery-image] May 08 05:18:52.465 INFO O| May 08 05:18:52.465 INFO STEP 1122 (remove_files) COMPLETE
78472025-05-08T05:18:53.892Z[ recovery-image] May 08 05:18:52.465 INFO O| May 08 05:18:52.465 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-05-08T05:18:53.909Z[ recovery-image] May 08 05:18:52.485 INFO O| May 08 05:18:52.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78492025-05-08T05:18:53.912Z[ recovery-image] May 08 05:18:52.485 INFO O| May 08 05:18:52.485 INFO STEP 1123 (remove_files) COMPLETE
78502025-05-08T05:18:53.912Z[ recovery-image] May 08 05:18:52.485 INFO O| May 08 05:18:52.485 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-05-08T05:18:53.927Z[ recovery-image] May 08 05:18:52.502 INFO O| May 08 05:18:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78522025-05-08T05:18:53.927Z[ recovery-image] May 08 05:18:52.502 INFO O| May 08 05:18:52.502 INFO STEP 1124 (remove_files) COMPLETE
78532025-05-08T05:18:53.930Z[ recovery-image] May 08 05:18:52.502 INFO O| May 08 05:18:52.502 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-05-08T05:18:53.944Z[ recovery-image] May 08 05:18:52.519 INFO O| May 08 05:18:52.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78552025-05-08T05:18:53.944Z[ recovery-image] May 08 05:18:52.520 INFO O| May 08 05:18:52.520 INFO STEP 1125 (remove_files) COMPLETE
78562025-05-08T05:18:53.944Z[ recovery-image] May 08 05:18:52.520 INFO O| May 08 05:18:52.520 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-05-08T05:18:53.962Z[ recovery-image] May 08 05:18:52.537 INFO O| May 08 05:18:52.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78582025-05-08T05:18:53.962Z[ recovery-image] May 08 05:18:52.537 INFO O| May 08 05:18:52.537 INFO STEP 1126 (remove_files) COMPLETE
78592025-05-08T05:18:53.962Z[ recovery-image] May 08 05:18:52.537 INFO O| May 08 05:18:52.537 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-05-08T05:18:53.981Z[ recovery-image] May 08 05:18:52.556 INFO O| May 08 05:18:52.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78612025-05-08T05:18:53.981Z[ recovery-image] May 08 05:18:52.556 INFO O| May 08 05:18:52.556 INFO STEP 1127 (remove_files) COMPLETE
78622025-05-08T05:18:53.981Z[ recovery-image] May 08 05:18:52.556 INFO O| May 08 05:18:52.556 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-05-08T05:18:54.001Z[ recovery-image] May 08 05:18:52.576 INFO O| May 08 05:18:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78642025-05-08T05:18:54.004Z[ recovery-image] May 08 05:18:52.576 INFO O| May 08 05:18:52.576 INFO STEP 1128 (remove_files) COMPLETE
78652025-05-08T05:18:54.004Z[ recovery-image] May 08 05:18:52.576 INFO O| May 08 05:18:52.576 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-05-08T05:18:54.020Z[ recovery-image] May 08 05:18:52.595 INFO O| May 08 05:18:52.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78672025-05-08T05:18:54.020Z[ recovery-image] May 08 05:18:52.596 INFO O| May 08 05:18:52.596 INFO STEP 1129 (remove_files) COMPLETE
78682025-05-08T05:18:54.020Z[ recovery-image] May 08 05:18:52.596 INFO O| May 08 05:18:52.596 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-05-08T05:18:54.039Z[ recovery-image] May 08 05:18:52.615 INFO O| May 08 05:18:52.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78702025-05-08T05:18:54.039Z[ recovery-image] May 08 05:18:52.615 INFO O| May 08 05:18:52.615 INFO STEP 1130 (remove_files) COMPLETE
78712025-05-08T05:18:54.039Z[ recovery-image] May 08 05:18:52.615 INFO O| May 08 05:18:52.615 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-05-08T05:18:54.058Z[ recovery-image] May 08 05:18:52.633 INFO O| May 08 05:18:52.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78732025-05-08T05:18:54.058Z[ recovery-image] May 08 05:18:52.634 INFO O| May 08 05:18:52.633 INFO STEP 1131 (remove_files) COMPLETE
78742025-05-08T05:18:54.058Z[ recovery-image] May 08 05:18:52.634 INFO O| May 08 05:18:52.633 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-05-08T05:18:54.079Z[ recovery-image] May 08 05:18:52.655 INFO O| May 08 05:18:52.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78762025-05-08T05:18:54.082Z[ recovery-image] May 08 05:18:52.655 INFO O| May 08 05:18:52.655 INFO STEP 1132 (remove_files) COMPLETE
78772025-05-08T05:18:54.082Z[ recovery-image] May 08 05:18:52.655 INFO O| May 08 05:18:52.655 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-05-08T05:18:54.102Z[ recovery-image] May 08 05:18:52.678 INFO O| May 08 05:18:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78792025-05-08T05:18:54.102Z[ recovery-image] May 08 05:18:52.678 INFO O| May 08 05:18:52.678 INFO STEP 1133 (remove_files) COMPLETE
78802025-05-08T05:18:54.102Z[ recovery-image] May 08 05:18:52.678 INFO O| May 08 05:18:52.678 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-05-08T05:18:54.124Z[ recovery-image] May 08 05:18:52.700 INFO O| May 08 05:18:52.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78822025-05-08T05:18:54.124Z[ recovery-image] May 08 05:18:52.700 INFO O| May 08 05:18:52.700 INFO STEP 1134 (remove_files) COMPLETE
78832025-05-08T05:18:54.124Z[ recovery-image] May 08 05:18:52.700 INFO O| May 08 05:18:52.700 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-05-08T05:18:54.145Z[ recovery-image] May 08 05:18:52.721 INFO O| May 08 05:18:52.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78852025-05-08T05:18:54.146Z[ recovery-image] May 08 05:18:52.721 INFO O| May 08 05:18:52.721 INFO STEP 1135 (remove_files) COMPLETE
78862025-05-08T05:18:54.146Z[ recovery-image] May 08 05:18:52.721 INFO O| May 08 05:18:52.721 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-05-08T05:18:54.167Z[ recovery-image] May 08 05:18:52.743 INFO O| May 08 05:18:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78882025-05-08T05:18:54.167Z[ recovery-image] May 08 05:18:52.743 INFO O| May 08 05:18:52.743 INFO STEP 1136 (remove_files) COMPLETE
78892025-05-08T05:18:54.167Z[ recovery-image] May 08 05:18:52.743 INFO O| May 08 05:18:52.743 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-05-08T05:18:54.211Z[ recovery-image] May 08 05:18:52.787 INFO O| May 08 05:18:52.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78912025-05-08T05:18:54.214Z[ recovery-image] May 08 05:18:52.787 INFO O| May 08 05:18:52.787 INFO STEP 1137 (remove_files) COMPLETE
78922025-05-08T05:18:54.214Z[ recovery-image] May 08 05:18:52.787 INFO O| May 08 05:18:52.787 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-05-08T05:18:54.233Z[ recovery-image] May 08 05:18:52.809 INFO O| May 08 05:18:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78942025-05-08T05:18:54.233Z[ recovery-image] May 08 05:18:52.809 INFO O| May 08 05:18:52.809 INFO STEP 1138 (remove_files) COMPLETE
78952025-05-08T05:18:54.233Z[ recovery-image] May 08 05:18:52.809 INFO O| May 08 05:18:52.809 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-05-08T05:18:54.255Z[ recovery-image] May 08 05:18:52.831 INFO O| May 08 05:18:52.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78972025-05-08T05:18:54.255Z[ recovery-image] May 08 05:18:52.831 INFO O| May 08 05:18:52.831 INFO STEP 1139 (remove_files) COMPLETE
78982025-05-08T05:18:54.256Z[ recovery-image] May 08 05:18:52.831 INFO O| May 08 05:18:52.831 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-05-08T05:18:54.279Z[ recovery-image] May 08 05:18:52.854 INFO O| May 08 05:18:52.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79002025-05-08T05:18:54.279Z[ recovery-image] May 08 05:18:52.854 INFO O| May 08 05:18:52.854 INFO STEP 1140 (remove_files) COMPLETE
79012025-05-08T05:18:54.279Z[ recovery-image] May 08 05:18:52.854 INFO O| May 08 05:18:52.854 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-05-08T05:18:54.300Z[ recovery-image] May 08 05:18:52.876 INFO O| May 08 05:18:52.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79032025-05-08T05:18:54.303Z[ recovery-image] May 08 05:18:52.876 INFO O| May 08 05:18:52.876 INFO STEP 1141 (remove_files) COMPLETE
79042025-05-08T05:18:54.303Z[ recovery-image] May 08 05:18:52.877 INFO O| May 08 05:18:52.876 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-05-08T05:18:54.322Z[ recovery-image] May 08 05:18:52.898 INFO O| May 08 05:18:52.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79062025-05-08T05:18:54.325Z[ recovery-image] May 08 05:18:52.898 INFO O| May 08 05:18:52.898 INFO STEP 1142 (remove_files) COMPLETE
79072025-05-08T05:18:54.325Z[ recovery-image] May 08 05:18:52.898 INFO O| May 08 05:18:52.898 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-05-08T05:18:54.344Z[ recovery-image] May 08 05:18:52.920 INFO O| May 08 05:18:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79092025-05-08T05:18:54.347Z[ recovery-image] May 08 05:18:52.920 INFO O| May 08 05:18:52.920 INFO STEP 1143 (remove_files) COMPLETE
79102025-05-08T05:18:54.348Z[ recovery-image] May 08 05:18:52.921 INFO O| May 08 05:18:52.920 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-05-08T05:18:54.368Z[ recovery-image] May 08 05:18:52.943 INFO O| May 08 05:18:52.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79122025-05-08T05:18:54.371Z[ recovery-image] May 08 05:18:52.944 INFO O| May 08 05:18:52.944 INFO STEP 1144 (remove_files) COMPLETE
79132025-05-08T05:18:54.371Z[ recovery-image] May 08 05:18:52.944 INFO O| May 08 05:18:52.944 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-05-08T05:18:54.391Z[ recovery-image] May 08 05:18:52.967 INFO O| May 08 05:18:52.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79152025-05-08T05:18:54.391Z[ recovery-image] May 08 05:18:52.967 INFO O| May 08 05:18:52.967 INFO STEP 1145 (remove_files) COMPLETE
79162025-05-08T05:18:54.391Z[ recovery-image] May 08 05:18:52.967 INFO O| May 08 05:18:52.967 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-05-08T05:18:54.422Z[ recovery-image] May 08 05:18:52.998 INFO O| May 08 05:18:52.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79182025-05-08T05:18:54.422Z[ recovery-image] May 08 05:18:52.998 INFO O| May 08 05:18:52.998 INFO STEP 1146 (remove_files) COMPLETE
79192025-05-08T05:18:54.423Z[ recovery-image] May 08 05:18:52.998 INFO O| May 08 05:18:52.998 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-05-08T05:18:54.443Z[ recovery-image] May 08 05:18:53.019 INFO O| May 08 05:18:53.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79212025-05-08T05:18:54.446Z[ recovery-image] May 08 05:18:53.019 INFO O| May 08 05:18:53.019 INFO STEP 1147 (remove_files) COMPLETE
79222025-05-08T05:18:54.446Z[ recovery-image] May 08 05:18:53.019 INFO O| May 08 05:18:53.019 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-05-08T05:18:54.465Z[ recovery-image] May 08 05:18:53.041 INFO O| May 08 05:18:53.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79242025-05-08T05:18:54.468Z[ recovery-image] May 08 05:18:53.041 INFO O| May 08 05:18:53.041 INFO STEP 1148 (remove_files) COMPLETE
79252025-05-08T05:18:54.468Z[ recovery-image] May 08 05:18:53.041 INFO O| May 08 05:18:53.041 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-05-08T05:18:54.486Z[ recovery-image] May 08 05:18:53.062 INFO O| May 08 05:18:53.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79272025-05-08T05:18:54.489Z[ recovery-image] May 08 05:18:53.062 INFO O| May 08 05:18:53.062 INFO STEP 1149 (remove_files) COMPLETE
79282025-05-08T05:18:54.489Z[ recovery-image] May 08 05:18:53.062 INFO O| May 08 05:18:53.062 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-05-08T05:18:54.506Z[ recovery-image] May 08 05:18:53.082 INFO O| May 08 05:18:53.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79302025-05-08T05:18:54.510Z[ recovery-image] May 08 05:18:53.082 INFO O| May 08 05:18:53.082 INFO STEP 1150 (remove_files) COMPLETE
79312025-05-08T05:18:54.510Z[ recovery-image] May 08 05:18:53.082 INFO O| May 08 05:18:53.082 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-05-08T05:18:54.541Z[ recovery-image] May 08 05:18:53.117 INFO O| May 08 05:18:53.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79332025-05-08T05:18:54.544Z[ recovery-image] May 08 05:18:53.117 INFO O| May 08 05:18:53.117 INFO STEP 1151 (remove_files) COMPLETE
79342025-05-08T05:18:54.545Z[ recovery-image] May 08 05:18:53.117 INFO O| May 08 05:18:53.117 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-05-08T05:18:54.561Z[ recovery-image] May 08 05:18:53.137 INFO O| May 08 05:18:53.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79362025-05-08T05:18:54.561Z[ recovery-image] May 08 05:18:53.137 INFO O| May 08 05:18:53.137 INFO STEP 1152 (remove_files) COMPLETE
79372025-05-08T05:18:54.561Z[ recovery-image] May 08 05:18:53.137 INFO O| May 08 05:18:53.137 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-05-08T05:18:54.600Z[ recovery-image] May 08 05:18:53.175 INFO O| May 08 05:18:53.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79392025-05-08T05:18:54.600Z[ recovery-image] May 08 05:18:53.175 INFO O| May 08 05:18:53.175 INFO STEP 1153 (remove_files) COMPLETE
79402025-05-08T05:18:54.600Z[ recovery-image] May 08 05:18:53.175 INFO O| May 08 05:18:53.175 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-05-08T05:18:54.678Z[ recovery-image] May 08 05:18:53.254 INFO O| May 08 05:18:53.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79422025-05-08T05:18:54.678Z[ recovery-image] May 08 05:18:53.254 INFO O| May 08 05:18:53.254 INFO STEP 1154 (remove_files) COMPLETE
79432025-05-08T05:18:54.678Z[ recovery-image] May 08 05:18:53.254 INFO O| May 08 05:18:53.254 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-05-08T05:18:54.721Z[ recovery-image] May 08 05:18:53.296 INFO O| May 08 05:18:53.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79452025-05-08T05:18:54.721Z[ recovery-image] May 08 05:18:53.296 INFO O| May 08 05:18:53.296 INFO STEP 1155 (remove_files) COMPLETE
79462025-05-08T05:18:54.721Z[ recovery-image] May 08 05:18:53.296 INFO O| May 08 05:18:53.296 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-05-08T05:18:54.742Z[ recovery-image] May 08 05:18:53.318 INFO O| May 08 05:18:53.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79482025-05-08T05:18:54.742Z[ recovery-image] May 08 05:18:53.318 INFO O| May 08 05:18:53.318 INFO STEP 1156 (remove_files) COMPLETE
79492025-05-08T05:18:54.742Z[ recovery-image] May 08 05:18:53.318 INFO O| May 08 05:18:53.318 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-05-08T05:18:54.761Z[ recovery-image] May 08 05:18:53.337 INFO O| May 08 05:18:53.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79512025-05-08T05:18:54.761Z[ recovery-image] May 08 05:18:53.337 INFO O| May 08 05:18:53.337 INFO STEP 1157 (remove_files) COMPLETE
79522025-05-08T05:18:54.761Z[ recovery-image] May 08 05:18:53.337 INFO O| May 08 05:18:53.337 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-05-08T05:18:54.783Z[ recovery-image] May 08 05:18:53.358 INFO O| May 08 05:18:53.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79542025-05-08T05:18:54.783Z[ recovery-image] May 08 05:18:53.358 INFO O| May 08 05:18:53.358 INFO STEP 1158 (remove_files) COMPLETE
79552025-05-08T05:18:54.783Z[ recovery-image] May 08 05:18:53.358 INFO O| May 08 05:18:53.358 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-05-08T05:18:54.805Z[ recovery-image] May 08 05:18:53.380 INFO O| May 08 05:18:53.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79572025-05-08T05:18:54.805Z[ recovery-image] May 08 05:18:53.380 INFO O| May 08 05:18:53.380 INFO STEP 1159 (remove_files) COMPLETE
79582025-05-08T05:18:54.805Z[ recovery-image] May 08 05:18:53.380 INFO O| May 08 05:18:53.380 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-05-08T05:18:54.827Z[ recovery-image] May 08 05:18:53.402 INFO O| May 08 05:18:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79602025-05-08T05:18:54.827Z[ recovery-image] May 08 05:18:53.403 INFO O| May 08 05:18:53.403 INFO STEP 1160 (remove_files) COMPLETE
79612025-05-08T05:18:54.827Z[ recovery-image] May 08 05:18:53.403 INFO O| May 08 05:18:53.403 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-05-08T05:18:54.888Z[ recovery-image] May 08 05:18:53.463 INFO O| May 08 05:18:53.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79632025-05-08T05:18:54.888Z[ recovery-image] May 08 05:18:53.463 INFO O| May 08 05:18:53.463 INFO STEP 1161 (remove_files) COMPLETE
79642025-05-08T05:18:54.891Z[ recovery-image] May 08 05:18:53.463 INFO O| May 08 05:18:53.463 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-05-08T05:18:54.910Z[ recovery-image] May 08 05:18:53.486 INFO O| May 08 05:18:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79662025-05-08T05:18:54.910Z[ recovery-image] May 08 05:18:53.486 INFO O| May 08 05:18:53.486 INFO STEP 1162 (remove_files) COMPLETE
79672025-05-08T05:18:54.913Z[ recovery-image] May 08 05:18:53.486 INFO O| May 08 05:18:53.486 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-05-08T05:18:54.936Z[ recovery-image] May 08 05:18:53.511 INFO O| May 08 05:18:53.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79692025-05-08T05:18:54.936Z[ recovery-image] May 08 05:18:53.511 INFO O| May 08 05:18:53.511 INFO STEP 1163 (remove_files) COMPLETE
79702025-05-08T05:18:54.936Z[ recovery-image] May 08 05:18:53.511 INFO O| May 08 05:18:53.511 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-05-08T05:18:54.996Z[ recovery-image] May 08 05:18:53.572 INFO O| May 08 05:18:53.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79722025-05-08T05:18:55.000Z[ recovery-image] May 08 05:18:53.572 INFO O| May 08 05:18:53.572 INFO STEP 1164 (remove_files) COMPLETE
79732025-05-08T05:18:55.000Z[ recovery-image] May 08 05:18:53.572 INFO O| May 08 05:18:53.572 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-05-08T05:18:55.039Z[ recovery-image] May 08 05:18:53.614 INFO O| May 08 05:18:53.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79752025-05-08T05:18:55.042Z[ recovery-image] May 08 05:18:53.614 INFO O| May 08 05:18:53.614 INFO STEP 1165 (remove_files) COMPLETE
79762025-05-08T05:18:55.042Z[ recovery-image] May 08 05:18:53.614 INFO O| May 08 05:18:53.614 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79772025-05-08T05:18:55.073Z[ recovery-image] May 08 05:18:53.649 INFO O| May 08 05:18:53.648 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79782025-05-08T05:18:55.073Z[ recovery-image] May 08 05:18:53.649 INFO O| May 08 05:18:53.649 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79792025-05-08T05:18:57.167Z[ recovery-image] May 08 05:18:55.410 INFO O| May 08 05:18:55.410 INFO STEP 1166 (pack_tar) COMPLETE
79802025-05-08T05:18:57.167Z[ recovery-image] May 08 05:18:55.410 INFO O| May 08 05:18:55.410 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79812025-05-08T05:18:57.175Z[ recovery-image] May 08 05:18:55.410 INFO O| May 08 05:18:55.410 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79822025-05-08T05:18:57.241Z[ recovery-image] May 08 05:18:55.815 INFO O| May 08 05:18:55.815 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79832025-05-08T05:18:57.377Z[ recovery-image] May 08 05:18:55.951 INFO O| May 08 05:18:55.951 INFO completed processing gimlet/ramdisk-03-recovery-trim
79842025-05-08T05:18:57.386Z[ recovery-image] May 08 05:18:55.961 INFO image builder template: zfs-recovery...
79852025-05-08T05:18:57.386Z[ recovery-image] May 08 05:18:55.961 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/.tmpxS9Odm/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.35.361", "-n", "zfs-recovery"], pwd: None
79862025-05-08T05:18:57.445Z[ recovery-image] May 08 05:18:56.018 INFO O| May 08 05:18:56.018 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79872025-05-08T05:18:57.465Z[ recovery-image] May 08 05:18:56.039 INFO O| May 08 05:18:56.039 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79882025-05-08T05:18:57.581Z[ recovery-image] May 08 05:18:56.155 INFO O| May 08 05:18:56.155 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79892025-05-08T05:18:57.667Z[ recovery-image] May 08 05:18:56.241 INFO O| May 08 05:18:56.241 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79902025-05-08T05:18:57.667Z[ recovery-image] May 08 05:18:56.242 INFO O| May 08 05:18:56.242 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79912025-05-08T05:18:57.677Z[ recovery-image] May 08 05:18:56.250 INFO O| May 08 05:18:56.250 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79922025-05-08T05:18:57.789Z[ recovery-image] May 08 05:18:56.364 INFO O| May 08 05:18:56.364 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79932025-05-08T05:18:57.870Z[ recovery-image] May 08 05:18:56.442 INFO O| May 08 05:18:56.442 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79942025-05-08T05:18:57.950Z[ recovery-image] May 08 05:18:56.524 INFO O| May 08 05:18:56.524 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79952025-05-08T05:18:57.959Z[ recovery-image] May 08 05:18:56.533 INFO O| May 08 05:18:56.533 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79962025-05-08T05:18:58.064Z[ recovery-image] May 08 05:18:56.638 INFO O| May 08 05:18:56.638 INFO no lofi found
79972025-05-08T05:18:58.067Z[ recovery-image] May 08 05:18:56.638 INFO O| May 08 05:18:56.638 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79982025-05-08T05:18:58.067Z[ recovery-image] May 08 05:18:56.638 INFO O| May 08 05:18:56.638 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79992025-05-08T05:19:02.432Z[ recovery-image] May 08 05:19:01.005 INFO O| May 08 05:19:01.005 INFO lofi device = /dev/dsk/c2t1d0p0
80002025-05-08T05:19:02.432Z[ recovery-image] May 08 05:19:01.005 INFO O| May 08 05:19:01.005 INFO pool device = /dev/dsk/c2t1d0p0
80012025-05-08T05:19:02.436Z[ recovery-image] May 08 05:19:01.005 INFO O| May 08 05:19:01.005 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"]
80022025-05-08T05:19:02.683Z[ recovery-image] May 08 05:19:01.256 INFO O| May 08 05:19:01.255 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80032025-05-08T05:19:02.683Z[ recovery-image] May 08 05:19:01.256 INFO O| May 08 05:19:01.256 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80042025-05-08T05:19:02.717Z[ recovery-image] May 08 05:19:01.289 INFO O| May 08 05:19:01.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80052025-05-08T05:19:03.072Z[ recovery-image] May 08 05:19:01.644 INFO O| May 08 05:19:01.644 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80062025-05-08T05:19:03.132Z[ recovery-image] May 08 05:19:01.704 INFO O| May 08 05:19:01.704 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80072025-05-08T05:19:03.161Z[ recovery-image] May 08 05:19:01.733 INFO O| May 08 05:19:01.733 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80082025-05-08T05:19:03.186Z[ recovery-image] May 08 05:19:01.756 INFO O| May 08 05:19:01.756 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80092025-05-08T05:19:03.271Z[ recovery-image] May 08 05:19:01.843 INFO O| May 08 05:19:01.843 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80102025-05-08T05:19:03.274Z[ recovery-image] May 08 05:19:01.844 INFO O| May 08 05:19:01.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80112025-05-08T05:19:03.274Z[ recovery-image] May 08 05:19:01.844 INFO O| May 08 05:19:01.844 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80122025-05-08T05:19:03.377Z[ recovery-image] May 08 05:19:01.950 INFO O| May 08 05:19:01.950 INFO boot environment UUID: 56bae624-ccb3-4183-90fc-dd8b55881303
80132025-05-08T05:19:03.378Z[ recovery-image] May 08 05:19:01.950 INFO O| May 08 05:19:01.950 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 56bae624-ccb3-4183-90fc-dd8b55881303
80142025-05-08T05:19:03.458Z[ recovery-image] May 08 05:19:02.030 INFO O| May 08 05:19:02.030 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80152025-05-08T05:19:03.519Z[ recovery-image] May 08 05:19:02.091 INFO O| May 08 05:19:02.091 INFO STEP 0 (create_be) COMPLETE
80162025-05-08T05:19:03.519Z[ recovery-image] May 08 05:19:02.091 INFO O| May 08 05:19:02.091 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80172025-05-08T05:19:03.605Z[ recovery-image] May 08 05:19:02.176 INFO O| May 08 05:19:02.176 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"]
80182025-05-08T05:19:10.761Z[ recovery-image] May 08 05:19:09.330 INFO O| May 08 05:19:09.330 INFO STEP 1 (unpack_tar) COMPLETE
80192025-05-08T05:19:10.761Z[ recovery-image] May 08 05:19:09.330 INFO O| May 08 05:19:09.330 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80202025-05-08T05:19:10.779Z[ recovery-image] May 08 05:19:09.348 INFO O| May 08 05:19:09.348 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80212025-05-08T05:19:12.804Z[ recovery-image] May 08 05:19:11.372 INFO O| May 08 05:19:11.372 INFO STEP 2 (devfsadm) COMPLETE
80222025-05-08T05:19:12.804Z[ recovery-image] May 08 05:19:11.372 INFO O| May 08 05:19:11.372 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80232025-05-08T05:19:12.824Z[ recovery-image] May 08 05:19:11.393 INFO O| May 08 05:19:11.393 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80242025-05-08T05:19:12.824Z[ recovery-image] May 08 05:19:11.393 INFO O| May 08 05:19:11.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80252025-05-08T05:19:12.827Z[ recovery-image] May 08 05:19:11.393 INFO O| May 08 05:19:11.393 INFO STEP 3 (ensure_dir) COMPLETE
80262025-05-08T05:19:12.828Z[ recovery-image] May 08 05:19:11.393 INFO O| May 08 05:19:11.393 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272025-05-08T05:19:12.845Z[ recovery-image] May 08 05:19:11.414 INFO O| May 08 05:19:11.414 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80282025-05-08T05:19:12.845Z[ recovery-image] May 08 05:19:11.414 INFO O| May 08 05:19:11.414 INFO STEP 4 (ensure_dir) COMPLETE
80292025-05-08T05:19:12.845Z[ recovery-image] May 08 05:19:11.414 INFO O| May 08 05:19:11.414 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80302025-05-08T05:19:12.881Z[ recovery-image] May 08 05:19:11.450 INFO O| May 08 05:19:11.450 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80312025-05-08T05:19:12.881Z[ recovery-image] May 08 05:19:11.450 INFO O| May 08 05:19:11.450 INFO STEP 5 (ensure_dir) COMPLETE
80322025-05-08T05:19:12.884Z[ recovery-image] May 08 05:19:11.450 INFO O| May 08 05:19:11.450 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80332025-05-08T05:19:12.914Z[ recovery-image] May 08 05:19:11.482 INFO O| May 08 05:19:11.482 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80342025-05-08T05:19:12.914Z[ recovery-image] May 08 05:19:11.482 INFO O| May 08 05:19:11.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80352025-05-08T05:19:12.914Z[ recovery-image] May 08 05:19:11.482 INFO O| May 08 05:19:11.482 INFO STEP 6 (ensure_dir) COMPLETE
80362025-05-08T05:19:12.914Z[ recovery-image] May 08 05:19:11.482 INFO O| May 08 05:19:11.482 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80372025-05-08T05:19:12.935Z[ recovery-image] May 08 05:19:11.503 INFO O| May 08 05:19:11.503 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80382025-05-08T05:19:12.935Z[ recovery-image] May 08 05:19:11.503 INFO O| May 08 05:19:11.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80392025-05-08T05:19:12.935Z[ recovery-image] May 08 05:19:11.503 INFO O| May 08 05:19:11.503 INFO STEP 7 (ensure_dir) COMPLETE
80402025-05-08T05:19:12.935Z[ recovery-image] May 08 05:19:11.503 INFO O| May 08 05:19:11.503 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80412025-05-08T05:19:12.955Z[ recovery-image] May 08 05:19:11.524 INFO O| May 08 05:19:11.524 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80422025-05-08T05:19:12.959Z[ recovery-image] May 08 05:19:11.524 INFO O| May 08 05:19:11.524 INFO STEP 8 (remove_files) COMPLETE
80432025-05-08T05:19:12.959Z[ recovery-image] May 08 05:19:11.524 INFO O| May 08 05:19:11.524 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442025-05-08T05:19:12.976Z[ recovery-image] May 08 05:19:11.544 INFO O| May 08 05:19:11.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80452025-05-08T05:19:12.980Z[ recovery-image] May 08 05:19:11.545 INFO O| May 08 05:19:11.545 INFO STEP 9 (remove_files) COMPLETE
80462025-05-08T05:19:12.980Z[ recovery-image] May 08 05:19:11.545 INFO O| May 08 05:19:11.545 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472025-05-08T05:19:13.005Z[ recovery-image] May 08 05:19:11.573 INFO O| May 08 05:19:11.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80482025-05-08T05:19:13.009Z[ recovery-image] May 08 05:19:11.575 INFO O| May 08 05:19:11.575 INFO STEP 10 (remove_files) COMPLETE
80492025-05-08T05:19:13.009Z[ recovery-image] May 08 05:19:11.575 INFO O| May 08 05:19:11.575 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502025-05-08T05:19:13.025Z[ recovery-image] May 08 05:19:11.593 INFO O| May 08 05:19:11.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80512025-05-08T05:19:13.025Z[ recovery-image] May 08 05:19:11.593 INFO O| May 08 05:19:11.593 INFO STEP 11 (remove_files) COMPLETE
80522025-05-08T05:19:13.028Z[ recovery-image] May 08 05:19:11.594 INFO O| May 08 05:19:11.593 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80532025-05-08T05:19:13.045Z[ recovery-image] May 08 05:19:11.613 INFO O| May 08 05:19:11.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80542025-05-08T05:19:13.045Z[ recovery-image] May 08 05:19:11.613 INFO O| May 08 05:19:11.613 INFO STEP 12 (remove_files) COMPLETE
80552025-05-08T05:19:13.045Z[ recovery-image] May 08 05:19:11.613 INFO O| May 08 05:19:11.613 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562025-05-08T05:19:13.079Z[ recovery-image] May 08 05:19:11.648 INFO O| May 08 05:19:11.648 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80572025-05-08T05:19:13.082Z[ recovery-image] May 08 05:19:11.648 INFO O| May 08 05:19:11.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80582025-05-08T05:19:13.082Z[ recovery-image] May 08 05:19:11.648 INFO O| May 08 05:19:11.648 INFO STEP 13 (ensure_dir) COMPLETE
80592025-05-08T05:19:13.083Z[ recovery-image] May 08 05:19:11.648 INFO O| May 08 05:19:11.648 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80602025-05-08T05:19:13.102Z[ recovery-image] May 08 05:19:11.670 INFO O| May 08 05:19:11.670 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80612025-05-08T05:19:13.111Z[ recovery-image] May 08 05:19:11.671 INFO O| May 08 05:19:11.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80622025-05-08T05:19:13.111Z[ recovery-image] May 08 05:19:11.671 INFO O| May 08 05:19:11.671 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80632025-05-08T05:19:13.111Z[ recovery-image] May 08 05:19:11.671 INFO O| May 08 05:19:11.671 INFO STEP 14 (ensure_dir) COMPLETE
80642025-05-08T05:19:13.111Z[ recovery-image] May 08 05:19:11.671 INFO O| May 08 05:19:11.671 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.692 INFO O| May 08 05:19:11.692 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80662025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.692 INFO O| May 08 05:19:11.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80672025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.692 INFO O| May 08 05:19:11.692 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80682025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.692 INFO O| May 08 05:19:11.692 INFO STEP 15 (ensure_dir) COMPLETE
80692025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.693 INFO O| May 08 05:19:11.693 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.712 INFO O| May 08 05:19:11.712 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80712025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.713 INFO O| May 08 05:19:11.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80722025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.713 INFO O| May 08 05:19:11.713 INFO STEP 16 (ensure_dir) COMPLETE
80732025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.713 INFO O| May 08 05:19:11.713 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.732 INFO O| May 08 05:19:11.732 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80752025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.732 INFO O| May 08 05:19:11.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80762025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.732 INFO O| May 08 05:19:11.732 INFO STEP 17 (ensure_dir) COMPLETE
80772025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.732 INFO O| May 08 05:19:11.732 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80782025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.752 INFO O| May 08 05:19:11.752 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80792025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.752 INFO O| May 08 05:19:11.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80802025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.752 INFO O| May 08 05:19:11.752 INFO ok!
80812025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.752 INFO O| May 08 05:19:11.752 INFO STEP 18 (ensure_symlink) COMPLETE
80822025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.752 INFO O| May 08 05:19:11.752 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80832025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.773 INFO O| May 08 05:19:11.773 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80842025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.773 INFO O| May 08 05:19:11.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80852025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.773 INFO O| May 08 05:19:11.773 INFO ok!
80862025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.773 INFO O| May 08 05:19:11.773 INFO STEP 19 (ensure_file) COMPLETE
80872025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.774 INFO O| May 08 05:19:11.774 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80882025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.794 INFO O| May 08 05:19:11.794 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80892025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.794 INFO O| May 08 05:19:11.794 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80902025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.795 INFO O| May 08 05:19:11.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80912025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.795 INFO O| May 08 05:19:11.795 INFO ok!
80922025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.795 INFO O| May 08 05:19:11.795 INFO STEP 20 (ensure_symlink) COMPLETE
80932025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.795 INFO O| May 08 05:19:11.795 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80942025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.815 INFO O| May 08 05:19:11.815 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80952025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.815 INFO O| May 08 05:19:11.815 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80962025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.816 INFO O| May 08 05:19:11.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80972025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.816 INFO O| May 08 05:19:11.816 INFO ok!
80982025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.816 INFO O| May 08 05:19:11.816 INFO STEP 21 (ensure_symlink) COMPLETE
80992025-05-08T05:19:13.434Z[ recovery-image] May 08 05:19:11.816 INFO O| May 08 05:19:11.816 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81002025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.852 INFO O| May 08 05:19:11.852 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81012025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.852 INFO O| May 08 05:19:11.852 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81022025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.853 INFO O| May 08 05:19:11.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81032025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.853 INFO O| May 08 05:19:11.853 INFO ok!
81042025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.853 INFO O| May 08 05:19:11.853 INFO STEP 22 (ensure_symlink) COMPLETE
81052025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.853 INFO O| May 08 05:19:11.853 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81062025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.870 INFO O| May 08 05:19:11.870 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81072025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.870 INFO O| May 08 05:19:11.870 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81082025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.870 INFO O| May 08 05:19:11.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81092025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.870 INFO O| May 08 05:19:11.870 INFO ok!
81102025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.870 INFO O| May 08 05:19:11.870 INFO STEP 23 (ensure_symlink) COMPLETE
81112025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.870 INFO O| May 08 05:19:11.870 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81122025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.901 INFO O| May 08 05:19:11.901 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81132025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.901 INFO O| May 08 05:19:11.901 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 ...
81142025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.902 INFO O| May 08 05:19:11.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81152025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.902 INFO O| May 08 05:19:11.902 INFO ok!
81162025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.902 INFO O| May 08 05:19:11.902 INFO STEP 24 (ensure_file) COMPLETE
81172025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.902 INFO O| May 08 05:19:11.902 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81182025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.961 INFO O| May 08 05:19:11.961 INFO updating shadow file
81192025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.962 INFO O| May 08 05:19:11.962 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81202025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.962 INFO O| May 08 05:19:11.962 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81212025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.962 INFO O| May 08 05:19:11.962 INFO STEP 25 (shadow) COMPLETE
81222025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.962 INFO O| May 08 05:19:11.962 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81232025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.981 INFO O| May 08 05:19:11.981 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81242025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.981 INFO O| May 08 05:19:11.981 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81252025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.981 INFO O| May 08 05:19:11.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81262025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.981 INFO O| May 08 05:19:11.981 INFO ok!
81272025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.981 INFO O| May 08 05:19:11.981 INFO STEP 26 (ensure_file) COMPLETE
81282025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.981 INFO O| May 08 05:19:11.981 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81292025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.998 INFO O| May 08 05:19:11.998 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81302025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.999 INFO O| May 08 05:19:11.998 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81312025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.999 INFO O| May 08 05:19:11.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81322025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.999 INFO O| May 08 05:19:11.999 INFO ok!
81332025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.999 INFO O| May 08 05:19:11.999 INFO STEP 27 (ensure_file) COMPLETE
81342025-05-08T05:19:13.435Z[ recovery-image] May 08 05:19:11.999 INFO O| May 08 05:19:11.999 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81352025-05-08T05:19:13.474Z[ recovery-image] May 08 05:19:12.042 INFO O| May 08 05:19:12.042 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81362025-05-08T05:19:13.474Z[ recovery-image] May 08 05:19:12.042 INFO O| May 08 05:19:12.042 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81372025-05-08T05:19:13.477Z[ recovery-image] May 08 05:19:12.043 INFO O| May 08 05:19:12.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81382025-05-08T05:19:13.477Z[ recovery-image] May 08 05:19:12.043 INFO O| May 08 05:19:12.043 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81392025-05-08T05:19:13.477Z[ recovery-image] May 08 05:19:12.043 INFO O| May 08 05:19:12.043 INFO ok!
81402025-05-08T05:19:13.477Z[ recovery-image] May 08 05:19:12.043 INFO O| May 08 05:19:12.043 INFO STEP 28 (ensure_file) COMPLETE
81412025-05-08T05:19:13.477Z[ recovery-image] May 08 05:19:12.043 INFO O| May 08 05:19:12.043 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81422025-05-08T05:19:13.510Z[ recovery-image] May 08 05:19:12.078 INFO O| May 08 05:19:12.078 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81432025-05-08T05:19:13.510Z[ recovery-image] May 08 05:19:12.078 INFO O| May 08 05:19:12.078 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81442025-05-08T05:19:13.513Z[ recovery-image] May 08 05:19:12.078 INFO O| May 08 05:19:12.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81452025-05-08T05:19:13.513Z[ recovery-image] May 08 05:19:12.078 INFO O| May 08 05:19:12.078 INFO ok!
81462025-05-08T05:19:13.513Z[ recovery-image] May 08 05:19:12.078 INFO O| May 08 05:19:12.078 INFO STEP 29 (ensure_file) COMPLETE
81472025-05-08T05:19:13.513Z[ recovery-image] May 08 05:19:12.078 INFO O| May 08 05:19:12.078 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81482025-05-08T05:19:13.559Z[ recovery-image] May 08 05:19:12.127 INFO O| May 08 05:19:12.127 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81492025-05-08T05:19:13.559Z[ recovery-image] May 08 05:19:12.127 INFO O| May 08 05:19:12.127 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81502025-05-08T05:19:13.559Z[ recovery-image] May 08 05:19:12.127 INFO O| May 08 05:19:12.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81512025-05-08T05:19:13.562Z[ recovery-image] May 08 05:19:12.127 INFO O| May 08 05:19:12.127 INFO ok!
81522025-05-08T05:19:13.562Z[ recovery-image] May 08 05:19:12.127 INFO O| May 08 05:19:12.127 INFO STEP 30 (ensure_file) COMPLETE
81532025-05-08T05:19:13.562Z[ recovery-image] May 08 05:19:12.127 INFO O| May 08 05:19:12.127 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81542025-05-08T05:19:13.579Z[ recovery-image] May 08 05:19:12.147 INFO O| May 08 05:19:12.147 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81552025-05-08T05:19:13.579Z[ recovery-image] May 08 05:19:12.147 INFO O| May 08 05:19:12.147 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81562025-05-08T05:19:13.579Z[ recovery-image] May 08 05:19:12.148 INFO O| May 08 05:19:12.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81572025-05-08T05:19:13.579Z[ recovery-image] May 08 05:19:12.148 INFO O| May 08 05:19:12.148 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81582025-05-08T05:19:13.582Z[ recovery-image] May 08 05:19:12.148 INFO O| May 08 05:19:12.148 INFO ok!
81592025-05-08T05:19:13.582Z[ recovery-image] May 08 05:19:12.148 INFO O| May 08 05:19:12.148 INFO STEP 31 (ensure_file) COMPLETE
81602025-05-08T05:19:13.582Z[ recovery-image] May 08 05:19:12.148 INFO O| May 08 05:19:12.148 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81612025-05-08T05:19:13.606Z[ recovery-image] May 08 05:19:12.174 INFO O| May 08 05:19:12.173 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81622025-05-08T05:19:13.606Z[ recovery-image] May 08 05:19:12.174 INFO O| May 08 05:19:12.174 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81632025-05-08T05:19:13.609Z[ recovery-image] May 08 05:19:12.174 INFO O| May 08 05:19:12.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81642025-05-08T05:19:13.609Z[ recovery-image] May 08 05:19:12.174 INFO O| May 08 05:19:12.174 INFO ok!
81652025-05-08T05:19:13.609Z[ recovery-image] May 08 05:19:12.174 INFO O| May 08 05:19:12.174 INFO STEP 32 (ensure_file) COMPLETE
81662025-05-08T05:19:13.609Z[ recovery-image] May 08 05:19:12.174 INFO O| May 08 05:19:12.174 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81672025-05-08T05:19:13.655Z[ recovery-image] May 08 05:19:12.223 INFO O| May 08 05:19:12.223 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81682025-05-08T05:19:13.655Z[ recovery-image] May 08 05:19:12.223 INFO O| May 08 05:19:12.223 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81692025-05-08T05:19:13.658Z[ recovery-image] May 08 05:19:12.223 INFO O| May 08 05:19:12.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81702025-05-08T05:19:13.659Z[ recovery-image] May 08 05:19:12.223 INFO O| May 08 05:19:12.223 INFO ok!
81712025-05-08T05:19:13.659Z[ recovery-image] May 08 05:19:12.223 INFO O| May 08 05:19:12.223 INFO STEP 33 (ensure_file) COMPLETE
81722025-05-08T05:19:13.659Z[ recovery-image] May 08 05:19:12.223 INFO O| May 08 05:19:12.223 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81732025-05-08T05:19:13.697Z[ recovery-image] May 08 05:19:12.265 INFO O| May 08 05:19:12.265 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81742025-05-08T05:19:13.697Z[ recovery-image] May 08 05:19:12.265 INFO O| May 08 05:19:12.265 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81752025-05-08T05:19:13.697Z[ recovery-image] May 08 05:19:12.266 INFO O| May 08 05:19:12.265 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81762025-05-08T05:19:13.701Z[ recovery-image] May 08 05:19:12.266 INFO O| May 08 05:19:12.266 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81772025-05-08T05:19:13.701Z[ recovery-image] May 08 05:19:12.266 INFO O| May 08 05:19:12.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81782025-05-08T05:19:13.701Z[ recovery-image] May 08 05:19:12.266 INFO O| May 08 05:19:12.266 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81792025-05-08T05:19:13.701Z[ recovery-image] May 08 05:19:12.266 INFO O| May 08 05:19:12.266 INFO ok!
81802025-05-08T05:19:13.701Z[ recovery-image] May 08 05:19:12.266 INFO O| May 08 05:19:12.266 INFO STEP 34 (ensure_file) COMPLETE
81812025-05-08T05:19:13.701Z[ recovery-image] May 08 05:19:12.266 INFO O| May 08 05:19:12.266 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81822025-05-08T05:19:13.719Z[ recovery-image] May 08 05:19:12.287 INFO O| May 08 05:19:12.287 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81832025-05-08T05:19:13.719Z[ recovery-image] May 08 05:19:12.287 INFO O| May 08 05:19:12.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81842025-05-08T05:19:13.722Z[ recovery-image] May 08 05:19:12.287 INFO O| May 08 05:19:12.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81852025-05-08T05:19:13.722Z[ recovery-image] May 08 05:19:12.287 INFO O| May 08 05:19:12.287 INFO STEP 35 (ensure_dir) COMPLETE
81862025-05-08T05:19:13.722Z[ recovery-image] May 08 05:19:12.287 INFO O| May 08 05:19:12.287 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81872025-05-08T05:19:13.852Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 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
81882025-05-08T05:19:13.852Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 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 ...
81892025-05-08T05:19:13.855Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 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
81902025-05-08T05:19:13.855Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 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
81912025-05-08T05:19:13.855Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 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
81922025-05-08T05:19:13.855Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 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
81932025-05-08T05:19:13.855Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 INFO ok!
81942025-05-08T05:19:13.855Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 INFO STEP 36 (ensure_file) COMPLETE
81952025-05-08T05:19:13.855Z[ recovery-image] May 08 05:19:12.420 INFO O| May 08 05:19:12.420 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81962025-05-08T05:19:13.889Z[ recovery-image] May 08 05:19:12.457 INFO O| May 08 05:19:12.457 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81972025-05-08T05:19:13.889Z[ recovery-image] May 08 05:19:12.457 INFO O| May 08 05:19:12.457 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 ...
81982025-05-08T05:19:13.892Z[ recovery-image] May 08 05:19:12.457 INFO O| May 08 05:19:12.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81992025-05-08T05:19:13.892Z[ recovery-image] May 08 05:19:12.457 INFO O| May 08 05:19:12.457 INFO ok!
82002025-05-08T05:19:13.892Z[ recovery-image] May 08 05:19:12.457 INFO O| May 08 05:19:12.457 INFO STEP 37 (ensure_symlink) COMPLETE
82012025-05-08T05:19:13.892Z[ recovery-image] May 08 05:19:12.457 INFO O| May 08 05:19:12.457 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82022025-05-08T05:19:13.948Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82032025-05-08T05:19:13.948Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.516 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82042025-05-08T05:19:13.952Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.517 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82052025-05-08T05:19:13.952Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.517 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82062025-05-08T05:19:13.952Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.517 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82072025-05-08T05:19:13.952Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.517 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82082025-05-08T05:19:13.952Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.517 INFO ok!
82092025-05-08T05:19:13.952Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.517 INFO STEP 38 (ensure_file) COMPLETE
82102025-05-08T05:19:13.952Z[ recovery-image] May 08 05:19:12.517 INFO O| May 08 05:19:12.517 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82112025-05-08T05:19:14.038Z[ recovery-image] May 08 05:19:12.606 INFO O| May 08 05:19:12.606 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82122025-05-08T05:19:14.039Z[ recovery-image] May 08 05:19:12.606 INFO O| May 08 05:19:12.606 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 ...
82132025-05-08T05:19:14.041Z[ recovery-image] May 08 05:19:12.607 INFO O| May 08 05:19:12.607 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
82142025-05-08T05:19:14.041Z[ recovery-image] May 08 05:19:12.607 INFO O| May 08 05:19:12.607 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82152025-05-08T05:19:14.042Z[ recovery-image] May 08 05:19:12.607 INFO O| May 08 05:19:12.607 INFO ok!
82162025-05-08T05:19:14.042Z[ recovery-image] May 08 05:19:12.607 INFO O| May 08 05:19:12.607 INFO STEP 39 (ensure_file) COMPLETE
82172025-05-08T05:19:14.042Z[ recovery-image] May 08 05:19:12.607 INFO O| May 08 05:19:12.607 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82182025-05-08T05:19:14.097Z[ recovery-image] May 08 05:19:12.665 INFO O| May 08 05:19:12.665 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82192025-05-08T05:19:14.097Z[ recovery-image] May 08 05:19:12.665 INFO O| May 08 05:19:12.665 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82202025-05-08T05:19:14.097Z[ recovery-image] May 08 05:19:12.665 INFO O| May 08 05:19:12.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82212025-05-08T05:19:14.097Z[ recovery-image] May 08 05:19:12.665 INFO O| May 08 05:19:12.665 INFO ok!
82222025-05-08T05:19:14.100Z[ recovery-image] May 08 05:19:12.665 INFO O| May 08 05:19:12.665 INFO STEP 40 (ensure_file) COMPLETE
82232025-05-08T05:19:14.100Z[ recovery-image] May 08 05:19:12.665 INFO O| May 08 05:19:12.665 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82242025-05-08T05:19:14.157Z[ recovery-image] May 08 05:19:12.725 INFO O| May 08 05:19:12.725 INFO updating shadow file
82252025-05-08T05:19:14.161Z[ recovery-image] May 08 05:19:12.726 INFO O| May 08 05:19:12.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82262025-05-08T05:19:14.161Z[ recovery-image] May 08 05:19:12.726 INFO O| May 08 05:19:12.726 INFO STEP 41 (shadow) COMPLETE
82272025-05-08T05:19:14.161Z[ recovery-image] May 08 05:19:12.726 INFO O| May 08 05:19:12.726 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82282025-05-08T05:19:14.178Z[ recovery-image] May 08 05:19:12.746 INFO O| May 08 05:19:12.746 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82292025-05-08T05:19:14.182Z[ recovery-image] May 08 05:19:12.747 INFO O| May 08 05:19:12.746 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82302025-05-08T05:19:14.182Z[ recovery-image] May 08 05:19:12.747 INFO O| May 08 05:19:12.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82312025-05-08T05:19:14.182Z[ recovery-image] May 08 05:19:12.747 INFO O| May 08 05:19:12.747 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82322025-05-08T05:19:14.182Z[ recovery-image] May 08 05:19:12.747 INFO O| May 08 05:19:12.747 INFO ok!
82332025-05-08T05:19:14.182Z[ recovery-image] May 08 05:19:12.747 INFO O| May 08 05:19:12.747 INFO STEP 42 (ensure_file) COMPLETE
82342025-05-08T05:19:14.182Z[ recovery-image] May 08 05:19:12.748 INFO O| May 08 05:19:12.747 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82352025-05-08T05:19:14.201Z[ recovery-image] May 08 05:19:12.768 INFO O| May 08 05:19:12.768 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82362025-05-08T05:19:14.201Z[ recovery-image] May 08 05:19:12.769 INFO O| May 08 05:19:12.768 INFO STEP 43 (ensure_dir) COMPLETE
82372025-05-08T05:19:14.204Z[ recovery-image] May 08 05:19:12.769 INFO O| May 08 05:19:12.768 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82382025-05-08T05:19:14.224Z[ recovery-image] May 08 05:19:12.789 INFO O| May 08 05:19:12.789 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82392025-05-08T05:19:14.228Z[ recovery-image] May 08 05:19:12.789 INFO O| May 08 05:19:12.789 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82402025-05-08T05:19:14.228Z[ recovery-image] May 08 05:19:12.789 INFO O| May 08 05:19:12.789 INFO STEP 44 (ensure_dir) COMPLETE
82412025-05-08T05:19:14.228Z[ recovery-image] May 08 05:19:12.789 INFO O| May 08 05:19:12.789 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82422025-05-08T05:19:14.259Z[ recovery-image] May 08 05:19:12.826 INFO O| May 08 05:19:12.826 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82432025-05-08T05:19:14.259Z[ recovery-image] May 08 05:19:12.827 INFO O| May 08 05:19:12.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82442025-05-08T05:19:14.259Z[ recovery-image] May 08 05:19:12.827 INFO O| May 08 05:19:12.827 INFO STEP 45 (ensure_dir) COMPLETE
82452025-05-08T05:19:14.259Z[ recovery-image] May 08 05:19:12.827 INFO O| May 08 05:19:12.827 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82462025-05-08T05:19:14.288Z[ recovery-image] May 08 05:19:12.855 INFO O| May 08 05:19:12.855 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82472025-05-08T05:19:14.288Z[ recovery-image] May 08 05:19:12.855 INFO O| May 08 05:19:12.855 INFO copying /tmp/.tmpxS9Odm/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82482025-05-08T05:19:14.394Z[ recovery-image] May 08 05:19:12.962 INFO O| May 08 05:19:12.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82492025-05-08T05:19:14.394Z[ recovery-image] May 08 05:19:12.962 INFO O| May 08 05:19:12.962 INFO ok!
82502025-05-08T05:19:14.397Z[ recovery-image] May 08 05:19:12.962 INFO O| May 08 05:19:12.962 INFO STEP 46 (ensure_file) COMPLETE
82512025-05-08T05:19:14.397Z[ recovery-image] May 08 05:19:12.962 INFO O| May 08 05:19:12.962 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82522025-05-08T05:19:14.416Z[ recovery-image] May 08 05:19:12.984 INFO O| May 08 05:19:12.983 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82532025-05-08T05:19:14.416Z[ recovery-image] May 08 05:19:12.984 INFO O| May 08 05:19:12.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82542025-05-08T05:19:14.419Z[ recovery-image] May 08 05:19:12.984 INFO O| May 08 05:19:12.984 INFO STEP 47 (ensure_dir) COMPLETE
82552025-05-08T05:19:14.419Z[ recovery-image] May 08 05:19:12.984 INFO O| May 08 05:19:12.984 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82562025-05-08T05:19:14.450Z[ recovery-image] May 08 05:19:13.018 INFO O| May 08 05:19:13.018 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82572025-05-08T05:19:14.450Z[ recovery-image] May 08 05:19:13.018 INFO O| May 08 05:19:13.018 INFO copying /tmp/.tmpxS9Odm/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82582025-05-08T05:19:14.453Z[ recovery-image] May 08 05:19:13.018 INFO O| May 08 05:19:13.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82592025-05-08T05:19:14.453Z[ recovery-image] May 08 05:19:13.018 INFO O| May 08 05:19:13.018 INFO ok!
82602025-05-08T05:19:14.454Z[ recovery-image] May 08 05:19:13.019 INFO O| May 08 05:19:13.018 INFO STEP 48 (ensure_file) COMPLETE
82612025-05-08T05:19:14.454Z[ recovery-image] May 08 05:19:13.019 INFO O| May 08 05:19:13.018 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622025-05-08T05:19:14.472Z[ recovery-image] May 08 05:19:13.040 INFO O| May 08 05:19:13.039 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82632025-05-08T05:19:14.472Z[ recovery-image] May 08 05:19:13.040 INFO O| May 08 05:19:13.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82642025-05-08T05:19:14.475Z[ recovery-image] May 08 05:19:13.040 INFO O| May 08 05:19:13.040 INFO STEP 49 (ensure_dir) COMPLETE
82652025-05-08T05:19:14.475Z[ recovery-image] May 08 05:19:13.040 INFO O| May 08 05:19:13.040 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82662025-05-08T05:19:14.531Z[ recovery-image] May 08 05:19:13.098 INFO O| May 08 05:19:13.098 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82672025-05-08T05:19:14.531Z[ recovery-image] May 08 05:19:13.099 INFO O| May 08 05:19:13.098 INFO copying /tmp/.tmpxS9Odm/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82682025-05-08T05:19:16.539Z[ recovery-image] May 08 05:19:15.106 INFO O| May 08 05:19:15.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82692025-05-08T05:19:16.539Z[ recovery-image] May 08 05:19:15.106 INFO O| May 08 05:19:15.106 INFO ok!
82702025-05-08T05:19:16.539Z[ recovery-image] May 08 05:19:15.106 INFO O| May 08 05:19:15.106 INFO STEP 50 (ensure_file) COMPLETE
82712025-05-08T05:19:16.542Z[ recovery-image] May 08 05:19:15.106 INFO O| May 08 05:19:15.106 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722025-05-08T05:19:16.562Z[ recovery-image] May 08 05:19:15.129 INFO O| May 08 05:19:15.129 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82732025-05-08T05:19:16.562Z[ recovery-image] May 08 05:19:15.129 INFO O| May 08 05:19:15.129 INFO copying /tmp/.tmpxS9Odm/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82742025-05-08T05:19:18.523Z[ recovery-image] May 08 05:19:17.089 INFO O| May 08 05:19:17.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82752025-05-08T05:19:18.523Z[ recovery-image] May 08 05:19:17.089 INFO O| May 08 05:19:17.089 INFO ok!
82762025-05-08T05:19:18.526Z[ recovery-image] May 08 05:19:17.089 INFO O| May 08 05:19:17.089 INFO STEP 51 (ensure_file) COMPLETE
82772025-05-08T05:19:18.526Z[ recovery-image] May 08 05:19:17.089 INFO O| May 08 05:19:17.089 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782025-05-08T05:19:18.550Z[ recovery-image] May 08 05:19:17.116 INFO O| May 08 05:19:17.116 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82792025-05-08T05:19:18.550Z[ recovery-image] May 08 05:19:17.116 INFO O| May 08 05:19:17.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82802025-05-08T05:19:18.550Z[ recovery-image] May 08 05:19:17.116 INFO O| May 08 05:19:17.116 INFO STEP 52 (ensure_dir) COMPLETE
82812025-05-08T05:19:18.553Z[ recovery-image] May 08 05:19:17.116 INFO O| May 08 05:19:17.116 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82822025-05-08T05:19:18.569Z[ recovery-image] May 08 05:19:17.135 INFO O| May 08 05:19:17.135 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82832025-05-08T05:19:18.569Z[ recovery-image] May 08 05:19:17.135 INFO O| May 08 05:19:17.135 INFO copying /tmp/.tmpxS9Odm/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 ...
82842025-05-08T05:19:18.569Z[ recovery-image] May 08 05:19:17.135 INFO O| May 08 05:19:17.135 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
82852025-05-08T05:19:18.569Z[ recovery-image] May 08 05:19:17.135 INFO O| May 08 05:19:17.135 INFO ok!
82862025-05-08T05:19:18.572Z[ recovery-image] May 08 05:19:17.135 INFO O| May 08 05:19:17.135 INFO STEP 53 (ensure_file) COMPLETE
82872025-05-08T05:19:18.572Z[ recovery-image] May 08 05:19:17.135 INFO O| May 08 05:19:17.135 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882025-05-08T05:19:18.588Z[ recovery-image] May 08 05:19:17.155 INFO O| May 08 05:19:17.155 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82892025-05-08T05:19:18.589Z[ recovery-image] May 08 05:19:17.155 INFO O| May 08 05:19:17.155 INFO copying /tmp/.tmpxS9Odm/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 ...
82902025-05-08T05:19:18.591Z[ recovery-image] May 08 05:19:17.155 INFO O| May 08 05:19:17.155 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
82912025-05-08T05:19:18.591Z[ recovery-image] May 08 05:19:17.156 INFO O| May 08 05:19:17.155 INFO ok!
82922025-05-08T05:19:18.591Z[ recovery-image] May 08 05:19:17.156 INFO O| May 08 05:19:17.156 INFO STEP 54 (ensure_file) COMPLETE
82932025-05-08T05:19:18.591Z[ recovery-image] May 08 05:19:17.156 INFO O| May 08 05:19:17.156 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942025-05-08T05:19:18.620Z[ recovery-image] May 08 05:19:17.186 INFO O| May 08 05:19:17.186 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82952025-05-08T05:19:18.620Z[ recovery-image] May 08 05:19:17.186 INFO O| May 08 05:19:17.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82962025-05-08T05:19:18.620Z[ recovery-image] May 08 05:19:17.186 INFO O| May 08 05:19:17.186 INFO STEP 55 (ensure_dir) COMPLETE
82972025-05-08T05:19:18.623Z[ recovery-image] May 08 05:19:17.186 INFO O| May 08 05:19:17.186 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982025-05-08T05:19:18.641Z[ recovery-image] May 08 05:19:17.207 INFO O| May 08 05:19:17.207 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82992025-05-08T05:19:18.641Z[ recovery-image] May 08 05:19:17.207 INFO O| May 08 05:19:17.207 INFO copying /tmp/.tmpxS9Odm/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 ...
83002025-05-08T05:19:18.647Z[ recovery-image] May 08 05:19:17.208 INFO O| May 08 05:19:17.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83012025-05-08T05:19:18.647Z[ recovery-image] May 08 05:19:17.208 INFO O| May 08 05:19:17.208 INFO ok!
83022025-05-08T05:19:18.648Z[ recovery-image] May 08 05:19:17.208 INFO O| May 08 05:19:17.208 INFO STEP 56 (ensure_file) COMPLETE
83032025-05-08T05:19:18.648Z[ recovery-image] May 08 05:19:17.208 INFO O| May 08 05:19:17.208 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042025-05-08T05:19:18.661Z[ recovery-image] May 08 05:19:17.227 INFO O| May 08 05:19:17.227 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83052025-05-08T05:19:18.661Z[ recovery-image] May 08 05:19:17.227 INFO O| May 08 05:19:17.227 INFO copying /tmp/.tmpxS9Odm/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 ...
83062025-05-08T05:19:18.664Z[ recovery-image] May 08 05:19:17.227 INFO O| May 08 05:19:17.227 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
83072025-05-08T05:19:18.664Z[ recovery-image] May 08 05:19:17.227 INFO O| May 08 05:19:17.227 INFO ok!
83082025-05-08T05:19:18.664Z[ recovery-image] May 08 05:19:17.227 INFO O| May 08 05:19:17.227 INFO STEP 57 (ensure_file) COMPLETE
83092025-05-08T05:19:18.664Z[ recovery-image] May 08 05:19:17.227 INFO O| May 08 05:19:17.227 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102025-05-08T05:19:18.724Z[ recovery-image] May 08 05:19:17.290 INFO O| May 08 05:19:17.290 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83112025-05-08T05:19:18.724Z[ recovery-image] May 08 05:19:17.290 INFO O| May 08 05:19:17.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83122025-05-08T05:19:18.727Z[ recovery-image] May 08 05:19:17.290 INFO O| May 08 05:19:17.290 INFO STEP 58 (ensure_dir) COMPLETE
83132025-05-08T05:19:18.727Z[ recovery-image] May 08 05:19:17.290 INFO O| May 08 05:19:17.290 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83142025-05-08T05:19:18.757Z[ recovery-image] May 08 05:19:17.323 INFO O| May 08 05:19:17.323 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83152025-05-08T05:19:18.757Z[ recovery-image] May 08 05:19:17.323 INFO O| May 08 05:19:17.323 INFO copying /tmp/.tmpxS9Odm/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 ...
83162025-05-08T05:19:18.760Z[ recovery-image] May 08 05:19:17.324 INFO O| May 08 05:19:17.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83172025-05-08T05:19:18.760Z[ recovery-image] May 08 05:19:17.324 INFO O| May 08 05:19:17.324 INFO ok!
83182025-05-08T05:19:18.760Z[ recovery-image] May 08 05:19:17.324 INFO O| May 08 05:19:17.324 INFO STEP 59 (ensure_file) COMPLETE
83192025-05-08T05:19:18.761Z[ recovery-image] May 08 05:19:17.324 INFO O| May 08 05:19:17.324 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202025-05-08T05:19:18.781Z[ recovery-image] May 08 05:19:17.347 INFO O| May 08 05:19:17.347 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83212025-05-08T05:19:18.781Z[ recovery-image] May 08 05:19:17.348 INFO O| May 08 05:19:17.347 INFO copying /tmp/.tmpxS9Odm/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83222025-05-08T05:19:18.784Z[ recovery-image] May 08 05:19:17.348 INFO O| May 08 05:19:17.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83232025-05-08T05:19:18.784Z[ recovery-image] May 08 05:19:17.348 INFO O| May 08 05:19:17.348 INFO ok!
83242025-05-08T05:19:18.785Z[ recovery-image] May 08 05:19:17.348 INFO O| May 08 05:19:17.348 INFO STEP 60 (ensure_file) COMPLETE
83252025-05-08T05:19:18.785Z[ recovery-image] May 08 05:19:17.348 INFO O| May 08 05:19:17.348 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262025-05-08T05:19:18.804Z[ recovery-image] May 08 05:19:17.370 INFO O| May 08 05:19:17.370 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83272025-05-08T05:19:18.804Z[ recovery-image] May 08 05:19:17.370 INFO O| May 08 05:19:17.370 INFO STEP 61 (ensure_dir) COMPLETE
83282025-05-08T05:19:18.807Z[ recovery-image] May 08 05:19:17.370 INFO O| May 08 05:19:17.370 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83292025-05-08T05:19:18.829Z[ recovery-image] May 08 05:19:17.395 INFO O| May 08 05:19:17.394 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83302025-05-08T05:19:18.829Z[ recovery-image] May 08 05:19:17.395 INFO O| May 08 05:19:17.395 INFO STEP 62 (ensure_dir) COMPLETE
83312025-05-08T05:19:18.832Z[ recovery-image] May 08 05:19:17.395 INFO O| May 08 05:19:17.395 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322025-05-08T05:19:18.850Z[ recovery-image] May 08 05:19:17.416 INFO O| May 08 05:19:17.416 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83332025-05-08T05:19:18.850Z[ recovery-image] May 08 05:19:17.416 INFO O| May 08 05:19:17.416 INFO STEP 63 (ensure_dir) COMPLETE
83342025-05-08T05:19:18.850Z[ recovery-image] May 08 05:19:17.416 INFO O| May 08 05:19:17.416 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83352025-05-08T05:19:18.886Z[ recovery-image] May 08 05:19:17.452 INFO O| May 08 05:19:17.452 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83362025-05-08T05:19:18.886Z[ recovery-image] May 08 05:19:17.452 INFO O| May 08 05:19:17.452 INFO STEP 64 (ensure_dir) COMPLETE
83372025-05-08T05:19:18.889Z[ recovery-image] May 08 05:19:17.452 INFO O| May 08 05:19:17.452 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83382025-05-08T05:19:18.939Z[ recovery-image] May 08 05:19:17.505 INFO O| May 08 05:19:17.505 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83392025-05-08T05:19:18.939Z[ recovery-image] May 08 05:19:17.505 INFO O| May 08 05:19:17.505 INFO copying /tmp/.tmpxS9Odm/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83402025-05-08T05:19:18.942Z[ recovery-image] May 08 05:19:17.505 INFO O| May 08 05:19:17.505 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83412025-05-08T05:19:18.942Z[ recovery-image] May 08 05:19:17.505 INFO O| May 08 05:19:17.505 INFO ok!
83422025-05-08T05:19:18.942Z[ recovery-image] May 08 05:19:17.505 INFO O| May 08 05:19:17.505 INFO STEP 65 (ensure_file) COMPLETE
83432025-05-08T05:19:18.942Z[ recovery-image] May 08 05:19:17.505 INFO O| May 08 05:19:17.505 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83442025-05-08T05:19:18.959Z[ recovery-image] May 08 05:19:17.525 INFO O| May 08 05:19:17.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83452025-05-08T05:19:18.961Z[ recovery-image] May 08 05:19:17.526 INFO O| May 08 05:19:17.525 INFO STEP 66 (remove_files) COMPLETE
83462025-05-08T05:19:18.961Z[ recovery-image] May 08 05:19:17.526 INFO O| May 08 05:19:17.525 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83472025-05-08T05:19:19.062Z[ recovery-image] May 08 05:19:17.627 INFO O| May 08 05:19:17.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83482025-05-08T05:19:19.066Z[ recovery-image] May 08 05:19:17.627 INFO O| May 08 05:19:17.627 INFO STEP 67 (remove_files) COMPLETE
83492025-05-08T05:19:19.066Z[ recovery-image] May 08 05:19:17.627 INFO O| May 08 05:19:17.627 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83502025-05-08T05:19:19.083Z[ recovery-image] May 08 05:19:17.649 INFO O| May 08 05:19:17.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83512025-05-08T05:19:19.086Z[ recovery-image] May 08 05:19:17.649 INFO O| May 08 05:19:17.649 INFO STEP 68 (remove_files) COMPLETE
83522025-05-08T05:19:19.086Z[ recovery-image] May 08 05:19:17.649 INFO O| May 08 05:19:17.649 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83532025-05-08T05:19:19.105Z[ recovery-image] May 08 05:19:17.671 INFO O| May 08 05:19:17.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83542025-05-08T05:19:19.109Z[ recovery-image] May 08 05:19:17.671 INFO O| May 08 05:19:17.671 INFO STEP 69 (remove_files) COMPLETE
83552025-05-08T05:19:19.109Z[ recovery-image] May 08 05:19:17.671 INFO O| May 08 05:19:17.671 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83562025-05-08T05:19:19.126Z[ recovery-image] May 08 05:19:17.692 INFO O| May 08 05:19:17.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83572025-05-08T05:19:19.129Z[ recovery-image] May 08 05:19:17.692 INFO O| May 08 05:19:17.692 INFO STEP 70 (remove_files) COMPLETE
83582025-05-08T05:19:19.129Z[ recovery-image] May 08 05:19:17.692 INFO O| May 08 05:19:17.692 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592025-05-08T05:19:19.148Z[ recovery-image] May 08 05:19:17.713 INFO O| May 08 05:19:17.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83602025-05-08T05:19:19.151Z[ recovery-image] May 08 05:19:17.713 INFO O| May 08 05:19:17.713 INFO STEP 71 (remove_files) COMPLETE
83612025-05-08T05:19:19.151Z[ recovery-image] May 08 05:19:17.713 INFO O| May 08 05:19:17.713 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622025-05-08T05:19:19.208Z[ recovery-image] May 08 05:19:17.774 INFO O| May 08 05:19:17.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83632025-05-08T05:19:19.208Z[ recovery-image] May 08 05:19:17.774 INFO O| May 08 05:19:17.774 INFO STEP 72 (remove_files) COMPLETE
83642025-05-08T05:19:19.208Z[ recovery-image] May 08 05:19:17.774 INFO O| May 08 05:19:17.774 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652025-05-08T05:19:19.233Z[ recovery-image] May 08 05:19:17.799 INFO O| May 08 05:19:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83662025-05-08T05:19:19.233Z[ recovery-image] May 08 05:19:17.799 INFO O| May 08 05:19:17.799 INFO STEP 73 (remove_files) COMPLETE
83672025-05-08T05:19:19.239Z[ recovery-image] May 08 05:19:17.799 INFO O| May 08 05:19:17.799 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682025-05-08T05:19:19.255Z[ recovery-image] May 08 05:19:17.821 INFO O| May 08 05:19:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83692025-05-08T05:19:19.255Z[ recovery-image] May 08 05:19:17.821 INFO O| May 08 05:19:17.821 INFO STEP 74 (remove_files) COMPLETE
83702025-05-08T05:19:19.255Z[ recovery-image] May 08 05:19:17.821 INFO O| May 08 05:19:17.821 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712025-05-08T05:19:19.275Z[ recovery-image] May 08 05:19:17.841 INFO O| May 08 05:19:17.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83722025-05-08T05:19:19.275Z[ recovery-image] May 08 05:19:17.841 INFO O| May 08 05:19:17.841 INFO STEP 75 (remove_files) COMPLETE
83732025-05-08T05:19:19.275Z[ recovery-image] May 08 05:19:17.841 INFO O| May 08 05:19:17.841 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742025-05-08T05:19:19.314Z[ recovery-image] May 08 05:19:17.880 INFO O| May 08 05:19:17.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83752025-05-08T05:19:19.314Z[ recovery-image] May 08 05:19:17.880 INFO O| May 08 05:19:17.880 INFO STEP 76 (remove_files) COMPLETE
83762025-05-08T05:19:19.317Z[ recovery-image] May 08 05:19:17.880 INFO O| May 08 05:19:17.880 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772025-05-08T05:19:19.355Z[ recovery-image] May 08 05:19:17.921 INFO O| May 08 05:19:17.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83782025-05-08T05:19:19.355Z[ recovery-image] May 08 05:19:17.921 INFO O| May 08 05:19:17.921 INFO STEP 77 (remove_files) COMPLETE
83792025-05-08T05:19:19.358Z[ recovery-image] May 08 05:19:17.921 INFO O| May 08 05:19:17.921 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802025-05-08T05:19:19.394Z[ recovery-image] May 08 05:19:17.960 INFO O| May 08 05:19:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83812025-05-08T05:19:19.399Z[ recovery-image] May 08 05:19:17.960 INFO O| May 08 05:19:17.960 INFO STEP 78 (remove_files) COMPLETE
83822025-05-08T05:19:19.399Z[ recovery-image] May 08 05:19:17.960 INFO O| May 08 05:19:17.960 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832025-05-08T05:19:19.416Z[ recovery-image] May 08 05:19:17.982 INFO O| May 08 05:19:17.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83842025-05-08T05:19:19.420Z[ recovery-image] May 08 05:19:17.982 INFO O| May 08 05:19:17.982 INFO STEP 79 (remove_files) COMPLETE
83852025-05-08T05:19:19.420Z[ recovery-image] May 08 05:19:17.982 INFO O| May 08 05:19:17.982 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862025-05-08T05:19:19.450Z[ recovery-image] May 08 05:19:18.016 INFO O| May 08 05:19:18.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83872025-05-08T05:19:19.450Z[ recovery-image] May 08 05:19:18.016 INFO O| May 08 05:19:18.016 INFO STEP 80 (remove_files) COMPLETE
83882025-05-08T05:19:19.453Z[ recovery-image] May 08 05:19:18.017 INFO O| May 08 05:19:18.016 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892025-05-08T05:19:19.494Z[ recovery-image] May 08 05:19:18.060 INFO O| May 08 05:19:18.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83902025-05-08T05:19:19.494Z[ recovery-image] May 08 05:19:18.060 INFO O| May 08 05:19:18.060 INFO STEP 81 (remove_files) COMPLETE
83912025-05-08T05:19:19.498Z[ recovery-image] May 08 05:19:18.060 INFO O| May 08 05:19:18.060 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922025-05-08T05:19:19.516Z[ recovery-image] May 08 05:19:18.082 INFO O| May 08 05:19:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83932025-05-08T05:19:19.520Z[ recovery-image] May 08 05:19:18.082 INFO O| May 08 05:19:18.082 INFO STEP 82 (remove_files) COMPLETE
83942025-05-08T05:19:19.520Z[ recovery-image] May 08 05:19:18.082 INFO O| May 08 05:19:18.082 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952025-05-08T05:19:19.536Z[ recovery-image] May 08 05:19:18.102 INFO O| May 08 05:19:18.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83962025-05-08T05:19:19.536Z[ recovery-image] May 08 05:19:18.102 INFO O| May 08 05:19:18.102 INFO STEP 83 (remove_files) COMPLETE
83972025-05-08T05:19:19.541Z[ recovery-image] May 08 05:19:18.102 INFO O| May 08 05:19:18.102 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982025-05-08T05:19:19.561Z[ recovery-image] May 08 05:19:18.126 INFO O| May 08 05:19:18.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83992025-05-08T05:19:19.561Z[ recovery-image] May 08 05:19:18.127 INFO O| May 08 05:19:18.127 INFO STEP 84 (remove_files) COMPLETE
84002025-05-08T05:19:19.561Z[ recovery-image] May 08 05:19:18.127 INFO O| May 08 05:19:18.127 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012025-05-08T05:19:19.597Z[ recovery-image] May 08 05:19:18.160 INFO O| May 08 05:19:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84022025-05-08T05:19:19.598Z[ recovery-image] May 08 05:19:18.160 INFO O| May 08 05:19:18.160 INFO STEP 85 (remove_files) COMPLETE
84032025-05-08T05:19:19.598Z[ recovery-image] May 08 05:19:18.160 INFO O| May 08 05:19:18.160 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042025-05-08T05:19:19.622Z[ recovery-image] May 08 05:19:18.188 INFO O| May 08 05:19:18.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84052025-05-08T05:19:19.622Z[ recovery-image] May 08 05:19:18.188 INFO O| May 08 05:19:18.188 INFO STEP 86 (remove_files) COMPLETE
84062025-05-08T05:19:19.622Z[ recovery-image] May 08 05:19:18.188 INFO O| May 08 05:19:18.188 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072025-05-08T05:19:19.655Z[ recovery-image] May 08 05:19:18.221 INFO O| May 08 05:19:18.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84082025-05-08T05:19:19.655Z[ recovery-image] May 08 05:19:18.221 INFO O| May 08 05:19:18.221 INFO STEP 87 (remove_files) COMPLETE
84092025-05-08T05:19:19.659Z[ recovery-image] May 08 05:19:18.222 INFO O| May 08 05:19:18.221 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102025-05-08T05:19:19.732Z[ recovery-image] May 08 05:19:18.298 INFO O| May 08 05:19:18.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84112025-05-08T05:19:19.735Z[ recovery-image] May 08 05:19:18.298 INFO O| May 08 05:19:18.298 INFO STEP 88 (remove_files) COMPLETE
84122025-05-08T05:19:19.735Z[ recovery-image] May 08 05:19:18.298 INFO O| May 08 05:19:18.298 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132025-05-08T05:19:19.753Z[ recovery-image] May 08 05:19:18.319 INFO O| May 08 05:19:18.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84142025-05-08T05:19:19.753Z[ recovery-image] May 08 05:19:18.319 INFO O| May 08 05:19:18.319 INFO STEP 89 (remove_files) COMPLETE
84152025-05-08T05:19:19.756Z[ recovery-image] May 08 05:19:18.319 INFO O| May 08 05:19:18.319 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162025-05-08T05:19:19.778Z[ recovery-image] May 08 05:19:18.344 INFO O| May 08 05:19:18.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84172025-05-08T05:19:19.781Z[ recovery-image] May 08 05:19:18.344 INFO O| May 08 05:19:18.344 INFO STEP 90 (remove_files) COMPLETE
84182025-05-08T05:19:19.781Z[ recovery-image] May 08 05:19:18.344 INFO O| May 08 05:19:18.344 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192025-05-08T05:19:19.845Z[ recovery-image] May 08 05:19:18.411 INFO O| May 08 05:19:18.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84202025-05-08T05:19:19.848Z[ recovery-image] May 08 05:19:18.412 INFO O| May 08 05:19:18.411 INFO STEP 91 (remove_files) COMPLETE
84212025-05-08T05:19:19.848Z[ recovery-image] May 08 05:19:18.412 INFO O| May 08 05:19:18.412 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222025-05-08T05:19:19.868Z[ recovery-image] May 08 05:19:18.433 INFO O| May 08 05:19:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84232025-05-08T05:19:19.871Z[ recovery-image] May 08 05:19:18.433 INFO O| May 08 05:19:18.433 INFO STEP 92 (remove_files) COMPLETE
84242025-05-08T05:19:19.871Z[ recovery-image] May 08 05:19:18.434 INFO O| May 08 05:19:18.434 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252025-05-08T05:19:19.889Z[ recovery-image] May 08 05:19:18.455 INFO O| May 08 05:19:18.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84262025-05-08T05:19:19.892Z[ recovery-image] May 08 05:19:18.455 INFO O| May 08 05:19:18.455 INFO STEP 93 (remove_files) COMPLETE
84272025-05-08T05:19:19.892Z[ recovery-image] May 08 05:19:18.455 INFO O| May 08 05:19:18.455 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282025-05-08T05:19:19.908Z[ recovery-image] May 08 05:19:18.474 INFO O| May 08 05:19:18.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84292025-05-08T05:19:19.911Z[ recovery-image] May 08 05:19:18.474 INFO O| May 08 05:19:18.474 INFO STEP 94 (remove_files) COMPLETE
84302025-05-08T05:19:19.911Z[ recovery-image] May 08 05:19:18.474 INFO O| May 08 05:19:18.474 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84312025-05-08T05:19:19.939Z[ recovery-image] May 08 05:19:18.504 INFO O| May 08 05:19:18.504 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84322025-05-08T05:19:19.942Z[ recovery-image] May 08 05:19:18.505 INFO O| May 08 05:19:18.505 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84332025-05-08T05:19:28.985Z[ recovery-image] May 08 05:19:27.547 INFO O| May 08 05:19:27.547 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
84342025-05-08T05:19:28.985Z[ recovery-image] May 08 05:19:27.548 INFO O| May 08 05:19:27.547 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84352025-05-08T05:19:29.053Z[ recovery-image] May 08 05:19:27.615 INFO O| May 08 05:19:27.615 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
84362025-05-08T05:19:29.331Z[ recovery-image] May 08 05:19:27.893 INFO O| May 08 05:19:27.893 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84372025-05-08T05:19:29.498Z[ recovery-image] May 08 05:19:28.060 INFO O| May 08 05:19:28.060 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
84382025-05-08T05:19:29.618Z[ recovery-image] May 08 05:19:28.180 INFO O| May 08 05:19:28.180 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84392025-05-08T05:19:29.618Z[ recovery-image] May 08 05:19:28.180 INFO O| May 08 05:19:28.180 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 ...
84402025-05-08T05:19:29.622Z[ recovery-image] May 08 05:19:28.183 INFO O| May 08 05:19:28.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84412025-05-08T05:19:29.622Z[ recovery-image] May 08 05:19:28.183 INFO O| May 08 05:19:28.183 INFO ok!
84422025-05-08T05:19:29.622Z[ recovery-image] May 08 05:19:28.183 INFO O| May 08 05:19:28.183 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84432025-05-08T05:19:29.622Z[ recovery-image] May 08 05:19:28.183 INFO O| May 08 05:19:28.183 INFO STEP 95 (seed_smf) COMPLETE
84442025-05-08T05:19:29.622Z[ recovery-image] May 08 05:19:28.183 INFO O| May 08 05:19:28.183 INFO steps complete; finalising image!
84452025-05-08T05:19:29.622Z[ recovery-image] May 08 05:19:28.183 INFO O| May 08 05:19:28.183 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84462025-05-08T05:19:29.702Z[ recovery-image] May 08 05:19:28.264 INFO O| May 08 05:19:28.263 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu May 8 05:19:28 2025)
84472025-05-08T05:19:29.913Z[ recovery-image] May 08 05:19:28.475 INFO O| May 08 05:19:28.474 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Thu May 8 05:19:28 2025)
84482025-05-08T05:19:30.177Z[ recovery-image] May 08 05:19:28.737 INFO O| May 08 05:19:28.737 INFO temporary pool has 446M used, 1.31G avail, 1.00x compressratio
84492025-05-08T05:19:30.177Z[ recovery-image] May 08 05:19:28.737 INFO O| May 08 05:19:28.737 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84502025-05-08T05:19:30.831Z[ recovery-image] May 08 05:19:29.392 INFO O| May 08 05:19:29.392 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
84512025-05-08T05:19:30.831Z[ recovery-image] May 08 05:19:29.392 INFO O| May 08 05:19:29.392 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84522025-05-08T05:19:36.605Z[ recovery-image] May 08 05:19:35.164 INFO O| May 08 05:19:35.164 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84532025-05-08T05:19:36.605Z[ recovery-image] May 08 05:19:35.164 INFO O| May 08 05:19:35.164 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84542025-05-08T05:19:36.605Z[ recovery-image] May 08 05:19:35.164 INFO O| May 08 05:19:35.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84552025-05-08T05:19:36.608Z[ recovery-image] May 08 05:19:35.164 INFO O| May 08 05:19:35.164 INFO completed processing gimlet/zfs-recovery
84562025-05-08T05:19:36.608Z[ recovery-image] May 08 05:19:35.164 INFO O| May 08 05:19:35.164 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84572025-05-08T05:19:37.471Z[ recovery-image] May 08 05:19:36.030 INFO O| May 08 05:19:36.030 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84582025-05-08T05:19:37.584Z[ recovery-image] May 08 05:19:36.143 INFO BUILD STRING "heads/stlouis-0-g47b4405f94\n"
84592025-05-08T05:19:37.587Z[ recovery-image] May 08 05:19:36.144 INFO expanded image name: "recovery 9021e84/${os_short_commit} 2025-05-08 04:43" -> "recovery 9021e84/47b4405 2025-05-08 04:43"
84602025-05-08T05:19:37.587Z[ recovery-image] May 08 05:19:36.144 INFO output artefacts stored in: "/work/os-recovery"
84612025-05-08T05:19:37.587Z[ recovery-image] May 08 05:19:36.145 INFO collecting git info from project "chelsio-t6-roms"...
84622025-05-08T05:19:37.663Z[ recovery-image] May 08 05:19:36.221 INFO collecting git info from project "pilot"...
84632025-05-08T05:19:37.735Z[ recovery-image] May 08 05:19:36.294 INFO collecting git info from project "image-builder"...
84642025-05-08T05:19:37.760Z[ recovery-image] May 08 05:19:36.319 INFO collecting git info from project "amd-firmware"...
84652025-05-08T05:19:38.546Z[ recovery-image] May 08 05:19:37.104 INFO collecting git info from project "pinprick"...
84662025-05-08T05:19:38.563Z[ recovery-image] May 08 05:19:37.121 INFO collecting git info from project "bootserver"...
84672025-05-08T05:19:38.583Z[ recovery-image] May 08 05:19:37.141 INFO collecting git info from project "amd-host-image-builder"...
84682025-05-08T05:19:38.667Z[ recovery-image] May 08 05:19:37.225 INFO collecting git info from project "phbl"...
84692025-05-08T05:19:38.683Z[ recovery-image] May 08 05:19:37.242 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84702025-05-08T05:19:39.709Z[ recovery-image] May 08 05:19:38.267 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84712025-05-08T05:19:40.414Z[ recovery-image] May 08 05:19:38.972 INFO creating Oxide boot image...
84722025-05-08T05:19:40.414Z[ recovery-image] May 08 05:19:38.972 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9021e84/47b4405 2025-05-08 04:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84732025-05-08T05:20:22.145Z[ host-image] May 08 05:20:20.685 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23373:20250502T150025Z
84742025-05-08T05:20:22.145Z[ host-image] May 08 05:20:20.685 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23373:20250502T150025Z
84752025-05-08T05:20:22.155Z[ host-image] May 08 05:20:20.685 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84762025-05-08T05:20:22.155Z[ host-image] May 08 05:20:20.686 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84772025-05-08T05:20:22.156Z[ host-image] May 08 05:20:20.686 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84782025-05-08T05:20:22.156Z[ host-image] May 08 05:20:20.686 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84792025-05-08T05:20:22.156Z[ host-image] May 08 05:20:20.687 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84802025-05-08T05:20:22.156Z[ host-image] May 08 05:20:20.687 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84812025-05-08T05:20:22.156Z[ host-image] May 08 05:20:20.687 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84822025-05-08T05:20:22.156Z[ host-image] May 08 05:20:20.687 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84832025-05-08T05:20:22.157Z[ host-image] May 08 05:20:20.687 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23373:20250502T150026Z
84842025-05-08T05:20:22.157Z[ host-image] May 08 05:20:20.690 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23373:20250502T150026Z
84852025-05-08T05:20:22.157Z[ host-image] May 08 05:20:20.691 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23373:20250502T150027Z
84862025-05-08T05:20:22.157Z[ host-image] May 08 05:20:20.691 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23373:20250502T150027Z
84872025-05-08T05:20:22.157Z[ host-image] May 08 05:20:20.691 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84882025-05-08T05:20:22.167Z[ host-image] May 08 05:20:20.692 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23373:20250502T150027Z
84892025-05-08T05:20:22.167Z[ host-image] May 08 05:20:20.693 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23373:20250502T150027Z
84902025-05-08T05:20:22.167Z[ host-image] May 08 05:20:20.693 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23373:20250502T150027Z
84912025-05-08T05:20:22.167Z[ host-image] May 08 05:20:20.693 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23373:20250502T150027Z
84922025-05-08T05:20:22.167Z[ host-image] May 08 05:20:20.694 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23373:20250502T150028Z
84932025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.694 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23373:20250502T150028Z
84942025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.694 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23373:20250502T150028Z
84952025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.694 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23373:20250502T150029Z
84962025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.695 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23373:20250502T150030Z
84972025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.695 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23373:20250502T150030Z
84982025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.695 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23373:20250502T150031Z
84992025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.695 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23373:20250502T150031Z
85002025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.695 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23373:20250502T150032Z
85012025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.695 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23373:20250502T150033Z
85022025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.696 INFO O| install = pkg://helios-dev/driver/network/opte@0.35.361:20250429T121234Z
85032025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.696 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23373:20250502T150034Z
85042025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.696 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23373:20250502T150037Z
85052025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.696 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23373:20250502T150037Z
85062025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.696 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23373:20250502T150038Z
85072025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.698 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23373:20250502T150039Z
85082025-05-08T05:20:22.168Z[ host-image] May 08 05:20:20.698 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23373:20250502T150040Z
85092025-05-08T05:20:22.175Z[ host-image] May 08 05:20:20.710 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
85102025-05-08T05:20:22.175Z[ host-image] May 08 05:20:20.710 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23373:20250502T150040Z
85112025-05-08T05:20:22.175Z[ host-image] May 08 05:20:20.710 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
85122025-05-08T05:20:22.176Z[ host-image] May 08 05:20:20.711 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85132025-05-08T05:20:22.176Z[ host-image] May 08 05:20:20.711 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85142025-05-08T05:20:22.240Z[ host-image] May 08 05:20:20.712 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23373:20250502T150040Z
85152025-05-08T05:20:22.240Z[ host-image] May 08 05:20:20.712 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85162025-05-08T05:20:22.270Z[ host-image] May 08 05:20:20.712 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85172025-05-08T05:20:22.270Z[ host-image] May 08 05:20:20.714 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85182025-05-08T05:20:22.271Z[ host-image] May 08 05:20:20.714 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85192025-05-08T05:20:22.271Z[ host-image] May 08 05:20:20.731 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85202025-05-08T05:20:22.271Z[ host-image] May 08 05:20:20.731 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85212025-05-08T05:20:22.271Z[ host-image] May 08 05:20:20.731 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85222025-05-08T05:20:22.271Z[ host-image] May 08 05:20:20.732 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85232025-05-08T05:20:22.272Z[ host-image] May 08 05:20:20.733 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85242025-05-08T05:20:22.272Z[ host-image] May 08 05:20:20.733 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85252025-05-08T05:20:22.283Z[ host-image] May 08 05:20:20.809 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
85262025-05-08T05:20:22.283Z[ host-image] May 08 05:20:20.810 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85272025-05-08T05:20:22.283Z[ host-image] May 08 05:20:20.810 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85282025-05-08T05:20:22.283Z[ host-image] May 08 05:20:20.812 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23373:20250502T150042Z
85292025-05-08T05:20:22.283Z[ host-image] May 08 05:20:20.812 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23373:20250502T150047Z
85302025-05-08T05:20:22.283Z[ host-image] May 08 05:20:20.812 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85312025-05-08T05:20:22.284Z[ host-image] May 08 05:20:20.812 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23373:20250502T150048Z
85322025-05-08T05:20:22.284Z[ host-image] May 08 05:20:20.813 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
85332025-05-08T05:20:22.284Z[ host-image] May 08 05:20:20.813 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
85342025-05-08T05:20:22.284Z[ host-image] May 08 05:20:20.813 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
85352025-05-08T05:20:22.284Z[ host-image] May 08 05:20:20.813 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85362025-05-08T05:20:22.284Z[ host-image] May 08 05:20:20.813 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23373:20250502T150048Z
85372025-05-08T05:20:22.285Z[ host-image] May 08 05:20:20.813 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85382025-05-08T05:20:22.285Z[ host-image] May 08 05:20:20.820 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85392025-05-08T05:20:22.292Z[ host-image] May 08 05:20:20.820 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85402025-05-08T05:20:22.292Z[ host-image] May 08 05:20:20.821 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85412025-05-08T05:20:22.292Z[ host-image] May 08 05:20:20.821 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23373:20250502T150048Z
85422025-05-08T05:20:22.293Z[ host-image] May 08 05:20:20.821 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85432025-05-08T05:20:22.302Z[ host-image] May 08 05:20:20.842 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85442025-05-08T05:20:22.318Z[ host-image] May 08 05:20:20.843 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23373:20250502T150049Z
85452025-05-08T05:20:22.318Z[ host-image] May 08 05:20:20.846 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23373:20250502T150049Z
85462025-05-08T05:20:22.318Z[ host-image] May 08 05:20:20.846 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23373:20250502T150049Z
85472025-05-08T05:20:22.318Z[ host-image] May 08 05:20:20.846 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
85482025-05-08T05:20:22.318Z[ host-image] May 08 05:20:20.847 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23373:20250502T150051Z
85492025-05-08T05:20:22.318Z[ host-image] May 08 05:20:20.847 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23373:20250502T150051Z
85502025-05-08T05:20:22.319Z[ host-image] May 08 05:20:20.848 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23373:20250502T150051Z
85512025-05-08T05:20:22.319Z[ host-image] May 08 05:20:20.848 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23373:20250502T150051Z
85522025-05-08T05:20:22.327Z[ host-image] May 08 05:20:20.853 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85532025-05-08T05:20:22.327Z[ host-image] May 08 05:20:20.853 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23373:20250502T150052Z
85542025-05-08T05:20:22.327Z[ host-image] May 08 05:20:20.854 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23373:20250502T150053Z
85552025-05-08T05:20:22.327Z[ host-image] May 08 05:20:20.854 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85562025-05-08T05:20:22.327Z[ host-image] May 08 05:20:20.855 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23373:20250502T150053Z
85572025-05-08T05:20:22.327Z[ host-image] May 08 05:20:20.855 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23373:20250502T150053Z
85582025-05-08T05:20:22.328Z[ host-image] May 08 05:20:20.855 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23373:20250502T150053Z
85592025-05-08T05:20:22.328Z[ host-image] May 08 05:20:20.855 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23373:20250502T150053Z
85602025-05-08T05:20:22.337Z[ host-image] May 08 05:20:20.868 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23373:20250502T150054Z
85612025-05-08T05:20:22.337Z[ host-image] May 08 05:20:20.868 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85622025-05-08T05:20:22.337Z[ host-image] May 08 05:20:20.871 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23373:20250502T150054Z
85632025-05-08T05:20:22.337Z[ host-image] May 08 05:20:20.873 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23373:20250502T150054Z
85642025-05-08T05:20:22.338Z[ host-image] May 08 05:20:20.874 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23373:20250502T150054Z
85652025-05-08T05:20:22.338Z[ host-image] May 08 05:20:20.874 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23373:20250502T150054Z
85662025-05-08T05:20:22.338Z[ host-image] May 08 05:20:20.875 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23373:20250502T150054Z
85672025-05-08T05:20:22.338Z[ host-image] May 08 05:20:20.875 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23373:20250502T150055Z
85682025-05-08T05:20:22.365Z[ host-image] May 08 05:20:20.902 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23373:20250502T150056Z
85692025-05-08T05:20:22.365Z[ host-image] May 08 05:20:20.902 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23373:20250502T150055Z
85702025-05-08T05:20:22.371Z[ host-image] May 08 05:20:20.902 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23373:20250502T150055Z
85712025-05-08T05:20:22.371Z[ host-image] May 08 05:20:20.904 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23373:20250502T150056Z
85722025-05-08T05:20:22.372Z[ host-image] May 08 05:20:20.904 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23373:20250502T150056Z
85732025-05-08T05:20:22.411Z[ host-image] May 08 05:20:20.949 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23373:20250502T150059Z
85742025-05-08T05:20:22.418Z[ host-image] May 08 05:20:20.949 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23373:20250502T150056Z
85752025-05-08T05:20:22.418Z[ host-image] May 08 05:20:20.949 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23373:20250502T150056Z
85762025-05-08T05:20:22.418Z[ host-image] May 08 05:20:20.950 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85772025-05-08T05:20:22.419Z[ host-image] May 08 05:20:20.950 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85782025-05-08T05:20:22.465Z[ host-image] May 08 05:20:20.992 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23373:20250502T150056Z
85792025-05-08T05:20:22.496Z[ host-image] May 08 05:20:20.993 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85802025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.993 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23373:20250502T150057Z
85812025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.993 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23373:20250502T150057Z
85822025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.996 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23373:20250502T150057Z
85832025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.996 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85842025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.997 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85852025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.998 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23373:20250502T150058Z
85862025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.998 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23373:20250502T150058Z
85872025-05-08T05:20:22.497Z[ host-image] May 08 05:20:20.998 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23373:20250502T150058Z
85882025-05-08T05:20:22.498Z[ host-image] May 08 05:20:20.999 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23373:20250502T150058Z
85892025-05-08T05:20:22.498Z[ host-image] May 08 05:20:21.000 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23373:20250502T150059Z
85902025-05-08T05:20:22.498Z[ host-image] May 08 05:20:21.011 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23373:20250502T150059Z
85912025-05-08T05:20:22.498Z[ host-image] May 08 05:20:21.011 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85922025-05-08T05:20:22.499Z[ host-image] May 08 05:20:21.011 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23373:20250502T150100Z
85932025-05-08T05:20:22.499Z[ host-image] May 08 05:20:21.011 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23373:20250502T150100Z
85942025-05-08T05:20:22.524Z[ host-image] May 08 05:20:21.015 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250327-2.0.23373:20250502T150100Z
85952025-05-08T05:20:22.525Z[ host-image] May 08 05:20:21.015 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23373:20250502T150101Z
85962025-05-08T05:20:22.525Z[ host-image] May 08 05:20:21.015 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23373:20250502T150100Z
85972025-05-08T05:20:22.526Z[ host-image] May 08 05:20:21.016 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23373:20250502T150101Z
85982025-05-08T05:20:22.526Z[ host-image] May 08 05:20:21.016 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85992025-05-08T05:20:22.526Z[ host-image] May 08 05:20:21.016 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86002025-05-08T05:20:22.526Z[ host-image] May 08 05:20:21.017 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23373:20250502T150103Z
86012025-05-08T05:20:22.526Z[ host-image] May 08 05:20:21.017 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23373:20250502T150103Z
86022025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.017 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86032025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.018 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86042025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.018 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86052025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.018 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86062025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.018 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
86072025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.019 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86082025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.021 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86092025-05-08T05:20:22.527Z[ host-image] May 08 05:20:21.021 INFO O| tempdir @ "/tmp/.tmpBmh630/tmp"
86102025-05-08T05:20:22.528Z[ host-image] May 08 05:20:21.021 INFO O| image root @ "/tmp/.tmpBmh630/tmp/root"
86112025-05-08T05:20:22.528Z[ host-image] May 08 05:20:21.021 INFO O| creating image...
86122025-05-08T05:20:23.685Z[ host-image] May 08 05:20:22.226 INFO O| copying publishers...
86132025-05-08T05:20:51.858Z[ host-image] May 08 05:20:50.388 INFO O| adding properties...
86142025-05-08T05:20:54.281Z[ host-image] May 08 05:20:52.810 INFO O| installing packages...
86152025-05-08T05:21:03.976Z[ recovery-image] May 08 05:21:02.502 INFO O| ok, image written!
86162025-05-08T05:21:03.976Z[ recovery-image] May 08 05:21:02.502 INFO O| ok, boot_image_csum file written!
86172025-05-08T05:21:03.985Z[ recovery-image] May 08 05:21:02.510 INFO creating boot archive (CPIO)...
86182025-05-08T05:21:03.985Z[ recovery-image] May 08 05:21:02.510 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
86192025-05-08T05:21:04.011Z[ recovery-image] May 08 05:21:02.536 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86202025-05-08T05:21:04.011Z[ recovery-image] May 08 05:21:02.536 INFO E| + outfile=/work/os-recovery/cpio
86212025-05-08T05:21:04.011Z[ recovery-image] May 08 05:21:02.536 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86222025-05-08T05:21:04.014Z[ recovery-image] May 08 05:21:02.539 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86232025-05-08T05:21:04.017Z[ recovery-image] May 08 05:21:02.540 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86242025-05-08T05:21:04.066Z[ recovery-image] May 08 05:21:02.592 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86252025-05-08T05:21:04.069Z[ recovery-image] May 08 05:21:02.592 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86262025-05-08T05:21:04.077Z[ recovery-image] May 08 05:21:02.603 INFO creating compressed cpio/unix for nanobl-rs...
86272025-05-08T05:21:04.077Z[ recovery-image] May 08 05:21:02.603 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
86282025-05-08T05:21:04.497Z[ recovery-image] May 08 05:21:03.023 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86292025-05-08T05:21:10.522Z[ recovery-image] May 08 05:21:09.045 INFO creating reset image...
86302025-05-08T05:21:10.522Z[ recovery-image] May 08 05:21:09.045 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
86312025-05-08T05:21:26.597Z[ host-image] May 08 05:21:25.114 INFO O| seeding SMF database...
86322025-05-08T05:21:39.727Z[ host-image] May 08 05:21:38.239 INFO O| configuring SMF profile...
86332025-05-08T05:21:39.730Z[ host-image] May 08 05:21:38.239 INFO O| modifying shadow(5)...
86342025-05-08T05:21:39.730Z[ host-image] May 08 05:21:38.239 INFO O| loading user and group database...
86352025-05-08T05:21:39.730Z[ host-image] May 08 05:21:38.239 INFO O| assessing packaged files...
86362025-05-08T05:21:45.937Z[ host-image] May 08 05:21:44.447 INFO O| creating archive...
86372025-05-08T05:21:46.035Z[ host-image] May 08 05:21:44.544 INFO O| missing from packaging:
86382025-05-08T05:21:46.035Z[ host-image] May 08 05:21:44.545 INFO O| "etc/.pwd.lock"
86392025-05-08T05:21:46.038Z[ host-image] May 08 05:21:44.545 INFO O| "etc/bash"
86402025-05-08T05:21:46.044Z[ host-image] May 08 05:21:44.553 INFO O| "etc/svc/profile/generic.xml"
86412025-05-08T05:21:46.044Z[ host-image] May 08 05:21:44.553 INFO O| "etc/svc/profile/inetd_services.xml"
86422025-05-08T05:21:46.047Z[ host-image] May 08 05:21:44.553 INFO O| "etc/svc/profile/name_service.xml"
86432025-05-08T05:21:46.047Z[ host-image] May 08 05:21:44.554 INFO O| "etc/svc/profile/platform.xml"
86442025-05-08T05:21:46.047Z[ host-image] May 08 05:21:44.554 INFO O| "etc/svc/profile/platform_omicron1.xml"
86452025-05-08T05:21:46.047Z[ host-image] May 08 05:21:44.554 INFO O| "etc/svc/repository.db"
86462025-05-08T05:21:46.068Z[ host-image] May 08 05:21:44.578 INFO O| "opt/ooce/share"
86472025-05-08T05:21:46.068Z[ host-image] May 08 05:21:44.578 INFO O| "opt/ooce/share/man"
86482025-05-08T05:21:46.071Z[ host-image] May 08 05:21:44.578 INFO O| "opt/ooce/share/man/man1"
86492025-05-08T05:21:46.083Z[ host-image] May 08 05:21:44.592 INFO O| finishing archive...
86502025-05-08T05:21:50.669Z[ host-image] May 08 05:21:49.176 INFO O| creating gzonly manifest...
86512025-05-08T05:21:50.685Z[ host-image] May 08 05:21:49.193 INFO O| ok
86522025-05-08T05:21:50.890Z[ host-image] May 08 05:21:49.398 INFO image builder template: ramdisk-02-trim...
86532025-05-08T05:21:50.890Z[ host-image] May 08 05:21:49.398 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/.tmpxS9Odm/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.35.361", "-n", "ramdisk-02-trim"], pwd: None
86542025-05-08T05:21:50.932Z[ host-image] May 08 05:21:49.440 INFO O| May 08 05:21:49.439 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86552025-05-08T05:21:50.940Z[ host-image] May 08 05:21:49.447 INFO O| May 08 05:21:49.447 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86562025-05-08T05:21:51.359Z[ host-image] May 08 05:21:49.867 INFO O| May 08 05:21:49.867 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86572025-05-08T05:21:51.503Z[ host-image] May 08 05:21:50.010 INFO O| May 08 05:21:50.010 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86582025-05-08T05:21:51.506Z[ host-image] May 08 05:21:50.010 INFO O| May 08 05:21:50.010 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86592025-05-08T05:21:51.514Z[ host-image] May 08 05:21:50.021 INFO O| May 08 05:21:50.021 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86602025-05-08T05:21:51.522Z[ host-image] May 08 05:21:50.029 INFO O| May 08 05:21:50.029 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86612025-05-08T05:21:51.532Z[ host-image] May 08 05:21:50.039 INFO O| May 08 05:21:50.039 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86622025-05-08T05:21:52.600Z[ host-image] May 08 05:21:51.107 INFO O| May 08 05:21:51.107 INFO rolled back to input snapshot; work may begin
86632025-05-08T05:21:52.600Z[ host-image] May 08 05:21:51.107 INFO O| May 08 05:21:51.107 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86642025-05-08T05:21:52.628Z[ host-image] May 08 05:21:51.134 INFO O| May 08 05:21:51.134 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652025-05-08T05:21:52.649Z[ host-image] May 08 05:21:51.156 INFO O| May 08 05:21:51.156 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86662025-05-08T05:21:52.818Z[ host-image] May 08 05:21:51.325 INFO O| May 08 05:21:51.324 INFO STEP 0 (remove_files) COMPLETE
86672025-05-08T05:21:52.819Z[ host-image] May 08 05:21:51.325 INFO O| May 08 05:21:51.325 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682025-05-08T05:21:52.873Z[ host-image] May 08 05:21:51.379 INFO O| May 08 05:21:51.379 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86692025-05-08T05:21:52.876Z[ host-image] May 08 05:21:51.382 INFO O| May 08 05:21:51.382 INFO STEP 1 (remove_files) COMPLETE
86702025-05-08T05:21:52.876Z[ host-image] May 08 05:21:51.382 INFO O| May 08 05:21:51.382 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712025-05-08T05:21:52.894Z[ host-image] May 08 05:21:51.401 INFO O| May 08 05:21:51.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86722025-05-08T05:21:52.917Z[ host-image] May 08 05:21:51.423 INFO O| May 08 05:21:51.423 INFO STEP 2 (remove_files) COMPLETE
86732025-05-08T05:21:52.917Z[ host-image] May 08 05:21:51.424 INFO O| May 08 05:21:51.423 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742025-05-08T05:21:52.992Z[ host-image] May 08 05:21:51.499 INFO O| May 08 05:21:51.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86752025-05-08T05:21:52.995Z[ host-image] May 08 05:21:51.502 INFO O| May 08 05:21:51.501 INFO STEP 3 (remove_files) COMPLETE
86762025-05-08T05:21:52.995Z[ host-image] May 08 05:21:51.502 INFO O| May 08 05:21:51.502 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772025-05-08T05:21:53.020Z[ host-image] May 08 05:21:51.527 INFO O| May 08 05:21:51.527 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86782025-05-08T05:21:53.027Z[ host-image] May 08 05:21:51.534 INFO O| May 08 05:21:51.534 INFO STEP 4 (remove_files) COMPLETE
86792025-05-08T05:21:53.027Z[ host-image] May 08 05:21:51.534 INFO O| May 08 05:21:51.534 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802025-05-08T05:21:53.068Z[ host-image] May 08 05:21:51.574 INFO O| May 08 05:21:51.574 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86812025-05-08T05:21:53.072Z[ host-image] May 08 05:21:51.579 INFO O| May 08 05:21:51.579 INFO STEP 5 (remove_files) COMPLETE
86822025-05-08T05:21:53.072Z[ host-image] May 08 05:21:51.579 INFO O| May 08 05:21:51.579 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832025-05-08T05:21:53.113Z[ host-image] May 08 05:21:51.619 INFO O| May 08 05:21:51.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86842025-05-08T05:21:53.160Z[ host-image] May 08 05:21:51.667 INFO O| May 08 05:21:51.667 INFO STEP 6 (remove_files) COMPLETE
86852025-05-08T05:21:53.160Z[ host-image] May 08 05:21:51.667 INFO O| May 08 05:21:51.667 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862025-05-08T05:21:53.182Z[ host-image] May 08 05:21:51.689 INFO O| May 08 05:21:51.688 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86872025-05-08T05:21:53.206Z[ host-image] May 08 05:21:51.713 INFO O| May 08 05:21:51.713 INFO STEP 7 (remove_files) COMPLETE
86882025-05-08T05:21:53.206Z[ host-image] May 08 05:21:51.713 INFO O| May 08 05:21:51.713 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892025-05-08T05:21:53.228Z[ host-image] May 08 05:21:51.735 INFO O| May 08 05:21:51.735 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86902025-05-08T05:21:53.360Z[ host-image] May 08 05:21:51.867 INFO O| May 08 05:21:51.866 INFO STEP 8 (remove_files) COMPLETE
86912025-05-08T05:21:53.360Z[ host-image] May 08 05:21:51.867 INFO O| May 08 05:21:51.866 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922025-05-08T05:21:53.379Z[ host-image] May 08 05:21:51.885 INFO O| May 08 05:21:51.885 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86932025-05-08T05:21:53.538Z[ host-image] May 08 05:21:52.045 INFO O| May 08 05:21:52.044 INFO STEP 9 (remove_files) COMPLETE
86942025-05-08T05:21:53.538Z[ host-image] May 08 05:21:52.045 INFO O| May 08 05:21:52.044 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952025-05-08T05:21:53.557Z[ host-image] May 08 05:21:52.064 INFO O| May 08 05:21:52.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86962025-05-08T05:21:53.563Z[ host-image] May 08 05:21:52.070 INFO O| May 08 05:21:52.069 INFO STEP 10 (remove_files) COMPLETE
86972025-05-08T05:21:53.563Z[ host-image] May 08 05:21:52.070 INFO O| May 08 05:21:52.069 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982025-05-08T05:21:53.582Z[ host-image] May 08 05:21:52.089 INFO O| May 08 05:21:52.089 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86992025-05-08T05:21:53.585Z[ host-image] May 08 05:21:52.090 INFO O| May 08 05:21:52.090 INFO STEP 11 (remove_files) COMPLETE
87002025-05-08T05:21:53.585Z[ host-image] May 08 05:21:52.090 INFO O| May 08 05:21:52.090 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012025-05-08T05:21:53.608Z[ host-image] May 08 05:21:52.114 INFO O| May 08 05:21:52.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87022025-05-08T05:21:53.610Z[ host-image] May 08 05:21:52.117 INFO O| May 08 05:21:52.116 INFO STEP 12 (remove_files) COMPLETE
87032025-05-08T05:21:53.610Z[ host-image] May 08 05:21:52.117 INFO O| May 08 05:21:52.117 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042025-05-08T05:21:53.644Z[ host-image] May 08 05:21:52.151 INFO O| May 08 05:21:52.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87052025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.152 INFO O| May 08 05:21:52.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87062025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.152 INFO O| May 08 05:21:52.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87072025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.152 INFO O| May 08 05:21:52.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87082025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.152 INFO O| May 08 05:21:52.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87092025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.152 INFO O| May 08 05:21:52.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87102025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.153 INFO O| May 08 05:21:52.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87112025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.153 INFO O| May 08 05:21:52.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87122025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.153 INFO O| May 08 05:21:52.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87132025-05-08T05:21:53.647Z[ host-image] May 08 05:21:52.154 INFO O| May 08 05:21:52.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87142025-05-08T05:21:53.650Z[ host-image] May 08 05:21:52.154 INFO O| May 08 05:21:52.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87152025-05-08T05:21:53.650Z[ host-image] May 08 05:21:52.154 INFO O| May 08 05:21:52.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87162025-05-08T05:21:53.650Z[ host-image] May 08 05:21:52.155 INFO O| May 08 05:21:52.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87172025-05-08T05:21:53.650Z[ host-image] May 08 05:21:52.155 INFO O| May 08 05:21:52.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87182025-05-08T05:21:53.650Z[ host-image] May 08 05:21:52.155 INFO O| May 08 05:21:52.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87192025-05-08T05:21:53.650Z[ host-image] May 08 05:21:52.156 INFO O| May 08 05:21:52.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87202025-05-08T05:21:53.650Z[ host-image] May 08 05:21:52.156 INFO O| May 08 05:21:52.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87212025-05-08T05:21:53.944Z[ host-image] May 08 05:21:52.451 INFO O| May 08 05:21:52.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87222025-05-08T05:21:53.947Z[ host-image] May 08 05:21:52.452 INFO O| May 08 05:21:52.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87232025-05-08T05:21:53.947Z[ host-image] May 08 05:21:52.453 INFO O| May 08 05:21:52.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87242025-05-08T05:21:53.959Z[ host-image] May 08 05:21:52.465 INFO O| May 08 05:21:52.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87252025-05-08T05:21:54.435Z[ host-image] May 08 05:21:52.941 INFO O| May 08 05:21:52.940 INFO STEP 13 (remove_files) COMPLETE
87262025-05-08T05:21:54.435Z[ host-image] May 08 05:21:52.941 INFO O| May 08 05:21:52.941 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272025-05-08T05:21:54.457Z[ host-image] May 08 05:21:52.964 INFO O| May 08 05:21:52.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87282025-05-08T05:21:54.468Z[ host-image] May 08 05:21:52.975 INFO O| May 08 05:21:52.975 INFO STEP 14 (remove_files) COMPLETE
87292025-05-08T05:21:54.468Z[ host-image] May 08 05:21:52.975 INFO O| May 08 05:21:52.975 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302025-05-08T05:21:54.545Z[ host-image] May 08 05:21:53.051 INFO O| May 08 05:21:53.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87312025-05-08T05:21:54.558Z[ host-image] May 08 05:21:53.064 INFO O| May 08 05:21:53.064 INFO STEP 15 (remove_files) COMPLETE
87322025-05-08T05:21:54.558Z[ host-image] May 08 05:21:53.064 INFO O| May 08 05:21:53.064 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332025-05-08T05:21:54.606Z[ host-image] May 08 05:21:53.112 INFO O| May 08 05:21:53.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87342025-05-08T05:21:54.609Z[ host-image] May 08 05:21:53.112 INFO O| May 08 05:21:53.112 INFO STEP 16 (remove_files) COMPLETE
87352025-05-08T05:21:54.609Z[ host-image] May 08 05:21:53.113 INFO O| May 08 05:21:53.112 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362025-05-08T05:21:54.636Z[ host-image] May 08 05:21:53.142 INFO O| May 08 05:21:53.142 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87372025-05-08T05:21:54.638Z[ host-image] May 08 05:21:53.144 INFO O| May 08 05:21:53.144 INFO STEP 17 (remove_files) COMPLETE
87382025-05-08T05:21:54.638Z[ host-image] May 08 05:21:53.144 INFO O| May 08 05:21:53.144 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392025-05-08T05:21:54.690Z[ host-image] May 08 05:21:53.196 INFO O| May 08 05:21:53.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87402025-05-08T05:21:54.693Z[ host-image] May 08 05:21:53.196 INFO O| May 08 05:21:53.196 INFO STEP 18 (remove_files) COMPLETE
87412025-05-08T05:21:54.693Z[ host-image] May 08 05:21:53.197 INFO O| May 08 05:21:53.196 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422025-05-08T05:21:54.783Z[ host-image] May 08 05:21:53.289 INFO O| May 08 05:21:53.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87432025-05-08T05:21:54.783Z[ host-image] May 08 05:21:53.289 INFO O| May 08 05:21:53.289 INFO STEP 19 (remove_files) COMPLETE
87442025-05-08T05:21:54.783Z[ host-image] May 08 05:21:53.289 INFO O| May 08 05:21:53.289 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452025-05-08T05:21:54.806Z[ host-image] May 08 05:21:53.312 INFO O| May 08 05:21:53.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87462025-05-08T05:21:54.806Z[ host-image] May 08 05:21:53.312 INFO O| May 08 05:21:53.312 INFO STEP 20 (remove_files) COMPLETE
87472025-05-08T05:21:54.806Z[ host-image] May 08 05:21:53.312 INFO O| May 08 05:21:53.312 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482025-05-08T05:21:54.828Z[ host-image] May 08 05:21:53.334 INFO O| May 08 05:21:53.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87492025-05-08T05:21:54.830Z[ host-image] May 08 05:21:53.334 INFO O| May 08 05:21:53.334 INFO STEP 21 (remove_files) COMPLETE
87502025-05-08T05:21:54.830Z[ host-image] May 08 05:21:53.334 INFO O| May 08 05:21:53.334 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512025-05-08T05:21:54.851Z[ host-image] May 08 05:21:53.356 INFO O| May 08 05:21:53.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87522025-05-08T05:21:54.851Z[ host-image] May 08 05:21:53.356 INFO O| May 08 05:21:53.356 INFO STEP 22 (remove_files) COMPLETE
87532025-05-08T05:21:54.851Z[ host-image] May 08 05:21:53.356 INFO O| May 08 05:21:53.356 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542025-05-08T05:21:54.961Z[ host-image] May 08 05:21:53.467 INFO O| May 08 05:21:53.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87552025-05-08T05:21:54.961Z[ host-image] May 08 05:21:53.467 INFO O| May 08 05:21:53.467 INFO STEP 23 (remove_files) COMPLETE
87562025-05-08T05:21:54.961Z[ host-image] May 08 05:21:53.467 INFO O| May 08 05:21:53.467 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572025-05-08T05:21:54.982Z[ host-image] May 08 05:21:53.488 INFO O| May 08 05:21:53.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87582025-05-08T05:21:54.982Z[ host-image] May 08 05:21:53.488 INFO O| May 08 05:21:53.488 INFO STEP 24 (remove_files) COMPLETE
87592025-05-08T05:21:54.982Z[ host-image] May 08 05:21:53.489 INFO O| May 08 05:21:53.488 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602025-05-08T05:21:55.003Z[ host-image] May 08 05:21:53.509 INFO O| May 08 05:21:53.508 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87612025-05-08T05:21:55.003Z[ host-image] May 08 05:21:53.509 INFO O| May 08 05:21:53.509 INFO STEP 25 (remove_files) COMPLETE
87622025-05-08T05:21:55.005Z[ host-image] May 08 05:21:53.509 INFO O| May 08 05:21:53.509 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632025-05-08T05:21:55.024Z[ host-image] May 08 05:21:53.530 INFO O| May 08 05:21:53.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87642025-05-08T05:21:55.024Z[ host-image] May 08 05:21:53.530 INFO O| May 08 05:21:53.530 INFO STEP 26 (remove_files) COMPLETE
87652025-05-08T05:21:55.024Z[ host-image] May 08 05:21:53.530 INFO O| May 08 05:21:53.530 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662025-05-08T05:21:55.044Z[ host-image] May 08 05:21:53.550 INFO O| May 08 05:21:53.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87672025-05-08T05:21:55.044Z[ host-image] May 08 05:21:53.550 INFO O| May 08 05:21:53.550 INFO STEP 27 (remove_files) COMPLETE
87682025-05-08T05:21:55.044Z[ host-image] May 08 05:21:53.550 INFO O| May 08 05:21:53.550 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692025-05-08T05:21:55.101Z[ host-image] May 08 05:21:53.607 INFO O| May 08 05:21:53.607 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
87702025-05-08T05:21:55.104Z[ host-image] May 08 05:21:53.608 INFO O| May 08 05:21:53.607 INFO STEP 28 (remove_files) COMPLETE
87712025-05-08T05:21:55.104Z[ host-image] May 08 05:21:53.608 INFO O| May 08 05:21:53.608 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722025-05-08T05:21:55.215Z[ host-image] May 08 05:21:53.721 INFO O| May 08 05:21:53.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87732025-05-08T05:21:55.218Z[ host-image] May 08 05:21:53.721 INFO O| May 08 05:21:53.721 INFO STEP 29 (remove_files) COMPLETE
87742025-05-08T05:21:55.218Z[ host-image] May 08 05:21:53.721 INFO O| May 08 05:21:53.721 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752025-05-08T05:21:55.236Z[ host-image] May 08 05:21:53.742 INFO O| May 08 05:21:53.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87762025-05-08T05:21:55.239Z[ host-image] May 08 05:21:53.743 INFO O| May 08 05:21:53.743 INFO STEP 30 (remove_files) COMPLETE
87772025-05-08T05:21:55.239Z[ host-image] May 08 05:21:53.743 INFO O| May 08 05:21:53.743 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782025-05-08T05:21:55.275Z[ host-image] May 08 05:21:53.781 INFO O| May 08 05:21:53.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87792025-05-08T05:21:55.278Z[ host-image] May 08 05:21:53.781 INFO O| May 08 05:21:53.781 INFO STEP 31 (remove_files) COMPLETE
87802025-05-08T05:21:55.278Z[ host-image] May 08 05:21:53.781 INFO O| May 08 05:21:53.781 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812025-05-08T05:21:55.296Z[ host-image] May 08 05:21:53.801 INFO O| May 08 05:21:53.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87822025-05-08T05:21:55.298Z[ host-image] May 08 05:21:53.802 INFO O| May 08 05:21:53.802 INFO STEP 32 (remove_files) COMPLETE
87832025-05-08T05:21:55.298Z[ host-image] May 08 05:21:53.802 INFO O| May 08 05:21:53.802 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842025-05-08T05:21:55.318Z[ host-image] May 08 05:21:53.822 INFO O| May 08 05:21:53.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87852025-05-08T05:21:55.321Z[ host-image] May 08 05:21:53.823 INFO O| May 08 05:21:53.823 INFO STEP 33 (remove_files) COMPLETE
87862025-05-08T05:21:55.321Z[ host-image] May 08 05:21:53.823 INFO O| May 08 05:21:53.823 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872025-05-08T05:21:55.367Z[ host-image] May 08 05:21:53.873 INFO O| May 08 05:21:53.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87882025-05-08T05:21:55.367Z[ host-image] May 08 05:21:53.873 INFO O| May 08 05:21:53.859 INFO STEP 34 (remove_files) COMPLETE
87892025-05-08T05:21:55.370Z[ host-image] May 08 05:21:53.873 INFO O| May 08 05:21:53.859 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902025-05-08T05:21:55.378Z[ host-image] May 08 05:21:53.884 INFO O| May 08 05:21:53.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87912025-05-08T05:21:55.378Z[ host-image] May 08 05:21:53.884 INFO O| May 08 05:21:53.880 INFO STEP 35 (remove_files) COMPLETE
87922025-05-08T05:21:55.380Z[ host-image] May 08 05:21:53.884 INFO O| May 08 05:21:53.880 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932025-05-08T05:21:55.403Z[ host-image] May 08 05:21:53.909 INFO O| May 08 05:21:53.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87942025-05-08T05:21:55.403Z[ host-image] May 08 05:21:53.909 INFO O| May 08 05:21:53.909 INFO STEP 36 (remove_files) COMPLETE
87952025-05-08T05:21:55.406Z[ host-image] May 08 05:21:53.909 INFO O| May 08 05:21:53.909 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962025-05-08T05:21:55.520Z[ host-image] May 08 05:21:54.025 INFO O| May 08 05:21:54.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87972025-05-08T05:21:55.520Z[ host-image] May 08 05:21:54.025 INFO O| May 08 05:21:54.025 INFO STEP 37 (remove_files) COMPLETE
87982025-05-08T05:21:55.520Z[ host-image] May 08 05:21:54.025 INFO O| May 08 05:21:54.025 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992025-05-08T05:21:55.577Z[ host-image] May 08 05:21:54.083 INFO O| May 08 05:21:54.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88002025-05-08T05:21:55.577Z[ host-image] May 08 05:21:54.083 INFO O| May 08 05:21:54.083 INFO STEP 38 (remove_files) COMPLETE
88012025-05-08T05:21:55.577Z[ host-image] May 08 05:21:54.083 INFO O| May 08 05:21:54.083 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022025-05-08T05:21:55.618Z[ host-image] May 08 05:21:54.124 INFO O| May 08 05:21:54.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88032025-05-08T05:21:55.621Z[ host-image] May 08 05:21:54.124 INFO O| May 08 05:21:54.124 INFO STEP 39 (remove_files) COMPLETE
88042025-05-08T05:21:55.621Z[ host-image] May 08 05:21:54.124 INFO O| May 08 05:21:54.124 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052025-05-08T05:21:55.637Z[ host-image] May 08 05:21:54.142 INFO O| May 08 05:21:54.142 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88062025-05-08T05:21:55.637Z[ host-image] May 08 05:21:54.142 INFO O| May 08 05:21:54.142 INFO STEP 40 (remove_files) COMPLETE
88072025-05-08T05:21:55.647Z[ host-image] May 08 05:21:54.142 INFO O| May 08 05:21:54.142 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082025-05-08T05:21:55.666Z[ host-image] May 08 05:21:54.172 INFO O| May 08 05:21:54.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88092025-05-08T05:21:55.666Z[ host-image] May 08 05:21:54.172 INFO O| May 08 05:21:54.172 INFO STEP 41 (remove_files) COMPLETE
88102025-05-08T05:21:55.666Z[ host-image] May 08 05:21:54.172 INFO O| May 08 05:21:54.172 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112025-05-08T05:21:55.688Z[ host-image] May 08 05:21:54.194 INFO O| May 08 05:21:54.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88122025-05-08T05:21:55.688Z[ host-image] May 08 05:21:54.194 INFO O| May 08 05:21:54.194 INFO STEP 42 (remove_files) COMPLETE
88132025-05-08T05:21:55.691Z[ host-image] May 08 05:21:54.194 INFO O| May 08 05:21:54.194 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142025-05-08T05:21:55.723Z[ host-image] May 08 05:21:54.229 INFO O| May 08 05:21:54.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88152025-05-08T05:21:55.723Z[ host-image] May 08 05:21:54.229 INFO O| May 08 05:21:54.229 INFO STEP 43 (remove_files) COMPLETE
88162025-05-08T05:21:55.723Z[ host-image] May 08 05:21:54.229 INFO O| May 08 05:21:54.229 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172025-05-08T05:21:55.749Z[ host-image] May 08 05:21:54.254 INFO O| May 08 05:21:54.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88182025-05-08T05:21:55.749Z[ host-image] May 08 05:21:54.255 INFO O| May 08 05:21:54.254 INFO STEP 44 (remove_files) COMPLETE
88192025-05-08T05:21:55.751Z[ host-image] May 08 05:21:54.255 INFO O| May 08 05:21:54.254 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202025-05-08T05:21:55.767Z[ host-image] May 08 05:21:54.273 INFO O| May 08 05:21:54.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88212025-05-08T05:21:55.768Z[ host-image] May 08 05:21:54.273 INFO O| May 08 05:21:54.273 INFO STEP 45 (remove_files) COMPLETE
88222025-05-08T05:21:55.768Z[ host-image] May 08 05:21:54.273 INFO O| May 08 05:21:54.273 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232025-05-08T05:21:55.802Z[ host-image] May 08 05:21:54.307 INFO O| May 08 05:21:54.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88242025-05-08T05:21:55.802Z[ host-image] May 08 05:21:54.307 INFO O| May 08 05:21:54.307 INFO STEP 46 (remove_files) COMPLETE
88252025-05-08T05:21:55.802Z[ host-image] May 08 05:21:54.307 INFO O| May 08 05:21:54.307 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262025-05-08T05:21:55.821Z[ host-image] May 08 05:21:54.327 INFO O| May 08 05:21:54.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88272025-05-08T05:21:55.821Z[ host-image] May 08 05:21:54.327 INFO O| May 08 05:21:54.327 INFO STEP 47 (remove_files) COMPLETE
88282025-05-08T05:21:55.822Z[ host-image] May 08 05:21:54.327 INFO O| May 08 05:21:54.327 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292025-05-08T05:21:55.852Z[ host-image] May 08 05:21:54.357 INFO O| May 08 05:21:54.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88302025-05-08T05:21:55.852Z[ host-image] May 08 05:21:54.357 INFO O| May 08 05:21:54.357 INFO STEP 48 (remove_files) COMPLETE
88312025-05-08T05:21:55.855Z[ host-image] May 08 05:21:54.357 INFO O| May 08 05:21:54.357 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322025-05-08T05:21:55.872Z[ host-image] May 08 05:21:54.378 INFO O| May 08 05:21:54.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88332025-05-08T05:21:55.875Z[ host-image] May 08 05:21:54.378 INFO O| May 08 05:21:54.378 INFO STEP 49 (remove_files) COMPLETE
88342025-05-08T05:21:55.875Z[ host-image] May 08 05:21:54.378 INFO O| May 08 05:21:54.378 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352025-05-08T05:21:55.889Z[ host-image] May 08 05:21:54.395 INFO O| May 08 05:21:54.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88362025-05-08T05:21:55.889Z[ host-image] May 08 05:21:54.395 INFO O| May 08 05:21:54.395 INFO STEP 50 (remove_files) COMPLETE
88372025-05-08T05:21:55.892Z[ host-image] May 08 05:21:54.395 INFO O| May 08 05:21:54.395 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382025-05-08T05:21:55.924Z[ host-image] May 08 05:21:54.430 INFO O| May 08 05:21:54.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88392025-05-08T05:21:55.924Z[ host-image] May 08 05:21:54.430 INFO O| May 08 05:21:54.430 INFO STEP 51 (remove_files) COMPLETE
88402025-05-08T05:21:55.927Z[ host-image] May 08 05:21:54.430 INFO O| May 08 05:21:54.430 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412025-05-08T05:21:55.961Z[ host-image] May 08 05:21:54.466 INFO O| May 08 05:21:54.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88422025-05-08T05:21:55.961Z[ host-image] May 08 05:21:54.466 INFO O| May 08 05:21:54.466 INFO STEP 52 (remove_files) COMPLETE
88432025-05-08T05:21:55.961Z[ host-image] May 08 05:21:54.466 INFO O| May 08 05:21:54.466 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442025-05-08T05:21:56.001Z[ host-image] May 08 05:21:54.506 INFO O| May 08 05:21:54.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88452025-05-08T05:21:56.003Z[ host-image] May 08 05:21:54.506 INFO O| May 08 05:21:54.506 INFO STEP 53 (remove_files) COMPLETE
88462025-05-08T05:21:56.003Z[ host-image] May 08 05:21:54.506 INFO O| May 08 05:21:54.506 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472025-05-08T05:21:56.032Z[ host-image] May 08 05:21:54.537 INFO O| May 08 05:21:54.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88482025-05-08T05:21:56.032Z[ host-image] May 08 05:21:54.537 INFO O| May 08 05:21:54.537 INFO STEP 54 (remove_files) COMPLETE
88492025-05-08T05:21:56.032Z[ host-image] May 08 05:21:54.537 INFO O| May 08 05:21:54.537 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502025-05-08T05:21:56.087Z[ host-image] May 08 05:21:54.592 INFO O| May 08 05:21:54.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88512025-05-08T05:21:56.087Z[ host-image] May 08 05:21:54.593 INFO O| May 08 05:21:54.593 INFO STEP 55 (remove_files) COMPLETE
88522025-05-08T05:21:56.090Z[ host-image] May 08 05:21:54.593 INFO O| May 08 05:21:54.593 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532025-05-08T05:21:56.125Z[ host-image] May 08 05:21:54.630 INFO O| May 08 05:21:54.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88542025-05-08T05:21:56.125Z[ host-image] May 08 05:21:54.630 INFO O| May 08 05:21:54.630 INFO STEP 56 (remove_files) COMPLETE
88552025-05-08T05:21:56.125Z[ host-image] May 08 05:21:54.630 INFO O| May 08 05:21:54.630 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88562025-05-08T05:21:56.145Z[ host-image] May 08 05:21:54.650 INFO O| May 08 05:21:54.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88572025-05-08T05:21:56.145Z[ host-image] May 08 05:21:54.650 INFO O| May 08 05:21:54.650 INFO STEP 57 (remove_files) COMPLETE
88582025-05-08T05:21:56.145Z[ host-image] May 08 05:21:54.650 INFO O| May 08 05:21:54.650 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592025-05-08T05:21:56.164Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.669 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88602025-05-08T05:21:56.164Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88612025-05-08T05:21:56.167Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88622025-05-08T05:21:56.167Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88632025-05-08T05:21:56.167Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88642025-05-08T05:21:56.167Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88652025-05-08T05:21:56.167Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO ok!
88662025-05-08T05:21:56.167Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO STEP 58 (ensure_file) COMPLETE
88672025-05-08T05:21:56.167Z[ host-image] May 08 05:21:54.670 INFO O| May 08 05:21:54.670 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682025-05-08T05:21:56.183Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88692025-05-08T05:21:56.183Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
88702025-05-08T05:21:56.187Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88712025-05-08T05:21:56.187Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88722025-05-08T05:21:56.187Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88732025-05-08T05:21:56.187Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88742025-05-08T05:21:56.187Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO ok!
88752025-05-08T05:21:56.187Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO STEP 59 (ensure_file) COMPLETE
88762025-05-08T05:21:56.187Z[ host-image] May 08 05:21:54.689 INFO O| May 08 05:21:54.689 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772025-05-08T05:21:56.211Z[ host-image] May 08 05:21:54.716 INFO O| May 08 05:21:54.716 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88782025-05-08T05:21:56.211Z[ host-image] May 08 05:21:54.716 INFO O| May 08 05:21:54.716 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88792025-05-08T05:21:56.214Z[ host-image] May 08 05:21:54.717 INFO O| May 08 05:21:54.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88802025-05-08T05:21:56.214Z[ host-image] May 08 05:21:54.717 INFO O| May 08 05:21:54.717 INFO ok!
88812025-05-08T05:21:56.214Z[ host-image] May 08 05:21:54.717 INFO O| May 08 05:21:54.717 INFO STEP 60 (ensure_file) COMPLETE
88822025-05-08T05:21:56.214Z[ host-image] May 08 05:21:54.717 INFO O| May 08 05:21:54.717 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832025-05-08T05:21:56.236Z[ host-image] May 08 05:21:54.741 INFO O| May 08 05:21:54.741 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88842025-05-08T05:21:56.239Z[ host-image] May 08 05:21:54.742 INFO O| May 08 05:21:54.742 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88852025-05-08T05:21:56.239Z[ host-image] May 08 05:21:54.742 INFO O| May 08 05:21:54.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88862025-05-08T05:21:56.239Z[ host-image] May 08 05:21:54.742 INFO O| May 08 05:21:54.742 INFO ok!
88872025-05-08T05:21:56.239Z[ host-image] May 08 05:21:54.742 INFO O| May 08 05:21:54.742 INFO STEP 61 (ensure_file) COMPLETE
88882025-05-08T05:21:56.239Z[ host-image] May 08 05:21:54.742 INFO O| May 08 05:21:54.742 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892025-05-08T05:21:56.257Z[ host-image] May 08 05:21:54.763 INFO O| May 08 05:21:54.763 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88902025-05-08T05:21:56.257Z[ host-image] May 08 05:21:54.763 INFO O| May 08 05:21:54.763 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88912025-05-08T05:21:56.260Z[ host-image] May 08 05:21:54.763 INFO O| May 08 05:21:54.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88922025-05-08T05:21:56.260Z[ host-image] May 08 05:21:54.763 INFO O| May 08 05:21:54.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88932025-05-08T05:21:56.260Z[ host-image] May 08 05:21:54.764 INFO O| May 08 05:21:54.763 INFO ok!
88942025-05-08T05:21:56.260Z[ host-image] May 08 05:21:54.764 INFO O| May 08 05:21:54.764 INFO STEP 62 (ensure_file) COMPLETE
88952025-05-08T05:21:56.260Z[ host-image] May 08 05:21:54.764 INFO O| May 08 05:21:54.764 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962025-05-08T05:21:56.322Z[ host-image] May 08 05:21:54.826 INFO O| May 08 05:21:54.826 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88972025-05-08T05:21:56.322Z[ host-image] May 08 05:21:54.826 INFO O| May 08 05:21:54.826 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88982025-05-08T05:21:56.325Z[ host-image] May 08 05:21:54.826 INFO O| May 08 05:21:54.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88992025-05-08T05:21:56.325Z[ host-image] May 08 05:21:54.827 INFO O| May 08 05:21:54.827 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89002025-05-08T05:21:56.325Z[ host-image] May 08 05:21:54.827 INFO O| May 08 05:21:54.827 INFO ok!
89012025-05-08T05:21:56.325Z[ host-image] May 08 05:21:54.827 INFO O| May 08 05:21:54.827 INFO STEP 63 (ensure_file) COMPLETE
89022025-05-08T05:21:56.325Z[ host-image] May 08 05:21:54.827 INFO O| May 08 05:21:54.827 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032025-05-08T05:21:56.342Z[ host-image] May 08 05:21:54.847 INFO O| May 08 05:21:54.847 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89042025-05-08T05:21:56.342Z[ host-image] May 08 05:21:54.848 INFO O| May 08 05:21:54.848 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89052025-05-08T05:21:56.345Z[ host-image] May 08 05:21:54.848 INFO O| May 08 05:21:54.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89062025-05-08T05:21:56.345Z[ host-image] May 08 05:21:54.848 INFO O| May 08 05:21:54.848 INFO ok!
89072025-05-08T05:21:56.345Z[ host-image] May 08 05:21:54.848 INFO O| May 08 05:21:54.848 INFO STEP 64 (assemble_files) COMPLETE
89082025-05-08T05:21:56.345Z[ host-image] May 08 05:21:54.848 INFO O| May 08 05:21:54.848 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092025-05-08T05:21:56.378Z[ host-image] May 08 05:21:54.884 INFO O| May 08 05:21:54.884 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89102025-05-08T05:21:56.378Z[ host-image] May 08 05:21:54.884 INFO O| May 08 05:21:54.884 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89112025-05-08T05:21:56.382Z[ host-image] May 08 05:21:54.884 INFO O| May 08 05:21:54.884 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89122025-05-08T05:21:56.382Z[ host-image] May 08 05:21:54.885 INFO O| May 08 05:21:54.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89132025-05-08T05:21:56.382Z[ host-image] May 08 05:21:54.885 INFO O| May 08 05:21:54.884 INFO ok!
89142025-05-08T05:21:56.382Z[ host-image] May 08 05:21:54.885 INFO O| May 08 05:21:54.885 INFO STEP 65 (ensure_file) COMPLETE
89152025-05-08T05:21:56.382Z[ host-image] May 08 05:21:54.885 INFO O| May 08 05:21:54.885 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162025-05-08T05:21:56.429Z[ host-image] May 08 05:21:54.935 INFO O| May 08 05:21:54.935 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89172025-05-08T05:21:56.432Z[ host-image] May 08 05:21:54.935 INFO O| May 08 05:21:54.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89182025-05-08T05:21:56.433Z[ host-image] May 08 05:21:54.935 INFO O| May 08 05:21:54.935 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89192025-05-08T05:21:56.433Z[ host-image] May 08 05:21:54.935 INFO O| May 08 05:21:54.935 INFO STEP 66 (ensure_dir) COMPLETE
89202025-05-08T05:21:56.433Z[ host-image] May 08 05:21:54.935 INFO O| May 08 05:21:54.935 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212025-05-08T05:21:56.451Z[ host-image] May 08 05:21:54.957 INFO O| May 08 05:21:54.957 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89222025-05-08T05:21:56.451Z[ host-image] May 08 05:21:54.957 INFO O| May 08 05:21:54.957 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 ...
89232025-05-08T05:21:56.467Z[ host-image] May 08 05:21:54.972 INFO O| May 08 05:21:54.972 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
89242025-05-08T05:21:56.467Z[ host-image] May 08 05:21:54.972 INFO O| May 08 05:21:54.972 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89252025-05-08T05:21:56.467Z[ host-image] May 08 05:21:54.972 INFO O| May 08 05:21:54.972 INFO ok!
89262025-05-08T05:21:56.467Z[ host-image] May 08 05:21:54.972 INFO O| May 08 05:21:54.972 INFO STEP 67 (ensure_file) COMPLETE
89272025-05-08T05:21:56.467Z[ host-image] May 08 05:21:54.972 INFO O| May 08 05:21:54.972 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282025-05-08T05:21:56.525Z[ host-image] May 08 05:21:55.030 INFO O| May 08 05:21:55.030 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89292025-05-08T05:21:56.525Z[ host-image] May 08 05:21:55.030 INFO O| May 08 05:21:55.030 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 ...
89302025-05-08T05:21:56.528Z[ host-image] May 08 05:21:55.030 INFO O| May 08 05:21:55.030 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
89312025-05-08T05:21:56.528Z[ host-image] May 08 05:21:55.030 INFO O| May 08 05:21:55.030 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89322025-05-08T05:21:56.528Z[ host-image] May 08 05:21:55.030 INFO O| May 08 05:21:55.030 INFO ok!
89332025-05-08T05:21:56.528Z[ host-image] May 08 05:21:55.030 INFO O| May 08 05:21:55.030 INFO STEP 68 (ensure_file) COMPLETE
89342025-05-08T05:21:56.528Z[ host-image] May 08 05:21:55.030 INFO O| May 08 05:21:55.030 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352025-05-08T05:21:56.551Z[ host-image] May 08 05:21:55.056 INFO O| May 08 05:21:55.056 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89362025-05-08T05:21:56.552Z[ host-image] May 08 05:21:55.056 INFO O| May 08 05:21:55.056 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89372025-05-08T05:22:01.049Z[ host-image] May 08 05:21:59.552 INFO O| May 08 05:21:59.552 INFO STEP 69 (pack_tar) COMPLETE
89382025-05-08T05:22:01.049Z[ host-image] May 08 05:21:59.552 INFO O| May 08 05:21:59.552 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89392025-05-08T05:22:01.052Z[ host-image] May 08 05:21:59.552 INFO O| May 08 05:21:59.552 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89402025-05-08T05:22:01.669Z[ host-image] May 08 05:22:00.172 INFO O| May 08 05:22:00.172 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89412025-05-08T05:22:01.787Z[ host-image] May 08 05:22:00.290 INFO O| May 08 05:22:00.290 INFO completed processing gimlet/ramdisk-02-trim
89422025-05-08T05:22:01.790Z[ host-image] May 08 05:22:00.293 INFO image builder template: zfs...
89432025-05-08T05:22:01.790Z[ host-image] May 08 05:22:00.294 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/.tmpxS9Odm/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.35.361", "-n", "zfs"], pwd: None
89442025-05-08T05:22:01.819Z[ host-image] May 08 05:22:00.319 INFO O| May 08 05:22:00.319 INFO skip include "stress" because feature "stress" is not enabled
89452025-05-08T05:22:01.891Z[ host-image] May 08 05:22:00.394 INFO O| May 08 05:22:00.394 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89462025-05-08T05:22:01.914Z[ host-image] May 08 05:22:00.417 INFO O| May 08 05:22:00.417 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89472025-05-08T05:22:02.059Z[ host-image] May 08 05:22:00.562 INFO O| May 08 05:22:00.561 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89482025-05-08T05:22:02.184Z[ host-image] May 08 05:22:00.687 INFO O| May 08 05:22:00.687 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89492025-05-08T05:22:02.184Z[ host-image] May 08 05:22:00.687 INFO O| May 08 05:22:00.687 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89502025-05-08T05:22:02.229Z[ host-image] May 08 05:22:00.732 INFO O| May 08 05:22:00.732 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89512025-05-08T05:22:02.415Z[ host-image] May 08 05:22:00.918 INFO O| May 08 05:22:00.918 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89522025-05-08T05:22:02.531Z[ host-image] May 08 05:22:01.034 INFO O| May 08 05:22:01.034 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89532025-05-08T05:22:02.563Z[ host-image] May 08 05:22:01.066 INFO O| May 08 05:22:01.066 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89542025-05-08T05:22:02.574Z[ host-image] May 08 05:22:01.077 INFO O| May 08 05:22:01.077 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89552025-05-08T05:22:02.574Z[ host-image] May 08 05:22:01.077 INFO O| May 08 05:22:01.077 INFO no lofi found
89562025-05-08T05:22:02.577Z[ host-image] May 08 05:22:01.077 INFO O| May 08 05:22:01.077 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89572025-05-08T05:22:02.577Z[ host-image] May 08 05:22:01.077 INFO O| May 08 05:22:01.077 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89582025-05-08T05:22:04.660Z[ host-image] May 08 05:22:03.162 INFO O| May 08 05:22:03.162 INFO lofi device = /dev/dsk/c2t1d0p0
89592025-05-08T05:22:04.660Z[ host-image] May 08 05:22:03.162 INFO O| May 08 05:22:03.162 INFO pool device = /dev/dsk/c2t1d0p0
89602025-05-08T05:22:04.663Z[ host-image] May 08 05:22:03.162 INFO O| May 08 05:22:03.162 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"]
89612025-05-08T05:22:04.968Z[ host-image] May 08 05:22:03.470 INFO O| May 08 05:22:03.470 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89622025-05-08T05:22:04.968Z[ host-image] May 08 05:22:03.470 INFO O| May 08 05:22:03.470 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89632025-05-08T05:22:05.011Z[ host-image] May 08 05:22:03.513 INFO O| May 08 05:22:03.513 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89642025-05-08T05:22:05.168Z[ host-image] May 08 05:22:03.670 INFO O| May 08 05:22:03.670 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89652025-05-08T05:22:05.227Z[ host-image] May 08 05:22:03.729 INFO O| May 08 05:22:03.729 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
89662025-05-08T05:22:05.256Z[ host-image] May 08 05:22:03.757 INFO O| May 08 05:22:03.757 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89672025-05-08T05:22:05.288Z[ host-image] May 08 05:22:03.790 INFO O| May 08 05:22:03.790 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89682025-05-08T05:22:05.416Z[ host-image] May 08 05:22:03.918 INFO O| May 08 05:22:03.918 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89692025-05-08T05:22:05.416Z[ host-image] May 08 05:22:03.918 INFO O| May 08 05:22:03.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89702025-05-08T05:22:05.419Z[ host-image] May 08 05:22:03.918 INFO O| May 08 05:22:03.918 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89712025-05-08T05:22:05.474Z[ host-image] May 08 05:22:03.976 INFO O| May 08 05:22:03.976 INFO boot environment UUID: 43db5b44-6c4a-47e9-aff9-1e96220bd2cc
89722025-05-08T05:22:05.475Z[ host-image] May 08 05:22:03.976 INFO O| May 08 05:22:03.976 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 43db5b44-6c4a-47e9-aff9-1e96220bd2cc
89732025-05-08T05:22:05.541Z[ host-image] May 08 05:22:04.043 INFO O| May 08 05:22:04.043 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89742025-05-08T05:22:05.573Z[ host-image] May 08 05:22:04.075 INFO O| May 08 05:22:04.075 INFO STEP 0 (create_be) COMPLETE
89752025-05-08T05:22:05.573Z[ host-image] May 08 05:22:04.075 INFO O| May 08 05:22:04.075 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89762025-05-08T05:22:05.634Z[ host-image] May 08 05:22:04.136 INFO O| May 08 05:22:04.136 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89772025-05-08T05:22:14.558Z[ recovery-image] May 08 05:22:13.056 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
89782025-05-08T05:22:14.558Z[ recovery-image] May 08 05:22:13.056 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
89792025-05-08T05:22:15.633Z[ recovery-image] May 08 05:22:14.128 INFO E| Updating crates.io index
89802025-05-08T05:22:15.969Z[ recovery-image] May 08 05:22:14.466 INFO E| Downloading crates ...
89812025-05-08T05:22:16.236Z[ recovery-image] May 08 05:22:14.734 INFO E| Downloaded os_pipe v1.2.1
89822025-05-08T05:22:16.251Z[ recovery-image] May 08 05:22:14.749 INFO E| Downloaded shared_child v1.0.1
89832025-05-08T05:22:16.254Z[ recovery-image] May 08 05:22:14.751 INFO E| Downloaded duct v0.13.7
89842025-05-08T05:22:16.257Z[ recovery-image] May 08 05:22:14.755 INFO E| Downloaded clap v4.5.37
89852025-05-08T05:22:16.311Z[ recovery-image] May 08 05:22:14.809 INFO E| Downloaded anstyle-query v1.1.2
89862025-05-08T05:22:16.314Z[ recovery-image] May 08 05:22:14.812 INFO E| Downloaded anstyle-parse v0.2.6
89872025-05-08T05:22:16.318Z[ recovery-image] May 08 05:22:14.816 INFO E| Downloaded anstream v0.6.18
89882025-05-08T05:22:16.324Z[ recovery-image] May 08 05:22:14.820 INFO E| Downloaded colorchoice v1.0.3
89892025-05-08T05:22:16.327Z[ recovery-image] May 08 05:22:14.822 INFO E| Downloaded clap_builder v4.5.37
89902025-05-08T05:22:16.460Z[ recovery-image] May 08 05:22:14.957 INFO E| Downloaded syn v2.0.100
89912025-05-08T05:22:16.564Z[ recovery-image] May 08 05:22:15.062 INFO E| Compiling proc-macro2 v1.0.95
89922025-05-08T05:22:16.588Z[ recovery-image] May 08 05:22:15.086 INFO E| Compiling unicode-ident v1.0.18
89932025-05-08T05:22:16.588Z[ recovery-image] May 08 05:22:15.086 INFO E| Compiling libc v0.2.172
89942025-05-08T05:22:16.592Z[ recovery-image] May 08 05:22:15.086 INFO E| Compiling utf8parse v0.2.2
89952025-05-08T05:22:16.593Z[ recovery-image] May 08 05:22:15.086 INFO E| Compiling anstyle v1.0.10
89962025-05-08T05:22:16.593Z[ recovery-image] May 08 05:22:15.086 INFO E| Compiling is_terminal_polyfill v1.70.1
89972025-05-08T05:22:16.593Z[ recovery-image] May 08 05:22:15.086 INFO E| Compiling anstyle-query v1.1.2
89982025-05-08T05:22:16.593Z[ recovery-image] May 08 05:22:15.086 INFO E| Compiling colorchoice v1.0.3
89992025-05-08T05:22:17.676Z[ recovery-image] May 08 05:22:16.173 INFO E| Compiling anstyle-parse v0.2.6
90002025-05-08T05:22:17.680Z[ recovery-image] May 08 05:22:16.173 INFO E| Compiling clap_lex v0.7.4
90012025-05-08T05:22:17.759Z[ recovery-image] May 08 05:22:16.251 INFO E| Compiling heck v0.5.0
90022025-05-08T05:22:17.844Z[ recovery-image] May 08 05:22:16.341 INFO E| Compiling strsim v0.11.1
90032025-05-08T05:22:17.937Z[ recovery-image] May 08 05:22:16.435 INFO E| Compiling once_cell v1.21.3
90042025-05-08T05:22:18.867Z[ recovery-image] May 08 05:22:17.364 INFO E| Compiling anstream v0.6.18
90052025-05-08T05:22:19.848Z[ recovery-image] May 08 05:22:18.344 INFO E| Compiling clap_builder v4.5.37
90062025-05-08T05:22:21.653Z[ recovery-image] May 08 05:22:20.144 INFO E| Compiling quote v1.0.40
90072025-05-08T05:22:22.647Z[ recovery-image] May 08 05:22:21.142 INFO E| Compiling os_pipe v1.2.1
90082025-05-08T05:22:22.647Z[ recovery-image] May 08 05:22:21.142 INFO E| Compiling shared_child v1.0.1
90092025-05-08T05:22:22.958Z[ recovery-image] May 08 05:22:21.452 INFO E| Compiling syn v2.0.100
90102025-05-08T05:22:23.790Z[ recovery-image] May 08 05:22:22.284 INFO E| Compiling duct v0.13.7
90112025-05-08T05:22:32.621Z[ host-image] May 08 05:22:31.112 INFO O| May 08 05:22:31.112 INFO STEP 1 (unpack_tar) COMPLETE
90122025-05-08T05:22:32.621Z[ host-image] May 08 05:22:31.112 INFO O| May 08 05:22:31.112 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90132025-05-08T05:22:32.642Z[ host-image] May 08 05:22:31.134 INFO O| May 08 05:22:31.133 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90142025-05-08T05:22:32.846Z[ host-image] May 08 05:22:31.338 INFO O| May 08 05:22:31.338 INFO STEP 2 (devfsadm) COMPLETE
90152025-05-08T05:22:32.846Z[ host-image] May 08 05:22:31.338 INFO O| May 08 05:22:31.338 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90162025-05-08T05:22:32.869Z[ host-image] May 08 05:22:31.360 INFO O| May 08 05:22:31.360 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90172025-05-08T05:22:32.872Z[ host-image] May 08 05:22:31.361 INFO O| May 08 05:22:31.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90182025-05-08T05:22:32.872Z[ host-image] May 08 05:22:31.361 INFO O| May 08 05:22:31.361 INFO STEP 3 (ensure_dir) COMPLETE
90192025-05-08T05:22:32.872Z[ host-image] May 08 05:22:31.361 INFO O| May 08 05:22:31.361 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90202025-05-08T05:22:32.909Z[ host-image] May 08 05:22:31.400 INFO O| May 08 05:22:31.400 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90212025-05-08T05:22:32.909Z[ host-image] May 08 05:22:31.400 INFO O| May 08 05:22:31.400 INFO STEP 4 (ensure_dir) COMPLETE
90222025-05-08T05:22:32.911Z[ host-image] May 08 05:22:31.400 INFO O| May 08 05:22:31.400 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90232025-05-08T05:22:32.948Z[ host-image] May 08 05:22:31.440 INFO O| May 08 05:22:31.440 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90242025-05-08T05:22:32.948Z[ host-image] May 08 05:22:31.440 INFO O| May 08 05:22:31.440 INFO STEP 5 (ensure_dir) COMPLETE
90252025-05-08T05:22:32.951Z[ host-image] May 08 05:22:31.440 INFO O| May 08 05:22:31.440 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90262025-05-08T05:22:32.968Z[ host-image] May 08 05:22:31.460 INFO O| May 08 05:22:31.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90272025-05-08T05:22:32.968Z[ host-image] May 08 05:22:31.460 INFO O| May 08 05:22:31.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90282025-05-08T05:22:32.971Z[ host-image] May 08 05:22:31.460 INFO O| May 08 05:22:31.460 INFO STEP 6 (ensure_dir) COMPLETE
90292025-05-08T05:22:32.971Z[ host-image] May 08 05:22:31.460 INFO O| May 08 05:22:31.460 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90302025-05-08T05:22:33.010Z[ host-image] May 08 05:22:31.501 INFO O| May 08 05:22:31.501 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90312025-05-08T05:22:33.014Z[ host-image] May 08 05:22:31.501 INFO O| May 08 05:22:31.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90322025-05-08T05:22:33.014Z[ host-image] May 08 05:22:31.501 INFO O| May 08 05:22:31.501 INFO STEP 7 (ensure_dir) COMPLETE
90332025-05-08T05:22:33.014Z[ host-image] May 08 05:22:31.501 INFO O| May 08 05:22:31.501 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90342025-05-08T05:22:33.071Z[ host-image] May 08 05:22:31.562 INFO O| May 08 05:22:31.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90352025-05-08T05:22:33.080Z[ host-image] May 08 05:22:31.562 INFO O| May 08 05:22:31.562 INFO STEP 8 (remove_files) COMPLETE
90362025-05-08T05:22:33.080Z[ host-image] May 08 05:22:31.562 INFO O| May 08 05:22:31.562 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90372025-05-08T05:22:33.091Z[ host-image] May 08 05:22:31.582 INFO O| May 08 05:22:31.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90382025-05-08T05:22:33.094Z[ host-image] May 08 05:22:31.583 INFO O| May 08 05:22:31.583 INFO STEP 9 (remove_files) COMPLETE
90392025-05-08T05:22:33.094Z[ host-image] May 08 05:22:31.583 INFO O| May 08 05:22:31.583 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90402025-05-08T05:22:33.147Z[ host-image] May 08 05:22:31.638 INFO O| May 08 05:22:31.638 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90412025-05-08T05:22:33.150Z[ host-image] May 08 05:22:31.639 INFO O| May 08 05:22:31.639 INFO STEP 10 (remove_files) COMPLETE
90422025-05-08T05:22:33.150Z[ host-image] May 08 05:22:31.639 INFO O| May 08 05:22:31.639 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90432025-05-08T05:22:33.170Z[ host-image] May 08 05:22:31.661 INFO O| May 08 05:22:31.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90442025-05-08T05:22:33.170Z[ host-image] May 08 05:22:31.661 INFO O| May 08 05:22:31.661 INFO STEP 11 (remove_files) COMPLETE
90452025-05-08T05:22:33.170Z[ host-image] May 08 05:22:31.662 INFO O| May 08 05:22:31.661 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90462025-05-08T05:22:33.198Z[ host-image] May 08 05:22:31.689 INFO O| May 08 05:22:31.689 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90472025-05-08T05:22:33.198Z[ host-image] May 08 05:22:31.689 INFO O| May 08 05:22:31.689 INFO STEP 12 (remove_files) COMPLETE
90482025-05-08T05:22:33.198Z[ host-image] May 08 05:22:31.689 INFO O| May 08 05:22:31.689 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90492025-05-08T05:22:33.270Z[ host-image] May 08 05:22:31.761 INFO O| May 08 05:22:31.761 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90502025-05-08T05:22:33.274Z[ host-image] May 08 05:22:31.761 INFO O| May 08 05:22:31.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90512025-05-08T05:22:33.274Z[ host-image] May 08 05:22:31.761 INFO O| May 08 05:22:31.761 INFO STEP 13 (ensure_dir) COMPLETE
90522025-05-08T05:22:33.274Z[ host-image] May 08 05:22:31.761 INFO O| May 08 05:22:31.761 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90532025-05-08T05:22:33.401Z[ host-image] May 08 05:22:31.892 INFO O| May 08 05:22:31.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90542025-05-08T05:22:33.401Z[ host-image] May 08 05:22:31.892 INFO O| May 08 05:22:31.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90552025-05-08T05:22:33.401Z[ host-image] May 08 05:22:31.892 INFO O| May 08 05:22:31.892 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90562025-05-08T05:22:33.404Z[ host-image] May 08 05:22:31.892 INFO O| May 08 05:22:31.892 INFO STEP 14 (ensure_dir) COMPLETE
90572025-05-08T05:22:33.405Z[ host-image] May 08 05:22:31.892 INFO O| May 08 05:22:31.892 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90582025-05-08T05:22:33.460Z[ host-image] May 08 05:22:31.951 INFO O| May 08 05:22:31.951 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90592025-05-08T05:22:33.460Z[ host-image] May 08 05:22:31.951 INFO O| May 08 05:22:31.951 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90602025-05-08T05:22:33.460Z[ host-image] May 08 05:22:31.951 INFO O| May 08 05:22:31.951 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90612025-05-08T05:22:33.463Z[ host-image] May 08 05:22:31.951 INFO O| May 08 05:22:31.951 INFO STEP 15 (ensure_dir) COMPLETE
90622025-05-08T05:22:33.463Z[ host-image] May 08 05:22:31.951 INFO O| May 08 05:22:31.951 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90632025-05-08T05:22:33.520Z[ host-image] May 08 05:22:32.012 INFO O| May 08 05:22:32.012 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90642025-05-08T05:22:33.524Z[ host-image] May 08 05:22:32.012 INFO O| May 08 05:22:32.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90652025-05-08T05:22:33.524Z[ host-image] May 08 05:22:32.012 INFO O| May 08 05:22:32.012 INFO STEP 16 (ensure_dir) COMPLETE
90662025-05-08T05:22:33.524Z[ host-image] May 08 05:22:32.012 INFO O| May 08 05:22:32.012 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90672025-05-08T05:22:33.601Z[ host-image] May 08 05:22:32.092 INFO O| May 08 05:22:32.092 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90682025-05-08T05:22:33.601Z[ host-image] May 08 05:22:32.092 INFO O| May 08 05:22:32.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90692025-05-08T05:22:33.601Z[ host-image] May 08 05:22:32.092 INFO O| May 08 05:22:32.092 INFO STEP 17 (ensure_dir) COMPLETE
90702025-05-08T05:22:33.605Z[ host-image] May 08 05:22:32.092 INFO O| May 08 05:22:32.092 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90712025-05-08T05:22:33.654Z[ host-image] May 08 05:22:32.144 INFO O| May 08 05:22:32.144 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90722025-05-08T05:22:33.654Z[ host-image] May 08 05:22:32.144 INFO O| May 08 05:22:32.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90732025-05-08T05:22:33.654Z[ host-image] May 08 05:22:32.144 INFO O| May 08 05:22:32.144 INFO ok!
90742025-05-08T05:22:33.654Z[ host-image] May 08 05:22:32.144 INFO O| May 08 05:22:32.144 INFO STEP 18 (ensure_symlink) COMPLETE
90752025-05-08T05:22:33.657Z[ host-image] May 08 05:22:32.144 INFO O| May 08 05:22:32.144 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762025-05-08T05:22:33.671Z[ host-image] May 08 05:22:32.161 INFO O| May 08 05:22:32.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90772025-05-08T05:22:33.672Z[ host-image] May 08 05:22:32.162 INFO O| May 08 05:22:32.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90782025-05-08T05:22:33.672Z[ host-image] May 08 05:22:32.162 INFO O| May 08 05:22:32.161 INFO ok!
90792025-05-08T05:22:33.672Z[ host-image] May 08 05:22:32.162 INFO O| May 08 05:22:32.161 INFO STEP 19 (ensure_file) COMPLETE
90802025-05-08T05:22:33.672Z[ host-image] May 08 05:22:32.162 INFO O| May 08 05:22:32.162 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90812025-05-08T05:22:33.708Z[ host-image] May 08 05:22:32.199 INFO O| May 08 05:22:32.199 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90822025-05-08T05:22:33.708Z[ host-image] May 08 05:22:32.199 INFO O| May 08 05:22:32.199 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90832025-05-08T05:22:33.712Z[ host-image] May 08 05:22:32.200 INFO O| May 08 05:22:32.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90842025-05-08T05:22:33.712Z[ host-image] May 08 05:22:32.200 INFO O| May 08 05:22:32.200 INFO ok!
90852025-05-08T05:22:33.712Z[ host-image] May 08 05:22:32.200 INFO O| May 08 05:22:32.200 INFO STEP 20 (ensure_symlink) COMPLETE
90862025-05-08T05:22:33.712Z[ host-image] May 08 05:22:32.200 INFO O| May 08 05:22:32.200 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90872025-05-08T05:22:33.797Z[ host-image] May 08 05:22:32.288 INFO O| May 08 05:22:32.288 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90882025-05-08T05:22:33.797Z[ host-image] May 08 05:22:32.288 INFO O| May 08 05:22:32.288 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90892025-05-08T05:22:33.797Z[ host-image] May 08 05:22:32.288 INFO O| May 08 05:22:32.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90902025-05-08T05:22:33.797Z[ host-image] May 08 05:22:32.288 INFO O| May 08 05:22:32.288 INFO ok!
90912025-05-08T05:22:33.801Z[ host-image] May 08 05:22:32.288 INFO O| May 08 05:22:32.288 INFO STEP 21 (ensure_symlink) COMPLETE
90922025-05-08T05:22:33.801Z[ host-image] May 08 05:22:32.288 INFO O| May 08 05:22:32.288 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90932025-05-08T05:22:33.893Z[ host-image] May 08 05:22:32.384 INFO O| May 08 05:22:32.384 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90942025-05-08T05:22:33.893Z[ host-image] May 08 05:22:32.384 INFO O| May 08 05:22:32.384 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90952025-05-08T05:22:33.893Z[ host-image] May 08 05:22:32.384 INFO O| May 08 05:22:32.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90962025-05-08T05:22:33.896Z[ host-image] May 08 05:22:32.384 INFO O| May 08 05:22:32.384 INFO ok!
90972025-05-08T05:22:33.896Z[ host-image] May 08 05:22:32.384 INFO O| May 08 05:22:32.384 INFO STEP 22 (ensure_symlink) COMPLETE
90982025-05-08T05:22:33.896Z[ host-image] May 08 05:22:32.385 INFO O| May 08 05:22:32.385 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90992025-05-08T05:22:33.981Z[ host-image] May 08 05:22:32.472 INFO O| May 08 05:22:32.472 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91002025-05-08T05:22:33.984Z[ host-image] May 08 05:22:32.472 INFO O| May 08 05:22:32.472 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91012025-05-08T05:22:33.984Z[ host-image] May 08 05:22:32.472 INFO O| May 08 05:22:32.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91022025-05-08T05:22:33.984Z[ host-image] May 08 05:22:32.472 INFO O| May 08 05:22:32.472 INFO ok!
91032025-05-08T05:22:33.984Z[ host-image] May 08 05:22:32.472 INFO O| May 08 05:22:32.472 INFO STEP 23 (ensure_symlink) COMPLETE
91042025-05-08T05:22:33.984Z[ host-image] May 08 05:22:32.473 INFO O| May 08 05:22:32.473 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91052025-05-08T05:22:34.008Z[ host-image] May 08 05:22:32.499 INFO O| May 08 05:22:32.499 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91062025-05-08T05:22:34.011Z[ host-image] May 08 05:22:32.499 INFO O| May 08 05:22:32.499 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91072025-05-08T05:22:34.011Z[ host-image] May 08 05:22:32.500 INFO O| May 08 05:22:32.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91082025-05-08T05:22:34.011Z[ host-image] May 08 05:22:32.500 INFO O| May 08 05:22:32.500 INFO ok!
91092025-05-08T05:22:34.011Z[ host-image] May 08 05:22:32.500 INFO O| May 08 05:22:32.500 INFO STEP 24 (ensure_file) COMPLETE
91102025-05-08T05:22:34.011Z[ host-image] May 08 05:22:32.500 INFO O| May 08 05:22:32.500 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91112025-05-08T05:22:34.035Z[ host-image] May 08 05:22:32.526 INFO O| May 08 05:22:32.526 INFO updating shadow file
91122025-05-08T05:22:34.039Z[ host-image] May 08 05:22:32.527 INFO O| May 08 05:22:32.527 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91132025-05-08T05:22:34.039Z[ host-image] May 08 05:22:32.527 INFO O| May 08 05:22:32.527 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91142025-05-08T05:22:34.039Z[ host-image] May 08 05:22:32.527 INFO O| May 08 05:22:32.527 INFO STEP 25 (shadow) COMPLETE
91152025-05-08T05:22:34.039Z[ host-image] May 08 05:22:32.527 INFO O| May 08 05:22:32.527 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91162025-05-08T05:22:34.090Z[ host-image] May 08 05:22:32.581 INFO O| May 08 05:22:32.581 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91172025-05-08T05:22:34.090Z[ host-image] May 08 05:22:32.581 INFO O| May 08 05:22:32.581 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91182025-05-08T05:22:34.094Z[ host-image] May 08 05:22:32.582 INFO O| May 08 05:22:32.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91192025-05-08T05:22:34.094Z[ host-image] May 08 05:22:32.582 INFO O| May 08 05:22:32.582 INFO ok!
91202025-05-08T05:22:34.094Z[ host-image] May 08 05:22:32.582 INFO O| May 08 05:22:32.582 INFO STEP 26 (ensure_file) COMPLETE
91212025-05-08T05:22:34.094Z[ host-image] May 08 05:22:32.582 INFO O| May 08 05:22:32.582 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91222025-05-08T05:22:34.188Z[ host-image] May 08 05:22:32.679 INFO O| May 08 05:22:32.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91232025-05-08T05:22:34.188Z[ host-image] May 08 05:22:32.679 INFO O| May 08 05:22:32.679 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91242025-05-08T05:22:34.191Z[ host-image] May 08 05:22:32.679 INFO O| May 08 05:22:32.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91252025-05-08T05:22:34.192Z[ host-image] May 08 05:22:32.679 INFO O| May 08 05:22:32.679 INFO ok!
91262025-05-08T05:22:34.192Z[ host-image] May 08 05:22:32.679 INFO O| May 08 05:22:32.679 INFO STEP 27 (ensure_file) COMPLETE
91272025-05-08T05:22:34.192Z[ host-image] May 08 05:22:32.679 INFO O| May 08 05:22:32.679 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91282025-05-08T05:22:34.292Z[ host-image] May 08 05:22:32.783 INFO O| May 08 05:22:32.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91292025-05-08T05:22:34.292Z[ host-image] May 08 05:22:32.783 INFO O| May 08 05:22:32.783 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91302025-05-08T05:22:34.295Z[ host-image] May 08 05:22:32.783 INFO O| May 08 05:22:32.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91312025-05-08T05:22:34.295Z[ host-image] May 08 05:22:32.783 INFO O| May 08 05:22:32.783 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91322025-05-08T05:22:34.295Z[ host-image] May 08 05:22:32.783 INFO O| May 08 05:22:32.783 INFO ok!
91332025-05-08T05:22:34.295Z[ host-image] May 08 05:22:32.783 INFO O| May 08 05:22:32.783 INFO STEP 28 (ensure_file) COMPLETE
91342025-05-08T05:22:34.295Z[ host-image] May 08 05:22:32.783 INFO O| May 08 05:22:32.783 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91352025-05-08T05:22:34.382Z[ host-image] May 08 05:22:32.873 INFO O| May 08 05:22:32.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91362025-05-08T05:22:34.382Z[ host-image] May 08 05:22:32.873 INFO O| May 08 05:22:32.873 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91372025-05-08T05:22:34.387Z[ host-image] May 08 05:22:32.873 INFO O| May 08 05:22:32.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91382025-05-08T05:22:34.387Z[ host-image] May 08 05:22:32.873 INFO O| May 08 05:22:32.873 INFO ok!
91392025-05-08T05:22:34.387Z[ host-image] May 08 05:22:32.873 INFO O| May 08 05:22:32.873 INFO STEP 29 (ensure_file) COMPLETE
91402025-05-08T05:22:34.387Z[ host-image] May 08 05:22:32.873 INFO O| May 08 05:22:32.873 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91412025-05-08T05:22:34.404Z[ host-image] May 08 05:22:32.895 INFO O| May 08 05:22:32.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91422025-05-08T05:22:34.404Z[ host-image] May 08 05:22:32.895 INFO O| May 08 05:22:32.895 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91432025-05-08T05:22:34.404Z[ host-image] May 08 05:22:32.895 INFO O| May 08 05:22:32.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91442025-05-08T05:22:34.404Z[ host-image] May 08 05:22:32.895 INFO O| May 08 05:22:32.895 INFO ok!
91452025-05-08T05:22:34.407Z[ host-image] May 08 05:22:32.895 INFO O| May 08 05:22:32.895 INFO STEP 30 (ensure_file) COMPLETE
91462025-05-08T05:22:34.407Z[ host-image] May 08 05:22:32.895 INFO O| May 08 05:22:32.895 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91472025-05-08T05:22:34.426Z[ host-image] May 08 05:22:32.917 INFO O| May 08 05:22:32.917 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91482025-05-08T05:22:34.426Z[ host-image] May 08 05:22:32.917 INFO O| May 08 05:22:32.917 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91492025-05-08T05:22:34.429Z[ host-image] May 08 05:22:32.917 INFO O| May 08 05:22:32.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91502025-05-08T05:22:34.429Z[ host-image] May 08 05:22:32.917 INFO O| May 08 05:22:32.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91512025-05-08T05:22:34.429Z[ host-image] May 08 05:22:32.917 INFO O| May 08 05:22:32.917 INFO ok!
91522025-05-08T05:22:34.429Z[ host-image] May 08 05:22:32.917 INFO O| May 08 05:22:32.917 INFO STEP 31 (ensure_file) COMPLETE
91532025-05-08T05:22:34.430Z[ host-image] May 08 05:22:32.917 INFO O| May 08 05:22:32.917 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91542025-05-08T05:22:34.479Z[ host-image] May 08 05:22:32.970 INFO O| May 08 05:22:32.970 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91552025-05-08T05:22:34.479Z[ host-image] May 08 05:22:32.970 INFO O| May 08 05:22:32.970 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91562025-05-08T05:22:34.482Z[ host-image] May 08 05:22:32.970 INFO O| May 08 05:22:32.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91572025-05-08T05:22:34.482Z[ host-image] May 08 05:22:32.970 INFO O| May 08 05:22:32.970 INFO ok!
91582025-05-08T05:22:34.483Z[ host-image] May 08 05:22:32.970 INFO O| May 08 05:22:32.970 INFO STEP 32 (ensure_file) COMPLETE
91592025-05-08T05:22:34.483Z[ host-image] May 08 05:22:32.970 INFO O| May 08 05:22:32.970 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91602025-05-08T05:22:34.541Z[ host-image] May 08 05:22:33.032 INFO O| May 08 05:22:33.032 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91612025-05-08T05:22:34.541Z[ host-image] May 08 05:22:33.032 INFO O| May 08 05:22:33.032 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91622025-05-08T05:22:34.554Z[ host-image] May 08 05:22:33.032 INFO O| May 08 05:22:33.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91632025-05-08T05:22:34.555Z[ host-image] May 08 05:22:33.032 INFO O| May 08 05:22:33.032 INFO ok!
91642025-05-08T05:22:34.555Z[ host-image] May 08 05:22:33.032 INFO O| May 08 05:22:33.032 INFO STEP 33 (ensure_file) COMPLETE
91652025-05-08T05:22:34.555Z[ host-image] May 08 05:22:33.032 INFO O| May 08 05:22:33.032 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91662025-05-08T05:22:34.578Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91672025-05-08T05:22:34.578Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91682025-05-08T05:22:34.578Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91692025-05-08T05:22:34.581Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91702025-05-08T05:22:34.581Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91712025-05-08T05:22:34.581Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91722025-05-08T05:22:34.581Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO ok!
91732025-05-08T05:22:34.581Z[ host-image] May 08 05:22:33.068 INFO O| May 08 05:22:33.068 INFO STEP 34 (ensure_file) COMPLETE
91742025-05-08T05:22:34.581Z[ host-image] May 08 05:22:33.069 INFO O| May 08 05:22:33.068 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91752025-05-08T05:22:34.610Z[ host-image] May 08 05:22:33.100 INFO O| May 08 05:22:33.100 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91762025-05-08T05:22:34.613Z[ host-image] May 08 05:22:33.101 INFO O| May 08 05:22:33.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91772025-05-08T05:22:34.613Z[ host-image] May 08 05:22:33.101 INFO O| May 08 05:22:33.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91782025-05-08T05:22:34.614Z[ host-image] May 08 05:22:33.101 INFO O| May 08 05:22:33.101 INFO STEP 35 (ensure_dir) COMPLETE
91792025-05-08T05:22:34.614Z[ host-image] May 08 05:22:33.101 INFO O| May 08 05:22:33.101 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91802025-05-08T05:22:34.653Z[ host-image] May 08 05:22:33.143 INFO O| May 08 05:22:33.143 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
91812025-05-08T05:22:34.653Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.143 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 ...
91822025-05-08T05:22:34.657Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.144 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
91832025-05-08T05:22:34.657Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.144 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
91842025-05-08T05:22:34.657Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.144 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
91852025-05-08T05:22:34.657Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.144 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
91862025-05-08T05:22:34.658Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.144 INFO ok!
91872025-05-08T05:22:34.658Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.144 INFO STEP 36 (ensure_file) COMPLETE
91882025-05-08T05:22:34.658Z[ host-image] May 08 05:22:33.144 INFO O| May 08 05:22:33.144 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91892025-05-08T05:22:34.716Z[ host-image] May 08 05:22:33.207 INFO O| May 08 05:22:33.207 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91902025-05-08T05:22:34.716Z[ host-image] May 08 05:22:33.207 INFO O| May 08 05:22:33.207 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 ...
91912025-05-08T05:22:34.716Z[ host-image] May 08 05:22:33.207 INFO O| May 08 05:22:33.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91922025-05-08T05:22:34.716Z[ host-image] May 08 05:22:33.207 INFO O| May 08 05:22:33.207 INFO ok!
91932025-05-08T05:22:34.721Z[ host-image] May 08 05:22:33.207 INFO O| May 08 05:22:33.207 INFO STEP 37 (ensure_symlink) COMPLETE
91942025-05-08T05:22:34.721Z[ host-image] May 08 05:22:33.207 INFO O| May 08 05:22:33.207 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91952025-05-08T05:22:34.921Z[ host-image] May 08 05:22:33.411 INFO O| May 08 05:22:33.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91962025-05-08T05:22:34.921Z[ host-image] May 08 05:22:33.411 INFO O| May 08 05:22:33.411 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91972025-05-08T05:22:34.941Z[ host-image] May 08 05:22:33.432 INFO O| May 08 05:22:33.411 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91982025-05-08T05:22:34.941Z[ host-image] May 08 05:22:33.432 INFO O| May 08 05:22:33.432 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91992025-05-08T05:22:34.941Z[ host-image] May 08 05:22:33.432 INFO O| May 08 05:22:33.432 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92002025-05-08T05:22:34.944Z[ host-image] May 08 05:22:33.432 INFO O| May 08 05:22:33.432 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92012025-05-08T05:22:34.945Z[ host-image] May 08 05:22:33.432 INFO O| May 08 05:22:33.432 INFO ok!
92022025-05-08T05:22:34.945Z[ host-image] May 08 05:22:33.432 INFO O| May 08 05:22:33.432 INFO STEP 38 (ensure_file) COMPLETE
92032025-05-08T05:22:34.945Z[ host-image] May 08 05:22:33.432 INFO O| May 08 05:22:33.432 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92042025-05-08T05:22:34.983Z[ host-image] May 08 05:22:33.474 INFO O| May 08 05:22:33.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92052025-05-08T05:22:34.983Z[ host-image] May 08 05:22:33.474 INFO O| May 08 05:22:33.474 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 ...
92062025-05-08T05:22:34.984Z[ host-image] May 08 05:22:33.474 INFO O| May 08 05:22:33.474 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
92072025-05-08T05:22:34.987Z[ host-image] May 08 05:22:33.474 INFO O| May 08 05:22:33.474 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92082025-05-08T05:22:34.987Z[ host-image] May 08 05:22:33.474 INFO O| May 08 05:22:33.474 INFO ok!
92092025-05-08T05:22:34.987Z[ host-image] May 08 05:22:33.474 INFO O| May 08 05:22:33.474 INFO STEP 39 (ensure_file) COMPLETE
92102025-05-08T05:22:34.987Z[ host-image] May 08 05:22:33.474 INFO O| May 08 05:22:33.474 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92112025-05-08T05:22:35.057Z[ host-image] May 08 05:22:33.547 INFO O| May 08 05:22:33.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92122025-05-08T05:22:35.057Z[ host-image] May 08 05:22:33.547 INFO O| May 08 05:22:33.547 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92132025-05-08T05:22:35.057Z[ host-image] May 08 05:22:33.548 INFO O| May 08 05:22:33.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92142025-05-08T05:22:35.061Z[ host-image] May 08 05:22:33.548 INFO O| May 08 05:22:33.548 INFO ok!
92152025-05-08T05:22:35.061Z[ host-image] May 08 05:22:33.548 INFO O| May 08 05:22:33.548 INFO STEP 40 (ensure_file) COMPLETE
92162025-05-08T05:22:35.061Z[ host-image] May 08 05:22:33.548 INFO O| May 08 05:22:33.548 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92172025-05-08T05:22:35.111Z[ host-image] May 08 05:22:33.601 INFO O| May 08 05:22:33.601 INFO updating shadow file
92182025-05-08T05:22:35.114Z[ host-image] May 08 05:22:33.601 INFO O| May 08 05:22:33.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92192025-05-08T05:22:35.114Z[ host-image] May 08 05:22:33.601 INFO O| May 08 05:22:33.601 INFO STEP 41 (shadow) COMPLETE
92202025-05-08T05:22:35.114Z[ host-image] May 08 05:22:33.601 INFO O| May 08 05:22:33.601 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92212025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.620 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92222025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92232025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92242025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92252025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO ok!
92262025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO STEP 42 (ensure_file) COMPLETE
92272025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92282025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO skip step because feature "mfg" is not enabled
92292025-05-08T05:22:35.143Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92302025-05-08T05:22:35.144Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO skip step because feature "mfg" is not enabled
92312025-05-08T05:22:35.144Z[ host-image] May 08 05:22:33.621 INFO O| May 08 05:22:33.621 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92322025-05-08T05:22:35.150Z[ host-image] May 08 05:22:33.640 INFO O| May 08 05:22:33.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92332025-05-08T05:22:35.150Z[ host-image] May 08 05:22:33.640 INFO O| May 08 05:22:33.640 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92342025-05-08T05:22:35.758Z[ recovery-image] May 08 05:22:34.248 INFO E| Compiling clap_derive v4.5.32
92352025-05-08T05:22:35.942Z[ host-image] May 08 05:22:34.433 INFO O| May 08 05:22:34.432 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92362025-05-08T05:22:35.942Z[ host-image] May 08 05:22:34.433 INFO O| May 08 05:22:34.432 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92372025-05-08T05:22:35.945Z[ host-image] May 08 05:22:34.433 INFO O| May 08 05:22:34.433 INFO ok!
92382025-05-08T05:22:35.945Z[ host-image] May 08 05:22:34.433 INFO O| May 08 05:22:34.433 INFO STEP 45 (ensure_file) COMPLETE
92392025-05-08T05:22:35.945Z[ host-image] May 08 05:22:34.433 INFO O| May 08 05:22:34.433 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92402025-05-08T05:22:35.992Z[ host-image] May 08 05:22:34.482 INFO O| May 08 05:22:34.482 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92412025-05-08T05:22:35.992Z[ host-image] May 08 05:22:34.482 INFO O| May 08 05:22:34.482 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92422025-05-08T05:22:35.995Z[ host-image] May 08 05:22:34.483 INFO O| May 08 05:22:34.483 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92432025-05-08T05:22:35.995Z[ host-image] May 08 05:22:34.483 INFO O| May 08 05:22:34.483 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92442025-05-08T05:22:35.995Z[ host-image] May 08 05:22:34.483 INFO O| May 08 05:22:34.483 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92452025-05-08T05:22:35.995Z[ host-image] May 08 05:22:34.483 INFO O| May 08 05:22:34.483 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92462025-05-08T05:22:35.995Z[ host-image] May 08 05:22:34.483 INFO O| May 08 05:22:34.483 INFO ok!
92472025-05-08T05:22:35.995Z[ host-image] May 08 05:22:34.483 INFO O| May 08 05:22:34.483 INFO STEP 46 (ensure_file) COMPLETE
92482025-05-08T05:22:35.995Z[ host-image] May 08 05:22:34.483 INFO O| May 08 05:22:34.483 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92492025-05-08T05:22:36.036Z[ host-image] May 08 05:22:34.523 INFO O| May 08 05:22:34.523 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92502025-05-08T05:22:36.036Z[ host-image] May 08 05:22:34.523 INFO O| May 08 05:22:34.523 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 ...
92512025-05-08T05:22:36.036Z[ host-image] May 08 05:22:34.523 INFO O| May 08 05:22:34.523 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
92522025-05-08T05:22:36.040Z[ host-image] May 08 05:22:34.523 INFO O| May 08 05:22:34.523 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92532025-05-08T05:22:36.040Z[ host-image] May 08 05:22:34.524 INFO O| May 08 05:22:34.523 INFO ok!
92542025-05-08T05:22:36.040Z[ host-image] May 08 05:22:34.524 INFO O| May 08 05:22:34.524 INFO STEP 47 (ensure_file) COMPLETE
92552025-05-08T05:22:36.041Z[ host-image] May 08 05:22:34.524 INFO O| May 08 05:22:34.524 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92562025-05-08T05:22:36.068Z[ host-image] May 08 05:22:34.558 INFO O| May 08 05:22:34.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92572025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.558 INFO O| May 08 05:22:34.558 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92582025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.559 INFO O| May 08 05:22:34.559 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92592025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.559 INFO O| May 08 05:22:34.559 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92602025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.559 INFO O| May 08 05:22:34.559 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92612025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.559 INFO O| May 08 05:22:34.559 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92622025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.559 INFO O| May 08 05:22:34.559 INFO ok!
92632025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.559 INFO O| May 08 05:22:34.559 INFO STEP 48 (ensure_file) COMPLETE
92642025-05-08T05:22:36.073Z[ host-image] May 08 05:22:34.559 INFO O| May 08 05:22:34.559 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92652025-05-08T05:22:36.092Z[ host-image] May 08 05:22:34.582 INFO O| May 08 05:22:34.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92662025-05-08T05:22:36.092Z[ host-image] May 08 05:22:34.583 INFO O| May 08 05:22:34.582 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 ...
92672025-05-08T05:22:36.096Z[ host-image] May 08 05:22:34.583 INFO O| May 08 05:22:34.583 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
92682025-05-08T05:22:36.096Z[ host-image] May 08 05:22:34.583 INFO O| May 08 05:22:34.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92692025-05-08T05:22:36.096Z[ host-image] May 08 05:22:34.583 INFO O| May 08 05:22:34.583 INFO ok!
92702025-05-08T05:22:36.096Z[ host-image] May 08 05:22:34.583 INFO O| May 08 05:22:34.583 INFO STEP 49 (ensure_file) COMPLETE
92712025-05-08T05:22:36.096Z[ host-image] May 08 05:22:34.583 INFO O| May 08 05:22:34.583 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92722025-05-08T05:22:36.116Z[ host-image] May 08 05:22:34.604 INFO O| May 08 05:22:34.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92732025-05-08T05:22:36.116Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.604 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92742025-05-08T05:22:36.120Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.605 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92752025-05-08T05:22:36.120Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.605 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92762025-05-08T05:22:36.120Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.605 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92772025-05-08T05:22:36.120Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.605 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92782025-05-08T05:22:36.120Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.605 INFO ok!
92792025-05-08T05:22:36.120Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.605 INFO STEP 50 (ensure_file) COMPLETE
92802025-05-08T05:22:36.120Z[ host-image] May 08 05:22:34.605 INFO O| May 08 05:22:34.605 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92812025-05-08T05:22:36.136Z[ host-image] May 08 05:22:34.626 INFO O| May 08 05:22:34.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92822025-05-08T05:22:36.136Z[ host-image] May 08 05:22:34.626 INFO O| May 08 05:22:34.626 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 ...
92832025-05-08T05:22:36.136Z[ host-image] May 08 05:22:34.626 INFO O| May 08 05:22:34.626 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
92842025-05-08T05:22:36.139Z[ host-image] May 08 05:22:34.626 INFO O| May 08 05:22:34.626 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92852025-05-08T05:22:36.139Z[ host-image] May 08 05:22:34.626 INFO O| May 08 05:22:34.626 INFO ok!
92862025-05-08T05:22:36.139Z[ host-image] May 08 05:22:34.626 INFO O| May 08 05:22:34.626 INFO STEP 51 (ensure_file) COMPLETE
92872025-05-08T05:22:36.139Z[ host-image] May 08 05:22:34.626 INFO O| May 08 05:22:34.626 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92882025-05-08T05:22:36.156Z[ host-image] May 08 05:22:34.646 INFO O| May 08 05:22:34.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92892025-05-08T05:22:36.156Z[ host-image] May 08 05:22:34.646 INFO O| May 08 05:22:34.646 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 ...
92902025-05-08T05:22:36.156Z[ host-image] May 08 05:22:34.647 INFO O| May 08 05:22:34.647 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
92912025-05-08T05:22:36.160Z[ host-image] May 08 05:22:34.647 INFO O| May 08 05:22:34.647 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92922025-05-08T05:22:36.160Z[ host-image] May 08 05:22:34.647 INFO O| May 08 05:22:34.647 INFO ok!
92932025-05-08T05:22:36.160Z[ host-image] May 08 05:22:34.647 INFO O| May 08 05:22:34.647 INFO STEP 52 (ensure_file) COMPLETE
92942025-05-08T05:22:36.160Z[ host-image] May 08 05:22:34.647 INFO O| May 08 05:22:34.647 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92952025-05-08T05:22:36.181Z[ host-image] May 08 05:22:34.671 INFO O| May 08 05:22:34.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92962025-05-08T05:22:36.181Z[ host-image] May 08 05:22:34.671 INFO O| May 08 05:22:34.671 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 ...
92972025-05-08T05:22:36.184Z[ host-image] May 08 05:22:34.672 INFO O| May 08 05:22:34.672 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
92982025-05-08T05:22:36.185Z[ host-image] May 08 05:22:34.672 INFO O| May 08 05:22:34.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92992025-05-08T05:22:36.185Z[ host-image] May 08 05:22:34.672 INFO O| May 08 05:22:34.672 INFO ok!
93002025-05-08T05:22:36.185Z[ host-image] May 08 05:22:34.672 INFO O| May 08 05:22:34.672 INFO STEP 53 (ensure_file) COMPLETE
93012025-05-08T05:22:36.185Z[ host-image] May 08 05:22:34.672 INFO O| May 08 05:22:34.672 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022025-05-08T05:22:36.238Z[ host-image] May 08 05:22:34.728 INFO O| May 08 05:22:34.728 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93032025-05-08T05:22:36.238Z[ host-image] May 08 05:22:34.728 INFO O| May 08 05:22:34.728 INFO STEP 54 (ensure_dir) COMPLETE
93042025-05-08T05:22:36.241Z[ host-image] May 08 05:22:34.728 INFO O| May 08 05:22:34.728 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052025-05-08T05:22:36.301Z[ host-image] May 08 05:22:34.791 INFO O| May 08 05:22:34.791 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93062025-05-08T05:22:36.301Z[ host-image] May 08 05:22:34.791 INFO O| May 08 05:22:34.791 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93072025-05-08T05:22:36.305Z[ host-image] May 08 05:22:34.791 INFO O| May 08 05:22:34.791 INFO STEP 55 (ensure_dir) COMPLETE
93082025-05-08T05:22:36.305Z[ host-image] May 08 05:22:34.791 INFO O| May 08 05:22:34.791 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092025-05-08T05:22:36.322Z[ host-image] May 08 05:22:34.813 INFO O| May 08 05:22:34.812 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93102025-05-08T05:22:36.323Z[ host-image] May 08 05:22:34.813 INFO O| May 08 05:22:34.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93112025-05-08T05:22:36.326Z[ host-image] May 08 05:22:34.813 INFO O| May 08 05:22:34.813 INFO STEP 56 (ensure_dir) COMPLETE
93122025-05-08T05:22:36.326Z[ host-image] May 08 05:22:34.813 INFO O| May 08 05:22:34.813 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132025-05-08T05:22:36.345Z[ host-image] May 08 05:22:34.835 INFO O| May 08 05:22:34.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93142025-05-08T05:22:36.345Z[ host-image] May 08 05:22:34.835 INFO O| May 08 05:22:34.835 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93152025-05-08T05:22:37.901Z[ host-image] May 08 05:22:36.390 INFO O| May 08 05:22:36.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93162025-05-08T05:22:37.901Z[ host-image] May 08 05:22:36.390 INFO O| May 08 05:22:36.390 INFO ok!
93172025-05-08T05:22:37.904Z[ host-image] May 08 05:22:36.390 INFO O| May 08 05:22:36.390 INFO STEP 57 (ensure_file) COMPLETE
93182025-05-08T05:22:37.904Z[ host-image] May 08 05:22:36.390 INFO O| May 08 05:22:36.390 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192025-05-08T05:22:37.923Z[ host-image] May 08 05:22:36.412 INFO O| May 08 05:22:36.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93202025-05-08T05:22:37.923Z[ host-image] May 08 05:22:36.412 INFO O| May 08 05:22:36.412 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93212025-05-08T05:22:39.250Z[ host-image] May 08 05:22:37.739 INFO O| May 08 05:22:37.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93222025-05-08T05:22:39.250Z[ host-image] May 08 05:22:37.739 INFO O| May 08 05:22:37.739 INFO ok!
93232025-05-08T05:22:39.253Z[ host-image] May 08 05:22:37.739 INFO O| May 08 05:22:37.739 INFO STEP 58 (ensure_file) COMPLETE
93242025-05-08T05:22:39.254Z[ host-image] May 08 05:22:37.739 INFO O| May 08 05:22:37.739 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252025-05-08T05:22:39.269Z[ host-image] May 08 05:22:37.758 INFO O| May 08 05:22:37.758 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93262025-05-08T05:22:39.269Z[ host-image] May 08 05:22:37.759 INFO O| May 08 05:22:37.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93272025-05-08T05:22:39.269Z[ host-image] May 08 05:22:37.759 INFO O| May 08 05:22:37.758 INFO STEP 59 (ensure_dir) COMPLETE
93282025-05-08T05:22:39.273Z[ host-image] May 08 05:22:37.759 INFO O| May 08 05:22:37.759 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292025-05-08T05:22:39.287Z[ host-image] May 08 05:22:37.776 INFO O| May 08 05:22:37.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93302025-05-08T05:22:39.287Z[ host-image] May 08 05:22:37.776 INFO O| May 08 05:22:37.776 INFO copying /tmp/.tmpxS9Odm/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 ...
93312025-05-08T05:22:39.291Z[ host-image] May 08 05:22:37.777 INFO O| May 08 05:22:37.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93322025-05-08T05:22:39.291Z[ host-image] May 08 05:22:37.777 INFO O| May 08 05:22:37.777 INFO ok!
93332025-05-08T05:22:39.291Z[ host-image] May 08 05:22:37.777 INFO O| May 08 05:22:37.777 INFO STEP 60 (ensure_file) COMPLETE
93342025-05-08T05:22:39.291Z[ host-image] May 08 05:22:37.777 INFO O| May 08 05:22:37.777 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352025-05-08T05:22:39.324Z[ host-image] May 08 05:22:37.813 INFO O| May 08 05:22:37.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93362025-05-08T05:22:39.324Z[ host-image] May 08 05:22:37.813 INFO O| May 08 05:22:37.813 INFO copying /tmp/.tmpxS9Odm/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 ...
93372025-05-08T05:22:39.327Z[ host-image] May 08 05:22:37.813 INFO O| May 08 05:22:37.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93382025-05-08T05:22:39.327Z[ host-image] May 08 05:22:37.813 INFO O| May 08 05:22:37.813 INFO ok!
93392025-05-08T05:22:39.327Z[ host-image] May 08 05:22:37.813 INFO O| May 08 05:22:37.813 INFO STEP 61 (ensure_file) COMPLETE
93402025-05-08T05:22:39.327Z[ host-image] May 08 05:22:37.813 INFO O| May 08 05:22:37.813 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412025-05-08T05:22:39.342Z[ host-image] May 08 05:22:37.830 INFO O| May 08 05:22:37.830 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93422025-05-08T05:22:39.343Z[ host-image] May 08 05:22:37.830 INFO O| May 08 05:22:37.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93432025-05-08T05:22:39.346Z[ host-image] May 08 05:22:37.830 INFO O| May 08 05:22:37.830 INFO STEP 62 (ensure_dir) COMPLETE
93442025-05-08T05:22:39.346Z[ host-image] May 08 05:22:37.830 INFO O| May 08 05:22:37.830 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452025-05-08T05:22:39.358Z[ host-image] May 08 05:22:37.847 INFO O| May 08 05:22:37.847 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93462025-05-08T05:22:39.358Z[ host-image] May 08 05:22:37.847 INFO O| May 08 05:22:37.847 INFO copying /tmp/.tmpxS9Odm/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 ...
93472025-05-08T05:22:39.362Z[ host-image] May 08 05:22:37.848 INFO O| May 08 05:22:37.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93482025-05-08T05:22:39.362Z[ host-image] May 08 05:22:37.848 INFO O| May 08 05:22:37.848 INFO ok!
93492025-05-08T05:22:39.362Z[ host-image] May 08 05:22:37.848 INFO O| May 08 05:22:37.848 INFO STEP 63 (ensure_file) COMPLETE
93502025-05-08T05:22:39.362Z[ host-image] May 08 05:22:37.848 INFO O| May 08 05:22:37.848 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512025-05-08T05:22:39.376Z[ host-image] May 08 05:22:37.865 INFO O| May 08 05:22:37.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93522025-05-08T05:22:39.376Z[ host-image] May 08 05:22:37.865 INFO O| May 08 05:22:37.865 INFO copying /tmp/.tmpxS9Odm/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 ...
93532025-05-08T05:22:39.379Z[ host-image] May 08 05:22:37.866 INFO O| May 08 05:22:37.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93542025-05-08T05:22:39.379Z[ host-image] May 08 05:22:37.866 INFO O| May 08 05:22:37.866 INFO ok!
93552025-05-08T05:22:39.379Z[ host-image] May 08 05:22:37.866 INFO O| May 08 05:22:37.866 INFO STEP 64 (ensure_file) COMPLETE
93562025-05-08T05:22:39.379Z[ host-image] May 08 05:22:37.866 INFO O| May 08 05:22:37.866 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572025-05-08T05:22:39.408Z[ host-image] May 08 05:22:37.897 INFO O| May 08 05:22:37.897 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93582025-05-08T05:22:39.412Z[ host-image] May 08 05:22:37.898 INFO O| May 08 05:22:37.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93592025-05-08T05:22:39.412Z[ host-image] May 08 05:22:37.898 INFO O| May 08 05:22:37.898 INFO STEP 65 (ensure_dir) COMPLETE
93602025-05-08T05:22:39.412Z[ host-image] May 08 05:22:37.898 INFO O| May 08 05:22:37.898 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612025-05-08T05:22:39.440Z[ host-image] May 08 05:22:37.929 INFO O| May 08 05:22:37.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93622025-05-08T05:22:39.441Z[ host-image] May 08 05:22:37.929 INFO O| May 08 05:22:37.929 INFO copying /tmp/.tmpxS9Odm/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 ...
93632025-05-08T05:22:39.441Z[ host-image] May 08 05:22:37.930 INFO O| May 08 05:22:37.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93642025-05-08T05:22:39.441Z[ host-image] May 08 05:22:37.930 INFO O| May 08 05:22:37.930 INFO ok!
93652025-05-08T05:22:39.444Z[ host-image] May 08 05:22:37.930 INFO O| May 08 05:22:37.930 INFO STEP 66 (ensure_file) COMPLETE
93662025-05-08T05:22:39.444Z[ host-image] May 08 05:22:37.930 INFO O| May 08 05:22:37.930 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672025-05-08T05:22:39.502Z[ host-image] May 08 05:22:37.991 INFO O| May 08 05:22:37.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93682025-05-08T05:22:39.502Z[ host-image] May 08 05:22:37.991 INFO O| May 08 05:22:37.991 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93692025-05-08T05:22:39.505Z[ host-image] May 08 05:22:37.991 INFO O| May 08 05:22:37.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93702025-05-08T05:22:39.505Z[ host-image] May 08 05:22:37.991 INFO O| May 08 05:22:37.991 INFO ok!
93712025-05-08T05:22:39.505Z[ host-image] May 08 05:22:37.991 INFO O| May 08 05:22:37.991 INFO STEP 67 (ensure_file) COMPLETE
93722025-05-08T05:22:39.505Z[ host-image] May 08 05:22:37.992 INFO O| May 08 05:22:37.991 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732025-05-08T05:22:39.529Z[ host-image] May 08 05:22:38.018 INFO O| May 08 05:22:38.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93742025-05-08T05:22:39.530Z[ host-image] May 08 05:22:38.018 INFO O| May 08 05:22:38.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93752025-05-08T05:22:39.530Z[ host-image] May 08 05:22:38.018 INFO O| May 08 05:22:38.018 INFO STEP 68 (ensure_dir) COMPLETE
93762025-05-08T05:22:39.530Z[ host-image] May 08 05:22:38.018 INFO O| May 08 05:22:38.018 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772025-05-08T05:22:39.592Z[ host-image] May 08 05:22:38.080 INFO O| May 08 05:22:38.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93782025-05-08T05:22:39.592Z[ host-image] May 08 05:22:38.081 INFO O| May 08 05:22:38.080 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93792025-05-08T05:22:40.237Z[ host-image] May 08 05:22:38.726 INFO O| May 08 05:22:38.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93802025-05-08T05:22:40.237Z[ host-image] May 08 05:22:38.726 INFO O| May 08 05:22:38.726 INFO ok!
93812025-05-08T05:22:40.240Z[ host-image] May 08 05:22:38.726 INFO O| May 08 05:22:38.726 INFO STEP 69 (ensure_file) COMPLETE
93822025-05-08T05:22:40.240Z[ host-image] May 08 05:22:38.726 INFO O| May 08 05:22:38.726 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832025-05-08T05:22:40.258Z[ host-image] May 08 05:22:38.747 INFO O| May 08 05:22:38.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93842025-05-08T05:22:40.258Z[ host-image] May 08 05:22:38.747 INFO O| May 08 05:22:38.746 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93852025-05-08T05:22:42.991Z[ recovery-image] May 08 05:22:41.478 INFO E| Compiling clap v4.5.37
93862025-05-08T05:22:43.083Z[ recovery-image] May 08 05:22:41.570 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
93872025-05-08T05:22:43.334Z[ host-image] May 08 05:22:41.821 INFO O| May 08 05:22:41.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93882025-05-08T05:22:43.334Z[ host-image] May 08 05:22:41.821 INFO O| May 08 05:22:41.821 INFO ok!
93892025-05-08T05:22:43.337Z[ host-image] May 08 05:22:41.821 INFO O| May 08 05:22:41.821 INFO STEP 70 (ensure_file) COMPLETE
93902025-05-08T05:22:43.337Z[ host-image] May 08 05:22:41.821 INFO O| May 08 05:22:41.821 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912025-05-08T05:22:43.355Z[ host-image] May 08 05:22:41.843 INFO O| May 08 05:22:41.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93922025-05-08T05:22:43.358Z[ host-image] May 08 05:22:41.843 INFO O| May 08 05:22:41.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93932025-05-08T05:22:43.358Z[ host-image] May 08 05:22:41.843 INFO O| May 08 05:22:41.843 INFO STEP 71 (ensure_dir) COMPLETE
93942025-05-08T05:22:43.358Z[ host-image] May 08 05:22:41.843 INFO O| May 08 05:22:41.843 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952025-05-08T05:22:43.395Z[ host-image] May 08 05:22:41.882 INFO O| May 08 05:22:41.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93962025-05-08T05:22:43.395Z[ host-image] May 08 05:22:41.882 INFO O| May 08 05:22:41.882 INFO copying /tmp/.tmpxS9Odm/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 ...
93972025-05-08T05:22:43.398Z[ host-image] May 08 05:22:41.883 INFO O| May 08 05:22:41.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93982025-05-08T05:22:43.398Z[ host-image] May 08 05:22:41.883 INFO O| May 08 05:22:41.883 INFO ok!
93992025-05-08T05:22:43.398Z[ host-image] May 08 05:22:41.883 INFO O| May 08 05:22:41.883 INFO STEP 72 (ensure_file) COMPLETE
94002025-05-08T05:22:43.398Z[ host-image] May 08 05:22:41.883 INFO O| May 08 05:22:41.883 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012025-05-08T05:22:43.418Z[ host-image] May 08 05:22:41.905 INFO O| May 08 05:22:41.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94022025-05-08T05:22:43.418Z[ host-image] May 08 05:22:41.905 INFO O| May 08 05:22:41.905 INFO copying /tmp/.tmpxS9Odm/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 ...
94032025-05-08T05:22:43.418Z[ host-image] May 08 05:22:41.905 INFO O| May 08 05:22:41.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94042025-05-08T05:22:43.421Z[ host-image] May 08 05:22:41.905 INFO O| May 08 05:22:41.905 INFO ok!
94052025-05-08T05:22:43.421Z[ host-image] May 08 05:22:41.905 INFO O| May 08 05:22:41.905 INFO STEP 73 (ensure_file) COMPLETE
94062025-05-08T05:22:43.421Z[ host-image] May 08 05:22:41.905 INFO O| May 08 05:22:41.905 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072025-05-08T05:22:43.440Z[ host-image] May 08 05:22:41.927 INFO O| May 08 05:22:41.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94082025-05-08T05:22:43.440Z[ host-image] May 08 05:22:41.927 INFO O| May 08 05:22:41.927 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94092025-05-08T05:22:43.440Z[ host-image] May 08 05:22:41.927 INFO O| May 08 05:22:41.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94102025-05-08T05:22:43.440Z[ host-image] May 08 05:22:41.928 INFO O| May 08 05:22:41.927 INFO ok!
94112025-05-08T05:22:43.443Z[ host-image] May 08 05:22:41.928 INFO O| May 08 05:22:41.927 INFO STEP 74 (ensure_file) COMPLETE
94122025-05-08T05:22:43.443Z[ host-image] May 08 05:22:41.928 INFO O| May 08 05:22:41.928 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132025-05-08T05:22:43.462Z[ host-image] May 08 05:22:41.950 INFO O| May 08 05:22:41.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94142025-05-08T05:22:43.462Z[ host-image] May 08 05:22:41.950 INFO O| May 08 05:22:41.950 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94152025-05-08T05:22:43.465Z[ host-image] May 08 05:22:41.950 INFO O| May 08 05:22:41.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94162025-05-08T05:22:43.465Z[ host-image] May 08 05:22:41.950 INFO O| May 08 05:22:41.950 INFO ok!
94172025-05-08T05:22:43.465Z[ host-image] May 08 05:22:41.950 INFO O| May 08 05:22:41.950 INFO STEP 75 (ensure_file) COMPLETE
94182025-05-08T05:22:43.465Z[ host-image] May 08 05:22:41.950 INFO O| May 08 05:22:41.950 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192025-05-08T05:22:43.488Z[ host-image] May 08 05:22:41.975 INFO O| May 08 05:22:41.975 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94202025-05-08T05:22:43.488Z[ host-image] May 08 05:22:41.975 INFO O| May 08 05:22:41.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94212025-05-08T05:22:43.488Z[ host-image] May 08 05:22:41.975 INFO O| May 08 05:22:41.975 INFO STEP 76 (ensure_dir) COMPLETE
94222025-05-08T05:22:43.491Z[ host-image] May 08 05:22:41.975 INFO O| May 08 05:22:41.975 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232025-05-08T05:22:43.544Z[ host-image] May 08 05:22:42.031 INFO O| May 08 05:22:42.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94242025-05-08T05:22:43.544Z[ host-image] May 08 05:22:42.031 INFO O| May 08 05:22:42.031 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94252025-05-08T05:22:43.549Z[ host-image] May 08 05:22:42.037 INFO O| May 08 05:22:42.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94262025-05-08T05:22:43.549Z[ host-image] May 08 05:22:42.037 INFO O| May 08 05:22:42.036 INFO ok!
94272025-05-08T05:22:43.549Z[ host-image] May 08 05:22:42.037 INFO O| May 08 05:22:42.037 INFO STEP 77 (ensure_file) COMPLETE
94282025-05-08T05:22:43.553Z[ host-image] May 08 05:22:42.037 INFO O| May 08 05:22:42.037 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292025-05-08T05:22:43.571Z[ host-image] May 08 05:22:42.057 INFO O| May 08 05:22:42.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94302025-05-08T05:22:43.571Z[ host-image] May 08 05:22:42.057 INFO O| May 08 05:22:42.057 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94312025-05-08T05:22:43.571Z[ host-image] May 08 05:22:42.057 INFO O| May 08 05:22:42.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94322025-05-08T05:22:43.574Z[ host-image] May 08 05:22:42.057 INFO O| May 08 05:22:42.057 INFO ok!
94332025-05-08T05:22:43.574Z[ host-image] May 08 05:22:42.057 INFO O| May 08 05:22:42.057 INFO STEP 78 (ensure_file) COMPLETE
94342025-05-08T05:22:43.574Z[ host-image] May 08 05:22:42.057 INFO O| May 08 05:22:42.057 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352025-05-08T05:22:43.630Z[ host-image] May 08 05:22:42.117 INFO O| May 08 05:22:42.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94362025-05-08T05:22:43.630Z[ host-image] May 08 05:22:42.117 INFO O| May 08 05:22:42.117 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94372025-05-08T05:22:45.580Z[ host-image] May 08 05:22:44.066 INFO O| May 08 05:22:44.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94382025-05-08T05:22:45.580Z[ host-image] May 08 05:22:44.066 INFO O| May 08 05:22:44.066 INFO ok!
94392025-05-08T05:22:45.583Z[ host-image] May 08 05:22:44.066 INFO O| May 08 05:22:44.066 INFO STEP 79 (ensure_file) COMPLETE
94402025-05-08T05:22:45.583Z[ host-image] May 08 05:22:44.066 INFO O| May 08 05:22:44.066 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412025-05-08T05:22:45.616Z[ host-image] May 08 05:22:44.102 INFO O| May 08 05:22:44.102 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94422025-05-08T05:22:45.616Z[ host-image] May 08 05:22:44.102 INFO O| May 08 05:22:44.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94432025-05-08T05:22:45.616Z[ host-image] May 08 05:22:44.102 INFO O| May 08 05:22:44.102 INFO STEP 80 (ensure_dir) COMPLETE
94442025-05-08T05:22:45.620Z[ host-image] May 08 05:22:44.102 INFO O| May 08 05:22:44.102 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452025-05-08T05:22:45.650Z[ host-image] May 08 05:22:44.137 INFO O| May 08 05:22:44.137 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94462025-05-08T05:22:45.650Z[ host-image] May 08 05:22:44.137 INFO O| May 08 05:22:44.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94472025-05-08T05:22:45.650Z[ host-image] May 08 05:22:44.137 INFO O| May 08 05:22:44.137 INFO STEP 81 (ensure_dir) COMPLETE
94482025-05-08T05:22:45.654Z[ host-image] May 08 05:22:44.137 INFO O| May 08 05:22:44.137 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492025-05-08T05:22:45.684Z[ host-image] May 08 05:22:44.171 INFO O| May 08 05:22:44.171 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94502025-05-08T05:22:45.684Z[ host-image] May 08 05:22:44.171 INFO O| May 08 05:22:44.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94512025-05-08T05:22:45.685Z[ host-image] May 08 05:22:44.171 INFO O| May 08 05:22:44.171 INFO STEP 82 (ensure_dir) COMPLETE
94522025-05-08T05:22:45.687Z[ host-image] May 08 05:22:44.171 INFO O| May 08 05:22:44.171 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532025-05-08T05:22:45.730Z[ host-image] May 08 05:22:44.217 INFO O| May 08 05:22:44.217 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94542025-05-08T05:22:45.733Z[ host-image] May 08 05:22:44.217 INFO O| May 08 05:22:44.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94552025-05-08T05:22:45.733Z[ host-image] May 08 05:22:44.217 INFO O| May 08 05:22:44.217 INFO STEP 83 (ensure_dir) COMPLETE
94562025-05-08T05:22:45.733Z[ host-image] May 08 05:22:44.218 INFO O| May 08 05:22:44.217 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572025-05-08T05:22:45.752Z[ host-image] May 08 05:22:44.239 INFO O| May 08 05:22:44.239 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94582025-05-08T05:22:45.755Z[ host-image] May 08 05:22:44.239 INFO O| May 08 05:22:44.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94592025-05-08T05:22:45.756Z[ host-image] May 08 05:22:44.240 INFO O| May 08 05:22:44.239 INFO STEP 84 (ensure_dir) COMPLETE
94602025-05-08T05:22:45.756Z[ host-image] May 08 05:22:44.240 INFO O| May 08 05:22:44.240 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612025-05-08T05:22:45.802Z[ host-image] May 08 05:22:44.288 INFO O| May 08 05:22:44.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94622025-05-08T05:22:45.802Z[ host-image] May 08 05:22:44.288 INFO O| May 08 05:22:44.288 INFO copying /tmp/.tmpxS9Odm/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 ...
94632025-05-08T05:22:45.805Z[ host-image] May 08 05:22:44.288 INFO O| May 08 05:22:44.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94642025-05-08T05:22:45.805Z[ host-image] May 08 05:22:44.288 INFO O| May 08 05:22:44.288 INFO ok!
94652025-05-08T05:22:45.805Z[ host-image] May 08 05:22:44.288 INFO O| May 08 05:22:44.288 INFO STEP 85 (ensure_file) COMPLETE
94662025-05-08T05:22:45.805Z[ host-image] May 08 05:22:44.288 INFO O| May 08 05:22:44.288 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672025-05-08T05:22:45.825Z[ host-image] May 08 05:22:44.311 INFO O| May 08 05:22:44.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94682025-05-08T05:22:45.828Z[ host-image] May 08 05:22:44.312 INFO O| May 08 05:22:44.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94692025-05-08T05:22:45.828Z[ host-image] May 08 05:22:44.312 INFO O| May 08 05:22:44.312 INFO STEP 86 (ensure_dir) COMPLETE
94702025-05-08T05:22:45.828Z[ host-image] May 08 05:22:44.312 INFO O| May 08 05:22:44.312 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712025-05-08T05:22:45.846Z[ host-image] May 08 05:22:44.333 INFO O| May 08 05:22:44.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94722025-05-08T05:22:45.846Z[ host-image] May 08 05:22:44.333 INFO O| May 08 05:22:44.333 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94732025-05-08T05:22:45.849Z[ host-image] May 08 05:22:44.333 INFO O| May 08 05:22:44.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94742025-05-08T05:22:45.849Z[ host-image] May 08 05:22:44.333 INFO O| May 08 05:22:44.333 INFO ok!
94752025-05-08T05:22:45.849Z[ host-image] May 08 05:22:44.333 INFO O| May 08 05:22:44.333 INFO STEP 87 (ensure_file) COMPLETE
94762025-05-08T05:22:45.849Z[ host-image] May 08 05:22:44.333 INFO O| May 08 05:22:44.333 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772025-05-08T05:22:45.871Z[ host-image] May 08 05:22:44.357 INFO O| May 08 05:22:44.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94782025-05-08T05:22:45.871Z[ host-image] May 08 05:22:44.357 INFO O| May 08 05:22:44.357 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94792025-05-08T05:22:45.938Z[ recovery-image] May 08 05:22:44.424 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.21s
94802025-05-08T05:22:45.956Z[ recovery-image] May 08 05:22:44.442 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
94812025-05-08T05:22:46.519Z[ host-image] May 08 05:22:45.005 INFO O| May 08 05:22:45.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94822025-05-08T05:22:46.519Z[ host-image] May 08 05:22:45.005 INFO O| May 08 05:22:45.005 INFO ok!
94832025-05-08T05:22:46.522Z[ host-image] May 08 05:22:45.005 INFO O| May 08 05:22:45.005 INFO STEP 88 (ensure_file) COMPLETE
94842025-05-08T05:22:46.522Z[ host-image] May 08 05:22:45.005 INFO O| May 08 05:22:45.005 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852025-05-08T05:22:46.533Z[ recovery-image] May 08 05:22:45.019 INFO E| Downloading crates ...
94862025-05-08T05:22:46.555Z[ host-image] May 08 05:22:45.042 INFO O| May 08 05:22:45.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94872025-05-08T05:22:46.555Z[ host-image] May 08 05:22:45.042 INFO O| May 08 05:22:45.041 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94882025-05-08T05:22:46.789Z[ recovery-image] May 08 05:22:45.271 INFO E| Downloaded bit_field v0.10.2
94892025-05-08T05:22:46.794Z[ recovery-image] May 08 05:22:45.274 INFO E| Downloaded bitstruct v0.1.1
94902025-05-08T05:22:46.794Z[ recovery-image] May 08 05:22:45.276 INFO E| Downloaded cpio_reader v0.1.1
94912025-05-08T05:22:46.797Z[ recovery-image] May 08 05:22:45.281 INFO E| Downloaded seq-macro v0.3.6
94922025-05-08T05:22:46.806Z[ recovery-image] May 08 05:22:45.292 INFO E| Downloaded bitstruct_derive v0.1.0
94932025-05-08T05:22:46.817Z[ recovery-image] May 08 05:22:45.304 INFO E| Downloaded raw-cpuid v10.7.0
94942025-05-08T05:22:47.140Z[ recovery-image] May 08 05:22:45.545 INFO E| Downloaded x86 v0.52.0
94952025-05-08T05:22:47.261Z[ recovery-image] May 08 05:22:45.747 INFO E| Updating crates.io index
94962025-05-08T05:22:47.264Z[ host-image] May 08 05:22:45.747 INFO O| May 08 05:22:45.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94972025-05-08T05:22:47.264Z[ host-image] May 08 05:22:45.747 INFO O| May 08 05:22:45.747 INFO ok!
94982025-05-08T05:22:47.264Z[ host-image] May 08 05:22:45.747 INFO O| May 08 05:22:45.747 INFO STEP 89 (ensure_file) COMPLETE
94992025-05-08T05:22:47.264Z[ host-image] May 08 05:22:45.747 INFO O| May 08 05:22:45.747 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002025-05-08T05:22:47.282Z[ host-image] May 08 05:22:45.768 INFO O| May 08 05:22:45.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95012025-05-08T05:22:47.282Z[ host-image] May 08 05:22:45.768 INFO O| May 08 05:22:45.768 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95022025-05-08T05:22:47.282Z[ host-image] May 08 05:22:45.768 INFO O| May 08 05:22:45.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95032025-05-08T05:22:47.282Z[ host-image] May 08 05:22:45.768 INFO O| May 08 05:22:45.768 INFO ok!
95042025-05-08T05:22:47.285Z[ host-image] May 08 05:22:45.768 INFO O| May 08 05:22:45.768 INFO STEP 90 (ensure_file) COMPLETE
95052025-05-08T05:22:47.285Z[ host-image] May 08 05:22:45.768 INFO O| May 08 05:22:45.768 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062025-05-08T05:22:47.321Z[ host-image] May 08 05:22:45.806 INFO O| May 08 05:22:45.806 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95072025-05-08T05:22:47.324Z[ host-image] May 08 05:22:45.808 INFO O| May 08 05:22:45.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95082025-05-08T05:22:47.324Z[ host-image] May 08 05:22:45.808 INFO O| May 08 05:22:45.807 INFO STEP 91 (ensure_dir) COMPLETE
95092025-05-08T05:22:47.324Z[ host-image] May 08 05:22:45.808 INFO O| May 08 05:22:45.807 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102025-05-08T05:22:47.365Z[ host-image] May 08 05:22:45.851 INFO O| May 08 05:22:45.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95112025-05-08T05:22:47.365Z[ host-image] May 08 05:22:45.851 INFO O| May 08 05:22:45.851 INFO copying /tmp/.tmpxS9Odm/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-05-08T05:22:47.368Z[ host-image] May 08 05:22:45.851 INFO O| May 08 05:22:45.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95132025-05-08T05:22:47.368Z[ host-image] May 08 05:22:45.851 INFO O| May 08 05:22:45.851 INFO ok!
95142025-05-08T05:22:47.368Z[ host-image] May 08 05:22:45.851 INFO O| May 08 05:22:45.851 INFO STEP 92 (ensure_file) COMPLETE
95152025-05-08T05:22:47.368Z[ host-image] May 08 05:22:45.851 INFO O| May 08 05:22:45.851 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162025-05-08T05:22:47.429Z[ host-image] May 08 05:22:45.915 INFO O| May 08 05:22:45.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95172025-05-08T05:22:47.429Z[ host-image] May 08 05:22:45.915 INFO O| May 08 05:22:45.915 INFO copying /tmp/.tmpxS9Odm/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-05-08T05:22:47.429Z[ host-image] May 08 05:22:45.915 INFO O| May 08 05:22:45.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95192025-05-08T05:22:47.433Z[ host-image] May 08 05:22:45.915 INFO O| May 08 05:22:45.915 INFO ok!
95202025-05-08T05:22:47.433Z[ host-image] May 08 05:22:45.915 INFO O| May 08 05:22:45.915 INFO STEP 93 (ensure_file) COMPLETE
95212025-05-08T05:22:47.433Z[ host-image] May 08 05:22:45.915 INFO O| May 08 05:22:45.915 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222025-05-08T05:22:47.496Z[ host-image] May 08 05:22:45.982 INFO O| May 08 05:22:45.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95232025-05-08T05:22:47.496Z[ host-image] May 08 05:22:45.982 INFO O| May 08 05:22:45.982 INFO copying /tmp/.tmpxS9Odm/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-05-08T05:22:47.496Z[ host-image] May 08 05:22:45.982 INFO O| May 08 05:22:45.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95252025-05-08T05:22:47.500Z[ host-image] May 08 05:22:45.982 INFO O| May 08 05:22:45.982 INFO ok!
95262025-05-08T05:22:47.500Z[ host-image] May 08 05:22:45.982 INFO O| May 08 05:22:45.982 INFO STEP 94 (ensure_file) COMPLETE
95272025-05-08T05:22:47.500Z[ host-image] May 08 05:22:45.983 INFO O| May 08 05:22:45.982 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282025-05-08T05:22:47.515Z[ recovery-image] May 08 05:22:46.001 INFO E| Downloading crates ...
95292025-05-08T05:22:47.518Z[ host-image] May 08 05:22:46.004 INFO O| May 08 05:22:46.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95302025-05-08T05:22:47.518Z[ host-image] May 08 05:22:46.004 INFO O| May 08 05:22:46.004 INFO copying /tmp/.tmpxS9Odm/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 ...
95312025-05-08T05:22:47.518Z[ host-image] May 08 05:22:46.004 INFO O| May 08 05:22:46.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95322025-05-08T05:22:47.518Z[ host-image] May 08 05:22:46.005 INFO O| May 08 05:22:46.004 INFO ok!
95332025-05-08T05:22:47.522Z[ host-image] May 08 05:22:46.005 INFO O| May 08 05:22:46.005 INFO STEP 95 (ensure_file) COMPLETE
95342025-05-08T05:22:47.522Z[ host-image] May 08 05:22:46.005 INFO O| May 08 05:22:46.005 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352025-05-08T05:22:47.543Z[ host-image] May 08 05:22:46.026 INFO O| May 08 05:22:46.026 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95362025-05-08T05:22:47.543Z[ host-image] May 08 05:22:46.026 INFO O| May 08 05:22:46.026 INFO copying /tmp/.tmpxS9Odm/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 ...
95372025-05-08T05:22:47.546Z[ host-image] May 08 05:22:46.026 INFO O| May 08 05:22:46.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95382025-05-08T05:22:47.546Z[ host-image] May 08 05:22:46.026 INFO O| May 08 05:22:46.026 INFO ok!
95392025-05-08T05:22:47.546Z[ host-image] May 08 05:22:46.026 INFO O| May 08 05:22:46.026 INFO STEP 96 (ensure_file) COMPLETE
95402025-05-08T05:22:47.546Z[ host-image] May 08 05:22:46.026 INFO O| May 08 05:22:46.026 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412025-05-08T05:22:47.562Z[ host-image] May 08 05:22:46.047 INFO O| May 08 05:22:46.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95422025-05-08T05:22:47.562Z[ host-image] May 08 05:22:46.047 INFO O| May 08 05:22:46.047 INFO copying /tmp/.tmpxS9Odm/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 ...
95432025-05-08T05:22:47.562Z[ host-image] May 08 05:22:46.047 INFO O| May 08 05:22:46.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95442025-05-08T05:22:47.565Z[ host-image] May 08 05:22:46.047 INFO O| May 08 05:22:46.047 INFO ok!
95452025-05-08T05:22:47.565Z[ host-image] May 08 05:22:46.047 INFO O| May 08 05:22:46.047 INFO STEP 97 (ensure_file) COMPLETE
95462025-05-08T05:22:47.565Z[ host-image] May 08 05:22:46.047 INFO O| May 08 05:22:46.047 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472025-05-08T05:22:47.583Z[ host-image] May 08 05:22:46.068 INFO O| May 08 05:22:46.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95482025-05-08T05:22:47.583Z[ host-image] May 08 05:22:46.068 INFO O| May 08 05:22:46.068 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95492025-05-08T05:22:47.586Z[ host-image] May 08 05:22:46.069 INFO O| May 08 05:22:46.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95502025-05-08T05:22:47.586Z[ host-image] May 08 05:22:46.069 INFO O| May 08 05:22:46.069 INFO ok!
95512025-05-08T05:22:47.586Z[ host-image] May 08 05:22:46.069 INFO O| May 08 05:22:46.069 INFO STEP 98 (ensure_file) COMPLETE
95522025-05-08T05:22:47.586Z[ host-image] May 08 05:22:46.069 INFO O| May 08 05:22:46.069 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-05-08T05:22:47.607Z[ host-image] May 08 05:22:46.092 INFO O| May 08 05:22:46.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95542025-05-08T05:22:47.607Z[ host-image] May 08 05:22:46.092 INFO O| May 08 05:22:46.092 INFO copying /tmp/.tmpxS9Odm/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 ...
95552025-05-08T05:22:47.610Z[ host-image] May 08 05:22:46.092 INFO O| May 08 05:22:46.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95562025-05-08T05:22:47.610Z[ host-image] May 08 05:22:46.092 INFO O| May 08 05:22:46.092 INFO ok!
95572025-05-08T05:22:47.610Z[ host-image] May 08 05:22:46.092 INFO O| May 08 05:22:46.092 INFO STEP 99 (ensure_file) COMPLETE
95582025-05-08T05:22:47.610Z[ host-image] May 08 05:22:46.092 INFO O| May 08 05:22:46.092 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592025-05-08T05:22:47.630Z[ host-image] May 08 05:22:46.116 INFO O| May 08 05:22:46.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95602025-05-08T05:22:47.630Z[ host-image] May 08 05:22:46.116 INFO O| May 08 05:22:46.116 INFO copying /tmp/.tmpxS9Odm/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 ...
95612025-05-08T05:22:47.631Z[ host-image] May 08 05:22:46.116 INFO O| May 08 05:22:46.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95622025-05-08T05:22:47.631Z[ host-image] May 08 05:22:46.116 INFO O| May 08 05:22:46.116 INFO ok!
95632025-05-08T05:22:47.634Z[ host-image] May 08 05:22:46.116 INFO O| May 08 05:22:46.116 INFO STEP 100 (ensure_file) COMPLETE
95642025-05-08T05:22:47.634Z[ host-image] May 08 05:22:46.116 INFO O| May 08 05:22:46.116 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-05-08T05:22:47.668Z[ host-image] May 08 05:22:46.154 INFO O| May 08 05:22:46.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95662025-05-08T05:22:47.673Z[ host-image] May 08 05:22:46.154 INFO O| May 08 05:22:46.154 INFO copying /tmp/.tmpxS9Odm/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 ...
95672025-05-08T05:22:47.673Z[ host-image] May 08 05:22:46.154 INFO O| May 08 05:22:46.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95682025-05-08T05:22:47.673Z[ host-image] May 08 05:22:46.154 INFO O| May 08 05:22:46.154 INFO ok!
95692025-05-08T05:22:47.673Z[ host-image] May 08 05:22:46.154 INFO O| May 08 05:22:46.154 INFO STEP 101 (ensure_file) COMPLETE
95702025-05-08T05:22:47.673Z[ host-image] May 08 05:22:46.154 INFO O| May 08 05:22:46.154 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712025-05-08T05:22:47.702Z[ recovery-image] May 08 05:22:46.188 INFO E| Downloaded allocator-api2 v0.2.21
95722025-05-08T05:22:47.707Z[ recovery-image] May 08 05:22:46.193 INFO E| Downloaded rustc-literal-escaper v0.0.2
95732025-05-08T05:22:47.711Z[ host-image] May 08 05:22:46.197 INFO O| May 08 05:22:46.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95742025-05-08T05:22:47.711Z[ host-image] May 08 05:22:46.197 INFO O| May 08 05:22:46.197 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95752025-05-08T05:22:47.715Z[ host-image] May 08 05:22:46.197 INFO O| May 08 05:22:46.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95762025-05-08T05:22:47.715Z[ host-image] May 08 05:22:46.198 INFO O| May 08 05:22:46.197 INFO ok!
95772025-05-08T05:22:47.715Z[ host-image] May 08 05:22:46.198 INFO O| May 08 05:22:46.198 INFO STEP 102 (ensure_file) COMPLETE
95782025-05-08T05:22:47.715Z[ host-image] May 08 05:22:46.198 INFO O| May 08 05:22:46.198 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792025-05-08T05:22:47.715Z[ recovery-image] May 08 05:22:46.200 INFO E| Downloaded compiler_builtins v0.1.155
95802025-05-08T05:22:47.753Z[ host-image] May 08 05:22:46.239 INFO O| May 08 05:22:46.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95812025-05-08T05:22:47.753Z[ host-image] May 08 05:22:46.239 INFO O| May 08 05:22:46.239 INFO copying /tmp/.tmpxS9Odm/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 ...
95822025-05-08T05:22:47.757Z[ host-image] May 08 05:22:46.240 INFO O| May 08 05:22:46.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95832025-05-08T05:22:47.757Z[ host-image] May 08 05:22:46.240 INFO O| May 08 05:22:46.240 INFO ok!
95842025-05-08T05:22:47.757Z[ host-image] May 08 05:22:46.240 INFO O| May 08 05:22:46.240 INFO STEP 103 (ensure_file) COMPLETE
95852025-05-08T05:22:47.757Z[ host-image] May 08 05:22:46.240 INFO O| May 08 05:22:46.240 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862025-05-08T05:22:47.761Z[ recovery-image] May 08 05:22:46.246 INFO E| Compiling compiler_builtins v0.1.155
95872025-05-08T05:22:47.761Z[ recovery-image] May 08 05:22:46.246 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
95882025-05-08T05:22:47.761Z[ recovery-image] May 08 05:22:46.246 INFO E| Compiling proc-macro2 v1.0.95
95892025-05-08T05:22:47.761Z[ recovery-image] May 08 05:22:46.246 INFO E| Compiling unicode-ident v1.0.18
95902025-05-08T05:22:47.761Z[ recovery-image] May 08 05:22:46.247 INFO E| Compiling syn v1.0.109
95912025-05-08T05:22:47.765Z[ recovery-image] May 08 05:22:46.247 INFO E| Compiling x86 v0.52.0
95922025-05-08T05:22:47.765Z[ recovery-image] May 08 05:22:46.247 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95932025-05-08T05:22:47.765Z[ recovery-image] May 08 05:22:46.247 INFO E| Compiling seq-macro v0.3.6
95942025-05-08T05:22:47.778Z[ host-image] May 08 05:22:46.264 INFO O| May 08 05:22:46.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95952025-05-08T05:22:47.778Z[ host-image] May 08 05:22:46.264 INFO O| May 08 05:22:46.264 INFO copying /tmp/.tmpxS9Odm/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 ...
95962025-05-08T05:22:47.782Z[ host-image] May 08 05:22:46.264 INFO O| May 08 05:22:46.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95972025-05-08T05:22:47.782Z[ host-image] May 08 05:22:46.264 INFO O| May 08 05:22:46.264 INFO ok!
95982025-05-08T05:22:47.782Z[ host-image] May 08 05:22:46.264 INFO O| May 08 05:22:46.264 INFO STEP 104 (ensure_file) COMPLETE
95992025-05-08T05:22:47.782Z[ host-image] May 08 05:22:46.264 INFO O| May 08 05:22:46.264 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002025-05-08T05:22:47.799Z[ host-image] May 08 05:22:46.284 INFO O| May 08 05:22:46.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96012025-05-08T05:22:47.799Z[ host-image] May 08 05:22:46.285 INFO O| May 08 05:22:46.284 INFO copying /tmp/.tmpxS9Odm/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 ...
96022025-05-08T05:22:47.802Z[ host-image] May 08 05:22:46.285 INFO O| May 08 05:22:46.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96032025-05-08T05:22:47.802Z[ host-image] May 08 05:22:46.285 INFO O| May 08 05:22:46.285 INFO ok!
96042025-05-08T05:22:47.802Z[ host-image] May 08 05:22:46.285 INFO O| May 08 05:22:46.285 INFO STEP 105 (ensure_file) COMPLETE
96052025-05-08T05:22:47.802Z[ host-image] May 08 05:22:46.285 INFO O| May 08 05:22:46.285 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062025-05-08T05:22:47.830Z[ host-image] May 08 05:22:46.316 INFO O| May 08 05:22:46.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96072025-05-08T05:22:47.830Z[ host-image] May 08 05:22:46.316 INFO O| May 08 05:22:46.316 INFO copying /tmp/.tmpxS9Odm/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 ...
96082025-05-08T05:22:47.834Z[ host-image] May 08 05:22:46.316 INFO O| May 08 05:22:46.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96092025-05-08T05:22:47.834Z[ host-image] May 08 05:22:46.316 INFO O| May 08 05:22:46.316 INFO ok!
96102025-05-08T05:22:47.834Z[ host-image] May 08 05:22:46.316 INFO O| May 08 05:22:46.316 INFO STEP 106 (ensure_file) COMPLETE
96112025-05-08T05:22:47.834Z[ host-image] May 08 05:22:46.316 INFO O| May 08 05:22:46.316 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122025-05-08T05:22:47.885Z[ host-image] May 08 05:22:46.371 INFO O| May 08 05:22:46.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96132025-05-08T05:22:47.885Z[ host-image] May 08 05:22:46.371 INFO O| May 08 05:22:46.371 INFO copying /tmp/.tmpxS9Odm/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 ...
96142025-05-08T05:22:47.885Z[ host-image] May 08 05:22:46.371 INFO O| May 08 05:22:46.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96152025-05-08T05:22:47.885Z[ host-image] May 08 05:22:46.371 INFO O| May 08 05:22:46.371 INFO ok!
96162025-05-08T05:22:47.888Z[ host-image] May 08 05:22:46.371 INFO O| May 08 05:22:46.371 INFO STEP 107 (ensure_file) COMPLETE
96172025-05-08T05:22:47.888Z[ host-image] May 08 05:22:46.371 INFO O| May 08 05:22:46.371 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182025-05-08T05:22:47.906Z[ host-image] May 08 05:22:46.392 INFO O| May 08 05:22:46.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96192025-05-08T05:22:47.906Z[ host-image] May 08 05:22:46.392 INFO O| May 08 05:22:46.392 INFO copying /tmp/.tmpxS9Odm/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 ...
96202025-05-08T05:22:47.906Z[ host-image] May 08 05:22:46.392 INFO O| May 08 05:22:46.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96212025-05-08T05:22:47.906Z[ host-image] May 08 05:22:46.392 INFO O| May 08 05:22:46.392 INFO ok!
96222025-05-08T05:22:47.906Z[ host-image] May 08 05:22:46.392 INFO O| May 08 05:22:46.392 INFO STEP 108 (ensure_file) COMPLETE
96232025-05-08T05:22:47.909Z[ host-image] May 08 05:22:46.392 INFO O| May 08 05:22:46.392 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242025-05-08T05:22:47.945Z[ host-image] May 08 05:22:46.430 INFO O| May 08 05:22:46.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96252025-05-08T05:22:47.945Z[ host-image] May 08 05:22:46.430 INFO O| May 08 05:22:46.430 INFO copying /tmp/.tmpxS9Odm/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 ...
96262025-05-08T05:22:47.948Z[ host-image] May 08 05:22:46.430 INFO O| May 08 05:22:46.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96272025-05-08T05:22:47.948Z[ host-image] May 08 05:22:46.430 INFO O| May 08 05:22:46.430 INFO ok!
96282025-05-08T05:22:47.948Z[ host-image] May 08 05:22:46.430 INFO O| May 08 05:22:46.430 INFO STEP 109 (ensure_file) COMPLETE
96292025-05-08T05:22:47.948Z[ host-image] May 08 05:22:46.430 INFO O| May 08 05:22:46.430 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302025-05-08T05:22:48.004Z[ host-image] May 08 05:22:46.490 INFO O| May 08 05:22:46.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96312025-05-08T05:22:48.004Z[ host-image] May 08 05:22:46.490 INFO O| May 08 05:22:46.490 INFO copying /tmp/.tmpxS9Odm/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 ...
96322025-05-08T05:22:48.007Z[ host-image] May 08 05:22:46.490 INFO O| May 08 05:22:46.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96332025-05-08T05:22:48.007Z[ host-image] May 08 05:22:46.490 INFO O| May 08 05:22:46.490 INFO ok!
96342025-05-08T05:22:48.007Z[ host-image] May 08 05:22:46.490 INFO O| May 08 05:22:46.490 INFO STEP 110 (ensure_file) COMPLETE
96352025-05-08T05:22:48.007Z[ host-image] May 08 05:22:46.490 INFO O| May 08 05:22:46.490 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362025-05-08T05:22:48.062Z[ host-image] May 08 05:22:46.547 INFO O| May 08 05:22:46.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96372025-05-08T05:22:48.062Z[ host-image] May 08 05:22:46.547 INFO O| May 08 05:22:46.547 INFO copying /tmp/.tmpxS9Odm/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 ...
96382025-05-08T05:22:48.065Z[ host-image] May 08 05:22:46.548 INFO O| May 08 05:22:46.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96392025-05-08T05:22:48.065Z[ host-image] May 08 05:22:46.548 INFO O| May 08 05:22:46.548 INFO ok!
96402025-05-08T05:22:48.065Z[ host-image] May 08 05:22:46.548 INFO O| May 08 05:22:46.548 INFO STEP 111 (ensure_file) COMPLETE
96412025-05-08T05:22:48.065Z[ host-image] May 08 05:22:46.548 INFO O| May 08 05:22:46.548 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-05-08T05:22:48.145Z[ host-image] May 08 05:22:46.627 INFO O| May 08 05:22:46.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96432025-05-08T05:22:48.145Z[ host-image] May 08 05:22:46.627 INFO O| May 08 05:22:46.627 INFO copying /tmp/.tmpxS9Odm/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 ...
96442025-05-08T05:22:48.148Z[ host-image] May 08 05:22:46.627 INFO O| May 08 05:22:46.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96452025-05-08T05:22:48.148Z[ host-image] May 08 05:22:46.627 INFO O| May 08 05:22:46.627 INFO ok!
96462025-05-08T05:22:48.148Z[ host-image] May 08 05:22:46.627 INFO O| May 08 05:22:46.627 INFO STEP 112 (ensure_file) COMPLETE
96472025-05-08T05:22:48.148Z[ host-image] May 08 05:22:46.627 INFO O| May 08 05:22:46.627 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482025-05-08T05:22:48.178Z[ host-image] May 08 05:22:46.662 INFO O| May 08 05:22:46.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96492025-05-08T05:22:48.178Z[ host-image] May 08 05:22:46.662 INFO O| May 08 05:22:46.662 INFO copying /tmp/.tmpxS9Odm/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 ...
96502025-05-08T05:22:48.181Z[ host-image] May 08 05:22:46.663 INFO O| May 08 05:22:46.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96512025-05-08T05:22:48.181Z[ host-image] May 08 05:22:46.663 INFO O| May 08 05:22:46.663 INFO ok!
96522025-05-08T05:22:48.181Z[ host-image] May 08 05:22:46.663 INFO O| May 08 05:22:46.663 INFO STEP 113 (ensure_file) COMPLETE
96532025-05-08T05:22:48.181Z[ host-image] May 08 05:22:46.663 INFO O| May 08 05:22:46.663 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542025-05-08T05:22:48.252Z[ host-image] May 08 05:22:46.737 INFO O| May 08 05:22:46.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96552025-05-08T05:22:48.252Z[ host-image] May 08 05:22:46.737 INFO O| May 08 05:22:46.737 INFO copying /tmp/.tmpxS9Odm/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 ...
96562025-05-08T05:22:48.255Z[ host-image] May 08 05:22:46.737 INFO O| May 08 05:22:46.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96572025-05-08T05:22:48.255Z[ host-image] May 08 05:22:46.737 INFO O| May 08 05:22:46.737 INFO ok!
96582025-05-08T05:22:48.255Z[ host-image] May 08 05:22:46.737 INFO O| May 08 05:22:46.737 INFO STEP 114 (ensure_file) COMPLETE
96592025-05-08T05:22:48.255Z[ host-image] May 08 05:22:46.737 INFO O| May 08 05:22:46.737 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602025-05-08T05:22:48.335Z[ host-image] May 08 05:22:46.820 INFO O| May 08 05:22:46.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96612025-05-08T05:22:48.335Z[ host-image] May 08 05:22:46.820 INFO O| May 08 05:22:46.820 INFO copying /tmp/.tmpxS9Odm/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 ...
96622025-05-08T05:22:48.339Z[ host-image] May 08 05:22:46.820 INFO O| May 08 05:22:46.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96632025-05-08T05:22:48.339Z[ host-image] May 08 05:22:46.820 INFO O| May 08 05:22:46.820 INFO ok!
96642025-05-08T05:22:48.339Z[ host-image] May 08 05:22:46.820 INFO O| May 08 05:22:46.820 INFO STEP 115 (ensure_file) COMPLETE
96652025-05-08T05:22:48.339Z[ host-image] May 08 05:22:46.820 INFO O| May 08 05:22:46.820 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662025-05-08T05:22:48.396Z[ host-image] May 08 05:22:46.881 INFO O| May 08 05:22:46.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96672025-05-08T05:22:48.399Z[ host-image] May 08 05:22:46.881 INFO O| May 08 05:22:46.881 INFO copying /tmp/.tmpxS9Odm/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 ...
96682025-05-08T05:22:48.399Z[ host-image] May 08 05:22:46.882 INFO O| May 08 05:22:46.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96692025-05-08T05:22:48.399Z[ host-image] May 08 05:22:46.882 INFO O| May 08 05:22:46.882 INFO ok!
96702025-05-08T05:22:48.400Z[ host-image] May 08 05:22:46.882 INFO O| May 08 05:22:46.882 INFO STEP 116 (ensure_file) COMPLETE
96712025-05-08T05:22:48.400Z[ host-image] May 08 05:22:46.882 INFO O| May 08 05:22:46.882 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.906 INFO O| May 08 05:22:46.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96732025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.906 INFO O| May 08 05:22:46.906 INFO copying /tmp/.tmpxS9Odm/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 ...
96742025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.906 INFO O| May 08 05:22:46.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96752025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.906 INFO O| May 08 05:22:46.906 INFO ok!
96762025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.906 INFO O| May 08 05:22:46.906 INFO STEP 117 (ensure_file) COMPLETE
96772025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.907 INFO O| May 08 05:22:46.906 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.929 INFO O| May 08 05:22:46.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96792025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.929 INFO O| May 08 05:22:46.929 INFO copying /tmp/.tmpxS9Odm/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 ...
96802025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.929 INFO O| May 08 05:22:46.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96812025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.929 INFO O| May 08 05:22:46.929 INFO ok!
96822025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.929 INFO O| May 08 05:22:46.929 INFO STEP 118 (ensure_file) COMPLETE
96832025-05-08T05:22:48.446Z[ host-image] May 08 05:22:46.929 INFO O| May 08 05:22:46.929 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-05-08T05:22:48.467Z[ host-image] May 08 05:22:46.952 INFO O| May 08 05:22:46.952 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96852025-05-08T05:22:48.467Z[ host-image] May 08 05:22:46.952 INFO O| May 08 05:22:46.952 INFO copying /tmp/.tmpxS9Odm/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 ...
96862025-05-08T05:22:48.470Z[ host-image] May 08 05:22:46.952 INFO O| May 08 05:22:46.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96872025-05-08T05:22:48.470Z[ host-image] May 08 05:22:46.952 INFO O| May 08 05:22:46.952 INFO ok!
96882025-05-08T05:22:48.470Z[ host-image] May 08 05:22:46.952 INFO O| May 08 05:22:46.952 INFO STEP 119 (ensure_file) COMPLETE
96892025-05-08T05:22:48.470Z[ host-image] May 08 05:22:46.953 INFO O| May 08 05:22:46.953 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-05-08T05:22:48.518Z[ host-image] May 08 05:22:47.004 INFO O| May 08 05:22:47.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96912025-05-08T05:22:48.518Z[ host-image] May 08 05:22:47.004 INFO O| May 08 05:22:47.004 INFO copying /tmp/.tmpxS9Odm/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 ...
96922025-05-08T05:22:48.522Z[ host-image] May 08 05:22:47.004 INFO O| May 08 05:22:47.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96932025-05-08T05:22:48.522Z[ host-image] May 08 05:22:47.004 INFO O| May 08 05:22:47.004 INFO ok!
96942025-05-08T05:22:48.522Z[ host-image] May 08 05:22:47.004 INFO O| May 08 05:22:47.004 INFO STEP 120 (ensure_file) COMPLETE
96952025-05-08T05:22:48.522Z[ host-image] May 08 05:22:47.004 INFO O| May 08 05:22:47.004 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962025-05-08T05:22:48.617Z[ host-image] May 08 05:22:47.102 INFO O| May 08 05:22:47.102 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96972025-05-08T05:22:48.617Z[ host-image] May 08 05:22:47.102 INFO O| May 08 05:22:47.102 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96982025-05-08T05:22:48.625Z[ host-image] May 08 05:22:47.102 INFO O| May 08 05:22:47.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96992025-05-08T05:22:48.625Z[ host-image] May 08 05:22:47.102 INFO O| May 08 05:22:47.102 INFO ok!
97002025-05-08T05:22:48.625Z[ host-image] May 08 05:22:47.102 INFO O| May 08 05:22:47.102 INFO STEP 121 (ensure_file) COMPLETE
97012025-05-08T05:22:48.625Z[ host-image] May 08 05:22:47.102 INFO O| May 08 05:22:47.102 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-05-08T05:22:48.657Z[ host-image] May 08 05:22:47.142 INFO O| May 08 05:22:47.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97032025-05-08T05:22:48.660Z[ host-image] May 08 05:22:47.142 INFO O| May 08 05:22:47.142 INFO copying /tmp/.tmpxS9Odm/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 ...
97042025-05-08T05:22:48.660Z[ host-image] May 08 05:22:47.142 INFO O| May 08 05:22:47.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97052025-05-08T05:22:48.660Z[ host-image] May 08 05:22:47.142 INFO O| May 08 05:22:47.142 INFO ok!
97062025-05-08T05:22:48.660Z[ host-image] May 08 05:22:47.142 INFO O| May 08 05:22:47.142 INFO STEP 122 (ensure_file) COMPLETE
97072025-05-08T05:22:48.660Z[ host-image] May 08 05:22:47.142 INFO O| May 08 05:22:47.142 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082025-05-08T05:22:48.734Z[ host-image] May 08 05:22:47.219 INFO O| May 08 05:22:47.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97092025-05-08T05:22:48.734Z[ host-image] May 08 05:22:47.219 INFO O| May 08 05:22:47.219 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97102025-05-08T05:22:48.734Z[ host-image] May 08 05:22:47.220 INFO O| May 08 05:22:47.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97112025-05-08T05:22:48.759Z[ host-image] May 08 05:22:47.245 INFO O| May 08 05:22:47.219 INFO ok!
97122025-05-08T05:22:48.763Z[ host-image] May 08 05:22:47.246 INFO O| May 08 05:22:47.246 INFO STEP 123 (ensure_file) COMPLETE
97132025-05-08T05:22:48.763Z[ host-image] May 08 05:22:47.246 INFO O| May 08 05:22:47.246 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142025-05-08T05:22:48.844Z[ host-image] May 08 05:22:47.330 INFO O| May 08 05:22:47.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97152025-05-08T05:22:48.844Z[ host-image] May 08 05:22:47.330 INFO O| May 08 05:22:47.330 INFO copying /tmp/.tmpxS9Odm/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97162025-05-08T05:22:51.110Z[ recovery-image] May 08 05:22:49.595 INFO E| Compiling quote v1.0.40
97172025-05-08T05:22:51.996Z[ recovery-image] May 08 05:22:50.455 INFO E| Compiling syn v2.0.100
97182025-05-08T05:23:00.947Z[ host-image] May 08 05:22:59.427 INFO O| May 08 05:22:59.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97192025-05-08T05:23:00.947Z[ host-image] May 08 05:22:59.427 INFO O| May 08 05:22:59.427 INFO ok!
97202025-05-08T05:23:00.950Z[ host-image] May 08 05:22:59.427 INFO O| May 08 05:22:59.427 INFO STEP 124 (ensure_file) COMPLETE
97212025-05-08T05:23:00.950Z[ host-image] May 08 05:22:59.427 INFO O| May 08 05:22:59.427 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222025-05-08T05:23:00.971Z[ host-image] May 08 05:22:59.451 INFO O| May 08 05:22:59.451 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97232025-05-08T05:23:00.971Z[ host-image] May 08 05:22:59.451 INFO O| May 08 05:22:59.451 INFO STEP 125 (ensure_dir) COMPLETE
97242025-05-08T05:23:00.974Z[ host-image] May 08 05:22:59.451 INFO O| May 08 05:22:59.451 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252025-05-08T05:23:01.268Z[ recovery-image] May 08 05:22:59.748 INFO E| Compiling scroll_derive v0.12.1
97262025-05-08T05:23:01.551Z[ host-image] May 08 05:23:00.031 INFO O| May 08 05:23:00.031 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97272025-05-08T05:23:01.551Z[ host-image] May 08 05:23:00.031 INFO O| May 08 05:23:00.031 INFO STEP 126 (ensure_dir) COMPLETE
97282025-05-08T05:23:01.554Z[ host-image] May 08 05:23:00.031 INFO O| May 08 05:23:00.031 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292025-05-08T05:23:01.585Z[ host-image] May 08 05:23:00.065 INFO O| May 08 05:23:00.064 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97302025-05-08T05:23:01.585Z[ host-image] May 08 05:23:00.065 INFO O| May 08 05:23:00.065 INFO STEP 127 (ensure_dir) COMPLETE
97312025-05-08T05:23:01.585Z[ host-image] May 08 05:23:00.065 INFO O| May 08 05:23:00.065 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322025-05-08T05:23:01.637Z[ host-image] May 08 05:23:00.117 INFO O| May 08 05:23:00.117 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97332025-05-08T05:23:01.637Z[ host-image] May 08 05:23:00.117 INFO O| May 08 05:23:00.117 INFO STEP 128 (ensure_dir) COMPLETE
97342025-05-08T05:23:01.641Z[ host-image] May 08 05:23:00.117 INFO O| May 08 05:23:00.117 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352025-05-08T05:23:01.657Z[ host-image] May 08 05:23:00.137 INFO O| May 08 05:23:00.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97362025-05-08T05:23:01.657Z[ host-image] May 08 05:23:00.137 INFO O| May 08 05:23:00.137 INFO copying /tmp/.tmpxS9Odm/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 ...
97372025-05-08T05:23:01.660Z[ host-image] May 08 05:23:00.138 INFO O| May 08 05:23:00.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97382025-05-08T05:23:01.660Z[ host-image] May 08 05:23:00.138 INFO O| May 08 05:23:00.137 INFO ok!
97392025-05-08T05:23:01.660Z[ host-image] May 08 05:23:00.138 INFO O| May 08 05:23:00.138 INFO STEP 129 (ensure_file) COMPLETE
97402025-05-08T05:23:01.660Z[ host-image] May 08 05:23:00.138 INFO O| May 08 05:23:00.138 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412025-05-08T05:23:01.677Z[ host-image] May 08 05:23:00.157 INFO O| May 08 05:23:00.157 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97422025-05-08T05:23:01.677Z[ host-image] May 08 05:23:00.157 INFO O| May 08 05:23:00.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97432025-05-08T05:23:01.677Z[ host-image] May 08 05:23:00.157 INFO O| May 08 05:23:00.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97442025-05-08T05:23:01.680Z[ host-image] May 08 05:23:00.157 INFO O| May 08 05:23:00.157 INFO STEP 130 (ensure_dir) COMPLETE
97452025-05-08T05:23:01.680Z[ host-image] May 08 05:23:00.157 INFO O| May 08 05:23:00.157 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462025-05-08T05:23:01.753Z[ host-image] May 08 05:23:00.233 INFO O| May 08 05:23:00.233 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97472025-05-08T05:23:01.753Z[ host-image] May 08 05:23:00.233 INFO O| May 08 05:23:00.233 INFO copying /tmp/.tmpxS9Odm/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97482025-05-08T05:23:01.756Z[ host-image] May 08 05:23:00.233 INFO O| May 08 05:23:00.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97492025-05-08T05:23:01.756Z[ host-image] May 08 05:23:00.233 INFO O| May 08 05:23:00.233 INFO ok!
97502025-05-08T05:23:01.756Z[ host-image] May 08 05:23:00.233 INFO O| May 08 05:23:00.233 INFO STEP 131 (ensure_file) COMPLETE
97512025-05-08T05:23:01.756Z[ host-image] May 08 05:23:00.233 INFO O| May 08 05:23:00.233 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97522025-05-08T05:23:01.810Z[ host-image] May 08 05:23:00.291 INFO O| May 08 05:23:00.290 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97532025-05-08T05:23:01.813Z[ host-image] May 08 05:23:00.291 INFO O| May 08 05:23:00.291 INFO STEP 132 (remove_files) COMPLETE
97542025-05-08T05:23:01.813Z[ host-image] May 08 05:23:00.291 INFO O| May 08 05:23:00.291 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97552025-05-08T05:23:01.875Z[ host-image] May 08 05:23:00.355 INFO O| May 08 05:23:00.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97562025-05-08T05:23:01.878Z[ host-image] May 08 05:23:00.356 INFO O| May 08 05:23:00.356 INFO STEP 133 (remove_files) COMPLETE
97572025-05-08T05:23:01.878Z[ host-image] May 08 05:23:00.356 INFO O| May 08 05:23:00.356 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97582025-05-08T05:23:01.912Z[ host-image] May 08 05:23:00.392 INFO O| May 08 05:23:00.392 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97592025-05-08T05:23:01.916Z[ host-image] May 08 05:23:00.392 INFO O| May 08 05:23:00.392 INFO STEP 134 (remove_files) COMPLETE
97602025-05-08T05:23:01.916Z[ host-image] May 08 05:23:00.392 INFO O| May 08 05:23:00.392 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612025-05-08T05:23:01.949Z[ host-image] May 08 05:23:00.429 INFO O| May 08 05:23:00.429 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97622025-05-08T05:23:01.954Z[ host-image] May 08 05:23:00.429 INFO O| May 08 05:23:00.429 INFO STEP 135 (remove_files) COMPLETE
97632025-05-08T05:23:01.954Z[ host-image] May 08 05:23:00.429 INFO O| May 08 05:23:00.429 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642025-05-08T05:23:02.009Z[ host-image] May 08 05:23:00.489 INFO O| May 08 05:23:00.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97652025-05-08T05:23:02.013Z[ host-image] May 08 05:23:00.489 INFO O| May 08 05:23:00.489 INFO STEP 136 (remove_files) COMPLETE
97662025-05-08T05:23:02.013Z[ host-image] May 08 05:23:00.489 INFO O| May 08 05:23:00.489 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672025-05-08T05:23:02.041Z[ host-image] May 08 05:23:00.520 INFO O| May 08 05:23:00.520 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97682025-05-08T05:23:02.047Z[ host-image] May 08 05:23:00.521 INFO O| May 08 05:23:00.520 INFO STEP 137 (remove_files) COMPLETE
97692025-05-08T05:23:02.047Z[ host-image] May 08 05:23:00.521 INFO O| May 08 05:23:00.520 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702025-05-08T05:23:02.072Z[ host-image] May 08 05:23:00.552 INFO O| May 08 05:23:00.552 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97712025-05-08T05:23:02.072Z[ host-image] May 08 05:23:00.552 INFO O| May 08 05:23:00.552 INFO STEP 138 (remove_files) COMPLETE
97722025-05-08T05:23:02.072Z[ host-image] May 08 05:23:00.553 INFO O| May 08 05:23:00.552 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732025-05-08T05:23:02.094Z[ host-image] May 08 05:23:00.574 INFO O| May 08 05:23:00.574 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97742025-05-08T05:23:02.094Z[ host-image] May 08 05:23:00.574 INFO O| May 08 05:23:00.574 INFO STEP 139 (remove_files) COMPLETE
97752025-05-08T05:23:02.094Z[ host-image] May 08 05:23:00.574 INFO O| May 08 05:23:00.574 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762025-05-08T05:23:02.127Z[ host-image] May 08 05:23:00.607 INFO O| May 08 05:23:00.607 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97772025-05-08T05:23:02.130Z[ host-image] May 08 05:23:00.607 INFO O| May 08 05:23:00.607 INFO STEP 140 (remove_files) COMPLETE
97782025-05-08T05:23:02.130Z[ host-image] May 08 05:23:00.608 INFO O| May 08 05:23:00.607 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792025-05-08T05:23:02.152Z[ host-image] May 08 05:23:00.632 INFO O| May 08 05:23:00.631 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97802025-05-08T05:23:02.155Z[ host-image] May 08 05:23:00.632 INFO O| May 08 05:23:00.632 INFO STEP 141 (remove_files) COMPLETE
97812025-05-08T05:23:02.155Z[ host-image] May 08 05:23:00.632 INFO O| May 08 05:23:00.632 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822025-05-08T05:23:02.174Z[ host-image] May 08 05:23:00.654 INFO O| May 08 05:23:00.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97832025-05-08T05:23:02.176Z[ host-image] May 08 05:23:00.654 INFO O| May 08 05:23:00.654 INFO STEP 142 (remove_files) COMPLETE
97842025-05-08T05:23:02.177Z[ host-image] May 08 05:23:00.654 INFO O| May 08 05:23:00.654 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852025-05-08T05:23:02.214Z[ host-image] May 08 05:23:00.694 INFO O| May 08 05:23:00.694 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97862025-05-08T05:23:02.214Z[ host-image] May 08 05:23:00.694 INFO O| May 08 05:23:00.694 INFO STEP 143 (remove_files) COMPLETE
97872025-05-08T05:23:02.217Z[ host-image] May 08 05:23:00.694 INFO O| May 08 05:23:00.694 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882025-05-08T05:23:02.233Z[ host-image] May 08 05:23:00.713 INFO O| May 08 05:23:00.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97892025-05-08T05:23:02.233Z[ host-image] May 08 05:23:00.713 INFO O| May 08 05:23:00.713 INFO STEP 144 (remove_files) COMPLETE
97902025-05-08T05:23:02.236Z[ host-image] May 08 05:23:00.713 INFO O| May 08 05:23:00.713 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912025-05-08T05:23:02.268Z[ host-image] May 08 05:23:00.748 INFO O| May 08 05:23:00.748 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97922025-05-08T05:23:02.268Z[ host-image] May 08 05:23:00.748 INFO O| May 08 05:23:00.748 INFO STEP 145 (remove_files) COMPLETE
97932025-05-08T05:23:02.271Z[ host-image] May 08 05:23:00.748 INFO O| May 08 05:23:00.748 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942025-05-08T05:23:02.291Z[ host-image] May 08 05:23:00.772 INFO O| May 08 05:23:00.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97952025-05-08T05:23:02.291Z[ host-image] May 08 05:23:00.772 INFO O| May 08 05:23:00.772 INFO STEP 146 (remove_files) COMPLETE
97962025-05-08T05:23:02.297Z[ host-image] May 08 05:23:00.772 INFO O| May 08 05:23:00.772 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972025-05-08T05:23:02.313Z[ host-image] May 08 05:23:00.793 INFO O| May 08 05:23:00.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97982025-05-08T05:23:02.314Z[ host-image] May 08 05:23:00.794 INFO O| May 08 05:23:00.794 INFO STEP 147 (remove_files) COMPLETE
97992025-05-08T05:23:02.314Z[ host-image] May 08 05:23:00.794 INFO O| May 08 05:23:00.794 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002025-05-08T05:23:02.343Z[ host-image] May 08 05:23:00.823 INFO O| May 08 05:23:00.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98012025-05-08T05:23:02.343Z[ host-image] May 08 05:23:00.823 INFO O| May 08 05:23:00.823 INFO STEP 148 (remove_files) COMPLETE
98022025-05-08T05:23:02.346Z[ host-image] May 08 05:23:00.823 INFO O| May 08 05:23:00.823 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032025-05-08T05:23:02.431Z[ host-image] May 08 05:23:00.911 INFO O| May 08 05:23:00.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98042025-05-08T05:23:02.435Z[ host-image] May 08 05:23:00.911 INFO O| May 08 05:23:00.911 INFO STEP 149 (remove_files) COMPLETE
98052025-05-08T05:23:02.435Z[ host-image] May 08 05:23:00.911 INFO O| May 08 05:23:00.911 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062025-05-08T05:23:02.452Z[ host-image] May 08 05:23:00.932 INFO O| May 08 05:23:00.932 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98072025-05-08T05:23:02.452Z[ host-image] May 08 05:23:00.932 INFO O| May 08 05:23:00.932 INFO STEP 150 (remove_files) COMPLETE
98082025-05-08T05:23:02.455Z[ host-image] May 08 05:23:00.932 INFO O| May 08 05:23:00.932 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092025-05-08T05:23:02.476Z[ host-image] May 08 05:23:00.956 INFO O| May 08 05:23:00.956 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98102025-05-08T05:23:02.476Z[ host-image] May 08 05:23:00.956 INFO O| May 08 05:23:00.956 INFO STEP 151 (remove_files) COMPLETE
98112025-05-08T05:23:02.476Z[ host-image] May 08 05:23:00.956 INFO O| May 08 05:23:00.956 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122025-05-08T05:23:02.622Z[ host-image] May 08 05:23:01.102 INFO O| May 08 05:23:01.102 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98132025-05-08T05:23:02.622Z[ host-image] May 08 05:23:01.102 INFO O| May 08 05:23:01.102 INFO STEP 152 (remove_files) COMPLETE
98142025-05-08T05:23:02.622Z[ host-image] May 08 05:23:01.102 INFO O| May 08 05:23:01.102 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152025-05-08T05:23:02.657Z[ host-image] May 08 05:23:01.137 INFO O| May 08 05:23:01.137 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98162025-05-08T05:23:02.660Z[ host-image] May 08 05:23:01.137 INFO O| May 08 05:23:01.137 INFO STEP 153 (remove_files) COMPLETE
98172025-05-08T05:23:02.660Z[ host-image] May 08 05:23:01.137 INFO O| May 08 05:23:01.137 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182025-05-08T05:23:02.682Z[ host-image] May 08 05:23:01.162 INFO O| May 08 05:23:01.161 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98192025-05-08T05:23:02.682Z[ host-image] May 08 05:23:01.162 INFO O| May 08 05:23:01.162 INFO STEP 154 (remove_files) COMPLETE
98202025-05-08T05:23:02.682Z[ host-image] May 08 05:23:01.162 INFO O| May 08 05:23:01.162 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212025-05-08T05:23:02.747Z[ host-image] May 08 05:23:01.227 INFO O| May 08 05:23:01.227 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98222025-05-08T05:23:02.750Z[ host-image] May 08 05:23:01.227 INFO O| May 08 05:23:01.227 INFO STEP 155 (remove_files) COMPLETE
98232025-05-08T05:23:02.750Z[ host-image] May 08 05:23:01.227 INFO O| May 08 05:23:01.227 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242025-05-08T05:23:02.772Z[ host-image] May 08 05:23:01.252 INFO O| May 08 05:23:01.252 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98252025-05-08T05:23:02.772Z[ host-image] May 08 05:23:01.252 INFO O| May 08 05:23:01.252 INFO STEP 156 (remove_files) COMPLETE
98262025-05-08T05:23:02.772Z[ host-image] May 08 05:23:01.252 INFO O| May 08 05:23:01.252 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272025-05-08T05:23:02.852Z[ host-image] May 08 05:23:01.332 INFO O| May 08 05:23:01.332 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98282025-05-08T05:23:02.852Z[ host-image] May 08 05:23:01.332 INFO O| May 08 05:23:01.332 INFO STEP 157 (remove_files) COMPLETE
98292025-05-08T05:23:02.855Z[ host-image] May 08 05:23:01.332 INFO O| May 08 05:23:01.332 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302025-05-08T05:23:02.982Z[ host-image] May 08 05:23:01.462 INFO O| May 08 05:23:01.462 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98312025-05-08T05:23:02.982Z[ host-image] May 08 05:23:01.462 INFO O| May 08 05:23:01.462 INFO STEP 158 (remove_files) COMPLETE
98322025-05-08T05:23:02.994Z[ host-image] May 08 05:23:01.462 INFO O| May 08 05:23:01.462 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332025-05-08T05:23:03.051Z[ host-image] May 08 05:23:01.531 INFO O| May 08 05:23:01.531 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98342025-05-08T05:23:03.051Z[ host-image] May 08 05:23:01.531 INFO O| May 08 05:23:01.531 INFO STEP 159 (remove_files) COMPLETE
98352025-05-08T05:23:03.051Z[ host-image] May 08 05:23:01.531 INFO O| May 08 05:23:01.531 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362025-05-08T05:23:03.075Z[ host-image] May 08 05:23:01.555 INFO O| May 08 05:23:01.555 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98372025-05-08T05:23:03.079Z[ host-image] May 08 05:23:01.555 INFO O| May 08 05:23:01.555 INFO STEP 160 (remove_files) COMPLETE
98382025-05-08T05:23:03.079Z[ host-image] May 08 05:23:01.555 INFO O| May 08 05:23:01.555 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98392025-05-08T05:23:03.146Z[ host-image] May 08 05:23:01.625 INFO O| May 08 05:23:01.625 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98402025-05-08T05:23:03.149Z[ host-image] May 08 05:23:01.626 INFO O| May 08 05:23:01.625 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
98412025-05-08T05:23:06.271Z[ recovery-image] May 08 05:23:04.750 INFO E| Compiling bitstruct_derive v0.1.0
98422025-05-08T05:23:20.441Z[ host-image] May 08 05:23:18.897 INFO O| May 08 05:23:18.896 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
98432025-05-08T05:23:20.441Z[ host-image] May 08 05:23:18.897 INFO O| May 08 05:23:18.896 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98442025-05-08T05:23:20.462Z[ host-image] May 08 05:23:18.935 INFO O| May 08 05:23:18.935 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98452025-05-08T05:23:20.771Z[ host-image] May 08 05:23:19.244 INFO O| May 08 05:23:19.244 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
98462025-05-08T05:23:20.951Z[ host-image] May 08 05:23:19.424 INFO O| May 08 05:23:19.422 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98472025-05-08T05:23:21.116Z[ host-image] May 08 05:23:19.589 INFO O| May 08 05:23:19.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98482025-05-08T05:23:21.121Z[ host-image] May 08 05:23:19.589 INFO O| May 08 05:23:19.589 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98492025-05-08T05:23:21.121Z[ host-image] May 08 05:23:19.591 INFO O| May 08 05:23:19.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98502025-05-08T05:23:21.121Z[ host-image] May 08 05:23:19.591 INFO O| May 08 05:23:19.591 INFO ok!
98512025-05-08T05:23:21.121Z[ host-image] May 08 05:23:19.591 INFO O| May 08 05:23:19.591 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98522025-05-08T05:23:21.121Z[ host-image] May 08 05:23:19.591 INFO O| May 08 05:23:19.591 INFO STEP 161 (seed_smf) COMPLETE
98532025-05-08T05:23:21.121Z[ host-image] May 08 05:23:19.591 INFO O| May 08 05:23:19.591 INFO steps complete; finalising image!
98542025-05-08T05:23:21.121Z[ host-image] May 08 05:23:19.591 INFO O| May 08 05:23:19.591 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98552025-05-08T05:23:21.323Z[ host-image] May 08 05:23:19.795 INFO O| May 08 05:23:19.795 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu May 8 05:23:19 2025)
98562025-05-08T05:23:21.534Z[ host-image] May 08 05:23:20.007 INFO O| May 08 05:23:20.007 INFO trim TEMPORARY-gimlet-zfs: (46% trimmed, started at Thu May 8 05:23:19 2025)
98572025-05-08T05:23:21.747Z[ host-image] May 08 05:23:20.219 INFO O| May 08 05:23:20.219 INFO trim TEMPORARY-gimlet-zfs: (70% trimmed, started at Thu May 8 05:23:19 2025)
98582025-05-08T05:23:21.959Z[ host-image] May 08 05:23:20.431 INFO O| May 08 05:23:20.431 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Thu May 8 05:23:19 2025)
98592025-05-08T05:23:22.173Z[ host-image] May 08 05:23:20.645 INFO O| May 08 05:23:20.644 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Thu May 8 05:23:19 2025)
98602025-05-08T05:23:22.450Z[ host-image] May 08 05:23:20.922 INFO O| May 08 05:23:20.922 INFO temporary pool has 715M used, 117M avail, 1.87x compressratio
98612025-05-08T05:23:22.450Z[ host-image] May 08 05:23:20.922 INFO O| May 08 05:23:20.922 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98622025-05-08T05:23:23.250Z[ host-image] May 08 05:23:21.722 INFO O| May 08 05:23:21.722 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98632025-05-08T05:23:23.250Z[ host-image] May 08 05:23:21.722 INFO O| May 08 05:23:21.722 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98642025-05-08T05:23:25.228Z[ host-image] May 08 05:23:23.699 INFO O| May 08 05:23:23.699 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98652025-05-08T05:23:25.228Z[ host-image] May 08 05:23:23.699 INFO O| May 08 05:23:23.699 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98662025-05-08T05:23:25.231Z[ host-image] May 08 05:23:23.699 INFO O| May 08 05:23:23.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98672025-05-08T05:23:25.231Z[ host-image] May 08 05:23:23.699 INFO O| May 08 05:23:23.699 INFO completed processing gimlet/zfs
98682025-05-08T05:23:25.231Z[ host-image] May 08 05:23:23.699 INFO O| May 08 05:23:23.699 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98692025-05-08T05:23:34.228Z[ recovery-image] May 08 05:23:32.696 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
98702025-05-08T05:23:34.448Z[ host-image] May 08 05:23:32.916 INFO O| May 08 05:23:32.916 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98712025-05-08T05:23:34.641Z[ host-image] May 08 05:23:33.109 INFO BUILD STRING "heads/stlouis-0-g47b4405f94\n"
98722025-05-08T05:23:34.644Z[ host-image] May 08 05:23:33.109 INFO expanded image name: "ci 9021e84/${os_short_commit} 2025-05-08 04:43" -> "ci 9021e84/47b4405 2025-05-08 04:43"
98732025-05-08T05:23:34.644Z[ host-image] May 08 05:23:33.109 INFO output artefacts stored in: "/work/os-host"
98742025-05-08T05:23:34.644Z[ host-image] May 08 05:23:33.109 INFO collecting git info from project "chelsio-t6-roms"...
98752025-05-08T05:23:34.665Z[ host-image] May 08 05:23:33.133 INFO collecting git info from project "pilot"...
98762025-05-08T05:23:34.676Z[ host-image] May 08 05:23:33.144 INFO collecting git info from project "image-builder"...
98772025-05-08T05:23:34.685Z[ host-image] May 08 05:23:33.153 INFO collecting git info from project "amd-firmware"...
98782025-05-08T05:23:34.703Z[ host-image] May 08 05:23:33.171 INFO collecting git info from project "pinprick"...
98792025-05-08T05:23:34.727Z[ host-image] May 08 05:23:33.194 INFO collecting git info from project "bootserver"...
98802025-05-08T05:23:34.783Z[ host-image] May 08 05:23:33.234 INFO collecting git info from project "amd-host-image-builder"...
98812025-05-08T05:23:34.842Z[ host-image] May 08 05:23:33.266 INFO collecting git info from project "phbl"...
98822025-05-08T05:23:34.859Z[ host-image] May 08 05:23:33.326 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98832025-05-08T05:23:37.521Z[ host-image] May 08 05:23:35.988 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98842025-05-08T05:23:38.268Z[ host-image] May 08 05:23:36.734 INFO creating Oxide boot image...
98852025-05-08T05:23:38.268Z[ host-image] May 08 05:23:36.735 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9021e84/47b4405 2025-05-08 04:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98862025-05-08T05:23:38.361Z[ recovery-image] May 08 05:23:36.827 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
98872025-05-08T05:23:40.432Z[ host-image] May 08 05:23:38.897 INFO O| ok, image written!
98882025-05-08T05:23:40.432Z[ host-image] May 08 05:23:38.897 INFO O| ok, boot_image_csum file written!
98892025-05-08T05:23:40.437Z[ host-image] May 08 05:23:38.903 INFO creating boot archive (CPIO)...
98902025-05-08T05:23:40.437Z[ host-image] May 08 05:23:38.903 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
98912025-05-08T05:23:40.452Z[ host-image] May 08 05:23:38.916 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98922025-05-08T05:23:40.452Z[ host-image] May 08 05:23:38.917 INFO E| + outfile=/work/os-host/cpio
98932025-05-08T05:23:40.456Z[ host-image] May 08 05:23:38.917 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98942025-05-08T05:23:40.456Z[ host-image] May 08 05:23:38.920 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98952025-05-08T05:23:40.456Z[ host-image] May 08 05:23:38.920 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98962025-05-08T05:23:40.506Z[ host-image] May 08 05:23:38.971 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98972025-05-08T05:23:40.506Z[ host-image] May 08 05:23:38.971 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98982025-05-08T05:23:40.517Z[ host-image] May 08 05:23:38.982 INFO creating compressed cpio/unix for nanobl-rs...
98992025-05-08T05:23:40.517Z[ host-image] May 08 05:23:38.983 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
99002025-05-08T05:23:41.041Z[ host-image] May 08 05:23:39.506 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99012025-05-08T05:23:45.629Z[ recovery-image] May 08 05:23:44.092 INFO E| Compiling bitflags v1.3.2
99022025-05-08T05:23:45.629Z[ recovery-image] May 08 05:23:44.092 INFO E| Compiling adler2 v2.0.0
99032025-05-08T05:23:45.629Z[ recovery-image] May 08 05:23:44.092 INFO E| Compiling bit_field v0.10.2
99042025-05-08T05:23:45.634Z[ recovery-image] May 08 05:23:44.092 INFO E| Compiling log v0.4.27
99052025-05-08T05:23:45.634Z[ recovery-image] May 08 05:23:44.092 INFO E| Compiling scroll v0.12.0
99062025-05-08T05:23:45.634Z[ recovery-image] May 08 05:23:44.093 INFO E| Compiling plain v0.2.3
99072025-05-08T05:23:45.634Z[ recovery-image] May 08 05:23:44.093 INFO E| Compiling static_assertions v1.1.0
99082025-05-08T05:23:45.803Z[ recovery-image] May 08 05:23:44.266 INFO E| Compiling raw-cpuid v10.7.0
99092025-05-08T05:23:45.836Z[ recovery-image] May 08 05:23:44.300 INFO E| Compiling cpio_reader v0.1.1
99102025-05-08T05:23:46.133Z[ recovery-image] May 08 05:23:44.597 INFO E| Compiling miniz_oxide v0.8.8
99112025-05-08T05:23:46.276Z[ recovery-image] May 08 05:23:44.740 INFO E| Compiling bitstruct v0.1.1
99122025-05-08T05:23:46.799Z[ recovery-image] May 08 05:23:45.262 INFO E| Compiling goblin v0.9.3
99132025-05-08T05:23:48.412Z[ host-image] May 08 05:23:46.874 INFO creating reset image...
99142025-05-08T05:23:48.412Z[ host-image] May 08 05:23:46.874 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
99152025-05-08T05:23:48.554Z[ host-image] May 08 05:23:47.016 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
99162025-05-08T05:23:48.554Z[ host-image] May 08 05:23:47.017 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99172025-05-08T05:23:48.793Z[ host-image] May 08 05:23:47.255 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
99182025-05-08T05:23:48.825Z[ host-image] May 08 05:23:47.279 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99192025-05-08T05:23:49.536Z[ host-image] May 08 05:23:47.997 INFO E| Blocking waiting for file lock on build directory
99202025-05-08T05:23:58.835Z[ recovery-image] May 08 05:23:57.290 INFO E| Finished `release` profile [optimized] target(s) in 1m 12s
99212025-05-08T05:23:58.843Z[ host-image] May 08 05:23:57.300 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99222025-05-08T05:23:58.860Z[ recovery-image] May 08 05:23:57.317 INFO building host image...
99232025-05-08T05:23:58.863Z[ recovery-image] May 08 05:23:57.318 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")
99242025-05-08T05:23:59.946Z[ recovery-image] May 08 05:23:58.404 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
99252025-05-08T05:24:02.746Z[ host-image] May 08 05:24:01.203 INFO E| Finished `release` profile [optimized] target(s) in 13.88s
99262025-05-08T05:24:02.767Z[ host-image] May 08 05:24:01.224 INFO building host image...
99272025-05-08T05:24:02.770Z[ host-image] May 08 05:24:01.224 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")
99282025-05-08T05:24:02.831Z[ recovery-image] May 08 05:24:01.288 INFO image complete! materials are in "/work/os-recovery"
99292025-05-08T05:24:03.545Z[ recovery-image]
99302025-05-08T05:24:03.549Z[ recovery-image] real 14:59.914044647
99312025-05-08T05:24:03.549Z[ recovery-image] user 8:48.948739222
99322025-05-08T05:24:03.549Z[ recovery-image] sys 1:15.276345926
99332025-05-08T05:24:03.549Z[ recovery-image] trap 0.620331104
99342025-05-08T05:24:03.549Z[ recovery-image] tflt 0.653268649
99352025-05-08T05:24:03.549Z[ recovery-image] dflt 2.124643441
99362025-05-08T05:24:03.549Z[ recovery-image] kflt 0.013820480
99372025-05-08T05:24:03.549Z[ recovery-image] lock 53:20.580927111
99382025-05-08T05:24:03.549Z[ recovery-image] slp 1:27:48.286206021
99392025-05-08T05:24:03.549Z[ recovery-image] lat 6:18.755091158
99402025-05-08T05:24:03.549Z[ recovery-image] stop 12.606348139
99412025-05-08T05:24:03.616Z[ host-image] May 08 05:24:02.070 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99422025-05-08T05:24:05.544ZMay 08 05:24:04.000 INFO [recovery-image] process exited with exit status: 0 (901.702642677s)
99432025-05-08T05:25:12.224Z[ host-image] May 08 05:25:10.653 INFO image complete! materials are in "/work/os-host"
99442025-05-08T05:25:12.575Z[ host-image]
99452025-05-08T05:25:12.579Z[ host-image] real 16:46.543841298
99462025-05-08T05:25:12.579Z[ host-image] user 8:38.261154637
99472025-05-08T05:25:12.579Z[ host-image] sys 1:17.443532769
99482025-05-08T05:25:12.579Z[ host-image] trap 0.493004363
99492025-05-08T05:25:12.579Z[ host-image] tflt 0.227724233
99502025-05-08T05:25:12.579Z[ host-image] dflt 0.165394245
99512025-05-08T05:25:12.579Z[ host-image] kflt 0.074627963
99522025-05-08T05:25:12.579Z[ host-image] lock 1:02.652662835
99532025-05-08T05:25:12.579Z[ host-image] slp 1:30:48.917114269
99542025-05-08T05:25:12.579Z[ host-image] lat 3:53.937210271
99552025-05-08T05:25:12.579Z[ host-image] stop 1.173663964
99562025-05-08T05:25:12.579ZMay 08 05:25:11.005 INFO [host-image] process exited with exit status: 0 (1006.907441795s)
99572025-05-08T05:25:12.579ZMay 08 05:25:11.005 INFO [tuf-repo] running task
99582025-05-08T05:25:34.161ZMay 08 05:25:32.582 INFO assembling repository in `/tmp/tufaceousc3i6Mu`, component: OmicronRepoAssembler
99592025-05-08T05:26:00.729ZMay 08 05:25:59.141 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99602025-05-08T05:26:01.075ZMay 08 05:25:59.487 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99612025-05-08T05:26:20.539ZMay 08 05:26:18.943 INFO [tuf-repo] task succeeded (67.937079479s)
99622025-05-08T05:27:31.761Z[verify-libraries] Finished `release` profile [optimized] target(s) in 18m 24s
99632025-05-08T05:27:32.979ZMay 08 05:27:31.354 INFO [verify-libraries] process exited with exit status: 0 (1110.474425159s)
99642025-05-08T05:27:32.979ZMay 08 05:27:31.354 INFO all jobs completed in 2665.174596518s
99652025-05-08T05:27:35.629Zprocess exited: duration 3287494 ms, exit code 0
 
99662025-05-08T05:27:35.658Zfound 33 output files
99672025-05-08T05:27:35.659Zuploading: /work/manifest.toml (13599 bytes)
99682025-05-08T05:27:36.689Zuploaded: /work/manifest.toml
99692025-05-08T05:27:36.689Zuploading: /work/repo.zip (2467987742 bytes)
99702025-05-08T05:28:28.588Zuploaded: /work/repo.zip
99712025-05-08T05:28:28.588Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99722025-05-08T05:28:29.607Zuploaded: /work/repo.zip.sha256.txt
99732025-05-08T05:28:29.607Zuploading: /work/helios-setup.log (62497 bytes)
99742025-05-08T05:28:30.660Zuploaded: /work/helios-setup.log
99752025-05-08T05:28:30.664Zuploading: /work/host-image.log (201878 bytes)
99762025-05-08T05:28:31.684Zuploaded: /work/host-image.log
99772025-05-08T05:28:31.684Zuploading: /work/host-package.log (28198 bytes)
99782025-05-08T05:28:32.703Zuploaded: /work/host-package.log
99792025-05-08T05:28:32.703Zuploading: /work/host-target.log (101 bytes)
99802025-05-08T05:28:33.714Zuploaded: /work/host-target.log
99812025-05-08T05:28:33.715Zuploading: /work/omicron-package.log (8488 bytes)
99822025-05-08T05:28:35.683Zuploaded: /work/omicron-package.log
99832025-05-08T05:28:35.689Zuploading: /work/recovery-image.log (579314 bytes)
99842025-05-08T05:28:36.721Zuploaded: /work/recovery-image.log
99852025-05-08T05:28:36.721Zuploading: /work/recovery-package.log (1685 bytes)
99862025-05-08T05:28:37.751Zuploaded: /work/recovery-package.log
99872025-05-08T05:28:37.751Zuploading: /work/recovery-target.log (98 bytes)
99882025-05-08T05:28:38.764Zuploaded: /work/recovery-target.log
99892025-05-08T05:28:38.764Zuploading: /work/stamp-clickhouse.log (117 bytes)
99902025-05-08T05:28:39.780Zuploaded: /work/stamp-clickhouse.log
99912025-05-08T05:28:39.780Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99922025-05-08T05:28:40.790Zuploaded: /work/stamp-clickhouse_keeper.log
99932025-05-08T05:28:40.790Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
99942025-05-08T05:28:41.799Zuploaded: /work/stamp-clickhouse_server.log
99952025-05-08T05:28:41.799Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99962025-05-08T05:28:42.814Zuploaded: /work/stamp-cockroachdb.log
99972025-05-08T05:28:42.814Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99982025-05-08T05:28:43.829Zuploaded: /work/stamp-crucible-dtrace.log
99992025-05-08T05:28:43.829Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100002025-05-08T05:28:44.846Zuploaded: /work/stamp-crucible-pantry-zone.log
100012025-05-08T05:28:44.846Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100022025-05-08T05:28:45.858Zuploaded: /work/stamp-crucible-zone.log
100032025-05-08T05:28:45.858Zuploading: /work/stamp-external-dns.log (119 bytes)
100042025-05-08T05:28:46.873Zuploaded: /work/stamp-external-dns.log
100052025-05-08T05:28:46.873Zuploading: /work/stamp-installinator.log (103 bytes)
100062025-05-08T05:28:47.886Zuploaded: /work/stamp-installinator.log
100072025-05-08T05:28:47.886Zuploading: /work/stamp-internal-dns.log (119 bytes)
100082025-05-08T05:28:48.898Zuploaded: /work/stamp-internal-dns.log
100092025-05-08T05:28:48.898Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100102025-05-08T05:28:49.915Zuploaded: /work/stamp-mg-ddm-gz.log
100112025-05-08T05:28:49.915Zuploading: /work/stamp-nexus.log (112 bytes)
100122025-05-08T05:28:50.934Zuploaded: /work/stamp-nexus.log
100132025-05-08T05:28:50.934Zuploading: /work/stamp-ntp.log (110 bytes)
100142025-05-08T05:28:51.971Zuploaded: /work/stamp-ntp.log
100152025-05-08T05:28:51.971Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100162025-05-08T05:28:52.986Zuploaded: /work/stamp-omicron-sled-agent.log
100172025-05-08T05:28:52.986Zuploading: /work/stamp-overlay.log (114 bytes)
100182025-05-08T05:28:53.999Zuploaded: /work/stamp-overlay.log
100192025-05-08T05:28:53.999Zuploading: /work/stamp-oximeter.log (115 bytes)
100202025-05-08T05:28:55.015Zuploaded: /work/stamp-oximeter.log
100212025-05-08T05:28:55.015Zuploading: /work/stamp-oxlog.log (109 bytes)
100222025-05-08T05:28:56.029Zuploaded: /work/stamp-oxlog.log
100232025-05-08T05:28:56.029Zuploading: /work/stamp-probe.log (112 bytes)
100242025-05-08T05:28:57.088Zuploaded: /work/stamp-probe.log
100252025-05-08T05:28:57.088Zuploading: /work/stamp-propolis-server.log (122 bytes)
100262025-05-08T05:28:58.109Zuploaded: /work/stamp-propolis-server.log
100272025-05-08T05:28:58.109Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100282025-05-08T05:28:59.121Zuploaded: /work/stamp-pumpkind-gz.log
100292025-05-08T05:28:59.121Zuploading: /work/stamp-switch-asic.log (118 bytes)
100302025-05-08T05:29:00.135Zuploaded: /work/stamp-switch-asic.log
100312025-05-08T05:29:00.135Zuploading: /work/verify-libraries.log (7073 bytes)
100322025-05-08T05:29:01.154Zuploaded: /work/verify-libraries.log