01JTRSSPSAD1MY6EM6CEND5JCH: 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: 01JTRSTATT9ACTPTFEXKDC9SX2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-08T20:37:34.753Zjob assigned to worker 01JTRSTFBW6243EX79GPNR43H9 [factory aws, i-052cb50e9378d5c23] (queued for 1 m 5 s)
 
22025-05-08T20:37:43.175Zstarting task 0: "setup"
32025-05-08T20:37:43.179Z++ uname -s
42025-05-08T20:37:43.183Z+ kern=SunOS
52025-05-08T20:37:43.183Z+ build_user=build
62025-05-08T20:37:43.183Z+ build_uid=12345
72025-05-08T20:37:43.183Z+ work_dir=/work
82025-05-08T20:37:43.183Z+ input_dir=/input
92025-05-08T20:37:43.183Z+ [[ 0 == 12345 ]]
102025-05-08T20:37:43.183Z+ case "$kern" in
112025-05-08T20:37:43.183Z+ groupadd -g 12345 build
122025-05-08T20:37:43.187Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-08T20:37:45.194Z+ zfs create -o mountpoint=/work rpool/work
142025-05-08T20:37:45.306Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-08T20:37:45.309Z+ home_fs=zfs
162025-05-08T20:37:45.309Z+ [[ zfs == autofs ]]
172025-05-08T20:37:45.309Z+ mkdir -p /home/build
182025-05-08T20:37:45.313Z+ chown build:build /home/build /work
192025-05-08T20:37:47.313Z+ chmod 0700 /home/build /work
202025-05-08T20:37:47.316Zprocess exited: duration 4142 ms, exit code 0
 
212025-05-08T20:37:47.322Zstarting task 1: "rust-toolchain"
222025-05-08T20:37:47.327Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-08T20:37:47.327Z * rust toolchain channel = "1.86.0"
242025-05-08T20:37:47.327Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-05-08T20:37:47.327Z * rust toolchain profile = "default"
262025-05-08T20:37:47.327Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-08T20:37:47.327Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-08T20:37:47.329Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-08T20:37:47.330Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-08T20:37:47.444Zinfo: downloading installer
312025-05-08T20:37:49.145Zwarn: It looks like you have an existing installation of Rust at:
322025-05-08T20:37:49.145Zwarn: /opt/ooce/bin
332025-05-08T20:37:49.145Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-08T20:37:49.145Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-08T20:37:49.145Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-08T20:37:49.145Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-08T20:37:49.145Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-08T20:37:49.145Zerror: cannot install while Rust is installed
392025-05-08T20:37:49.145Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-08T20:37:49.162Zinfo: profile set to 'default'
412025-05-08T20:37:49.162Zinfo: default host triple is x86_64-unknown-illumos
422025-05-08T20:37:49.165Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-08T20:37:49.336Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-08T20:37:49.336Zinfo: downloading component 'cargo'
452025-05-08T20:37:50.415Zinfo: downloading component 'clippy'
462025-05-08T20:37:50.858Zinfo: downloading component 'rust-docs'
472025-05-08T20:37:52.477Zinfo: downloading component 'rust-std'
482025-05-08T20:37:54.689Zinfo: downloading component 'rustc'
492025-05-08T20:38:03.358Zinfo: downloading component 'rustfmt'
502025-05-08T20:38:03.689Zinfo: installing component 'cargo'
512025-05-08T20:38:04.505Zinfo: installing component 'clippy'
522025-05-08T20:38:04.891Zinfo: installing component 'rust-docs'
532025-05-08T20:38:06.747Zinfo: installing component 'rust-std'
542025-05-08T20:38:08.501Zinfo: installing component 'rustc'
552025-05-08T20:38:14.774Zinfo: installing component 'rustfmt'
562025-05-08T20:38:15.111Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-08T20:38:15.111Z
582025-05-08T20:38:15.521Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-08T20:38:15.521Z
602025-05-08T20:38:15.524Z
612025-05-08T20:38:15.526ZRust is installed now. Great!
622025-05-08T20:38:15.526Z
632025-05-08T20:38:15.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-08T20:38:15.526Zenvironment variable. This has not been done automatically.
652025-05-08T20:38:15.526Z
662025-05-08T20:38:15.526ZTo configure your current shell, you need to source
672025-05-08T20:38:15.526Zthe corresponding env file under $HOME/.cargo.
682025-05-08T20:38:15.526Z
692025-05-08T20:38:15.526ZThis is usually done by running one of the following (note the leading DOT):
702025-05-08T20:38:15.526Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-08T20:38:15.526Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-08T20:38:15.526Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-08T20:38:15.603Z+ rustup --version
742025-05-08T20:38:15.614Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-08T20:38:15.618Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-08T20:38:15.692Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-08T20:38:15.695Z+ cargo --version
782025-05-08T20:38:15.758Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-08T20:38:15.762Z+ rustc --version
802025-05-08T20:38:15.829Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-08T20:38:15.832Zprocess exited: duration 28507 ms, exit code 0
 
822025-05-08T20:38:15.839Zstarting task 2: "authentication"
832025-05-08T20:38:15.863Zprocess exited: duration 23 ms, exit code 0
 
842025-05-08T20:38:15.871Zstarting task 3: "clone repository"
852025-05-08T20:38:15.875Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-08T20:38:15.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-08T20:38:15.921ZCloning into '/work/oxidecomputer/omicron'...
882025-05-08T20:38:48.701Z+ cd /work/oxidecomputer/omicron
892025-05-08T20:38:48.701Z+ git fetch origin 61b4a923a8541a1064f71d60bf84a85ae2b8aa53
902025-05-08T20:38:49.149ZFrom https://github.com/oxidecomputer/omicron
912025-05-08T20:38:49.153Z * branch 61b4a923a8541a1064f71d60bf84a85ae2b8aa53 -> FETCH_HEAD
922025-05-08T20:38:49.159Z+ [[ -n ixi/propolis-oximeter-vss ]]
932025-05-08T20:38:49.162Z++ git branch --show-current
942025-05-08T20:38:49.162Z+ current=main
952025-05-08T20:38:49.162Z+ [[ main != ixi/propolis-oximeter-vss ]]
962025-05-08T20:38:49.162Z+ git branch -f ixi/propolis-oximeter-vss 61b4a923a8541a1064f71d60bf84a85ae2b8aa53
972025-05-08T20:38:49.166Z+ git checkout -f ixi/propolis-oximeter-vss
982025-05-08T20:38:49.290ZSwitched to branch 'ixi/propolis-oximeter-vss'
992025-05-08T20:38:49.294Z+ git reset --hard 61b4a923a8541a1064f71d60bf84a85ae2b8aa53
1002025-05-08T20:38:49.414ZHEAD is now at 61b4a923a add a Propolis metric for VMM VSZ
1012025-05-08T20:38:49.420Zprocess exited: duration 33540 ms, exit code 0
 
1022025-05-08T20:38:49.428Zstarting task 4: "build"
1032025-05-08T20:38:49.433Z+ source .github/buildomat/ci-env.sh
1042025-05-08T20:38:49.437Z++ export CARGO_TERM_COLOR=always
1052025-05-08T20:38:49.437Z++ CARGO_TERM_COLOR=always
1062025-05-08T20:38:49.437Z+ cargo --version
1072025-05-08T20:38:49.489Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-05-08T20:38:49.493Z+ rustc --version
1092025-05-08T20:38:49.559Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-05-08T20:38:49.562Z+ cargo tree --locked
1112025-05-08T20:38:49.846Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-05-08T20:38:50.154Z Updating git repository `https://github.com/seanmonstar/reqwest`
1132025-05-08T20:38:50.881Z Updating crates.io index
1142025-05-08T20:38:50.927Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152025-05-08T20:38:51.245Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162025-05-08T20:38:51.832Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172025-05-08T20:38:52.126Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1182025-05-08T20:38:52.402Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1192025-05-08T20:38:52.725Z Updating git repository `https://github.com/oxidecomputer/propolis`
1202025-05-08T20:38:53.884Z Updating git repository `https://github.com/oxidecomputer/crucible`
1212025-05-08T20:38:55.890Z Updating git repository `https://github.com/oxidecomputer/opte`
1222025-05-08T20:38:56.830Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232025-05-08T20:39:02.453Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-05-08T20:39:02.786Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-05-08T20:39:03.160Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1262025-05-08T20:39:04.251Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272025-05-08T20:39:04.613Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282025-05-08T20:39:05.141Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1292025-05-08T20:39:05.508Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-05-08T20:39:05.865Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1312025-05-08T20:39:06.190Z Updating git repository `https://github.com/oxidecomputer/tofino`
1322025-05-08T20:39:06.481Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332025-05-08T20:39:06.769Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342025-05-08T20:39:07.049Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352025-05-08T20:39:07.404Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-05-08T20:39:07.720Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-05-08T20:39:08.182Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382025-05-08T20:39:08.466Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392025-05-08T20:39:09.037Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1402025-05-08T20:39:09.447Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412025-05-08T20:39:09.762Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422025-05-08T20:39:10.101Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1432025-05-08T20:39:10.616Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442025-05-08T20:39:10.907Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452025-05-08T20:39:11.187Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462025-05-08T20:39:11.543Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472025-05-08T20:39:20.627Z Updating git repository `https://github.com/illumos/smf-rs`
1482025-05-08T20:39:22.317Z Downloading crates ...
1492025-05-08T20:39:22.449Z Downloaded anstream v0.6.15
1502025-05-08T20:39:22.453Z Downloaded array-init v0.0.4
1512025-05-08T20:39:22.458Z Downloaded assert_cmd v2.0.17
1522025-05-08T20:39:22.464Z Downloaded async-attributes v1.1.2
1532025-05-08T20:39:22.464Z Downloaded adler2 v2.0.0
1542025-05-08T20:39:22.468Z Downloaded async-object-pool v0.1.5
1552025-05-08T20:39:22.468Z Downloaded aead v0.5.2
1562025-05-08T20:39:22.472Z Downloaded event-listener v2.5.3
1572025-05-08T20:39:22.472Z Downloaded async-channel v1.9.0
1582025-05-08T20:39:22.472Z Downloaded block-buffer v0.10.4
1592025-05-08T20:39:22.476Z Downloaded futures-macro v0.3.31
1602025-05-08T20:39:22.476Z Downloaded futures-task v0.3.31
1612025-05-08T20:39:22.481Z Downloaded blocking v1.6.1
1622025-05-08T20:39:22.481Z Downloaded futures-timer v3.0.3
1632025-05-08T20:39:22.485Z Downloaded generic-array v0.14.7
1642025-05-08T20:39:22.488Z Downloaded bitflags v1.3.2
1652025-05-08T20:39:22.495Z Downloaded hash32 v0.3.1
1662025-05-08T20:39:22.495Z Downloaded byteorder v1.5.0
1672025-05-08T20:39:22.501Z Downloaded async-io v2.3.4
1682025-05-08T20:39:22.501Z Downloaded hex v0.4.3
1692025-05-08T20:39:22.501Z Downloaded heck v0.5.0
1702025-05-08T20:39:22.505Z Downloaded heck v0.4.1
1712025-05-08T20:39:22.505Z Downloaded hostname v0.3.1
1722025-05-08T20:39:22.505Z Downloaded http-body-util v0.1.3
1732025-05-08T20:39:22.508Z Downloaded fd-lock v4.0.2
1742025-05-08T20:39:22.512Z Downloaded fastrand v2.1.1
1752025-05-08T20:39:22.515Z Downloaded fnv v1.0.7
1762025-05-08T20:39:22.515Z Downloaded filetime v0.2.25
1772025-05-08T20:39:22.520Z Downloaded futures-executor v0.3.31
1782025-05-08T20:39:22.520Z Downloaded futures-core v0.3.31
1792025-05-08T20:39:22.524Z Downloaded futures-channel v0.3.31
1802025-05-08T20:39:22.524Z Downloaded ghash v0.5.1
1812025-05-08T20:39:22.528Z Downloaded futures v0.3.31
1822025-05-08T20:39:22.532Z Downloaded httpdate v1.0.3
1832025-05-08T20:39:22.535Z Downloaded hyper-tls v0.6.0
1842025-05-08T20:39:22.535Z Downloaded humantime v2.1.0
1852025-05-08T20:39:22.538Z Downloaded float-ord v0.3.2
1862025-05-08T20:39:22.542Z Downloaded fs-err v2.11.0
1872025-05-08T20:39:22.548Z Downloaded globset v0.4.15
1882025-05-08T20:39:22.548Z Downloaded gethostname v0.5.0
1892025-05-08T20:39:22.552Z Downloaded futures-lite v2.3.0
1902025-05-08T20:39:22.552Z Downloaded hash32 v0.2.1
1912025-05-08T20:39:22.552Z Downloaded fs-err v3.1.0
1922025-05-08T20:39:22.556Z Downloaded arrayref v0.3.9
1932025-05-08T20:39:22.556Z Downloaded anstyle-query v1.1.1
1942025-05-08T20:39:22.561Z Downloaded atty v0.2.14
1952025-05-08T20:39:22.561Z Downloaded anes v0.1.6
1962025-05-08T20:39:22.564Z Downloaded async-stream v0.3.6
1972025-05-08T20:39:22.568Z Downloaded backoff v0.4.0
1982025-05-08T20:39:22.568Z Downloaded arc-swap v1.7.1
1992025-05-08T20:39:22.578Z Downloaded blake2 v0.10.6
2002025-05-08T20:39:22.585Z Downloaded bitflags v2.9.0
2012025-05-08T20:39:22.585Z Downloaded heapless v0.8.0
2022025-05-08T20:39:22.589Z Downloaded futures-util v0.3.31
2032025-05-08T20:39:22.598Z Downloaded hkdf v0.12.4
2042025-05-08T20:39:22.603Z Downloaded argon2 v0.5.3
2052025-05-08T20:39:22.603Z Downloaded hashbrown v0.12.3
2062025-05-08T20:39:22.609Z Downloaded heck v0.3.3
2072025-05-08T20:39:22.612Z Downloaded getrandom v0.3.1
2082025-05-08T20:39:22.616Z Downloaded httparse v1.9.5
2092025-05-08T20:39:22.619Z Downloaded half v2.4.1
2102025-05-08T20:39:22.623Z Downloaded ff v0.13.0
2112025-05-08T20:39:22.623Z Downloaded cfg_aliases v0.1.1
2122025-05-08T20:39:22.623Z Downloaded cfg-if v1.0.0
2132025-05-08T20:39:22.627Z Downloaded cargo-platform v0.1.8
2142025-05-08T20:39:22.631Z Downloaded hyper-rustls v0.26.0
2152025-05-08T20:39:22.631Z Downloaded hyper-staticfile v0.10.1
2162025-05-08T20:39:22.635Z Downloaded hyper-util v0.1.11
2172025-05-08T20:39:22.640Z Downloaded paste v1.0.15
2182025-05-08T20:39:22.646Z Downloaded once_cell v1.21.3
2192025-05-08T20:39:22.656Z Downloaded num-traits v0.2.19
2202025-05-08T20:39:22.656Z Downloaded hostname v0.4.0
2212025-05-08T20:39:22.660Z Downloaded float-cmp v0.10.0
2222025-05-08T20:39:22.660Z Downloaded hyper-rustls v0.27.3
2232025-05-08T20:39:22.660Z Downloaded flate2 v1.1.1
2242025-05-08T20:39:22.664Z Downloaded rustc-hash v1.1.0
2252025-05-08T20:39:22.668Z Downloaded bytes v1.10.1
2262025-05-08T20:39:22.672Z Downloaded r2d2 v0.8.10
2272025-05-08T20:39:22.672Z Downloaded rstest v0.24.0
2282025-05-08T20:39:22.680Z Downloaded rstest_macros v0.24.0
2292025-05-08T20:39:22.685Z Downloaded precomputed-hash v0.1.1
2302025-05-08T20:39:22.685Z Downloaded bzip2-sys v0.1.13+1.0.8
2312025-05-08T20:39:22.697Z Downloaded pathdiff v0.2.3
2322025-05-08T20:39:22.701Z Downloaded hickory-server v0.24.4
2332025-05-08T20:39:22.706Z Downloaded hickory-resolver v0.24.4
2342025-05-08T20:39:22.711Z Downloaded aes-gcm v0.10.3
2352025-05-08T20:39:22.715Z Downloaded base64 v0.21.7
2362025-05-08T20:39:22.719Z Downloaded aho-corasick v1.1.3
2372025-05-08T20:39:22.726Z Downloaded packed_struct v0.10.1
2382025-05-08T20:39:22.730Z Downloaded radium v0.7.0
2392025-05-08T20:39:22.731Z Downloaded proc-macro2 v1.0.94
2402025-05-08T20:39:22.736Z Downloaded httptest v0.16.3
2412025-05-08T20:39:22.744Z Downloaded hickory-proto v0.24.4
2422025-05-08T20:39:22.752Z Downloaded signature v2.2.0
2432025-05-08T20:39:22.756Z Downloaded scopeguard v1.2.0
2442025-05-08T20:39:22.757Z Downloaded rusty-fork v0.3.0
2452025-05-08T20:39:22.761Z Downloaded rustversion v1.0.17
2462025-05-08T20:39:22.764Z Downloaded quote v1.0.39
2472025-05-08T20:39:22.765Z Downloaded proc-macro-error2 v2.0.1
2482025-05-08T20:39:22.770Z Downloaded plotters-backend v0.3.7
2492025-05-08T20:39:22.780Z Downloaded async-std v1.13.0
2502025-05-08T20:39:22.801Z Downloaded static_assertions v1.1.0
2512025-05-08T20:39:22.815Z Downloaded slog-json v2.6.1
2522025-05-08T20:39:22.815Z Downloaded signal-hook-tokio v0.3.1
2532025-05-08T20:39:22.815Z Downloaded serde_yaml v0.9.34+deprecated
2542025-05-08T20:39:22.815Z Downloaded subtle v2.6.1
2552025-05-08T20:39:22.815Z Downloaded proc-macro-error-attr2 v2.0.0
2562025-05-08T20:39:22.816Z Downloaded synstructure v0.13.1
2572025-05-08T20:39:22.816Z Downloaded string_cache v0.8.9
2582025-05-08T20:39:22.825Z Downloaded tempfile v3.13.0
2592025-05-08T20:39:22.825Z Downloaded unicode-linebreak v0.1.5
2602025-05-08T20:39:22.826Z Downloaded openssl-sys v0.9.107
2612025-05-08T20:39:22.826Z Downloaded utf8_iter v1.0.4
2622025-05-08T20:39:22.826Z Downloaded tiny-keccak v2.0.2
2632025-05-08T20:39:22.832Z Downloaded yoke-derive v0.7.4
2642025-05-08T20:39:22.832Z Downloaded yoke v0.7.4
2652025-05-08T20:39:22.832Z Downloaded toml v0.7.8
2662025-05-08T20:39:22.846Z Downloaded void v1.0.2
2672025-05-08T20:39:22.852Z Downloaded blake3 v1.5.4
2682025-05-08T20:39:22.858Z Downloaded zerofrom-derive v0.1.4
2692025-05-08T20:39:22.864Z Downloaded p384 v0.13.0
2702025-05-08T20:39:22.869Z Downloaded crossbeam-epoch v0.9.18
2712025-05-08T20:39:22.873Z Downloaded data-encoding v2.6.0
2722025-05-08T20:39:22.877Z Downloaded clap v4.5.35
2732025-05-08T20:39:22.884Z Downloaded indexmap v1.9.3
2742025-05-08T20:39:22.888Z Downloaded ctr v0.9.2
2752025-05-08T20:39:22.910Z Downloaded plotters v0.3.7
2762025-05-08T20:39:22.910Z Downloaded displaydoc v0.2.5
2772025-05-08T20:39:22.912Z Downloaded curve25519-dalek-derive v0.1.1
2782025-05-08T20:39:22.912Z Downloaded pretty_assertions v1.4.1
2792025-05-08T20:39:22.916Z Downloaded parse-zoneinfo v0.3.1
2802025-05-08T20:39:22.916Z Downloaded icu_provider v1.5.0
2812025-05-08T20:39:22.920Z Downloaded ipnet v2.11.0
2822025-05-08T20:39:22.920Z Downloaded target-triple v0.1.3
2832025-05-08T20:39:22.924Z Downloaded sync-ptr v0.1.1
2842025-05-08T20:39:22.924Z Downloaded rand_seeder v0.3.0
2852025-05-08T20:39:22.927Z Downloaded psl-types v2.0.11
2862025-05-08T20:39:22.927Z Downloaded kv-log-macro v1.0.7
2872025-05-08T20:39:22.934Z Downloaded indent_write v2.2.0
2882025-05-08T20:39:22.934Z Downloaded elliptic-curve v0.13.8
2892025-05-08T20:39:22.941Z Downloaded lru v0.12.5
2902025-05-08T20:39:22.941Z Downloaded new_debug_unreachable v1.0.6
2912025-05-08T20:39:22.941Z Downloaded log v0.4.22
2922025-05-08T20:39:22.946Z Downloaded multimap v0.10.0
2932025-05-08T20:39:22.946Z Downloaded nanorand v0.7.0
2942025-05-08T20:39:22.950Z Downloaded num-derive v0.4.2
2952025-05-08T20:39:22.951Z Downloaded native-tls v0.2.12
2962025-05-08T20:39:22.955Z Downloaded zone v0.1.8
2972025-05-08T20:39:22.955Z Downloaded usdt v0.5.0
2982025-05-08T20:39:22.963Z Downloaded unicode-ident v1.0.14
2992025-05-08T20:39:22.963Z Downloaded tokio-util v0.7.13
3002025-05-08T20:39:22.967Z Downloaded parking_lot v0.11.2
3012025-05-08T20:39:22.970Z Downloaded cmake v0.1.51
3022025-05-08T20:39:22.974Z Downloaded clap_builder v4.5.35
3032025-05-08T20:39:22.982Z Downloaded zone v0.3.1
3042025-05-08T20:39:22.985Z Downloaded proptest v1.6.0
3052025-05-08T20:39:22.994Z Downloaded regex v1.11.1
3062025-05-08T20:39:23.006Z Downloaded number_prefix v0.4.0
3072025-05-08T20:39:23.009Z Downloaded daft v0.1.3
3082025-05-08T20:39:23.009Z Downloaded csv-core v0.1.11
3092025-05-08T20:39:23.013Z Downloaded typify v0.2.0
3102025-05-08T20:39:23.018Z Downloaded tls_codec_derive v0.4.1
3112025-05-08T20:39:23.019Z Downloaded curve25519-dalek v4.1.3
3122025-05-08T20:39:23.027Z Downloaded unicode-normalization v0.1.24
3132025-05-08T20:39:23.031Z Downloaded icu_properties_data v1.5.0
3142025-05-08T20:39:23.043Z Downloaded rustls v0.21.12
3152025-05-08T20:39:23.056Z Downloaded rustls v0.22.4
3162025-05-08T20:39:23.069Z Downloaded rustls-webpki v0.102.8
3172025-05-08T20:39:23.088Z Downloaded phf v0.11.2
3182025-05-08T20:39:23.092Z Downloaded daft-derive v0.1.3
3192025-05-08T20:39:23.096Z Downloaded pkcs8 v0.10.2
3202025-05-08T20:39:23.099Z Downloaded pkg-config v0.3.31
3212025-05-08T20:39:23.103Z Downloaded polyval v0.6.2
3222025-05-08T20:39:23.106Z Downloaded poly1305 v0.8.0
3232025-05-08T20:39:23.109Z Downloaded polling v3.7.3
3242025-05-08T20:39:23.113Z Downloaded lzss v0.8.2
3252025-05-08T20:39:23.116Z Downloaded sct v0.7.1
3262025-05-08T20:39:23.120Z Downloaded parse-display-derive v0.10.0
3272025-05-08T20:39:23.125Z Downloaded serde_derive v1.0.219
3282025-05-08T20:39:23.128Z Downloaded spin v0.9.8
3292025-05-08T20:39:23.128Z Downloaded parse-display v0.10.0
3302025-05-08T20:39:23.131Z Downloaded crossbeam-channel v0.5.15
3312025-05-08T20:39:23.135Z Downloaded swrite v0.1.0
3322025-05-08T20:39:23.138Z Downloaded supports-color v3.0.2
3332025-05-08T20:39:23.138Z Downloaded strum_macros v0.24.3
3342025-05-08T20:39:23.144Z Downloaded unarray v0.1.4
3352025-05-08T20:39:23.149Z Downloaded itertools v0.13.0
3362025-05-08T20:39:23.152Z Downloaded tracing-core v0.1.32
3372025-05-08T20:39:23.155Z Downloaded unicode-xid v0.2.6
3382025-05-08T20:39:23.161Z Downloaded prettyplease v0.2.30
3392025-05-08T20:39:23.165Z Downloaded petgraph v0.7.1
3402025-05-08T20:39:23.181Z Downloaded zeroize v1.8.1
3412025-05-08T20:39:23.185Z Downloaded rustc-hash v2.1.1
3422025-05-08T20:39:23.185Z Downloaded quick-error v1.2.3
3432025-05-08T20:39:23.190Z Downloaded kstat-rs v0.2.4
3442025-05-08T20:39:23.190Z Downloaded ipnetwork v0.21.1
3452025-05-08T20:39:23.190Z Downloaded zstd v0.13.3
3462025-05-08T20:39:23.194Z Downloaded slog-term v2.9.1
3472025-05-08T20:39:23.197Z Downloaded ingot-types v0.1.0
3482025-05-08T20:39:23.200Z Downloaded ingot-macros v0.1.0
3492025-05-08T20:39:23.200Z Downloaded topological-sort v0.2.2
3502025-05-08T20:39:23.205Z Downloaded tap v1.0.1
3512025-05-08T20:39:23.208Z Downloaded tabled_derive v0.7.0
3522025-05-08T20:39:23.208Z Downloaded tar v0.4.44
3532025-05-08T20:39:23.211Z Downloaded object v0.36.5
3542025-05-08T20:39:23.222Z Downloaded debug-ignore v1.0.5
3552025-05-08T20:39:23.225Z Downloaded petgraph v0.6.5
3562025-05-08T20:39:23.243Z Downloaded icu_normalizer v1.5.0
3572025-05-08T20:39:23.247Z Downloaded icu_locid_transform_data v1.5.0
3582025-05-08T20:39:23.250Z Downloaded convert_case v0.4.0
3592025-05-08T20:39:23.252Z Downloaded constant_time_eq v0.3.1
3602025-05-08T20:39:23.255Z Downloaded icu_locid_transform v1.5.0
3612025-05-08T20:39:23.259Z Downloaded serde_json v1.0.140
3622025-05-08T20:39:23.265Z Downloaded env_logger v0.11.5
3632025-05-08T20:39:23.268Z Downloaded deranged v0.3.11
3642025-05-08T20:39:23.272Z Downloaded is_terminal_polyfill v1.70.1
3652025-05-08T20:39:23.275Z Downloaded io-lifetimes v1.0.11
3662025-05-08T20:39:23.277Z Downloaded is_ci v1.2.0
3672025-05-08T20:39:23.278Z Downloaded is-terminal v0.4.13
3682025-05-08T20:39:23.280Z Downloaded regex-automata v0.4.8
3692025-05-08T20:39:23.296Z Downloaded piper v0.2.4
3702025-05-08T20:39:23.299Z Downloaded password-hash v0.5.0
3712025-05-08T20:39:23.302Z Downloaded parking_lot_core v0.9.10
3722025-05-08T20:39:23.305Z Downloaded predicates v3.1.3
3732025-05-08T20:39:23.308Z Downloaded powerfmt v0.2.0
3742025-05-08T20:39:23.311Z Downloaded pkcs1 v0.7.5
3752025-05-08T20:39:23.314Z Downloaded rand_xorshift v0.3.0
3762025-05-08T20:39:23.317Z Downloaded quick-xml v0.37.2
3772025-05-08T20:39:23.322Z Downloaded rand v0.8.5
3782025-05-08T20:39:23.326Z Downloaded num_enum_derive v0.5.11
3792025-05-08T20:39:23.329Z Downloaded syn v2.0.98
3802025-05-08T20:39:23.340Z Downloaded opaque-debug v0.3.1
3812025-05-08T20:39:23.343Z Downloaded pkcs5 v0.7.1
3822025-05-08T20:39:23.347Z Downloaded phf_codegen v0.11.2
3832025-05-08T20:39:23.350Z Downloaded pbkdf2 v0.11.0
3842025-05-08T20:39:23.353Z Downloaded unicode-width v0.1.14
3852025-05-08T20:39:23.359Z Downloaded unicode_categories v0.1.1
3862025-05-08T20:39:23.362Z Downloaded chacha20poly1305 v0.10.1
3872025-05-08T20:39:23.365Z Downloaded der v0.7.9
3882025-05-08T20:39:23.370Z Downloaded serde v1.0.219
3892025-05-08T20:39:23.374Z Downloaded peg-macros v0.8.5
3902025-05-08T20:39:23.377Z Downloaded serde_path_to_error v0.1.16
3912025-05-08T20:39:23.380Z Downloaded peg v0.8.5
3922025-05-08T20:39:23.383Z Downloaded num_threads v0.1.7
3932025-05-08T20:39:23.386Z Downloaded toml_edit v0.22.24
3942025-05-08T20:39:23.408Z Downloaded strsim v0.11.1
3952025-05-08T20:39:23.411Z Downloaded quinn-udp v0.5.5
3962025-05-08T20:39:23.414Z Downloaded smoltcp v0.9.1
3972025-05-08T20:39:23.424Z Downloaded tinystr v0.7.6
3982025-05-08T20:39:23.427Z Downloaded thiserror-impl v2.0.12
3992025-05-08T20:39:23.431Z Downloaded thiserror-impl v1.0.69
4002025-05-08T20:39:23.434Z Downloaded num-bigint-dig v0.8.4
4012025-05-08T20:39:23.437Z Downloaded serde-hex v0.1.0
4022025-05-08T20:39:23.440Z Downloaded openapiv3 v2.0.0
4032025-05-08T20:39:23.453Z Downloaded tokio-tungstenite v0.21.0
4042025-05-08T20:39:23.456Z Downloaded rustc_version v0.4.1
4052025-05-08T20:39:23.459Z Downloaded stringprep v0.1.5
4062025-05-08T20:39:23.462Z Downloaded shell-words v1.1.0
4072025-05-08T20:39:23.462Z Downloaded const_format_proc_macros v0.2.34
4082025-05-08T20:39:23.465Z Downloaded xshell-macros v0.2.7
4092025-05-08T20:39:23.469Z Downloaded slab v0.4.9
4102025-05-08T20:39:23.472Z Downloaded itertools v0.10.5
4112025-05-08T20:39:23.477Z Downloaded want v0.3.1
4122025-05-08T20:39:23.480Z Downloaded walkdir v2.5.0
4132025-05-08T20:39:23.483Z Downloaded portable-atomic v1.11.0
4142025-05-08T20:39:23.491Z Downloaded crc8 v0.1.1
4152025-05-08T20:39:23.494Z Downloaded defmt-macros v0.3.9
4162025-05-08T20:39:23.497Z Downloaded quinn-proto v0.11.8
4172025-05-08T20:39:23.503Z Downloaded ident_case v1.0.1
4182025-05-08T20:39:23.507Z Downloaded dyn-clone v1.0.19
4192025-05-08T20:39:23.510Z Downloaded zerofrom v0.1.4
4202025-05-08T20:39:23.510Z Downloaded wait-timeout v0.2.0
4212025-05-08T20:39:23.513Z Downloaded unicode-segmentation v1.12.0
4222025-05-08T20:39:23.516Z Downloaded md-5 v0.10.6
4232025-05-08T20:39:23.519Z Downloaded regex-syntax v0.6.29
4242025-05-08T20:39:23.527Z Downloaded linked-hash-map v0.5.6
4252025-05-08T20:39:23.530Z Downloaded russh v0.45.0
4262025-05-08T20:39:23.536Z Downloaded regex-syntax v0.8.5
4272025-05-08T20:39:23.545Z Downloaded openssl-probe v0.1.5
4282025-05-08T20:39:23.548Z Downloaded postgres-protocol v0.6.8
4292025-05-08T20:39:23.551Z Downloaded openssl v0.10.72
4302025-05-08T20:39:23.561Z Downloaded rand_core v0.6.4
4312025-05-08T20:39:23.564Z Downloaded postgres-types v0.2.9
4322025-05-08T20:39:23.567Z Downloaded postcard v1.0.10
4332025-05-08T20:39:23.570Z Downloaded rand_core v0.9.2
4342025-05-08T20:39:23.573Z Downloaded sha2 v0.10.8
4352025-05-08T20:39:23.576Z Downloaded papergrid v0.11.0
4362025-05-08T20:39:23.582Z Downloaded parking_lot_core v0.8.6
4372025-05-08T20:39:23.585Z Downloaded strip-ansi-escapes v0.2.0
4382025-05-08T20:39:23.588Z Downloaded stringmetrics v2.2.2
4392025-05-08T20:39:23.588Z Downloaded parking_lot v0.12.3
4402025-05-08T20:39:23.591Z Downloaded criterion v0.5.1
4412025-05-08T20:39:23.598Z Downloaded structmeta v0.3.0
4422025-05-08T20:39:23.601Z Downloaded x509-cert v0.2.5
4432025-05-08T20:39:23.606Z Downloaded utf-8 v0.7.6
4442025-05-08T20:39:23.610Z Downloaded socket2 v0.5.9
4452025-05-08T20:39:23.613Z Downloaded thread_local v1.1.8
4462025-05-08T20:39:23.613Z Downloaded smawk v0.3.2
4472025-05-08T20:39:23.616Z Downloaded smallvec v1.14.0
4482025-05-08T20:39:23.619Z Downloaded winnow v0.7.3
4492025-05-08T20:39:23.629Z Downloaded libm v0.2.8
4502025-05-08T20:39:23.637Z Downloaded chrono v0.4.40
4512025-05-08T20:39:23.645Z Downloaded nom v7.1.3
4522025-05-08T20:39:23.652Z Downloaded memoffset v0.9.1
4532025-05-08T20:39:23.654Z Downloaded memmap2 v0.9.5
4542025-05-08T20:39:23.657Z Downloaded colorchoice v1.0.2
4552025-05-08T20:39:23.660Z Downloaded rand v0.9.0
4562025-05-08T20:39:23.663Z Downloaded zopfli v0.8.1
4572025-05-08T20:39:23.666Z Downloaded ucd-trie v0.1.7
4582025-05-08T20:39:23.670Z Downloaded lazy_static v1.5.0
4592025-05-08T20:39:23.673Z Downloaded crunchy v0.2.2
4602025-05-08T20:39:23.673Z Downloaded rayon v1.10.0
4612025-05-08T20:39:23.683Z Downloaded icu_properties v1.5.1
4622025-05-08T20:39:23.686Z Downloaded waitgroup v0.1.2
4632025-05-08T20:39:23.689Z Downloaded vte_generate_state_changes v0.1.2
4642025-05-08T20:39:23.689Z Downloaded proc-macro-crate v1.3.1
4652025-05-08T20:39:23.692Z Downloaded snafu v0.8.5
4662025-05-08T20:39:23.697Z Downloaded num-conv v0.1.0
4672025-05-08T20:39:23.700Z Downloaded time v0.3.36
4682025-05-08T20:39:23.707Z Downloaded zerovec-derive v0.10.3
4692025-05-08T20:39:23.710Z Downloaded papergrid v0.14.0
4702025-05-08T20:39:23.715Z Downloaded num-derive v0.3.3
4712025-05-08T20:39:23.718Z Downloaded libsw-core v0.3.1
4722025-05-08T20:39:23.721Z Downloaded diesel-dtrace v0.4.2
4732025-05-08T20:39:23.724Z Downloaded env_filter v0.1.2
4742025-05-08T20:39:23.724Z Downloaded des v0.8.1
4752025-05-08T20:39:23.727Z Downloaded md5 v0.7.0
4762025-05-08T20:39:23.730Z Downloaded ron v0.8.1
4772025-05-08T20:39:23.734Z Downloaded owo-colors v4.2.0
4782025-05-08T20:39:23.737Z Downloaded resolv-conf v0.7.0
4792025-05-08T20:39:23.740Z Downloaded rfc6979 v0.4.0
4802025-05-08T20:39:23.743Z Downloaded relative-path v1.9.3
4812025-05-08T20:39:23.746Z Downloaded openssl-macros v0.1.1
4822025-05-08T20:39:23.746Z Downloaded strum_macros v0.26.4
4832025-05-08T20:39:23.749Z Downloaded tracing-attributes v0.1.27
4842025-05-08T20:39:23.752Z Downloaded tinytemplate v1.2.1
4852025-05-08T20:39:23.756Z Downloaded compact_str v0.8.0
4862025-05-08T20:39:23.759Z Downloaded time-core v0.1.2
4872025-05-08T20:39:23.762Z Downloaded thiserror v2.0.12
4882025-05-08T20:39:23.766Z Downloaded crc v3.2.1
4892025-05-08T20:39:23.769Z Downloaded dirs-sys-next v0.1.2
4902025-05-08T20:39:23.772Z Downloaded dirs-next v2.0.0
4912025-05-08T20:39:23.776Z Downloaded newtype-uuid v1.2.1
4922025-05-08T20:39:23.776Z Downloaded cookie v0.18.1
4932025-05-08T20:39:23.779Z Downloaded console v0.15.10
4942025-05-08T20:39:23.782Z Downloaded rustls-pki-types v1.10.0
4952025-05-08T20:39:23.785Z Downloaded mime v0.3.17
4962025-05-08T20:39:23.788Z Downloaded diesel_derives v2.2.3
4972025-05-08T20:39:23.792Z Downloaded usdt-macro v0.5.0
4982025-05-08T20:39:23.795Z Downloaded lalrpop v0.19.12
4992025-05-08T20:39:23.805Z Downloaded signal-hook-mio v0.2.4
5002025-05-08T20:39:23.809Z Downloaded sha1 v0.10.6
5012025-05-08T20:39:23.809Z Downloaded serde_urlencoded v0.7.1
5022025-05-08T20:39:23.812Z Downloaded phf_shared v0.11.2
5032025-05-08T20:39:23.812Z Downloaded percent-encoding v2.3.1
5042025-05-08T20:39:23.815Z Downloaded pem-rfc7468 v0.7.0
5052025-05-08T20:39:23.818Z Downloaded enum-as-inner v0.6.1
5062025-05-08T20:39:23.821Z Downloaded primeorder v0.13.6
5072025-05-08T20:39:23.821Z Downloaded thiserror v1.0.69
5082025-05-08T20:39:23.827Z Downloaded tinyvec v1.8.0
5092025-05-08T20:39:23.830Z Downloaded indoc v1.0.9
5102025-05-08T20:39:23.833Z Downloaded rayon-core v1.12.1
5112025-05-08T20:39:23.837Z Downloaded num-complex v0.4.6
5122025-05-08T20:39:23.840Z Downloaded miniz_oxide v0.8.5
5132025-05-08T20:39:23.843Z Downloaded rustls-pemfile v2.2.0
5142025-05-08T20:39:23.846Z Downloaded icu_collections v1.5.0
5152025-05-08T20:39:23.853Z Downloaded impl-trait-for-tuples v0.2.2
5162025-05-08T20:39:23.856Z Downloaded libxml v0.3.3
5172025-05-08T20:39:23.864Z Downloaded slog-scope v4.4.0
5182025-05-08T20:39:23.868Z Downloaded chrono-tz v0.10.3
5192025-05-08T20:39:23.874Z Downloaded slog-dtrace v0.3.0
5202025-05-08T20:39:23.878Z Downloaded oso-derive v0.27.3
5212025-05-08T20:39:23.878Z Downloaded nodrop v0.1.14
5222025-05-08T20:39:23.881Z Downloaded mio v1.0.2
5232025-05-08T20:39:23.885Z Downloaded rustls-webpki v0.101.7
5242025-05-08T20:39:23.906Z Downloaded termtree v0.4.1
5252025-05-08T20:39:23.914Z Downloaded endian-type v0.1.2
5262025-05-08T20:39:23.914Z Downloaded dtrace-parser v0.2.0
5272025-05-08T20:39:23.917Z Downloaded display-error-chain v0.2.2
5282025-05-08T20:39:23.917Z Downloaded signal-hook-registry v1.4.2
5292025-05-08T20:39:23.917Z Downloaded ryu v1.0.18
5302025-05-08T20:39:23.917Z Downloaded zerocopy-derive v0.8.10
5312025-05-08T20:39:23.922Z Downloaded instant v0.1.13
5322025-05-08T20:39:23.925Z Downloaded sled v0.34.7
5332025-05-08T20:39:23.936Z Downloaded crc-catalog v2.4.0
5342025-05-08T20:39:23.942Z Downloaded wyz v0.5.1
5352025-05-08T20:39:23.943Z Downloaded rustls-native-certs v0.7.3
5362025-05-08T20:39:23.946Z Downloaded pin-utils v0.1.0
5372025-05-08T20:39:23.946Z Downloaded pin-project-lite v0.2.14
5382025-05-08T20:39:23.949Z Downloaded libloading v0.8.5
5392025-05-08T20:39:23.952Z Downloaded winnow v0.5.40
5402025-05-08T20:39:23.960Z Downloaded toml_datetime v0.6.8
5412025-05-08T20:39:23.963Z Downloaded tinyvec_macros v0.1.1
5422025-05-08T20:39:23.963Z Downloaded serde_regex v1.1.0
5432025-05-08T20:39:23.966Z Downloaded tower-layer v0.3.3
5442025-05-08T20:39:23.966Z Downloaded pin-project-internal v1.1.6
5452025-05-08T20:39:23.969Z Downloaded rustls-pemfile v1.0.4
5462025-05-08T20:39:23.970Z Downloaded difflib v0.4.0
5472025-05-08T20:39:23.972Z Downloaded derive_builder_core v0.20.2
5482025-05-08T20:39:23.975Z Downloaded slog v2.7.0
5492025-05-08T20:39:23.978Z Downloaded criterion-plot v0.5.0
5502025-05-08T20:39:23.978Z Downloaded mime_guess v2.0.5
5512025-05-08T20:39:23.983Z Downloaded textwrap v0.16.1
5522025-05-08T20:39:23.987Z Downloaded crc-any v2.5.0
5532025-05-08T20:39:23.987Z Downloaded salsa20 v0.10.2
5542025-05-08T20:39:23.990Z Downloaded zerocopy v0.6.6
5552025-05-08T20:39:23.990Z Downloaded zerocopy-derive v0.7.35
5562025-05-08T20:39:23.995Z Downloaded whoami v1.5.2
5572025-05-08T20:39:23.998Z Downloaded nix v0.27.1
5582025-05-08T20:39:24.012Z Downloaded nix v0.28.0
5592025-05-08T20:39:24.022Z Downloaded crypto-bigint v0.5.5
5602025-05-08T20:39:24.029Z Downloaded rsa v0.9.6
5612025-05-08T20:39:24.034Z Downloaded itertools v0.14.0
5622025-05-08T20:39:24.042Z Downloaded zerocopy-derive v0.6.6
5632025-05-08T20:39:24.053Z Downloaded rustix v0.38.37
5642025-05-08T20:39:24.077Z Downloaded serde_plain v1.0.2
5652025-05-08T20:39:24.080Z Downloaded instability v0.3.2
5662025-05-08T20:39:24.080Z Downloaded indexmap v2.7.1
5672025-05-08T20:39:24.086Z Downloaded yansi v1.0.1
5682025-05-08T20:39:24.089Z Downloaded zerocopy v0.7.35
5692025-05-08T20:39:24.103Z Downloaded derive_builder v0.20.2
5702025-05-08T20:39:24.108Z Downloaded tower v0.5.2
5712025-05-08T20:39:24.117Z Downloaded derive_builder_macro v0.20.2
5722025-05-08T20:39:24.120Z Downloaded vte v0.11.1
5732025-05-08T20:39:24.120Z Downloaded cookie_store v0.21.1
5742025-05-08T20:39:24.123Z Downloaded regress v0.10.3
5752025-05-08T20:39:24.132Z Downloaded vsss-rs v3.3.4
5762025-05-08T20:39:24.135Z Downloaded similar v2.7.0
5772025-05-08T20:39:24.139Z Downloaded crucible-workspace-hack v0.1.0
5782025-05-08T20:39:24.142Z Downloaded httpmock v0.8.0-alpha.1
5792025-05-08T20:39:24.158Z Downloaded samael v0.0.18
5802025-05-08T20:39:24.176Z Downloaded webpki-roots v0.26.6
5812025-05-08T20:39:24.181Z Downloaded ratatui v0.29.0
5822025-05-08T20:39:24.188Z Downloaded rustls v0.23.19
5832025-05-08T20:39:24.200Z Downloaded typed-path v0.9.3
5842025-05-08T20:39:24.205Z Downloaded scheduled-thread-pool v0.2.7
5852025-05-08T20:39:24.208Z Downloaded typify-impl v0.3.0
5862025-05-08T20:39:24.222Z Downloaded jiff v0.2.10
5872025-05-08T20:39:24.239Z Downloaded test-strategy v0.4.0
5882025-05-08T20:39:24.242Z Downloaded termtree v0.5.1
5892025-05-08T20:39:24.246Z Downloaded termios v0.3.3
5902025-05-08T20:39:24.246Z Downloaded slog-bunyan v2.5.0
5912025-05-08T20:39:24.249Z Downloaded predicates-tree v1.0.11
5922025-05-08T20:39:24.249Z Downloaded predicates-core v1.0.8
5932025-05-08T20:39:24.249Z Downloaded libefi-sys v0.1.0
5942025-05-08T20:39:24.252Z Downloaded tokio-tungstenite v0.23.1
5952025-05-08T20:39:24.252Z Downloaded tungstenite v0.23.0
5962025-05-08T20:39:24.256Z Downloaded structmeta-derive v0.3.0
5972025-05-08T20:39:24.259Z Downloaded typify-impl v0.2.0
5982025-05-08T20:39:24.273Z Downloaded slog-stdlog v4.1.1
5992025-05-08T20:39:24.276Z Downloaded serde_tokenstream v0.2.2
6002025-05-08T20:39:24.276Z Downloaded peg-runtime v0.8.5
6012025-05-08T20:39:24.276Z Downloaded password-hash v0.4.2
6022025-05-08T20:39:24.280Z Downloaded libc v0.2.171
6032025-05-08T20:39:24.308Z Downloaded diesel v2.2.9
6042025-05-08T20:39:24.321Z Downloaded dropshot v0.16.0
6052025-05-08T20:39:24.342Z Downloaded ring v0.17.11
6062025-05-08T20:39:24.383Z Downloaded indoc v2.0.6
6072025-05-08T20:39:24.386Z Downloaded xz2 v0.1.7
6082025-05-08T20:39:24.389Z Downloaded same-file v1.0.6
6092025-05-08T20:39:24.393Z Downloaded zone_cfg_derive v0.3.0
6102025-05-08T20:39:24.396Z Downloaded zone_cfg_derive v0.1.2
6112025-05-08T20:39:24.396Z Downloaded tracing v0.1.40
6122025-05-08T20:39:24.396Z Downloaded ron v0.7.1
6132025-05-08T20:39:24.399Z Downloaded progenitor v0.8.0
6142025-05-08T20:39:24.402Z Downloaded url v2.5.3
6152025-05-08T20:39:24.406Z Downloaded ssh-key v0.6.6
6162025-05-08T20:39:24.410Z Downloaded siphasher v0.3.11
6172025-05-08T20:39:24.414Z Downloaded similar-asserts v1.7.0
6182025-05-08T20:39:24.418Z Downloaded signal-hook v0.3.17
6192025-05-08T20:39:24.418Z Downloaded serde_spanned v0.6.8
6202025-05-08T20:39:24.418Z Downloaded minimal-lexical v0.2.1
6212025-05-08T20:39:24.422Z Downloaded indicatif v0.17.11
6222025-05-08T20:39:24.426Z Downloaded winnow v0.6.20
6232025-05-08T20:39:24.435Z Downloaded thiserror-impl-no-std v2.0.2
6242025-05-08T20:39:24.437Z Downloaded subprocess v0.2.9
6252025-05-08T20:39:24.440Z Downloaded rpassword v7.3.1
6262025-05-08T20:39:24.440Z Downloaded lazycell v1.3.0
6272025-05-08T20:39:24.441Z Downloaded itoa v1.0.11
6282025-05-08T20:39:24.444Z Downloaded toml_edit v0.19.15
6292025-05-08T20:39:24.457Z Downloaded num-integer v0.1.46
6302025-05-08T20:39:24.461Z Downloaded inout v0.1.3
6312025-05-08T20:39:24.461Z Downloaded cpufeatures v0.2.14
6322025-05-08T20:39:24.464Z Downloaded libz-sys v1.1.20
6332025-05-08T20:39:24.482Z Downloaded strum_macros v0.25.3
6342025-05-08T20:39:24.485Z Downloaded strum v0.26.3
6352025-05-08T20:39:24.485Z Downloaded normalize-line-endings v0.3.0
6362025-05-08T20:39:24.488Z Downloaded oso v0.27.3
6372025-05-08T20:39:24.492Z Downloaded sha3 v0.10.8
6382025-05-08T20:39:24.495Z Downloaded multer v3.1.0
6392025-05-08T20:39:24.498Z Downloaded memchr v2.7.4
6402025-05-08T20:39:24.501Z Downloaded icu_locid v1.5.0
6412025-05-08T20:39:24.504Z Downloaded dsl_auto_type v0.1.2
6422025-05-08T20:39:24.507Z Downloaded dropshot_endpoint v0.16.0
6432025-05-08T20:39:24.512Z Downloaded diesel_table_macro_syntax v0.2.0
6442025-05-08T20:39:24.512Z Downloaded nix v0.29.0
6452025-05-08T20:39:24.521Z Downloaded pretty-hex v0.4.1
6462025-05-08T20:39:24.524Z Downloaded pretty-hex v0.2.1
6472025-05-08T20:39:24.524Z Downloaded memmap v0.7.0
6482025-05-08T20:39:24.527Z Downloaded tough v0.20.0
6492025-05-08T20:39:24.533Z Downloaded tokio v1.43.1
6502025-05-08T20:39:24.572Z Downloaded pem v3.0.5
6512025-05-08T20:39:24.577Z Downloaded zerovec v0.10.4
6522025-05-08T20:39:24.580Z Downloaded usdt-attr-macro v0.5.0
6532025-05-08T20:39:24.580Z Downloaded unicode-truncate v1.1.0
6542025-05-08T20:39:24.585Z Downloaded twox-hash v2.1.0
6552025-05-08T20:39:24.585Z Downloaded digest v0.10.7
6562025-05-08T20:39:24.588Z Downloaded crossbeam-utils v0.8.21
6572025-05-08T20:39:24.588Z Downloaded concurrent-queue v2.5.0
6582025-05-08T20:39:24.591Z Downloaded writeable v0.5.5
6592025-05-08T20:39:24.591Z Downloaded which v4.4.2
6602025-05-08T20:39:24.594Z Downloaded unicase v2.7.0
6612025-05-08T20:39:24.594Z Downloaded typify-macro v0.3.0
6622025-05-08T20:39:24.597Z Downloaded num_enum v0.5.11
6632025-05-08T20:39:24.600Z Downloaded iana-time-zone v0.1.63
6642025-05-08T20:39:24.603Z Downloaded env_logger v0.10.2
6652025-05-08T20:39:24.606Z Downloaded proc-macro-error-attr v1.0.4
6662025-05-08T20:39:24.606Z Downloaded proc-macro-error v1.0.4
6672025-05-08T20:39:24.609Z Downloaded phf_generator v0.11.2
6682025-05-08T20:39:24.612Z Downloaded zerocopy v0.8.10
6692025-05-08T20:39:24.634Z Downloaded tokio-postgres v0.7.13
6702025-05-08T20:39:24.638Z Downloaded smoltcp v0.11.0
6712025-05-08T20:39:24.650Z Downloaded polar-core v0.27.3
6722025-05-08T20:39:24.659Z Downloaded write16 v1.0.0
6732025-05-08T20:39:24.663Z Downloaded typify-macro v0.2.0
6742025-05-08T20:39:24.663Z Downloaded thiserror-no-std v2.0.2
6752025-05-08T20:39:24.666Z Downloaded ssh-encoding v0.2.0
6762025-05-08T20:39:24.666Z Downloaded slog-async v2.8.0
6772025-05-08T20:39:24.670Z Downloaded progenitor-macro v0.8.0
6782025-05-08T20:39:24.670Z Downloaded progenitor-impl v0.9.1
6792025-05-08T20:39:24.670Z Downloaded libgit2-sys v0.17.0+1.8.1
6802025-05-08T20:39:24.726Z Downloaded progenitor-impl v0.8.0
6812025-05-08T20:39:24.730Z Downloaded progenitor-client v0.9.1
6822025-05-08T20:39:24.730Z Downloaded progenitor-client v0.8.0
6832025-05-08T20:39:24.733Z Downloaded progenitor v0.9.1
6842025-05-08T20:39:24.733Z Downloaded partial-io v0.5.4
6852025-05-08T20:39:24.736Z Downloaded parse-size v1.1.0
6862025-05-08T20:39:24.736Z Downloaded derive_more v0.99.20
6872025-05-08T20:39:24.739Z Downloaded cobs v0.2.3
6882025-05-08T20:39:24.742Z Downloaded chrono-tz-build v0.4.0
6892025-05-08T20:39:24.742Z Downloaded rustyline v14.0.0
6902025-05-08T20:39:24.746Z Downloaded pbkdf2 v0.12.2
6912025-05-08T20:39:24.749Z Downloaded tokio-rustls v0.25.0
6922025-05-08T20:39:24.749Z Downloaded tls_codec v0.4.1
6932025-05-08T20:39:24.752Z Downloaded reedline v0.38.0
6942025-05-08T20:39:24.761Z Downloaded pest v2.7.14
6952025-05-08T20:39:24.764Z Downloaded icu_normalizer_data v1.5.0
6962025-05-08T20:39:24.767Z Downloaded colored v2.2.0
6972025-05-08T20:39:24.770Z Downloaded rustc_version v0.1.7
6982025-05-08T20:39:24.770Z Downloaded rcgen v0.12.1
6992025-05-08T20:39:24.773Z Downloaded crossterm v0.28.1
7002025-05-08T20:39:24.777Z Downloaded const_format v0.2.34
7012025-05-08T20:39:24.781Z Downloaded lalrpop-util v0.19.12
7022025-05-08T20:39:24.784Z Downloaded idna_adapter v1.2.0
7032025-05-08T20:39:24.784Z Downloaded diff v0.1.13
7042025-05-08T20:39:24.787Z Downloaded usdt-impl v0.5.0
7052025-05-08T20:39:24.787Z Downloaded jiff-static v0.2.10
7062025-05-08T20:39:24.790Z Downloaded idna v1.0.3
7072025-05-08T20:39:24.793Z Downloaded ed25519-dalek v2.1.1
7082025-05-08T20:39:24.797Z Downloaded sqlparser v0.45.0
7092025-05-08T20:39:24.802Z Downloaded encoding_rs v0.8.34
7102025-05-08T20:39:24.823Z Downloaded packed_struct_codegen v0.10.1
7112025-05-08T20:39:24.826Z Downloaded rand_chacha v0.9.0
7122025-05-08T20:39:24.826Z Downloaded parking v2.2.1
7132025-05-08T20:39:24.829Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7142025-05-08T20:39:24.845Z Downloaded rand_chacha v0.3.1
7152025-05-08T20:39:24.848Z Downloaded proc-macro-crate v3.2.0
7162025-05-08T20:39:24.848Z Downloaded icu_provider_macros v1.5.0
7172025-05-08T20:39:24.852Z Downloaded dunce v1.0.5
7182025-05-08T20:39:24.855Z Downloaded crc32fast v1.4.2
7192025-05-08T20:39:24.855Z Downloaded nu-ansi-term v0.50.1
7202025-05-08T20:39:24.858Z Downloaded nibble_vec v0.1.0
7212025-05-08T20:39:24.858Z Downloaded newtype_derive v0.1.6
7222025-05-08T20:39:24.858Z Downloaded internet-checksum v0.2.1
7232025-05-08T20:39:24.861Z Downloaded salty v0.3.0
7242025-05-08T20:39:24.865Z Downloaded rustix v0.37.28
7252025-05-08T20:39:24.884Z Downloaded linear-map v1.2.0
7262025-05-08T20:39:24.887Z Downloaded quinn v0.11.5
7272025-05-08T20:39:24.890Z Downloaded tokio-stream v0.1.17
7282025-05-08T20:39:24.893Z Downloaded tokio-rustls v0.24.1
7292025-05-08T20:39:24.896Z Downloaded tokio-native-tls v0.3.1
7302025-05-08T20:39:24.899Z Downloaded tokio-macros v2.5.0
7312025-05-08T20:39:24.899Z Downloaded lockfree-object-pool v0.1.6
7322025-05-08T20:39:24.902Z Downloaded ingot v0.1.0
7332025-05-08T20:39:24.902Z Downloaded derive-where v1.2.7
7342025-05-08T20:39:24.905Z Downloaded der_derive v0.7.3
7352025-05-08T20:39:24.908Z Downloaded defmt-parser v0.3.4
7362025-05-08T20:39:24.908Z Downloaded itertools v0.12.1
7372025-05-08T20:39:24.913Z Downloaded defmt v0.3.8
7382025-05-08T20:39:24.916Z Downloaded qorb v0.3.1
7392025-05-08T20:39:24.920Z Downloaded publicsuffix v2.3.0
7402025-05-08T20:39:24.923Z Downloaded object v0.30.4
7412025-05-08T20:39:24.932Z Downloaded xshell v0.2.7
7422025-05-08T20:39:24.935Z Downloaded xattr v1.3.1
7432025-05-08T20:39:24.935Z Downloaded unicode-width v0.2.0
7442025-05-08T20:39:24.941Z Downloaded tui-tree-widget v0.23.0
7452025-05-08T20:39:24.944Z Downloaded terminal_size v0.2.6
7462025-05-08T20:39:24.944Z Downloaded snafu-derive v0.8.5
7472025-05-08T20:39:24.947Z Downloaded smallvec v0.6.14
7482025-05-08T20:39:24.947Z Downloaded shlex v1.3.0
7492025-05-08T20:39:24.950Z Downloaded terminal_size v0.4.0
7502025-05-08T20:39:24.950Z Downloaded tabwriter v1.4.0
7512025-05-08T20:39:24.950Z Downloaded tabled_derive v0.10.0
7522025-05-08T20:39:24.953Z Downloaded syn v1.0.109
7532025-05-08T20:39:24.961Z Downloaded ssh-cipher v0.2.0
7542025-05-08T20:39:24.964Z Downloaded serde_derive_internals v0.29.1
7552025-05-08T20:39:24.964Z Downloaded serde-big-array v0.5.1
7562025-05-08T20:39:24.968Z Downloaded sec1 v0.7.3
7572025-05-08T20:39:24.968Z Downloaded rust-argon2 v2.1.0
7582025-05-08T20:39:24.971Z Downloaded russh-keys v0.45.0
7592025-05-08T20:39:24.971Z Downloaded russh-cryptovec v0.7.3
7602025-05-08T20:39:24.971Z Downloaded tabled v0.15.0
7612025-05-08T20:39:24.986Z Downloaded omicron-zone-package v0.12.0
7622025-05-08T20:39:24.989Z Downloaded radix_trie v0.2.1
7632025-05-08T20:39:24.994Z Downloaded maybe-uninit v2.0.0
7642025-05-08T20:39:24.997Z Downloaded match_cfg v0.1.0
7652025-05-08T20:39:24.997Z Downloaded maplit v1.0.2
7662025-05-08T20:39:24.997Z Downloaded lock_api v0.4.12
7672025-05-08T20:39:25.001Z Downloaded litrs v0.4.1
7682025-05-08T20:39:25.004Z Downloaded tabled v0.18.0
7692025-05-08T20:39:25.017Z Downloaded scrypt v0.11.0
7702025-05-08T20:39:25.022Z Downloaded scroll_derive v0.12.0
7712025-05-08T20:39:25.022Z Downloaded scroll v0.12.0
7722025-05-08T20:39:25.025Z Downloaded schemars v0.8.22
7732025-05-08T20:39:25.031Z Downloaded lzma-sys v0.1.20
7742025-05-08T20:39:25.060Z Downloaded ed25519 v2.2.3
7752025-05-08T20:39:25.063Z Downloaded ecdsa v0.16.9
7762025-05-08T20:39:25.067Z Downloaded zstd-safe v7.2.3
7772025-05-08T20:39:25.067Z Downloaded zeroize_derive v1.4.2
7782025-05-08T20:39:25.067Z Downloaded untrusted v0.9.0
7792025-05-08T20:39:25.070Z Downloaded untrusted v0.7.1
7802025-05-08T20:39:25.070Z Downloaded unsafe-libyaml v0.2.11
7812025-05-08T20:39:25.073Z Downloaded universal-hash v0.5.1
7822025-05-08T20:39:25.073Z Downloaded tungstenite v0.21.0
7832025-05-08T20:39:25.076Z Downloaded cstr-argument v0.1.2
7842025-05-08T20:39:25.079Z Downloaded crypto-common v0.1.6
7852025-05-08T20:39:25.079Z Downloaded const-oid v0.9.6
7862025-05-08T20:39:25.079Z Downloaded rtoolbox v0.0.2
7872025-05-08T20:39:25.083Z Downloaded csv v1.3.1
7882025-05-08T20:39:25.100Z Downloaded zip v2.6.1
7892025-05-08T20:39:25.105Z Downloaded zip v0.6.6
7902025-05-08T20:39:25.109Z Downloaded take_mut v0.2.2
7912025-05-08T20:39:25.113Z Downloaded olpc-cjson v0.1.4
7922025-05-08T20:39:25.113Z Downloaded newline-converter v0.3.0
7932025-05-08T20:39:25.113Z Downloaded steno v0.4.1
7942025-05-08T20:39:25.117Z Downloaded petname v2.0.2
7952025-05-08T20:39:25.120Z Downloaded dof v0.3.0
7962025-05-08T20:39:25.123Z Downloaded sqlparser_derive v0.2.2
7972025-05-08T20:39:25.123Z Downloaded vcpkg v0.2.15
7982025-05-08T20:39:25.161Z Downloaded lru-cache v0.1.2
7992025-05-08T20:39:25.164Z Downloaded libsw v3.4.0
8002025-05-08T20:39:25.164Z Downloaded libscf-sys v1.1.0
8012025-05-08T20:39:25.164Z Downloaded embedded-io v0.6.1
8022025-05-08T20:39:25.164Z Downloaded embedded-io v0.4.0
8032025-05-08T20:39:25.168Z Downloaded either v1.14.0
8042025-05-08T20:39:25.168Z Downloaded pin-project v1.1.6
8052025-05-08T20:39:25.178Z Downloaded yasna v0.5.2
8062025-05-08T20:39:25.181Z Downloaded value-bag v1.9.0
8072025-05-08T20:39:25.184Z Downloaded uzers v0.12.1
8082025-05-08T20:39:25.187Z Downloaded bstr v1.10.0
8092025-05-08T20:39:25.196Z Downloaded serde_with v3.12.0
8102025-05-08T20:39:25.203Z Downloaded litemap v0.7.3
8112025-05-08T20:39:25.206Z Downloaded nested v0.1.1
8122025-05-08T20:39:25.206Z Downloaded managed v0.8.0
8132025-05-08T20:39:25.209Z Downloaded macaddr v1.0.1
8142025-05-08T20:39:25.209Z Downloaded keccak v0.1.5
8152025-05-08T20:39:25.212Z Downloaded jobserver v0.1.32
8162025-05-08T20:39:25.212Z Downloaded ena v0.14.3
8172025-05-08T20:39:25.215Z Downloaded typify v0.3.0
8182025-05-08T20:39:25.218Z Downloaded trybuild v1.0.103
8192025-05-08T20:39:25.221Z Downloaded sqlformat v0.2.6
8202025-05-08T20:39:25.221Z Downloaded semver v0.1.20
8212025-05-08T20:39:25.224Z Downloaded progenitor-macro v0.9.1
8222025-05-08T20:39:25.224Z Downloaded bindgen v0.71.1
8232025-05-08T20:39:25.231Z Downloaded bindgen v0.69.5
8242025-05-08T20:39:25.238Z Downloaded document-features v0.2.10
8252025-05-08T20:39:25.241Z Downloaded doc-comment v0.3.3
8262025-05-08T20:39:25.241Z Downloaded darling_core v0.20.10
8272025-05-08T20:39:25.244Z Downloaded darling v0.20.10
8282025-05-08T20:39:25.248Z Downloaded clap_lex v0.7.4
8292025-05-08T20:39:25.251Z Downloaded clap_derive v4.5.32
8302025-05-08T20:39:25.254Z Downloaded ciborium-ll v0.2.2
8312025-05-08T20:39:25.254Z Downloaded ciborium v0.2.2
8322025-05-08T20:39:25.257Z Downloaded darling_macro v0.20.10
8332025-05-08T20:39:25.257Z Downloaded clang-sys v1.8.1
8342025-05-08T20:39:25.260Z Downloaded ciborium-io v0.2.2
8352025-05-08T20:39:25.260Z Downloaded flume v0.11.1
8362025-05-08T20:39:25.262Z Downloaded crossbeam-deque v0.8.5
8372025-05-08T20:39:25.263Z Downloaded cipher v0.4.4
8382025-05-08T20:39:25.267Z Downloaded p521 v0.13.3
8392025-05-08T20:39:25.270Z Downloaded aws-lc-rs v1.12.4
8402025-05-08T20:39:25.278Z Downloaded vergen v8.3.2
8412025-05-08T20:39:25.281Z Downloaded utf16_iter v1.0.5
8422025-05-08T20:39:25.281Z Downloaded unicode-bidi v0.3.17
8432025-05-08T20:39:25.284Z Downloaded version_check v0.9.5
8442025-05-08T20:39:25.287Z Downloaded uuid v1.16.0
8452025-05-08T20:39:25.290Z Downloaded utf8parse v0.2.2
8462025-05-08T20:39:25.290Z Downloaded typenum v1.17.0
8472025-05-08T20:39:25.293Z Downloaded try-lock v0.2.5
8482025-05-08T20:39:25.293Z Downloaded tower-service v0.3.3
8492025-05-08T20:39:25.293Z Downloaded toml v0.8.20
8502025-05-08T20:39:25.296Z Downloaded tokio-rustls v0.26.0
8512025-05-08T20:39:25.299Z Downloaded git2 v0.19.0
8522025-05-08T20:39:25.305Z Downloaded unicode-properties v0.1.3
8532025-05-08T20:39:25.308Z Downloaded time-macros v0.2.18
8542025-05-08T20:39:25.311Z Downloaded thread-id v4.2.2
8552025-05-08T20:39:25.311Z Downloaded termcolor v1.4.1
8562025-05-08T20:39:25.311Z Downloaded term v0.7.0
8572025-05-08T20:39:25.316Z Downloaded smf v0.2.3
8582025-05-08T20:39:25.316Z Downloaded slog-envlogger v2.2.0
8592025-05-08T20:39:25.319Z Downloaded sigpipe v0.1.3
8602025-05-08T20:39:25.319Z Downloaded secrecy v0.10.3
8612025-05-08T20:39:25.319Z Downloaded hashbrown v0.15.1
8622025-05-08T20:39:25.323Z Downloaded h2 v0.4.6
8632025-05-08T20:39:25.330Z Downloaded guppy v0.17.17
8642025-05-08T20:39:25.336Z Downloaded cc v1.2.15
8652025-05-08T20:39:25.340Z Downloaded target-spec v3.4.2
8662025-05-08T20:39:25.343Z Downloaded target-lexicon v0.13.2
8672025-05-08T20:39:25.346Z Downloaded num-bigint v0.4.6
8682025-05-08T20:39:25.349Z Downloaded sync_wrapper v1.0.1
8692025-05-08T20:39:25.350Z Downloaded secrecy v0.8.0
8702025-05-08T20:39:25.353Z Downloaded ref-cast v1.0.23
8712025-05-08T20:39:25.353Z Downloaded pest_generator v2.7.14
8722025-05-08T20:39:25.356Z Downloaded pest_derive v2.7.14
8732025-05-08T20:39:25.356Z Downloaded path-tree v0.8.1
8742025-05-08T20:39:25.359Z Downloaded path-slash v0.1.5
8752025-05-08T20:39:25.359Z Downloaded p256 v0.13.2
8762025-05-08T20:39:25.362Z Downloaded oxnet v0.1.1
8772025-05-08T20:39:25.362Z Downloaded oorandom v11.1.4
8782025-05-08T20:39:25.367Z Downloaded cbc v0.1.2
8792025-05-08T20:39:25.367Z Downloaded stable_deref_trait v1.2.0
8802025-05-08T20:39:25.367Z Downloaded spki v0.7.3
8812025-05-08T20:39:25.370Z Downloaded simd-adler32 v0.3.7
8822025-05-08T20:39:25.370Z Downloaded semver v1.0.25
8832025-05-08T20:39:25.370Z Downloaded rand_distr v0.4.3
8842025-05-08T20:39:25.373Z Downloaded serde_with_macros v3.12.0
8852025-05-08T20:39:25.376Z Downloaded serde_repr v0.1.19
8862025-05-08T20:39:25.379Z Downloaded schemars_derive v0.8.22
8872025-05-08T20:39:25.379Z Downloaded ppv-lite86 v0.2.20
8882025-05-08T20:39:25.379Z Downloaded plain v0.2.3
8892025-05-08T20:39:25.382Z Downloaded aes v0.8.4
8902025-05-08T20:39:25.385Z Downloaded num-rational v0.4.2
8912025-05-08T20:39:25.385Z Downloaded heapless v0.7.17
8922025-05-08T20:39:25.389Z Downloaded headers v0.4.0
8932025-05-08T20:39:25.395Z Downloaded ref-cast-impl v1.0.23
8942025-05-08T20:39:25.398Z Downloaded castaway v0.2.3
8952025-05-08T20:39:25.398Z Downloaded cassowary v0.3.0
8962025-05-08T20:39:25.398Z Downloaded cargo_metadata v0.18.1
8972025-05-08T20:39:25.401Z Downloaded block-padding v0.3.3
8982025-05-08T20:39:25.401Z Downloaded bitfield-struct v0.6.2
8992025-05-08T20:39:25.401Z Downloaded base64 v0.22.1
9002025-05-08T20:39:25.404Z Downloaded rustc-demangle v0.1.24
9012025-05-08T20:39:25.407Z Downloaded plotters-svg v0.3.7
9022025-05-08T20:39:25.407Z Downloaded pest_meta v2.7.14
9032025-05-08T20:39:25.410Z Downloaded headers-core v0.3.0
9042025-05-08T20:39:25.410Z Downloaded hashbrown v0.13.2
9052025-05-08T20:39:25.413Z Downloaded hyper v1.6.0
9062025-05-08T20:39:25.419Z Downloaded num-iter v0.1.45
9072025-05-08T20:39:25.422Z Downloaded num v0.4.3
9082025-05-08T20:39:25.422Z Downloaded goblin v0.8.2
9092025-05-08T20:39:25.427Z Downloaded cfg-expr v0.18.0
9102025-05-08T20:39:25.430Z Downloaded cargo_metadata v0.19.2
9112025-05-08T20:39:25.433Z Downloaded http v1.2.0
9122025-05-08T20:39:25.436Z Downloaded expectorate v1.1.0
9132025-05-08T20:39:25.439Z Downloaded bzip2 v0.4.4
9142025-05-08T20:39:25.439Z Downloaded http-range v0.1.5
9152025-05-08T20:39:25.442Z Downloaded highway v1.3.0
9162025-05-08T20:39:25.442Z Downloaded hickory-client v0.24.4
9172025-05-08T20:39:25.445Z Downloaded hex-literal v0.4.1
9182025-05-08T20:39:25.449Z Downloaded cfg_aliases v0.2.1
9192025-05-08T20:39:25.449Z Downloaded cast v0.3.0
9202025-05-08T20:39:25.449Z Downloaded bytecount v0.6.8
9212025-05-08T20:39:25.454Z Downloaded bit-vec v0.8.0
9222025-05-08T20:39:25.454Z Downloaded bit-set v0.8.0
9232025-05-08T20:39:25.454Z Downloaded base16ct v0.2.0
9242025-05-08T20:39:25.454Z Downloaded hubpack_derive v0.1.1
9252025-05-08T20:39:25.454Z Downloaded hubpack v0.1.2
9262025-05-08T20:39:25.457Z Downloaded cancel-safe-futures v0.1.5
9272025-05-08T20:39:25.461Z Downloaded bzip2 v0.5.2
9282025-05-08T20:39:25.461Z Downloaded buf-list v1.0.3
9292025-05-08T20:39:25.464Z Downloaded blowfish v0.9.1
9302025-05-08T20:39:25.464Z Downloaded blake2b_simd v1.0.2
9312025-05-08T20:39:25.467Z Downloaded bitfield v0.14.0
9322025-05-08T20:39:25.467Z Downloaded bcs v0.1.6
9332025-05-08T20:39:25.470Z Downloaded bcrypt-pbkdf v0.10.0
9342025-05-08T20:39:25.471Z Downloaded bb8 v0.8.5
9352025-05-08T20:39:25.471Z Downloaded cexpr v0.6.0
9362025-05-08T20:39:25.474Z Downloaded assert_matches v1.5.0
9372025-05-08T20:39:25.474Z Downloaded chacha20 v0.9.1
9382025-05-08T20:39:25.474Z Downloaded funty v2.0.0
9392025-05-08T20:39:25.477Z Downloaded foreign-types-shared v0.3.1
9402025-05-08T20:39:25.477Z Downloaded foreign-types-macros v0.2.3
9412025-05-08T20:39:25.477Z Downloaded foreign-types v0.5.0
9422025-05-08T20:39:25.478Z Downloaded foreign-types v0.3.2
9432025-05-08T20:39:25.478Z Downloaded fallible-iterator v0.2.0
9442025-05-08T20:39:25.483Z Downloaded event-listener-strategy v0.5.2
9452025-05-08T20:39:25.483Z Downloaded bitvec v1.0.1
9462025-05-08T20:39:25.495Z Downloaded gimli v0.31.1
9472025-05-08T20:39:25.516Z Downloaded camino v1.1.9
9482025-05-08T20:39:25.524Z Downloaded bumpalo v3.16.0
9492025-05-08T20:39:25.524Z Downloaded camino-tempfile v1.1.1
9502025-05-08T20:39:25.524Z Downloaded allocator-api2 v0.2.18
9512025-05-08T20:39:25.524Z Downloaded backtrace v0.3.74
9522025-05-08T20:39:25.524Z Downloaded base64ct v1.6.0
9532025-05-08T20:39:25.524Z Downloaded async-trait v0.1.88
9542025-05-08T20:39:25.528Z Downloaded arrayvec v0.7.6
9552025-05-08T20:39:25.528Z Downloaded anyhow v1.0.98
9562025-05-08T20:39:25.528Z Downloaded atomicwrites v0.4.4
9572025-05-08T20:39:25.528Z Downloaded async-stream-impl v0.3.6
9582025-05-08T20:39:25.531Z Downloaded async-recursion v1.1.1
9592025-05-08T20:39:25.538Z Downloaded approx v0.5.1
9602025-05-08T20:39:25.538Z Downloaded anstyle-parse v0.2.5
9612025-05-08T20:39:25.541Z Downloaded ahash v0.8.11
9622025-05-08T20:39:25.541Z Downloaded foldhash v0.1.3
9632025-05-08T20:39:25.541Z Downloaded flagset v0.4.6
9642025-05-08T20:39:25.541Z Downloaded home v0.5.9
9652025-05-08T20:39:25.541Z Downloaded guppy-workspace-hack v0.1.0
9662025-05-08T20:39:25.541Z Downloaded getrandom v0.2.15
9672025-05-08T20:39:25.546Z Downloaded fs_extra v1.3.0
9682025-05-08T20:39:25.549Z Downloaded fixedbitset v0.5.7
9692025-05-08T20:39:25.549Z Downloaded event-listener v5.3.1
9702025-05-08T20:39:25.549Z Downloaded async-bb8-diesel v0.2.1
9712025-05-08T20:39:25.553Z Downloaded form_urlencoded v1.2.1
9722025-05-08T20:39:25.553Z Downloaded fatfs v0.3.6
9732025-05-08T20:39:25.557Z Downloaded http-body v1.0.1
9742025-05-08T20:39:25.557Z Downloaded hmac v0.12.1
9752025-05-08T20:39:25.560Z Downloaded base64 v0.13.1
9762025-05-08T20:39:25.560Z Downloaded group v0.13.0
9772025-05-08T20:39:25.564Z Downloaded glob v0.3.2
9782025-05-08T20:39:25.564Z Downloaded async-task v4.7.1
9792025-05-08T20:39:25.568Z Downloaded addr2line v0.24.2
9802025-05-08T20:39:25.571Z Downloaded fxhash v0.2.1
9812025-05-08T20:39:25.571Z Downloaded async-lock v3.4.0
9822025-05-08T20:39:25.571Z Downloaded async-process v2.3.0
9832025-05-08T20:39:25.574Z Downloaded bit-vec v0.6.3
9842025-05-08T20:39:25.574Z Downloaded futures-sink v0.3.31
9852025-05-08T20:39:25.574Z Downloaded bit-set v0.5.3
9862025-05-08T20:39:25.578Z Downloaded async-executor v1.13.1
9872025-05-08T20:39:25.578Z Downloaded futures-io v0.3.31
9882025-05-08T20:39:25.581Z Downloaded foreign-types-shared v0.1.1
9892025-05-08T20:39:25.581Z Downloaded fixedbitset v0.4.2
9902025-05-08T20:39:25.581Z Downloaded autocfg v1.4.0
9912025-05-08T20:39:25.584Z Downloaded async-signal v0.2.10
9922025-05-08T20:39:25.584Z Downloaded atomic-waker v1.1.2
9932025-05-08T20:39:25.584Z Downloaded async-global-executor v2.4.1
9942025-05-08T20:39:25.589Z Downloaded assert-json-diff v2.0.2
9952025-05-08T20:39:25.589Z Downloaded errno v0.3.9
9962025-05-08T20:39:25.592Z Downloaded equivalent v1.0.1
9972025-05-08T20:39:25.592Z Downloaded async-channel v2.3.1
9982025-05-08T20:39:25.592Z Downloaded anstyle v1.0.10
9992025-05-08T20:39:25.592Z Downloaded ascii-canvas v3.0.0
10002025-05-08T20:39:25.604Z Downloaded aws-lc-sys v0.26.0
10012025-05-08T20:39:26.205Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10022025-05-08T20:39:38.745Z Startup: Refreshing catalog 'helios-dev' ... Done
10032025-05-08T20:39:44.129Z Startup: Caching catalogs ... Done
10042025-05-08T20:39:48.093ZPlanning: Solver setup ... Done (2.894s)
10052025-05-08T20:39:48.123ZPlanning: Running solver ... Done (0.030s)
10062025-05-08T20:39:48.199ZPlanning: Finding local manifests ... Done (0.003s)
10072025-05-08T20:39:48.211ZPlanning: Fetching manifests: 0/4 0% complete
10082025-05-08T20:39:48.354ZPlanning: Fetching manifests: 4/4 100% complete
10092025-05-08T20:39:48.400ZPlanning: Package planning ... Done (0.048s)
10102025-05-08T20:39:48.450ZPlanning: Merging actions ... Done (0.050s)
10112025-05-08T20:39:48.747ZPlanning: Checking for conflicting actions ... Done (0.294s)
10122025-05-08T20:39:48.756ZPlanning: Consolidating action changes ... Done (0.011s)
10132025-05-08T20:39:49.780ZPlanning: Evaluating mediators ... Done (1.023s)
10142025-05-08T20:39:49.789ZPlanning: Planning completed in 5.55 seconds
10152025-05-08T20:39:49.805Z Packages to install: 4
10162025-05-08T20:39:49.805Z Mediators to change: 2
10172025-05-08T20:39:49.808Z Services to change: 1
10182025-05-08T20:39:49.809Z Estimated space available: 155.25 GB
10192025-05-08T20:39:49.809ZEstimated space to be consumed: 1.64 GB
10202025-05-08T20:39:49.809Z Create boot environment: No
10212025-05-08T20:39:49.809ZCreate backup boot environment: No
10222025-05-08T20:39:49.809Z Rebuild boot archive: No
10232025-05-08T20:39:49.809Z
10242025-05-08T20:39:49.809ZChanged mediators:
10252025-05-08T20:39:49.809Z mediator clang:
10262025-05-08T20:39:49.809Z version: None -> 15 (system default)
10272025-05-08T20:39:49.809Z
10282025-05-08T20:39:49.809Z mediator llvm:
10292025-05-08T20:39:49.809Z version: 14 (system default) -> 15 (system default)
10302025-05-08T20:39:49.809Z
10312025-05-08T20:39:49.809ZChanged packages:
10322025-05-08T20:39:49.809Zhelios-dev
10332025-05-08T20:39:49.809Z developer/build-essential
10342025-05-08T20:39:49.809Z None -> 11-2.0
10352025-05-08T20:39:49.810Z library/libxmlsec1
10362025-05-08T20:39:49.810Z None -> 1.2.35-2.0
10372025-05-08T20:39:49.810Z ooce/developer/clang-15
10382025-05-08T20:39:49.810Z None -> 15.0.7-2.0
10392025-05-08T20:39:49.810Z ooce/developer/llvm-15
10402025-05-08T20:39:49.810Z None -> 15.0.7-2.0
10412025-05-08T20:39:49.810Z
10422025-05-08T20:39:49.810ZServices:
10432025-05-08T20:39:49.810Z restart_fmri:
10442025-05-08T20:39:49.810Z svc:/system/update-man-index:default
10452025-05-08T20:39:49.857Z
10462025-05-08T20:39:49.857ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10472025-05-08T20:39:54.860ZDownload: 1308/3290 items 101.0/212.6MB 47% complete (20.3M/s)
10482025-05-08T20:39:59.864ZDownload: 3135/3290 items 134.6/212.6MB 63% complete (13.4M/s)
10492025-05-08T20:40:03.207ZDownload: Completed 212.60 MB in 13.35 seconds (15.9M/s)
10502025-05-08T20:40:04.257Z Actions: 1/3689 actions (Installing new actions)
10512025-05-08T20:40:08.780Z Actions: Completed 3689 actions in 4.52 seconds.
10522025-05-08T20:40:09.278Z Done (0.493s)
10532025-05-08T20:40:09.279Z Done (0.000s)
10542025-05-08T20:40:10.004Z Done (0.725s)
10552025-05-08T20:40:14.475Z Done (4.201s)
10562025-05-08T20:40:14.563Z Done (0.020s)
10572025-05-08T20:40:14.566Z Done (0.000s)
10582025-05-08T20:40:14.721Z Done (0.000s)
10592025-05-08T20:40:15.478ZPlanning: Evaluating mediator changes ... Done
10602025-05-08T20:40:15.642ZPlanning: Checking for conflicting actions ... Done
10612025-05-08T20:40:15.646ZPlanning: Consolidating action changes ... Done
10622025-05-08T20:40:15.913ZPlanning: Evaluating mediators ... Done
10632025-05-08T20:40:15.916ZPlanning: Planning completed in 0.44 seconds
10642025-05-08T20:40:15.949Z Mediators to change: 2
10652025-05-08T20:40:15.949Z Create boot environment: No
10662025-05-08T20:40:15.952ZCreate backup boot environment: No
10672025-05-08T20:40:16.041Z Done
10682025-05-08T20:40:16.041Z Done
10692025-05-08T20:40:16.512Z Done
10702025-05-08T20:40:19.984Z Done
10712025-05-08T20:40:20.075Z Done
10722025-05-08T20:40:20.078Z Done
10732025-05-08T20:40:20.193Z Done
10742025-05-08T20:40:20.809ZPlanning: Evaluating mediator changes ... Done
10752025-05-08T20:40:20.812ZPlanning: Merging actions ... Done
10762025-05-08T20:40:20.999ZPlanning: Checking for conflicting actions ... Done
10772025-05-08T20:40:21.003ZPlanning: Consolidating action changes ... Done
10782025-05-08T20:40:21.272ZPlanning: Evaluating mediators ... Done
10792025-05-08T20:40:21.326ZPlanning: Planning completed in 0.76 seconds
10802025-05-08T20:40:21.362Z Packages to change: 1
10812025-05-08T20:40:21.362Z Mediators to change: 1
10822025-05-08T20:40:21.365Z Services to change: 1
10832025-05-08T20:40:21.365Z Create boot environment: No
10842025-05-08T20:40:21.365ZCreate backup boot environment: Yes
10852025-05-08T20:40:23.798Z Actions: 1/6 actions (Updating modified actions)
10862025-05-08T20:40:23.801Z Actions: Completed 6 actions in 0.00 seconds.
10872025-05-08T20:40:23.801Z Done
10882025-05-08T20:40:23.803Z Done
10892025-05-08T20:40:23.942Z Done
10902025-05-08T20:40:27.557Z Done
10912025-05-08T20:40:27.647Z Done
10922025-05-08T20:40:27.650Z Done
10932025-05-08T20:40:27.787Z Done
10942025-05-08T20:40:28.225ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10952025-05-08T20:40:28.225Zclang system 15 system
10962025-05-08T20:40:28.225Zcsh system system illumos
10972025-05-08T20:40:28.225Zctags system system illumos
10982025-05-08T20:40:28.225Zfile system system illumos
10992025-05-08T20:40:28.226Zgcc vendor 12 vendor
11002025-05-08T20:40:28.226Zgcc system 10 system
11012025-05-08T20:40:28.226Zgcc system 7 system
11022025-05-08T20:40:28.226Zgo system 1.20 system
11032025-05-08T20:40:28.227Zgo system 1.19 system
11042025-05-08T20:40:28.227Zllvm system 15 system
11052025-05-08T20:40:28.227Zllvm system 14 system
11062025-05-08T20:40:28.227Zmariadb system 10.6 system
11072025-05-08T20:40:28.227Zmta vendor vendor dma
11082025-05-08T20:40:28.227Zopenjdk system 17 system
11092025-05-08T20:40:28.227Zopenjdk system 11 system
11102025-05-08T20:40:28.227Zopenjdk system 1.8 system
11112025-05-08T20:40:28.227Zopenssl vendor 3 vendor
11122025-05-08T20:40:28.227Zperl system 5.36 system
11132025-05-08T20:40:28.227Zpostgresql system 15 system
11142025-05-08T20:40:28.227Zpostgresql system 13 system
11152025-05-08T20:40:28.227Zpython vendor 3 vendor
11162025-05-08T20:40:28.227Zpython system 2 system
11172025-05-08T20:40:28.227Zpython3 system 3.11 system
11182025-05-08T20:40:28.227Zruby system 3.0 system
11192025-05-08T20:40:28.227Zwords vendor vendor american-english
11202025-05-08T20:40:28.227Zwords system system australian-english
11212025-05-08T20:40:28.227Zwords system system british-english
11222025-05-08T20:40:28.227Zwords system system canadian-english
11232025-05-08T20:40:28.227Zwords system system french
11242025-05-08T20:40:28.227Zwords system system italian
11252025-05-08T20:40:28.227Zwords system system ngerman
11262025-05-08T20:40:28.227Zwords system system ogerman
11272025-05-08T20:40:28.227Zwords system system spanish
11282025-05-08T20:40:28.554ZPUBLISHER TYPE STATUS P LOCATION
11292025-05-08T20:40:28.554Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11302025-05-08T20:40:32.149ZFMRI IFO
11312025-05-08T20:40:32.149Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11322025-05-08T20:40:32.150Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11332025-05-08T20:40:32.150Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11342025-05-08T20:40:32.150Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11352025-05-08T20:40:32.151Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11362025-05-08T20:40:32.151Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11372025-05-08T20:40:32.151Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11382025-05-08T20:40:32.151Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11392025-05-08T20:40:32.151Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11402025-05-08T20:40:32.151Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11412025-05-08T20:40:32.151Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11422025-05-08T20:40:32.151Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11432025-05-08T20:40:32.151Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11442025-05-08T20:40:32.151Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11452025-05-08T20:40:32.151Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11462025-05-08T20:40:33.557Z Downloading crates ...
11472025-05-08T20:40:33.643Z Downloaded cargo_toml v0.21.0
11482025-05-08T20:40:33.735Z Compiling proc-macro2 v1.0.94
11492025-05-08T20:40:33.735Z Compiling unicode-ident v1.0.14
11502025-05-08T20:40:33.738Z Compiling serde v1.0.219
11512025-05-08T20:40:33.738Z Compiling libc v0.2.171
11522025-05-08T20:40:33.739Z Compiling version_check v0.9.5
11532025-05-08T20:40:33.739Z Compiling memchr v2.7.4
11542025-05-08T20:40:33.759Z Compiling thiserror v1.0.69
11552025-05-08T20:40:33.762Z Compiling ucd-trie v0.1.7
11562025-05-08T20:40:34.008Z Compiling itoa v1.0.11
11572025-05-08T20:40:34.242Z Compiling ryu v1.0.18
11582025-05-08T20:40:34.455Z Compiling once_cell v1.21.3
11592025-05-08T20:40:34.466Z Compiling byteorder v1.5.0
11602025-05-08T20:40:34.556Z Compiling rustix v0.38.37
11612025-05-08T20:40:34.717Z Compiling serde_json v1.0.140
11622025-05-08T20:40:34.839Z Compiling bitflags v2.9.0
11632025-05-08T20:40:35.111Z Compiling proc-macro-error-attr v1.0.4
11642025-05-08T20:40:35.182Z Compiling usdt-impl v0.5.0
11652025-05-08T20:40:35.219Z Compiling syn v1.0.109
11662025-05-08T20:40:35.263Z Compiling io-lifetimes v1.0.11
11672025-05-08T20:40:35.372Z Compiling proc-macro-error v1.0.4
11682025-05-08T20:40:35.479Z Compiling quote v1.0.39
11692025-05-08T20:40:35.537Z Compiling errno v0.3.9
11702025-05-08T20:40:35.764Z Compiling utf8parse v0.2.2
11712025-05-08T20:40:35.845Z Compiling syn v2.0.98
11722025-05-08T20:40:35.885Z Compiling plain v0.2.3
11732025-05-08T20:40:35.918Z Compiling hashbrown v0.15.1
11742025-05-08T20:40:36.040Z Compiling rustix v0.37.28
11752025-05-08T20:40:36.074Z Compiling camino v1.1.9
11762025-05-08T20:40:36.088Z Compiling equivalent v1.0.1
11772025-05-08T20:40:36.201Z Compiling thread-id v4.2.2
11782025-05-08T20:40:36.240Z Compiling log v0.4.22
11792025-05-08T20:40:36.467Z Compiling anstyle-parse v0.2.5
11802025-05-08T20:40:36.845Z Compiling unicode-width v0.1.14
11812025-05-08T20:40:36.913Z Compiling indexmap v2.7.1
11822025-05-08T20:40:36.951Z Compiling colorchoice v1.0.2
11832025-05-08T20:40:37.042Z Compiling is_terminal_polyfill v1.70.1
11842025-05-08T20:40:37.110Z Compiling anstyle-query v1.1.1
11852025-05-08T20:40:37.174Z Compiling thiserror v2.0.12
11862025-05-08T20:40:37.177Z Compiling anstyle v1.0.10
11872025-05-08T20:40:37.253Z Compiling bitflags v1.3.2
11882025-05-08T20:40:37.315Z Compiling autocfg v1.4.0
11892025-05-08T20:40:37.349Z Compiling pretty-hex v0.4.1
11902025-05-08T20:40:37.563Z Compiling winnow v0.7.3
11912025-05-08T20:40:37.602Z Compiling semver v1.0.25
11922025-05-08T20:40:38.139Z Compiling anstream v0.6.15
11932025-05-08T20:40:38.143Z Compiling terminal_size v0.4.0
11942025-05-08T20:40:38.278Z Compiling fs-err v3.1.0
11952025-05-08T20:40:38.381Z Compiling cfg-if v1.0.0
11962025-05-08T20:40:38.471Z Compiling heck v0.5.0
11972025-05-08T20:40:38.484Z Compiling bytecount v0.6.8
11982025-05-08T20:40:38.589Z Compiling anyhow v1.0.98
11992025-05-08T20:40:38.748Z Compiling fnv v1.0.7
12002025-05-08T20:40:38.893Z Compiling strsim v0.11.1
12012025-05-08T20:40:38.932Z Compiling heck v0.4.1
12022025-05-08T20:40:39.066Z Compiling clap_lex v0.7.4
12032025-05-08T20:40:39.155Z Compiling fastrand v2.1.1
12042025-05-08T20:40:39.393Z Compiling clap_builder v4.5.35
12052025-05-08T20:40:39.488Z Compiling tempfile v3.13.0
12062025-05-08T20:40:39.577Z Compiling terminal_size v0.2.6
12072025-05-08T20:40:39.765Z Compiling papergrid v0.11.0
12082025-05-08T20:40:40.030Z Compiling memmap v0.7.0
12092025-05-08T20:40:40.046Z Compiling smawk v0.3.2
12102025-05-08T20:40:40.219Z Compiling unicode-linebreak v0.1.5
12112025-05-08T20:40:40.666Z Compiling textwrap v0.16.1
12122025-05-08T20:40:40.790Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12132025-05-08T20:40:41.006Z Compiling swrite v0.1.0
12142025-05-08T20:40:41.519Z Compiling tabled_derive v0.7.0
12152025-05-08T20:40:42.864Z Compiling serde_derive v1.0.219
12162025-05-08T20:40:42.864Z Compiling thiserror-impl v1.0.69
12172025-05-08T20:40:42.865Z Compiling zerocopy-derive v0.7.35
12182025-05-08T20:40:42.868Z Compiling scroll_derive v0.12.0
12192025-05-08T20:40:42.868Z Compiling thiserror-impl v2.0.12
12202025-05-08T20:40:42.868Z Compiling clap_derive v4.5.32
12212025-05-08T20:40:42.941Z Compiling tabled v0.15.0
12222025-05-08T20:40:44.237Z Compiling scroll v0.12.0
12232025-05-08T20:40:44.768Z Compiling goblin v0.8.2
12242025-05-08T20:40:44.794Z Compiling zerocopy v0.7.35
12252025-05-08T20:40:45.907Z Compiling pest v2.7.14
12262025-05-08T20:40:47.006Z Compiling clap v4.5.35
12272025-05-08T20:40:48.077Z Compiling pest_meta v2.7.14
12282025-05-08T20:40:48.963Z Compiling pest_generator v2.7.14
12292025-05-08T20:40:50.285Z Compiling pest_derive v2.7.14
12302025-05-08T20:40:50.900Z Compiling dtrace-parser v0.2.0
12312025-05-08T20:40:51.712Z Compiling serde_tokenstream v0.2.2
12322025-05-08T20:40:51.774Z Compiling toml_datetime v0.6.8
12332025-05-08T20:40:51.778Z Compiling serde_spanned v0.6.8
12342025-05-08T20:40:52.007Z Compiling cargo-platform v0.1.8
12352025-05-08T20:40:52.065Z Compiling toml_edit v0.22.24
12362025-05-08T20:40:52.210Z Compiling macaddr v1.0.1
12372025-05-08T20:40:52.318Z Compiling camino-tempfile v1.1.1
12382025-05-08T20:40:53.109Z Compiling dof v0.3.0
12392025-05-08T20:40:53.184Z Compiling cargo_metadata v0.19.2
12402025-05-08T20:40:54.363Z Compiling usdt-macro v0.5.0
12412025-05-08T20:40:54.363Z Compiling usdt-attr-macro v0.5.0
12422025-05-08T20:40:54.877Z Compiling toml v0.8.20
12432025-05-08T20:40:55.379Z Compiling usdt v0.5.0
12442025-05-08T20:40:55.663Z Compiling cargo_toml v0.21.0
12452025-05-08T20:40:58.236Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12462025-05-08T20:41:01.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
12472025-05-08T20:41:01.435Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
12482025-05-08T20:41:02.374Z Compiling serde v1.0.219
12492025-05-08T20:41:02.378Z Compiling value-bag v1.9.0
12502025-05-08T20:41:02.378Z Compiling shlex v1.3.0
12512025-05-08T20:41:02.378Z Compiling lock_api v0.4.12
12522025-05-08T20:41:02.378Z Compiling scopeguard v1.2.0
12532025-05-08T20:41:02.378Z Compiling typenum v1.17.0
12542025-05-08T20:41:02.516Z Compiling syn v2.0.98
12552025-05-08T20:41:02.521Z Compiling getrandom v0.2.15
12562025-05-08T20:41:02.775Z Compiling jobserver v0.1.32
12572025-05-08T20:41:02.967Z Compiling log v0.4.22
12582025-05-08T20:41:02.967Z Compiling rand_core v0.6.4
12592025-05-08T20:41:03.002Z Compiling generic-array v0.14.7
12602025-05-08T20:41:03.065Z Compiling smallvec v1.14.0
12612025-05-08T20:41:03.359Z Compiling cc v1.2.15
12622025-05-08T20:41:03.465Z Compiling subtle v2.6.1
12632025-05-08T20:41:03.484Z Compiling const-oid v0.9.6
12642025-05-08T20:41:03.512Z Compiling stable_deref_trait v1.2.0
12652025-05-08T20:41:03.539Z Compiling pkg-config v0.3.31
12662025-05-08T20:41:03.669Z Compiling parking_lot_core v0.9.10
12672025-05-08T20:41:03.697Z Compiling rustix v0.38.37
12682025-05-08T20:41:03.800Z Compiling pin-project-lite v0.2.14
12692025-05-08T20:41:03.937Z Compiling signal-hook-registry v1.4.2
12702025-05-08T20:41:04.576Z Compiling parking_lot v0.12.3
12712025-05-08T20:41:04.638Z Compiling mio v1.0.2
12722025-05-08T20:41:04.661Z Compiling spin v0.9.8
12732025-05-08T20:41:04.726Z Compiling futures-core v0.3.31
12742025-05-08T20:41:04.960Z Compiling aho-corasick v1.1.3
12752025-05-08T20:41:04.978Z Compiling litemap v0.7.3
12762025-05-08T20:41:05.000Z Compiling regex-syntax v0.8.5
12772025-05-08T20:41:05.353Z Compiling writeable v0.5.5
12782025-05-08T20:41:05.372Z Compiling libm v0.2.8
12792025-05-08T20:41:05.478Z Compiling either v1.14.0
12802025-05-08T20:41:05.617Z Compiling serde_json v1.0.140
12812025-05-08T20:41:05.722Z Compiling cpufeatures v0.2.14
12822025-05-08T20:41:05.864Z Compiling socket2 v0.5.9
12832025-05-08T20:41:05.868Z Compiling num-traits v0.2.19
12842025-05-08T20:41:05.900Z Compiling slab v0.4.9
12852025-05-08T20:41:05.983Z Compiling glob v0.3.2
12862025-05-08T20:41:06.442Z Compiling prettyplease v0.2.30
12872025-05-08T20:41:06.707Z Compiling getrandom v0.3.1
12882025-05-08T20:41:06.750Z Compiling clang-sys v1.8.1
12892025-05-08T20:41:06.783Z Compiling futures-sink v0.3.31
12902025-05-08T20:41:06.951Z Compiling icu_locid_transform_data v1.5.0
12912025-05-08T20:41:07.104Z Compiling lazy_static v1.5.0
12922025-05-08T20:41:07.367Z Compiling allocator-api2 v0.2.18
12932025-05-08T20:41:07.411Z Compiling foldhash v0.1.3
12942025-05-08T20:41:07.457Z Compiling icu_properties_data v1.5.0
12952025-05-08T20:41:07.575Z Compiling minimal-lexical v0.2.1
12962025-05-08T20:41:07.747Z Compiling libloading v0.8.5
12972025-05-08T20:41:08.106Z Compiling nom v7.1.3
12982025-05-08T20:41:08.126Z Compiling hashbrown v0.15.1
12992025-05-08T20:41:08.129Z Compiling icu_normalizer_data v1.5.0
13002025-05-08T20:41:08.162Z Compiling percent-encoding v2.3.1
13012025-05-08T20:41:08.258Z Compiling utf16_iter v1.0.5
13022025-05-08T20:41:08.461Z Compiling regex-automata v0.4.8
13032025-05-08T20:41:08.479Z Compiling write16 v1.0.0
13042025-05-08T20:41:08.613Z Compiling bindgen v0.69.5
13052025-05-08T20:41:08.968Z Compiling utf8_iter v1.0.4
13062025-05-08T20:41:09.219Z Compiling home v0.5.9
13072025-05-08T20:41:09.287Z Compiling base64ct v1.6.0
13082025-05-08T20:41:09.443Z Compiling synstructure v0.13.1
13092025-05-08T20:41:09.841Z Compiling pem-rfc7468 v0.7.0
13102025-05-08T20:41:10.491Z Compiling itertools v0.12.1
13112025-05-08T20:41:10.701Z Compiling lazycell v1.3.0
13122025-05-08T20:41:10.762Z Compiling rustc-hash v1.1.0
13132025-05-08T20:41:10.875Z Compiling flagset v0.4.6
13142025-05-08T20:41:10.916Z Compiling futures-channel v0.3.31
13152025-05-08T20:41:11.090Z Compiling cexpr v0.6.0
13162025-05-08T20:41:11.291Z Compiling cmake v0.1.51
13172025-05-08T20:41:11.323Z Compiling dunce v1.0.5
13182025-05-08T20:41:11.458Z Compiling futures-task v0.3.31
13192025-05-08T20:41:11.751Z Compiling pin-utils v0.1.0
13202025-05-08T20:41:11.855Z Compiling fs_extra v1.3.0
13212025-05-08T20:41:12.071Z Compiling futures-io v0.3.31
13222025-05-08T20:41:12.335Z Compiling form_urlencoded v1.2.1
13232025-05-08T20:41:12.366Z Compiling paste v1.0.15
13242025-05-08T20:41:12.369Z Compiling vcpkg v0.2.15
13252025-05-08T20:41:12.635Z Compiling crossbeam-utils v0.8.21
13262025-05-08T20:41:12.655Z Compiling ring v0.17.11
13272025-05-08T20:41:13.206Z Compiling regex v1.11.1
13282025-05-08T20:41:13.344Z Compiling tracing-core v0.1.32
13292025-05-08T20:41:13.743Z Compiling zerocopy v0.8.10
13302025-05-08T20:41:14.028Z Compiling openssl-sys v0.9.107
13312025-05-08T20:41:14.066Z Compiling iana-time-zone v0.1.63
13322025-05-08T20:41:14.154Z Compiling aws-lc-rs v1.12.4
13332025-05-08T20:41:14.432Z Compiling serde_derive v1.0.219
13342025-05-08T20:41:14.451Z Compiling zeroize_derive v1.4.2
13352025-05-08T20:41:14.519Z Compiling zerofrom-derive v0.1.4
13362025-05-08T20:41:14.580Z Compiling yoke-derive v0.7.4
13372025-05-08T20:41:15.073Z Compiling zerovec-derive v0.10.3
13382025-05-08T20:41:15.796Z Compiling zeroize v1.8.1
13392025-05-08T20:41:16.975Z Compiling displaydoc v0.2.5
13402025-05-08T20:41:17.017Z Compiling zerocopy-derive v0.7.35
13412025-05-08T20:41:17.346Z Compiling crypto-common v0.1.6
13422025-05-08T20:41:17.474Z Compiling block-buffer v0.10.4
13432025-05-08T20:41:17.568Z Compiling tokio-macros v2.5.0
13442025-05-08T20:41:17.759Z Compiling digest v0.10.7
13452025-05-08T20:41:17.914Z Compiling zerofrom v0.1.4
13462025-05-08T20:41:18.149Z Compiling yoke v0.7.4
13472025-05-08T20:41:18.224Z Compiling hmac v0.12.1
13482025-05-08T20:41:18.456Z Compiling icu_provider_macros v1.5.0
13492025-05-08T20:41:18.475Z Compiling zerovec v0.10.4
13502025-05-08T20:41:18.511Z Compiling block-padding v0.3.3
13512025-05-08T20:41:18.750Z Compiling inout v0.1.3
13522025-05-08T20:41:18.960Z Compiling zerocopy v0.7.35
13532025-05-08T20:41:19.010Z Compiling cipher v0.4.4
13542025-05-08T20:41:19.033Z Compiling sha2 v0.10.8
13552025-05-08T20:41:19.366Z Compiling thiserror-impl v1.0.69
13562025-05-08T20:41:19.432Z Compiling der_derive v0.7.3
13572025-05-08T20:41:19.476Z Compiling futures-macro v0.3.31
13582025-05-08T20:41:20.030Z Compiling tinystr v0.7.6
13592025-05-08T20:41:20.187Z Compiling icu_collections v1.5.0
13602025-05-08T20:41:20.282Z Compiling ppv-lite86 v0.2.20
13612025-05-08T20:41:20.413Z Compiling icu_locid v1.5.0
13622025-05-08T20:41:21.063Z Compiling salsa20 v0.10.2
13632025-05-08T20:41:21.262Z Compiling futures-util v0.3.31
13642025-05-08T20:41:21.283Z Compiling pbkdf2 v0.12.2
13652025-05-08T20:41:21.385Z Compiling aes v0.8.4
13662025-05-08T20:41:21.452Z Compiling scrypt v0.11.0
13672025-05-08T20:41:21.614Z Compiling icu_provider v1.5.0
13682025-05-08T20:41:21.938Z Compiling der v0.7.9
13692025-05-08T20:41:22.211Z Compiling thiserror v1.0.69
13702025-05-08T20:41:22.293Z Compiling icu_locid_transform v1.5.0
13712025-05-08T20:41:22.370Z Compiling cbc v0.1.2
13722025-05-08T20:41:22.413Z Compiling pest v2.7.14
13732025-05-08T20:41:22.587Z Compiling tracing-attributes v0.1.27
13742025-05-08T20:41:22.708Z Compiling scroll_derive v0.12.0
13752025-05-08T20:41:24.103Z Compiling icu_properties v1.5.1
13762025-05-08T20:41:24.106Z Compiling spki v0.7.3
13772025-05-08T20:41:24.497Z Compiling pkcs5 v0.7.1
13782025-05-08T20:41:24.556Z Compiling zerocopy-derive v0.8.10
13792025-05-08T20:41:25.402Z Compiling pkcs8 v0.10.2
13802025-05-08T20:41:25.544Z Compiling pest_meta v2.7.14
13812025-05-08T20:41:25.819Z Compiling tracing v0.1.40
13822025-05-08T20:41:25.949Z Compiling httparse v1.9.5
13832025-05-08T20:41:26.035Z Compiling rustls-pki-types v1.10.0
13842025-05-08T20:41:26.301Z Compiling bytes v1.10.1
13852025-05-08T20:41:26.475Z Compiling bitflags v2.9.0
13862025-05-08T20:41:26.618Z Compiling semver v1.0.25
13872025-05-08T20:41:26.925Z Compiling indexmap v2.7.1
13882025-05-08T20:41:27.109Z Compiling rustc_version v0.4.1
13892025-05-08T20:41:27.268Z Compiling uuid v1.16.0
13902025-05-08T20:41:27.688Z Compiling tokio v1.43.1
13912025-05-08T20:41:27.772Z Compiling icu_normalizer v1.5.0
13922025-05-08T20:41:28.270Z Compiling http v1.2.0
13932025-05-08T20:41:28.583Z Compiling chrono v0.4.40
13942025-05-08T20:41:28.748Z Compiling idna_adapter v1.2.0
13952025-05-08T20:41:28.987Z Compiling idna v1.0.3
13962025-05-08T20:41:29.343Z Compiling tinyvec_macros v0.1.1
13972025-05-08T20:41:29.450Z Compiling tinyvec v1.8.0
13982025-05-08T20:41:29.987Z Compiling url v2.5.3
13992025-05-08T20:41:30.334Z Compiling http-body v1.0.1
14002025-05-08T20:41:30.471Z Compiling which v4.4.2
14012025-05-08T20:41:30.569Z Compiling pest_generator v2.7.14
14022025-05-08T20:41:31.051Z Compiling scroll v0.12.0
14032025-05-08T20:41:31.450Z Compiling serde_derive_internals v0.29.1
14042025-05-08T20:41:31.577Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14052025-05-08T20:41:31.741Z Compiling bzip2-sys v0.1.13+1.0.8
14062025-05-08T20:41:31.780Z Compiling time-core v0.1.2
14072025-05-08T20:41:31.969Z Compiling try-lock v0.2.5
14082025-05-08T20:41:32.123Z Compiling untrusted v0.9.0
14092025-05-08T20:41:32.230Z Compiling adler2 v2.0.0
14102025-05-08T20:41:32.303Z Compiling num-conv v0.1.0
14112025-05-08T20:41:32.323Z Compiling rustversion v1.0.17
14122025-05-08T20:41:32.326Z Compiling openssl v0.10.72
14132025-05-08T20:41:32.429Z Compiling atomic-waker v1.1.2
14142025-05-08T20:41:32.546Z Compiling powerfmt v0.2.0
14152025-05-08T20:41:32.565Z Compiling untrusted v0.7.1
14162025-05-08T20:41:32.625Z Compiling schemars v0.8.22
14172025-05-08T20:41:32.776Z Compiling foreign-types-shared v0.1.1
14182025-05-08T20:41:32.820Z Compiling deranged v0.3.11
14192025-05-08T20:41:32.904Z Compiling foreign-types v0.3.2
14202025-05-08T20:41:32.928Z Compiling time-macros v0.2.18
14212025-05-08T20:41:33.020Z Compiling miniz_oxide v0.8.5
14222025-05-08T20:41:33.067Z Compiling rand_core v0.9.2
14232025-05-08T20:41:33.085Z Compiling pest_derive v2.7.14
14242025-05-08T20:41:33.656Z Compiling schemars_derive v0.8.22
14252025-05-08T20:41:33.852Z Compiling goblin v0.8.2
14262025-05-08T20:41:35.653Z Compiling tokio-util v0.7.13
14272025-05-08T20:41:35.826Z Compiling want v0.3.1
14282025-05-08T20:41:36.746Z Compiling h2 v0.4.6
14292025-05-08T20:41:37.026Z Compiling openssl-macros v0.1.1
14302025-05-08T20:41:37.709Z Compiling httpdate v1.0.3
14312025-05-08T20:41:37.784Z Compiling native-tls v0.2.12
14322025-05-08T20:41:38.145Z Compiling dyn-clone v1.0.19
14332025-05-08T20:41:38.161Z Compiling tower-service v0.3.3
14342025-05-08T20:41:38.246Z Compiling num_threads v0.1.7
14352025-05-08T20:41:38.301Z Compiling syn v1.0.109
14362025-05-08T20:41:38.350Z Compiling rustls v0.23.19
14372025-05-08T20:41:38.393Z Compiling time v0.3.36
14382025-05-08T20:41:40.186Z Compiling dof v0.3.0
14392025-05-08T20:41:41.940Z Compiling dtrace-parser v0.2.0
14402025-05-08T20:41:42.046Z Compiling rand_chacha v0.9.0
14412025-05-08T20:41:42.657Z Compiling unicode-normalization v0.1.24
14422025-05-08T20:41:43.626Z Compiling hyper v1.6.0
14432025-05-08T20:41:43.718Z Compiling heapless v0.7.17
14442025-05-08T20:41:43.820Z Compiling crossbeam-epoch v0.9.18
14452025-05-08T20:41:43.957Z Compiling rand_chacha v0.3.1
14462025-05-08T20:41:44.160Z Compiling signature v2.2.0
14472025-05-08T20:41:44.449Z Compiling cookie v0.18.1
14482025-05-08T20:41:44.477Z Compiling crc32fast v1.4.2
14492025-05-08T20:41:44.777Z Compiling base64 v0.22.1
14502025-05-08T20:41:44.796Z Compiling siphasher v0.3.11
14512025-05-08T20:41:45.138Z Compiling zstd-safe v7.2.3
14522025-05-08T20:41:45.408Z Compiling openssl-probe v0.1.5
14532025-05-08T20:41:45.483Z Compiling rayon-core v1.12.1
14542025-05-08T20:41:45.713Z Compiling unicode-properties v0.1.3
14552025-05-08T20:41:45.806Z Compiling slog v2.7.0
14562025-05-08T20:41:45.947Z Compiling unicode-bidi v0.3.17
14572025-05-08T20:41:46.101Z Compiling signal-hook v0.3.17
14582025-05-08T20:41:46.168Z Compiling hyper-util v0.1.11
14592025-05-08T20:41:46.389Z Compiling phf_shared v0.11.2
14602025-05-08T20:41:46.479Z Compiling usdt-impl v0.5.0
14612025-05-08T20:41:46.754Z Compiling stringprep v0.1.5
14622025-05-08T20:41:46.876Z Compiling rand v0.8.5
14632025-05-08T20:41:46.988Z Compiling crossbeam-deque v0.8.5
14642025-05-08T20:41:47.169Z Compiling rand v0.9.0
14652025-05-08T20:41:47.741Z Compiling curve25519-dalek v4.1.3
14662025-05-08T20:41:47.761Z Compiling toml_datetime v0.6.8
14672025-05-08T20:41:47.778Z Compiling serde_tokenstream v0.2.2
14682025-05-08T20:41:48.204Z Compiling serde_spanned v0.6.8
14692025-05-08T20:41:48.369Z Compiling md-5 v0.10.6
14702025-05-08T20:41:48.448Z Compiling num-integer v0.1.46
14712025-05-08T20:41:48.466Z Compiling ff v0.13.0
14722025-05-08T20:41:48.655Z Compiling hash32 v0.2.1
14732025-05-08T20:41:48.713Z Compiling memoffset v0.9.1
14742025-05-08T20:41:48.849Z Compiling base16ct v0.2.0
14752025-05-08T20:41:48.938Z Compiling fallible-iterator v0.2.0
14762025-05-08T20:41:48.996Z Compiling smoltcp v0.9.1
14772025-05-08T20:41:49.014Z Compiling newtype-uuid v1.2.1
14782025-05-08T20:41:49.057Z Compiling num-bigint-dig v0.8.4
14792025-05-08T20:41:49.153Z Compiling litrs v0.4.1
14802025-05-08T20:41:49.177Z Compiling portable-atomic v1.11.0
14812025-05-08T20:41:49.326Z Compiling cfg_aliases v0.2.1
14822025-05-08T20:41:49.383Z Compiling gimli v0.31.1
14832025-05-08T20:41:49.438Z Compiling psl-types v2.0.11
14842025-05-08T20:41:49.609Z Compiling publicsuffix v2.3.0
14852025-05-08T20:41:49.645Z Compiling postgres-protocol v0.6.8
14862025-05-08T20:41:49.669Z Compiling nix v0.29.0
14872025-05-08T20:41:50.094Z Compiling sec1 v0.7.3
14882025-05-08T20:41:50.181Z Compiling num-iter v0.1.45
14892025-05-08T20:41:50.237Z Compiling document-features v0.2.10
14902025-05-08T20:41:50.534Z Compiling group v0.13.0
14912025-05-08T20:41:50.866Z Compiling tokio-native-tls v0.3.1
14922025-05-08T20:41:51.370Z Compiling flate2 v1.1.1
14932025-05-08T20:41:52.018Z Compiling ipnetwork v0.21.1
14942025-05-08T20:41:52.050Z Compiling http-body-util v0.1.3
14952025-05-08T20:41:52.100Z Compiling terminal_size v0.4.0
14962025-05-08T20:41:52.244Z Compiling webpki-roots v0.26.6
14972025-05-08T20:41:52.290Z Compiling hkdf v0.12.4
14982025-05-08T20:41:52.334Z Compiling crypto-bigint v0.5.5
14992025-05-08T20:41:52.473Z Compiling curve25519-dalek-derive v0.1.1
15002025-05-08T20:41:52.498Z Compiling async-trait v0.1.88
15012025-05-08T20:41:52.559Z Compiling zerocopy-derive v0.6.6
15022025-05-08T20:41:52.818Z Compiling sync_wrapper v1.0.1
15032025-05-08T20:41:52.992Z Compiling object v0.36.5
15042025-05-08T20:41:53.864Z Compiling addr2line v0.24.2
15052025-05-08T20:41:53.976Z Compiling ahash v0.8.11
15062025-05-08T20:41:54.348Z Compiling fs-err v3.1.0
15072025-05-08T20:41:54.501Z Compiling anyhow v1.0.98
15082025-05-08T20:41:54.519Z Compiling ipnet v2.11.0
15092025-05-08T20:41:54.674Z Compiling unicode-width v0.2.0
15102025-05-08T20:41:54.953Z Compiling winnow v0.5.40
15112025-05-08T20:41:55.088Z Compiling managed v0.8.0
15122025-05-08T20:41:55.201Z Compiling simd-adler32 v0.3.7
15132025-05-08T20:41:55.527Z Compiling lockfree-object-pool v0.1.6
15142025-05-08T20:41:55.546Z Compiling buf-list v1.0.3
15152025-05-08T20:41:55.749Z Compiling tower-layer v0.3.3
15162025-05-08T20:41:55.794Z Compiling rustc-demangle v0.1.24
15172025-05-08T20:41:56.043Z Compiling bumpalo v3.16.0
15182025-05-08T20:41:56.163Z Compiling zip v2.6.1
15192025-05-08T20:41:56.495Z Compiling zopfli v0.8.1
15202025-05-08T20:41:56.618Z Compiling tower v0.5.2
15212025-05-08T20:41:57.475Z Compiling elliptic-curve v0.13.8
15222025-05-08T20:41:58.092Z Compiling toml_edit v0.19.15
15232025-05-08T20:41:58.250Z Compiling console v0.15.10
15242025-05-08T20:41:58.359Z Compiling strum_macros v0.25.3
15252025-05-08T20:41:58.701Z Compiling clap_builder v4.5.35
15262025-05-08T20:41:58.776Z Compiling zerocopy v0.6.6
15272025-05-08T20:41:59.191Z Compiling hubpack_derive v0.1.1
15282025-05-08T20:41:59.486Z Compiling backtrace v0.3.74
15292025-05-08T20:41:59.868Z Compiling hyper-tls v0.6.0
15302025-05-08T20:42:00.049Z Compiling hubpack v0.1.2
15312025-05-08T20:42:00.256Z Compiling oxnet v0.1.1
15322025-05-08T20:42:00.479Z Compiling cookie_store v0.21.1
15332025-05-08T20:42:00.991Z Compiling rayon v1.10.0
15342025-05-08T20:42:01.942Z Compiling signal-hook-mio v0.2.4
15352025-05-08T20:42:01.958Z Compiling zstd v0.13.3
15362025-05-08T20:42:02.149Z Compiling postgres-types v0.2.9
15372025-05-08T20:42:03.765Z Compiling usdt-attr-macro v0.5.0
15382025-05-08T20:42:03.933Z Compiling usdt-macro v0.5.0
15392025-05-08T20:42:04.827Z Compiling phf v0.11.2
15402025-05-08T20:42:05.128Z Compiling ed25519 v2.2.3
15412025-05-08T20:42:05.276Z Compiling strum_macros v0.26.4
15422025-05-08T20:42:05.316Z Compiling bzip2 v0.5.2
15432025-05-08T20:42:05.339Z Compiling bzip2 v0.4.4
15442025-05-08T20:42:05.692Z Compiling clap_derive v4.5.32
15452025-05-08T20:42:05.716Z Compiling enum-as-inner v0.6.1
15462025-05-08T20:42:06.459Z Compiling rustls-pemfile v2.2.0
15472025-05-08T20:42:06.705Z Compiling serde-big-array v0.5.1
15482025-05-08T20:42:06.784Z Compiling serde_urlencoded v0.7.1
15492025-05-08T20:42:06.939Z Compiling futures-executor v0.3.31
15502025-05-08T20:42:06.995Z Compiling pkcs1 v0.7.5
15512025-05-08T20:42:07.227Z Compiling rfc6979 v0.4.0
15522025-05-08T20:42:07.287Z Compiling serde_repr v0.1.19
15532025-05-08T20:42:07.420Z Compiling daft-derive v0.1.3
15542025-05-08T20:42:07.456Z Compiling bstr v1.10.0
15552025-05-08T20:42:07.941Z Compiling float-cmp v0.10.0
15562025-05-08T20:42:08.198Z Compiling encoding_rs v0.8.34
15572025-05-08T20:42:08.445Z Compiling whoami v1.5.2
15582025-05-08T20:42:08.977Z Compiling data-encoding v2.6.0
15592025-05-08T20:42:08.977Z Compiling difflib v0.4.0
15602025-05-08T20:42:09.059Z Compiling static_assertions v1.1.0
15612025-05-08T20:42:09.177Z Compiling new_debug_unreachable v1.0.6
15622025-05-08T20:42:09.282Z Compiling mime v0.3.17
15632025-05-08T20:42:09.675Z Compiling unicode-segmentation v1.12.0
15642025-05-08T20:42:09.762Z Compiling precomputed-hash v0.1.1
15652025-05-08T20:42:09.897Z Compiling normalize-line-endings v0.3.0
15662025-05-08T20:42:10.048Z Compiling predicates-core v1.0.8
15672025-05-08T20:42:10.149Z Compiling fixedbitset v0.4.2
15682025-05-08T20:42:10.249Z Compiling number_prefix v0.4.0
15692025-05-08T20:42:10.354Z Compiling similar v2.7.0
15702025-05-08T20:42:10.490Z Compiling indicatif v0.17.11
15712025-05-08T20:42:10.515Z Compiling petgraph v0.6.5
15722025-05-08T20:42:10.569Z Compiling predicates v3.1.3
15732025-05-08T20:42:10.842Z Compiling clap v4.5.35
15742025-05-08T20:42:10.981Z Compiling string_cache v0.8.9
15752025-05-08T20:42:11.428Z Compiling strum v0.26.3
15762025-05-08T20:42:11.634Z Compiling hickory-proto v0.24.4
15772025-05-08T20:42:11.962Z Compiling toml_edit v0.22.24
15782025-05-08T20:42:12.090Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15792025-05-08T20:42:12.340Z Compiling daft v0.1.3
15802025-05-08T20:42:12.437Z Compiling tokio-postgres v0.7.13
15812025-05-08T20:42:12.865Z Compiling usdt v0.5.0
15822025-05-08T20:42:13.358Z Compiling rsa v0.9.6
15832025-05-08T20:42:14.194Z Compiling ecdsa v0.16.9
15842025-05-08T20:42:15.015Z Compiling futures v0.3.31
15852025-05-08T20:42:16.053Z Compiling zip v0.6.6
15862025-05-08T20:42:17.238Z Compiling ed25519-dalek v2.1.1
15872025-05-08T20:42:17.967Z Compiling crossterm v0.28.1
15882025-05-08T20:42:18.560Z Compiling toml v0.7.8
15892025-05-08T20:42:19.633Z Compiling tokio-stream v0.1.17
15902025-05-08T20:42:19.928Z Compiling openapiv3 v2.0.0
15912025-05-08T20:42:19.978Z Compiling x509-cert v0.2.5
15922025-05-08T20:42:20.122Z Compiling sha1 v0.10.6
15932025-05-08T20:42:20.370Z Compiling itertools v0.10.5
15942025-05-08T20:42:20.543Z Compiling dirs-sys-next v0.1.2
15952025-05-08T20:42:20.578Z Compiling unicode-xid v0.2.6
15962025-05-08T20:42:20.770Z Compiling lalrpop-util v0.19.12
15972025-05-08T20:42:20.970Z Compiling peg-runtime v0.8.5
15982025-05-08T20:42:21.078Z Compiling dirs-next v2.0.0
15992025-05-08T20:42:21.082Z Compiling thread_local v1.1.8
16002025-05-08T20:42:21.120Z Compiling slog-async v2.8.0
16012025-05-08T20:42:21.283Z Compiling term v0.7.0
16022025-05-08T20:42:21.543Z Compiling xattr v1.3.1
16032025-05-08T20:42:21.581Z Compiling crossbeam-channel v0.5.15
16042025-05-08T20:42:21.731Z Compiling filetime v0.2.25
16052025-05-08T20:42:21.824Z Compiling is-terminal v0.4.13
16062025-05-08T20:42:21.967Z Compiling take_mut v0.2.2
16072025-05-08T20:42:22.023Z Compiling slog-term v2.9.1
16082025-05-08T20:42:22.137Z Compiling tar v0.4.44
16092025-05-08T20:42:22.581Z Compiling camino v1.1.9
16102025-05-08T20:42:28.749Z Compiling aws-lc-sys v0.26.0
16112025-05-08T20:42:58.350Z Compiling rustls-webpki v0.102.8
16122025-05-08T20:43:02.820Z Compiling tokio-rustls v0.26.0
16132025-05-08T20:43:03.072Z Compiling hyper-rustls v0.27.3
16142025-05-08T20:43:03.371Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16152025-05-08T20:43:06.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16162025-05-08T20:43:07.111Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16172025-05-08T20:43:11.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
16182025-05-08T20:43:11.655Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16192025-05-08T20:43:11.701ZMay 08 20:43:11.101 INFO Starting download, target: Clickhouse
16202025-05-08T20:43:11.704ZMay 08 20:43:11.102 INFO Starting download, target: Console
16212025-05-08T20:43:11.704ZMay 08 20:43:11.102 INFO Starting download, target: Cockroach
16222025-05-08T20:43:11.704ZMay 08 20:43:11.102 INFO Starting download, target: DendriteStub
16232025-05-08T20:43:11.704ZMay 08 20:43:11.102 INFO Starting download, target: MaghemiteMgd
16242025-05-08T20:43:11.704ZMay 08 20:43:11.102 INFO Starting download, target: TransceiverControl
16252025-05-08T20:43:11.704ZMay 08 20:43:11.102 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16262025-05-08T20:43:11.704ZMay 08 20:43:11.102 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16272025-05-08T20:43:11.705ZMay 08 20:43:11.102 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16282025-05-08T20:43:11.705ZMay 08 20:43:11.103 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16292025-05-08T20:43:11.705ZMay 08 20:43:11.103 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16302025-05-08T20:43:11.705ZMay 08 20:43:11.103 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16312025-05-08T20:43:12.072ZMay 08 20:43:11.463 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16322025-05-08T20:43:12.328ZMay 08 20:43:11.720 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16332025-05-08T20:43:12.513ZMay 08 20:43:11.895 INFO Download complete, target: TransceiverControl
16342025-05-08T20:43:12.584ZMay 08 20:43:11.982 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16352025-05-08T20:43:12.801ZMay 08 20:43:12.199 INFO Download complete, target: Console
16362025-05-08T20:43:12.891ZMay 08 20:43:12.282 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16372025-05-08T20:43:13.467ZMay 08 20:43:12.867 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16382025-05-08T20:43:13.467ZMay 08 20:43:12.868 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16392025-05-08T20:43:13.577ZMay 08 20:43:12.978 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16402025-05-08T20:43:15.632ZMay 08 20:43:15.031 INFO Download complete, target: DendriteStub
16412025-05-08T20:43:16.235ZMay 08 20:43:15.627 INFO Download complete, target: MaghemiteMgd
16422025-05-08T20:43:19.936ZMay 08 20:43:19.336 INFO Checking that binary works, target: Cockroach
16432025-05-08T20:43:20.108ZMay 08 20:43:19.508 INFO Download complete, target: Cockroach
16442025-05-08T20:43:23.763ZMay 08 20:43:23.162 INFO Checking that binary works, target: Clickhouse
16452025-05-08T20:43:23.917ZMay 08 20:43:23.316 INFO Download complete, target: Clickhouse
16462025-05-08T20:43:23.925ZAll prerequisites installed successfully
16472025-05-08T20:43:23.928Z
16482025-05-08T20:43:23.928Zreal 3:57.696711394
16492025-05-08T20:43:23.928Zuser 14:56.565835843
16502025-05-08T20:43:23.928Zsys 2:02.305219418
16512025-05-08T20:43:23.928Ztrap 0.527446106
16522025-05-08T20:43:23.928Ztflt 0.995573438
16532025-05-08T20:43:23.928Zdflt 1.107534791
16542025-05-08T20:43:23.929Zkflt 0.025799665
16552025-05-08T20:43:23.929Zlock 26:18.674662161
16562025-05-08T20:43:23.929Zslp 53:45.360261563
16572025-05-08T20:43:23.929Zlat 57.266388990
16582025-05-08T20:43:23.929Zstop 2:18.723843782
16592025-05-08T20:43:23.929Z+ source ./tools/include/force-git-over-https.sh
16602025-05-08T20:43:23.929Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16612025-05-08T20:43:23.929Z++ (( i = 0 ))
16622025-05-08T20:43:23.929Z++ (( i < 5 ))
16632025-05-08T20:43:23.929Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16642025-05-08T20:43:23.932Z++ (( i++ ))
16652025-05-08T20:43:23.932Z++ (( i < 5 ))
16662025-05-08T20:43:23.932Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16672025-05-08T20:43:23.935Z++ (( i++ ))
16682025-05-08T20:43:23.935Z++ (( i < 5 ))
16692025-05-08T20:43:23.935Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16702025-05-08T20:43:23.939Z++ (( i++ ))
16712025-05-08T20:43:23.939Z++ (( i < 5 ))
16722025-05-08T20:43:23.939Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16732025-05-08T20:43:23.942Z++ (( i++ ))
16742025-05-08T20:43:23.942Z++ (( i < 5 ))
16752025-05-08T20:43:23.942Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16762025-05-08T20:43:23.945Z++ (( i++ ))
16772025-05-08T20:43:23.945Z++ (( i < 5 ))
16782025-05-08T20:43:23.946Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16792025-05-08T20:43:23.946Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16802025-05-08T20:43:23.946Z+ rc=0
16812025-05-08T20:43:23.946Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16822025-05-08T20:43:49.157Z+ case $rc in
16832025-05-08T20:43:49.157Z+ pfexec zfs create -p rpool/images/build/host
16842025-05-08T20:43:49.431Z+ pfexec zfs create -p rpool/images/build/recovery
16852025-05-08T20:43:49.504Z+ cargo xtask releng --output-dir /work
16862025-05-08T20:43:50.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16872025-05-08T20:43:50.170Z Running `target/debug/xtask releng --output-dir /work`
16882025-05-08T20:43:51.166Z Compiling proc-macro2 v1.0.94
16892025-05-08T20:43:51.167Z Compiling unicode-ident v1.0.14
16902025-05-08T20:43:51.170Z Compiling libc v0.2.171
16912025-05-08T20:43:51.170Z Compiling serde v1.0.219
16922025-05-08T20:43:51.170Z Compiling autocfg v1.4.0
16932025-05-08T20:43:51.170Z Compiling cfg-if v1.0.0
16942025-05-08T20:43:51.170Z Compiling version_check v0.9.5
16952025-05-08T20:43:51.493Z Compiling shlex v1.3.0
16962025-05-08T20:43:51.499Z Compiling typenum v1.17.0
16972025-05-08T20:43:51.621Z Compiling memchr v2.7.4
16982025-05-08T20:43:51.911Z Compiling generic-array v0.14.7
16992025-05-08T20:43:51.936Z Compiling value-bag v1.9.0
17002025-05-08T20:43:52.060Z Compiling lock_api v0.4.12
17012025-05-08T20:43:52.247Z Compiling rustix v0.38.37
17022025-05-08T20:43:52.415Z Compiling log v0.4.22
17032025-05-08T20:43:52.439Z Compiling scopeguard v1.2.0
17042025-05-08T20:43:52.618Z Compiling pkg-config v0.3.31
17052025-05-08T20:43:52.881Z Compiling parking_lot_core v0.9.10
17062025-05-08T20:43:53.059Z Compiling quote v1.0.39
17072025-05-08T20:43:53.159Z Compiling jobserver v0.1.32
17082025-05-08T20:43:53.319Z Compiling getrandom v0.2.15
17092025-05-08T20:43:53.490Z Compiling syn v2.0.98
17102025-05-08T20:43:53.585Z Compiling cc v1.2.15
17112025-05-08T20:43:53.624Z Compiling libm v0.2.8
17122025-05-08T20:43:53.646Z Compiling rand_core v0.6.4
17132025-05-08T20:43:53.692Z Compiling num-traits v0.2.19
17142025-05-08T20:43:53.835Z Compiling serde_json v1.0.140
17152025-05-08T20:43:53.857Z Compiling smallvec v1.14.0
17162025-05-08T20:43:54.085Z Compiling semver v1.0.25
17172025-05-08T20:43:54.330Z Compiling slab v0.4.9
17182025-05-08T20:43:54.945Z Compiling getrandom v0.3.1
17192025-05-08T20:43:55.384Z Compiling subtle v2.6.1
17202025-05-08T20:43:55.463Z Compiling once_cell v1.21.3
17212025-05-08T20:43:55.673Z Compiling itoa v1.0.11
17222025-05-08T20:43:55.714Z Compiling errno v0.3.9
17232025-05-08T20:43:55.939Z Compiling spin v0.9.8
17242025-05-08T20:43:56.008Z Compiling aho-corasick v1.1.3
17252025-05-08T20:43:56.065Z Compiling byteorder v1.5.0
17262025-05-08T20:43:56.309Z Compiling either v1.14.0
17272025-05-08T20:43:56.353Z Compiling regex-syntax v0.8.5
17282025-05-08T20:43:56.480Z Compiling glob v0.3.2
17292025-05-08T20:43:56.534Z Compiling prettyplease v0.2.30
17302025-05-08T20:43:56.570Z Compiling const-oid v0.9.6
17312025-05-08T20:43:56.910Z Compiling lazy_static v1.5.0
17322025-05-08T20:43:57.003Z Compiling minimal-lexical v0.2.1
17332025-05-08T20:43:57.039Z Compiling stable_deref_trait v1.2.0
17342025-05-08T20:43:57.066Z Compiling libloading v0.8.5
17352025-05-08T20:43:57.175Z Compiling bindgen v0.69.5
17362025-05-08T20:43:57.281Z Compiling clang-sys v1.8.1
17372025-05-08T20:43:57.427Z Compiling nom v7.1.3
17382025-05-08T20:43:57.656Z Compiling home v0.5.9
17392025-05-08T20:43:57.917Z Compiling itertools v0.12.1
17402025-05-08T20:43:58.881Z Compiling thiserror v1.0.69
17412025-05-08T20:43:59.571Z Compiling rustc-hash v1.1.0
17422025-05-08T20:43:59.651Z Compiling lazycell v1.3.0
17432025-05-08T20:43:59.738Z Compiling cmake v0.1.51
17442025-05-08T20:43:59.896Z Compiling fs_extra v1.3.0
17452025-05-08T20:43:59.963Z Compiling regex-automata v0.4.8
17462025-05-08T20:44:00.462Z Compiling dunce v1.0.5
17472025-05-08T20:44:00.698Z Compiling cexpr v0.6.0
17482025-05-08T20:44:00.795Z Compiling synstructure v0.13.1
17492025-05-08T20:44:01.211Z Compiling paste v1.0.15
17502025-05-08T20:44:01.842Z Compiling vcpkg v0.2.15
17512025-05-08T20:44:02.063Z Compiling pin-project-lite v0.2.14
17522025-05-08T20:44:03.163Z Compiling signal-hook-registry v1.4.2
17532025-05-08T20:44:03.286Z Compiling openssl-sys v0.9.107
17542025-05-08T20:44:03.869Z Compiling ryu v1.0.18
17552025-05-08T20:44:04.369Z Compiling futures-core v0.3.31
17562025-05-08T20:44:04.573Z Compiling writeable v0.5.5
17572025-05-08T20:44:04.626Z Compiling litemap v0.7.3
17582025-05-08T20:44:04.723Z Compiling parking_lot v0.12.3
17592025-05-08T20:44:04.858Z Compiling serde_derive v1.0.219
17602025-05-08T20:44:05.248Z Compiling zeroize_derive v1.4.2
17612025-05-08T20:44:05.316Z Compiling zerofrom-derive v0.1.4
17622025-05-08T20:44:05.745Z Compiling yoke-derive v0.7.4
17632025-05-08T20:44:05.784Z Compiling zerovec-derive v0.10.3
17642025-05-08T20:44:06.732Z Compiling zeroize v1.8.1
17652025-05-08T20:44:07.274Z Compiling displaydoc v0.2.5
17662025-05-08T20:44:07.410Z Compiling zerocopy-derive v0.7.35
17672025-05-08T20:44:07.724Z Compiling icu_provider_macros v1.5.0
17682025-05-08T20:44:08.341Z Compiling tokio-macros v2.5.0
17692025-05-08T20:44:08.647Z Compiling der_derive v0.7.3
17702025-05-08T20:44:08.861Z Compiling regex v1.11.1
17712025-05-08T20:44:08.922Z Compiling futures-macro v0.3.31
17722025-05-08T20:44:09.395Z Compiling zerofrom v0.1.4
17732025-05-08T20:44:09.641Z Compiling crypto-common v0.1.6
17742025-05-08T20:44:09.706Z Compiling block-buffer v0.10.4
17752025-05-08T20:44:09.813Z Compiling yoke v0.7.4
17762025-05-08T20:44:09.823Z Compiling thiserror-impl v1.0.69
17772025-05-08T20:44:10.028Z Compiling digest v0.10.7
17782025-05-08T20:44:10.172Z Compiling zerocopy v0.7.35
17792025-05-08T20:44:10.368Z Compiling zerovec v0.10.4
17802025-05-08T20:44:10.713Z Compiling tracing-attributes v0.1.27
17812025-05-08T20:44:16.722Z Compiling ring v0.17.11
17822025-05-08T20:44:16.809Z Compiling mio v1.0.2
17832025-05-08T20:44:16.809Z Compiling tinystr v0.7.6
17842025-05-08T20:44:16.809Z Compiling cpufeatures v0.2.14
17852025-05-08T20:44:16.809Z Compiling aws-lc-rs v1.12.4
17862025-05-08T20:44:16.810Z Compiling icu_locid v1.5.0
17872025-05-08T20:44:16.810Z Compiling heck v0.5.0
17882025-05-08T20:44:16.810Z Compiling icu_locid_transform_data v1.5.0
17892025-05-08T20:44:16.810Z Compiling crossbeam-utils v0.8.21
17902025-05-08T20:44:16.810Z Compiling icu_collections v1.5.0
17912025-05-08T20:44:16.810Z Compiling icu_provider v1.5.0
17922025-05-08T20:44:16.810Z Compiling hmac v0.12.1
17932025-05-08T20:44:16.810Z Compiling socket2 v0.5.9
17942025-05-08T20:44:16.810Z Compiling allocator-api2 v0.2.18
17952025-05-08T20:44:16.810Z Compiling icu_properties_data v1.5.0
17962025-05-08T20:44:16.810Z Compiling icu_locid_transform v1.5.0
17972025-05-08T20:44:16.810Z Compiling httparse v1.9.5
17982025-05-08T20:44:16.810Z Compiling equivalent v1.0.1
17992025-05-08T20:44:16.810Z Compiling foldhash v0.1.3
18002025-05-08T20:44:17.078Z Compiling hashbrown v0.15.1
18012025-05-08T20:44:17.442Z Compiling bitflags v2.9.0
18022025-05-08T20:44:17.450Z Compiling bytes v1.10.1
18032025-05-08T20:44:19.203Z Compiling rustc_version v0.4.1
18042025-05-08T20:44:19.865Z Compiling tokio v1.43.1
18052025-05-08T20:44:20.473Z Compiling icu_properties v1.5.1
18062025-05-08T20:44:20.956Z Compiling block-padding v0.3.3
18072025-05-08T20:44:21.561Z Compiling write16 v1.0.0
18082025-05-08T20:44:21.828Z Compiling percent-encoding v2.3.1
18092025-05-08T20:44:22.153Z Compiling which v4.4.2
18102025-05-08T20:44:22.406Z Compiling utf16_iter v1.0.5
18112025-05-08T20:44:22.668Z Compiling utf8_iter v1.0.4
18122025-05-08T20:44:22.750Z Compiling zerocopy v0.8.10
18132025-05-08T20:44:22.868Z Compiling icu_normalizer_data v1.5.0
18142025-05-08T20:44:22.968Z Compiling futures-sink v0.3.31
18152025-05-08T20:44:24.155Z Compiling inout v0.1.3
18162025-05-08T20:44:24.538Z Compiling icu_normalizer v1.5.0
18172025-05-08T20:44:25.450Z Compiling indexmap v2.7.1
18182025-05-08T20:44:25.768Z Compiling sha2 v0.10.8
18192025-05-08T20:44:27.568Z Compiling openssl v0.10.72
18202025-05-08T20:44:27.600Z Compiling schemars v0.8.22
18212025-05-08T20:44:29.424Z Compiling idna_adapter v1.2.0
18222025-05-08T20:44:29.699Z Compiling cipher v0.4.4
18232025-05-08T20:44:29.921Z Compiling ppv-lite86 v0.2.20
18242025-05-08T20:44:30.255Z Compiling zerocopy-derive v0.8.10
18252025-05-08T20:44:30.366Z Compiling serde_derive_internals v0.29.1
18262025-05-08T20:44:30.427Z Compiling bzip2-sys v0.1.13+1.0.8
18272025-05-08T20:44:30.950Z Compiling fnv v1.0.7
18282025-05-08T20:44:31.163Z Compiling base64ct v1.6.0
18292025-05-08T20:44:32.047Z Compiling pem-rfc7468 v0.7.0
18302025-05-08T20:44:32.441Z Compiling schemars_derive v0.8.22
18312025-05-08T20:44:33.222Z Compiling idna v1.0.3
18322025-05-08T20:44:33.770Z Compiling form_urlencoded v1.2.1
18332025-05-08T20:44:34.409Z Compiling openssl-macros v0.1.1
18342025-05-08T20:44:34.846Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18352025-05-08T20:44:35.227Z Compiling native-tls v0.2.12
18362025-05-08T20:44:35.423Z Compiling aws-lc-sys v0.26.0
18372025-05-08T20:44:35.530Z Compiling rustls v0.23.19
18382025-05-08T20:44:35.705Z Compiling num-conv v0.1.0
18392025-05-08T20:44:35.761Z Compiling syn v1.0.109
18402025-05-08T20:44:35.895Z Compiling time-core v0.1.2
18412025-05-08T20:44:36.096Z Compiling flagset v0.4.6
18422025-05-08T20:44:36.429Z Compiling der v0.7.9
18432025-05-08T20:44:36.670Z Compiling time-macros v0.2.18
18442025-05-08T20:44:37.246Z Compiling futures-channel v0.3.31
18452025-05-08T20:44:38.097Z Compiling scroll_derive v0.12.0
18462025-05-08T20:44:38.104Z Compiling ucd-trie v0.1.7
18472025-05-08T20:44:38.139Z Compiling pin-utils v0.1.0
18482025-05-08T20:44:38.280Z Compiling futures-io v0.3.31
18492025-05-08T20:44:38.486Z Compiling futures-task v0.3.31
18502025-05-08T20:44:38.717Z Compiling spki v0.7.3
18512025-05-08T20:44:38.764Z Compiling futures-util v0.3.31
18522025-05-08T20:44:38.815Z Compiling pest v2.7.14
18532025-05-08T20:44:39.780Z Compiling url v2.5.3
18542025-05-08T20:44:41.696Z Compiling salsa20 v0.10.2
18552025-05-08T20:44:42.099Z Compiling pbkdf2 v0.12.2
18562025-05-08T20:44:42.370Z Compiling cookie v0.18.1
18572025-05-08T20:44:42.720Z Compiling rayon-core v1.12.1
18582025-05-08T20:44:42.763Z Compiling rustversion v1.0.17
18592025-05-08T20:44:43.119Z Compiling iana-time-zone v0.1.63
18602025-05-08T20:44:43.937Z Compiling chrono v0.4.40
18612025-05-08T20:44:43.974Z Compiling scrypt v0.11.0
18622025-05-08T20:44:44.938Z Compiling pest_meta v2.7.14
18632025-05-08T20:44:47.094Z Compiling aes v0.8.4
18642025-05-08T20:44:47.487Z Compiling cbc v0.1.2
18652025-05-08T20:44:48.937Z Compiling pkcs5 v0.7.1
18662025-05-08T20:44:49.211Z Compiling pest_generator v2.7.14
18672025-05-08T20:44:50.793Z Compiling http v1.2.0
18682025-05-08T20:44:51.078Z Compiling tokio-util v0.7.13
18692025-05-08T20:44:51.311Z Compiling uuid v1.16.0
18702025-05-08T20:44:51.403Z Compiling zerocopy-derive v0.6.6
18712025-05-08T20:44:52.728Z Compiling tracing-core v0.1.32
18722025-05-08T20:44:52.969Z Compiling zstd-safe v7.2.3
18732025-05-08T20:44:53.132Z Compiling num-bigint-dig v0.8.4
18742025-05-08T20:44:53.477Z Compiling newtype-uuid v1.2.1
18752025-05-08T20:44:53.723Z Compiling tracing v0.1.40
18762025-05-08T20:44:54.993Z Compiling pest_derive v2.7.14
18772025-05-08T20:44:55.420Z Compiling pkcs8 v0.10.2
18782025-05-08T20:44:55.847Z Compiling rand_chacha v0.3.1
18792025-05-08T20:44:56.629Z Compiling heapless v0.7.17
18802025-05-08T20:44:57.304Z Compiling ahash v0.8.11
18812025-05-08T20:44:57.640Z Compiling usdt-impl v0.5.0
18822025-05-08T20:44:57.782Z Compiling slog v2.7.0
18832025-05-08T20:44:58.148Z Compiling signal-hook v0.3.17
18842025-05-08T20:44:58.290Z Compiling litrs v0.4.1
18852025-05-08T20:44:58.331Z Compiling rustls-pki-types v1.10.0
18862025-05-08T20:44:58.335Z Compiling tinyvec_macros v0.1.1
18872025-05-08T20:44:58.567Z Compiling tinyvec v1.8.0
18882025-05-08T20:44:59.334Z Compiling document-features v0.2.10
18892025-05-08T20:45:00.522Z Compiling rand v0.8.5
18902025-05-08T20:45:01.666Z Compiling http-body v1.0.1
18912025-05-08T20:45:01.990Z Compiling scroll v0.12.0
18922025-05-08T20:45:02.259Z Compiling async-trait v0.1.88
18932025-05-08T20:45:02.426Z Compiling adler2 v2.0.0
18942025-05-08T20:45:02.574Z Compiling try-lock v0.2.5
18952025-05-08T20:45:02.771Z Compiling untrusted v0.7.1
18962025-05-08T20:45:02.841Z Compiling untrusted v0.9.0
18972025-05-08T20:45:02.966Z Compiling foreign-types-shared v0.1.1
18982025-05-08T20:45:03.061Z Compiling dyn-clone v1.0.19
18992025-05-08T20:45:03.116Z Compiling powerfmt v0.2.0
19002025-05-08T20:45:03.579Z Compiling plain v0.2.3
19012025-05-08T20:45:04.174Z Compiling atomic-waker v1.1.2
19022025-05-08T20:45:04.198Z Compiling h2 v0.4.6
19032025-05-08T20:45:04.209Z Compiling goblin v0.8.2
19042025-05-08T20:45:04.296Z Compiling deranged v0.3.11
19052025-05-08T20:45:05.988Z Compiling foreign-types v0.3.2
19062025-05-08T20:45:07.563Z Compiling want v0.3.1
19072025-05-08T20:45:07.693Z Compiling miniz_oxide v0.8.5
19082025-05-08T20:45:11.467Z Compiling curve25519-dalek v4.1.3
19092025-05-08T20:45:12.325Z Compiling clap_derive v4.5.32
19102025-05-08T20:45:12.554Z Compiling memoffset v0.9.1
19112025-05-08T20:45:12.618Z Compiling crc32fast v1.4.2
19122025-05-08T20:45:13.314Z Compiling portable-atomic v1.11.0
19132025-05-08T20:45:13.375Z Compiling tower-service v0.3.3
19142025-05-08T20:45:13.562Z Compiling utf8parse v0.2.2
19152025-05-08T20:45:14.237Z Compiling anstyle v1.0.10
19162025-05-08T20:45:14.958Z Compiling pretty-hex v0.4.1
19172025-05-08T20:45:15.063Z Compiling anyhow v1.0.98
19182025-05-08T20:45:16.028Z Compiling smoltcp v0.9.1
19192025-05-08T20:45:16.126Z Compiling httpdate v1.0.3
19202025-05-08T20:45:16.637Z Compiling base64 v0.22.1
19212025-05-08T20:45:16.775Z Compiling num_threads v0.1.7
19222025-05-08T20:45:16.924Z Compiling time v0.3.36
19232025-05-08T20:45:17.024Z Compiling hyper v1.6.0
19242025-05-08T20:45:18.448Z Compiling dof v0.3.0
19252025-05-08T20:45:26.873Z Compiling anstyle-parse v0.2.5
19262025-05-08T20:45:27.836Z Compiling rand_core v0.9.2
19272025-05-08T20:45:30.081Z Compiling unicode-normalization v0.1.24
19282025-05-08T20:45:31.608Z Compiling dtrace-parser v0.2.0
19292025-05-08T20:45:32.332Z Compiling strum_macros v0.26.4
19302025-05-08T20:45:38.208Z Compiling toml_datetime v0.6.8
19312025-05-08T20:45:38.958Z Compiling serde_spanned v0.6.8
19322025-05-08T20:45:39.218Z Compiling signature v2.2.0
19332025-05-08T20:45:39.483Z Compiling daft-derive v0.1.3
19342025-05-08T20:45:39.705Z Compiling thread-id v4.2.2
19352025-05-08T20:45:39.757Z Compiling anstyle-query v1.1.1
19362025-05-08T20:45:40.006Z Compiling zip v2.6.1
19372025-05-08T20:45:40.369Z Compiling buf-list v1.0.3
19382025-05-08T20:45:40.706Z Compiling openssl-probe v0.1.5
19392025-05-08T20:45:41.031Z Compiling is_terminal_polyfill v1.70.1
19402025-05-08T20:45:41.107Z Compiling cfg_aliases v0.2.1
19412025-05-08T20:45:41.188Z Compiling fastrand v2.1.1
19422025-05-08T20:45:41.383Z Compiling colorchoice v1.0.2
19432025-05-08T20:45:41.719Z Compiling anstream v0.6.15
19442025-05-08T20:45:41.828Z Compiling tempfile v3.13.0
19452025-05-08T20:45:42.851Z Compiling nix v0.29.0
19462025-05-08T20:45:45.896Z Compiling crossbeam-epoch v0.9.18
19472025-05-08T20:45:45.922Z Compiling rand_chacha v0.9.0
19482025-05-08T20:45:46.579Z Compiling hyper-util v0.1.11
19492025-05-08T20:45:47.910Z Compiling zerocopy v0.6.6
19502025-05-08T20:45:48.125Z Compiling hubpack_derive v0.1.1
19512025-05-08T20:45:49.183Z Compiling terminal_size v0.4.0
19522025-05-08T20:45:49.573Z Compiling hex v0.4.3
19532025-05-08T20:45:49.998Z Compiling serde_tokenstream v0.2.2
19542025-05-08T20:45:50.604Z Compiling num-integer v0.1.46
19552025-05-08T20:45:50.742Z Compiling curve25519-dalek-derive v0.1.1
19562025-05-08T20:45:51.738Z Compiling fs-err v3.1.0
19572025-05-08T20:45:52.355Z Compiling clap_lex v0.7.4
19582025-05-08T20:45:52.399Z Compiling strsim v0.11.1
19592025-05-08T20:45:52.947Z Compiling unicode-properties v0.1.3
19602025-05-08T20:45:53.150Z Compiling radium v0.7.0
19612025-05-08T20:45:53.459Z Compiling unicode-bidi v0.3.17
19622025-05-08T20:45:53.635Z Compiling psl-types v2.0.11
19632025-05-08T20:45:54.071Z Compiling siphasher v0.3.11
19642025-05-08T20:45:54.351Z Compiling phf_shared v0.11.2
19652025-05-08T20:45:54.379Z Compiling stringprep v0.1.5
19662025-05-08T20:45:54.436Z Compiling publicsuffix v2.3.0
19672025-05-08T20:45:54.729Z Compiling clap_builder v4.5.35
19682025-05-08T20:45:54.835Z Compiling num-iter v0.1.45
19692025-05-08T20:45:55.652Z Compiling crossbeam-deque v0.8.5
19702025-05-08T20:45:56.407Z Compiling rand v0.9.0
19712025-05-08T20:45:57.587Z Compiling tokio-native-tls v0.3.1
19722025-05-08T20:45:57.635Z Compiling ipnetwork v0.21.1
19732025-05-08T20:45:57.906Z Compiling flate2 v1.1.1
19742025-05-08T20:45:58.578Z Compiling http-body-util v0.1.3
19752025-05-08T20:45:59.012Z Compiling webpki-roots v0.26.6
19762025-05-08T20:45:59.675Z Compiling md-5 v0.10.6
19772025-05-08T20:45:59.858Z Compiling sync_wrapper v1.0.1
19782025-05-08T20:45:59.903Z Compiling hash32 v0.2.1
19792025-05-08T20:46:00.038Z Compiling ff v0.13.0
19802025-05-08T20:46:00.281Z Compiling base16ct v0.2.0
19812025-05-08T20:46:00.650Z Compiling thiserror v2.0.12
19822025-05-08T20:46:00.688Z Compiling ipnet v2.11.0
19832025-05-08T20:46:00.788Z Compiling tower-layer v0.3.3
19842025-05-08T20:46:01.329Z Compiling camino v1.1.9
19852025-05-08T20:46:01.384Z Compiling fallible-iterator v0.2.0
19862025-05-08T20:46:02.004Z Compiling winnow v0.5.40
19872025-05-08T20:46:02.051Z Compiling gimli v0.31.1
19882025-05-08T20:46:02.206Z Compiling heck v0.4.1
19892025-05-08T20:46:03.826Z Compiling tap v1.0.1
19902025-05-08T20:46:04.117Z Compiling maybe-uninit v2.0.0
19912025-05-08T20:46:04.889Z Compiling wyz v0.5.1
19922025-05-08T20:46:05.416Z Compiling rustls-webpki v0.102.8
19932025-05-08T20:46:06.249Z Compiling toml_edit v0.19.15
19942025-05-08T20:46:06.390Z Compiling strum_macros v0.25.3
19952025-05-08T20:46:07.628Z Compiling addr2line v0.24.2
19962025-05-08T20:46:09.351Z Compiling postgres-protocol v0.6.8
19972025-05-08T20:46:10.692Z Compiling tower v0.5.2
19982025-05-08T20:46:11.164Z Compiling sec1 v0.7.3
19992025-05-08T20:46:11.680Z Compiling group v0.13.0
20002025-05-08T20:46:14.478Z Compiling tokio-rustls v0.26.0
20012025-05-08T20:46:15.785Z Compiling clap v4.5.35
20022025-05-08T20:46:16.765Z Compiling hyper-tls v0.6.0
20032025-05-08T20:46:16.952Z Compiling oxnet v0.1.1
20042025-05-08T20:46:19.661Z Compiling cookie_store v0.21.1
20052025-05-08T20:46:21.807Z Compiling usdt-attr-macro v0.5.0
20062025-05-08T20:46:22.740Z Compiling usdt-macro v0.5.0
20072025-05-08T20:46:23.480Z Compiling bstr v1.10.0
20082025-05-08T20:46:24.133Z Compiling rustls-pemfile v2.2.0
20092025-05-08T20:46:24.259Z Compiling pkcs1 v0.7.5
20102025-05-08T20:46:24.576Z Compiling futures-executor v0.3.31
20112025-05-08T20:46:24.963Z Compiling serde_urlencoded v0.7.1
20122025-05-08T20:46:25.612Z Compiling hkdf v0.12.4
20132025-05-08T20:46:25.665Z Compiling enum-as-inner v0.6.1
20142025-05-08T20:46:25.847Z Compiling crypto-bigint v0.5.5
20152025-05-08T20:46:25.981Z Compiling serde_repr v0.1.19
20162025-05-08T20:46:26.841Z Compiling thiserror-impl v2.0.12
20172025-05-08T20:46:27.227Z Compiling object v0.36.5
20182025-05-08T20:46:28.109Z Compiling encoding_rs v0.8.34
20192025-05-08T20:46:29.136Z Compiling unicode-width v0.2.0
20202025-05-08T20:46:29.590Z Compiling lockfree-object-pool v0.1.6
20212025-05-08T20:46:29.871Z Compiling mime v0.3.17
20222025-05-08T20:46:30.167Z Compiling bitflags v1.3.2
20232025-05-08T20:46:30.405Z Compiling rustc-demangle v0.1.24
20242025-05-08T20:46:32.897Z Compiling managed v0.8.0
20252025-05-08T20:46:33.271Z Compiling funty v2.0.0
20262025-05-08T20:46:33.501Z Compiling bumpalo v3.16.0
20272025-05-08T20:46:33.702Z Compiling simd-adler32 v0.3.7
20282025-05-08T20:46:34.011Z Compiling packed_struct v0.10.1
20292025-05-08T20:46:34.239Z Compiling backtrace v0.3.74
20302025-05-08T20:46:35.524Z Compiling bitvec v1.0.1
20312025-05-08T20:46:36.665Z Compiling zopfli v0.8.1
20322025-05-08T20:46:42.037Z Compiling console v0.15.10
20332025-05-08T20:46:42.959Z Compiling elliptic-curve v0.13.8
20342025-05-08T20:46:43.138Z Compiling futures v0.3.31
20352025-05-08T20:46:43.177Z Compiling rsa v0.9.6
20362025-05-08T20:46:43.833Z Compiling hyper-rustls v0.27.3
20372025-05-08T20:46:45.020Z Compiling zstd v0.13.3
20382025-05-08T20:46:45.415Z Compiling daft v0.1.3
20392025-05-08T20:46:45.527Z Compiling signal-hook-mio v0.2.4
20402025-05-08T20:46:45.713Z Compiling rayon v1.10.0
20412025-05-08T20:46:46.500Z Compiling postgres-types v0.2.9
20422025-05-08T20:46:46.520Z Compiling toml v0.7.8
20432025-05-08T20:46:47.746Z Compiling phf v0.11.2
20442025-05-08T20:46:48.196Z Compiling ed25519 v2.2.3
20452025-05-08T20:46:48.420Z Compiling hubpack v0.1.2
20462025-05-08T20:46:48.526Z Compiling bzip2 v0.5.2
20472025-05-08T20:46:48.621Z Compiling bzip2 v0.4.4
20482025-05-08T20:46:48.834Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
20492025-05-08T20:46:49.161Z Compiling strum v0.26.3
20502025-05-08T20:46:49.959Z Compiling packed_struct_codegen v0.10.1
20512025-05-08T20:46:50.564Z Compiling x509-cert v0.2.5
20522025-05-08T20:46:50.665Z Compiling float-cmp v0.10.0
20532025-05-08T20:46:50.920Z Compiling rfc6979 v0.4.0
20542025-05-08T20:46:50.941Z Compiling serde-big-array v0.5.1
20552025-05-08T20:46:51.353Z Compiling structmeta-derive v0.3.0
20562025-05-08T20:46:52.138Z Compiling wait-timeout v0.2.0
20572025-05-08T20:46:52.201Z Compiling is-terminal v0.4.13
20582025-05-08T20:46:52.395Z Compiling memmap v0.7.0
20592025-05-08T20:46:52.564Z Compiling indexmap v1.9.3
20602025-05-08T20:46:52.911Z Compiling unicode-segmentation v1.12.0
20612025-05-08T20:46:53.063Z Compiling predicates-core v1.0.8
20622025-05-08T20:46:53.338Z Compiling nodrop v0.1.14
20632025-05-08T20:46:53.586Z Compiling static_assertions v1.1.0
20642025-05-08T20:46:53.685Z Compiling new_debug_unreachable v1.0.6
20652025-05-08T20:46:53.705Z Compiling winnow v0.7.3
20662025-05-08T20:46:54.268Z Compiling precomputed-hash v0.1.1
20672025-05-08T20:46:54.410Z Compiling quick-error v1.2.3
20682025-05-08T20:46:54.889Z Compiling crc-catalog v2.4.0
20692025-05-08T20:46:55.061Z Compiling difflib v0.4.0
20702025-05-08T20:46:55.856Z Compiling fixedbitset v0.4.2
20712025-05-08T20:46:56.126Z Compiling number_prefix v0.4.0
20722025-05-08T20:46:56.238Z Compiling whoami v1.5.2
20732025-05-08T20:46:56.390Z Compiling data-encoding v2.6.0
20742025-05-08T20:46:56.919Z Compiling normalize-line-endings v0.3.0
20752025-05-08T20:46:57.079Z Compiling bit-vec v0.8.0
20762025-05-08T20:46:57.103Z Compiling predicates v3.1.3
20772025-05-08T20:46:57.686Z Compiling bit-set v0.8.0
20782025-05-08T20:46:57.736Z Compiling hickory-proto v0.24.4
20792025-05-08T20:46:58.400Z Compiling toml_edit v0.22.24
20802025-05-08T20:47:01.570Z Compiling tokio-postgres v0.7.13
20812025-05-08T20:47:03.035Z Compiling indicatif v0.17.11
20822025-05-08T20:47:04.563Z Compiling petgraph v0.6.5
20832025-05-08T20:47:04.715Z Compiling crc v3.2.1
20842025-05-08T20:47:06.749Z Compiling rusty-fork v0.3.0
20852025-05-08T20:47:06.772Z Compiling string_cache v0.8.9
20862025-05-08T20:47:08.643Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
20872025-05-08T20:47:09.980Z Compiling structmeta v0.3.0
20882025-05-08T20:47:10.003Z Compiling similar v2.7.0
20892025-05-08T20:47:10.423Z Compiling array-init v0.0.4
20902025-05-08T20:47:10.990Z Compiling usdt v0.5.0
20912025-05-08T20:47:11.736Z Compiling ecdsa v0.16.9
20922025-05-08T20:47:14.276Z Compiling zip v0.6.6
20932025-05-08T20:47:15.515Z Compiling ed25519-dalek v2.1.1
20942025-05-08T20:47:16.481Z Compiling smallvec v0.6.14
20952025-05-08T20:47:16.873Z Compiling crossterm v0.28.1
20962025-05-08T20:47:18.964Z Compiling tokio-stream v0.1.17
20972025-05-08T20:47:19.723Z Compiling openapiv3 v2.0.0
20982025-05-08T20:47:19.926Z Compiling xattr v1.3.1
20992025-05-08T20:47:20.301Z Compiling sha1 v0.10.6
21002025-05-08T20:47:22.570Z Compiling pin-project-internal v1.1.6
21012025-05-08T20:47:22.836Z Compiling itertools v0.10.5
21022025-05-08T20:47:23.139Z Compiling rand_xorshift v0.3.0
21032025-05-08T20:47:23.506Z Compiling filetime v0.2.25
21042025-05-08T20:47:23.595Z Compiling termcolor v1.4.1
21052025-05-08T20:47:23.874Z Compiling base64 v0.21.7
21062025-05-08T20:47:24.566Z Compiling bitfield v0.14.0
21072025-05-08T20:47:24.881Z Compiling same-file v1.0.6
21082025-05-08T20:47:25.018Z Compiling unarray v0.1.4
21092025-05-08T20:47:25.207Z Compiling lalrpop-util v0.19.12
21102025-05-08T20:47:25.228Z Compiling unicode-xid v0.2.6
21112025-05-08T20:47:25.318Z Compiling hashbrown v0.12.3
21122025-05-08T20:47:25.342Z Compiling peg-runtime v0.8.5
21132025-05-08T20:47:25.825Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21142025-05-08T20:47:26.584Z Compiling proptest v1.6.0
21152025-05-08T20:47:26.597Z Compiling walkdir v2.5.0
21162025-05-08T20:47:27.586Z Compiling pin-project v1.1.6
21172025-05-08T20:47:27.755Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21182025-05-08T20:47:28.032Z Compiling ron v0.8.1
21192025-05-08T20:47:28.168Z Compiling env_logger v0.10.2
21202025-05-08T20:47:29.811Z Compiling tar v0.4.44
21212025-05-08T20:47:34.305Z Compiling serde-hex v0.1.0
21222025-05-08T20:47:34.911Z Compiling test-strategy v0.4.0
21232025-05-08T20:47:37.967Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21242025-05-08T20:47:38.287Z Compiling hashbrown v0.13.2
21252025-05-08T20:47:38.559Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21262025-05-08T20:47:40.044Z Compiling snafu-derive v0.8.5
21272025-05-08T20:47:40.582Z Compiling blake3 v1.5.4
21282025-05-08T20:47:41.245Z Compiling dirs-sys-next v0.1.2
21292025-05-08T20:47:41.341Z Compiling fs-err v2.11.0
21302025-05-08T20:47:42.453Z Compiling crc-any v2.5.0
21312025-05-08T20:47:45.063Z Compiling snafu v0.8.5
21322025-05-08T20:47:49.187Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21332025-05-08T20:47:54.286Z Compiling dirs-next v2.0.0
21342025-05-08T20:47:56.533Z Compiling object v0.30.4
21352025-05-08T20:47:56.811Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21362025-05-08T20:47:59.796Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21372025-05-08T20:48:00.772Z Compiling camino-tempfile v1.1.1
21382025-05-08T20:48:01.245Z Compiling globset v0.4.15
21392025-05-08T20:48:03.914Z Compiling olpc-cjson v0.1.4
21402025-05-08T20:48:04.246Z Compiling pem v3.0.5
21412025-05-08T20:48:05.726Z Compiling cargo-platform v0.1.8
21422025-05-08T20:48:05.953Z Compiling serde_plain v1.0.2
21432025-05-08T20:48:06.778Z Compiling async-recursion v1.1.1
21442025-05-08T20:48:07.291Z Compiling thread_local v1.1.8
21452025-05-08T20:48:07.314Z Compiling memmap2 v0.9.5
21462025-05-08T20:48:07.986Z Compiling constant_time_eq v0.3.1
21472025-05-08T20:48:08.192Z Compiling path-slash v0.1.5
21482025-05-08T20:48:08.294Z Compiling typed-path v0.9.3
21492025-05-08T20:48:08.321Z Compiling arrayvec v0.7.6
21502025-05-08T20:48:08.455Z Compiling arrayref v0.3.9
21512025-05-08T20:48:08.595Z Compiling slog-async v2.8.0
21522025-05-08T20:48:08.674Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
21532025-05-08T20:48:09.173Z Compiling cargo_metadata v0.19.2
21542025-05-08T20:48:09.326Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21552025-05-08T20:48:10.003Z Compiling term v0.7.0
21562025-05-08T20:48:10.915Z Compiling tough v0.20.0
21572025-05-08T20:48:11.917Z Compiling toml v0.8.20
21582025-05-08T20:48:12.141Z Compiling itertools v0.13.0
21592025-05-08T20:48:14.157Z Compiling crossbeam-channel v0.5.15
21602025-05-08T20:48:14.567Z Compiling serde_path_to_error v0.1.16
21612025-05-08T20:48:15.222Z Compiling debug-ignore v1.0.5
21622025-05-08T20:48:15.414Z Compiling topological-sort v0.2.2
21632025-05-08T20:48:15.575Z Compiling parse-size v1.1.0
21642025-05-08T20:48:15.601Z Compiling indent_write v2.2.0
21652025-05-08T20:48:15.664Z Compiling take_mut v0.2.2
21662025-05-08T20:48:15.697Z Compiling omicron-zone-package v0.12.0
21672025-05-08T20:48:15.853Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
21682025-05-08T20:48:15.895Z Compiling slog-term v2.9.1
21692025-05-08T20:48:17.790Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21702025-05-08T20:48:18.429Z Compiling shell-words v1.1.0
21712025-05-08T20:48:30.332Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21722025-05-08T20:48:42.680Z Finished `release` profile [optimized] target(s) in 4m 52s
21732025-05-08T20:48:42.854Z Running `target/release/omicron-releng --output-dir /work`
21742025-05-08T20:48:42.900ZMay 08 20:48:42.267 DEBG changing working directory to /work/oxidecomputer/omicron
21752025-05-08T20:48:43.017ZMay 08 20:48:42.382 DEBG running: git rev-parse HEAD
21762025-05-08T20:48:43.034ZMay 08 20:48:42.389 DEBG process exited with exit status: 0 (7.141259ms)
21772025-05-08T20:48:43.034ZMay 08 20:48:42.389 INFO version: 15.0.0-0.ci+git61b4a923a85
21782025-05-08T20:48:43.063ZMay 08 20:48:42.430 INFO cloning helios to /work/oxidecomputer/helios
21792025-05-08T20:48:43.063ZMay 08 20:48:42.430 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21802025-05-08T20:48:43.099ZCloning into '/work/oxidecomputer/helios'...
21812025-05-08T20:48:43.630ZMay 08 20:48:42.997 DEBG process exited with exit status: 0 (567.51626ms)
21822025-05-08T20:48:43.630ZMay 08 20:48:42.997 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21832025-05-08T20:48:44.642ZMay 08 20:48:44.009 DEBG process exited with exit status: 0 (1.01179634s)
21842025-05-08T20:48:44.642ZMay 08 20:48:44.009 DEBG running: zfs list rpool/images/build/host
21852025-05-08T20:48:44.650ZNAME USED AVAIL REFER MOUNTPOINT
21862025-05-08T20:48:44.651Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21872025-05-08T20:48:44.656ZMay 08 20:48:44.017 DEBG process exited with exit status: 0 (7.710069ms)
21882025-05-08T20:48:44.656ZMay 08 20:48:44.017 DEBG running: zfs list rpool/images/build/recovery
21892025-05-08T20:48:44.660ZNAME USED AVAIL REFER MOUNTPOINT
21902025-05-08T20:48:44.661Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21912025-05-08T20:48:44.661ZMay 08 20:48:44.024 DEBG process exited with exit status: 0 (7.043698ms)
21922025-05-08T20:48:44.661ZMay 08 20:48:44.024 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21932025-05-08T20:48:44.666Z# branch.oid 37ea3a6840bd82eb7af04edcb0c977b601a42bca
21942025-05-08T20:48:44.666Z# branch.head master
21952025-05-08T20:48:44.666Z# branch.upstream origin/master
21962025-05-08T20:48:44.666Z# branch.ab +0 -0
21972025-05-08T20:48:44.670ZMay 08 20:48:44.033 DEBG process exited with exit status: 0 (8.887325ms)
21982025-05-08T20:48:44.670ZMay 08 20:48:44.034 INFO [hubris-staging] running task
21992025-05-08T20:48:44.670ZMay 08 20:48:44.034 INFO [hubris-production] running task
22002025-05-08T20:48:44.670ZMay 08 20:48:44.035 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
22012025-05-08T20:48:44.676ZMay 08 20:48:44.038 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22022025-05-08T20:48:44.748Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22032025-05-08T20:48:45.254Z[ omicron-package] Blocking waiting for file lock on package cache
22042025-05-08T20:48:45.741Z[ omicron-package] Blocking waiting for file lock on package cache
22052025-05-08T20:48:46.021Z[ omicron-package] Blocking waiting for file lock on package cache
22062025-05-08T20:48:46.641ZMay 08 20:48:46.007 INFO [hubris-production] task succeeded (1.972753292s)
22072025-05-08T20:48:46.940Z[ omicron-package] Compiling ring v0.17.11
22082025-05-08T20:48:46.945Z[ omicron-package] Compiling ident_case v1.0.1
22092025-05-08T20:48:46.952Z[ omicron-package] Compiling thiserror v2.0.12
22102025-05-08T20:48:46.952Z[ omicron-package] Compiling regress v0.10.3
22112025-05-08T20:48:46.953Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22122025-05-08T20:48:46.953Z[ omicron-package] Compiling itertools v0.13.0
22132025-05-08T20:48:46.956Z[ omicron-package] Compiling macaddr v1.0.1
22142025-05-08T20:48:48.387Z[ omicron-package] Compiling darling_core v0.20.10
22152025-05-08T20:48:48.563Z[ omicron-package] Compiling heapless v0.8.0
22162025-05-08T20:48:49.336Z[ omicron-package] Compiling num_enum_derive v0.5.11
22172025-05-08T20:48:50.865Z[ omicron-package] Compiling hash32 v0.3.1
22182025-05-08T20:48:51.795Z[ omicron-package] Compiling smoltcp v0.11.0
22192025-05-08T20:48:53.389Z[ omicron-package] Compiling heck v0.5.0
22202025-05-08T20:48:53.905Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212025-05-08T20:48:53.996Z[ omicron-package] Compiling num_enum v0.5.11
22222025-05-08T20:48:54.810Z[ omicron-package] Compiling typify-impl v0.3.0
22232025-05-08T20:48:56.073Z[ omicron-package] Compiling rustls v0.23.19
22242025-05-08T20:48:56.276Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22252025-05-08T20:48:56.326Z[ omicron-package] Compiling rustls v0.22.4
22262025-05-08T20:48:56.807Z[ omicron-package] Compiling unsafe-libyaml v0.2.11
22272025-05-08T20:48:56.959Z[ omicron-package] Compiling cobs v0.2.3
22282025-05-08T20:48:57.791Z[ omicron-package] Compiling darling_macro v0.20.10
22292025-05-08T20:48:58.259Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22302025-05-08T20:48:59.095Z[ omicron-package] Compiling postcard v1.0.10
22312025-05-08T20:48:59.814Z[ omicron-package] Compiling darling v0.20.10
22322025-05-08T20:49:00.039Z[ omicron-package] Compiling serde_yaml v0.9.34+deprecated
22332025-05-08T20:49:00.082Z[ omicron-package] Compiling ingot-macros v0.1.0
22342025-05-08T20:49:00.816Z[ omicron-package] Compiling rustls-webpki v0.102.8
22352025-05-08T20:49:03.330Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22362025-05-08T20:49:04.352Z[ omicron-package] Compiling proc-macro-error v1.0.4
22372025-05-08T20:49:04.389Z[ omicron-package] Compiling multer v3.1.0
22382025-05-08T20:49:04.886Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22392025-05-08T20:49:04.958Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22402025-05-08T20:49:05.558Z[ omicron-package] Compiling match_cfg v0.1.0
22412025-05-08T20:49:05.776Z[ omicron-package] Compiling unicode-width v0.1.14
22422025-05-08T20:49:06.744Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22432025-05-08T20:49:06.807Z[ omicron-package] Compiling tabwriter v1.4.0
22442025-05-08T20:49:06.942Z[ omicron-package] Compiling foreign-types v0.5.0
22452025-05-08T20:49:07.415Z[ omicron-package] Compiling hostname v0.3.1
22462025-05-08T20:49:08.774Z[ omicron-package] Compiling ingot-types v0.1.0
22472025-05-08T20:49:09.212Z[ omicron-package] Compiling slog-json v2.6.1
22482025-05-08T20:49:09.548Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22492025-05-08T20:49:09.731Z[ omicron-package] Compiling typify-macro v0.3.0
22502025-05-08T20:49:09.951Z[ omicron-package] Compiling cstr-argument v0.1.2
22512025-05-08T20:49:10.496Z[ omicron-package] Compiling ingot v0.1.0
22522025-05-08T20:49:10.550Z[ omicron-package] Compiling dropshot v0.16.0
22532025-05-08T20:49:10.955Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22542025-05-08T20:49:13.882Z[ omicron-package] Compiling tokio-rustls v0.26.0
22552025-05-08T20:49:14.843Z[ omicron-package] Compiling hyper-rustls v0.27.3
22562025-05-08T20:49:15.294ZMay 08 20:49:14.648 INFO [hubris-staging] task succeeded (30.614317809s)
22572025-05-08T20:49:15.600Z[ omicron-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22582025-05-08T20:49:15.673Z[ omicron-package] Compiling typify v0.3.0
22592025-05-08T20:49:16.135Z[ omicron-package] Compiling progenitor-impl v0.9.1
22602025-05-08T20:49:21.681Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
22612025-05-08T20:49:21.760Z[ omicron-package] Compiling async-stream-impl v0.3.6
22622025-05-08T20:49:21.760Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22632025-05-08T20:49:21.760Z[ omicron-package] Compiling pretty-hex v0.2.1
22642025-05-08T20:49:21.760Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22652025-05-08T20:49:21.990Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22662025-05-08T20:49:22.641Z[ omicron-package] Compiling async-stream v0.3.6
22672025-05-08T20:49:23.128Z[ omicron-package] Compiling progenitor-macro v0.9.1
22682025-05-08T20:49:24.885Z[ omicron-package] Compiling tokio-rustls v0.25.0
22692025-05-08T20:49:25.485Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702025-05-08T20:49:25.767Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22712025-05-08T20:49:26.731Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722025-05-08T20:49:27.062Z[ omicron-package] Compiling slog-bunyan v2.5.0
22732025-05-08T20:49:28.421Z[ omicron-package] Compiling progenitor-client v0.9.1
22742025-05-08T20:49:29.621Z[ omicron-package] Compiling serde_with_macros v3.12.0
22752025-05-08T20:49:30.435Z[ helios-setup] May 08 20:49:29.796 INFO helios repository root is: /work/oxidecomputer/helios
22762025-05-08T20:49:30.443Z[ helios-setup] May 08 20:49:29.798 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
22772025-05-08T20:49:30.443Z[ helios-setup] May 08 20:49:29.798 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22782025-05-08T20:49:30.446Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22792025-05-08T20:49:30.476Z[ omicron-package] Compiling parse-display-derive v0.10.0
22802025-05-08T20:49:31.157Z[ helios-setup] May 08 20:49:30.514 INFO clone ok!, project: phbl
22812025-05-08T20:49:31.160Z[ helios-setup] May 08 20:49:30.514 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22822025-05-08T20:49:31.162Z[ helios-setup] May 08 20:49:30.514 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
22832025-05-08T20:49:31.162Z[ helios-setup] May 08 20:49:30.514 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22842025-05-08T20:49:31.162Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22852025-05-08T20:49:32.071Z[ helios-setup] May 08 20:49:31.433 INFO clone ok!, project: image-builder
22862025-05-08T20:49:32.077Z[ helios-setup] May 08 20:49:31.433 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
22872025-05-08T20:49:32.077Z[ helios-setup] May 08 20:49:31.433 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
22882025-05-08T20:49:32.078Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22892025-05-08T20:49:32.134Z[ omicron-package] Compiling colored v2.2.0
22902025-05-08T20:49:33.265Z[ helios-setup] May 08 20:49:32.625 INFO clone ok!, project: amd-host-image-builder
22912025-05-08T20:49:33.265Z[ helios-setup] May 08 20:49:32.625 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22922025-05-08T20:49:33.265Z[ helios-setup] May 08 20:49:32.625 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
22932025-05-08T20:49:33.265Z[ helios-setup] May 08 20:49:32.625 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22942025-05-08T20:49:33.271Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22952025-05-08T20:49:33.528Z[ omicron-package] Compiling waitgroup v0.1.2
22962025-05-08T20:49:33.788Z[ omicron-package] Compiling dropshot_endpoint v0.16.0
22972025-05-08T20:49:34.055Z[ omicron-package] Compiling hostname v0.4.0
22982025-05-08T20:49:34.382Z[ helios-setup] May 08 20:49:33.729 INFO clone ok!, project: chelsio-t6-roms
22992025-05-08T20:49:34.382Z[ helios-setup] May 08 20:49:33.729 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
23002025-05-08T20:49:34.382Z[ helios-setup] May 08 20:49:33.729 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23012025-05-08T20:49:34.387Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23022025-05-08T20:49:34.569Z[ omicron-package] Compiling instant v0.1.13
23032025-05-08T20:49:34.747Z[ omicron-package] Compiling progenitor v0.9.1
23042025-05-08T20:49:34.772Z[ omicron-package] Compiling derive-where v1.2.7
23052025-05-08T20:49:35.009Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23062025-05-08T20:49:35.568Z[ helios-setup] May 08 20:49:34.928 INFO clone ok!, project: pilot
23072025-05-08T20:49:35.573Z[ helios-setup] May 08 20:49:34.929 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23082025-05-08T20:49:35.573Z[ helios-setup] May 08 20:49:34.929 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
23092025-05-08T20:49:35.573Z[ helios-setup] May 08 20:49:34.929 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23102025-05-08T20:49:35.577Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23112025-05-08T20:49:35.925Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23122025-05-08T20:49:36.224Z[ helios-setup] May 08 20:49:35.585 INFO clone ok!, project: bootserver
23132025-05-08T20:49:36.228Z[ helios-setup] May 08 20:49:35.585 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
23142025-05-08T20:49:36.229Z[ helios-setup] May 08 20:49:35.585 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23152025-05-08T20:49:36.233Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23162025-05-08T20:49:36.362Z[ omicron-package] Compiling winnow v0.6.20
23172025-05-08T20:49:37.752Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23182025-05-08T20:49:38.186Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
23192025-05-08T20:49:41.291Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202025-05-08T20:49:41.543Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
23212025-05-08T20:49:45.241Z[ omicron-package] Compiling backoff v0.4.0
23222025-05-08T20:49:45.737Z[ omicron-package] Compiling parse-display v0.10.0
23232025-05-08T20:49:46.056Z[ helios-setup] May 08 20:49:45.415 INFO clone ok!, project: amd-firmware
23242025-05-08T20:49:46.059Z[ helios-setup] May 08 20:49:45.415 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
23252025-05-08T20:49:46.060Z[ helios-setup] May 08 20:49:45.415 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23262025-05-08T20:49:46.066Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23272025-05-08T20:49:46.822Z[ helios-setup] May 08 20:49:46.180 INFO clone ok!, project: pinprick
23282025-05-08T20:49:46.822Z[ helios-setup] May 08 20:49:46.181 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23292025-05-08T20:49:47.806Z[ omicron-package] Compiling serde_with v3.12.0
23302025-05-08T20:49:47.988Z[ helios-setup] May 08 20:49:47.348 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23312025-05-08T20:49:48.597Z[ helios-setup] May 08 20:49:47.958 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23322025-05-08T20:49:48.597Z[ helios-setup] May 08 20:49:47.958 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23332025-05-08T20:49:49.156Z[ helios-setup] May 08 20:49:48.516 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23342025-05-08T20:49:49.741Z[ helios-setup] May 08 20:49:49.101 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23352025-05-08T20:49:49.744Z[ helios-setup] May 08 20:49:49.101 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23362025-05-08T20:49:51.114Z[ helios-setup] May 08 20:49:49.869 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23372025-05-08T20:49:51.309Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23382025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23392025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23402025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23412025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO ok!
23422025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23432025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23442025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO ok!
23452025-05-08T20:49:51.309Z[ helios-setup] May 08 20:49:50.420 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23462025-05-08T20:49:51.310Z[ helios-setup] May 08 20:49:50.420 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23472025-05-08T20:49:51.310Z[ helios-setup] May 08 20:49:50.420 INFO ok!
23482025-05-08T20:49:51.310Z[ helios-setup] May 08 20:49:50.420 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
23492025-05-08T20:49:51.320Z[ helios-setup] May 08 20:49:50.538 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.86.0-x86_64-unknown-illumos (default)"
23502025-05-08T20:49:51.320Z[ helios-setup] May 08 20:49:50.538 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23512025-05-08T20:49:51.320Z[ helios-setup] May 08 20:49:50.538 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23522025-05-08T20:49:51.463Z[ helios-setup] May 08 20:49:50.823 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
23532025-05-08T20:49:51.914Z[ helios-setup] May 08 20:49:51.274 INFO E| From https://github.com/jclulow/rust-jmclib
23542025-05-08T20:49:51.914Z[ helios-setup] May 08 20:49:51.274 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
23552025-05-08T20:49:51.932Z[ helios-setup] May 08 20:49:51.292 INFO E| Updating crates.io index
23562025-05-08T20:49:52.111Z[ helios-setup] May 08 20:49:51.471 INFO E| Downloading crates ...
23572025-05-08T20:49:52.183Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23582025-05-08T20:49:52.266Z[ helios-setup] May 08 20:49:51.626 INFO E| Downloaded typenum v1.16.0
23592025-05-08T20:49:52.271Z[ helios-setup] May 08 20:49:51.630 INFO E| Downloaded digest v0.9.0
23602025-05-08T20:49:52.274Z[ helios-setup] May 08 20:49:51.633 INFO E| Downloaded anyhow v1.0.72
23612025-05-08T20:49:52.279Z[ helios-setup] May 08 20:49:51.639 INFO E| Downloaded getrandom v0.2.10
23622025-05-08T20:49:52.285Z[ helios-setup] May 08 20:49:51.644 INFO E| Downloaded opaque-debug v0.3.0
23632025-05-08T20:49:52.289Z[ helios-setup] May 08 20:49:51.645 INFO E| Downloaded md-5 v0.9.1
23642025-05-08T20:49:52.292Z[ helios-setup] May 08 20:49:51.649 INFO E| Downloaded libdevinfo-sys v1.0.0
23652025-05-08T20:49:52.292Z[ helios-setup] May 08 20:49:51.650 INFO E| Downloaded fastrand v2.0.0
23662025-05-08T20:49:52.296Z[ helios-setup] May 08 20:49:51.652 INFO E| Downloaded block-buffer v0.9.0
23672025-05-08T20:49:52.296Z[ helios-setup] May 08 20:49:51.654 INFO E| Downloaded cpufeatures v0.2.9
23682025-05-08T20:49:52.299Z[ helios-setup] May 08 20:49:51.656 INFO E| Downloaded sha-1 v0.9.8
23692025-05-08T20:49:52.299Z[ helios-setup] May 08 20:49:51.659 INFO E| Downloaded bitflags v2.3.3
23702025-05-08T20:49:52.306Z[ helios-setup] May 08 20:49:51.663 INFO E| Downloaded unicode-width v0.1.10
23712025-05-08T20:49:52.306Z[ helios-setup] May 08 20:49:51.665 INFO E| Downloaded walkdir v2.3.3
23722025-05-08T20:49:52.309Z[ helios-setup] May 08 20:49:51.668 INFO E| Downloaded itoa v1.0.9
23732025-05-08T20:49:52.312Z[ helios-setup] May 08 20:49:51.670 INFO E| Downloaded errno v0.3.1
23742025-05-08T20:49:52.315Z[ helios-setup] May 08 20:49:51.673 INFO E| Downloaded proc-macro2 v1.0.66
23752025-05-08T20:49:52.318Z[ helios-setup] May 08 20:49:51.677 INFO E| Downloaded glob v0.3.1
23762025-05-08T20:49:52.322Z[ helios-setup] May 08 20:49:51.679 INFO E| Downloaded uuid v0.8.2
23772025-05-08T20:49:52.325Z[ helios-setup] May 08 20:49:51.684 INFO E| Downloaded toml v0.5.11
23782025-05-08T20:49:52.329Z[ helios-setup] May 08 20:49:51.688 INFO E| Downloaded ryu v1.0.15
23792025-05-08T20:49:52.361Z[ helios-setup] May 08 20:49:51.721 INFO E| Downloaded unicode-ident v1.0.11
23802025-05-08T20:49:52.366Z[ helios-setup] May 08 20:49:51.726 INFO E| Downloaded serde_derive v1.0.193
23812025-05-08T20:49:52.370Z[ helios-setup] May 08 20:49:51.730 INFO E| Downloaded serde v1.0.193
23822025-05-08T20:49:52.375Z[ helios-setup] May 08 20:49:51.735 INFO E| Downloaded tempfile v3.7.0
23832025-05-08T20:49:52.378Z[ helios-setup] May 08 20:49:51.739 INFO E| Downloaded quote v1.0.31
23842025-05-08T20:49:52.382Z[ helios-setup] May 08 20:49:51.743 INFO E| Downloaded once_cell v1.18.0
23852025-05-08T20:49:52.400Z[ helios-setup] May 08 20:49:51.760 INFO E| Downloaded serde_json v1.0.103
23862025-05-08T20:49:52.435Z[ helios-setup] May 08 20:49:51.795 INFO E| Downloaded syn v2.0.32
23872025-05-08T20:49:52.449Z[ helios-setup] May 08 20:49:51.809 INFO E| Downloaded rustix v0.38.4
23882025-05-08T20:49:52.516Z[ helios-setup] May 08 20:49:51.876 INFO E| Downloaded libc v0.2.147
23892025-05-08T20:49:52.605Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23902025-05-08T20:49:52.645Z[ helios-setup] May 08 20:49:52.005 INFO E| Compiling libc v0.2.147
23912025-05-08T20:49:52.645Z[ helios-setup] May 08 20:49:52.005 INFO E| Compiling proc-macro2 v1.0.66
23922025-05-08T20:49:52.648Z[ helios-setup] May 08 20:49:52.005 INFO E| Compiling cfg-if v1.0.0
23932025-05-08T20:49:52.648Z[ helios-setup] May 08 20:49:52.005 INFO E| Compiling unicode-ident v1.0.11
23942025-05-08T20:49:52.648Z[ helios-setup] May 08 20:49:52.005 INFO E| Compiling typenum v1.16.0
23952025-05-08T20:49:52.648Z[ helios-setup] May 08 20:49:52.005 INFO E| Compiling version_check v0.9.4
23962025-05-08T20:49:52.648Z[ helios-setup] May 08 20:49:52.005 INFO E| Compiling serde v1.0.193
23972025-05-08T20:49:52.648Z[ helios-setup] May 08 20:49:52.006 INFO E| Compiling slog v2.7.0
23982025-05-08T20:49:52.783Z[ helios-setup] May 08 20:49:52.143 INFO E| Compiling time-core v0.1.2
23992025-05-08T20:49:53.109Z[ helios-setup] May 08 20:49:52.469 INFO E| Compiling itoa v1.0.9
24002025-05-08T20:49:53.151Z[ helios-setup] May 08 20:49:52.511 INFO E| Compiling rustix v0.38.4
24012025-05-08T20:49:53.299Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
24022025-05-08T20:49:53.576Z[ helios-setup] May 08 20:49:52.936 INFO E| Compiling powerfmt v0.2.0
24032025-05-08T20:49:53.829Z[ helios-setup] May 08 20:49:53.188 INFO E| Compiling num-conv v0.1.0
24042025-05-08T20:49:53.992Z[ helios-setup] May 08 20:49:53.352 INFO E| Compiling deranged v0.3.11
24052025-05-08T20:49:53.998Z[ helios-setup] May 08 20:49:53.358 INFO E| Compiling generic-array v0.14.7
24062025-05-08T20:49:54.043Z[ omicron-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24072025-05-08T20:49:54.319Z[ helios-setup] May 08 20:49:53.679 INFO E| Compiling once_cell v1.18.0
24082025-05-08T20:49:54.332Z[ omicron-package] Compiling sigpipe v0.1.3
24092025-05-08T20:49:54.700Z[ helios-setup] May 08 20:49:54.060 INFO E| Compiling time-macros v0.2.18
24102025-05-08T20:49:54.833Z[ omicron-package] Compiling num-derive v0.4.2
24112025-05-08T20:49:54.874Z[ helios-setup] May 08 20:49:54.233 INFO E| Compiling num_threads v0.1.6
24122025-05-08T20:49:54.903Z[ helios-setup] May 08 20:49:54.263 INFO E| Compiling bitflags v2.3.3
24132025-05-08T20:49:55.018Z[ helios-setup] May 08 20:49:54.377 INFO E| Compiling thread_local v1.1.7
24142025-05-08T20:49:55.753Z[ helios-setup] May 08 20:49:55.112 INFO E| Compiling opaque-debug v0.3.0
24152025-05-08T20:49:55.901Z[ helios-setup] May 08 20:49:55.256 INFO E| Compiling fastrand v2.0.0
24162025-05-08T20:49:55.989Z[ helios-setup] May 08 20:49:55.348 INFO E| Compiling anyhow v1.0.72
24172025-05-08T20:49:56.238Z[ helios-setup] May 08 20:49:55.597 INFO E| Compiling quote v1.0.31
24182025-05-08T20:49:56.804Z[ helios-setup] May 08 20:49:56.163 INFO E| Compiling dirs-sys-next v0.1.2
24192025-05-08T20:49:56.898Z[ helios-setup] May 08 20:49:56.258 INFO E| Compiling syn v2.0.32
24202025-05-08T20:49:57.082Z[ helios-setup] May 08 20:49:56.441 INFO E| Compiling errno v0.3.1
24212025-05-08T20:49:57.150Z[ helios-setup] May 08 20:49:56.509 INFO E| Compiling atty v0.2.14
24222025-05-08T20:49:57.167Z[ helios-setup] May 08 20:49:56.526 INFO E| Compiling serde_json v1.0.103
24232025-05-08T20:49:57.584Z[ helios-setup] May 08 20:49:56.943 INFO E| Compiling dirs-next v2.0.0
24242025-05-08T20:49:57.906Z[ helios-setup] May 08 20:49:57.265 INFO E| Compiling term v0.7.0
24252025-05-08T20:49:58.162Z[ helios-setup] May 08 20:49:57.521 INFO E| Compiling getrandom v0.2.10
24262025-05-08T20:49:58.371Z[ helios-setup] May 08 20:49:57.730 INFO E| Compiling cpufeatures v0.2.9
24272025-05-08T20:49:58.491Z[ helios-setup] May 08 20:49:57.850 INFO E| Compiling same-file v1.0.6
24282025-05-08T20:49:58.614Z[ helios-setup] May 08 20:49:57.973 INFO E| Compiling unicode-width v0.1.10
24292025-05-08T20:49:58.835Z[ helios-setup] May 08 20:49:58.194 INFO E| Compiling ryu v1.0.15
24302025-05-08T20:49:58.915Z[ helios-setup] May 08 20:49:58.274 INFO E| Compiling walkdir v2.3.3
24312025-05-08T20:49:59.026Z[ omicron-package] Compiling libefi-sys v0.1.0
24322025-05-08T20:49:59.143Z[ helios-setup] May 08 20:49:58.502 INFO E| Compiling block-buffer v0.9.0
24332025-05-08T20:49:59.201Z[ helios-setup] May 08 20:49:58.560 INFO E| Compiling digest v0.9.0
24342025-05-08T20:49:59.490Z[ helios-setup] May 08 20:49:58.849 INFO E| Compiling sha-1 v0.9.8
24352025-05-08T20:49:59.562Z[ helios-setup] May 08 20:49:58.921 INFO E| Compiling md-5 v0.9.1
24362025-05-08T20:49:59.579Z[ helios-setup] May 08 20:49:58.933 INFO E| Compiling getopts v0.2.21
24372025-05-08T20:49:59.825Z[ helios-setup] May 08 20:49:59.183 INFO E| Compiling time v0.3.36
24382025-05-08T20:50:00.176Z[ helios-setup] May 08 20:49:59.535 INFO E| Compiling tempfile v3.7.0
24392025-05-08T20:50:00.280Z[ omicron-package] Compiling jiff v0.2.10
24402025-05-08T20:50:00.742Z[ helios-setup] May 08 20:50:00.101 INFO E| Compiling glob v0.3.1
24412025-05-08T20:50:00.949Z[ helios-setup] May 08 20:50:00.308 INFO E| Compiling libdevinfo-sys v1.0.0
24422025-05-08T20:50:02.538Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24432025-05-08T20:50:03.106Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
24442025-05-08T20:50:03.132Z[ helios-setup] May 08 20:50:02.491 INFO E| Compiling slog-term v2.9.0
24452025-05-08T20:50:04.089Z[ helios-setup] May 08 20:50:03.448 INFO E| Compiling serde_derive v1.0.193
24462025-05-08T20:50:05.333Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24472025-05-08T20:50:06.227Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
24482025-05-08T20:50:06.427Z[ omicron-package] Compiling zone v0.3.1
24492025-05-08T20:50:06.890Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
24502025-05-08T20:50:07.477Z[ omicron-package] Compiling itertools v0.14.0
24512025-05-08T20:50:10.021Z[ omicron-package] Compiling smf v0.2.3
24522025-05-08T20:50:11.330Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24532025-05-08T20:50:11.512Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24542025-05-08T20:50:12.052Z[ omicron-package] Compiling bitfield-struct v0.6.2
24552025-05-08T20:50:13.563Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24562025-05-08T20:50:13.926Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572025-05-08T20:50:14.416Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24582025-05-08T20:50:14.599Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24592025-05-08T20:50:15.284Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24602025-05-08T20:50:15.762Z[ omicron-package] Compiling gethostname v0.5.0
24612025-05-08T20:50:16.037Z[ omicron-package] Compiling fixedbitset v0.5.7
24622025-05-08T20:50:16.145Z[ omicron-package] Compiling omicron-zone-package v0.12.0
24632025-05-08T20:50:16.154Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24642025-05-08T20:50:16.553Z[ omicron-package] Compiling petgraph v0.7.1
24652025-05-08T20:50:16.848Z[ helios-setup] May 08 20:50:16.205 INFO E| Compiling toml v0.5.11
24662025-05-08T20:50:16.849Z[ helios-setup] May 08 20:50:16.206 INFO E| Compiling uuid v0.8.2
24672025-05-08T20:50:18.929Z[ helios-setup] May 08 20:50:18.286 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24682025-05-08T20:50:20.540Z[ helios-setup] May 08 20:50:19.896 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24692025-05-08T20:50:25.737Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24702025-05-08T20:50:28.765Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24712025-05-08T20:50:30.568Z[ helios-setup] May 08 20:50:29.924 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s
24722025-05-08T20:50:30.599Z[ helios-setup] May 08 20:50:29.955 INFO building project "image-builder" ok (39 seconds)
24732025-05-08T20:50:30.599Z[ helios-setup] May 08 20:50:29.955 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
24742025-05-08T20:50:30.689Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24752025-05-08T20:50:30.695Z[ helios-setup] May 08 20:50:30.051 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')"
24762025-05-08T20:50:30.695Z[ helios-setup] May 08 20:50:30.051 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24772025-05-08T20:50:30.700Z[ helios-setup] May 08 20:50:30.051 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24782025-05-08T20:50:30.990Z[ helios-setup] May 08 20:50:30.346 INFO E| Updating crates.io index
24792025-05-08T20:50:30.993Z[ helios-setup] May 08 20:50:30.346 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24802025-05-08T20:50:31.784Z[ helios-setup] May 08 20:50:31.140 INFO E| From https://github.com/oxidecomputer/amd-apcb
24812025-05-08T20:50:31.784Z[ helios-setup] May 08 20:50:31.140 INFO E| * [new ref] a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f -> refs/commit/a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f
24822025-05-08T20:50:31.848Z[ helios-setup] May 08 20:50:31.204 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
24832025-05-08T20:50:32.543Z[ helios-setup] May 08 20:50:31.898 INFO E| From https://github.com/oxidecomputer/amd-efs
24842025-05-08T20:50:32.543Z[ helios-setup] May 08 20:50:31.898 INFO E| * [new ref] 81e565383ee8b0133532edaa54074a0a4bbd200e -> refs/commit/81e565383ee8b0133532edaa54074a0a4bbd200e
24852025-05-08T20:50:32.966Z[ helios-setup] May 08 20:50:32.322 INFO E| Downloading crates ...
24862025-05-08T20:50:33.144Z[ helios-setup] May 08 20:50:32.500 INFO E| Downloaded structopt-derive v0.4.18
24872025-05-08T20:50:33.148Z[ helios-setup] May 08 20:50:32.502 INFO E| Downloaded four-cc v0.4.0
24882025-05-08T20:50:33.148Z[ helios-setup] May 08 20:50:32.504 INFO E| Downloaded cpufeatures v0.2.17
24892025-05-08T20:50:33.152Z[ helios-setup] May 08 20:50:32.507 INFO E| Downloaded bytesize v2.0.1
24902025-05-08T20:50:33.155Z[ helios-setup] May 08 20:50:32.510 INFO E| Downloaded unic-ucd-version v0.9.0
24912025-05-08T20:50:33.158Z[ helios-setup] May 08 20:50:32.512 INFO E| Downloaded unic-common v0.9.0
24922025-05-08T20:50:33.158Z[ helios-setup] May 08 20:50:32.513 INFO E| Downloaded unic-char-range v0.9.0
24932025-05-08T20:50:33.226Z[ helios-setup] May 08 20:50:32.515 INFO E| Downloaded scroll_derive v0.12.1
24942025-05-08T20:50:33.226Z[ helios-setup] May 08 20:50:32.517 INFO E| Downloaded parse_int v0.9.0
24952025-05-08T20:50:33.226Z[ helios-setup] May 08 20:50:32.518 INFO E| Downloaded log v0.4.27
24962025-05-08T20:50:33.226Z[ helios-setup] May 08 20:50:32.522 INFO E| Downloaded unic-char-property v0.9.0
24972025-05-08T20:50:33.226Z[ helios-setup] May 08 20:50:32.524 INFO E| Downloaded strum v0.27.1
24982025-05-08T20:50:33.226Z[ helios-setup] May 08 20:50:32.526 INFO E| Downloaded fletcher v1.0.0
24992025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.527 INFO E| Downloaded ansi_term v0.12.1
25002025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.559 INFO E| Downloaded unic-ucd-ident v0.9.0
25012025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.562 INFO E| Downloaded pest_generator v2.8.0
25022025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.565 INFO E| Downloaded modular-bitfield-impl v0.11.2
25032025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.567 INFO E| Downloaded strsim v0.8.0
25042025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.570 INFO E| Downloaded textwrap v0.11.0
25052025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.573 INFO E| Downloaded quote v1.0.40
25062025-05-08T20:50:33.227Z[ helios-setup] May 08 20:50:32.577 INFO E| Downloaded rustversion v1.0.20
25072025-05-08T20:50:33.233Z[ helios-setup] May 08 20:50:32.582 INFO E| Downloaded vec_map v0.8.2
25082025-05-08T20:50:33.234Z[ helios-setup] May 08 20:50:32.583 INFO E| Downloaded strum_macros v0.27.1
25092025-05-08T20:50:33.237Z[ helios-setup] May 08 20:50:32.592 INFO E| Downloaded unicode-ident v1.0.18
25102025-05-08T20:50:33.241Z[ helios-setup] May 08 20:50:32.596 INFO E| Downloaded structopt v0.3.26
25112025-05-08T20:50:33.256Z[ helios-setup] May 08 20:50:32.608 INFO E| Downloaded ryu v1.0.20
25122025-05-08T20:50:33.259Z[ helios-setup] May 08 20:50:32.614 INFO E| Downloaded typenum v1.18.0
25132025-05-08T20:50:33.266Z[ helios-setup] May 08 20:50:32.620 INFO E| Downloaded proc-macro2 v1.0.95
25142025-05-08T20:50:33.269Z[ helios-setup] May 08 20:50:32.625 INFO E| Downloaded zerocopy-derive v0.8.25
25152025-05-08T20:50:33.280Z[ helios-setup] May 08 20:50:32.636 INFO E| Downloaded pest_meta v2.8.0
25162025-05-08T20:50:33.283Z[ helios-setup] May 08 20:50:32.639 INFO E| Downloaded pest v2.8.0
25172025-05-08T20:50:33.292Z[ helios-setup] May 08 20:50:32.648 INFO E| Downloaded pest_derive v2.8.0
25182025-05-08T20:50:33.296Z[ helios-setup] May 08 20:50:32.652 INFO E| Downloaded modular-bitfield v0.11.2
25192025-05-08T20:50:33.313Z[ helios-setup] May 08 20:50:32.668 INFO E| Downloaded itoa v1.0.15
25202025-05-08T20:50:33.316Z[ helios-setup] May 08 20:50:32.671 INFO E| Downloaded goblin v0.9.3
25212025-05-08T20:50:33.327Z[ helios-setup] May 08 20:50:32.681 INFO E| Downloaded clap v2.34.0
25222025-05-08T20:50:33.357Z[ helios-setup] May 08 20:50:32.712 INFO E| Downloaded zerocopy v0.8.25
25232025-05-08T20:50:33.401Z[ helios-setup] May 08 20:50:32.755 INFO E| Downloaded syn v2.0.101
25242025-05-08T20:50:33.472Z[ helios-setup] May 08 20:50:32.827 INFO E| Downloaded libc v0.2.172
25252025-05-08T20:50:33.609Z[ helios-setup] May 08 20:50:32.965 INFO E| Compiling proc-macro2 v1.0.95
25262025-05-08T20:50:33.612Z[ helios-setup] May 08 20:50:32.965 INFO E| Compiling unicode-ident v1.0.18
25272025-05-08T20:50:33.612Z[ helios-setup] May 08 20:50:32.965 INFO E| Compiling memchr v2.7.4
25282025-05-08T20:50:33.612Z[ helios-setup] May 08 20:50:32.965 INFO E| Compiling autocfg v1.4.0
25292025-05-08T20:50:33.612Z[ helios-setup] May 08 20:50:32.965 INFO E| Compiling thiserror v2.0.12
25302025-05-08T20:50:33.612Z[ helios-setup] May 08 20:50:32.965 INFO E| Compiling syn v1.0.109
25312025-05-08T20:50:33.612Z[ helios-setup] May 08 20:50:32.966 INFO E| Compiling serde v1.0.219
25322025-05-08T20:50:33.612Z[ helios-setup] May 08 20:50:32.966 INFO E| Compiling version_check v0.9.5
25332025-05-08T20:50:33.845Z[ helios-setup] May 08 20:50:33.201 INFO E| Compiling serde_json v1.0.140
25342025-05-08T20:50:35.061Z[ helios-setup] May 08 20:50:34.404 INFO E| Compiling schemars v0.8.22
25352025-05-08T20:50:35.072Z[ helios-setup] May 08 20:50:34.426 INFO E| Compiling itoa v1.0.15
25362025-05-08T20:50:35.191Z[ helios-setup] May 08 20:50:34.540 INFO E| Compiling num-traits v0.2.19
25372025-05-08T20:50:35.211Z[ helios-setup] May 08 20:50:34.566 INFO E| Compiling ryu v1.0.20
25382025-05-08T20:50:35.524Z[ helios-setup] May 08 20:50:34.880 INFO E| Compiling memoffset v0.9.1
25392025-05-08T20:50:35.528Z[ helios-setup] May 08 20:50:34.880 INFO E| Compiling proc-macro-error-attr v1.0.4
25402025-05-08T20:50:35.590Z[ helios-setup] May 08 20:50:34.946 INFO E| Compiling rustversion v1.0.20
25412025-05-08T20:50:35.812Z[ helios-setup] May 08 20:50:35.167 INFO E| Compiling dyn-clone v1.0.19
25422025-05-08T20:50:35.818Z[ helios-setup] May 08 20:50:35.174 INFO E| Compiling libc v0.2.172
25432025-05-08T20:50:36.104Z[ helios-setup] May 08 20:50:35.460 INFO E| Compiling zerocopy v0.8.25
25442025-05-08T20:50:36.131Z[ helios-setup] May 08 20:50:35.487 INFO E| Compiling ucd-trie v0.1.7
25452025-05-08T20:50:36.187Z[ helios-setup] May 08 20:50:35.543 INFO E| Compiling paste v1.0.15
25462025-05-08T20:50:37.007Z[ helios-setup] May 08 20:50:36.361 INFO E| Compiling quote v1.0.40
25472025-05-08T20:50:37.035Z[ helios-setup] May 08 20:50:36.385 INFO E| Compiling proc-macro-error v1.0.4
25482025-05-08T20:50:37.086Z[ helios-setup] May 08 20:50:36.441 INFO E| Compiling static_assertions v1.1.0
25492025-05-08T20:50:37.147Z[ helios-setup] May 08 20:50:36.503 INFO E| Compiling once_cell v1.21.3
25502025-05-08T20:50:37.917Z[ helios-setup] May 08 20:50:37.272 INFO E| Compiling syn v2.0.101
25512025-05-08T20:50:38.674Z[ helios-setup] May 08 20:50:37.966 INFO E| Compiling unicode-segmentation v1.12.0
25522025-05-08T20:50:38.786Z[ helios-setup] May 08 20:50:38.141 INFO E| Compiling heck v0.5.0
25532025-05-08T20:50:39.733Z[ helios-setup] May 08 20:50:39.088 INFO E| Compiling unicode-width v0.1.14
25542025-05-08T20:50:39.753Z[ helios-setup] May 08 20:50:39.108 INFO E| Compiling parse_int v0.9.0
25552025-05-08T20:50:39.771Z[ helios-setup] May 08 20:50:39.121 INFO E| Compiling atty v0.2.14
25562025-05-08T20:50:39.831Z[ helios-setup] May 08 20:50:39.186 INFO E| Compiling strum v0.27.1
25572025-05-08T20:50:39.869Z[ helios-setup] May 08 20:50:39.222 INFO E| Compiling vec_map v0.8.2
25582025-05-08T20:50:39.984Z[ helios-setup] May 08 20:50:39.339 INFO E| Compiling heck v0.3.3
25592025-05-08T20:50:40.107Z[ helios-setup] May 08 20:50:39.461 INFO E| Compiling unic-common v0.9.0
25602025-05-08T20:50:40.192Z[ helios-setup] May 08 20:50:39.547 INFO E| Compiling bitflags v1.3.2
25612025-05-08T20:50:40.220Z[ helios-setup] May 08 20:50:39.574 INFO E| Compiling unic-char-range v0.9.0
25622025-05-08T20:50:40.516Z[ helios-setup] May 08 20:50:39.871 INFO E| Compiling textwrap v0.11.0
25632025-05-08T20:50:40.561Z[ helios-setup] May 08 20:50:39.916 INFO E| Compiling ansi_term v0.12.1
25642025-05-08T20:50:40.623Z[ helios-setup] May 08 20:50:39.978 INFO E| Compiling fletcher v1.0.0
25652025-05-08T20:50:40.630Z[ helios-setup] May 08 20:50:39.985 INFO E| Compiling strsim v0.8.0
25662025-05-08T20:50:40.781Z[ helios-setup] May 08 20:50:40.136 INFO E| Compiling byteorder v1.5.0
25672025-05-08T20:50:40.796Z[ helios-setup] May 08 20:50:40.151 INFO E| Compiling unic-char-property v0.9.0
25682025-05-08T20:50:40.969Z[ helios-setup] May 08 20:50:40.324 INFO E| Compiling unic-ucd-version v0.9.0
25692025-05-08T20:50:41.046Z[ helios-setup] May 08 20:50:40.401 INFO E| Compiling plain v0.2.3
25702025-05-08T20:50:41.090Z[ helios-setup] May 08 20:50:40.445 INFO E| Compiling clap v2.34.0
25712025-05-08T20:50:41.239Z[ helios-setup] May 08 20:50:40.594 INFO E| Compiling log v0.4.27
25722025-05-08T20:50:41.302Z[ helios-setup] May 08 20:50:40.657 INFO E| Compiling lazy_static v1.5.0
25732025-05-08T20:50:41.426Z[ helios-setup] May 08 20:50:40.780 INFO E| Compiling unic-ucd-ident v0.9.0
25742025-05-08T20:50:41.470Z[ helios-setup] May 08 20:50:40.824 INFO E| Compiling bytesize v2.0.1
25752025-05-08T20:50:44.021Z[ helios-setup] May 08 20:50:43.376 INFO E| Compiling modular-bitfield-impl v0.11.2
25762025-05-08T20:50:44.022Z[ helios-setup] May 08 20:50:43.376 INFO E| Compiling structopt-derive v0.4.18
25772025-05-08T20:50:44.454Z[ helios-setup] May 08 20:50:43.809 INFO E| Compiling serde_derive_internals v0.29.1
25782025-05-08T20:50:46.981Z[ helios-setup] May 08 20:50:46.334 INFO E| Compiling thiserror-impl v2.0.12
25792025-05-08T20:50:46.981Z[ helios-setup] May 08 20:50:46.335 INFO E| Compiling serde_derive v1.0.219
25802025-05-08T20:50:46.989Z[ helios-setup] May 08 20:50:46.335 INFO E| Compiling schemars_derive v0.8.22
25812025-05-08T20:50:46.989Z[ helios-setup] May 08 20:50:46.335 INFO E| Compiling zerocopy-derive v0.8.25
25822025-05-08T20:50:46.989Z[ helios-setup] May 08 20:50:46.335 INFO E| Compiling num-derive v0.4.2
25832025-05-08T20:50:47.309Z[ helios-setup] May 08 20:50:46.663 INFO E| Compiling scroll_derive v0.12.1
25842025-05-08T20:50:47.568Z[ helios-setup] May 08 20:50:46.922 INFO E| Compiling modular-bitfield v0.11.2
25852025-05-08T20:50:47.657Z[ helios-setup] May 08 20:50:47.011 INFO E| Compiling strum_macros v0.27.1
25862025-05-08T20:50:49.253Z[ helios-setup] May 08 20:50:48.607 INFO E| Compiling structopt v0.3.26
25872025-05-08T20:50:50.183Z[ helios-setup] May 08 20:50:49.537 INFO E| Compiling scroll v0.12.0
25882025-05-08T20:50:50.756Z[ helios-setup] May 08 20:50:50.109 INFO E| Compiling goblin v0.9.3
25892025-05-08T20:50:52.421Z[ helios-setup] May 08 20:50:51.774 INFO E| Compiling pest v2.8.0
25902025-05-08T20:50:55.841Z[ helios-setup] May 08 20:50:55.195 INFO E| Compiling pest_meta v2.8.0
25912025-05-08T20:50:56.758Z[ helios-setup] May 08 20:50:56.112 INFO E| Compiling pest_generator v2.8.0
25922025-05-08T20:50:57.795Z[ helios-setup] May 08 20:50:57.148 INFO E| Compiling pest_derive v2.8.0
25932025-05-08T20:50:57.869Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 13s
25942025-05-08T20:50:58.158Z[ omicron-package]
25952025-05-08T20:50:58.159Z[ omicron-package] real 2:13.414521590
25962025-05-08T20:50:58.159Z[ omicron-package] user 11:21.392997796
25972025-05-08T20:50:58.162Z[ omicron-package] sys 41.992288084
25982025-05-08T20:50:58.162Z[ omicron-package] trap 0.934013305
25992025-05-08T20:50:58.162Z[ omicron-package] tflt 1.226416210
26002025-05-08T20:50:58.162Z[ omicron-package] dflt 1.330913485
26012025-05-08T20:50:58.162Z[ omicron-package] kflt 0.000001290
26022025-05-08T20:50:58.162Z[ omicron-package] lock 31:14.056795274
26032025-05-08T20:50:58.162Z[ omicron-package] slp 48:31.742337366
26042025-05-08T20:50:58.162Z[ omicron-package] lat 4:46.811628922
26052025-05-08T20:50:58.162Z[ omicron-package] stop 1:20.747672571
26062025-05-08T20:50:58.162ZMay 08 20:50:57.512 INFO [omicron-package] process exited with exit status: 0 (133.477309183s)
26072025-05-08T20:50:58.162ZMay 08 20:50:57.512 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26082025-05-08T20:50:58.250ZMay 08 20:50:57.602 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26092025-05-08T20:50:58.266Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26102025-05-08T20:50:58.269Z[ host-target] Created new build target 'host' and set it as active
26112025-05-08T20:50:58.272ZMay 08 20:50:57.623 INFO [host-target] process exited with exit status: 0 (110.877044ms)
26122025-05-08T20:50:58.272ZMay 08 20:50:57.623 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26132025-05-08T20:50:58.281Z[ recovery-target] Created new build target 'recovery' and set it as active
26142025-05-08T20:50:58.285Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26152025-05-08T20:50:58.288ZMay 08 20:50:57.640 INFO [recovery-target] process exited with exit status: 0 (38.15019ms)
26162025-05-08T20:50:58.296Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26172025-05-08T20:50:59.627Z[ helios-setup] May 08 20:50:58.980 INFO E| Compiling json5 v0.4.1
26182025-05-08T20:50:59.982Z[ host-package] Compiling ring v0.17.11
26192025-05-08T20:51:00.189Z[ host-package] Compiling convert_case v0.4.0
26202025-05-08T20:51:00.209Z[ host-package] Compiling num-rational v0.4.2
26212025-05-08T20:51:00.214Z[ host-package] Compiling num-complex v0.4.6
26222025-05-08T20:51:00.214Z[ host-package] Compiling dirs-sys-next v0.1.2
26232025-05-08T20:51:00.214Z[ host-package] Compiling float-ord v0.3.2
26242025-05-08T20:51:00.271Z[ host-package] Compiling is-terminal v0.4.13
26252025-05-08T20:51:00.507Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262025-05-08T20:51:00.933Z[ host-package] Compiling dirs-next v2.0.0
26272025-05-08T20:51:00.943Z[ host-package] Compiling camino v1.1.9
26282025-05-08T20:51:00.943Z[ host-package] Compiling derive_more v0.99.20
26292025-05-08T20:51:01.076Z[ host-package] Compiling term v0.7.0
26302025-05-08T20:51:01.519Z[ host-package] Compiling num v0.4.3
26312025-05-08T20:51:01.813Z[ host-package] Compiling newline-converter v0.3.0
26322025-05-08T20:51:01.929Z[ host-package] Compiling password-hash v0.5.0
26332025-05-08T20:51:01.990Z[ host-package] Compiling blake2 v0.10.6
26342025-05-08T20:51:02.127Z[ host-package] Compiling expectorate v1.1.0
26352025-05-08T20:51:02.303Z[ host-package] Compiling fastrand v2.1.1
26362025-05-08T20:51:02.426Z[ host-package] Compiling thread_local v1.1.8
26372025-05-08T20:51:02.814Z[ host-package] Compiling tempfile v3.13.0
26382025-05-08T20:51:02.881Z[ host-package] Compiling argon2 v0.5.3
26392025-05-08T20:51:02.929Z[ host-package] Compiling wait-timeout v0.2.0
26402025-05-08T20:51:03.102Z[ helios-setup] May 08 20:51:02.455 INFO E| Compiling four-cc v0.4.0
26412025-05-08T20:51:03.102Z[ helios-setup] May 08 20:51:02.455 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#81e56538)
26422025-05-08T20:51:03.314Z[ helios-setup] May 08 20:51:02.666 INFO E| Compiling amd-apcb v0.5.1 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#a8c7f0b7)
26432025-05-08T20:51:03.551Z[ host-package] Compiling bit-vec v0.8.0
26442025-05-08T20:51:03.637Z[ host-package] Compiling match_cfg v0.1.0
26452025-05-08T20:51:03.753Z[ host-package] Compiling quick-error v1.2.3
26462025-05-08T20:51:03.867Z[ host-package] Compiling hostname v0.3.1
26472025-05-08T20:51:04.039Z[ host-package] Compiling rusty-fork v0.3.0
26482025-05-08T20:51:04.226Z[ host-package] Compiling bit-set v0.8.0
26492025-05-08T20:51:04.278Z[ host-package] Compiling multer v3.1.0
26502025-05-08T20:51:04.366Z[ host-package] Compiling slog-async v2.8.0
26512025-05-08T20:51:04.461Z[ host-package] Compiling slog-json v2.6.1
26522025-05-08T20:51:04.536Z[ host-package] Compiling crossbeam-channel v0.5.15
26532025-05-08T20:51:04.685Z[ host-package] Compiling rand_xorshift v0.3.0
26542025-05-08T20:51:04.896Z[ host-package] Compiling hex v0.4.3
26552025-05-08T20:51:04.934Z[ host-package] Compiling take_mut v0.2.2
26562025-05-08T20:51:05.117Z[ host-package] Compiling unarray v0.1.4
26572025-05-08T20:51:05.175Z[ host-package] Compiling slog-bunyan v2.5.0
26582025-05-08T20:51:05.329Z[ host-package] Compiling proptest v1.6.0
26592025-05-08T20:51:05.789Z[ host-package] Compiling rustls v0.23.19
26602025-05-08T20:51:05.837Z[ host-package] Compiling rustls v0.22.4
26612025-05-08T20:51:05.890Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26622025-05-08T20:51:06.025Z[ host-package] Compiling slog-term v2.9.1
26632025-05-08T20:51:06.195Z[ host-package] Compiling dropshot v0.16.0
26642025-05-08T20:51:06.388Z[ host-package] Compiling async-stream v0.3.6
26652025-05-08T20:51:06.731Z[ host-package] Compiling toml v0.8.20
26662025-05-08T20:51:06.756Z[ host-package] Compiling waitgroup v0.1.2
26672025-05-08T20:51:06.990Z[ host-package] Compiling serde_path_to_error v0.1.16
26682025-05-08T20:51:07.056Z[ host-package] Compiling hostname v0.4.0
26692025-05-08T20:51:07.264Z[ host-package] Compiling instant v0.1.13
26702025-05-08T20:51:07.347Z[ host-package] Compiling debug-ignore v1.0.5
26712025-05-08T20:51:07.350Z[ host-package] Compiling parse-display v0.10.0
26722025-05-08T20:51:07.520Z[ host-package] Compiling backoff v0.4.0
26732025-05-08T20:51:07.624Z[ host-package] Compiling atomicwrites v0.4.4
26742025-05-08T20:51:07.869Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752025-05-08T20:51:08.124Z[ host-package] Compiling serde_with v3.12.0
26762025-05-08T20:51:08.202Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26772025-05-08T20:51:08.265Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26782025-05-08T20:51:09.003Z[ host-package] Compiling rustls-webpki v0.102.8
26792025-05-08T20:51:09.843Z[ host-package] Compiling macaddr v1.0.1
26802025-05-08T20:51:09.865Z[ host-package] Compiling owo-colors v4.2.0
26812025-05-08T20:51:10.440Z[ host-package] Compiling cancel-safe-futures v0.1.5
26822025-05-08T20:51:10.816Z[ host-package] Compiling libsw-core v0.3.1
26832025-05-08T20:51:10.988Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
26842025-05-08T20:51:11.119Z[ host-package] Compiling libsw v3.4.0
26852025-05-08T20:51:11.921Z[ host-package] Compiling linear-map v1.2.0
26862025-05-08T20:51:12.009Z[ host-package] Compiling swrite v0.1.0
26872025-05-08T20:51:12.060Z[ host-package] Compiling utf-8 v0.7.6
26882025-05-08T20:51:12.181Z[ host-package] Compiling half v2.4.1
26892025-05-08T20:51:12.338Z[ host-package] Compiling ciborium-io v0.2.2
26902025-05-08T20:51:12.521Z[ host-package] Compiling prettyplease v0.2.30
26912025-05-08T20:51:12.559Z[ host-package] Compiling keccak v0.1.5
26922025-05-08T20:51:12.827Z[ host-package] Compiling ciborium-ll v0.2.2
26932025-05-08T20:51:13.405Z[ host-package] Compiling ciborium v0.2.2
26942025-05-08T20:51:13.721Z[ host-package] Compiling sha3 v0.10.8
26952025-05-08T20:51:13.746Z[ host-package] Compiling highway v1.3.0
26962025-05-08T20:51:14.064Z[ host-package] Compiling tungstenite v0.21.0
26972025-05-08T20:51:15.218Z[ host-package] Compiling tokio-rustls v0.25.0
26982025-05-08T20:51:15.410Z[ host-package] Compiling linked-hash-map v0.5.6
26992025-05-08T20:51:15.454Z[ host-package] Compiling semver v0.1.20
27002025-05-08T20:51:15.849Z[ host-package] Compiling lru-cache v0.1.2
27012025-05-08T20:51:16.042Z[ host-package] Compiling rustc_version v0.1.7
27022025-05-08T20:51:16.254Z[ host-package] Compiling tokio-tungstenite v0.21.0
27032025-05-08T20:51:16.523Z[ host-package] Compiling newtype_derive v0.1.6
27042025-05-08T20:51:16.944Z[ host-package] Compiling tokio-rustls v0.26.0
27052025-05-08T20:51:17.031Z[ host-package] Compiling resolv-conf v0.7.0
27062025-05-08T20:51:17.502Z[ host-package] Compiling hyper-rustls v0.27.3
27072025-05-08T20:51:18.111Z[ host-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
27082025-05-08T20:51:18.884Z[ host-package] Compiling hickory-resolver v0.24.4
27092025-05-08T20:51:23.122Z[ host-package] Compiling progenitor-client v0.9.1
27102025-05-08T20:51:23.794Z[ host-package] Compiling progenitor v0.9.1
27112025-05-08T20:51:24.168Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
27122025-05-08T20:51:25.100Z[ host-package] Compiling humantime v2.1.0
27132025-05-08T20:51:26.098Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
27142025-05-08T20:51:26.167Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
27152025-05-08T20:51:28.170Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27162025-05-08T20:51:29.229Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27172025-05-08T20:51:30.822Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27182025-05-08T20:51:31.202Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27192025-05-08T20:51:31.714Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27202025-05-08T20:51:31.921Z[ host-package] Compiling universal-hash v0.5.1
27212025-05-08T20:51:32.246Z[ host-package] Compiling secrecy v0.10.3
27222025-05-08T20:51:32.666Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27232025-05-08T20:51:37.589Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27242025-05-08T20:51:41.554Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27252025-05-08T20:51:42.292Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27262025-05-08T20:51:42.880Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27272025-05-08T20:51:44.102Z[ helios-setup] May 08 20:51:43.450 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
27282025-05-08T20:51:51.186Z[ host-package] Compiling opaque-debug v0.3.1
27292025-05-08T20:51:51.361Z[ host-package] Compiling poly1305 v0.8.0
27302025-05-08T20:51:53.382Z[ host-package] Compiling thiserror-no-std v2.0.2
27312025-05-08T20:51:53.610Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27322025-05-08T20:51:53.891Z[ helios-setup] May 08 20:51:53.239 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27332025-05-08T20:51:54.011Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
27342025-05-08T20:51:56.239Z[ host-package] Compiling steno v0.4.1
27352025-05-08T20:51:58.194Z[ host-package] Compiling chacha20 v0.9.1
27362025-05-08T20:51:58.814Z[ host-package] Compiling aead v0.5.2
27372025-05-08T20:51:59.148Z[ host-package] Compiling chacha20poly1305 v0.10.1
27382025-05-08T20:51:59.258Z[ host-package] Compiling vsss-rs v3.3.4
27392025-05-08T20:51:59.562Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
27402025-05-08T20:52:03.921Z[ host-package] Compiling qorb v0.3.1
27412025-05-08T20:52:06.729Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27422025-05-08T20:52:10.542Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27432025-05-08T20:52:11.210Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27442025-05-08T20:52:12.388Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27452025-05-08T20:52:16.745Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27462025-05-08T20:52:21.244Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27472025-05-08T20:52:23.407Z[ host-package] Compiling slog-dtrace v0.3.0
27482025-05-08T20:52:23.832Z[ host-package] Compiling bytecount v0.6.8
27492025-05-08T20:52:23.919Z[ helios-setup] May 08 20:52:23.263 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
27502025-05-08T20:52:23.957Z[ helios-setup] May 08 20:52:23.301 INFO building project "amd-host-image-builder" ok (113 seconds)
27512025-05-08T20:52:23.957Z[ helios-setup] May 08 20:52:23.301 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27522025-05-08T20:52:24.073Z[ helios-setup] May 08 20:52:23.418 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.86.0-x86_64-unknown-illumos (default)"
27532025-05-08T20:52:24.073Z[ helios-setup] May 08 20:52:23.418 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27542025-05-08T20:52:24.077Z[ helios-setup] May 08 20:52:23.418 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27552025-05-08T20:52:24.394Z[ helios-setup] May 08 20:52:23.738 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27562025-05-08T20:52:25.466Z[ helios-setup] May 08 20:52:24.811 INFO E| From https://github.com/oxidecomputer/progenitor
27572025-05-08T20:52:25.466Z[ helios-setup] May 08 20:52:24.811 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27582025-05-08T20:52:25.580Z[ helios-setup] May 08 20:52:24.923 INFO E| Updating crates.io index
27592025-05-08T20:52:25.587Z[ helios-setup] May 08 20:52:24.926 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27602025-05-08T20:52:25.961Z[ helios-setup] May 08 20:52:25.305 INFO E| From https://github.com/jclulow/hiercmd
27612025-05-08T20:52:25.961Z[ helios-setup] May 08 20:52:25.306 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27622025-05-08T20:52:26.051Z[ helios-setup] May 08 20:52:25.396 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27632025-05-08T20:52:26.560Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27642025-05-08T20:52:26.604Z[ helios-setup] May 08 20:52:25.948 INFO E| From https://github.com/jclulow/network-interface
27652025-05-08T20:52:26.604Z[ helios-setup] May 08 20:52:25.948 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27662025-05-08T20:52:26.620Z[ helios-setup] May 08 20:52:25.965 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27672025-05-08T20:52:27.091Z[ helios-setup] May 08 20:52:26.436 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27682025-05-08T20:52:27.091Z[ helios-setup] May 08 20:52:26.436 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27692025-05-08T20:52:27.127Z[ helios-setup] May 08 20:52:26.471 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27702025-05-08T20:52:27.864Z[ helios-setup] May 08 20:52:27.208 INFO E| From https://github.com/oxidecomputer/facade
27712025-05-08T20:52:27.864Z[ helios-setup] May 08 20:52:27.208 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27722025-05-08T20:52:27.929Z[ helios-setup] May 08 20:52:27.273 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27732025-05-08T20:52:28.202Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27742025-05-08T20:52:28.919Z[ helios-setup] May 08 20:52:28.263 INFO E| From https://github.com/oxidecomputer/dropshot
27752025-05-08T20:52:28.919Z[ helios-setup] May 08 20:52:28.263 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27762025-05-08T20:52:29.023Z[ helios-setup] May 08 20:52:28.367 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27772025-05-08T20:52:29.883Z[ helios-setup] May 08 20:52:29.226 INFO E| From https://github.com/oxidecomputer/typify
27782025-05-08T20:52:29.883Z[ helios-setup] May 08 20:52:29.226 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27792025-05-08T20:52:30.338Z[ helios-setup] May 08 20:52:29.682 INFO E| Downloading crates ...
27802025-05-08T20:52:30.645Z[ helios-setup] May 08 20:52:29.989 INFO E| Downloaded rustfmt-wrapper v0.2.0
27812025-05-08T20:52:30.648Z[ helios-setup] May 08 20:52:29.992 INFO E| Downloaded rhai_codegen v1.5.0
27822025-05-08T20:52:30.669Z[ helios-setup] May 08 20:52:30.012 INFO E| Downloaded strsim v0.10.0
27832025-05-08T20:52:30.672Z[ helios-setup] May 08 20:52:30.015 INFO E| Downloaded ryu v1.0.13
27842025-05-08T20:52:30.677Z[ helios-setup] May 08 20:52:30.021 INFO E| Downloaded time v0.1.45
27852025-05-08T20:52:30.680Z[ helios-setup] May 08 20:52:30.024 INFO E| Downloaded clap v4.2.1
27862025-05-08T20:52:30.696Z[ helios-setup] May 08 20:52:30.039 INFO E| Downloaded serde_derive v1.0.204
27872025-05-08T20:52:30.700Z[ helios-setup] May 08 20:52:30.044 INFO E| Downloaded schemars v0.8.12
27882025-05-08T20:52:30.721Z[ helios-setup] May 08 20:52:30.065 INFO E| Downloaded slog-bunyan v2.4.0
27892025-05-08T20:52:30.726Z[ helios-setup] May 08 20:52:30.067 INFO E| Downloaded slog-async v2.7.0
27902025-05-08T20:52:30.730Z[ helios-setup] May 08 20:52:30.070 INFO E| Downloaded serde_yaml v0.9.21
27912025-05-08T20:52:30.735Z[ helios-setup] May 08 20:52:30.079 INFO E| Downloaded thiserror v1.0.38
27922025-05-08T20:52:30.742Z[ helios-setup] May 08 20:52:30.086 INFO E| Downloaded smartstring v1.0.1
27932025-05-08T20:52:30.747Z[ helios-setup] May 08 20:52:30.091 INFO E| Downloaded utf8parse v0.2.1
27942025-05-08T20:52:30.750Z[ helios-setup] May 08 20:52:30.093 INFO E| Downloaded unicode-ident v1.0.8
27952025-05-08T20:52:30.755Z[ helios-setup] May 08 20:52:30.098 INFO E| Downloaded tinyvec v1.6.0
27962025-05-08T20:52:30.760Z[ helios-setup] May 08 20:52:30.104 INFO E| Downloaded unicode-bidi v0.3.13
27972025-05-08T20:52:30.767Z[ helios-setup] May 08 20:52:30.108 INFO E| Downloaded ppv-lite86 v0.2.17
27982025-05-08T20:52:30.771Z[ helios-setup] May 08 20:52:30.111 INFO E| Downloaded signal-hook-registry v1.4.0
27992025-05-08T20:52:30.771Z[ helios-setup] May 08 20:52:30.114 INFO E| Downloaded semver-parser v0.10.2
28002025-05-08T20:52:30.774Z[ helios-setup] May 08 20:52:30.119 INFO E| Downloaded semver v1.0.17
28012025-05-08T20:52:30.780Z[ helios-setup] May 08 20:52:30.124 INFO E| Downloaded semver v0.11.0
28022025-05-08T20:52:30.784Z[ helios-setup] May 08 20:52:30.128 INFO E| Downloaded const-random-macro v0.1.15
28032025-05-08T20:52:30.787Z[ helios-setup] May 08 20:52:30.130 INFO E| Downloaded fastrand v1.9.0
28042025-05-08T20:52:30.790Z[ helios-setup] May 08 20:52:30.133 INFO E| Downloaded proc-macro-crate v1.2.1
28052025-05-08T20:52:30.793Z[ helios-setup] May 08 20:52:30.136 INFO E| Downloaded clap_lex v0.4.1
28062025-05-08T20:52:30.796Z[ helios-setup] May 08 20:52:30.139 INFO E| Downloaded futures-sink v0.3.28
28072025-05-08T20:52:30.799Z[ helios-setup] May 08 20:52:30.141 INFO E| Downloaded futures-task v0.3.28
28082025-05-08T20:52:30.803Z[ helios-setup] May 08 20:52:30.144 INFO E| Downloaded want v0.3.0
28092025-05-08T20:52:30.803Z[ helios-setup] May 08 20:52:30.146 INFO E| Downloaded smallvec v1.10.0
28102025-05-08T20:52:30.806Z[ helios-setup] May 08 20:52:30.150 INFO E| Downloaded ucd-trie v0.1.5
28112025-05-08T20:52:30.809Z[ helios-setup] May 08 20:52:30.153 INFO E| Downloaded proc-macro2 v1.0.86
28122025-05-08T20:52:30.814Z[ helios-setup] May 08 20:52:30.158 INFO E| Downloaded num-traits v0.2.15
28132025-05-08T20:52:30.822Z[ helios-setup] May 08 20:52:30.164 INFO E| Downloaded parking_lot v0.12.1
28142025-05-08T20:52:30.825Z[ helios-setup] May 08 20:52:30.169 INFO E| Downloaded quote v1.0.36
28152025-05-08T20:52:30.830Z[ helios-setup] May 08 20:52:30.174 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28162025-05-08T20:52:30.835Z[ helios-setup] May 08 20:52:30.179 INFO E| Downloaded project-root v0.2.2
28172025-05-08T20:52:30.838Z[ helios-setup] May 08 20:52:30.181 INFO E| Downloaded pkg-config v0.3.26
28182025-05-08T20:52:30.842Z[ helios-setup] May 08 20:52:30.184 INFO E| Downloaded uuid v1.3.0
28192025-05-08T20:52:30.850Z[ helios-setup] May 08 20:52:30.194 INFO E| Downloaded futures-util v0.3.28
28202025-05-08T20:52:30.875Z[ helios-setup] May 08 20:52:30.217 INFO E| Downloaded git2 v0.16.1
28212025-05-08T20:52:30.903Z[ helios-setup] May 08 20:52:30.246 INFO E| Downloaded unicode-normalization v0.1.22
28222025-05-08T20:52:30.909Z[ helios-setup] May 08 20:52:30.253 INFO E| Downloaded rustls-webpki v0.100.1
28232025-05-08T20:52:30.922Z[ helios-setup] May 08 20:52:30.266 INFO E| Downloaded aho-corasick v0.7.20
28242025-05-08T20:52:30.931Z[ helios-setup] May 08 20:52:30.274 INFO E| Downloaded mio v0.8.5
28252025-05-08T20:52:30.952Z[ helios-setup] May 08 20:52:30.295 INFO E| Downloaded http v0.2.9
28262025-05-08T20:52:30.958Z[ helios-setup] May 08 20:52:30.302 INFO E| Downloaded flate2 v1.0.25
28272025-05-08T20:52:30.968Z[ helios-setup] May 08 20:52:30.312 INFO E| Downloaded memchr v2.5.0
28282025-05-08T20:52:30.976Z[ helios-setup] May 08 20:52:30.320 INFO E| Downloaded h2 v0.3.16
28292025-05-08T20:52:30.989Z[ helios-setup] May 08 20:52:30.333 INFO E| Downloaded winnow v0.4.1
28302025-05-08T20:52:31.003Z[ helios-setup] May 08 20:52:30.346 INFO E| Downloaded clap_builder v4.2.1
28312025-05-08T20:52:31.015Z[ helios-setup] May 08 20:52:30.359 INFO E| Downloaded idna v0.3.0
28322025-05-08T20:52:31.040Z[ helios-setup] May 08 20:52:30.384 INFO E| Downloaded chrono v0.4.24
28332025-05-08T20:52:31.051Z[ helios-setup] May 08 20:52:30.395 INFO E| Downloaded serde_json v1.0.95
28342025-05-08T20:52:31.064Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28352025-05-08T20:52:31.071Z[ helios-setup] May 08 20:52:30.409 INFO E| Downloaded reqwest v0.11.16
28362025-05-08T20:52:31.084Z[ helios-setup] May 08 20:52:30.428 INFO E| Downloaded syn v1.0.107
28372025-05-08T20:52:31.110Z[ helios-setup] May 08 20:52:30.454 INFO E| Downloaded regress v0.5.0
28382025-05-08T20:52:31.122Z[ helios-setup] May 08 20:52:30.466 INFO E| Downloaded unicode-linebreak v0.1.4
28392025-05-08T20:52:31.125Z[ helios-setup] May 08 20:52:30.469 INFO E| Downloaded tracing v0.1.37
28402025-05-08T20:52:31.132Z[ helios-setup] May 08 20:52:30.476 INFO E| Downloaded regex v1.7.3
28412025-05-08T20:52:31.145Z[ helios-setup] May 08 20:52:30.489 INFO E| Downloaded rayon-core v1.10.2
28422025-05-08T20:52:31.150Z[ helios-setup] May 08 20:52:30.494 INFO E| Downloaded rayon v1.6.1
28432025-05-08T20:52:31.164Z[ helios-setup] May 08 20:52:30.508 INFO E| Downloaded toml_edit v0.19.8
28442025-05-08T20:52:31.210Z[ helios-setup] May 08 20:52:30.554 INFO E| Downloaded tokio-util v0.7.7
28452025-05-08T20:52:31.219Z[ helios-setup] May 08 20:52:30.563 INFO E| Downloaded pest v2.5.7
28462025-05-08T20:52:31.226Z[ helios-setup] May 08 20:52:30.570 INFO E| Downloaded crossbeam-channel v0.5.6
28472025-05-08T20:52:31.233Z[ helios-setup] May 08 20:52:30.577 INFO E| Downloaded syn v2.0.72
28482025-05-08T20:52:31.250Z[ helios-setup] May 08 20:52:30.594 INFO E| Downloaded url v2.3.1
28492025-05-08T20:52:31.254Z[ helios-setup] May 08 20:52:30.598 INFO E| Downloaded serde v1.0.204
28502025-05-08T20:52:31.261Z[ helios-setup] May 08 20:52:30.603 INFO E| Downloaded rustls v0.21.0
28512025-05-08T20:52:31.276Z[ helios-setup] May 08 20:52:30.619 INFO E| Downloaded rustix v0.37.3
28522025-05-08T20:52:31.304Z[ helios-setup] May 08 20:52:30.647 INFO E| Downloaded tokio v1.27.0
28532025-05-08T20:52:31.348Z[ helios-setup] May 08 20:52:30.691 INFO E| Downloaded rhai v1.14.0
28542025-05-08T20:52:31.367Z[ helios-setup] May 08 20:52:30.708 INFO E| Downloaded hyper v0.14.25
28552025-05-08T20:52:31.376Z[ helios-setup] May 08 20:52:30.720 INFO E| Downloaded base64 v0.21.0
28562025-05-08T20:52:31.382Z[ helios-setup] May 08 20:52:30.724 INFO E| Downloaded unsafe-libyaml v0.2.8
28572025-05-08T20:52:31.386Z[ helios-setup] May 08 20:52:30.730 INFO E| Downloaded tungstenite v0.18.0
28582025-05-08T20:52:31.391Z[ helios-setup] May 08 20:52:30.735 INFO E| Downloaded tracing-core v0.1.30
28592025-05-08T20:52:31.395Z[ helios-setup] May 08 20:52:30.739 INFO E| Downloaded toolchain_find v0.2.0
28602025-05-08T20:52:31.399Z[ helios-setup] May 08 20:52:30.740 INFO E| Downloaded toml_datetime v0.6.1
28612025-05-08T20:52:31.399Z[ helios-setup] May 08 20:52:30.742 INFO E| Downloaded toml v0.7.3
28622025-05-08T20:52:31.404Z[ helios-setup] May 08 20:52:30.747 INFO E| Downloaded tokio-tungstenite v0.18.0
28632025-05-08T20:52:31.407Z[ helios-setup] May 08 20:52:30.750 INFO E| Downloaded openapiv3 v1.0.2
28642025-05-08T20:52:31.425Z[ helios-setup] May 08 20:52:30.769 INFO E| Downloaded libc v0.2.139
28652025-05-08T20:52:31.442Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28662025-05-08T20:52:31.472Z[ helios-setup] May 08 20:52:30.815 INFO E| Downloaded tokio-rustls v0.24.0
28672025-05-08T20:52:31.472Z[ helios-setup] May 08 20:52:30.815 INFO E| Downloaded tokio-macros v2.0.0
28682025-05-08T20:52:31.472Z[ helios-setup] May 08 20:52:30.815 INFO E| Downloaded thiserror-impl v1.0.38
28692025-05-08T20:52:31.475Z[ helios-setup] May 08 20:52:30.815 INFO E| Downloaded parking_lot_core v0.9.6
28702025-05-08T20:52:31.475Z[ helios-setup] May 08 20:52:30.815 INFO E| Downloaded once_cell v1.17.0
28712025-05-08T20:52:31.475Z[ helios-setup] May 08 20:52:30.816 INFO E| Downloaded num_enum_derive v0.5.7
28722025-05-08T20:52:31.475Z[ helios-setup] May 08 20:52:30.818 INFO E| Downloaded num_enum v0.5.7
28732025-05-08T20:52:31.485Z[ helios-setup] May 08 20:52:30.829 INFO E| Downloaded lock_api v0.4.9
28742025-05-08T20:52:31.485Z[ helios-setup] May 08 20:52:30.829 INFO E| Downloaded encoding_rs v0.8.32
28752025-05-08T20:52:31.515Z[ helios-setup] May 08 20:52:30.858 INFO E| Downloaded jobserver v0.1.26
28762025-05-08T20:52:31.518Z[ helios-setup] May 08 20:52:30.861 INFO E| Downloaded home v0.5.4
28772025-05-08T20:52:31.521Z[ helios-setup] May 08 20:52:30.862 INFO E| Downloaded getrandom v0.2.8
28782025-05-08T20:52:31.525Z[ helios-setup] May 08 20:52:30.866 INFO E| Downloaded futures v0.3.28
28792025-05-08T20:52:31.530Z[ helios-setup] May 08 20:52:30.874 INFO E| Downloaded pin-project-lite v0.2.9
28802025-05-08T20:52:31.537Z[ helios-setup] May 08 20:52:30.881 INFO E| Downloaded try-lock v0.2.4
28812025-05-08T20:52:31.540Z[ helios-setup] May 08 20:52:30.883 INFO E| Downloaded tower-service v0.3.2
28822025-05-08T20:52:31.541Z[ helios-setup] May 08 20:52:30.884 INFO E| Downloaded tempfile v3.5.0
28832025-05-08T20:52:31.544Z[ helios-setup] May 08 20:52:30.887 INFO E| Downloaded slab v0.4.7
28842025-05-08T20:52:31.547Z[ helios-setup] May 08 20:52:30.889 INFO E| Downloaded log v0.4.17
28852025-05-08T20:52:31.550Z[ helios-setup] May 08 20:52:30.893 INFO E| Downloaded futures-core v0.3.28
28862025-05-08T20:52:31.560Z[ helios-setup] May 08 20:52:30.895 INFO E| Downloaded form_urlencoded v1.1.0
28872025-05-08T20:52:31.573Z[ helios-setup] May 08 20:52:30.896 INFO E| Downloaded dyn-clone v1.0.11
28882025-05-08T20:52:31.576Z[ helios-setup] May 08 20:52:30.899 INFO E| Downloaded futures-macro v0.3.28
28892025-05-08T20:52:31.576Z[ helios-setup] May 08 20:52:30.901 INFO E| Downloaded futures-io v0.3.28
28902025-05-08T20:52:31.576Z[ helios-setup] May 08 20:52:30.902 INFO E| Downloaded futures-channel v0.3.28
28912025-05-08T20:52:31.576Z[ helios-setup] May 08 20:52:30.905 INFO E| Downloaded digest v0.10.6
28922025-05-08T20:52:31.576Z[ helios-setup] May 08 20:52:30.911 INFO E| Downloaded camino v1.1.4
28932025-05-08T20:52:31.576Z[ helios-setup] May 08 20:52:30.915 INFO E| Downloaded percent-encoding v2.2.0
28942025-05-08T20:52:31.576Z[ helios-setup] May 08 20:52:30.916 INFO E| Downloaded paste v1.0.12
28952025-05-08T20:52:31.582Z[ helios-setup] May 08 20:52:30.921 INFO E| Downloaded ipnet v2.7.2
28962025-05-08T20:52:31.586Z[ helios-setup] May 08 20:52:30.924 INFO E| Downloaded iana-time-zone v0.1.56
28972025-05-08T20:52:31.586Z[ helios-setup] May 08 20:52:30.927 INFO E| Downloaded httpdate v1.0.2
28982025-05-08T20:52:31.586Z[ helios-setup] May 08 20:52:30.929 INFO E| Downloaded clap_derive v4.2.0
28992025-05-08T20:52:31.589Z[ helios-setup] May 08 20:52:30.932 INFO E| Downloaded const-random v0.1.15
29002025-05-08T20:52:31.592Z[ helios-setup] May 08 20:52:30.934 INFO E| Downloaded async-stream-impl v0.3.5
29012025-05-08T20:52:31.592Z[ helios-setup] May 08 20:52:30.935 INFO E| Downloaded sct v0.7.0
29022025-05-08T20:52:31.597Z[ helios-setup] May 08 20:52:30.941 INFO E| Downloaded rustls-pemfile v1.0.2
29032025-05-08T20:52:31.601Z[ helios-setup] May 08 20:52:30.945 INFO E| Downloaded miniz_oxide v0.6.2
29042025-05-08T20:52:31.606Z[ helios-setup] May 08 20:52:30.949 INFO E| Downloaded autocfg v1.1.0
29052025-05-08T20:52:31.609Z[ helios-setup] May 08 20:52:30.951 INFO E| Downloaded textwrap v0.16.0
29062025-05-08T20:52:31.612Z[ helios-setup] May 08 20:52:30.955 INFO E| Downloaded spin v0.5.2
29072025-05-08T20:52:31.616Z[ helios-setup] May 08 20:52:30.957 INFO E| Downloaded smawk v0.3.1
29082025-05-08T20:52:31.616Z[ helios-setup] May 08 20:52:30.959 INFO E| Downloaded num_cpus v1.15.0
29092025-05-08T20:52:31.620Z[ helios-setup] May 08 20:52:30.964 INFO E| Downloaded memoffset v0.7.1
29102025-05-08T20:52:31.623Z[ helios-setup] May 08 20:52:30.966 INFO E| Downloaded serde_tokenstream v0.2.0
29112025-05-08T20:52:31.627Z[ helios-setup] May 08 20:52:30.971 INFO E| Downloaded serde_spanned v0.6.1
29122025-05-08T20:52:31.631Z[ helios-setup] May 08 20:52:30.973 INFO E| Downloaded serde_path_to_error v0.1.11
29132025-05-08T20:52:31.634Z[ helios-setup] May 08 20:52:30.976 INFO E| Downloaded is-terminal v0.4.7
29142025-05-08T20:52:31.634Z[ helios-setup] May 08 20:52:30.978 INFO E| Downloaded io-lifetimes v1.0.10
29152025-05-08T20:52:31.638Z[ helios-setup] May 08 20:52:30.982 INFO E| Downloaded generic-array v0.14.6
29162025-05-08T20:52:31.641Z[ helios-setup] May 08 20:52:30.985 INFO E| Downloaded futures-executor v0.3.28
29172025-05-08T20:52:31.644Z[ helios-setup] May 08 20:52:30.987 INFO E| Downloaded schemars_derive v0.8.12
29182025-05-08T20:52:31.647Z[ helios-setup] May 08 20:52:30.990 INFO E| Downloaded either v1.8.0
29192025-05-08T20:52:31.650Z[ helios-setup] May 08 20:52:30.992 INFO E| Downloaded crossbeam-utils v0.8.14
29202025-05-08T20:52:31.653Z[ helios-setup] May 08 20:52:30.996 INFO E| Downloaded crossbeam-epoch v0.9.13
29212025-05-08T20:52:31.656Z[ helios-setup] May 08 20:52:31.000 INFO E| Downloaded crossbeam-deque v0.8.2
29222025-05-08T20:52:31.659Z[ helios-setup] May 08 20:52:31.002 INFO E| Downloaded cpufeatures v0.2.5
29232025-05-08T20:52:31.663Z[ helios-setup] May 08 20:52:31.004 INFO E| Downloaded concolor-query v0.3.3
29242025-05-08T20:52:31.663Z[ helios-setup] May 08 20:52:31.005 INFO E| Downloaded concolor-override v1.0.0
29252025-05-08T20:52:31.663Z[ helios-setup] May 08 20:52:31.006 INFO E| Downloaded anyhow v1.0.68
29262025-05-08T20:52:31.671Z[ helios-setup] May 08 20:52:31.012 INFO E| Downloaded socket2 v0.4.9
29272025-05-08T20:52:31.674Z[ helios-setup] May 08 20:52:31.015 INFO E| Downloaded cc v1.0.78
29282025-05-08T20:52:31.677Z[ helios-setup] May 08 20:52:31.019 INFO E| Downloaded cargo-lock v8.0.3
29292025-05-08T20:52:31.687Z[ helios-setup] May 08 20:52:31.028 INFO E| Downloaded anstyle-parse v0.1.1
29302025-05-08T20:52:31.690Z[ helios-setup] May 08 20:52:31.032 INFO E| Downloaded sha2 v0.10.6
29312025-05-08T20:52:31.694Z[ helios-setup] May 08 20:52:31.035 INFO E| Downloaded sha1 v0.10.5
29322025-05-08T20:52:31.694Z[ helios-setup] May 08 20:52:31.037 INFO E| Downloaded serde_derive_internals v0.26.0
29332025-05-08T20:52:31.700Z[ helios-setup] May 08 20:52:31.040 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29342025-05-08T20:52:31.805Z[ helios-setup] May 08 20:52:31.149 INFO E| Downloaded scopeguard v1.1.0
29352025-05-08T20:52:31.808Z[ helios-setup] May 08 20:52:31.150 INFO E| Downloaded bytes v1.4.0
29362025-05-08T20:52:31.812Z[ helios-setup] May 08 20:52:31.156 INFO E| Downloaded built v0.6.0
29372025-05-08T20:52:31.817Z[ helios-setup] May 08 20:52:31.159 INFO E| Downloaded block-buffer v0.10.3
29382025-05-08T20:52:31.821Z[ helios-setup] May 08 20:52:31.160 INFO E| Downloaded async-trait v0.1.68
29392025-05-08T20:52:31.824Z[ helios-setup] May 08 20:52:31.165 INFO E| Downloaded anstyle v0.3.5
29402025-05-08T20:52:31.824Z[ helios-setup] May 08 20:52:31.168 INFO E| Downloaded anstream v0.2.6
29412025-05-08T20:52:31.829Z[ helios-setup] May 08 20:52:31.171 INFO E| Downloaded ahash v0.8.3
29422025-05-08T20:52:31.833Z[ helios-setup] May 08 20:52:31.175 INFO E| Downloaded ahash v0.7.6
29432025-05-08T20:52:31.836Z[ helios-setup] May 08 20:52:31.179 INFO E| Downloaded num-integer v0.1.45
29442025-05-08T20:52:31.839Z[ helios-setup] May 08 20:52:31.181 INFO E| Downloaded lazy_static v1.4.0
29452025-05-08T20:52:31.839Z[ helios-setup] May 08 20:52:31.183 INFO E| Downloaded itoa v1.0.6
29462025-05-08T20:52:31.843Z[ helios-setup] May 08 20:52:31.185 INFO E| Downloaded httparse v1.8.0
29472025-05-08T20:52:31.921Z[ helios-setup] May 08 20:52:31.265 INFO E| Downloaded http-body v0.4.5
29482025-05-08T20:52:31.925Z[ helios-setup] May 08 20:52:31.268 INFO E| Downloaded byteorder v1.4.3
29492025-05-08T20:52:31.928Z[ helios-setup] May 08 20:52:31.271 INFO E| Downloaded bincode v1.3.3
29502025-05-08T20:52:31.931Z[ helios-setup] May 08 20:52:31.274 INFO E| Downloaded async-stream v0.3.5
29512025-05-08T20:52:31.988Z[ helios-setup] May 08 20:52:31.332 INFO E| Downloaded libz-sys v1.1.8
29522025-05-08T20:52:32.272Z[ helios-setup] May 08 20:52:31.615 INFO E| Downloaded ring v0.16.20
29532025-05-08T20:52:32.695Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling proc-macro2 v1.0.86
29542025-05-08T20:52:32.695Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling libc v0.2.139
29552025-05-08T20:52:32.695Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling unicode-ident v1.0.8
29562025-05-08T20:52:32.717Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling autocfg v1.1.0
29572025-05-08T20:52:32.717Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling cfg-if v1.0.0
29582025-05-08T20:52:32.717Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling version_check v0.9.4
29592025-05-08T20:52:32.717Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling serde v1.0.204
29602025-05-08T20:52:32.717Z[ helios-setup] May 08 20:52:32.039 INFO E| Compiling syn v1.0.107
29612025-05-08T20:52:33.241Z[ helios-setup] May 08 20:52:32.584 INFO E| Compiling memchr v2.5.0
29622025-05-08T20:52:33.547Z[ helios-setup] May 08 20:52:32.891 INFO E| Compiling once_cell v1.17.0
29632025-05-08T20:52:34.225Z[ helios-setup] May 08 20:52:33.568 INFO E| Compiling thiserror v1.0.38
29642025-05-08T20:52:34.393Z[ helios-setup] May 08 20:52:33.737 INFO E| Compiling log v0.4.17
29652025-05-08T20:52:35.041Z[ helios-setup] May 08 20:52:34.384 INFO E| Compiling serde_json v1.0.95
29662025-05-08T20:52:35.124Z[ helios-setup] May 08 20:52:34.466 INFO E| Compiling itoa v1.0.6
29672025-05-08T20:52:36.357Z[ helios-setup] May 08 20:52:35.700 INFO E| Compiling pin-project-lite v0.2.9
29682025-05-08T20:52:36.508Z[ helios-setup] May 08 20:52:35.851 INFO E| Compiling scopeguard v1.1.0
29692025-05-08T20:52:36.822Z[ helios-setup] May 08 20:52:36.166 INFO E| Compiling jobserver v0.1.26
29702025-05-08T20:52:36.882Z[ helios-setup] May 08 20:52:36.225 INFO E| Compiling getrandom v0.2.8
29712025-05-08T20:52:37.076Z[ helios-setup] May 08 20:52:36.419 INFO E| Compiling indexmap v1.9.3
29722025-05-08T20:52:37.205Z[ helios-setup] May 08 20:52:36.549 INFO E| Compiling quote v1.0.36
29732025-05-08T20:52:37.676Z[ helios-setup] May 08 20:52:37.019 INFO E| Compiling cc v1.0.78
29742025-05-08T20:52:37.787Z[ helios-setup] May 08 20:52:37.130 INFO E| Compiling futures-core v0.3.28
29752025-05-08T20:52:37.997Z[ helios-setup] May 08 20:52:37.336 INFO E| Compiling syn v2.0.72
29762025-05-08T20:52:38.183Z[ helios-setup] May 08 20:52:37.524 INFO E| Compiling bytes v1.4.0
29772025-05-08T20:52:38.444Z[ helios-setup] May 08 20:52:37.785 INFO E| Compiling num-integer v0.1.45
29782025-05-08T20:52:38.563Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29792025-05-08T20:52:38.572Z[ helios-setup] May 08 20:52:37.913 INFO E| Compiling ryu v1.0.13
29802025-05-08T20:52:39.864Z[ helios-setup] May 08 20:52:39.206 INFO E| Compiling lock_api v0.4.9
29812025-05-08T20:52:39.973Z[ helios-setup] May 08 20:52:39.316 INFO E| Compiling typenum v1.16.0
29822025-05-08T20:52:40.469Z[ helios-setup] May 08 20:52:39.812 INFO E| Compiling parking_lot_core v0.9.6
29832025-05-08T20:52:40.856Z[ helios-setup] May 08 20:52:40.199 INFO E| Compiling bitflags v1.3.2
29842025-05-08T20:52:41.238Z[ helios-setup] May 08 20:52:40.580 INFO E| Compiling num_cpus v1.15.0
29852025-05-08T20:52:41.557Z[ helios-setup] May 08 20:52:40.900 INFO E| Compiling slab v0.4.7
29862025-05-08T20:52:41.579Z[ helios-setup] May 08 20:52:40.922 INFO E| Compiling generic-array v0.14.6
29872025-05-08T20:52:41.802Z[ helios-setup] May 08 20:52:41.145 INFO E| Compiling futures-sink v0.3.28
29882025-05-08T20:52:41.880Z[ helios-setup] May 08 20:52:41.223 INFO E| Compiling futures-task v0.3.28
29892025-05-08T20:52:42.094Z[ helios-setup] May 08 20:52:41.437 INFO E| Compiling futures-channel v0.3.28
29902025-05-08T20:52:42.737Z[ helios-setup] May 08 20:52:42.079 INFO E| Compiling tokio v1.27.0
29912025-05-08T20:52:42.806Z[ helios-setup] May 08 20:52:42.149 INFO E| Compiling futures-util v0.3.28
29922025-05-08T20:52:43.818Z[ helios-setup] May 08 20:52:43.161 INFO E| Compiling signal-hook-registry v1.4.0
29932025-05-08T20:52:43.870Z[ helios-setup] May 08 20:52:43.212 INFO E| Compiling socket2 v0.4.9
29942025-05-08T20:52:44.141Z[ helios-setup] May 08 20:52:43.483 INFO E| Compiling mio v0.8.5
29952025-05-08T20:52:44.438Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29962025-05-08T20:52:44.833Z[ helios-setup] May 08 20:52:44.176 INFO E| Compiling futures-io v0.3.28
29972025-05-08T20:52:44.960Z[ helios-setup] May 08 20:52:44.303 INFO E| Compiling schemars v0.8.12
29982025-05-08T20:52:45.923Z[ helios-setup] May 08 20:52:45.265 INFO E| Compiling pin-utils v0.1.0
29992025-05-08T20:52:46.217Z[ helios-setup] May 08 20:52:45.559 INFO E| Compiling num-traits v0.2.15
30002025-05-08T20:52:46.250Z[ helios-setup] May 08 20:52:45.592 INFO E| Compiling ahash v0.7.6
30012025-05-08T20:52:46.722Z[ helios-setup] May 08 20:52:46.062 INFO E| Compiling crunchy v0.2.2
30022025-05-08T20:52:46.824Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30032025-05-08T20:52:47.066Z[ helios-setup] May 08 20:52:46.409 INFO E| Compiling io-lifetimes v1.0.10
30042025-05-08T20:52:47.445Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30052025-05-08T20:52:47.799Z[ helios-setup] May 08 20:52:47.142 INFO E| Compiling crypto-common v0.1.6
30062025-05-08T20:52:47.848Z[ helios-setup] May 08 20:52:47.190 INFO E| Compiling block-buffer v0.10.3
30072025-05-08T20:52:48.187Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30082025-05-08T20:52:48.316Z[ helios-setup] May 08 20:52:47.657 INFO E| Compiling ahash v0.8.3
30092025-05-08T20:52:48.625Z[ helios-setup] May 08 20:52:47.967 INFO E| Compiling serde_derive_internals v0.26.0
30102025-05-08T20:52:48.839Z[ helios-setup] May 08 20:52:48.181 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30112025-05-08T20:52:48.894Z[ helios-setup] May 08 20:52:48.236 INFO E| Compiling rustix v0.37.3
30122025-05-08T20:52:48.984Z[ host-package] Compiling display-error-chain v0.2.2
30132025-05-08T20:52:49.544Z[ helios-setup] May 08 20:52:48.886 INFO E| Compiling slog v2.7.0
30142025-05-08T20:52:49.614Z[ host-package] Compiling maplit v1.0.2
30152025-05-08T20:52:49.698Z[ helios-setup] May 08 20:52:49.040 INFO E| Compiling crossbeam-utils v0.8.14
30162025-05-08T20:52:50.064Z[ host-package] Compiling crunchy v0.2.2
30172025-05-08T20:52:50.156Z[ helios-setup] May 08 20:52:49.497 INFO E| Compiling tiny-keccak v2.0.2
30182025-05-08T20:52:50.230Z[ helios-setup] May 08 20:52:49.572 INFO E| Compiling hashbrown v0.12.3
30192025-05-08T20:52:51.286Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30202025-05-08T20:52:51.929Z[ helios-setup] May 08 20:52:51.260 INFO E| Compiling digest v0.10.6
30212025-05-08T20:52:52.600Z[ helios-setup] May 08 20:52:51.940 INFO E| Compiling errno v0.3.1
30222025-05-08T20:52:53.068Z[ helios-setup] May 08 20:52:52.409 INFO E| Compiling cpufeatures v0.2.5
30232025-05-08T20:52:53.189Z[ helios-setup] May 08 20:52:52.530 INFO E| Compiling anyhow v1.0.68
30242025-05-08T20:52:53.348Z[ helios-setup] May 08 20:52:52.690 INFO E| Compiling fnv v1.0.7
30252025-05-08T20:52:53.366Z[ helios-setup] May 08 20:52:52.708 INFO E| Compiling unicode-width v0.1.10
30262025-05-08T20:52:53.595Z[ helios-setup] May 08 20:52:52.936 INFO E| Compiling pkg-config v0.3.26
30272025-05-08T20:52:53.830Z[ helios-setup] May 08 20:52:53.171 INFO E| Compiling http v0.2.9
30282025-05-08T20:52:55.402Z[ helios-setup] May 08 20:52:54.743 INFO E| Compiling thiserror-impl v1.0.38
30292025-05-08T20:52:55.896Z[ helios-setup] May 08 20:52:55.237 INFO E| Compiling schemars_derive v0.8.12
30302025-05-08T20:52:57.130Z[ helios-setup] May 08 20:52:56.471 INFO E| Compiling serde_derive v1.0.204
30312025-05-08T20:52:57.458Z[ helios-setup] May 08 20:52:56.799 INFO E| Compiling futures-macro v0.3.28
30322025-05-08T20:52:57.715Z[ host-package] Compiling dsl_auto_type v0.1.2
30332025-05-08T20:52:57.942Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30342025-05-08T20:52:59.219Z[ helios-setup] May 08 20:52:58.560 INFO E| Compiling tokio-macros v2.0.0
30352025-05-08T20:53:00.240Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
30362025-05-08T20:53:00.424Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30372025-05-08T20:53:00.830Z[ helios-setup] May 08 20:52:59.824 INFO E| Compiling aho-corasick v0.7.20
30382025-05-08T20:53:01.041Z[ host-package] Compiling tiny-keccak v2.0.2
30392025-05-08T20:53:01.669Z[ helios-setup] May 08 20:53:01.010 INFO E| Compiling regex-syntax v0.6.29
30402025-05-08T20:53:01.867Z[ host-package] Compiling diesel_derives v2.2.3
30412025-05-08T20:53:01.932Z[ helios-setup] May 08 20:53:01.273 INFO E| Compiling percent-encoding v2.2.0
30422025-05-08T20:53:02.040Z[ host-package] Compiling r2d2 v0.8.10
30432025-05-08T20:53:02.095Z[ helios-setup] May 08 20:53:01.435 INFO E| Compiling tinyvec_macros v0.1.1
30442025-05-08T20:53:02.318Z[ helios-setup] May 08 20:53:01.656 INFO E| Compiling heck v0.4.1
30452025-05-08T20:53:02.496Z[ host-package] Compiling proc-macro-error2 v2.0.1
30462025-05-08T20:53:02.558Z[ helios-setup] May 08 20:53:01.899 INFO E| Compiling httparse v1.8.0
30472025-05-08T20:53:02.825Z[ helios-setup] May 08 20:53:02.165 INFO E| Compiling tinyvec v1.6.0
30482025-05-08T20:53:02.949Z[ helios-setup] May 08 20:53:02.289 INFO E| Compiling form_urlencoded v1.1.0
30492025-05-08T20:53:03.563Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30502025-05-08T20:53:03.765Z[ host-package] Compiling const_format_proc_macros v0.2.34
30512025-05-08T20:53:03.813Z[ helios-setup] May 08 20:53:03.154 INFO E| Compiling const-random-macro v0.1.15
30522025-05-08T20:53:03.982Z[ helios-setup] May 08 20:53:03.322 INFO E| Compiling hashbrown v0.13.2
30532025-05-08T20:53:05.833Z[ helios-setup] May 08 20:53:05.173 INFO E| Compiling chrono v0.4.24
30542025-05-08T20:53:06.218Z[ helios-setup] May 08 20:53:05.559 INFO E| Compiling libz-sys v1.1.8
30552025-05-08T20:53:06.381Z[ helios-setup] May 08 20:53:05.721 INFO E| Compiling getopts v0.2.21
30562025-05-08T20:53:07.211Z[ host-package] Compiling bit-vec v0.6.3
30572025-05-08T20:53:07.756Z[ helios-setup] May 08 20:53:07.096 INFO E| Compiling memoffset v0.7.1
30582025-05-08T20:53:08.241Z[ helios-setup] May 08 20:53:07.581 INFO E| Compiling regex v1.7.3
30592025-05-08T20:53:08.430Z[ host-package] Compiling bit-set v0.5.3
30602025-05-08T20:53:08.970Z[ helios-setup] May 08 20:53:08.310 INFO E| Compiling uuid v1.3.0
30612025-05-08T20:53:09.180Z[ host-package] Compiling const_format v0.2.34
30622025-05-08T20:53:09.260Z[ helios-setup] May 08 20:53:08.600 INFO E| Compiling powerfmt v0.2.0
30632025-05-08T20:53:09.587Z[ helios-setup] May 08 20:53:08.927 INFO E| Compiling dyn-clone v1.0.11
30642025-05-08T20:53:10.111Z[ host-package] Compiling tabled_derive v0.10.0
30652025-05-08T20:53:10.121Z[ helios-setup] May 08 20:53:09.460 INFO E| Compiling time-core v0.1.2
30662025-05-08T20:53:10.365Z[ helios-setup] May 08 20:53:09.705 INFO E| Compiling num-conv v0.1.0
30672025-05-08T20:53:10.631Z[ helios-setup] May 08 20:53:09.969 INFO E| Compiling deranged v0.3.11
30682025-05-08T20:53:10.925Z[ helios-setup] May 08 20:53:10.265 INFO E| Compiling time-macros v0.2.18
30692025-05-08T20:53:11.255Z[ helios-setup] May 08 20:53:10.595 INFO E| Compiling unicode-normalization v0.1.22
30702025-05-08T20:53:11.424Z[ helios-setup] May 08 20:53:10.763 INFO E| Compiling const-random v0.1.15
30712025-05-08T20:53:11.771Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30722025-05-08T20:53:13.614Z[ helios-setup] May 08 20:53:12.954 INFO E| Compiling regress v0.5.0
30732025-05-08T20:53:14.463Z[ helios-setup] May 08 20:53:13.803 INFO E| Compiling tracing-core v0.1.30
30742025-05-08T20:53:15.628Z[ helios-setup] May 08 20:53:14.968 INFO E| Compiling crossbeam-epoch v0.9.13
30752025-05-08T20:53:15.912Z[ host-package] Compiling papergrid v0.14.0
30762025-05-08T20:53:16.098Z[ helios-setup] May 08 20:53:15.438 INFO E| Compiling num_threads v0.1.6
30772025-05-08T20:53:16.281Z[ helios-setup] May 08 20:53:15.620 INFO E| Compiling unicode-bidi v0.3.13
30782025-05-08T20:53:16.854Z[ host-package] Compiling ascii-canvas v3.0.0
30792025-05-08T20:53:17.824Z[ host-package] Compiling num-derive v0.3.3
30802025-05-08T20:53:18.104Z[ host-package] Compiling ena v0.14.3
30812025-05-08T20:53:18.166Z[ helios-setup] May 08 20:53:17.504 INFO E| Compiling ucd-trie v0.1.5
30822025-05-08T20:53:18.325Z[ helios-setup] May 08 20:53:17.664 INFO E| Compiling time v0.3.36
30832025-05-08T20:53:18.470Z[ helios-setup] May 08 20:53:17.809 INFO E| Compiling idna v0.3.0
30842025-05-08T20:53:19.063Z[ helios-setup] May 08 20:53:18.401 INFO E| Compiling pest v2.5.7
30852025-05-08T20:53:19.496Z[ host-package] Compiling diff v0.1.13
30862025-05-08T20:53:20.460Z[ helios-setup] May 08 20:53:19.798 INFO E| Compiling toml v0.5.11
30872025-05-08T20:53:20.835Z[ host-package] Compiling regex-syntax v0.6.29
30882025-05-08T20:53:21.419Z[ helios-setup] May 08 20:53:20.754 INFO E| Compiling serde_tokenstream v0.2.0
30892025-05-08T20:53:21.740Z[ helios-setup] May 08 20:53:21.079 INFO E| Compiling smallvec v1.10.0
30902025-05-08T20:53:21.765Z[ host-package] Compiling diesel v2.2.9
30912025-05-08T20:53:22.039Z[ host-package] Compiling bindgen v0.71.1
30922025-05-08T20:53:23.419Z[ host-package] Compiling libscf-sys v1.1.0
30932025-05-08T20:53:23.851Z[ host-package] Compiling tabled v0.18.0
30942025-05-08T20:53:24.262Z[ helios-setup] May 08 20:53:23.600 INFO E| Compiling parking_lot v0.12.1
30952025-05-08T20:53:28.819Z[ helios-setup] May 08 20:53:28.157 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30962025-05-08T20:53:30.705Z[ helios-setup] May 08 20:53:30.043 INFO E| Compiling tracing v0.1.37
30972025-05-08T20:53:31.046Z[ host-package] Compiling lalrpop v0.19.12
30982025-05-08T20:53:34.472Z[ helios-setup] May 08 20:53:33.809 INFO E| Compiling crossbeam-channel v0.5.6
30992025-05-08T20:53:34.593Z[ helios-setup] May 08 20:53:33.930 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31002025-05-08T20:53:34.648Z[ helios-setup] May 08 20:53:33.986 INFO E| Compiling time v0.1.45
31012025-05-08T20:53:34.743Z[ helios-setup] May 08 20:53:34.080 INFO E| Compiling dirs-sys-next v0.1.2
31022025-05-08T20:53:36.368Z[ helios-setup] May 08 20:53:35.705 INFO E| Compiling semver v1.0.17
31032025-05-08T20:53:36.819Z[ helios-setup] May 08 20:53:36.157 INFO E| Compiling iana-time-zone v0.1.56
31042025-05-08T20:53:37.494Z[ helios-setup] May 08 20:53:36.831 INFO E| Compiling crc32fast v1.3.2
31052025-05-08T20:53:39.092Z[ helios-setup] May 08 20:53:38.429 INFO E| Compiling dirs-next v2.0.0
31062025-05-08T20:53:39.889Z[ helios-setup] May 08 20:53:39.225 INFO E| Compiling url v2.3.1
31072025-05-08T20:53:41.513Z[ helios-setup] May 08 20:53:40.850 INFO E| Compiling semver-parser v0.10.2
31082025-05-08T20:53:41.830Z[ helios-setup] May 08 20:53:41.166 INFO E| Compiling proc-macro-crate v1.2.1
31092025-05-08T20:53:42.491Z[ helios-setup] May 08 20:53:41.826 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31102025-05-08T20:53:42.818Z[ helios-setup] May 08 20:53:42.155 INFO E| Compiling tokio-util v0.7.7
31112025-05-08T20:53:43.279Z[ helios-setup] May 08 20:53:42.615 INFO E| Compiling futures-executor v0.3.28
31122025-05-08T20:53:45.172Z[ helios-setup] May 08 20:53:44.508 INFO E| Compiling thread_local v1.1.7
31132025-05-08T20:53:45.595Z[ helios-setup] May 08 20:53:44.932 INFO E| Compiling adler v1.0.2
31142025-05-08T20:53:45.669Z[ helios-setup] May 08 20:53:45.005 INFO E| Compiling rayon-core v1.10.2
31152025-05-08T20:53:46.178Z[ helios-setup] May 08 20:53:45.515 INFO E| Compiling try-lock v0.2.4
31162025-05-08T20:53:46.569Z[ helios-setup] May 08 20:53:45.905 INFO E| Compiling same-file v1.0.6
31172025-05-08T20:53:46.924Z[ helios-setup] May 08 20:53:46.260 INFO E| Compiling walkdir v2.3.3
31182025-05-08T20:53:47.030Z[ helios-setup] May 08 20:53:46.365 INFO E| Compiling want v0.3.0
31192025-05-08T20:53:47.750Z[ helios-setup] May 08 20:53:47.086 INFO E| Compiling miniz_oxide v0.6.2
31202025-05-08T20:53:49.919Z[ helios-setup] May 08 20:53:49.253 INFO E| Compiling h2 v0.3.16
31212025-05-08T20:53:50.013Z[ helios-setup] May 08 20:53:49.348 INFO E| Compiling futures v0.3.28
31222025-05-08T20:53:50.635Z[ helios-setup] May 08 20:53:49.970 INFO E| Compiling num_enum_derive v0.5.7
31232025-05-08T20:53:51.127Z[ helios-setup] May 08 20:53:50.451 INFO E| Compiling semver v0.11.0
31242025-05-08T20:53:51.897Z[ helios-setup] May 08 20:53:51.232 INFO E| Compiling crossbeam-deque v0.8.2
31252025-05-08T20:53:52.117Z[ helios-setup] May 08 20:53:51.453 INFO E| Compiling term v0.7.0
31262025-05-08T20:53:55.845Z[ helios-setup] May 08 20:53:55.177 INFO E| Compiling http-body v0.4.5
31272025-05-08T20:53:56.873Z[ helios-setup] May 08 20:53:56.208 INFO E| Compiling sha2 v0.10.6
31282025-05-08T20:53:57.505Z[ helios-setup] May 08 20:53:56.840 INFO E| Compiling ring v0.16.20
31292025-05-08T20:53:59.874Z[ helios-setup] May 08 20:53:59.208 INFO E| Compiling rand_core v0.6.4
31302025-05-08T20:53:59.925Z[ helios-setup] May 08 20:53:59.260 INFO E| Compiling atty v0.2.14
31312025-05-08T20:54:00.766Z[ helios-setup] May 08 20:54:00.100 INFO E| Compiling lazy_static v1.4.0
31322025-05-08T20:54:00.961Z[ helios-setup] May 08 20:54:00.296 INFO E| Compiling tower-service v0.3.2
31332025-05-08T20:54:01.337Z[ helios-setup] May 08 20:54:00.671 INFO E| Compiling ppv-lite86 v0.2.17
31342025-05-08T20:54:01.600Z[ helios-setup] May 08 20:54:00.934 INFO E| Compiling utf8parse v0.2.1
31352025-05-08T20:54:02.328Z[ helios-setup] May 08 20:54:01.663 INFO E| Compiling home v0.5.4
31362025-05-08T20:54:02.908Z[ helios-setup] May 08 20:54:02.242 INFO E| Compiling fastrand v1.9.0
31372025-05-08T20:54:03.019Z[ helios-setup] May 08 20:54:02.353 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31382025-05-08T20:54:03.351Z[ helios-setup] May 08 20:54:02.685 INFO E| Compiling httpdate v1.0.2
31392025-05-08T20:54:03.881Z[ helios-setup] May 08 20:54:03.216 INFO E| Compiling base64 v0.21.0
31402025-05-08T20:54:04.057Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31412025-05-08T20:54:05.400Z[ helios-setup] May 08 20:54:04.734 INFO E| Compiling tempfile v3.5.0
31422025-05-08T20:54:06.009Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31432025-05-08T20:54:06.154Z[ helios-setup] May 08 20:54:05.488 INFO E| Compiling hyper v0.14.25
31442025-05-08T20:54:06.616Z[ helios-setup] May 08 20:54:05.950 INFO E| Compiling rand_chacha v0.3.1
31452025-05-08T20:54:07.756Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31462025-05-08T20:54:07.982Z[ helios-setup] May 08 20:54:07.316 INFO E| Compiling toolchain_find v0.2.0
31472025-05-08T20:54:08.099Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31482025-05-08T20:54:08.528Z[ helios-setup] May 08 20:54:07.862 INFO E| Compiling anstyle-parse v0.1.1
31492025-05-08T20:54:08.774Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31502025-05-08T20:54:08.969Z[ helios-setup] May 08 20:54:08.303 INFO E| Compiling slog-term v2.9.0
31512025-05-08T20:54:09.939Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31522025-05-08T20:54:11.131Z[ host-package] Compiling rustc-hash v2.1.1
31532025-05-08T20:54:11.760Z[ host-package] Compiling ref-cast v1.0.23
31542025-05-08T20:54:13.394Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31552025-05-08T20:54:13.782Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31562025-05-08T20:54:14.812Z[ host-package] Compiling polar-core v0.27.3
31572025-05-08T20:54:15.551Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31582025-05-08T20:54:17.375Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31592025-05-08T20:54:18.003Z[ helios-setup] May 08 20:54:17.335 INFO E| Compiling cargo-lock v8.0.3
31602025-05-08T20:54:18.356Z[ host-package] Compiling derive_builder_core v0.20.2
31612025-05-08T20:54:18.531Z[ host-package] Compiling headers-core v0.3.0
31622025-05-08T20:54:18.659Z[ helios-setup] May 08 20:54:17.991 INFO E| Compiling num_enum v0.5.7
31632025-05-08T20:54:18.948Z[ host-package] Compiling phf_generator v0.11.2
31642025-05-08T20:54:19.269Z[ helios-setup] May 08 20:54:18.600 INFO E| Compiling flate2 v1.0.25
31652025-05-08T20:54:19.670Z[ host-package] Compiling libxml v0.3.3
31662025-05-08T20:54:20.759Z[ host-package] Compiling ref-cast-impl v1.0.23
31672025-05-08T20:54:22.265Z[ host-package] Compiling derive_builder_macro v0.20.2
31682025-05-08T20:54:22.764Z[ host-package] Compiling phf_codegen v0.11.2
31692025-05-08T20:54:23.267Z[ helios-setup] May 08 20:54:22.600 INFO E| Compiling serde_urlencoded v0.7.1
31702025-05-08T20:54:23.616Z[ helios-setup] May 08 20:54:22.948 INFO E| Compiling is-terminal v0.4.7
31712025-05-08T20:54:23.785Z[ host-package] Compiling headers v0.4.0
31722025-05-08T20:54:24.361Z[ helios-setup] May 08 20:54:23.694 INFO E| Compiling sha1 v0.10.5
31732025-05-08T20:54:24.443Z[ helios-setup] May 08 20:54:23.776 INFO E| Compiling concolor-override v1.0.0
31742025-05-08T20:54:25.064Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31752025-05-08T20:54:27.107Z[ helios-setup] May 08 20:54:26.439 INFO E| Compiling anstyle v0.3.5
31762025-05-08T20:54:27.928Z[ helios-setup] May 08 20:54:27.260 INFO E| Compiling either v1.8.0
31772025-05-08T20:54:28.142Z[ helios-setup] May 08 20:54:27.474 INFO E| Compiling concolor-query v0.3.3
31782025-05-08T20:54:28.637Z[ helios-setup] May 08 20:54:27.969 INFO E| Compiling rayon v1.6.1
31792025-05-08T20:54:28.830Z[ helios-setup] May 08 20:54:28.161 INFO E| Compiling anstream v0.2.6
31802025-05-08T20:54:30.694Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31812025-05-08T20:54:34.530Z[ helios-setup] May 08 20:54:33.861 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31822025-05-08T20:54:34.971Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31832025-05-08T20:54:35.628Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31842025-05-08T20:54:35.645Z[ helios-setup] May 08 20:54:34.952 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31852025-05-08T20:54:36.263Z[ helios-setup] May 08 20:54:35.577 INFO E| Compiling rustfmt-wrapper v0.2.0
31862025-05-08T20:54:36.473Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31872025-05-08T20:54:36.973Z[ helios-setup] May 08 20:54:36.304 INFO E| Compiling rand v0.8.5
31882025-05-08T20:54:37.118Z[ host-package] Compiling strum_macros v0.24.3
31892025-05-08T20:54:37.234Z[ host-package] Compiling parse-zoneinfo v0.3.1
31902025-05-08T20:54:37.948Z[ helios-setup] May 08 20:54:37.279 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31912025-05-08T20:54:39.152Z[ helios-setup] May 08 20:54:38.483 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31922025-05-08T20:54:39.413Z[ helios-setup] May 08 20:54:38.744 INFO E| Compiling openapiv3 v1.0.2
31932025-05-08T20:54:39.587Z[ host-package] Compiling crc8 v0.1.1
31942025-05-08T20:54:39.654Z[ host-package] Compiling samael v0.0.18
31952025-05-08T20:54:40.159Z[ helios-setup] May 08 20:54:39.489 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31962025-05-08T20:54:40.324Z[ host-package] Compiling indoc v1.0.9
31972025-05-08T20:54:40.338Z[ helios-setup] May 08 20:54:39.669 INFO E| Compiling encoding_rs v0.8.32
31982025-05-08T20:54:40.926Z[ helios-setup] May 08 20:54:40.257 INFO E| Compiling project-root v0.2.2
31992025-05-08T20:54:41.695Z[ helios-setup] May 08 20:54:41.025 INFO E| Compiling ipnet v2.7.2
32002025-05-08T20:54:41.955Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32012025-05-08T20:54:42.189Z[ host-package] Compiling chrono-tz-build v0.4.0
32022025-05-08T20:54:43.812Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32032025-05-08T20:54:44.289Z[ host-package] Compiling derive_builder v0.20.2
32042025-05-08T20:54:45.835Z[ helios-setup] May 08 20:54:45.165 INFO E| Compiling base64 v0.13.1
32052025-05-08T20:54:47.155Z[ helios-setup] May 08 20:54:46.485 INFO E| Compiling untrusted v0.7.1
32062025-05-08T20:54:47.224Z[ helios-setup] May 08 20:54:46.554 INFO E| Compiling spin v0.5.2
32072025-05-08T20:54:47.331Z[ helios-setup] May 08 20:54:46.661 INFO E| Compiling mime v0.3.17
32082025-05-08T20:54:47.835Z[ helios-setup] May 08 20:54:47.165 INFO E| Compiling clap_lex v0.4.1
32092025-05-08T20:54:48.001Z[ helios-setup] May 08 20:54:47.330 INFO E| Compiling unsafe-libyaml v0.2.8
32102025-05-08T20:54:49.302Z[ helios-setup] May 08 20:54:48.631 INFO E| Compiling byteorder v1.4.3
32112025-05-08T20:54:49.685Z[ helios-setup] May 08 20:54:49.012 INFO E| Compiling utf-8 v0.7.6
32122025-05-08T20:54:50.217Z[ helios-setup] May 08 20:54:49.547 INFO E| Compiling strsim v0.10.0
32132025-05-08T20:54:50.494Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32142025-05-08T20:54:50.551Z[ helios-setup] May 08 20:54:49.880 INFO E| Compiling tungstenite v0.18.0
32152025-05-08T20:54:51.211Z[ helios-setup] May 08 20:54:50.541 INFO E| Compiling clap_builder v4.2.1
32162025-05-08T20:54:51.561Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
32172025-05-08T20:54:51.713Z[ helios-setup] May 08 20:54:51.043 INFO E| Compiling serde_yaml v0.9.21
32182025-05-08T20:54:52.851Z[ host-package] Compiling oso-derive v0.27.3
32192025-05-08T20:54:53.021Z[ host-package] Compiling quick-xml v0.37.2
32202025-05-08T20:54:53.518Z[ helios-setup] May 08 20:54:52.847 INFO E| Compiling reqwest v0.11.16
32212025-05-08T20:54:55.042Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32222025-05-08T20:54:56.810Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32232025-05-08T20:54:56.964Z[ helios-setup] May 08 20:54:56.292 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32242025-05-08T20:54:57.958Z[ host-package] Compiling arc-swap v1.7.1
32252025-05-08T20:54:57.996Z[ helios-setup] May 08 20:54:57.326 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32262025-05-08T20:54:58.544Z[ host-package] Compiling vte v0.11.1
32272025-05-08T20:54:59.316Z[ host-package] Compiling slog-scope v4.4.0
32282025-05-08T20:55:00.987Z[ host-package] Compiling chrono-tz v0.10.3
32292025-05-08T20:55:01.715Z[ helios-setup] May 08 20:55:01.042 INFO E| Compiling clap_derive v4.2.0
32302025-05-08T20:55:01.939Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32312025-05-08T20:55:02.411Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32322025-05-08T20:55:02.643Z[ host-package] Compiling unicase v2.7.0
32332025-05-08T20:55:03.806Z[ host-package] Compiling diesel-dtrace v0.4.2
32342025-05-08T20:55:05.153Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32352025-05-08T20:55:05.615Z[ helios-setup] May 08 20:55:04.944 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32362025-05-08T20:55:06.550Z[ host-package] Compiling slog-stdlog v4.1.1
32372025-05-08T20:55:08.367Z[ host-package] Compiling papergrid v0.11.0
32382025-05-08T20:55:08.638Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32392025-05-08T20:55:09.432Z[ host-package] Compiling oso v0.27.3
32402025-05-08T20:55:10.155Z[ helios-setup] May 08 20:55:09.483 INFO E| Compiling clap v4.2.1
32412025-05-08T20:55:28.411Z[ helios-setup] May 08 20:55:27.736 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32422025-05-08T20:55:30.210Z[ helios-setup] May 08 20:55:29.536 INFO E| Compiling tokio-tungstenite v0.18.0
32432025-05-08T20:55:31.689Z[ helios-setup] May 08 20:55:31.014 INFO E| Compiling smartstring v1.0.1
32442025-05-08T20:55:32.477Z[ helios-setup] May 08 20:55:31.802 INFO E| Compiling rustls v0.21.0
32452025-05-08T20:55:33.536Z[ host-package] Compiling tabled_derive v0.7.0
32462025-05-08T20:55:33.573Z[ helios-setup] May 08 20:55:32.896 INFO E| Compiling toml_datetime v0.6.1
32472025-05-08T20:55:34.165Z[ helios-setup] May 08 20:55:33.490 INFO E| Compiling serde_spanned v0.6.1
32482025-05-08T20:55:34.883Z[ helios-setup] May 08 20:55:34.205 INFO E| Compiling async-trait v0.1.68
32492025-05-08T20:55:35.223Z[ helios-setup] May 08 20:55:34.547 INFO E| Compiling paste v1.0.12
32502025-05-08T20:55:36.134Z[ helios-setup] May 08 20:55:35.459 INFO E| Compiling slog-async v2.7.0
32512025-05-08T20:55:36.507Z[ helios-setup] May 08 20:55:35.832 INFO E| Compiling camino v1.1.4
32522025-05-08T20:55:37.710Z[ helios-setup] May 08 20:55:37.035 INFO E| Compiling match_cfg v0.1.0
32532025-05-08T20:55:37.739Z[ host-package] Compiling fd-lock v4.0.2
32542025-05-08T20:55:37.977Z[ helios-setup] May 08 20:55:37.301 INFO E| Compiling winnow v0.4.1
32552025-05-08T20:55:38.273Z[ helios-setup] May 08 20:55:37.598 INFO E| Compiling static_assertions v1.1.0
32562025-05-08T20:55:38.539Z[ host-package] Compiling bb8 v0.8.5
32572025-05-08T20:55:39.752Z[ host-package] Compiling peg-macros v0.8.5
32582025-05-08T20:55:40.189Z[ helios-setup] May 08 20:55:39.514 INFO E| Compiling hostname v0.3.1
32592025-05-08T20:55:41.432Z[ helios-setup] May 08 20:55:40.748 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32602025-05-08T20:55:41.474Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612025-05-08T20:55:42.004Z[ helios-setup] May 08 20:55:41.328 INFO E| Compiling slog-json v2.6.1
32622025-05-08T20:55:42.403Z[ helios-setup] May 08 20:55:41.727 INFO E| Compiling bincode v1.3.3
32632025-05-08T20:55:42.974Z[ helios-setup] May 08 20:55:42.298 INFO E| Compiling unicode-linebreak v0.1.4
32642025-05-08T20:55:43.890Z[ host-package] Compiling nu-ansi-term v0.50.1
32652025-05-08T20:55:44.929Z[ helios-setup] May 08 20:55:44.253 INFO E| Compiling toml_edit v0.19.8
32662025-05-08T20:55:45.021Z[ helios-setup] May 08 20:55:44.344 INFO E| Compiling async-stream-impl v0.3.5
32672025-05-08T20:55:45.948Z[ host-package] Compiling peg v0.8.5
32682025-05-08T20:55:46.528Z[ host-package] Compiling reedline v0.38.0
32692025-05-08T20:55:47.018Z[ host-package] Compiling async-bb8-diesel v0.2.1
32702025-05-08T20:55:47.659Z[ helios-setup] May 08 20:55:46.983 INFO E| Compiling rhai_codegen v1.5.0
32712025-05-08T20:55:47.859Z[ helios-setup] May 08 20:55:47.183 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32722025-05-08T20:55:48.596Z[ host-package] Compiling tabled v0.15.0
32732025-05-08T20:55:48.958Z[ host-package] Compiling slog-envlogger v2.2.0
32742025-05-08T20:55:48.994Z[ helios-setup] May 08 20:55:48.318 INFO E| Compiling take_mut v0.2.2
32752025-05-08T20:55:52.455Z[ helios-setup] May 08 20:55:51.779 INFO E| Compiling rhai v1.14.0
32762025-05-08T20:55:54.538Z[ helios-setup] May 08 20:55:53.861 INFO E| Compiling toml v0.7.3
32772025-05-08T20:55:57.408Z[ helios-setup] May 08 20:55:56.731 INFO E| Compiling async-stream v0.3.5
32782025-05-08T20:55:58.510Z[ helios-setup] May 08 20:55:57.833 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32792025-05-08T20:56:01.615Z[ helios-setup] May 08 20:56:00.938 INFO E| Compiling slog-bunyan v2.4.0
32802025-05-08T20:56:07.834Z[ helios-setup] May 08 20:56:07.156 INFO E| Compiling rustls-pemfile v1.0.2
32812025-05-08T20:56:07.959Z[ helios-setup] May 08 20:56:07.252 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32822025-05-08T20:56:09.042Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32832025-05-08T20:56:09.294Z[ helios-setup] May 08 20:56:08.615 INFO E| Compiling serde_path_to_error v0.1.11
32842025-05-08T20:56:10.722Z[ helios-setup] May 08 20:56:09.853 INFO E| Compiling terminal_size v0.2.6
32852025-05-08T20:56:10.937Z[ helios-setup] May 08 20:56:10.259 INFO E| Compiling smawk v0.3.1
32862025-05-08T20:56:11.134Z[ helios-setup] May 08 20:56:10.456 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
32872025-05-08T20:56:11.812Z[ helios-setup] May 08 20:56:11.133 INFO E| Compiling textwrap v0.16.0
32882025-05-08T20:56:14.435Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32892025-05-08T20:56:15.422Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32902025-05-08T20:56:18.625Z[ helios-setup] May 08 20:56:17.946 INFO E| Compiling sct v0.7.0
32912025-05-08T20:56:18.761Z[ helios-setup] May 08 20:56:18.082 INFO E| Compiling rustls-webpki v0.100.1
32922025-05-08T20:56:20.194Z[ host-package] Compiling typify-impl v0.2.0
32932025-05-08T20:56:27.947Z[ helios-setup] May 08 20:56:27.264 INFO E| Compiling git2 v0.16.1
32942025-05-08T20:56:28.593Z[ helios-setup] May 08 20:56:27.913 INFO E| Compiling tokio-rustls v0.24.0
32952025-05-08T20:56:28.932Z[ host-package] Compiling bcs v0.1.6
32962025-05-08T20:56:30.207Z[ host-package] Compiling fxhash v0.2.1
32972025-05-08T20:56:30.835Z[ host-package] Compiling libz-sys v1.1.20
32982025-05-08T20:56:32.233Z[ host-package] Compiling termtree v0.5.1
32992025-05-08T20:56:33.944Z[ host-package] Compiling kstat-rs v0.2.4
33002025-05-08T20:56:35.380Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012025-05-08T20:56:35.674Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33022025-05-08T20:56:38.372Z[ helios-setup] May 08 20:56:37.690 INFO E| Compiling built v0.6.0
33032025-05-08T20:56:38.903Z[ host-package] Compiling typify-macro v0.2.0
33042025-05-08T20:56:39.974Z[ helios-setup] May 08 20:56:39.292 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33052025-05-08T20:56:40.380Z[ host-package] Compiling nanorand v0.7.0
33062025-05-08T20:56:41.807Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33072025-05-08T20:56:42.387Z[ helios-setup] May 08 20:56:41.706 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33082025-05-08T20:56:43.579Z[ helios-setup] May 08 20:56:42.898 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33092025-05-08T20:56:43.648Z[ host-package] Compiling parking_lot_core v0.8.6
33102025-05-08T20:56:45.235Z[ host-package] Compiling flume v0.11.1
33112025-05-08T20:56:46.930Z[ host-package] Compiling mime_guess v2.0.5
33122025-05-08T20:56:49.975Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33132025-05-08T20:56:55.130Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33142025-05-08T20:56:58.997Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33152025-05-08T20:57:00.385Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33162025-05-08T20:57:03.993Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33172025-05-08T20:57:04.019Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33182025-05-08T20:57:04.770Z[ host-package] Compiling typify v0.2.0
33192025-05-08T20:57:05.199Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202025-05-08T20:57:05.906Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33212025-05-08T20:57:07.213Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33222025-05-08T20:57:10.181Z[ host-package] Compiling castaway v0.2.3
33232025-05-08T20:57:10.496Z[ host-package] Compiling vergen v8.3.2
33242025-05-08T20:57:11.035Z[ host-package] Compiling nibble_vec v0.1.0
33252025-05-08T20:57:11.333Z[ host-package] Compiling cargo-platform v0.1.8
33262025-05-08T20:57:11.978Z[ host-package] Compiling atty v0.2.14
33272025-05-08T20:57:12.181Z[ host-package] Compiling io-lifetimes v1.0.11
33282025-05-08T20:57:12.499Z[ host-package] Compiling http-range v0.1.5
33292025-05-08T20:57:12.874Z[ host-package] Compiling endian-type v0.1.2
33302025-05-08T20:57:13.142Z[ host-package] Compiling salty v0.3.0
33312025-05-08T20:57:13.197Z[ host-package] Compiling tough v0.20.0
33322025-05-08T20:57:13.711Z[ host-package] Compiling radix_trie v0.2.1
33332025-05-08T20:57:13.874Z[ helios-setup] May 08 20:57:13.190 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33342025-05-08T20:57:16.056Z[ host-package] Compiling cargo_metadata v0.18.1
33352025-05-08T20:57:16.203Z[ host-package] Compiling compact_str v0.8.0
33362025-05-08T20:57:20.905Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33372025-05-08T20:57:25.809Z[ helios-setup] May 08 20:57:25.123 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33382025-05-08T20:57:30.656Z[ host-package] Compiling parking_lot v0.11.2
33392025-05-08T20:57:41.223Z[ host-package] Compiling progenitor-impl v0.8.0
33402025-05-08T20:57:49.635Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33412025-05-08T20:57:52.859Z[ host-package] Compiling git2 v0.19.0
33422025-05-08T20:57:53.734Z[ helios-setup] May 08 20:57:53.045 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33432025-05-08T20:58:02.612Z[ host-package] Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
33442025-05-08T20:58:04.733Z[ host-package] Compiling unicode-truncate v1.1.0
33452025-05-08T20:58:04.803Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33462025-05-08T20:58:05.175Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33472025-05-08T20:58:12.583Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
33482025-05-08T20:58:16.827Z[ host-package] Compiling lru v0.12.5
33492025-05-08T20:58:17.852Z[ host-package] Compiling rand_seeder v0.3.0
33502025-05-08T20:58:18.381Z[ host-package] Compiling lzma-sys v0.1.20
33512025-05-08T20:58:18.999Z[ host-package] Compiling instability v0.3.2
33522025-05-08T20:58:19.697Z[ host-package] Compiling indoc v2.0.6
33532025-05-08T20:58:20.593Z[ host-package] Compiling rustix v0.37.28
33542025-05-08T20:58:20.648Z[ host-package] Compiling cassowary v0.3.0
33552025-05-08T20:58:21.049Z[ host-package] Compiling rustls v0.21.12
33562025-05-08T20:58:21.080Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
33572025-05-08T20:58:21.716Z[ host-package] Compiling ratatui v0.29.0
33582025-05-08T20:58:21.922Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33592025-05-08T20:58:22.458Z[ host-package] Compiling hyper-staticfile v0.10.1
33602025-05-08T20:58:26.461Z[ host-package] Compiling progenitor-macro v0.8.0
33612025-05-08T20:58:28.996Z[ host-package] Compiling sled v0.34.7
33622025-05-08T20:58:44.070Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33632025-05-08T20:58:47.100Z[ host-package] Compiling hickory-client v0.24.4
33642025-05-08T20:58:50.373Z[ helios-setup] May 08 20:58:49.678 INFO E| Finished `release` profile [optimized] target(s) in 6m 26s
33652025-05-08T20:58:50.498Z[ helios-setup] May 08 20:58:49.804 INFO building project "pilot" ok (386 seconds)
33662025-05-08T20:58:50.498Z[ helios-setup] May 08 20:58:49.804 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33672025-05-08T20:58:50.620Z[ helios-setup] May 08 20:58:49.926 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.86.0-x86_64-unknown-illumos (default)"
33682025-05-08T20:58:50.621Z[ helios-setup] May 08 20:58:49.926 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33692025-05-08T20:58:50.624Z[ helios-setup] May 08 20:58:49.926 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33702025-05-08T20:58:50.896Z[ helios-setup] May 08 20:58:50.202 INFO E| Downloading crates ...
33712025-05-08T20:58:50.946Z[ helios-setup] May 08 20:58:50.252 INFO E| Downloaded digest v0.10.3
33722025-05-08T20:58:50.953Z[ helios-setup] May 08 20:58:50.258 INFO E| Downloaded bytes v1.2.1
33732025-05-08T20:58:50.958Z[ helios-setup] May 08 20:58:50.264 INFO E| Downloaded typenum v1.15.0
33742025-05-08T20:58:50.962Z[ helios-setup] May 08 20:58:50.268 INFO E| Downloaded anyhow v1.0.62
33752025-05-08T20:58:50.968Z[ helios-setup] May 08 20:58:50.273 INFO E| Downloaded sha2 v0.10.5
33762025-05-08T20:58:51.130Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling version_check v0.9.4
33772025-05-08T20:58:51.133Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling typenum v1.15.0
33782025-05-08T20:58:51.133Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling crc32fast v1.3.2
33792025-05-08T20:58:51.133Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling cfg-if v1.0.0
33802025-05-08T20:58:51.133Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling anyhow v1.0.62
33812025-05-08T20:58:51.133Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling adler v1.0.2
33822025-05-08T20:58:51.133Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling unicode-width v0.1.10
33832025-05-08T20:58:51.133Z[ helios-setup] May 08 20:58:50.435 INFO E| Compiling cpufeatures v0.2.5
33842025-05-08T20:58:51.991Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33852025-05-08T20:58:52.013Z[ helios-setup] May 08 20:58:51.310 INFO E| Compiling generic-array v0.14.6
33862025-05-08T20:58:52.074Z[ helios-setup] May 08 20:58:51.380 INFO E| Compiling getopts v0.2.21
33872025-05-08T20:58:52.091Z[ helios-setup] May 08 20:58:51.396 INFO E| Compiling bytes v1.2.1
33882025-05-08T20:58:52.285Z[ helios-setup] May 08 20:58:51.590 INFO E| Compiling miniz_oxide v0.6.2
33892025-05-08T20:58:52.502Z[ helios-setup] May 08 20:58:51.807 INFO E| Compiling bitflags v1.3.2
33902025-05-08T20:58:53.341Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33912025-05-08T20:58:54.247Z[ helios-setup] May 08 20:58:53.552 INFO E| Compiling flate2 v1.0.25
33922025-05-08T20:58:54.388Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33932025-05-08T20:58:55.216Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
33942025-05-08T20:58:57.237Z[ host-package] Compiling progenitor-client v0.8.0
33952025-05-08T20:58:57.660Z[ helios-setup] May 08 20:58:56.965 INFO E| Compiling crypto-common v0.1.6
33962025-05-08T20:58:57.660Z[ helios-setup] May 08 20:58:56.965 INFO E| Compiling block-buffer v0.10.3
33972025-05-08T20:58:57.920Z[ helios-setup] May 08 20:58:57.225 INFO E| Compiling digest v0.10.3
33982025-05-08T20:58:58.277Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33992025-05-08T20:58:58.306Z[ helios-setup] May 08 20:58:57.607 INFO E| Compiling sha2 v0.10.5
34002025-05-08T20:58:58.787Z[ host-package] Compiling rustls-webpki v0.101.7
34012025-05-08T20:58:58.941Z[ helios-setup] May 08 20:58:58.246 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34022025-05-08T20:59:00.872Z[ host-package] Compiling sct v0.7.1
34032025-05-08T20:59:01.606Z[ host-package] Compiling hickory-server v0.24.4
34042025-05-08T20:59:03.902Z[ host-package] Compiling primeorder v0.13.6
34052025-05-08T20:59:04.287Z[ helios-setup] May 08 20:59:03.591 INFO E| Finished `release` profile [optimized] target(s) in 13.55s
34062025-05-08T20:59:04.303Z[ helios-setup] May 08 20:59:03.607 INFO building project "bootserver" ok (13 seconds)
34072025-05-08T20:59:04.303Z[ helios-setup] May 08 20:59:03.607 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34082025-05-08T20:59:04.406Z[ helios-setup] May 08 20:59:03.710 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.86.0-x86_64-unknown-illumos (default)"
34092025-05-08T20:59:04.406Z[ helios-setup] May 08 20:59:03.710 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34102025-05-08T20:59:04.409Z[ helios-setup] May 08 20:59:03.710 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34112025-05-08T20:59:04.588Z[ host-package] Compiling heck v0.3.3
34122025-05-08T20:59:04.813Z[ helios-setup] May 08 20:59:04.117 INFO E| Downloading crates ...
34132025-05-08T20:59:04.861Z[ helios-setup] May 08 20:59:04.165 INFO E| Downloaded miniz_oxide v0.8.8
34142025-05-08T20:59:04.924Z[ helios-setup] May 08 20:59:04.228 INFO E| Compiling adler2 v2.0.0
34152025-05-08T20:59:04.967Z[ host-package] Compiling env_filter v0.1.2
34162025-05-08T20:59:05.073Z[ helios-setup] May 08 20:59:04.377 INFO E| Compiling miniz_oxide v0.8.8
34172025-05-08T20:59:06.864Z[ host-package] Compiling csv-core v0.1.11
34182025-05-08T20:59:06.954Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
34192025-05-08T20:59:07.406Z[ host-package] Compiling xshell-macros v0.2.7
34202025-05-08T20:59:07.653Z[ helios-setup] May 08 20:59:06.953 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34212025-05-08T20:59:08.052Z[ host-package] Compiling void v1.0.2
34222025-05-08T20:59:08.250Z[ host-package] Compiling xshell v0.2.7
34232025-05-08T20:59:08.323Z[ host-package] Compiling lzss v0.8.2
34242025-05-08T20:59:08.529Z[ helios-setup] May 08 20:59:07.832 INFO E| Finished `release` profile [optimized] target(s) in 4.00s
34252025-05-08T20:59:08.539Z[ helios-setup] May 08 20:59:07.843 INFO building project "pinprick" ok (4 seconds)
34262025-05-08T20:59:08.542Z[ helios-setup] rm -f helios-build
34272025-05-08T20:59:08.546Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34282025-05-08T20:59:08.549Z[ helios-setup]
34292025-05-08T20:59:08.550Z[ helios-setup] Setup complete! ./helios-build is now available.
34302025-05-08T20:59:08.554Z[ helios-setup]
34312025-05-08T20:59:08.554Z[ helios-setup]
34322025-05-08T20:59:08.554Z[ helios-setup] real 10:23.811541999
34332025-05-08T20:59:08.554Z[ helios-setup] user 27:13.881098829
34342025-05-08T20:59:08.554Z[ helios-setup] sys 2:22.278508968
34352025-05-08T20:59:08.554Z[ helios-setup] trap 1.611787174
34362025-05-08T20:59:08.554Z[ helios-setup] tflt 4.871560370
34372025-05-08T20:59:08.554Z[ helios-setup] dflt 14.183302415
34382025-05-08T20:59:08.554Z[ helios-setup] kflt 0.004473647
34392025-05-08T20:59:08.554Z[ helios-setup] lock 1:42:12.007118577
34402025-05-08T20:59:08.554Z[ helios-setup] slp 3:23:49.260923937
34412025-05-08T20:59:08.554Z[ helios-setup] lat 29:30.478480607
34422025-05-08T20:59:08.554Z[ helios-setup] stop 4:56.567765619
34432025-05-08T20:59:08.554ZMay 08 20:59:07.856 INFO [helios-setup] process exited with exit status: 0 (623.817934824s)
34442025-05-08T20:59:08.843Z[ host-package] Compiling csv v1.3.1
34452025-05-08T20:59:10.707Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34462025-05-08T20:59:11.093Z[ host-package] Compiling env_logger v0.11.5
34472025-05-08T20:59:11.143Z[ host-package] Compiling zone_cfg_derive v0.1.2
34482025-05-08T20:59:12.476Z[ host-package] Compiling p384 v0.13.0
34492025-05-08T20:59:14.453Z[ host-package] Compiling progenitor v0.8.0
34502025-05-08T20:59:14.728Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34512025-05-08T20:59:15.759Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34522025-05-08T20:59:16.418Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
34532025-05-08T20:59:16.991Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34542025-05-08T20:59:17.754Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34552025-05-08T20:59:17.900Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34562025-05-08T20:59:19.504Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34572025-05-08T20:59:19.896Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34582025-05-08T20:59:24.523Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34592025-05-08T20:59:25.320Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34602025-05-08T20:59:25.759Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34612025-05-08T20:59:25.796Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34622025-05-08T20:59:26.161Z[ host-package] Compiling tungstenite v0.23.0
34632025-05-08T20:59:26.191Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34642025-05-08T20:59:26.908Z[ host-package] Compiling nix v0.27.1
34652025-05-08T20:59:26.966Z[ host-package] Compiling base64 v0.13.1
34662025-05-08T20:59:27.744Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34672025-05-08T20:59:28.145Z[ host-package] Compiling glob v0.3.2
34682025-05-08T20:59:28.800Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34692025-05-08T20:59:30.331Z[ host-package] Compiling tokio-tungstenite v0.23.1
34702025-05-08T20:59:30.969Z[ host-package] Compiling ron v0.7.1
34712025-05-08T20:59:31.675Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34722025-05-08T20:59:32.501Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34732025-05-08T20:59:32.739Z[ host-package] Compiling xz2 v0.1.7
34742025-05-08T20:59:35.151Z[ host-package] Compiling terminal_size v0.2.6
34752025-05-08T20:59:35.415Z[ host-package] Compiling tokio-rustls v0.24.1
34762025-05-08T20:59:35.896Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34772025-05-08T20:59:36.345Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34782025-05-08T20:59:37.777Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34792025-05-08T20:59:37.993Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34802025-05-08T20:59:40.863Z[ host-package] Compiling zone v0.1.8
34812025-05-08T20:59:42.049Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34822025-05-08T20:59:42.630Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34832025-05-08T20:59:44.395Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34842025-05-08T20:59:44.434Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
34852025-05-08T20:59:48.306Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34862025-05-08T20:59:51.714Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34872025-05-08T20:59:52.708Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34882025-05-08T20:59:53.949Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34892025-05-08T20:59:54.334Z[ host-package] Compiling rustls-pemfile v1.0.4
34902025-05-08T20:59:54.830Z[ host-package] Compiling signal-hook-tokio v0.3.1
34912025-05-08T20:59:55.092Z[ host-package] Compiling yasna v0.5.2
34922025-05-08T20:59:55.125Z[ host-package] Compiling twox-hash v2.1.0
34932025-05-08T20:59:56.164Z[ host-package] Compiling secrecy v0.8.0
34942025-05-08T20:59:56.224Z[ host-package] Compiling is_ci v1.2.0
34952025-05-08T20:59:56.502Z[ host-package] Compiling smawk v0.3.2
34962025-05-08T20:59:56.561Z[ host-package] Compiling unicode-linebreak v0.1.5
34972025-05-08T20:59:56.835Z[ host-package] Compiling supports-color v3.0.2
34982025-05-08T20:59:57.154Z[ host-package] Compiling textwrap v0.16.1
34992025-05-08T20:59:58.493Z[ host-package] Compiling rcgen v0.12.1
35002025-05-08T21:00:00.710Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35012025-05-08T21:00:01.599Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35022025-05-08T21:00:08.017Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35032025-05-08T21:00:09.202Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35042025-05-08T21:00:11.133Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35052025-05-08T21:00:12.880Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35062025-05-08T21:00:20.937Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35072025-05-08T21:00:23.769Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35082025-05-08T21:00:25.582Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
35092025-05-08T21:00:30.832Z[ host-package] Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
35102025-05-08T21:00:34.411Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35112025-05-08T21:00:35.335Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35122025-05-08T21:00:42.286Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35132025-05-08T21:00:42.832Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35142025-05-08T21:00:42.862Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35152025-05-08T21:00:44.801Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35162025-05-08T21:00:50.157Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
35172025-05-08T21:00:51.993Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35182025-05-08T21:00:52.308Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35192025-05-08T21:00:52.700Z[ host-package] Compiling fatfs v0.3.6
35202025-05-08T21:00:52.752Z[ host-package] Compiling rtoolbox v0.0.2
35212025-05-08T21:00:53.238Z[ host-package] Compiling subprocess v0.2.9
35222025-05-08T21:00:55.276Z[ host-package] Compiling assert_matches v1.5.0
35232025-05-08T21:00:55.601Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35242025-05-08T21:00:56.357Z[ host-package] Compiling rpassword v7.3.1
35252025-05-08T21:00:56.898Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35262025-05-08T21:00:57.841Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35272025-05-08T21:01:03.497Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35282025-05-08T21:01:10.611Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35292025-05-08T21:01:31.791Z[ host-package] Compiling tui-tree-widget v0.23.0
35302025-05-08T21:01:32.293Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35312025-05-08T21:01:41.523Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35322025-05-08T21:01:41.905Z[ host-package] Compiling uzers v0.12.1
35332025-05-08T21:01:43.443Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35342025-05-08T21:01:44.977Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35352025-05-08T21:01:45.488Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35362025-05-08T21:01:49.074Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35372025-05-08T21:01:59.788Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35382025-05-08T21:02:04.372Z[ host-package] Compiling multimap v0.10.0
35392025-05-08T21:04:32.353Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35402025-05-08T21:12:02.608Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 03s
35412025-05-08T21:13:12.293ZMay 08 21:13:11.511 INFO [host-package] process exited with exit status: 0 (1333.887441356s)
35422025-05-08T21:13:12.293ZMay 08 21:13:11.511 INFO [host-stamp] running task
35432025-05-08T21:13:12.296ZMay 08 21:13:11.512 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35442025-05-08T21:13:12.303ZMay 08 21:13:11.522 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+git61b4a923a85
35452025-05-08T21:13:12.314ZMay 08 21:13:11.533 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+git61b4a923a85
35462025-05-08T21:13:12.321Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35472025-05-08T21:13:12.324Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35482025-05-08T21:13:12.324ZMay 08 21:13:11.542 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+git61b4a923a85
35492025-05-08T21:13:12.335Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35502025-05-08T21:13:12.338ZMay 08 21:13:11.554 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+git61b4a923a85
35512025-05-08T21:13:12.348Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35522025-05-08T21:13:12.351Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35532025-05-08T21:13:12.353ZMay 08 21:13:11.569 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+git61b4a923a85
35542025-05-08T21:13:12.362Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35552025-05-08T21:13:12.369ZMay 08 21:13:11.587 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+git61b4a923a85
35562025-05-08T21:13:12.386Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35572025-05-08T21:13:12.389ZMay 08 21:13:11.605 INFO [stamp-oxlog] process exited with exit status: 0 (71.749191ms)
35582025-05-08T21:13:12.389ZMay 08 21:13:11.605 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+git61b4a923a85
35592025-05-08T21:13:12.400Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35602025-05-08T21:13:12.404Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35612025-05-08T21:13:12.407ZMay 08 21:13:11.622 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+git61b4a923a85
35622025-05-08T21:13:12.423Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35632025-05-08T21:13:12.426ZMay 08 21:13:11.641 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (54.172224ms)
35642025-05-08T21:13:12.433Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35652025-05-08T21:13:12.436Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35662025-05-08T21:13:12.439ZMay 08 21:13:11.658 INFO [stamp-overlay] process exited with exit status: 0 (35.288742ms)
35672025-05-08T21:13:12.521Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35682025-05-08T21:13:12.525ZMay 08 21:13:11.743 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (138.606315ms)
35692025-05-08T21:13:12.710Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35702025-05-08T21:13:12.714ZMay 08 21:13:11.932 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (378.363392ms)
35712025-05-08T21:13:12.743Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35722025-05-08T21:13:12.746ZMay 08 21:13:11.965 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (442.872663ms)
35732025-05-08T21:13:13.606Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35742025-05-08T21:13:13.610ZMay 08 21:13:12.827 INFO [stamp-propolis-server] process exited with exit status: 0 (1.257769748s)
35752025-05-08T21:13:13.630Z[recovery-package] Compiling newtype-uuid v1.2.1
35762025-05-08T21:13:14.163Z[recovery-package] Compiling daft v0.1.3
35772025-05-08T21:13:14.511Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35782025-05-08T21:13:14.845Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
35792025-05-08T21:13:14.846Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35802025-05-08T21:13:14.850Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35812025-05-08T21:13:14.892Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35822025-05-08T21:13:15.676Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35832025-05-08T21:13:22.000Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35842025-05-08T21:13:22.003ZMay 08 21:13:21.220 INFO [stamp-switch-asic] process exited with exit status: 0 (9.678646218s)
35852025-05-08T21:13:22.003ZMay 08 21:13:21.220 INFO [host-stamp] task succeeded (9.709216278s)
35862025-05-08T21:13:22.003ZMay 08 21:13:21.220 INFO [host-proto] running task
35872025-05-08T21:13:22.447ZMay 08 21:13:21.664 INFO [host-proto] task succeeded (444.092286ms)
35882025-05-08T21:13:22.448ZMay 08 21:13:21.665 INFO [host-profile] running task
35892025-05-08T21:13:22.451ZMay 08 21:13:21.665 INFO [host-profile] task succeeded (313.392µs)
35902025-05-08T21:13:22.451ZMay 08 21:13:21.665 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/.tmpXwhXpH/proto/host/root -N 'ci 61b4a92/${os_short_commit} 2025-05-08 20:48' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35912025-05-08T21:13:22.470Z[ host-image] May 08 21:13:21.687 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35922025-05-08T21:13:22.470Z[ host-image] May 08 21:13:21.687 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35932025-05-08T21:13:22.484Z[ host-image] May 08 21:13:21.701 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpXwhXpH/proto/host/root"
35942025-05-08T21:13:22.484Z[ host-image] May 08 21:13:21.701 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35952025-05-08T21:13:22.484Z[ host-image] May 08 21:13:21.701 INFO image builder template: ramdisk-01-os...
35962025-05-08T21:13:22.487Z[ host-image] May 08 21:13:21.701 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/.tmpXwhXpH/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
35972025-05-08T21:13:22.505Z[ host-image] May 08 21:13:21.722 INFO O| May 08 21:13:21.722 INFO CREATE DATASET: rpool/images/build/host/output
35982025-05-08T21:13:22.765Z[ host-image] May 08 21:13:21.982 INFO O| May 08 21:13:21.981 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35992025-05-08T21:13:22.770Z[ host-image] May 08 21:13:21.987 INFO O| May 08 21:13:21.987 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36002025-05-08T21:13:23.016Z[ host-image] May 08 21:13:22.233 INFO O| May 08 21:13:22.233 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36012025-05-08T21:13:23.089Z[ host-image] May 08 21:13:22.306 INFO O| May 08 21:13:22.306 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36022025-05-08T21:13:23.089Z[ host-image] May 08 21:13:22.306 INFO O| May 08 21:13:22.306 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36032025-05-08T21:13:23.092Z[ host-image] May 08 21:13:22.306 INFO O| May 08 21:13:22.306 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36042025-05-08T21:13:23.092Z[ host-image] May 08 21:13:22.306 INFO O| May 08 21:13:22.306 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36052025-05-08T21:13:23.097Z[ host-image] May 08 21:13:22.315 INFO O| May 08 21:13:22.315 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36062025-05-08T21:13:23.340Z[ host-image] May 08 21:13:22.556 INFO O| May 08 21:13:22.556 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36072025-05-08T21:13:23.352Z[ host-image] May 08 21:13:22.568 INFO O| May 08 21:13:22.568 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36082025-05-08T21:13:23.744Z[ host-image] May 08 21:13:22.961 INFO O| May 08 21:13:22.961 INFO O| Caching catalogs ... Done
36092025-05-08T21:13:23.840Z[ host-image] May 08 21:13:23.057 INFO O| May 08 21:13:23.057 INFO STEP 0 (pkg_image_create) COMPLETE
36102025-05-08T21:13:23.840Z[ host-image] May 08 21:13:23.057 INFO O| May 08 21:13:23.057 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36112025-05-08T21:13:23.840Z[ host-image] May 08 21:13:23.057 INFO O| May 08 21:13:23.057 INFO skip step because feature "repo_redist" is not enabled
36122025-05-08T21:13:23.840Z[ host-image] May 08 21:13:23.057 INFO O| May 08 21:13:23.057 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132025-05-08T21:13:23.852Z[ host-image] May 08 21:13:23.069 INFO O| May 08 21:13:23.069 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"]
36142025-05-08T21:13:24.254Z[ host-image] May 08 21:13:23.471 INFO O| May 08 21:13:23.470 INFO STEP 2 (pkg_set_publisher) COMPLETE
36152025-05-08T21:13:24.254Z[ host-image] May 08 21:13:23.471 INFO O| May 08 21:13:23.470 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36162025-05-08T21:13:24.268Z[ host-image] May 08 21:13:23.484 INFO O| May 08 21:13:23.484 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"]
36172025-05-08T21:13:24.407Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36182025-05-08T21:13:24.407Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36192025-05-08T21:13:24.407Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36202025-05-08T21:13:24.735Z[ host-image] May 08 21:13:23.952 INFO O| May 08 21:13:23.952 INFO STEP 3 (pkg_set_publisher) COMPLETE
36212025-05-08T21:13:24.735Z[ host-image] May 08 21:13:23.952 INFO O| May 08 21:13:23.952 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36222025-05-08T21:13:24.735Z[ host-image] May 08 21:13:23.952 INFO O| May 08 21:13:23.952 INFO skip step because feature "repo_redist" is not enabled
36232025-05-08T21:13:24.738Z[ host-image] May 08 21:13:23.952 INFO O| May 08 21:13:23.952 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36242025-05-08T21:13:25.365Z[ host-image] May 08 21:13:24.582 INFO O| May 08 21:13:24.582 INFO variant opensolaris.zone is already global
36252025-05-08T21:13:25.365Z[ host-image] May 08 21:13:24.582 INFO O| May 08 21:13:24.582 INFO STEP 5 (pkg_change_variant) COMPLETE
36262025-05-08T21:13:25.369Z[ host-image] May 08 21:13:24.582 INFO O| May 08 21:13:24.582 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36272025-05-08T21:13:26.046Z[ host-image] May 08 21:13:25.263 INFO O| May 08 21:13:25.262 INFO variant opensolaris.imagetype is full; changing to partial
36282025-05-08T21:13:26.046Z[ host-image] May 08 21:13:25.263 INFO O| May 08 21:13:25.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36292025-05-08T21:13:29.301Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36302025-05-08T21:13:29.415Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36312025-05-08T21:13:30.257Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36322025-05-08T21:13:31.933Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36332025-05-08T21:13:31.954Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36342025-05-08T21:13:32.867Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36352025-05-08T21:13:36.801Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36362025-05-08T21:13:39.685Z[ host-image] May 08 21:13:38.900 INFO O| May 08 21:13:38.900 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36372025-05-08T21:13:47.350Z[ host-image] May 08 21:13:46.564 INFO O| May 08 21:13:46.564 INFO O| Startup: Caching catalogs ... Done
36382025-05-08T21:13:47.448Z[ host-image] May 08 21:13:46.663 INFO O| May 08 21:13:46.662 INFO O| Planning: Planning completed in 0.00 seconds
36392025-05-08T21:13:47.452Z[ host-image] May 08 21:13:46.663 INFO O| May 08 21:13:46.663 INFO O| Planning: Consolidating action changes ... Done
36402025-05-08T21:13:47.452Z[ host-image] May 08 21:13:46.663 INFO O| May 08 21:13:46.663 INFO O| Planning: Evaluating mediators ... Done
36412025-05-08T21:13:47.452Z[ host-image] May 08 21:13:46.664 INFO O| May 08 21:13:46.664 INFO O| Planning: Planning completed in 0.00 seconds
36422025-05-08T21:13:47.452Z[ host-image] May 08 21:13:46.664 INFO O| May 08 21:13:46.664 INFO O| Variants/Facets to change: 1
36432025-05-08T21:13:47.466Z[ host-image] May 08 21:13:46.680 INFO O| May 08 21:13:46.680 INFO O| Done
36442025-05-08T21:13:47.474Z[ host-image] May 08 21:13:46.680 INFO O| May 08 21:13:46.680 INFO O| Done
36452025-05-08T21:13:48.328Z[ host-image] May 08 21:13:47.543 INFO O| May 08 21:13:47.543 INFO O| Done
36462025-05-08T21:13:48.397Z[ host-image] May 08 21:13:47.608 INFO O| May 08 21:13:47.608 INFO O| Done
36472025-05-08T21:13:48.397Z[ host-image] May 08 21:13:47.610 INFO O| May 08 21:13:47.610 INFO O| Done
36482025-05-08T21:13:48.397Z[ host-image] May 08 21:13:47.610 INFO O| May 08 21:13:47.610 INFO O| Done
36492025-05-08T21:13:48.397Z[ host-image] May 08 21:13:47.611 INFO O| May 08 21:13:47.611 INFO O| Done
36502025-05-08T21:13:49.067Z[ host-image] May 08 21:13:48.281 INFO O| May 08 21:13:48.281 INFO STEP 6 (pkg_change_variant) COMPLETE
36512025-05-08T21:13:49.067Z[ host-image] May 08 21:13:48.281 INFO O| May 08 21:13:48.281 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522025-05-08T21:13:49.070Z[ host-image] May 08 21:13:48.281 INFO O| May 08 21:13:48.281 INFO skip step because feature "debug_variant" is not enabled
36532025-05-08T21:13:49.070Z[ host-image] May 08 21:13:48.281 INFO O| May 08 21:13:48.281 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36542025-05-08T21:13:49.778Z[ host-image] May 08 21:13:48.992 INFO O| May 08 21:13:48.992 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36552025-05-08T21:13:50.850Z[ host-image] May 08 21:13:50.064 INFO O| May 08 21:13:50.063 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36562025-05-08T21:13:50.853Z[ host-image] May 08 21:13:50.066 INFO O| May 08 21:13:50.066 INFO O| Planning: Planning completed in 0.00 seconds
36572025-05-08T21:13:50.853Z[ host-image] May 08 21:13:50.067 INFO O| May 08 21:13:50.067 INFO O| Planning: Consolidating action changes ... Done
36582025-05-08T21:13:50.853Z[ host-image] May 08 21:13:50.067 INFO O| May 08 21:13:50.067 INFO O| Planning: Evaluating mediators ... Done
36592025-05-08T21:13:50.856Z[ host-image] May 08 21:13:50.068 INFO O| May 08 21:13:50.068 INFO O| Planning: Planning completed in 0.00 seconds
36602025-05-08T21:13:50.856Z[ host-image] May 08 21:13:50.068 INFO O| May 08 21:13:50.068 INFO O| Variants/Facets to change: 1
36612025-05-08T21:13:50.923Z[ host-image] May 08 21:13:50.137 INFO O| May 08 21:13:50.137 INFO O| Done
36622025-05-08T21:13:50.923Z[ host-image] May 08 21:13:50.137 INFO O| May 08 21:13:50.137 INFO O| Done
36632025-05-08T21:13:51.820Z[ host-image] May 08 21:13:51.034 INFO O| May 08 21:13:51.034 INFO O| Done
36642025-05-08T21:13:51.892Z[ host-image] May 08 21:13:51.106 INFO O| May 08 21:13:51.106 INFO O| Done
36652025-05-08T21:13:51.896Z[ host-image] May 08 21:13:51.107 INFO O| May 08 21:13:51.106 INFO O| Done
36662025-05-08T21:13:51.896Z[ host-image] May 08 21:13:51.107 INFO O| May 08 21:13:51.107 INFO O| Done
36672025-05-08T21:13:51.896Z[ host-image] May 08 21:13:51.108 INFO O| May 08 21:13:51.108 INFO O| Done
36682025-05-08T21:13:51.952Z[ host-image] May 08 21:13:51.166 INFO O| May 08 21:13:51.166 INFO STEP 8 (pkg_change_facet) COMPLETE
36692025-05-08T21:13:51.953Z[ host-image] May 08 21:13:51.166 INFO O| May 08 21:13:51.166 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702025-05-08T21:13:51.953Z[ host-image] May 08 21:13:51.166 INFO O| May 08 21:13:51.166 INFO skip step because feature "recovery" is not enabled
36712025-05-08T21:13:51.956Z[ host-image] May 08 21:13:51.166 INFO O| May 08 21:13:51.166 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722025-05-08T21:13:51.956Z[ host-image] May 08 21:13:51.166 INFO O| May 08 21:13:51.166 INFO skip step because feature "recovery" is not enabled
36732025-05-08T21:13:51.956Z[ host-image] May 08 21:13:51.166 INFO O| May 08 21:13:51.166 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742025-05-08T21:13:51.964Z[ host-image] May 08 21:13:51.178 INFO O| May 08 21:13:51.178 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"]
36752025-05-08T21:13:52.456Z[ host-image] May 08 21:13:51.670 INFO O| May 08 21:13:51.670 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36762025-05-08T21:13:59.500Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.91s
36772025-05-08T21:14:01.858ZMay 08 21:14:01.071 INFO [recovery-package] process exited with exit status: 0 (49.559104892s)
36782025-05-08T21:14:01.858ZMay 08 21:14:01.071 INFO [recovery-stamp] running task
36792025-05-08T21:14:01.862ZMay 08 21:14:01.072 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36802025-05-08T21:14:01.862ZMay 08 21:14:01.072 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 15.0.0-0.ci+git61b4a923a85
36812025-05-08T21:14:01.885ZMay 08 21:14:01.098 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+git61b4a923a85
36822025-05-08T21:14:01.897Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36832025-05-08T21:14:01.918Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36842025-05-08T21:14:01.973Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36852025-05-08T21:14:01.977ZMay 08 21:14:01.191 INFO [stamp-installinator] process exited with exit status: 0 (118.917404ms)
36862025-05-08T21:14:02.090Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36872025-05-08T21:14:02.093ZMay 08 21:14:01.306 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (208.38576ms)
36882025-05-08T21:14:02.093ZMay 08 21:14:01.306 INFO [recovery-stamp] task succeeded (234.551998ms)
36892025-05-08T21:14:02.093ZMay 08 21:14:01.306 INFO [recovery-proto] running task
36902025-05-08T21:14:02.093ZMay 08 21:14:01.306 INFO [tuf-stamp] running task
36912025-05-08T21:14:02.096ZMay 08 21:14:01.307 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+git61b4a923a85
36922025-05-08T21:14:02.111ZMay 08 21:14:01.324 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+git61b4a923a85
36932025-05-08T21:14:02.129Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36942025-05-08T21:14:02.132ZMay 08 21:14:01.341 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+git61b4a923a85
36952025-05-08T21:14:02.150Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36962025-05-08T21:14:02.150ZMay 08 21:14:01.362 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+git61b4a923a85
36972025-05-08T21:14:02.162Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36982025-05-08T21:14:02.165ZMay 08 21:14:01.379 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+git61b4a923a85
36992025-05-08T21:14:02.236Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37002025-05-08T21:14:02.240ZMay 08 21:14:01.449 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+git61b4a923a85
37012025-05-08T21:14:02.281Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37022025-05-08T21:14:02.285ZMay 08 21:14:01.495 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+git61b4a923a85
37032025-05-08T21:14:02.302Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37042025-05-08T21:14:02.313Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37052025-05-08T21:14:02.317ZMay 08 21:14:01.527 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+git61b4a923a85
37062025-05-08T21:14:02.338Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37072025-05-08T21:14:02.341ZMay 08 21:14:01.551 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+git61b4a923a85
37082025-05-08T21:14:02.379ZMay 08 21:14:01.592 INFO [recovery-proto] task succeeded (285.906721ms)
37092025-05-08T21:14:02.401ZMay 08 21:14:01.614 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/.tmpXwhXpH/proto/recovery/root -N 'recovery 61b4a92/${os_short_commit} 2025-05-08 20:48' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37102025-05-08T21:14:02.401ZMay 08 21:14:01.614 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+git61b4a923a85
37112025-05-08T21:14:02.414Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37122025-05-08T21:14:02.511Z[ recovery-image] May 08 21:14:01.640 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37132025-05-08T21:14:02.514Z[ recovery-image] May 08 21:14:01.641 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37142025-05-08T21:14:02.514Z[ recovery-image] May 08 21:14:01.667 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpXwhXpH/proto/recovery/root"
37152025-05-08T21:14:02.514Z[ recovery-image] May 08 21:14:01.667 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37162025-05-08T21:14:02.514Z[ recovery-image] May 08 21:14:01.668 INFO image builder template: ramdisk-01-os...
37172025-05-08T21:14:02.514Z[ recovery-image] May 08 21:14:01.668 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/.tmpXwhXpH/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
37182025-05-08T21:14:02.514Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37192025-05-08T21:14:02.514ZMay 08 21:14:01.725 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+git61b4a923a85
37202025-05-08T21:14:02.606Z[ recovery-image] May 08 21:14:01.819 INFO O| May 08 21:14:01.776 INFO CREATE DATASET: rpool/images/build/recovery/output
37212025-05-08T21:14:02.788Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37222025-05-08T21:14:02.805ZMay 08 21:14:02.018 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+git61b4a923a85
37232025-05-08T21:14:02.912Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
37242025-05-08T21:14:02.915ZMay 08 21:14:02.125 INFO [stamp-probe] process exited with exit status: 0 (746.441194ms)
37252025-05-08T21:14:02.947Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37262025-05-08T21:14:02.982Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37272025-05-08T21:14:02.995ZMay 08 21:14:02.208 INFO [stamp-ntp] process exited with exit status: 0 (901.176084ms)
37282025-05-08T21:14:03.035Z[ recovery-image] May 08 21:14:02.248 INFO O| May 08 21:14:02.248 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37292025-05-08T21:14:03.043Z[ recovery-image] May 08 21:14:02.256 INFO O| May 08 21:14:02.255 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37302025-05-08T21:14:03.136Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37312025-05-08T21:14:03.206Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37322025-05-08T21:14:03.434Z[ recovery-image] May 08 21:14:02.647 INFO O| May 08 21:14:02.647 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37332025-05-08T21:14:03.516Z[ recovery-image] May 08 21:14:02.728 INFO O| May 08 21:14:02.728 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37342025-05-08T21:14:03.516Z[ recovery-image] May 08 21:14:02.729 INFO O| May 08 21:14:02.729 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37352025-05-08T21:14:03.519Z[ recovery-image] May 08 21:14:02.729 INFO O| May 08 21:14:02.729 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37362025-05-08T21:14:03.519Z[ recovery-image] May 08 21:14:02.729 INFO O| May 08 21:14:02.729 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37372025-05-08T21:14:03.554Z[ recovery-image] May 08 21:14:02.767 INFO O| May 08 21:14:02.767 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37382025-05-08T21:14:04.082Z[ recovery-image] May 08 21:14:03.294 INFO O| May 08 21:14:03.294 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392025-05-08T21:14:04.100Z[ recovery-image] May 08 21:14:03.312 INFO O| May 08 21:14:03.312 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37402025-05-08T21:14:04.376Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37412025-05-08T21:14:04.439ZMay 08 21:14:03.652 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.157145621s)
37422025-05-08T21:14:04.891Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37432025-05-08T21:14:04.913ZMay 08 21:14:04.126 INFO [stamp-external-dns] process exited with exit status: 0 (2.676441841s)
37442025-05-08T21:14:04.939Z[ recovery-image] May 08 21:14:04.152 INFO O| May 08 21:14:04.152 INFO O| Caching catalogs ... Done
37452025-05-08T21:14:04.994Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37462025-05-08T21:14:05.064Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37472025-05-08T21:14:05.068ZMay 08 21:14:04.281 INFO [stamp-oximeter] process exited with exit status: 0 (2.939661027s)
37482025-05-08T21:14:05.075ZMay 08 21:14:04.288 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.736806828s)
37492025-05-08T21:14:05.114Z[ recovery-image] May 08 21:14:04.327 INFO O| May 08 21:14:04.327 INFO STEP 0 (pkg_image_create) COMPLETE
37502025-05-08T21:14:05.114Z[ recovery-image] May 08 21:14:04.327 INFO O| May 08 21:14:04.327 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37512025-05-08T21:14:05.114Z[ recovery-image] May 08 21:14:04.327 INFO O| May 08 21:14:04.327 INFO skip step because feature "repo_redist" is not enabled
37522025-05-08T21:14:05.118Z[ recovery-image] May 08 21:14:04.327 INFO O| May 08 21:14:04.327 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532025-05-08T21:14:05.118Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37542025-05-08T21:14:05.131Z[ recovery-image] May 08 21:14:04.344 INFO O| May 08 21:14:04.343 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-08T21:14:05.228ZMay 08 21:14:04.441 INFO [stamp-internal-dns] process exited with exit status: 0 (2.826652281s)
37562025-05-08T21:14:05.604Z[ recovery-image] May 08 21:14:04.817 INFO O| May 08 21:14:04.817 INFO STEP 2 (pkg_set_publisher) COMPLETE
37572025-05-08T21:14:05.604Z[ recovery-image] May 08 21:14:04.817 INFO O| May 08 21:14:04.817 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582025-05-08T21:14:05.621Z[ recovery-image] May 08 21:14:04.833 INFO O| May 08 21:14:04.833 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"]
37592025-05-08T21:14:06.126Z[ recovery-image] May 08 21:14:05.338 INFO O| May 08 21:14:05.337 INFO STEP 3 (pkg_set_publisher) COMPLETE
37602025-05-08T21:14:06.126Z[ recovery-image] May 08 21:14:05.338 INFO O| May 08 21:14:05.338 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612025-05-08T21:14:06.126Z[ recovery-image] May 08 21:14:05.338 INFO O| May 08 21:14:05.338 INFO skip step because feature "repo_redist" is not enabled
37622025-05-08T21:14:06.129Z[ recovery-image] May 08 21:14:05.338 INFO O| May 08 21:14:05.338 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632025-05-08T21:14:06.668Z[ recovery-image] May 08 21:14:05.880 INFO O| May 08 21:14:05.880 INFO variant opensolaris.zone is already global
37642025-05-08T21:14:06.668Z[ recovery-image] May 08 21:14:05.880 INFO O| May 08 21:14:05.880 INFO STEP 5 (pkg_change_variant) COMPLETE
37652025-05-08T21:14:06.668Z[ recovery-image] May 08 21:14:05.880 INFO O| May 08 21:14:05.880 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37662025-05-08T21:14:07.152Z[ recovery-image] May 08 21:14:06.364 INFO O| May 08 21:14:06.364 INFO variant opensolaris.imagetype is full; changing to partial
37672025-05-08T21:14:07.152Z[ recovery-image] May 08 21:14:06.364 INFO O| May 08 21:14:06.364 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37682025-05-08T21:14:07.256Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37692025-05-08T21:14:07.260ZMay 08 21:14:06.472 INFO [stamp-nexus] process exited with exit status: 0 (5.110364361s)
37702025-05-08T21:14:08.561Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37712025-05-08T21:14:08.741Z[verify-libraries] Compiling home v0.5.9
37722025-05-08T21:14:08.780Z[verify-libraries] Compiling cfg_aliases v0.1.1
37732025-05-08T21:14:08.784Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37742025-05-08T21:14:08.787Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37752025-05-08T21:14:08.787Z[verify-libraries] Compiling unicode_categories v0.1.1
37762025-05-08T21:14:08.867Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37772025-05-08T21:14:08.874Z[verify-libraries] Compiling polyval v0.6.2
37782025-05-08T21:14:09.032Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37792025-05-08T21:14:09.125ZMay 08 21:14:08.337 INFO [stamp-cockroachdb] process exited with exit status: 0 (7.012842321s)
37802025-05-08T21:14:09.202Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812025-05-08T21:14:09.295Z[verify-libraries] Compiling nix v0.28.0
37822025-05-08T21:14:09.403Z[verify-libraries] Compiling sqlformat v0.2.6
37832025-05-08T21:14:09.890Z[verify-libraries] Compiling ghash v0.5.1
37842025-05-08T21:14:10.101Z[verify-libraries] Compiling ctr v0.9.2
37852025-05-08T21:14:10.294Z[verify-libraries] Compiling ssh-encoding v0.2.0
37862025-05-08T21:14:10.522Z[verify-libraries] Compiling blowfish v0.9.1
37872025-05-08T21:14:10.807Z[verify-libraries] Compiling sqlparser v0.45.0
37882025-05-08T21:14:10.907Z[verify-libraries] Compiling aes-gcm v0.10.3
37892025-05-08T21:14:11.252Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37902025-05-08T21:14:11.555Z[verify-libraries] Compiling ssh-cipher v0.2.0
37912025-05-08T21:14:12.467Z[verify-libraries] Compiling password-hash v0.4.2
37922025-05-08T21:14:15.642Z[verify-libraries] Compiling rustyline v14.0.0
37932025-05-08T21:14:17.342Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37942025-05-08T21:14:17.451ZMay 08 21:14:16.663 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.609309998s)
37952025-05-08T21:14:17.571Z[verify-libraries] Compiling pbkdf2 v0.11.0
37962025-05-08T21:14:17.841Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37972025-05-08T21:14:17.875ZMay 08 21:14:17.086 INFO [stamp-clickhouse] process exited with exit status: 0 (15.558787784s)
37982025-05-08T21:14:17.906Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
37992025-05-08T21:14:17.916ZMay 08 21:14:17.127 INFO [stamp-clickhouse_server] process exited with exit status: 0 (15.402047962s)
38002025-05-08T21:14:17.916ZMay 08 21:14:17.127 INFO [tuf-stamp] task succeeded (15.820923275s)
38012025-05-08T21:14:18.375Z[verify-libraries] Compiling ssh-key v0.6.6
38022025-05-08T21:14:18.987Z[verify-libraries] Compiling p521 v0.13.3
38032025-05-08T21:14:19.599Z[verify-libraries] Compiling p256 v0.13.2
38042025-05-08T21:14:22.806Z[verify-libraries] Compiling petname v2.0.2
38052025-05-08T21:14:22.874Z[ recovery-image] May 08 21:14:22.084 INFO O| May 08 21:14:22.084 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38062025-05-08T21:14:23.797Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38072025-05-08T21:14:24.430Z[verify-libraries] Compiling md5 v0.7.0
38082025-05-08T21:14:25.166Z[verify-libraries] Compiling russh-keys v0.45.0
38092025-05-08T21:14:26.151Z[verify-libraries] Compiling num-bigint v0.4.6
38102025-05-08T21:14:32.488Z[verify-libraries] Compiling des v0.8.1
38112025-05-08T21:14:33.096Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38122025-05-08T21:14:34.334Z[verify-libraries] Compiling hex-literal v0.4.1
38132025-05-08T21:14:34.713Z[verify-libraries] Compiling russh v0.45.0
38142025-05-08T21:14:35.041Z[ recovery-image] May 08 21:14:34.250 INFO O| May 08 21:14:34.250 INFO O| Startup: Caching catalogs ... Done
38152025-05-08T21:14:35.194Z[ recovery-image] May 08 21:14:34.403 INFO O| May 08 21:14:34.403 INFO O| Planning: Planning completed in 0.00 seconds
38162025-05-08T21:14:35.197Z[ recovery-image] May 08 21:14:34.404 INFO O| May 08 21:14:34.404 INFO O| Planning: Consolidating action changes ... Done
38172025-05-08T21:14:35.197Z[ recovery-image] May 08 21:14:34.404 INFO O| May 08 21:14:34.404 INFO O| Planning: Evaluating mediators ... Done
38182025-05-08T21:14:35.197Z[ recovery-image] May 08 21:14:34.405 INFO O| May 08 21:14:34.405 INFO O| Planning: Planning completed in 0.00 seconds
38192025-05-08T21:14:35.197Z[ recovery-image] May 08 21:14:34.405 INFO O| May 08 21:14:34.405 INFO O| Variants/Facets to change: 1
38202025-05-08T21:14:35.246Z[ recovery-image] May 08 21:14:34.455 INFO O| May 08 21:14:34.455 INFO O| Done
38212025-05-08T21:14:35.246Z[ recovery-image] May 08 21:14:34.455 INFO O| May 08 21:14:34.455 INFO O| Done
38222025-05-08T21:14:36.852Z[ recovery-image] May 08 21:14:36.062 INFO O| May 08 21:14:36.062 INFO O| Done
38232025-05-08T21:14:36.881Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38242025-05-08T21:14:36.973Z[ recovery-image] May 08 21:14:36.182 INFO O| May 08 21:14:36.182 INFO O| Done
38252025-05-08T21:14:36.976Z[ recovery-image] May 08 21:14:36.184 INFO O| May 08 21:14:36.184 INFO O| Done
38262025-05-08T21:14:36.976Z[ recovery-image] May 08 21:14:36.184 INFO O| May 08 21:14:36.184 INFO O| Done
38272025-05-08T21:14:36.979Z[ recovery-image] May 08 21:14:36.186 INFO O| May 08 21:14:36.186 INFO O| Done
38282025-05-08T21:14:37.896Z[ recovery-image] May 08 21:14:37.105 INFO O| May 08 21:14:37.105 INFO STEP 6 (pkg_change_variant) COMPLETE
38292025-05-08T21:14:37.896Z[ recovery-image] May 08 21:14:37.105 INFO O| May 08 21:14:37.105 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38302025-05-08T21:14:37.899Z[ recovery-image] May 08 21:14:37.105 INFO O| May 08 21:14:37.105 INFO skip step because feature "debug_variant" is not enabled
38312025-05-08T21:14:37.899Z[ recovery-image] May 08 21:14:37.105 INFO O| May 08 21:14:37.105 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38322025-05-08T21:14:38.706Z[ recovery-image] May 08 21:14:37.915 INFO O| May 08 21:14:37.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38332025-05-08T21:14:39.877Z[ recovery-image] May 08 21:14:39.086 INFO O| May 08 21:14:39.086 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38342025-05-08T21:14:39.880Z[ recovery-image] May 08 21:14:39.088 INFO O| May 08 21:14:39.088 INFO O| Planning: Planning completed in 0.00 seconds
38352025-05-08T21:14:39.880Z[ recovery-image] May 08 21:14:39.089 INFO O| May 08 21:14:39.089 INFO O| Planning: Consolidating action changes ... Done
38362025-05-08T21:14:39.880Z[ recovery-image] May 08 21:14:39.089 INFO O| May 08 21:14:39.089 INFO O| Planning: Evaluating mediators ... Done
38372025-05-08T21:14:39.883Z[ recovery-image] May 08 21:14:39.090 INFO O| May 08 21:14:39.090 INFO O| Planning: Planning completed in 0.00 seconds
38382025-05-08T21:14:39.883Z[ recovery-image] May 08 21:14:39.090 INFO O| May 08 21:14:39.090 INFO O| Variants/Facets to change: 1
38392025-05-08T21:14:39.941Z[ recovery-image] May 08 21:14:39.150 INFO O| May 08 21:14:39.150 INFO O| Done
38402025-05-08T21:14:39.941Z[ recovery-image] May 08 21:14:39.150 INFO O| May 08 21:14:39.150 INFO O| Done
38412025-05-08T21:14:40.985Z[ recovery-image] May 08 21:14:40.194 INFO O| May 08 21:14:40.194 INFO O| Done
38422025-05-08T21:14:41.116Z[ recovery-image] May 08 21:14:40.325 INFO O| May 08 21:14:40.325 INFO O| Done
38432025-05-08T21:14:41.119Z[ recovery-image] May 08 21:14:40.326 INFO O| May 08 21:14:40.326 INFO O| Done
38442025-05-08T21:14:41.119Z[ recovery-image] May 08 21:14:40.326 INFO O| May 08 21:14:40.326 INFO O| Done
38452025-05-08T21:14:41.119Z[ recovery-image] May 08 21:14:40.328 INFO O| May 08 21:14:40.328 INFO O| Done
38462025-05-08T21:14:41.217Z[ recovery-image] May 08 21:14:40.426 INFO O| May 08 21:14:40.425 INFO STEP 8 (pkg_change_facet) COMPLETE
38472025-05-08T21:14:41.217Z[ recovery-image] May 08 21:14:40.426 INFO O| May 08 21:14:40.426 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38482025-05-08T21:14:41.973Z[ recovery-image] May 08 21:14:41.182 INFO O| May 08 21:14:41.181 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38492025-05-08T21:14:43.094Z[ recovery-image] May 08 21:14:42.303 INFO O| May 08 21:14:42.303 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38502025-05-08T21:14:43.099Z[ recovery-image] May 08 21:14:42.305 INFO O| May 08 21:14:42.305 INFO O| Planning: Planning completed in 0.00 seconds
38512025-05-08T21:14:43.099Z[ recovery-image] May 08 21:14:42.306 INFO O| May 08 21:14:42.306 INFO O| Planning: Consolidating action changes ... Done
38522025-05-08T21:14:43.099Z[ recovery-image] May 08 21:14:42.306 INFO O| May 08 21:14:42.306 INFO O| Planning: Evaluating mediators ... Done
38532025-05-08T21:14:43.099Z[ recovery-image] May 08 21:14:42.307 INFO O| May 08 21:14:42.307 INFO O| Planning: Planning completed in 0.00 seconds
38542025-05-08T21:14:43.099Z[ recovery-image] May 08 21:14:42.307 INFO O| May 08 21:14:42.307 INFO O| Variants/Facets to change: 1
38552025-05-08T21:14:43.183Z[ recovery-image] May 08 21:14:42.391 INFO O| May 08 21:14:42.391 INFO O| Done
38562025-05-08T21:14:43.186Z[ recovery-image] May 08 21:14:42.392 INFO O| May 08 21:14:42.391 INFO O| Done
38572025-05-08T21:14:44.525Z[ recovery-image] May 08 21:14:43.734 INFO O| May 08 21:14:43.734 INFO O| Done
38582025-05-08T21:14:44.629Z[ recovery-image] May 08 21:14:43.838 INFO O| May 08 21:14:43.838 INFO O| Done
38592025-05-08T21:14:44.633Z[ recovery-image] May 08 21:14:43.839 INFO O| May 08 21:14:43.839 INFO O| Done
38602025-05-08T21:14:44.633Z[ recovery-image] May 08 21:14:43.839 INFO O| May 08 21:14:43.839 INFO O| Done
38612025-05-08T21:14:44.633Z[ recovery-image] May 08 21:14:43.841 INFO O| May 08 21:14:43.841 INFO O| Done
38622025-05-08T21:14:44.775Z[ recovery-image] May 08 21:14:43.984 INFO O| May 08 21:14:43.984 INFO STEP 9 (pkg_change_facet) COMPLETE
38632025-05-08T21:14:44.776Z[ recovery-image] May 08 21:14:43.984 INFO O| May 08 21:14:43.984 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38642025-05-08T21:14:45.544Z[ recovery-image] May 08 21:14:44.753 INFO O| May 08 21:14:44.753 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38652025-05-08T21:14:46.690Z[ recovery-image] May 08 21:14:45.898 INFO O| May 08 21:14:45.898 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38662025-05-08T21:14:46.693Z[ recovery-image] May 08 21:14:45.900 INFO O| May 08 21:14:45.900 INFO O| Planning: Planning completed in 0.00 seconds
38672025-05-08T21:14:46.693Z[ recovery-image] May 08 21:14:45.901 INFO O| May 08 21:14:45.901 INFO O| Planning: Consolidating action changes ... Done
38682025-05-08T21:14:46.694Z[ recovery-image] May 08 21:14:45.901 INFO O| May 08 21:14:45.901 INFO O| Planning: Evaluating mediators ... Done
38692025-05-08T21:14:46.694Z[ recovery-image] May 08 21:14:45.902 INFO O| May 08 21:14:45.902 INFO O| Planning: Planning completed in 0.00 seconds
38702025-05-08T21:14:46.697Z[ recovery-image] May 08 21:14:45.902 INFO O| May 08 21:14:45.902 INFO O| Variants/Facets to change: 1
38712025-05-08T21:14:46.763Z[ recovery-image] May 08 21:14:45.971 INFO O| May 08 21:14:45.971 INFO O| Done
38722025-05-08T21:14:46.763Z[ recovery-image] May 08 21:14:45.971 INFO O| May 08 21:14:45.971 INFO O| Done
38732025-05-08T21:14:47.288Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38742025-05-08T21:14:47.863Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38752025-05-08T21:14:47.918Z[ recovery-image] May 08 21:14:47.126 INFO O| May 08 21:14:47.126 INFO O| Done
38762025-05-08T21:14:48.023Z[ recovery-image] May 08 21:14:47.232 INFO O| May 08 21:14:47.231 INFO O| Done
38772025-05-08T21:14:48.028Z[ recovery-image] May 08 21:14:47.233 INFO O| May 08 21:14:47.233 INFO O| Done
38782025-05-08T21:14:48.029Z[ recovery-image] May 08 21:14:47.233 INFO O| May 08 21:14:47.233 INFO O| Done
38792025-05-08T21:14:48.029Z[ recovery-image] May 08 21:14:47.235 INFO O| May 08 21:14:47.235 INFO O| Done
38802025-05-08T21:14:48.130Z[ recovery-image] May 08 21:14:47.338 INFO O| May 08 21:14:47.338 INFO STEP 10 (pkg_change_facet) COMPLETE
38812025-05-08T21:14:48.130Z[ recovery-image] May 08 21:14:47.338 INFO O| May 08 21:14:47.338 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38822025-05-08T21:14:48.148Z[ recovery-image] May 08 21:14:47.357 INFO O| May 08 21:14:47.356 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"]
38832025-05-08T21:14:49.364Z[ recovery-image] May 08 21:14:48.572 INFO O| May 08 21:14:48.571 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38842025-05-08T21:14:50.850Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38852025-05-08T21:14:51.209Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38862025-05-08T21:15:00.872Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38872025-05-08T21:15:01.424Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38882025-05-08T21:15:01.967Z[verify-libraries] Compiling internet-checksum v0.2.1
38892025-05-08T21:15:02.041Z[verify-libraries] Compiling sync-ptr v0.1.1
38902025-05-08T21:15:02.374Z[verify-libraries] Compiling omicron-zone-package v0.12.0
38912025-05-08T21:15:02.719Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38922025-05-08T21:15:21.091Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38932025-05-08T21:15:24.219Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38942025-05-08T21:15:25.001Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38952025-05-08T21:15:25.717Z[ host-image] May 08 21:15:24.922 INFO O| May 08 21:15:24.922 INFO O| Planning: Solver setup ... Done
38962025-05-08T21:15:32.046Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38972025-05-08T21:15:36.031Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38982025-05-08T21:15:37.267Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38992025-05-08T21:15:38.741Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39002025-05-08T21:15:51.394Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39012025-05-08T21:16:32.141Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39022025-05-08T21:16:33.686Z[ recovery-image] May 08 21:16:32.883 INFO O| May 08 21:16:32.883 INFO O| Planning: Solver setup ... Done
39032025-05-08T21:16:36.027Z[verify-libraries] Compiling heck v0.4.1
39042025-05-08T21:16:37.497Z[verify-libraries] Compiling yansi v1.0.1
39052025-05-08T21:16:38.720Z[verify-libraries] Compiling diff v0.1.13
39062025-05-08T21:16:40.224Z[verify-libraries] Compiling pretty_assertions v1.4.1
39072025-05-08T21:16:41.254Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39082025-05-08T21:16:42.468Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39092025-05-08T21:16:49.558Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39102025-05-08T21:17:00.616Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39112025-05-08T21:17:01.181Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39122025-05-08T21:17:01.747Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39132025-05-08T21:17:02.261Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39142025-05-08T21:17:02.851Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39152025-05-08T21:17:03.319Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39162025-05-08T21:17:05.614Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39172025-05-08T21:17:38.420Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39182025-05-08T21:17:52.813Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39192025-05-08T21:18:08.987Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39202025-05-08T21:18:12.763Z[ host-image] May 08 21:18:11.950 INFO O| May 08 21:18:11.950 INFO O| Planning: Running solver ... Done
39212025-05-08T21:18:13.588Z[ host-image] May 08 21:18:12.770 INFO O| May 08 21:18:12.770 INFO O| Planning: Finding local manifests ... Done
39222025-05-08T21:18:13.607Z[ host-image] May 08 21:18:12.786 INFO O| May 08 21:18:12.786 INFO O| Planning: Fetching manifests: 0/125 0% complete
39232025-05-08T21:18:15.202Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39242025-05-08T21:18:18.557Z[ host-image] May 08 21:18:17.743 INFO O| May 08 21:18:17.742 INFO O| Planning: Fetching manifests: 125/125 100% complete
39252025-05-08T21:18:20.350Z[ host-image] May 08 21:18:19.537 INFO O| May 08 21:18:19.537 INFO O| Planning: Package planning ... Done
39262025-05-08T21:18:21.930Z[ host-image] May 08 21:18:21.117 INFO O| May 08 21:18:21.117 INFO O| Planning: Merging actions ... Done
39272025-05-08T21:18:22.572Z[ host-image] May 08 21:18:21.758 INFO O| May 08 21:18:21.758 INFO O| Planning: Checking for conflicting actions ... Done
39282025-05-08T21:18:22.868Z[ host-image] May 08 21:18:22.054 INFO O| May 08 21:18:22.054 INFO O| Planning: Consolidating action changes ... Done
39292025-05-08T21:18:23.367Z[ host-image] May 08 21:18:22.553 INFO O| May 08 21:18:22.553 INFO O| Planning: Evaluating mediators ... Done
39302025-05-08T21:18:24.310Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39312025-05-08T21:18:25.191Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39322025-05-08T21:18:26.016Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39332025-05-08T21:18:30.018Z[verify-libraries] Compiling termios v0.3.3
39342025-05-08T21:18:30.340Z[ host-image] May 08 21:18:29.526 INFO O| May 08 21:18:29.526 INFO O| Planning: Planning completed in 277.86 seconds
39352025-05-08T21:18:30.406Z[ host-image] May 08 21:18:29.592 INFO O| May 08 21:18:29.592 INFO O| Packages to install: 125
39362025-05-08T21:18:30.410Z[ host-image] May 08 21:18:29.592 INFO O| May 08 21:18:29.592 INFO O| Mediators to change: 5
39372025-05-08T21:18:30.410Z[ host-image] May 08 21:18:29.592 INFO O| May 08 21:18:29.592 INFO O| Services to change: 6
39382025-05-08T21:18:30.514Z[ host-image] May 08 21:18:29.700 INFO O| May 08 21:18:29.700 INFO O| Download: 0/22866 items 0.0/202.2MB 0% complete
39392025-05-08T21:18:30.713Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39402025-05-08T21:18:34.189Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39412025-05-08T21:18:35.549Z[ host-image] May 08 21:18:34.734 INFO O| May 08 21:18:34.734 INFO O| Download: 1201/22866 items 7.4/202.2MB 3% complete (1.5M/s)
39422025-05-08T21:18:40.670Z[ host-image] May 08 21:18:39.854 INFO O| May 08 21:18:39.854 INFO O| Download: 1792/22866 items 13.2/202.2MB 6% complete (1.3M/s)
39432025-05-08T21:18:45.673Z[ host-image] May 08 21:18:44.858 INFO O| May 08 21:18:44.857 INFO O| Download: 2399/22866 items 28.1/202.2MB 13% complete (2.0M/s)
39442025-05-08T21:18:50.902Z[ host-image] May 08 21:18:50.085 INFO O| May 08 21:18:50.085 INFO O| Download: 3538/22866 items 35.8/202.2MB 17% complete (2.3M/s)
39452025-05-08T21:18:53.990Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39462025-05-08T21:18:55.928Z[ host-image] May 08 21:18:55.110 INFO O| May 08 21:18:55.110 INFO O| Download: 4642/22866 items 43.1/202.2MB 21% complete (1.5M/s)
39472025-05-08T21:19:00.887Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39482025-05-08T21:19:00.933Z[ host-image] May 08 21:19:00.115 INFO O| May 08 21:19:00.115 INFO O| Download: 5779/22866 items 46.5/202.2MB 22% complete (1.1M/s)
39492025-05-08T21:19:05.933Z[ host-image] May 08 21:19:05.115 INFO O| May 08 21:19:05.115 INFO O| Download: 6840/22866 items 48.1/202.2MB 23% complete (513k/s)
39502025-05-08T21:19:10.942Z[ host-image] May 08 21:19:10.123 INFO O| May 08 21:19:10.123 INFO O| Download: 7648/22866 items 58.6/202.2MB 28% complete (1.2M/s)
39512025-05-08T21:19:15.518Z[ recovery-image] May 08 21:19:14.699 INFO O| May 08 21:19:14.699 INFO O| Planning: Running solver ... Done
39522025-05-08T21:19:15.943Z[ host-image] May 08 21:19:15.124 INFO O| May 08 21:19:15.124 INFO O| Download: 8436/22866 items 72.3/202.2MB 35% complete (2.4M/s)
39532025-05-08T21:19:16.370Z[ recovery-image] May 08 21:19:15.551 INFO O| May 08 21:19:15.551 INFO O| Planning: Finding local manifests ... Done
39542025-05-08T21:19:16.385Z[ recovery-image] May 08 21:19:15.567 INFO O| May 08 21:19:15.566 INFO O| Planning: Fetching manifests: 0/125 0% complete
39552025-05-08T21:19:20.948Z[ host-image] May 08 21:19:20.129 INFO O| May 08 21:19:20.129 INFO O| Download: 9285/22866 items 80.9/202.2MB 40% complete (2.1M/s)
39562025-05-08T21:19:22.275Z[ recovery-image] May 08 21:19:21.451 INFO O| May 08 21:19:21.445 INFO O| Planning: Fetching manifests: 125/125 100% complete
39572025-05-08T21:19:23.780Z[ recovery-image] May 08 21:19:22.960 INFO O| May 08 21:19:22.960 INFO O| Planning: Package planning ... Done
39582025-05-08T21:19:24.625Z[ recovery-image] May 08 21:19:23.805 INFO O| May 08 21:19:23.805 INFO O| Planning: Merging actions ... Done
39592025-05-08T21:19:24.794Z[ recovery-image] May 08 21:19:23.975 INFO O| May 08 21:19:23.975 INFO O| Planning: Checking for conflicting actions ... Done
39602025-05-08T21:19:24.948Z[ recovery-image] May 08 21:19:24.128 INFO O| May 08 21:19:24.128 INFO O| Planning: Consolidating action changes ... Done
39612025-05-08T21:19:25.398Z[ recovery-image] May 08 21:19:24.579 INFO O| May 08 21:19:24.579 INFO O| Planning: Evaluating mediators ... Done
39622025-05-08T21:19:25.949Z[ host-image] May 08 21:19:25.129 INFO O| May 08 21:19:25.129 INFO O| Download: 10016/22866 items 87.0/202.2MB 43% complete (1.5M/s)
39632025-05-08T21:19:31.147Z[ host-image] May 08 21:19:30.327 INFO O| May 08 21:19:30.327 INFO O| Download: 10934/22866 items 93.3/202.2MB 46% complete (1.3M/s)
39642025-05-08T21:19:31.572Z[ recovery-image] May 08 21:19:30.752 INFO O| May 08 21:19:30.752 INFO O| Planning: Planning completed in 282.18 seconds
39652025-05-08T21:19:31.580Z[ recovery-image] May 08 21:19:30.759 INFO O| May 08 21:19:30.759 INFO O| Packages to install: 125
39662025-05-08T21:19:31.583Z[ recovery-image] May 08 21:19:30.760 INFO O| May 08 21:19:30.759 INFO O| Mediators to change: 5
39672025-05-08T21:19:31.583Z[ recovery-image] May 08 21:19:30.760 INFO O| May 08 21:19:30.759 INFO O| Services to change: 5
39682025-05-08T21:19:31.783Z[ recovery-image] May 08 21:19:30.963 INFO O| May 08 21:19:30.962 INFO O| Download: 0/15932 items 0.0/178.9MB 0% complete
39692025-05-08T21:19:36.263Z[ host-image] May 08 21:19:35.442 INFO O| May 08 21:19:35.442 INFO O| Download: 11307/22866 items 97.4/202.2MB 48% complete (1.1M/s)
39702025-05-08T21:19:36.830Z[ recovery-image] May 08 21:19:36.009 INFO O| May 08 21:19:36.009 INFO O| Download: 1003/15932 items 7.9/178.9MB 4% complete (1.7M/s)
39712025-05-08T21:19:41.474Z[ host-image] May 08 21:19:40.651 INFO O| May 08 21:19:40.651 INFO O| Download: 12043/22866 items 101.5/202.2MB 50% complete (741k/s)
39722025-05-08T21:19:41.875Z[ recovery-image] May 08 21:19:41.054 INFO O| May 08 21:19:41.053 INFO O| Download: 1108/15932 items 9.5/178.9MB 5% complete (1.1M/s)
39732025-05-08T21:19:46.828Z[ host-image] May 08 21:19:46.004 INFO O| May 08 21:19:46.004 INFO O| Download: 12389/22866 items 112.7/202.2MB 55% complete (1.7M/s)
39742025-05-08T21:19:46.884Z[ recovery-image] May 08 21:19:46.061 INFO O| May 08 21:19:46.061 INFO O| Download: 1570/15932 items 23.4/178.9MB 13% complete (1.5M/s)
39752025-05-08T21:19:51.833Z[ host-image] May 08 21:19:51.010 INFO O| May 08 21:19:51.010 INFO O| Download: 13425/22866 items 113.3/202.2MB 56% complete (1.2M/s)
39762025-05-08T21:19:51.897Z[ recovery-image] May 08 21:19:51.074 INFO O| May 08 21:19:51.074 INFO O| Download: 2054/15932 items 30.9/178.9MB 17% complete (2.1M/s)
39772025-05-08T21:19:56.838Z[ host-image] May 08 21:19:56.014 INFO O| May 08 21:19:56.014 INFO O| Download: 14258/22866 items 114.0/202.2MB 56% complete (127k/s)
39782025-05-08T21:19:56.904Z[ recovery-image] May 08 21:19:56.081 INFO O| May 08 21:19:56.081 INFO O| Download: 2939/15932 items 37.0/178.9MB 20% complete (1.5M/s)
39792025-05-08T21:20:01.856Z[ host-image] May 08 21:20:01.027 INFO O| May 08 21:20:01.027 INFO O| Download: 14619/22866 items 121.1/202.2MB 59% complete (753k/s)
39802025-05-08T21:20:02.625Z[ recovery-image] May 08 21:20:01.801 INFO O| May 08 21:20:01.801 INFO O| Download: 3826/15932 items 42.1/178.9MB 23% complete (1.2M/s)
39812025-05-08T21:20:07.168Z[ host-image] May 08 21:20:06.343 INFO O| May 08 21:20:06.343 INFO O| Download: 15632/22866 items 129.0/202.2MB 63% complete (1.5M/s)
39822025-05-08T21:20:07.840Z[ recovery-image] May 08 21:20:07.015 INFO O| May 08 21:20:07.015 INFO O| Download: 4756/15932 items 43.1/178.9MB 24% complete (587k/s)
39832025-05-08T21:20:12.182Z[ host-image] May 08 21:20:11.357 INFO O| May 08 21:20:11.357 INFO O| Download: 16272/22866 items 135.0/202.2MB 66% complete (1.3M/s)
39842025-05-08T21:20:12.845Z[ recovery-image] May 08 21:20:12.020 INFO O| May 08 21:20:12.020 INFO O| Download: 5641/15932 items 43.7/178.9MB 24% complete (154k/s)
39852025-05-08T21:20:17.203Z[ host-image] May 08 21:20:16.378 INFO O| May 08 21:20:16.378 INFO O| Download: 17255/22866 items 152.7/202.2MB 75% complete (2.4M/s)
39862025-05-08T21:20:18.129Z[ recovery-image] May 08 21:20:17.304 INFO O| May 08 21:20:17.304 INFO O| Download: 5983/15932 items 53.2/178.9MB 29% complete (1015k/s)
39872025-05-08T21:20:22.271Z[ host-image] May 08 21:20:21.446 INFO O| May 08 21:20:21.445 INFO O| Download: 17991/22866 items 160.7/202.2MB 79% complete (2.4M/s)
39882025-05-08T21:20:23.182Z[ recovery-image] May 08 21:20:22.356 INFO O| May 08 21:20:22.356 INFO O| Download: 6218/15932 items 64.0/178.9MB 35% complete (1.9M/s)
39892025-05-08T21:20:27.292Z[ host-image] May 08 21:20:26.466 INFO O| May 08 21:20:26.466 INFO O| Download: 18690/22866 items 168.2/202.2MB 83% complete (1.6M/s)
39902025-05-08T21:20:28.189Z[ recovery-image] May 08 21:20:27.362 INFO O| May 08 21:20:27.362 INFO O| Download: 6939/15932 items 70.9/178.9MB 39% complete (1.7M/s)
39912025-05-08T21:20:32.333Z[ host-image] May 08 21:20:31.470 INFO O| May 08 21:20:31.470 INFO O| Download: 19199/22866 items 170.0/202.2MB 84% complete (997k/s)
39922025-05-08T21:20:33.244Z[ recovery-image] May 08 21:20:32.417 INFO O| May 08 21:20:32.417 INFO O| Download: 7701/15932 items 76.9/178.9MB 43% complete (1.9M/s)
39932025-05-08T21:20:37.311Z[ host-image] May 08 21:20:36.484 INFO O| May 08 21:20:36.484 INFO O| Download: 20184/22866 items 174.4/202.2MB 86% complete (628k/s)
39942025-05-08T21:20:38.356Z[ recovery-image] May 08 21:20:37.529 INFO O| May 08 21:20:37.528 INFO O| Download: 7981/15932 items 80.2/178.9MB 44% complete (1.1M/s)
39952025-05-08T21:20:42.645Z[ host-image] May 08 21:20:41.817 INFO O| May 08 21:20:41.817 INFO O| Download: 20728/22866 items 176.4/202.2MB 87% complete (710k/s)
39962025-05-08T21:20:43.863Z[ recovery-image] May 08 21:20:43.035 INFO O| May 08 21:20:43.035 INFO O| Download: 8736/15932 items 84.8/178.9MB 47% complete (746k/s)
39972025-05-08T21:20:47.648Z[ host-image] May 08 21:20:46.820 INFO O| May 08 21:20:46.820 INFO O| Download: 21469/22866 items 184.1/202.2MB 91% complete (974k/s)
39982025-05-08T21:20:48.868Z[ recovery-image] May 08 21:20:48.040 INFO O| May 08 21:20:48.040 INFO O| Download: 9259/15932 items 96.0/178.9MB 53% complete (1.5M/s)
39992025-05-08T21:20:52.650Z[ host-image] May 08 21:20:51.821 INFO O| May 08 21:20:51.821 INFO O| Download: 22001/22866 items 195.1/202.2MB 96% complete (1.9M/s)
40002025-05-08T21:20:53.872Z[ recovery-image] May 08 21:20:53.043 INFO O| May 08 21:20:53.043 INFO O| Download: 10366/15932 items 96.6/178.9MB 53% complete (1.2M/s)
40012025-05-08T21:20:57.679Z[ host-image] May 08 21:20:56.849 INFO O| May 08 21:20:56.849 INFO O| Download: 22311/22866 items 200.0/202.2MB 98% complete (1.6M/s)
40022025-05-08T21:20:58.934Z[ recovery-image] May 08 21:20:58.104 INFO O| May 08 21:20:58.104 INFO O| Download: 11071/15932 items 98.0/178.9MB 54% complete (182k/s)
40032025-05-08T21:21:00.975Z[ host-image] May 08 21:21:00.146 INFO O| May 08 21:21:00.146 INFO O| Download: Completed 202.19 MB in 150.45 seconds (1.3M/s)
40042025-05-08T21:21:02.966Z[ host-image] May 08 21:21:02.136 INFO O| May 08 21:21:02.136 INFO O| Actions: 1/49613 actions (Installing new actions)
40052025-05-08T21:21:03.974Z[ recovery-image] May 08 21:21:03.143 INFO O| May 08 21:21:03.143 INFO O| Download: 11571/15932 items 114.6/178.9MB 64% complete (1.7M/s)
40062025-05-08T21:21:07.979Z[ host-image] May 08 21:21:07.149 INFO O| May 08 21:21:07.149 INFO O| Actions: 8581/49613 actions (Installing new actions)
40072025-05-08T21:21:08.975Z[ recovery-image] May 08 21:21:08.145 INFO O| May 08 21:21:08.145 INFO O| Download: 12324/15932 items 144.5/178.9MB 80% complete (4.7M/s)
40082025-05-08T21:21:12.980Z[ host-image] May 08 21:21:12.149 INFO O| May 08 21:21:12.149 INFO O| Actions: 15415/49613 actions (Installing new actions)
40092025-05-08T21:21:13.981Z[ recovery-image] May 08 21:21:13.150 INFO O| May 08 21:21:13.150 INFO O| Download: 13220/15932 items 148.1/178.9MB 82% complete (3.5M/s)
40102025-05-08T21:21:17.981Z[ host-image] May 08 21:21:17.150 INFO O| May 08 21:21:17.150 INFO O| Actions: 19398/49613 actions (Installing new actions)
40112025-05-08T21:21:18.982Z[ recovery-image] May 08 21:21:18.150 INFO O| May 08 21:21:18.150 INFO O| Download: 14178/15932 items 152.4/178.9MB 85% complete (809k/s)
40122025-05-08T21:21:22.982Z[ host-image] May 08 21:21:22.150 INFO O| May 08 21:21:22.150 INFO O| Actions: 26868/49613 actions (Installing new actions)
40132025-05-08T21:21:24.134Z[ recovery-image] May 08 21:21:23.302 INFO O| May 08 21:21:23.302 INFO O| Download: 14909/15932 items 160.7/178.9MB 89% complete (1.3M/s)
40142025-05-08T21:21:27.260Z[ host-image] May 08 21:21:26.428 INFO O| May 08 21:21:26.428 INFO O| Actions: Completed 49613 actions in 24.29 seconds.
40152025-05-08T21:21:28.469Z[ host-image] May 08 21:21:27.637 INFO O| May 08 21:21:27.636 INFO O| Done
40162025-05-08T21:21:28.469Z[ host-image] May 08 21:21:27.637 INFO O| May 08 21:21:27.636 INFO O| Done
40172025-05-08T21:21:29.513Z[ recovery-image] May 08 21:21:28.680 INFO O| May 08 21:21:28.680 INFO O| Download: 15646/15932 items 172.9/178.9MB 96% complete (2.0M/s)
40182025-05-08T21:21:30.581Z[ host-image] May 08 21:21:29.749 INFO O| May 08 21:21:29.748 INFO O| Done
40192025-05-08T21:21:32.749Z[ recovery-image] May 08 21:21:31.916 INFO O| May 08 21:21:31.916 INFO O| Download: Completed 178.88 MB in 120.95 seconds (1.5M/s)
40202025-05-08T21:21:33.284Z[ host-image] May 08 21:21:32.451 INFO O| May 08 21:21:32.451 INFO O| Done
40212025-05-08T21:21:33.348Z[ host-image] May 08 21:21:32.515 INFO O| May 08 21:21:32.515 INFO O| Done
40222025-05-08T21:21:33.896Z[ recovery-image] May 08 21:21:33.063 INFO O| May 08 21:21:33.063 INFO O| Actions: 1/25130 actions (Installing new actions)
40232025-05-08T21:21:35.115Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40242025-05-08T21:21:38.536Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
40252025-05-08T21:21:38.897Z[ recovery-image] May 08 21:21:38.064 INFO O| May 08 21:21:38.063 INFO O| Actions: 8730/25130 actions (Installing new actions)
40262025-05-08T21:21:41.113Z[ host-image] May 08 21:21:40.280 INFO O| May 08 21:21:40.280 INFO O| Done
40272025-05-08T21:21:42.309Z[ host-image] May 08 21:21:41.475 INFO O| May 08 21:21:41.475 INFO O| Done
40282025-05-08T21:21:43.708Z[ host-image] May 08 21:21:42.874 INFO O| May 08 21:21:42.874 INFO STEP 11 (pkg_install) COMPLETE
40292025-05-08T21:21:43.708Z[ host-image] May 08 21:21:42.874 INFO O| May 08 21:21:42.874 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40302025-05-08T21:21:43.749Z[ host-image] May 08 21:21:42.914 INFO O| May 08 21:21:42.914 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"]
40312025-05-08T21:21:43.907Z[ recovery-image] May 08 21:21:43.073 INFO O| May 08 21:21:43.073 INFO O| Actions: 14899/25130 actions (Installing new actions)
40322025-05-08T21:21:48.135Z[ host-image] May 08 21:21:47.300 INFO O| May 08 21:21:47.300 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40332025-05-08T21:21:48.935Z[ recovery-image] May 08 21:21:48.100 INFO O| May 08 21:21:48.100 INFO O| Actions: 24696/25130 actions (Installing new actions)
40342025-05-08T21:21:49.591Z[ recovery-image] May 08 21:21:48.757 INFO O| May 08 21:21:48.756 INFO O| Actions: Completed 25130 actions in 15.68 seconds.
40352025-05-08T21:21:50.484Z[ recovery-image] May 08 21:21:49.649 INFO O| May 08 21:21:49.649 INFO O| Done
40362025-05-08T21:21:50.484Z[ recovery-image] May 08 21:21:49.649 INFO O| May 08 21:21:49.649 INFO O| Done
40372025-05-08T21:21:51.612Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40382025-05-08T21:21:52.696Z[ recovery-image] May 08 21:21:51.861 INFO O| May 08 21:21:51.861 INFO O| Done
40392025-05-08T21:21:54.751Z[ recovery-image] May 08 21:21:53.916 INFO O| May 08 21:21:53.916 INFO O| Done
40402025-05-08T21:21:54.809Z[ recovery-image] May 08 21:21:53.974 INFO O| May 08 21:21:53.974 INFO O| Done
40412025-05-08T21:21:55.796Z[ host-image] May 08 21:21:54.961 INFO O| May 08 21:21:54.961 INFO O| Planning: Solver setup ... Done
40422025-05-08T21:21:55.804Z[ host-image] May 08 21:21:54.969 INFO O| May 08 21:21:54.969 INFO O| Planning: Running solver ... Done
40432025-05-08T21:21:55.947Z[ host-image] May 08 21:21:55.112 INFO O| May 08 21:21:55.112 INFO O| Planning: Finding local manifests ... Done
40442025-05-08T21:21:55.950Z[ host-image] May 08 21:21:55.114 INFO O| May 08 21:21:55.114 INFO O| Planning: Fetching manifests: 0/5 0% complete
40452025-05-08T21:21:56.287Z[ host-image] May 08 21:21:55.452 INFO O| May 08 21:21:55.452 INFO O| Planning: Fetching manifests: 5/5 100% complete
40462025-05-08T21:21:56.328Z[ host-image] May 08 21:21:55.492 INFO O| May 08 21:21:55.492 INFO O| Planning: Package planning ... Done
40472025-05-08T21:21:56.334Z[ host-image] May 08 21:21:55.499 INFO O| May 08 21:21:55.499 INFO O| Planning: Merging actions ... Done
40482025-05-08T21:21:56.526Z[ host-image] May 08 21:21:55.691 INFO O| May 08 21:21:55.691 INFO O| Planning: Checking for conflicting actions ... Done
40492025-05-08T21:21:56.529Z[ host-image] May 08 21:21:55.693 INFO O| May 08 21:21:55.693 INFO O| Planning: Consolidating action changes ... Done
40502025-05-08T21:21:57.077Z[ host-image] May 08 21:21:56.241 INFO O| May 08 21:21:56.241 INFO O| Planning: Evaluating mediators ... Done
40512025-05-08T21:21:57.080Z[ host-image] May 08 21:21:56.244 INFO O| May 08 21:21:56.244 INFO O| Planning: Planning completed in 8.94 seconds
40522025-05-08T21:21:57.083Z[ host-image] May 08 21:21:56.246 INFO O| May 08 21:21:56.246 INFO O| Packages to install: 5
40532025-05-08T21:21:57.083Z[ host-image] May 08 21:21:56.246 INFO O| May 08 21:21:56.246 INFO O| Services to change: 2
40542025-05-08T21:21:57.116Z[ host-image] May 08 21:21:56.280 INFO O| May 08 21:21:56.280 INFO O| Download: 0/119 items 0.0/1.5MB 0% complete
40552025-05-08T21:21:58.664Z[ host-image] May 08 21:21:57.829 INFO O| May 08 21:21:57.828 INFO O| Download: Completed 1.47 MB in 1.55 seconds (973k/s)
40562025-05-08T21:21:58.751Z[ host-image] May 08 21:21:57.915 INFO O| May 08 21:21:57.915 INFO O| Actions: 1/311 actions (Installing new actions)
40572025-05-08T21:21:58.993Z[ host-image] May 08 21:21:58.158 INFO O| May 08 21:21:58.158 INFO O| Actions: Completed 311 actions in 0.23 seconds.
40582025-05-08T21:21:59.690Z[ host-image] May 08 21:21:58.854 INFO O| May 08 21:21:58.854 INFO O| Done
40592025-05-08T21:21:59.691Z[ host-image] May 08 21:21:58.854 INFO O| May 08 21:21:58.854 INFO O| Done
40602025-05-08T21:21:59.905Z[ recovery-image] May 08 21:21:59.069 INFO O| May 08 21:21:59.069 INFO O| Done
40612025-05-08T21:22:00.555Z[ recovery-image] May 08 21:21:59.719 INFO O| May 08 21:21:59.719 INFO O| Done
40622025-05-08T21:22:01.332Z[ recovery-image] May 08 21:22:00.496 INFO O| May 08 21:22:00.496 INFO STEP 11 (pkg_install) COMPLETE
40632025-05-08T21:22:01.332Z[ recovery-image] May 08 21:22:00.496 INFO O| May 08 21:22:00.496 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40642025-05-08T21:22:01.336Z[ recovery-image] May 08 21:22:00.496 INFO O| May 08 21:22:00.496 INFO skip step because feature "recovery" is enabled
40652025-05-08T21:22:01.336Z[ recovery-image] May 08 21:22:00.496 INFO O| May 08 21:22:00.496 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40662025-05-08T21:22:01.336Z[ recovery-image] May 08 21:22:00.496 INFO O| May 08 21:22:00.496 INFO skip step because feature "omicron1" is not enabled
40672025-05-08T21:22:01.336Z[ recovery-image] May 08 21:22:00.496 INFO O| May 08 21:22:00.496 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40682025-05-08T21:22:01.352Z[ recovery-image] May 08 21:22:00.516 INFO O| May 08 21:22:00.516 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.361"]
40692025-05-08T21:22:01.413Z[ host-image] May 08 21:22:00.577 INFO O| May 08 21:22:00.577 INFO O| Done
40702025-05-08T21:22:02.454Z[ recovery-image] May 08 21:22:01.618 INFO O| May 08 21:22:01.618 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40712025-05-08T21:22:04.296Z[ host-image] May 08 21:22:03.460 INFO O| May 08 21:22:03.460 INFO O| Done
40722025-05-08T21:22:04.335Z[ host-image] May 08 21:22:03.499 INFO O| May 08 21:22:03.499 INFO O| Done
40732025-05-08T21:22:04.339Z[ host-image] May 08 21:22:03.500 INFO O| May 08 21:22:03.500 INFO O| Done
40742025-05-08T21:22:04.365Z[ host-image] May 08 21:22:03.529 INFO O| May 08 21:22:03.529 INFO O| Done
40752025-05-08T21:22:04.550Z[ host-image] May 08 21:22:03.713 INFO O| May 08 21:22:03.713 INFO STEP 12 (pkg_install) COMPLETE
40762025-05-08T21:22:04.550Z[ host-image] May 08 21:22:03.713 INFO O| May 08 21:22:03.713 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40772025-05-08T21:22:04.567Z[ host-image] May 08 21:22:03.731 INFO O| May 08 21:22:03.731 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40782025-05-08T21:22:05.702Z[ host-image] May 08 21:22:04.865 INFO O| May 08 21:22:04.865 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40792025-05-08T21:22:07.923Z[ recovery-image] May 08 21:22:07.087 INFO O| May 08 21:22:07.087 INFO O| Planning: Solver setup ... Done
40802025-05-08T21:22:07.930Z[ recovery-image] May 08 21:22:07.094 INFO O| May 08 21:22:07.094 INFO O| Planning: Running solver ... Done
40812025-05-08T21:22:08.058Z[ recovery-image] May 08 21:22:07.222 INFO O| May 08 21:22:07.222 INFO O| Planning: Finding local manifests ... Done
40822025-05-08T21:22:08.061Z[ recovery-image] May 08 21:22:07.223 INFO O| May 08 21:22:07.223 INFO O| Planning: Fetching manifests: 0/1 0% complete
40832025-05-08T21:22:08.316Z[ recovery-image] May 08 21:22:07.480 INFO O| May 08 21:22:07.480 INFO O| Planning: Fetching manifests: 1/1 100% complete
40842025-05-08T21:22:08.351Z[ recovery-image] May 08 21:22:07.515 INFO O| May 08 21:22:07.515 INFO O| Planning: Package planning ... Done
40852025-05-08T21:22:08.355Z[ recovery-image] May 08 21:22:07.516 INFO O| May 08 21:22:07.516 INFO O| Planning: Merging actions ... Done
40862025-05-08T21:22:08.456Z[ recovery-image] May 08 21:22:07.619 INFO O| May 08 21:22:07.619 INFO O| Planning: Checking for conflicting actions ... Done
40872025-05-08T21:22:08.459Z[ recovery-image] May 08 21:22:07.620 INFO O| May 08 21:22:07.620 INFO O| Planning: Consolidating action changes ... Done
40882025-05-08T21:22:08.758Z[ recovery-image] May 08 21:22:07.921 INFO O| May 08 21:22:07.921 INFO O| Planning: Evaluating mediators ... Done
40892025-05-08T21:22:08.766Z[ recovery-image] May 08 21:22:07.922 INFO O| May 08 21:22:07.922 INFO O| Planning: Planning completed in 6.30 seconds
40902025-05-08T21:22:08.767Z[ recovery-image] May 08 21:22:07.925 INFO O| May 08 21:22:07.925 INFO O| Packages to install: 1
40912025-05-08T21:22:08.784Z[ recovery-image] May 08 21:22:07.948 INFO O| May 08 21:22:07.948 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
40922025-05-08T21:22:09.953Z[ recovery-image] May 08 21:22:09.116 INFO O| May 08 21:22:09.116 INFO O| Download: Completed 17.23 MB in 1.17 seconds (14.7M/s)
40932025-05-08T21:22:10.021Z[ recovery-image] May 08 21:22:09.184 INFO O| May 08 21:22:09.184 INFO O| Actions: 1/22 actions (Installing new actions)
40942025-05-08T21:22:10.629Z[ recovery-image] May 08 21:22:09.793 INFO O| May 08 21:22:09.793 INFO O| Actions: Completed 22 actions in 0.61 seconds.
40952025-05-08T21:22:11.203Z[ recovery-image] May 08 21:22:10.366 INFO O| May 08 21:22:10.366 INFO O| Done
40962025-05-08T21:22:11.203Z[ recovery-image] May 08 21:22:10.366 INFO O| May 08 21:22:10.366 INFO O| Done
40972025-05-08T21:22:11.269Z[ host-image] May 08 21:22:10.432 INFO O| May 08 21:22:10.431 INFO O| Planning: Solver setup ... Done
40982025-05-08T21:22:11.276Z[ host-image] May 08 21:22:10.440 INFO O| May 08 21:22:10.440 INFO O| Planning: Running solver ... Done
40992025-05-08T21:22:11.457Z[ host-image] May 08 21:22:10.593 INFO O| May 08 21:22:10.590 INFO O| Planning: Finding local manifests ... Done
41002025-05-08T21:22:11.457Z[ host-image] May 08 21:22:10.593 INFO O| May 08 21:22:10.592 INFO O| Planning: Fetching manifests: 0/6 0% complete
41012025-05-08T21:22:11.870Z[ host-image] May 08 21:22:11.033 INFO O| May 08 21:22:11.033 INFO O| Planning: Fetching manifests: 6/6 100% complete
41022025-05-08T21:22:11.987Z[ host-image] May 08 21:22:11.142 INFO O| May 08 21:22:11.142 INFO O| Planning: Package planning ... Done
41032025-05-08T21:22:12.009Z[ host-image] May 08 21:22:11.172 INFO O| May 08 21:22:11.172 INFO O| Planning: Merging actions ... Done
41042025-05-08T21:22:12.184Z[ host-image] May 08 21:22:11.347 INFO O| May 08 21:22:11.346 INFO O| Planning: Checking for conflicting actions ... Done
41052025-05-08T21:22:12.193Z[ host-image] May 08 21:22:11.356 INFO O| May 08 21:22:11.356 INFO O| Planning: Consolidating action changes ... Done
41062025-05-08T21:22:12.612Z[ host-image] May 08 21:22:11.775 INFO O| May 08 21:22:11.775 INFO O| Planning: Evaluating mediators ... Done
41072025-05-08T21:22:12.618Z[ host-image] May 08 21:22:11.782 INFO O| May 08 21:22:11.781 INFO O| Planning: Planning completed in 6.91 seconds
41082025-05-08T21:22:12.622Z[ host-image] May 08 21:22:11.784 INFO O| May 08 21:22:11.784 INFO O| Packages to install: 6
41092025-05-08T21:22:12.622Z[ host-image] May 08 21:22:11.785 INFO O| May 08 21:22:11.784 INFO O| Mediators to change: 1
41102025-05-08T21:22:12.622Z[ host-image] May 08 21:22:11.785 INFO O| May 08 21:22:11.785 INFO O| Services to change: 1
41112025-05-08T21:22:12.648Z[ host-image] May 08 21:22:11.811 INFO O| May 08 21:22:11.811 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
41122025-05-08T21:22:12.936Z[ recovery-image] May 08 21:22:12.099 INFO O| May 08 21:22:12.099 INFO O| Done
41132025-05-08T21:22:15.014Z[ recovery-image] May 08 21:22:13.958 INFO O| May 08 21:22:13.958 INFO O| Done
41142025-05-08T21:22:15.018Z[ recovery-image] May 08 21:22:13.982 INFO O| May 08 21:22:13.982 INFO O| Done
41152025-05-08T21:22:15.018Z[ recovery-image] May 08 21:22:13.982 INFO O| May 08 21:22:13.982 INFO O| Done
41162025-05-08T21:22:15.018Z[ recovery-image] May 08 21:22:14.001 INFO O| May 08 21:22:14.001 INFO O| Done
41172025-05-08T21:22:15.022Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.184 INFO STEP 14 (pkg_install) COMPLETE
41182025-05-08T21:22:15.022Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41192025-05-08T21:22:15.022Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO skip step because feature "mfg" is not enabled
41202025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41212025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO skip step because feature "compliance" is not enabled
41222025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41232025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO skip step because feature "stress" is not enabled
41242025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41252025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO skip step because feature "nfs" is not enabled
41262025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41272025-05-08T21:22:15.025Z[ recovery-image] May 08 21:22:14.185 INFO O| May 08 21:22:14.185 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41282025-05-08T21:22:15.168Z[ recovery-image] May 08 21:22:14.331 INFO O| May 08 21:22:14.331 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41292025-05-08T21:22:15.357Z[ recovery-image] May 08 21:22:14.520 INFO O| May 08 21:22:14.520 INFO completed processing gimlet/ramdisk-01-os
41302025-05-08T21:22:15.362Z[ recovery-image] May 08 21:22:14.525 INFO image builder template: ramdisk-02-trim...
41312025-05-08T21:22:15.362Z[ recovery-image] May 08 21:22:14.525 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/.tmpXwhXpH/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
41322025-05-08T21:22:15.408Z[ recovery-image] May 08 21:22:14.571 INFO O| May 08 21:22:14.571 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41332025-05-08T21:22:15.439Z[ recovery-image] May 08 21:22:14.594 INFO O| May 08 21:22:14.594 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41342025-05-08T21:22:15.649Z[ recovery-image] May 08 21:22:14.812 INFO O| May 08 21:22:14.812 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41352025-05-08T21:22:15.764Z[ recovery-image] May 08 21:22:14.926 INFO O| May 08 21:22:14.926 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41362025-05-08T21:22:15.767Z[ recovery-image] May 08 21:22:14.927 INFO O| May 08 21:22:14.927 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41372025-05-08T21:22:15.774Z[ recovery-image] May 08 21:22:14.937 INFO O| May 08 21:22:14.937 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41382025-05-08T21:22:15.782Z[ recovery-image] May 08 21:22:14.945 INFO O| May 08 21:22:14.945 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41392025-05-08T21:22:15.791Z[ recovery-image] May 08 21:22:14.954 INFO O| May 08 21:22:14.954 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41402025-05-08T21:22:16.281Z[ recovery-image] May 08 21:22:15.444 INFO O| May 08 21:22:15.444 INFO rolled back to input snapshot; work may begin
41412025-05-08T21:22:16.281Z[ recovery-image] May 08 21:22:15.444 INFO O| May 08 21:22:15.444 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41422025-05-08T21:22:16.291Z[ recovery-image] May 08 21:22:15.453 INFO O| May 08 21:22:15.453 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432025-05-08T21:22:16.310Z[ recovery-image] May 08 21:22:15.473 INFO O| May 08 21:22:15.473 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41442025-05-08T21:22:16.837Z[ recovery-image] May 08 21:22:15.999 INFO O| May 08 21:22:15.999 INFO STEP 0 (remove_files) COMPLETE
41452025-05-08T21:22:16.837Z[ recovery-image] May 08 21:22:15.999 INFO O| May 08 21:22:15.999 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462025-05-08T21:22:16.896Z[ recovery-image] May 08 21:22:16.059 INFO O| May 08 21:22:16.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41472025-05-08T21:22:16.900Z[ recovery-image] May 08 21:22:16.063 INFO O| May 08 21:22:16.063 INFO STEP 1 (remove_files) COMPLETE
41482025-05-08T21:22:16.900Z[ recovery-image] May 08 21:22:16.063 INFO O| May 08 21:22:16.063 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492025-05-08T21:22:16.955Z[ recovery-image] May 08 21:22:16.118 INFO O| May 08 21:22:16.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41502025-05-08T21:22:17.005Z[ recovery-image] May 08 21:22:16.167 INFO O| May 08 21:22:16.167 INFO STEP 2 (remove_files) COMPLETE
41512025-05-08T21:22:17.005Z[ recovery-image] May 08 21:22:16.167 INFO O| May 08 21:22:16.167 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522025-05-08T21:22:17.040Z[ recovery-image] May 08 21:22:16.203 INFO O| May 08 21:22:16.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41532025-05-08T21:22:17.043Z[ recovery-image] May 08 21:22:16.206 INFO O| May 08 21:22:16.206 INFO STEP 3 (remove_files) COMPLETE
41542025-05-08T21:22:17.044Z[ recovery-image] May 08 21:22:16.206 INFO O| May 08 21:22:16.206 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552025-05-08T21:22:17.082Z[ recovery-image] May 08 21:22:16.245 INFO O| May 08 21:22:16.245 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41562025-05-08T21:22:17.091Z[ recovery-image] May 08 21:22:16.253 INFO O| May 08 21:22:16.253 INFO STEP 4 (remove_files) COMPLETE
41572025-05-08T21:22:17.091Z[ recovery-image] May 08 21:22:16.253 INFO O| May 08 21:22:16.253 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582025-05-08T21:22:17.115Z[ recovery-image] May 08 21:22:16.278 INFO O| May 08 21:22:16.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41592025-05-08T21:22:17.118Z[ recovery-image] May 08 21:22:16.278 INFO O| May 08 21:22:16.278 INFO STEP 5 (remove_files) COMPLETE
41602025-05-08T21:22:17.118Z[ recovery-image] May 08 21:22:16.278 INFO O| May 08 21:22:16.278 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612025-05-08T21:22:17.141Z[ recovery-image] May 08 21:22:16.304 INFO O| May 08 21:22:16.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41622025-05-08T21:22:17.165Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO STEP 6 (remove_files) COMPLETE
41632025-05-08T21:22:17.165Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642025-05-08T21:22:17.165Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO skip step because feature "recovery" is enabled
41652025-05-08T21:22:17.165Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662025-05-08T21:22:17.168Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO skip step because feature "recovery" is enabled
41672025-05-08T21:22:17.168Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682025-05-08T21:22:17.169Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO skip step because feature "recovery" is enabled
41692025-05-08T21:22:17.169Z[ recovery-image] May 08 21:22:16.327 INFO O| May 08 21:22:16.327 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702025-05-08T21:22:17.207Z[ recovery-image] May 08 21:22:16.354 INFO O| May 08 21:22:16.354 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41712025-05-08T21:22:17.207Z[ recovery-image] May 08 21:22:16.360 INFO O| May 08 21:22:16.360 INFO STEP 10 (remove_files) COMPLETE
41722025-05-08T21:22:17.207Z[ recovery-image] May 08 21:22:16.360 INFO O| May 08 21:22:16.360 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732025-05-08T21:22:17.219Z[ recovery-image] May 08 21:22:16.381 INFO O| May 08 21:22:16.381 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41742025-05-08T21:22:17.222Z[ recovery-image] May 08 21:22:16.382 INFO O| May 08 21:22:16.382 INFO STEP 11 (remove_files) COMPLETE
41752025-05-08T21:22:17.222Z[ recovery-image] May 08 21:22:16.382 INFO O| May 08 21:22:16.382 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762025-05-08T21:22:17.252Z[ recovery-image] May 08 21:22:16.408 INFO O| May 08 21:22:16.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41772025-05-08T21:22:17.252Z[ recovery-image] May 08 21:22:16.411 INFO O| May 08 21:22:16.411 INFO STEP 12 (remove_files) COMPLETE
41782025-05-08T21:22:17.252Z[ recovery-image] May 08 21:22:16.411 INFO O| May 08 21:22:16.411 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792025-05-08T21:22:17.598Z[ recovery-image] May 08 21:22:16.714 INFO O| May 08 21:22:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41802025-05-08T21:22:17.598Z[ recovery-image] May 08 21:22:16.718 INFO O| May 08 21:22:16.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41812025-05-08T21:22:17.598Z[ recovery-image] May 08 21:22:16.723 INFO O| May 08 21:22:16.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41822025-05-08T21:22:17.599Z[ recovery-image] May 08 21:22:16.741 INFO O| May 08 21:22:16.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41832025-05-08T21:22:17.649Z[ host-image] May 08 21:22:16.812 INFO O| May 08 21:22:16.812 INFO O| Download: 1135/1140 items 6.6/8.4MB 78% complete (1.3M/s)
41842025-05-08T21:22:17.686Z[ recovery-image] May 08 21:22:16.848 INFO O| May 08 21:22:16.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41852025-05-08T21:22:17.689Z[ recovery-image] May 08 21:22:16.849 INFO O| May 08 21:22:16.849 INFO STEP 13 (remove_files) COMPLETE
41862025-05-08T21:22:17.689Z[ recovery-image] May 08 21:22:16.849 INFO O| May 08 21:22:16.849 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872025-05-08T21:22:17.709Z[ recovery-image] May 08 21:22:16.872 INFO O| May 08 21:22:16.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41882025-05-08T21:22:17.712Z[ recovery-image] May 08 21:22:16.875 INFO O| May 08 21:22:16.875 INFO STEP 14 (remove_files) COMPLETE
41892025-05-08T21:22:17.712Z[ recovery-image] May 08 21:22:16.875 INFO O| May 08 21:22:16.875 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902025-05-08T21:22:17.828Z[ recovery-image] May 08 21:22:16.990 INFO O| May 08 21:22:16.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41912025-05-08T21:22:17.844Z[ recovery-image] May 08 21:22:17.007 INFO O| May 08 21:22:17.007 INFO STEP 15 (remove_files) COMPLETE
41922025-05-08T21:22:17.844Z[ recovery-image] May 08 21:22:17.007 INFO O| May 08 21:22:17.007 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932025-05-08T21:22:17.854Z[ host-image] May 08 21:22:17.017 INFO O| May 08 21:22:17.017 INFO O| Download: Completed 8.42 MB in 5.21 seconds (1.6M/s)
41942025-05-08T21:22:17.977Z[ recovery-image] May 08 21:22:17.140 INFO O| May 08 21:22:17.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41952025-05-08T21:22:17.980Z[ recovery-image] May 08 21:22:17.140 INFO O| May 08 21:22:17.140 INFO STEP 16 (remove_files) COMPLETE
41962025-05-08T21:22:17.980Z[ recovery-image] May 08 21:22:17.140 INFO O| May 08 21:22:17.140 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972025-05-08T21:22:17.984Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
41982025-05-08T21:22:18.010Z[ recovery-image] May 08 21:22:17.173 INFO O| May 08 21:22:17.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41992025-05-08T21:22:18.014Z[ recovery-image] May 08 21:22:17.175 INFO O| May 08 21:22:17.175 INFO STEP 17 (remove_files) COMPLETE
42002025-05-08T21:22:18.014Z[ recovery-image] May 08 21:22:17.175 INFO O| May 08 21:22:17.175 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012025-05-08T21:22:18.046Z[ host-image] May 08 21:22:17.209 INFO O| May 08 21:22:17.208 INFO O| Actions: 1/1361 actions (Installing new actions)
42022025-05-08T21:22:18.075Z[ recovery-image] May 08 21:22:17.236 INFO O| May 08 21:22:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42032025-05-08T21:22:18.079Z[ recovery-image] May 08 21:22:17.236 INFO O| May 08 21:22:17.236 INFO STEP 18 (remove_files) COMPLETE
42042025-05-08T21:22:18.079Z[ recovery-image] May 08 21:22:17.236 INFO O| May 08 21:22:17.236 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052025-05-08T21:22:18.094Z[ recovery-image] May 08 21:22:17.256 INFO O| May 08 21:22:17.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42062025-05-08T21:22:18.097Z[ recovery-image] May 08 21:22:17.257 INFO O| May 08 21:22:17.256 INFO STEP 19 (remove_files) COMPLETE
42072025-05-08T21:22:18.097Z[ recovery-image] May 08 21:22:17.257 INFO O| May 08 21:22:17.257 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082025-05-08T21:22:18.130Z[ recovery-image] May 08 21:22:17.293 INFO O| May 08 21:22:17.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42092025-05-08T21:22:18.130Z[ recovery-image] May 08 21:22:17.293 INFO O| May 08 21:22:17.293 INFO STEP 20 (remove_files) COMPLETE
42102025-05-08T21:22:18.133Z[ recovery-image] May 08 21:22:17.293 INFO O| May 08 21:22:17.293 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112025-05-08T21:22:18.173Z[ recovery-image] May 08 21:22:17.335 INFO O| May 08 21:22:17.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42122025-05-08T21:22:18.178Z[ recovery-image] May 08 21:22:17.335 INFO O| May 08 21:22:17.335 INFO STEP 21 (remove_files) COMPLETE
42132025-05-08T21:22:18.178Z[ recovery-image] May 08 21:22:17.335 INFO O| May 08 21:22:17.335 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142025-05-08T21:22:18.228Z[ recovery-image] May 08 21:22:17.381 INFO O| May 08 21:22:17.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42152025-05-08T21:22:18.228Z[ recovery-image] May 08 21:22:17.381 INFO O| May 08 21:22:17.381 INFO STEP 22 (remove_files) COMPLETE
42162025-05-08T21:22:18.228Z[ recovery-image] May 08 21:22:17.381 INFO O| May 08 21:22:17.381 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172025-05-08T21:22:18.236Z[ recovery-image] May 08 21:22:17.399 INFO O| May 08 21:22:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42182025-05-08T21:22:18.236Z[ recovery-image] May 08 21:22:17.399 INFO O| May 08 21:22:17.399 INFO STEP 23 (remove_files) COMPLETE
42192025-05-08T21:22:18.239Z[ recovery-image] May 08 21:22:17.399 INFO O| May 08 21:22:17.399 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202025-05-08T21:22:18.255Z[ recovery-image] May 08 21:22:17.418 INFO O| May 08 21:22:17.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42212025-05-08T21:22:18.255Z[ recovery-image] May 08 21:22:17.418 INFO O| May 08 21:22:17.418 INFO STEP 24 (remove_files) COMPLETE
42222025-05-08T21:22:18.255Z[ recovery-image] May 08 21:22:17.418 INFO O| May 08 21:22:17.418 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232025-05-08T21:22:18.272Z[ recovery-image] May 08 21:22:17.435 INFO O| May 08 21:22:17.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42242025-05-08T21:22:18.275Z[ recovery-image] May 08 21:22:17.435 INFO O| May 08 21:22:17.435 INFO STEP 25 (remove_files) COMPLETE
42252025-05-08T21:22:18.275Z[ recovery-image] May 08 21:22:17.436 INFO O| May 08 21:22:17.435 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262025-05-08T21:22:18.319Z[ recovery-image] May 08 21:22:17.481 INFO O| May 08 21:22:17.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42272025-05-08T21:22:18.322Z[ recovery-image] May 08 21:22:17.481 INFO O| May 08 21:22:17.481 INFO STEP 26 (remove_files) COMPLETE
42282025-05-08T21:22:18.322Z[ recovery-image] May 08 21:22:17.481 INFO O| May 08 21:22:17.481 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292025-05-08T21:22:18.336Z[ recovery-image] May 08 21:22:17.499 INFO O| May 08 21:22:17.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42302025-05-08T21:22:18.339Z[ recovery-image] May 08 21:22:17.499 INFO O| May 08 21:22:17.499 INFO STEP 27 (remove_files) COMPLETE
42312025-05-08T21:22:18.339Z[ recovery-image] May 08 21:22:17.500 INFO O| May 08 21:22:17.499 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322025-05-08T21:22:18.355Z[ recovery-image] May 08 21:22:17.518 INFO O| May 08 21:22:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42332025-05-08T21:22:18.358Z[ recovery-image] May 08 21:22:17.518 INFO O| May 08 21:22:17.518 INFO STEP 28 (remove_files) COMPLETE
42342025-05-08T21:22:18.358Z[ recovery-image] May 08 21:22:17.518 INFO O| May 08 21:22:17.518 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352025-05-08T21:22:18.382Z[ recovery-image] May 08 21:22:17.537 INFO O| May 08 21:22:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42362025-05-08T21:22:18.382Z[ recovery-image] May 08 21:22:17.537 INFO O| May 08 21:22:17.537 INFO STEP 29 (remove_files) COMPLETE
42372025-05-08T21:22:18.383Z[ recovery-image] May 08 21:22:17.538 INFO O| May 08 21:22:17.537 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382025-05-08T21:22:18.395Z[ recovery-image] May 08 21:22:17.557 INFO O| May 08 21:22:17.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42392025-05-08T21:22:18.395Z[ recovery-image] May 08 21:22:17.557 INFO O| May 08 21:22:17.557 INFO STEP 30 (remove_files) COMPLETE
42402025-05-08T21:22:18.395Z[ recovery-image] May 08 21:22:17.558 INFO O| May 08 21:22:17.557 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412025-05-08T21:22:18.460Z[ recovery-image] May 08 21:22:17.622 INFO O| May 08 21:22:17.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42422025-05-08T21:22:18.463Z[ recovery-image] May 08 21:22:17.622 INFO O| May 08 21:22:17.622 INFO STEP 31 (remove_files) COMPLETE
42432025-05-08T21:22:18.463Z[ recovery-image] May 08 21:22:17.623 INFO O| May 08 21:22:17.623 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442025-05-08T21:22:18.480Z[ recovery-image] May 08 21:22:17.642 INFO O| May 08 21:22:17.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42452025-05-08T21:22:18.480Z[ recovery-image] May 08 21:22:17.642 INFO O| May 08 21:22:17.642 INFO STEP 32 (remove_files) COMPLETE
42462025-05-08T21:22:18.483Z[ recovery-image] May 08 21:22:17.643 INFO O| May 08 21:22:17.642 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472025-05-08T21:22:18.499Z[ recovery-image] May 08 21:22:17.662 INFO O| May 08 21:22:17.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42482025-05-08T21:22:18.499Z[ recovery-image] May 08 21:22:17.662 INFO O| May 08 21:22:17.662 INFO STEP 33 (remove_files) COMPLETE
42492025-05-08T21:22:18.503Z[ recovery-image] May 08 21:22:17.662 INFO O| May 08 21:22:17.662 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502025-05-08T21:22:18.538Z[ recovery-image] May 08 21:22:17.700 INFO O| May 08 21:22:17.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42512025-05-08T21:22:18.538Z[ recovery-image] May 08 21:22:17.700 INFO O| May 08 21:22:17.700 INFO STEP 34 (remove_files) COMPLETE
42522025-05-08T21:22:18.541Z[ recovery-image] May 08 21:22:17.700 INFO O| May 08 21:22:17.700 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532025-05-08T21:22:18.603Z[ recovery-image] May 08 21:22:17.765 INFO O| May 08 21:22:17.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42542025-05-08T21:22:18.603Z[ recovery-image] May 08 21:22:17.765 INFO O| May 08 21:22:17.765 INFO STEP 35 (remove_files) COMPLETE
42552025-05-08T21:22:18.606Z[ recovery-image] May 08 21:22:17.765 INFO O| May 08 21:22:17.765 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562025-05-08T21:22:18.622Z[ recovery-image] May 08 21:22:17.785 INFO O| May 08 21:22:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42572025-05-08T21:22:18.622Z[ recovery-image] May 08 21:22:17.785 INFO O| May 08 21:22:17.785 INFO STEP 36 (remove_files) COMPLETE
42582025-05-08T21:22:18.622Z[ recovery-image] May 08 21:22:17.785 INFO O| May 08 21:22:17.785 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592025-05-08T21:22:18.642Z[ recovery-image] May 08 21:22:17.804 INFO O| May 08 21:22:17.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42602025-05-08T21:22:18.642Z[ recovery-image] May 08 21:22:17.804 INFO O| May 08 21:22:17.804 INFO STEP 37 (remove_files) COMPLETE
42612025-05-08T21:22:18.642Z[ recovery-image] May 08 21:22:17.804 INFO O| May 08 21:22:17.804 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622025-05-08T21:22:18.660Z[ recovery-image] May 08 21:22:17.823 INFO O| May 08 21:22:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42632025-05-08T21:22:18.660Z[ recovery-image] May 08 21:22:17.823 INFO O| May 08 21:22:17.823 INFO STEP 38 (remove_files) COMPLETE
42642025-05-08T21:22:18.660Z[ recovery-image] May 08 21:22:17.823 INFO O| May 08 21:22:17.823 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652025-05-08T21:22:18.685Z[ recovery-image] May 08 21:22:17.847 INFO O| May 08 21:22:17.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42662025-05-08T21:22:18.685Z[ recovery-image] May 08 21:22:17.847 INFO O| May 08 21:22:17.847 INFO STEP 39 (remove_files) COMPLETE
42672025-05-08T21:22:18.685Z[ recovery-image] May 08 21:22:17.847 INFO O| May 08 21:22:17.847 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682025-05-08T21:22:18.726Z[ recovery-image] May 08 21:22:17.889 INFO O| May 08 21:22:17.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42692025-05-08T21:22:18.726Z[ recovery-image] May 08 21:22:17.889 INFO O| May 08 21:22:17.889 INFO STEP 40 (remove_files) COMPLETE
42702025-05-08T21:22:18.729Z[ recovery-image] May 08 21:22:17.889 INFO O| May 08 21:22:17.889 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712025-05-08T21:22:18.747Z[ recovery-image] May 08 21:22:17.909 INFO O| May 08 21:22:17.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42722025-05-08T21:22:18.747Z[ recovery-image] May 08 21:22:17.910 INFO O| May 08 21:22:17.910 INFO STEP 41 (remove_files) COMPLETE
42732025-05-08T21:22:18.747Z[ recovery-image] May 08 21:22:17.910 INFO O| May 08 21:22:17.910 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742025-05-08T21:22:18.784Z[ recovery-image] May 08 21:22:17.946 INFO O| May 08 21:22:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42752025-05-08T21:22:18.784Z[ recovery-image] May 08 21:22:17.946 INFO O| May 08 21:22:17.946 INFO STEP 42 (remove_files) COMPLETE
42762025-05-08T21:22:18.784Z[ recovery-image] May 08 21:22:17.946 INFO O| May 08 21:22:17.946 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772025-05-08T21:22:18.804Z[ recovery-image] May 08 21:22:17.966 INFO O| May 08 21:22:17.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42782025-05-08T21:22:18.804Z[ recovery-image] May 08 21:22:17.966 INFO O| May 08 21:22:17.966 INFO STEP 43 (remove_files) COMPLETE
42792025-05-08T21:22:18.807Z[ recovery-image] May 08 21:22:17.966 INFO O| May 08 21:22:17.966 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802025-05-08T21:22:18.850Z[ recovery-image] May 08 21:22:18.013 INFO O| May 08 21:22:18.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42812025-05-08T21:22:18.850Z[ recovery-image] May 08 21:22:18.013 INFO O| May 08 21:22:18.013 INFO STEP 44 (remove_files) COMPLETE
42822025-05-08T21:22:18.853Z[ recovery-image] May 08 21:22:18.013 INFO O| May 08 21:22:18.013 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832025-05-08T21:22:18.872Z[ recovery-image] May 08 21:22:18.035 INFO O| May 08 21:22:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42842025-05-08T21:22:18.872Z[ recovery-image] May 08 21:22:18.035 INFO O| May 08 21:22:18.035 INFO STEP 45 (remove_files) COMPLETE
42852025-05-08T21:22:18.872Z[ recovery-image] May 08 21:22:18.035 INFO O| May 08 21:22:18.035 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862025-05-08T21:22:18.893Z[ recovery-image] May 08 21:22:18.055 INFO O| May 08 21:22:18.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42872025-05-08T21:22:18.893Z[ recovery-image] May 08 21:22:18.055 INFO O| May 08 21:22:18.055 INFO STEP 46 (remove_files) COMPLETE
42882025-05-08T21:22:18.896Z[ recovery-image] May 08 21:22:18.055 INFO O| May 08 21:22:18.055 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892025-05-08T21:22:18.912Z[ recovery-image] May 08 21:22:18.075 INFO O| May 08 21:22:18.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42902025-05-08T21:22:18.915Z[ recovery-image] May 08 21:22:18.075 INFO O| May 08 21:22:18.075 INFO STEP 47 (remove_files) COMPLETE
42912025-05-08T21:22:18.915Z[ recovery-image] May 08 21:22:18.075 INFO O| May 08 21:22:18.075 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922025-05-08T21:22:18.934Z[ recovery-image] May 08 21:22:18.097 INFO O| May 08 21:22:18.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42932025-05-08T21:22:18.934Z[ recovery-image] May 08 21:22:18.097 INFO O| May 08 21:22:18.097 INFO STEP 48 (remove_files) COMPLETE
42942025-05-08T21:22:18.934Z[ host-image] May 08 21:22:18.097 INFO O| May 08 21:22:18.097 INFO O| Actions: Completed 1361 actions in 0.89 seconds.
42952025-05-08T21:22:18.937Z[ recovery-image] May 08 21:22:18.097 INFO O| May 08 21:22:18.097 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42962025-05-08T21:22:18.955Z[ recovery-image] May 08 21:22:18.117 INFO O| May 08 21:22:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42972025-05-08T21:22:18.958Z[ recovery-image] May 08 21:22:18.117 INFO O| May 08 21:22:18.117 INFO STEP 49 (remove_files) COMPLETE
42982025-05-08T21:22:18.958Z[ recovery-image] May 08 21:22:18.117 INFO O| May 08 21:22:18.117 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992025-05-08T21:22:18.985Z[ recovery-image] May 08 21:22:18.147 INFO O| May 08 21:22:18.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43002025-05-08T21:22:18.985Z[ recovery-image] May 08 21:22:18.147 INFO O| May 08 21:22:18.147 INFO STEP 50 (remove_files) COMPLETE
43012025-05-08T21:22:18.985Z[ recovery-image] May 08 21:22:18.147 INFO O| May 08 21:22:18.147 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43022025-05-08T21:22:19.020Z[ recovery-image] May 08 21:22:18.182 INFO O| May 08 21:22:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43032025-05-08T21:22:19.020Z[ recovery-image] May 08 21:22:18.182 INFO O| May 08 21:22:18.182 INFO STEP 51 (remove_files) COMPLETE
43042025-05-08T21:22:19.020Z[ recovery-image] May 08 21:22:18.182 INFO O| May 08 21:22:18.182 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052025-05-08T21:22:19.082Z[ recovery-image] May 08 21:22:18.244 INFO O| May 08 21:22:18.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43062025-05-08T21:22:19.082Z[ recovery-image] May 08 21:22:18.244 INFO O| May 08 21:22:18.244 INFO STEP 52 (remove_files) COMPLETE
43072025-05-08T21:22:19.082Z[ recovery-image] May 08 21:22:18.244 INFO O| May 08 21:22:18.244 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082025-05-08T21:22:19.103Z[ recovery-image] May 08 21:22:18.265 INFO O| May 08 21:22:18.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43092025-05-08T21:22:19.103Z[ recovery-image] May 08 21:22:18.265 INFO O| May 08 21:22:18.265 INFO STEP 53 (remove_files) COMPLETE
43102025-05-08T21:22:19.103Z[ recovery-image] May 08 21:22:18.265 INFO O| May 08 21:22:18.265 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112025-05-08T21:22:19.122Z[ recovery-image] May 08 21:22:18.285 INFO O| May 08 21:22:18.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43122025-05-08T21:22:19.123Z[ recovery-image] May 08 21:22:18.285 INFO O| May 08 21:22:18.285 INFO STEP 54 (remove_files) COMPLETE
43132025-05-08T21:22:19.123Z[ recovery-image] May 08 21:22:18.285 INFO O| May 08 21:22:18.285 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142025-05-08T21:22:19.148Z[ recovery-image] May 08 21:22:18.310 INFO O| May 08 21:22:18.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43152025-05-08T21:22:19.151Z[ recovery-image] May 08 21:22:18.310 INFO O| May 08 21:22:18.310 INFO STEP 55 (remove_files) COMPLETE
43162025-05-08T21:22:19.151Z[ recovery-image] May 08 21:22:18.310 INFO O| May 08 21:22:18.310 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172025-05-08T21:22:19.170Z[ recovery-image] May 08 21:22:18.332 INFO O| May 08 21:22:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43182025-05-08T21:22:19.170Z[ recovery-image] May 08 21:22:18.333 INFO O| May 08 21:22:18.332 INFO STEP 56 (remove_files) COMPLETE
43192025-05-08T21:22:19.170Z[ recovery-image] May 08 21:22:18.333 INFO O| May 08 21:22:18.333 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43202025-05-08T21:22:19.231Z[ recovery-image] May 08 21:22:18.393 INFO O| May 08 21:22:18.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43212025-05-08T21:22:19.231Z[ recovery-image] May 08 21:22:18.393 INFO O| May 08 21:22:18.393 INFO STEP 57 (remove_files) COMPLETE
43222025-05-08T21:22:19.234Z[ recovery-image] May 08 21:22:18.393 INFO O| May 08 21:22:18.393 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232025-05-08T21:22:19.254Z[ recovery-image] May 08 21:22:18.417 INFO O| May 08 21:22:18.417 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43242025-05-08T21:22:19.254Z[ recovery-image] May 08 21:22:18.417 INFO O| May 08 21:22:18.417 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43252025-05-08T21:22:19.258Z[ recovery-image] May 08 21:22:18.417 INFO O| May 08 21:22:18.417 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43262025-05-08T21:22:19.258Z[ recovery-image] May 08 21:22:18.417 INFO O| May 08 21:22:18.417 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43272025-05-08T21:22:19.258Z[ recovery-image] May 08 21:22:18.417 INFO O| May 08 21:22:18.417 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43282025-05-08T21:22:19.258Z[ recovery-image] May 08 21:22:18.417 INFO O| May 08 21:22:18.417 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43292025-05-08T21:22:19.258Z[ recovery-image] May 08 21:22:18.418 INFO O| May 08 21:22:18.417 INFO ok!
43302025-05-08T21:22:19.258Z[ recovery-image] May 08 21:22:18.418 INFO O| May 08 21:22:18.418 INFO STEP 58 (ensure_file) COMPLETE
43312025-05-08T21:22:19.258Z[ recovery-image] May 08 21:22:18.418 INFO O| May 08 21:22:18.418 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43322025-05-08T21:22:19.344Z[ recovery-image] May 08 21:22:18.507 INFO O| May 08 21:22:18.507 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43332025-05-08T21:22:19.347Z[ recovery-image] May 08 21:22:18.507 INFO O| May 08 21:22:18.507 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43342025-05-08T21:22:19.348Z[ recovery-image] May 08 21:22:18.507 INFO O| May 08 21:22:18.507 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43352025-05-08T21:22:19.348Z[ recovery-image] May 08 21:22:18.508 INFO O| May 08 21:22:18.507 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43362025-05-08T21:22:19.348Z[ recovery-image] May 08 21:22:18.508 INFO O| May 08 21:22:18.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43372025-05-08T21:22:19.348Z[ recovery-image] May 08 21:22:18.508 INFO O| May 08 21:22:18.508 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43382025-05-08T21:22:19.348Z[ recovery-image] May 08 21:22:18.508 INFO O| May 08 21:22:18.508 INFO ok!
43392025-05-08T21:22:19.348Z[ recovery-image] May 08 21:22:18.508 INFO O| May 08 21:22:18.508 INFO STEP 59 (ensure_file) COMPLETE
43402025-05-08T21:22:19.348Z[ recovery-image] May 08 21:22:18.508 INFO O| May 08 21:22:18.508 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43412025-05-08T21:22:19.401Z[ recovery-image] May 08 21:22:18.563 INFO O| May 08 21:22:18.563 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43422025-05-08T21:22:19.401Z[ recovery-image] May 08 21:22:18.563 INFO O| May 08 21:22:18.563 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43432025-05-08T21:22:19.404Z[ recovery-image] May 08 21:22:18.563 INFO O| May 08 21:22:18.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43442025-05-08T21:22:19.404Z[ recovery-image] May 08 21:22:18.563 INFO O| May 08 21:22:18.563 INFO ok!
43452025-05-08T21:22:19.404Z[ recovery-image] May 08 21:22:18.563 INFO O| May 08 21:22:18.563 INFO STEP 60 (ensure_file) COMPLETE
43462025-05-08T21:22:19.404Z[ recovery-image] May 08 21:22:18.563 INFO O| May 08 21:22:18.563 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43472025-05-08T21:22:19.463Z[ recovery-image] May 08 21:22:18.626 INFO O| May 08 21:22:18.625 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43482025-05-08T21:22:19.463Z[ recovery-image] May 08 21:22:18.626 INFO O| May 08 21:22:18.626 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43492025-05-08T21:22:19.467Z[ recovery-image] May 08 21:22:18.626 INFO O| May 08 21:22:18.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43502025-05-08T21:22:19.467Z[ recovery-image] May 08 21:22:18.626 INFO O| May 08 21:22:18.626 INFO ok!
43512025-05-08T21:22:19.467Z[ recovery-image] May 08 21:22:18.626 INFO O| May 08 21:22:18.626 INFO STEP 61 (ensure_file) COMPLETE
43522025-05-08T21:22:19.467Z[ recovery-image] May 08 21:22:18.626 INFO O| May 08 21:22:18.626 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532025-05-08T21:22:19.493Z[ host-image] May 08 21:22:18.656 INFO O| May 08 21:22:18.656 INFO O| Done
43542025-05-08T21:22:19.493Z[ host-image] May 08 21:22:18.656 INFO O| May 08 21:22:18.656 INFO O| Done
43552025-05-08T21:22:19.562Z[ recovery-image] May 08 21:22:18.725 INFO O| May 08 21:22:18.725 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43562025-05-08T21:22:19.562Z[ recovery-image] May 08 21:22:18.725 INFO O| May 08 21:22:18.725 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43572025-05-08T21:22:19.566Z[ recovery-image] May 08 21:22:18.725 INFO O| May 08 21:22:18.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43582025-05-08T21:22:19.566Z[ recovery-image] May 08 21:22:18.725 INFO O| May 08 21:22:18.725 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43592025-05-08T21:22:19.566Z[ recovery-image] May 08 21:22:18.725 INFO O| May 08 21:22:18.725 INFO ok!
43602025-05-08T21:22:19.566Z[ recovery-image] May 08 21:22:18.725 INFO O| May 08 21:22:18.725 INFO STEP 62 (ensure_file) COMPLETE
43612025-05-08T21:22:19.566Z[ recovery-image] May 08 21:22:18.725 INFO O| May 08 21:22:18.725 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43622025-05-08T21:22:19.613Z[ recovery-image] May 08 21:22:18.775 INFO O| May 08 21:22:18.775 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43632025-05-08T21:22:19.613Z[ recovery-image] May 08 21:22:18.775 INFO O| May 08 21:22:18.775 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43642025-05-08T21:22:19.644Z[ recovery-image] May 08 21:22:18.805 INFO O| May 08 21:22:18.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43652025-05-08T21:22:19.645Z[ recovery-image] May 08 21:22:18.805 INFO O| May 08 21:22:18.805 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43662025-05-08T21:22:19.648Z[ recovery-image] May 08 21:22:18.805 INFO O| May 08 21:22:18.805 INFO ok!
43672025-05-08T21:22:19.648Z[ recovery-image] May 08 21:22:18.805 INFO O| May 08 21:22:18.805 INFO STEP 63 (ensure_file) COMPLETE
43682025-05-08T21:22:19.648Z[ recovery-image] May 08 21:22:18.805 INFO O| May 08 21:22:18.805 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43692025-05-08T21:22:19.690Z[ recovery-image] May 08 21:22:18.852 INFO O| May 08 21:22:18.852 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43702025-05-08T21:22:19.690Z[ recovery-image] May 08 21:22:18.852 INFO O| May 08 21:22:18.852 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43712025-05-08T21:22:19.690Z[ recovery-image] May 08 21:22:18.852 INFO O| May 08 21:22:18.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43722025-05-08T21:22:19.693Z[ recovery-image] May 08 21:22:18.852 INFO O| May 08 21:22:18.852 INFO ok!
43732025-05-08T21:22:19.693Z[ recovery-image] May 08 21:22:18.852 INFO O| May 08 21:22:18.852 INFO STEP 64 (assemble_files) COMPLETE
43742025-05-08T21:22:19.693Z[ recovery-image] May 08 21:22:18.852 INFO O| May 08 21:22:18.852 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43752025-05-08T21:22:19.754Z[ recovery-image] May 08 21:22:18.915 INFO O| May 08 21:22:18.915 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43762025-05-08T21:22:19.754Z[ recovery-image] May 08 21:22:18.915 INFO O| May 08 21:22:18.915 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43772025-05-08T21:22:19.757Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43782025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43792025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO ok!
43802025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO STEP 65 (ensure_file) COMPLETE
43812025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43822025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO skip step because feature "omicron1" is not enabled
43832025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43842025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO skip step because feature "omicron1" is not enabled
43852025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43862025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO skip step because feature "omicron1" is not enabled
43872025-05-08T21:22:19.758Z[ recovery-image] May 08 21:22:18.917 INFO O| May 08 21:22:18.917 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43882025-05-08T21:22:19.814Z[ recovery-image] May 08 21:22:18.977 INFO O| May 08 21:22:18.977 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43892025-05-08T21:22:19.814Z[ recovery-image] May 08 21:22:18.977 INFO O| May 08 21:22:18.977 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43902025-05-08T21:22:21.366Z[ host-image] May 08 21:22:20.528 INFO O| May 08 21:22:20.528 INFO O| Done
43912025-05-08T21:22:22.852Z[ recovery-image] May 08 21:22:22.014 INFO O| May 08 21:22:22.014 INFO STEP 69 (pack_tar) COMPLETE
43922025-05-08T21:22:22.852Z[ recovery-image] May 08 21:22:22.014 INFO O| May 08 21:22:22.014 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43932025-05-08T21:22:22.855Z[ recovery-image] May 08 21:22:22.014 INFO O| May 08 21:22:22.014 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43942025-05-08T21:22:23.290Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43952025-05-08T21:22:23.554Z[ recovery-image] May 08 21:22:22.716 INFO O| May 08 21:22:22.716 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43962025-05-08T21:22:23.825Z[ recovery-image] May 08 21:22:22.987 INFO O| May 08 21:22:22.987 INFO completed processing gimlet/ramdisk-02-trim
43972025-05-08T21:22:23.829Z[ recovery-image] May 08 21:22:22.991 INFO image builder template: ramdisk-03-recovery-trim...
43982025-05-08T21:22:23.829Z[ recovery-image] May 08 21:22:22.991 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/.tmpXwhXpH/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
43992025-05-08T21:22:24.073Z[ recovery-image] May 08 21:22:23.233 INFO O| May 08 21:22:23.233 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44002025-05-08T21:22:24.094Z[ recovery-image] May 08 21:22:23.256 INFO O| May 08 21:22:23.256 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44012025-05-08T21:22:24.217Z[ recovery-image] May 08 21:22:23.379 INFO O| May 08 21:22:23.379 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44022025-05-08T21:22:24.313Z[ recovery-image] May 08 21:22:23.475 INFO O| May 08 21:22:23.475 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44032025-05-08T21:22:24.316Z[ recovery-image] May 08 21:22:23.475 INFO O| May 08 21:22:23.475 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44042025-05-08T21:22:24.327Z[ recovery-image] May 08 21:22:23.489 INFO O| May 08 21:22:23.489 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44052025-05-08T21:22:24.335Z[ recovery-image] May 08 21:22:23.497 INFO O| May 08 21:22:23.497 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44062025-05-08T21:22:24.345Z[ recovery-image] May 08 21:22:23.506 INFO O| May 08 21:22:23.506 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44072025-05-08T21:22:24.462Z[ host-image] May 08 21:22:23.582 INFO O| May 08 21:22:23.582 INFO O| Done
44082025-05-08T21:22:24.462Z[ host-image] May 08 21:22:23.622 INFO O| May 08 21:22:23.622 INFO O| Done
44092025-05-08T21:22:24.465Z[ host-image] May 08 21:22:23.622 INFO O| May 08 21:22:23.622 INFO O| Done
44102025-05-08T21:22:24.553Z[ host-image] May 08 21:22:23.716 INFO O| May 08 21:22:23.715 INFO O| Done
44112025-05-08T21:22:24.791Z[ host-image] May 08 21:22:23.952 INFO O| May 08 21:22:23.952 INFO STEP 13 (pkg_install) COMPLETE
44122025-05-08T21:22:24.791Z[ host-image] May 08 21:22:23.953 INFO O| May 08 21:22:23.952 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44132025-05-08T21:22:24.813Z[ host-image] May 08 21:22:23.975 INFO O| May 08 21:22:23.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.361"]
44142025-05-08T21:22:24.964Z[ recovery-image] May 08 21:22:24.125 INFO O| May 08 21:22:24.125 INFO rolled back to input snapshot; work may begin
44152025-05-08T21:22:24.964Z[ recovery-image] May 08 21:22:24.126 INFO O| May 08 21:22:24.125 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44162025-05-08T21:22:24.988Z[ recovery-image] May 08 21:22:24.150 INFO O| May 08 21:22:24.150 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172025-05-08T21:22:25.009Z[ recovery-image] May 08 21:22:24.171 INFO O| May 08 21:22:24.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44182025-05-08T21:22:25.022Z[ recovery-image] May 08 21:22:24.184 INFO O| May 08 21:22:24.184 INFO STEP 0 (remove_files) COMPLETE
44192025-05-08T21:22:25.022Z[ recovery-image] May 08 21:22:24.184 INFO O| May 08 21:22:24.184 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202025-05-08T21:22:25.062Z[ recovery-image] May 08 21:22:24.224 INFO O| May 08 21:22:24.224 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44212025-05-08T21:22:25.488Z[ recovery-image] May 08 21:22:24.650 INFO O| May 08 21:22:24.650 INFO STEP 1 (remove_files) COMPLETE
44222025-05-08T21:22:25.489Z[ recovery-image] May 08 21:22:24.650 INFO O| May 08 21:22:24.650 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232025-05-08T21:22:25.551Z[ recovery-image] May 08 21:22:24.713 INFO O| May 08 21:22:24.713 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44242025-05-08T21:22:25.610Z[ recovery-image] May 08 21:22:24.772 INFO O| May 08 21:22:24.771 INFO STEP 2 (remove_files) COMPLETE
44252025-05-08T21:22:25.610Z[ recovery-image] May 08 21:22:24.772 INFO O| May 08 21:22:24.772 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262025-05-08T21:22:25.659Z[ recovery-image] May 08 21:22:24.821 INFO O| May 08 21:22:24.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44272025-05-08T21:22:25.846Z[ recovery-image] May 08 21:22:25.008 INFO O| May 08 21:22:25.008 INFO STEP 3 (remove_files) COMPLETE
44282025-05-08T21:22:25.847Z[ recovery-image] May 08 21:22:25.008 INFO O| May 08 21:22:25.008 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292025-05-08T21:22:25.867Z[ recovery-image] May 08 21:22:25.028 INFO O| May 08 21:22:25.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44302025-05-08T21:22:25.884Z[ host-image] May 08 21:22:25.045 INFO O| May 08 21:22:25.045 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44312025-05-08T21:22:25.989Z[ recovery-image] May 08 21:22:25.151 INFO O| May 08 21:22:25.151 INFO STEP 4 (remove_files) COMPLETE
44322025-05-08T21:22:25.989Z[ recovery-image] May 08 21:22:25.151 INFO O| May 08 21:22:25.151 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332025-05-08T21:22:26.039Z[ recovery-image] May 08 21:22:25.201 INFO O| May 08 21:22:25.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44342025-05-08T21:22:26.043Z[ recovery-image] May 08 21:22:25.204 INFO O| May 08 21:22:25.204 INFO STEP 5 (remove_files) COMPLETE
44352025-05-08T21:22:26.043Z[ recovery-image] May 08 21:22:25.204 INFO O| May 08 21:22:25.204 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362025-05-08T21:22:26.085Z[ recovery-image] May 08 21:22:25.247 INFO O| May 08 21:22:25.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44372025-05-08T21:22:26.112Z[ recovery-image] May 08 21:22:25.273 INFO O| May 08 21:22:25.273 INFO STEP 6 (remove_files) COMPLETE
44382025-05-08T21:22:26.112Z[ recovery-image] May 08 21:22:25.273 INFO O| May 08 21:22:25.273 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392025-05-08T21:22:26.169Z[ recovery-image] May 08 21:22:25.331 INFO O| May 08 21:22:25.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44402025-05-08T21:22:26.239Z[ recovery-image] May 08 21:22:25.400 INFO O| May 08 21:22:25.400 INFO STEP 7 (remove_files) COMPLETE
44412025-05-08T21:22:26.239Z[ recovery-image] May 08 21:22:25.400 INFO O| May 08 21:22:25.400 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422025-05-08T21:22:26.280Z[ recovery-image] May 08 21:22:25.442 INFO O| May 08 21:22:25.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44432025-05-08T21:22:26.283Z[ recovery-image] May 08 21:22:25.442 INFO O| May 08 21:22:25.442 INFO STEP 8 (remove_files) COMPLETE
44442025-05-08T21:22:26.284Z[ recovery-image] May 08 21:22:25.442 INFO O| May 08 21:22:25.442 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452025-05-08T21:22:26.298Z[ recovery-image] May 08 21:22:25.460 INFO O| May 08 21:22:25.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44462025-05-08T21:22:26.347Z[ recovery-image] May 08 21:22:25.507 INFO O| May 08 21:22:25.507 INFO STEP 9 (remove_files) COMPLETE
44472025-05-08T21:22:26.347Z[ recovery-image] May 08 21:22:25.507 INFO O| May 08 21:22:25.507 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482025-05-08T21:22:26.467Z[ recovery-image] May 08 21:22:25.629 INFO O| May 08 21:22:25.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44492025-05-08T21:22:26.998Z[ recovery-image] May 08 21:22:26.160 INFO O| May 08 21:22:26.160 INFO STEP 10 (remove_files) COMPLETE
44502025-05-08T21:22:26.999Z[ recovery-image] May 08 21:22:26.160 INFO O| May 08 21:22:26.160 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512025-05-08T21:22:27.021Z[ recovery-image] May 08 21:22:26.183 INFO O| May 08 21:22:26.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44522025-05-08T21:22:27.062Z[ recovery-image] May 08 21:22:26.223 INFO O| May 08 21:22:26.223 INFO STEP 11 (remove_files) COMPLETE
44532025-05-08T21:22:27.062Z[ recovery-image] May 08 21:22:26.223 INFO O| May 08 21:22:26.223 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542025-05-08T21:22:27.085Z[ recovery-image] May 08 21:22:26.247 INFO O| May 08 21:22:26.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44552025-05-08T21:22:27.116Z[ recovery-image] May 08 21:22:26.277 INFO O| May 08 21:22:26.277 INFO STEP 12 (remove_files) COMPLETE
44562025-05-08T21:22:27.116Z[ recovery-image] May 08 21:22:26.277 INFO O| May 08 21:22:26.277 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572025-05-08T21:22:27.176Z[ recovery-image] May 08 21:22:26.336 INFO O| May 08 21:22:26.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44582025-05-08T21:22:27.179Z[ recovery-image] May 08 21:22:26.336 INFO O| May 08 21:22:26.336 INFO STEP 13 (remove_files) COMPLETE
44592025-05-08T21:22:27.179Z[ recovery-image] May 08 21:22:26.336 INFO O| May 08 21:22:26.336 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602025-05-08T21:22:27.196Z[ recovery-image] May 08 21:22:26.357 INFO O| May 08 21:22:26.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44612025-05-08T21:22:27.199Z[ recovery-image] May 08 21:22:26.358 INFO O| May 08 21:22:26.358 INFO STEP 14 (remove_files) COMPLETE
44622025-05-08T21:22:27.199Z[ recovery-image] May 08 21:22:26.358 INFO O| May 08 21:22:26.358 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632025-05-08T21:22:27.227Z[ recovery-image] May 08 21:22:26.388 INFO O| May 08 21:22:26.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44642025-05-08T21:22:27.342Z[ recovery-image] May 08 21:22:26.503 INFO O| May 08 21:22:26.503 INFO STEP 15 (remove_files) COMPLETE
44652025-05-08T21:22:27.342Z[ recovery-image] May 08 21:22:26.504 INFO O| May 08 21:22:26.503 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662025-05-08T21:22:27.382Z[ recovery-image] May 08 21:22:26.544 INFO O| May 08 21:22:26.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44672025-05-08T21:22:27.382Z[ recovery-image] May 08 21:22:26.544 INFO O| May 08 21:22:26.544 INFO STEP 16 (remove_files) COMPLETE
44682025-05-08T21:22:27.385Z[ recovery-image] May 08 21:22:26.544 INFO O| May 08 21:22:26.544 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692025-05-08T21:22:27.403Z[ recovery-image] May 08 21:22:26.565 INFO O| May 08 21:22:26.565 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44702025-05-08T21:22:27.406Z[ recovery-image] May 08 21:22:26.565 INFO O| May 08 21:22:26.565 INFO STEP 17 (remove_files) COMPLETE
44712025-05-08T21:22:27.406Z[ recovery-image] May 08 21:22:26.565 INFO O| May 08 21:22:26.565 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722025-05-08T21:22:27.464Z[ recovery-image] May 08 21:22:26.626 INFO O| May 08 21:22:26.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44732025-05-08T21:22:27.674Z[ recovery-image] May 08 21:22:26.835 INFO O| May 08 21:22:26.835 INFO STEP 18 (remove_files) COMPLETE
44742025-05-08T21:22:27.674Z[ recovery-image] May 08 21:22:26.835 INFO O| May 08 21:22:26.835 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752025-05-08T21:22:27.733Z[ recovery-image] May 08 21:22:26.895 INFO O| May 08 21:22:26.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44762025-05-08T21:22:27.777Z[ recovery-image] May 08 21:22:26.939 INFO O| May 08 21:22:26.939 INFO STEP 19 (remove_files) COMPLETE
44772025-05-08T21:22:27.777Z[ recovery-image] May 08 21:22:26.939 INFO O| May 08 21:22:26.939 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782025-05-08T21:22:27.831Z[ recovery-image] May 08 21:22:26.993 INFO O| May 08 21:22:26.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44792025-05-08T21:22:27.853Z[ recovery-image] May 08 21:22:27.015 INFO O| May 08 21:22:27.015 INFO STEP 20 (remove_files) COMPLETE
44802025-05-08T21:22:27.854Z[ recovery-image] May 08 21:22:27.015 INFO O| May 08 21:22:27.015 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812025-05-08T21:22:27.902Z[ recovery-image] May 08 21:22:27.064 INFO O| May 08 21:22:27.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44822025-05-08T21:22:27.906Z[ recovery-image] May 08 21:22:27.064 INFO O| May 08 21:22:27.064 INFO STEP 21 (remove_files) COMPLETE
44832025-05-08T21:22:27.906Z[ recovery-image] May 08 21:22:27.064 INFO O| May 08 21:22:27.064 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842025-05-08T21:22:27.925Z[ recovery-image] May 08 21:22:27.085 INFO O| May 08 21:22:27.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44852025-05-08T21:22:27.925Z[ recovery-image] May 08 21:22:27.085 INFO O| May 08 21:22:27.085 INFO STEP 22 (remove_files) COMPLETE
44862025-05-08T21:22:27.925Z[ recovery-image] May 08 21:22:27.085 INFO O| May 08 21:22:27.085 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872025-05-08T21:22:27.943Z[ recovery-image] May 08 21:22:27.105 INFO O| May 08 21:22:27.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44882025-05-08T21:22:27.943Z[ recovery-image] May 08 21:22:27.105 INFO O| May 08 21:22:27.105 INFO STEP 23 (remove_files) COMPLETE
44892025-05-08T21:22:27.944Z[ recovery-image] May 08 21:22:27.105 INFO O| May 08 21:22:27.105 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902025-05-08T21:22:27.963Z[ recovery-image] May 08 21:22:27.123 INFO O| May 08 21:22:27.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44912025-05-08T21:22:27.963Z[ recovery-image] May 08 21:22:27.123 INFO O| May 08 21:22:27.123 INFO STEP 24 (remove_files) COMPLETE
44922025-05-08T21:22:27.966Z[ recovery-image] May 08 21:22:27.123 INFO O| May 08 21:22:27.123 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932025-05-08T21:22:27.992Z[ recovery-image] May 08 21:22:27.153 INFO O| May 08 21:22:27.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44942025-05-08T21:22:27.995Z[ recovery-image] May 08 21:22:27.154 INFO O| May 08 21:22:27.154 INFO STEP 25 (remove_files) COMPLETE
44952025-05-08T21:22:27.995Z[ recovery-image] May 08 21:22:27.154 INFO O| May 08 21:22:27.154 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962025-05-08T21:22:28.043Z[ recovery-image] May 08 21:22:27.205 INFO O| May 08 21:22:27.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44972025-05-08T21:22:28.043Z[ recovery-image] May 08 21:22:27.205 INFO O| May 08 21:22:27.205 INFO STEP 26 (remove_files) COMPLETE
44982025-05-08T21:22:28.043Z[ recovery-image] May 08 21:22:27.205 INFO O| May 08 21:22:27.205 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992025-05-08T21:22:28.070Z[ recovery-image] May 08 21:22:27.231 INFO O| May 08 21:22:27.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45002025-05-08T21:22:28.093Z[ recovery-image] May 08 21:22:27.255 INFO O| May 08 21:22:27.255 INFO STEP 27 (remove_files) COMPLETE
45012025-05-08T21:22:28.093Z[ recovery-image] May 08 21:22:27.255 INFO O| May 08 21:22:27.255 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022025-05-08T21:22:28.116Z[ recovery-image] May 08 21:22:27.278 INFO O| May 08 21:22:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45032025-05-08T21:22:28.120Z[ recovery-image] May 08 21:22:27.278 INFO O| May 08 21:22:27.278 INFO STEP 28 (remove_files) COMPLETE
45042025-05-08T21:22:28.120Z[ recovery-image] May 08 21:22:27.278 INFO O| May 08 21:22:27.278 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052025-05-08T21:22:28.138Z[ recovery-image] May 08 21:22:27.299 INFO O| May 08 21:22:27.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45062025-05-08T21:22:28.141Z[ recovery-image] May 08 21:22:27.300 INFO O| May 08 21:22:27.299 INFO STEP 29 (remove_files) COMPLETE
45072025-05-08T21:22:28.141Z[ recovery-image] May 08 21:22:27.300 INFO O| May 08 21:22:27.300 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082025-05-08T21:22:28.159Z[ recovery-image] May 08 21:22:27.321 INFO O| May 08 21:22:27.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45092025-05-08T21:22:28.185Z[ recovery-image] May 08 21:22:27.321 INFO O| May 08 21:22:27.321 INFO STEP 30 (remove_files) COMPLETE
45102025-05-08T21:22:28.185Z[ recovery-image] May 08 21:22:27.321 INFO O| May 08 21:22:27.321 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112025-05-08T21:22:28.205Z[ recovery-image] May 08 21:22:27.366 INFO O| May 08 21:22:27.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45122025-05-08T21:22:28.230Z[ recovery-image] May 08 21:22:27.391 INFO O| May 08 21:22:27.391 INFO STEP 31 (remove_files) COMPLETE
45132025-05-08T21:22:28.230Z[ recovery-image] May 08 21:22:27.391 INFO O| May 08 21:22:27.391 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142025-05-08T21:22:28.294Z[ recovery-image] May 08 21:22:27.456 INFO O| May 08 21:22:27.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45152025-05-08T21:22:28.402Z[ recovery-image] May 08 21:22:27.538 INFO O| May 08 21:22:27.538 INFO STEP 32 (remove_files) COMPLETE
45162025-05-08T21:22:28.402Z[ recovery-image] May 08 21:22:27.538 INFO O| May 08 21:22:27.538 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172025-05-08T21:22:28.406Z[ recovery-image] May 08 21:22:27.560 INFO O| May 08 21:22:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45182025-05-08T21:22:28.406Z[ recovery-image] May 08 21:22:27.560 INFO O| May 08 21:22:27.560 INFO STEP 33 (remove_files) COMPLETE
45192025-05-08T21:22:28.406Z[ recovery-image] May 08 21:22:27.560 INFO O| May 08 21:22:27.560 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202025-05-08T21:22:28.420Z[ recovery-image] May 08 21:22:27.582 INFO O| May 08 21:22:27.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45212025-05-08T21:22:28.452Z[ recovery-image] May 08 21:22:27.614 INFO O| May 08 21:22:27.614 INFO STEP 34 (remove_files) COMPLETE
45222025-05-08T21:22:28.456Z[ recovery-image] May 08 21:22:27.614 INFO O| May 08 21:22:27.614 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232025-05-08T21:22:28.475Z[ recovery-image] May 08 21:22:27.636 INFO O| May 08 21:22:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45242025-05-08T21:22:28.495Z[ recovery-image] May 08 21:22:27.656 INFO O| May 08 21:22:27.656 INFO STEP 35 (remove_files) COMPLETE
45252025-05-08T21:22:28.495Z[ recovery-image] May 08 21:22:27.656 INFO O| May 08 21:22:27.656 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262025-05-08T21:22:28.533Z[ recovery-image] May 08 21:22:27.694 INFO O| May 08 21:22:27.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45272025-05-08T21:22:28.533Z[ recovery-image] May 08 21:22:27.694 INFO O| May 08 21:22:27.694 INFO STEP 36 (remove_files) COMPLETE
45282025-05-08T21:22:28.533Z[ recovery-image] May 08 21:22:27.694 INFO O| May 08 21:22:27.694 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292025-05-08T21:22:28.565Z[ recovery-image] May 08 21:22:27.725 INFO O| May 08 21:22:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45302025-05-08T21:22:28.565Z[ recovery-image] May 08 21:22:27.725 INFO O| May 08 21:22:27.725 INFO STEP 37 (remove_files) COMPLETE
45312025-05-08T21:22:28.565Z[ recovery-image] May 08 21:22:27.725 INFO O| May 08 21:22:27.725 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322025-05-08T21:22:28.585Z[ recovery-image] May 08 21:22:27.747 INFO O| May 08 21:22:27.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45332025-05-08T21:22:28.589Z[ recovery-image] May 08 21:22:27.747 INFO O| May 08 21:22:27.747 INFO STEP 38 (remove_files) COMPLETE
45342025-05-08T21:22:28.589Z[ recovery-image] May 08 21:22:27.747 INFO O| May 08 21:22:27.747 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352025-05-08T21:22:28.645Z[ recovery-image] May 08 21:22:27.788 INFO O| May 08 21:22:27.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45362025-05-08T21:22:28.646Z[ recovery-image] May 08 21:22:27.788 INFO O| May 08 21:22:27.788 INFO STEP 39 (remove_files) COMPLETE
45372025-05-08T21:22:28.646Z[ recovery-image] May 08 21:22:27.788 INFO O| May 08 21:22:27.788 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382025-05-08T21:22:28.649Z[ recovery-image] May 08 21:22:27.808 INFO O| May 08 21:22:27.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45392025-05-08T21:22:28.649Z[ recovery-image] May 08 21:22:27.808 INFO O| May 08 21:22:27.808 INFO STEP 40 (remove_files) COMPLETE
45402025-05-08T21:22:28.649Z[ recovery-image] May 08 21:22:27.808 INFO O| May 08 21:22:27.808 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412025-05-08T21:22:28.666Z[ recovery-image] May 08 21:22:27.827 INFO O| May 08 21:22:27.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45422025-05-08T21:22:28.666Z[ recovery-image] May 08 21:22:27.827 INFO O| May 08 21:22:27.827 INFO STEP 41 (remove_files) COMPLETE
45432025-05-08T21:22:28.667Z[ recovery-image] May 08 21:22:27.827 INFO O| May 08 21:22:27.827 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442025-05-08T21:22:28.685Z[ recovery-image] May 08 21:22:27.847 INFO O| May 08 21:22:27.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45452025-05-08T21:22:28.685Z[ recovery-image] May 08 21:22:27.847 INFO O| May 08 21:22:27.847 INFO STEP 42 (remove_files) COMPLETE
45462025-05-08T21:22:28.689Z[ recovery-image] May 08 21:22:27.847 INFO O| May 08 21:22:27.847 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472025-05-08T21:22:28.707Z[ recovery-image] May 08 21:22:27.868 INFO O| May 08 21:22:27.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45482025-05-08T21:22:28.710Z[ recovery-image] May 08 21:22:27.868 INFO O| May 08 21:22:27.868 INFO STEP 43 (remove_files) COMPLETE
45492025-05-08T21:22:28.710Z[ recovery-image] May 08 21:22:27.869 INFO O| May 08 21:22:27.868 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502025-05-08T21:22:28.767Z[ recovery-image] May 08 21:22:27.929 INFO O| May 08 21:22:27.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45512025-05-08T21:22:28.771Z[ recovery-image] May 08 21:22:27.929 INFO O| May 08 21:22:27.929 INFO STEP 44 (remove_files) COMPLETE
45522025-05-08T21:22:28.771Z[ recovery-image] May 08 21:22:27.929 INFO O| May 08 21:22:27.929 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532025-05-08T21:22:28.792Z[ recovery-image] May 08 21:22:27.953 INFO O| May 08 21:22:27.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45542025-05-08T21:22:28.795Z[ recovery-image] May 08 21:22:27.953 INFO O| May 08 21:22:27.953 INFO STEP 45 (remove_files) COMPLETE
45552025-05-08T21:22:28.795Z[ recovery-image] May 08 21:22:27.953 INFO O| May 08 21:22:27.953 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562025-05-08T21:22:28.853Z[ recovery-image] May 08 21:22:28.015 INFO O| May 08 21:22:28.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45572025-05-08T21:22:28.853Z[ recovery-image] May 08 21:22:28.015 INFO O| May 08 21:22:28.015 INFO STEP 46 (remove_files) COMPLETE
45582025-05-08T21:22:28.857Z[ recovery-image] May 08 21:22:28.015 INFO O| May 08 21:22:28.015 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592025-05-08T21:22:28.874Z[ recovery-image] May 08 21:22:28.036 INFO O| May 08 21:22:28.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45602025-05-08T21:22:28.874Z[ recovery-image] May 08 21:22:28.036 INFO O| May 08 21:22:28.036 INFO STEP 47 (remove_files) COMPLETE
45612025-05-08T21:22:28.875Z[ recovery-image] May 08 21:22:28.036 INFO O| May 08 21:22:28.036 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622025-05-08T21:22:28.932Z[ recovery-image] May 08 21:22:28.067 INFO O| May 08 21:22:28.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45632025-05-08T21:22:28.932Z[ recovery-image] May 08 21:22:28.092 INFO O| May 08 21:22:28.092 INFO STEP 48 (remove_files) COMPLETE
45642025-05-08T21:22:28.932Z[ recovery-image] May 08 21:22:28.092 INFO O| May 08 21:22:28.092 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652025-05-08T21:22:29.037Z[ recovery-image] May 08 21:22:28.190 INFO O| May 08 21:22:28.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45662025-05-08T21:22:29.037Z[ recovery-image] May 08 21:22:28.190 INFO O| May 08 21:22:28.162 INFO STEP 49 (remove_files) COMPLETE
45672025-05-08T21:22:29.037Z[ recovery-image] May 08 21:22:28.190 INFO O| May 08 21:22:28.162 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682025-05-08T21:22:29.037Z[ recovery-image] May 08 21:22:28.190 INFO O| May 08 21:22:28.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45692025-05-08T21:22:29.037Z[ recovery-image] May 08 21:22:28.190 INFO O| May 08 21:22:28.182 INFO STEP 50 (remove_files) COMPLETE
45702025-05-08T21:22:29.037Z[ recovery-image] May 08 21:22:28.190 INFO O| May 08 21:22:28.182 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712025-05-08T21:22:29.057Z[ recovery-image] May 08 21:22:28.219 INFO O| May 08 21:22:28.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45722025-05-08T21:22:29.061Z[ recovery-image] May 08 21:22:28.219 INFO O| May 08 21:22:28.219 INFO STEP 51 (remove_files) COMPLETE
45732025-05-08T21:22:29.061Z[ recovery-image] May 08 21:22:28.219 INFO O| May 08 21:22:28.219 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742025-05-08T21:22:29.078Z[ recovery-image] May 08 21:22:28.240 INFO O| May 08 21:22:28.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45752025-05-08T21:22:29.081Z[ recovery-image] May 08 21:22:28.240 INFO O| May 08 21:22:28.240 INFO STEP 52 (remove_files) COMPLETE
45762025-05-08T21:22:29.081Z[ recovery-image] May 08 21:22:28.240 INFO O| May 08 21:22:28.240 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772025-05-08T21:22:29.091Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
45782025-05-08T21:22:29.098Z[ recovery-image] May 08 21:22:28.260 INFO O| May 08 21:22:28.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45792025-05-08T21:22:29.101Z[ recovery-image] May 08 21:22:28.260 INFO O| May 08 21:22:28.260 INFO STEP 53 (remove_files) COMPLETE
45802025-05-08T21:22:29.101Z[ recovery-image] May 08 21:22:28.260 INFO O| May 08 21:22:28.260 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812025-05-08T21:22:29.116Z[ recovery-image] May 08 21:22:28.278 INFO O| May 08 21:22:28.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45822025-05-08T21:22:29.121Z[ recovery-image] May 08 21:22:28.278 INFO O| May 08 21:22:28.278 INFO STEP 54 (remove_files) COMPLETE
45832025-05-08T21:22:29.121Z[ recovery-image] May 08 21:22:28.278 INFO O| May 08 21:22:28.278 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842025-05-08T21:22:29.135Z[ recovery-image] May 08 21:22:28.297 INFO O| May 08 21:22:28.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45852025-05-08T21:22:29.157Z[ recovery-image] May 08 21:22:28.319 INFO O| May 08 21:22:28.319 INFO STEP 55 (remove_files) COMPLETE
45862025-05-08T21:22:29.157Z[ recovery-image] May 08 21:22:28.319 INFO O| May 08 21:22:28.319 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872025-05-08T21:22:29.178Z[ recovery-image] May 08 21:22:28.340 INFO O| May 08 21:22:28.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45882025-05-08T21:22:29.181Z[ recovery-image] May 08 21:22:28.340 INFO O| May 08 21:22:28.340 INFO STEP 56 (remove_files) COMPLETE
45892025-05-08T21:22:29.181Z[ recovery-image] May 08 21:22:28.340 INFO O| May 08 21:22:28.340 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902025-05-08T21:22:29.198Z[ recovery-image] May 08 21:22:28.359 INFO O| May 08 21:22:28.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45912025-05-08T21:22:29.201Z[ recovery-image] May 08 21:22:28.359 INFO O| May 08 21:22:28.359 INFO STEP 57 (remove_files) COMPLETE
45922025-05-08T21:22:29.201Z[ recovery-image] May 08 21:22:28.360 INFO O| May 08 21:22:28.360 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932025-05-08T21:22:29.217Z[ recovery-image] May 08 21:22:28.378 INFO O| May 08 21:22:28.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45942025-05-08T21:22:29.220Z[ recovery-image] May 08 21:22:28.378 INFO O| May 08 21:22:28.378 INFO STEP 58 (remove_files) COMPLETE
45952025-05-08T21:22:29.220Z[ recovery-image] May 08 21:22:28.379 INFO O| May 08 21:22:28.379 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962025-05-08T21:22:29.239Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45972025-05-08T21:22:29.242Z[ recovery-image] May 08 21:22:28.402 INFO O| May 08 21:22:28.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45982025-05-08T21:22:29.242Z[ recovery-image] May 08 21:22:28.402 INFO O| May 08 21:22:28.402 INFO STEP 59 (remove_files) COMPLETE
45992025-05-08T21:22:29.242Z[ recovery-image] May 08 21:22:28.402 INFO O| May 08 21:22:28.402 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-05-08T21:22:29.272Z[ recovery-image] May 08 21:22:28.433 INFO O| May 08 21:22:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46012025-05-08T21:22:29.291Z[ recovery-image] May 08 21:22:28.445 INFO O| May 08 21:22:28.445 INFO STEP 60 (remove_files) COMPLETE
46022025-05-08T21:22:29.291Z[ recovery-image] May 08 21:22:28.445 INFO O| May 08 21:22:28.445 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-05-08T21:22:29.333Z[ recovery-image] May 08 21:22:28.494 INFO O| May 08 21:22:28.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46042025-05-08T21:22:29.333Z[ recovery-image] May 08 21:22:28.494 INFO O| May 08 21:22:28.488 INFO STEP 61 (remove_files) COMPLETE
46052025-05-08T21:22:29.336Z[ recovery-image] May 08 21:22:28.494 INFO O| May 08 21:22:28.489 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-05-08T21:22:29.349Z[ recovery-image] May 08 21:22:28.511 INFO O| May 08 21:22:28.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46072025-05-08T21:22:29.352Z[ recovery-image] May 08 21:22:28.511 INFO O| May 08 21:22:28.511 INFO STEP 62 (remove_files) COMPLETE
46082025-05-08T21:22:29.352Z[ recovery-image] May 08 21:22:28.511 INFO O| May 08 21:22:28.511 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-05-08T21:22:29.378Z[ recovery-image] May 08 21:22:28.539 INFO O| May 08 21:22:28.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46102025-05-08T21:22:29.381Z[ recovery-image] May 08 21:22:28.540 INFO O| May 08 21:22:28.540 INFO STEP 63 (remove_files) COMPLETE
46112025-05-08T21:22:29.381Z[ recovery-image] May 08 21:22:28.540 INFO O| May 08 21:22:28.540 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-05-08T21:22:29.406Z[ recovery-image] May 08 21:22:28.567 INFO O| May 08 21:22:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46132025-05-08T21:22:29.419Z[ recovery-image] May 08 21:22:28.580 INFO O| May 08 21:22:28.580 INFO STEP 64 (remove_files) COMPLETE
46142025-05-08T21:22:29.419Z[ recovery-image] May 08 21:22:28.580 INFO O| May 08 21:22:28.580 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-05-08T21:22:29.459Z[ recovery-image] May 08 21:22:28.620 INFO O| May 08 21:22:28.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46162025-05-08T21:22:29.463Z[ recovery-image] May 08 21:22:28.620 INFO O| May 08 21:22:28.620 INFO STEP 65 (remove_files) COMPLETE
46172025-05-08T21:22:29.463Z[ recovery-image] May 08 21:22:28.621 INFO O| May 08 21:22:28.620 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-05-08T21:22:29.483Z[ recovery-image] May 08 21:22:28.644 INFO O| May 08 21:22:28.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46192025-05-08T21:22:29.486Z[ recovery-image] May 08 21:22:28.644 INFO O| May 08 21:22:28.644 INFO STEP 66 (remove_files) COMPLETE
46202025-05-08T21:22:29.486Z[ recovery-image] May 08 21:22:28.645 INFO O| May 08 21:22:28.644 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-05-08T21:22:29.506Z[ recovery-image] May 08 21:22:28.667 INFO O| May 08 21:22:28.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46222025-05-08T21:22:29.510Z[ recovery-image] May 08 21:22:28.668 INFO O| May 08 21:22:28.668 INFO STEP 67 (remove_files) COMPLETE
46232025-05-08T21:22:29.510Z[ recovery-image] May 08 21:22:28.668 INFO O| May 08 21:22:28.668 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-05-08T21:22:29.530Z[ recovery-image] May 08 21:22:28.691 INFO O| May 08 21:22:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46252025-05-08T21:22:29.549Z[ recovery-image] May 08 21:22:28.711 INFO O| May 08 21:22:28.711 INFO STEP 68 (remove_files) COMPLETE
46262025-05-08T21:22:29.549Z[ recovery-image] May 08 21:22:28.711 INFO O| May 08 21:22:28.711 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-05-08T21:22:29.620Z[ recovery-image] May 08 21:22:28.782 INFO O| May 08 21:22:28.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46282025-05-08T21:22:29.624Z[ recovery-image] May 08 21:22:28.782 INFO O| May 08 21:22:28.782 INFO STEP 69 (remove_files) COMPLETE
46292025-05-08T21:22:29.624Z[ recovery-image] May 08 21:22:28.782 INFO O| May 08 21:22:28.782 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-05-08T21:22:29.645Z[ recovery-image] May 08 21:22:28.806 INFO O| May 08 21:22:28.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46312025-05-08T21:22:29.648Z[ recovery-image] May 08 21:22:28.806 INFO O| May 08 21:22:28.806 INFO STEP 70 (remove_files) COMPLETE
46322025-05-08T21:22:29.649Z[ recovery-image] May 08 21:22:28.806 INFO O| May 08 21:22:28.806 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-05-08T21:22:29.667Z[ recovery-image] May 08 21:22:28.829 INFO O| May 08 21:22:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46342025-05-08T21:22:29.670Z[ recovery-image] May 08 21:22:28.829 INFO O| May 08 21:22:28.829 INFO STEP 71 (remove_files) COMPLETE
46352025-05-08T21:22:29.670Z[ recovery-image] May 08 21:22:28.829 INFO O| May 08 21:22:28.829 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-05-08T21:22:29.716Z[ recovery-image] May 08 21:22:28.877 INFO O| May 08 21:22:28.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46372025-05-08T21:22:29.719Z[ recovery-image] May 08 21:22:28.877 INFO O| May 08 21:22:28.877 INFO STEP 72 (remove_files) COMPLETE
46382025-05-08T21:22:29.720Z[ recovery-image] May 08 21:22:28.877 INFO O| May 08 21:22:28.877 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-05-08T21:22:29.738Z[ recovery-image] May 08 21:22:28.899 INFO O| May 08 21:22:28.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46402025-05-08T21:22:29.738Z[ recovery-image] May 08 21:22:28.899 INFO O| May 08 21:22:28.899 INFO STEP 73 (remove_files) COMPLETE
46412025-05-08T21:22:29.741Z[ recovery-image] May 08 21:22:28.899 INFO O| May 08 21:22:28.899 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-05-08T21:22:29.760Z[ recovery-image] May 08 21:22:28.922 INFO O| May 08 21:22:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46432025-05-08T21:22:29.760Z[ recovery-image] May 08 21:22:28.922 INFO O| May 08 21:22:28.922 INFO STEP 74 (remove_files) COMPLETE
46442025-05-08T21:22:29.763Z[ recovery-image] May 08 21:22:28.922 INFO O| May 08 21:22:28.922 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-05-08T21:22:29.825Z[ recovery-image] May 08 21:22:28.986 INFO O| May 08 21:22:28.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46462025-05-08T21:22:29.828Z[ recovery-image] May 08 21:22:28.986 INFO O| May 08 21:22:28.986 INFO STEP 75 (remove_files) COMPLETE
46472025-05-08T21:22:29.828Z[ recovery-image] May 08 21:22:28.986 INFO O| May 08 21:22:28.986 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-05-08T21:22:29.894Z[ recovery-image] May 08 21:22:29.056 INFO O| May 08 21:22:29.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46492025-05-08T21:22:29.894Z[ recovery-image] May 08 21:22:29.056 INFO O| May 08 21:22:29.056 INFO STEP 76 (remove_files) COMPLETE
46502025-05-08T21:22:29.898Z[ recovery-image] May 08 21:22:29.056 INFO O| May 08 21:22:29.056 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-05-08T21:22:29.957Z[ recovery-image] May 08 21:22:29.118 INFO O| May 08 21:22:29.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46522025-05-08T21:22:29.957Z[ recovery-image] May 08 21:22:29.118 INFO O| May 08 21:22:29.118 INFO STEP 77 (remove_files) COMPLETE
46532025-05-08T21:22:29.960Z[ recovery-image] May 08 21:22:29.118 INFO O| May 08 21:22:29.118 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-05-08T21:22:29.986Z[ recovery-image] May 08 21:22:29.148 INFO O| May 08 21:22:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46552025-05-08T21:22:29.986Z[ recovery-image] May 08 21:22:29.148 INFO O| May 08 21:22:29.148 INFO STEP 78 (remove_files) COMPLETE
46562025-05-08T21:22:29.986Z[ recovery-image] May 08 21:22:29.148 INFO O| May 08 21:22:29.148 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-05-08T21:22:30.010Z[ recovery-image] May 08 21:22:29.171 INFO O| May 08 21:22:29.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46582025-05-08T21:22:30.010Z[ recovery-image] May 08 21:22:29.171 INFO O| May 08 21:22:29.171 INFO STEP 79 (remove_files) COMPLETE
46592025-05-08T21:22:30.010Z[ recovery-image] May 08 21:22:29.171 INFO O| May 08 21:22:29.171 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-05-08T21:22:30.047Z[ recovery-image] May 08 21:22:29.208 INFO O| May 08 21:22:29.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46612025-05-08T21:22:30.047Z[ recovery-image] May 08 21:22:29.208 INFO O| May 08 21:22:29.208 INFO STEP 80 (remove_files) COMPLETE
46622025-05-08T21:22:30.050Z[ recovery-image] May 08 21:22:29.208 INFO O| May 08 21:22:29.208 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-05-08T21:22:30.099Z[ recovery-image] May 08 21:22:29.260 INFO O| May 08 21:22:29.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46642025-05-08T21:22:30.099Z[ recovery-image] May 08 21:22:29.260 INFO O| May 08 21:22:29.260 INFO STEP 81 (remove_files) COMPLETE
46652025-05-08T21:22:30.099Z[ recovery-image] May 08 21:22:29.260 INFO O| May 08 21:22:29.260 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-05-08T21:22:30.160Z[ recovery-image] May 08 21:22:29.321 INFO O| May 08 21:22:29.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46672025-05-08T21:22:30.160Z[ recovery-image] May 08 21:22:29.322 INFO O| May 08 21:22:29.322 INFO STEP 82 (remove_files) COMPLETE
46682025-05-08T21:22:30.160Z[ recovery-image] May 08 21:22:29.322 INFO O| May 08 21:22:29.322 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-05-08T21:22:30.179Z[ recovery-image] May 08 21:22:29.340 INFO O| May 08 21:22:29.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46702025-05-08T21:22:30.179Z[ recovery-image] May 08 21:22:29.340 INFO O| May 08 21:22:29.340 INFO STEP 83 (remove_files) COMPLETE
46712025-05-08T21:22:30.179Z[ recovery-image] May 08 21:22:29.340 INFO O| May 08 21:22:29.340 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-05-08T21:22:30.283Z[ recovery-image] May 08 21:22:29.444 INFO O| May 08 21:22:29.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46732025-05-08T21:22:30.286Z[ recovery-image] May 08 21:22:29.444 INFO O| May 08 21:22:29.444 INFO STEP 84 (remove_files) COMPLETE
46742025-05-08T21:22:30.286Z[ recovery-image] May 08 21:22:29.444 INFO O| May 08 21:22:29.444 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-05-08T21:22:30.353Z[ recovery-image] May 08 21:22:29.515 INFO O| May 08 21:22:29.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46762025-05-08T21:22:30.354Z[ recovery-image] May 08 21:22:29.515 INFO O| May 08 21:22:29.515 INFO STEP 85 (remove_files) COMPLETE
46772025-05-08T21:22:30.354Z[ recovery-image] May 08 21:22:29.515 INFO O| May 08 21:22:29.515 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-05-08T21:22:30.476Z[ recovery-image] May 08 21:22:29.637 INFO O| May 08 21:22:29.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46792025-05-08T21:22:30.476Z[ recovery-image] May 08 21:22:29.637 INFO O| May 08 21:22:29.637 INFO STEP 86 (remove_files) COMPLETE
46802025-05-08T21:22:30.480Z[ recovery-image] May 08 21:22:29.637 INFO O| May 08 21:22:29.637 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-05-08T21:22:30.499Z[ recovery-image] May 08 21:22:29.660 INFO O| May 08 21:22:29.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46822025-05-08T21:22:30.499Z[ recovery-image] May 08 21:22:29.660 INFO O| May 08 21:22:29.660 INFO STEP 87 (remove_files) COMPLETE
46832025-05-08T21:22:30.502Z[ recovery-image] May 08 21:22:29.660 INFO O| May 08 21:22:29.660 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-05-08T21:22:30.521Z[ recovery-image] May 08 21:22:29.682 INFO O| May 08 21:22:29.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46852025-05-08T21:22:30.524Z[ recovery-image] May 08 21:22:29.682 INFO O| May 08 21:22:29.682 INFO STEP 88 (remove_files) COMPLETE
46862025-05-08T21:22:30.524Z[ recovery-image] May 08 21:22:29.682 INFO O| May 08 21:22:29.682 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-05-08T21:22:30.541Z[ recovery-image] May 08 21:22:29.703 INFO O| May 08 21:22:29.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46882025-05-08T21:22:30.541Z[ recovery-image] May 08 21:22:29.703 INFO O| May 08 21:22:29.703 INFO STEP 89 (remove_files) COMPLETE
46892025-05-08T21:22:30.545Z[ recovery-image] May 08 21:22:29.703 INFO O| May 08 21:22:29.703 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-05-08T21:22:30.564Z[ recovery-image] May 08 21:22:29.725 INFO O| May 08 21:22:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46912025-05-08T21:22:30.567Z[ recovery-image] May 08 21:22:29.726 INFO O| May 08 21:22:29.726 INFO STEP 90 (remove_files) COMPLETE
46922025-05-08T21:22:30.568Z[ recovery-image] May 08 21:22:29.726 INFO O| May 08 21:22:29.726 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-05-08T21:22:30.586Z[ recovery-image] May 08 21:22:29.748 INFO O| May 08 21:22:29.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46942025-05-08T21:22:30.586Z[ recovery-image] May 08 21:22:29.748 INFO O| May 08 21:22:29.748 INFO STEP 91 (remove_files) COMPLETE
46952025-05-08T21:22:30.590Z[ recovery-image] May 08 21:22:29.748 INFO O| May 08 21:22:29.748 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-05-08T21:22:30.611Z[ recovery-image] May 08 21:22:29.773 INFO O| May 08 21:22:29.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46972025-05-08T21:22:30.615Z[ recovery-image] May 08 21:22:29.773 INFO O| May 08 21:22:29.773 INFO STEP 92 (remove_files) COMPLETE
46982025-05-08T21:22:30.615Z[ recovery-image] May 08 21:22:29.773 INFO O| May 08 21:22:29.773 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-05-08T21:22:30.635Z[ recovery-image] May 08 21:22:29.797 INFO O| May 08 21:22:29.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47002025-05-08T21:22:30.635Z[ recovery-image] May 08 21:22:29.797 INFO O| May 08 21:22:29.797 INFO STEP 93 (remove_files) COMPLETE
47012025-05-08T21:22:30.636Z[ recovery-image] May 08 21:22:29.797 INFO O| May 08 21:22:29.797 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-05-08T21:22:30.659Z[ recovery-image] May 08 21:22:29.820 INFO O| May 08 21:22:29.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47032025-05-08T21:22:30.662Z[ recovery-image] May 08 21:22:29.821 INFO O| May 08 21:22:29.821 INFO STEP 94 (remove_files) COMPLETE
47042025-05-08T21:22:30.662Z[ recovery-image] May 08 21:22:29.821 INFO O| May 08 21:22:29.821 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-05-08T21:22:30.684Z[ recovery-image] May 08 21:22:29.845 INFO O| May 08 21:22:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47062025-05-08T21:22:30.687Z[ recovery-image] May 08 21:22:29.846 INFO O| May 08 21:22:29.846 INFO STEP 95 (remove_files) COMPLETE
47072025-05-08T21:22:30.687Z[ recovery-image] May 08 21:22:29.846 INFO O| May 08 21:22:29.846 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-05-08T21:22:30.717Z[ recovery-image] May 08 21:22:29.878 INFO O| May 08 21:22:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47092025-05-08T21:22:30.717Z[ recovery-image] May 08 21:22:29.878 INFO O| May 08 21:22:29.878 INFO STEP 96 (remove_files) COMPLETE
47102025-05-08T21:22:30.717Z[ recovery-image] May 08 21:22:29.879 INFO O| May 08 21:22:29.878 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-05-08T21:22:30.753Z[ recovery-image] May 08 21:22:29.914 INFO O| May 08 21:22:29.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47122025-05-08T21:22:30.756Z[ recovery-image] May 08 21:22:29.914 INFO O| May 08 21:22:29.914 INFO STEP 97 (remove_files) COMPLETE
47132025-05-08T21:22:30.756Z[ recovery-image] May 08 21:22:29.914 INFO O| May 08 21:22:29.914 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-05-08T21:22:30.786Z[ recovery-image] May 08 21:22:29.948 INFO O| May 08 21:22:29.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47152025-05-08T21:22:30.786Z[ recovery-image] May 08 21:22:29.948 INFO O| May 08 21:22:29.948 INFO STEP 98 (remove_files) COMPLETE
47162025-05-08T21:22:30.791Z[ recovery-image] May 08 21:22:29.948 INFO O| May 08 21:22:29.948 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-05-08T21:22:30.810Z[ recovery-image] May 08 21:22:29.971 INFO O| May 08 21:22:29.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47182025-05-08T21:22:30.810Z[ recovery-image] May 08 21:22:29.971 INFO O| May 08 21:22:29.971 INFO STEP 99 (remove_files) COMPLETE
47192025-05-08T21:22:30.810Z[ recovery-image] May 08 21:22:29.971 INFO O| May 08 21:22:29.971 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-05-08T21:22:30.830Z[ recovery-image] May 08 21:22:29.992 INFO O| May 08 21:22:29.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47212025-05-08T21:22:30.830Z[ recovery-image] May 08 21:22:29.992 INFO O| May 08 21:22:29.992 INFO STEP 100 (remove_files) COMPLETE
47222025-05-08T21:22:30.834Z[ recovery-image] May 08 21:22:29.992 INFO O| May 08 21:22:29.992 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-05-08T21:22:30.862Z[ recovery-image] May 08 21:22:30.023 INFO O| May 08 21:22:30.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47242025-05-08T21:22:30.862Z[ recovery-image] May 08 21:22:30.023 INFO O| May 08 21:22:30.023 INFO STEP 101 (remove_files) COMPLETE
47252025-05-08T21:22:30.867Z[ recovery-image] May 08 21:22:30.024 INFO O| May 08 21:22:30.023 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-05-08T21:22:30.888Z[ recovery-image] May 08 21:22:30.049 INFO O| May 08 21:22:30.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47272025-05-08T21:22:30.904Z[ recovery-image] May 08 21:22:30.065 INFO O| May 08 21:22:30.065 INFO STEP 102 (remove_files) COMPLETE
47282025-05-08T21:22:30.904Z[ recovery-image] May 08 21:22:30.065 INFO O| May 08 21:22:30.065 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-05-08T21:22:30.957Z[ recovery-image] May 08 21:22:30.119 INFO O| May 08 21:22:30.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47302025-05-08T21:22:30.965Z[ recovery-image] May 08 21:22:30.126 INFO O| May 08 21:22:30.126 INFO STEP 103 (remove_files) COMPLETE
47312025-05-08T21:22:30.965Z[ recovery-image] May 08 21:22:30.126 INFO O| May 08 21:22:30.126 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-05-08T21:22:30.997Z[ recovery-image] May 08 21:22:30.159 INFO O| May 08 21:22:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47332025-05-08T21:22:30.997Z[ recovery-image] May 08 21:22:30.159 INFO O| May 08 21:22:30.159 INFO STEP 104 (remove_files) COMPLETE
47342025-05-08T21:22:30.997Z[ recovery-image] May 08 21:22:30.159 INFO O| May 08 21:22:30.159 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-05-08T21:22:31.019Z[ recovery-image] May 08 21:22:30.180 INFO O| May 08 21:22:30.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47362025-05-08T21:22:31.019Z[ recovery-image] May 08 21:22:30.180 INFO O| May 08 21:22:30.180 INFO STEP 105 (remove_files) COMPLETE
47372025-05-08T21:22:31.023Z[ recovery-image] May 08 21:22:30.180 INFO O| May 08 21:22:30.180 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-05-08T21:22:31.053Z[ recovery-image] May 08 21:22:30.214 INFO O| May 08 21:22:30.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47392025-05-08T21:22:31.078Z[ recovery-image] May 08 21:22:30.239 INFO O| May 08 21:22:30.239 INFO STEP 106 (remove_files) COMPLETE
47402025-05-08T21:22:31.078Z[ recovery-image] May 08 21:22:30.239 INFO O| May 08 21:22:30.239 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-05-08T21:22:31.102Z[ recovery-image] May 08 21:22:30.263 INFO O| May 08 21:22:30.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47422025-05-08T21:22:31.102Z[ recovery-image] May 08 21:22:30.263 INFO O| May 08 21:22:30.263 INFO STEP 107 (remove_files) COMPLETE
47432025-05-08T21:22:31.102Z[ recovery-image] May 08 21:22:30.263 INFO O| May 08 21:22:30.263 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-05-08T21:22:31.124Z[ recovery-image] May 08 21:22:30.285 INFO O| May 08 21:22:30.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47452025-05-08T21:22:31.124Z[ recovery-image] May 08 21:22:30.285 INFO O| May 08 21:22:30.285 INFO STEP 108 (remove_files) COMPLETE
47462025-05-08T21:22:31.124Z[ recovery-image] May 08 21:22:30.285 INFO O| May 08 21:22:30.285 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-05-08T21:22:31.146Z[ recovery-image] May 08 21:22:30.307 INFO O| May 08 21:22:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47482025-05-08T21:22:31.146Z[ recovery-image] May 08 21:22:30.307 INFO O| May 08 21:22:30.307 INFO STEP 109 (remove_files) COMPLETE
47492025-05-08T21:22:31.149Z[ recovery-image] May 08 21:22:30.307 INFO O| May 08 21:22:30.307 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-05-08T21:22:31.166Z[ recovery-image] May 08 21:22:30.328 INFO O| May 08 21:22:30.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47512025-05-08T21:22:31.166Z[ recovery-image] May 08 21:22:30.328 INFO O| May 08 21:22:30.328 INFO STEP 110 (remove_files) COMPLETE
47522025-05-08T21:22:31.167Z[ recovery-image] May 08 21:22:30.328 INFO O| May 08 21:22:30.328 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-05-08T21:22:31.187Z[ recovery-image] May 08 21:22:30.349 INFO O| May 08 21:22:30.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47542025-05-08T21:22:31.187Z[ recovery-image] May 08 21:22:30.349 INFO O| May 08 21:22:30.349 INFO STEP 111 (remove_files) COMPLETE
47552025-05-08T21:22:31.187Z[ recovery-image] May 08 21:22:30.349 INFO O| May 08 21:22:30.349 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-05-08T21:22:31.208Z[ recovery-image] May 08 21:22:30.369 INFO O| May 08 21:22:30.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47572025-05-08T21:22:31.208Z[ recovery-image] May 08 21:22:30.369 INFO O| May 08 21:22:30.369 INFO STEP 112 (remove_files) COMPLETE
47582025-05-08T21:22:31.211Z[ recovery-image] May 08 21:22:30.369 INFO O| May 08 21:22:30.369 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-05-08T21:22:31.227Z[ recovery-image] May 08 21:22:30.389 INFO O| May 08 21:22:30.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47602025-05-08T21:22:31.227Z[ recovery-image] May 08 21:22:30.389 INFO O| May 08 21:22:30.389 INFO STEP 113 (remove_files) COMPLETE
47612025-05-08T21:22:31.231Z[ recovery-image] May 08 21:22:30.389 INFO O| May 08 21:22:30.389 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-05-08T21:22:31.246Z[ recovery-image] May 08 21:22:30.407 INFO O| May 08 21:22:30.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47632025-05-08T21:22:31.246Z[ recovery-image] May 08 21:22:30.407 INFO O| May 08 21:22:30.407 INFO STEP 114 (remove_files) COMPLETE
47642025-05-08T21:22:31.249Z[ recovery-image] May 08 21:22:30.407 INFO O| May 08 21:22:30.407 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-05-08T21:22:31.275Z[ recovery-image] May 08 21:22:30.436 INFO O| May 08 21:22:30.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47662025-05-08T21:22:31.275Z[ recovery-image] May 08 21:22:30.436 INFO O| May 08 21:22:30.436 INFO STEP 115 (remove_files) COMPLETE
47672025-05-08T21:22:31.275Z[ recovery-image] May 08 21:22:30.436 INFO O| May 08 21:22:30.436 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-05-08T21:22:31.356Z[ host-image] May 08 21:22:30.518 INFO O| May 08 21:22:30.518 INFO O| Planning: Solver setup ... Done
47692025-05-08T21:22:31.364Z[ host-image] May 08 21:22:30.525 INFO O| May 08 21:22:30.525 INFO O| Planning: Running solver ... Done
47702025-05-08T21:22:31.443Z[ recovery-image] May 08 21:22:30.604 INFO O| May 08 21:22:30.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47712025-05-08T21:22:31.454Z[ recovery-image] May 08 21:22:30.614 INFO O| May 08 21:22:30.614 INFO STEP 116 (remove_files) COMPLETE
47722025-05-08T21:22:31.454Z[ recovery-image] May 08 21:22:30.614 INFO O| May 08 21:22:30.614 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-05-08T21:22:31.497Z[ host-image] May 08 21:22:30.658 INFO O| May 08 21:22:30.658 INFO O| Planning: Finding local manifests ... Done
47742025-05-08T21:22:31.500Z[ host-image] May 08 21:22:30.659 INFO O| May 08 21:22:30.659 INFO O| Planning: Fetching manifests: 0/1 0% complete
47752025-05-08T21:22:31.543Z[ recovery-image] May 08 21:22:30.704 INFO O| May 08 21:22:30.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47762025-05-08T21:22:31.546Z[ recovery-image] May 08 21:22:30.704 INFO O| May 08 21:22:30.704 INFO STEP 117 (remove_files) COMPLETE
47772025-05-08T21:22:31.546Z[ recovery-image] May 08 21:22:30.704 INFO O| May 08 21:22:30.704 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782025-05-08T21:22:31.565Z[ recovery-image] May 08 21:22:30.726 INFO O| May 08 21:22:30.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47792025-05-08T21:22:31.568Z[ recovery-image] May 08 21:22:30.726 INFO O| May 08 21:22:30.726 INFO STEP 118 (remove_files) COMPLETE
47802025-05-08T21:22:31.568Z[ recovery-image] May 08 21:22:30.726 INFO O| May 08 21:22:30.726 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812025-05-08T21:22:31.587Z[ recovery-image] May 08 21:22:30.748 INFO O| May 08 21:22:30.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47822025-05-08T21:22:31.587Z[ recovery-image] May 08 21:22:30.748 INFO O| May 08 21:22:30.748 INFO STEP 119 (remove_files) COMPLETE
47832025-05-08T21:22:31.587Z[ recovery-image] May 08 21:22:30.748 INFO O| May 08 21:22:30.748 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842025-05-08T21:22:31.644Z[ recovery-image] May 08 21:22:30.805 INFO O| May 08 21:22:30.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47852025-05-08T21:22:31.644Z[ recovery-image] May 08 21:22:30.805 INFO O| May 08 21:22:30.805 INFO STEP 120 (remove_files) COMPLETE
47862025-05-08T21:22:31.647Z[ recovery-image] May 08 21:22:30.805 INFO O| May 08 21:22:30.805 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-05-08T21:22:31.675Z[ recovery-image] May 08 21:22:30.836 INFO O| May 08 21:22:30.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47882025-05-08T21:22:31.675Z[ recovery-image] May 08 21:22:30.836 INFO O| May 08 21:22:30.836 INFO STEP 121 (remove_files) COMPLETE
47892025-05-08T21:22:31.679Z[ recovery-image] May 08 21:22:30.836 INFO O| May 08 21:22:30.836 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-05-08T21:22:31.702Z[ recovery-image] May 08 21:22:30.863 INFO O| May 08 21:22:30.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47912025-05-08T21:22:31.702Z[ recovery-image] May 08 21:22:30.863 INFO O| May 08 21:22:30.863 INFO STEP 122 (remove_files) COMPLETE
47922025-05-08T21:22:31.702Z[ recovery-image] May 08 21:22:30.863 INFO O| May 08 21:22:30.863 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-05-08T21:22:31.726Z[ recovery-image] May 08 21:22:30.887 INFO O| May 08 21:22:30.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47942025-05-08T21:22:31.726Z[ recovery-image] May 08 21:22:30.888 INFO O| May 08 21:22:30.888 INFO STEP 123 (remove_files) COMPLETE
47952025-05-08T21:22:31.726Z[ recovery-image] May 08 21:22:30.888 INFO O| May 08 21:22:30.888 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-05-08T21:22:31.751Z[ recovery-image] May 08 21:22:30.913 INFO O| May 08 21:22:30.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47972025-05-08T21:22:31.751Z[ recovery-image] May 08 21:22:30.913 INFO O| May 08 21:22:30.913 INFO STEP 124 (remove_files) COMPLETE
47982025-05-08T21:22:31.751Z[ recovery-image] May 08 21:22:30.913 INFO O| May 08 21:22:30.913 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-05-08T21:22:31.787Z[ recovery-image] May 08 21:22:30.948 INFO O| May 08 21:22:30.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48002025-05-08T21:22:31.787Z[ recovery-image] May 08 21:22:30.949 INFO O| May 08 21:22:30.949 INFO STEP 125 (remove_files) COMPLETE
48012025-05-08T21:22:31.787Z[ recovery-image] May 08 21:22:30.949 INFO O| May 08 21:22:30.949 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022025-05-08T21:22:31.830Z[ recovery-image] May 08 21:22:30.991 INFO O| May 08 21:22:30.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48032025-05-08T21:22:31.830Z[ recovery-image] May 08 21:22:30.991 INFO O| May 08 21:22:30.991 INFO STEP 126 (remove_files) COMPLETE
48042025-05-08T21:22:31.833Z[ recovery-image] May 08 21:22:30.991 INFO O| May 08 21:22:30.991 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052025-05-08T21:22:31.852Z[ recovery-image] May 08 21:22:31.013 INFO O| May 08 21:22:31.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48062025-05-08T21:22:31.855Z[ recovery-image] May 08 21:22:31.013 INFO O| May 08 21:22:31.013 INFO STEP 127 (remove_files) COMPLETE
48072025-05-08T21:22:31.855Z[ recovery-image] May 08 21:22:31.013 INFO O| May 08 21:22:31.013 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082025-05-08T21:22:31.864Z[ host-image] May 08 21:22:31.026 INFO O| May 08 21:22:31.026 INFO O| Planning: Fetching manifests: 1/1 100% complete
48092025-05-08T21:22:31.875Z[ recovery-image] May 08 21:22:31.036 INFO O| May 08 21:22:31.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48102025-05-08T21:22:31.875Z[ recovery-image] May 08 21:22:31.036 INFO O| May 08 21:22:31.036 INFO STEP 128 (remove_files) COMPLETE
48112025-05-08T21:22:31.875Z[ recovery-image] May 08 21:22:31.036 INFO O| May 08 21:22:31.036 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-05-08T21:22:31.912Z[ host-image] May 08 21:22:31.074 INFO O| May 08 21:22:31.074 INFO O| Planning: Package planning ... Done
48132025-05-08T21:22:31.916Z[ host-image] May 08 21:22:31.074 INFO O| May 08 21:22:31.074 INFO O| Planning: Merging actions ... Done
48142025-05-08T21:22:31.956Z[ recovery-image] May 08 21:22:31.117 INFO O| May 08 21:22:31.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48152025-05-08T21:22:31.959Z[ recovery-image] May 08 21:22:31.117 INFO O| May 08 21:22:31.117 INFO STEP 129 (remove_files) COMPLETE
48162025-05-08T21:22:31.959Z[ recovery-image] May 08 21:22:31.117 INFO O| May 08 21:22:31.117 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-05-08T21:22:32.023Z[ recovery-image] May 08 21:22:31.184 INFO O| May 08 21:22:31.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48182025-05-08T21:22:32.027Z[ recovery-image] May 08 21:22:31.184 INFO O| May 08 21:22:31.184 INFO STEP 130 (remove_files) COMPLETE
48192025-05-08T21:22:32.027Z[ recovery-image] May 08 21:22:31.184 INFO O| May 08 21:22:31.184 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-05-08T21:22:32.027Z[ host-image] May 08 21:22:31.187 INFO O| May 08 21:22:31.187 INFO O| Planning: Checking for conflicting actions ... Done
48212025-05-08T21:22:32.027Z[ host-image] May 08 21:22:31.188 INFO O| May 08 21:22:31.188 INFO O| Planning: Consolidating action changes ... Done
48222025-05-08T21:22:32.049Z[ recovery-image] May 08 21:22:31.210 INFO O| May 08 21:22:31.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48232025-05-08T21:22:32.049Z[ recovery-image] May 08 21:22:31.211 INFO O| May 08 21:22:31.210 INFO STEP 131 (remove_files) COMPLETE
48242025-05-08T21:22:32.053Z[ recovery-image] May 08 21:22:31.211 INFO O| May 08 21:22:31.211 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-05-08T21:22:32.070Z[ recovery-image] May 08 21:22:31.229 INFO O| May 08 21:22:31.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48262025-05-08T21:22:32.073Z[ recovery-image] May 08 21:22:31.229 INFO O| May 08 21:22:31.229 INFO STEP 132 (remove_files) COMPLETE
48272025-05-08T21:22:32.073Z[ recovery-image] May 08 21:22:31.230 INFO O| May 08 21:22:31.229 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-05-08T21:22:32.088Z[ recovery-image] May 08 21:22:31.249 INFO O| May 08 21:22:31.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48292025-05-08T21:22:32.088Z[ recovery-image] May 08 21:22:31.249 INFO O| May 08 21:22:31.249 INFO STEP 133 (remove_files) COMPLETE
48302025-05-08T21:22:32.091Z[ recovery-image] May 08 21:22:31.249 INFO O| May 08 21:22:31.249 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-05-08T21:22:32.110Z[ recovery-image] May 08 21:22:31.271 INFO O| May 08 21:22:31.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48322025-05-08T21:22:32.110Z[ recovery-image] May 08 21:22:31.272 INFO O| May 08 21:22:31.272 INFO STEP 134 (remove_files) COMPLETE
48332025-05-08T21:22:32.114Z[ recovery-image] May 08 21:22:31.272 INFO O| May 08 21:22:31.272 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-05-08T21:22:32.131Z[ recovery-image] May 08 21:22:31.292 INFO O| May 08 21:22:31.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48352025-05-08T21:22:32.131Z[ recovery-image] May 08 21:22:31.292 INFO O| May 08 21:22:31.292 INFO STEP 135 (remove_files) COMPLETE
48362025-05-08T21:22:32.134Z[ recovery-image] May 08 21:22:31.292 INFO O| May 08 21:22:31.292 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-05-08T21:22:32.151Z[ recovery-image] May 08 21:22:31.313 INFO O| May 08 21:22:31.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48382025-05-08T21:22:32.154Z[ recovery-image] May 08 21:22:31.313 INFO O| May 08 21:22:31.313 INFO STEP 136 (remove_files) COMPLETE
48392025-05-08T21:22:32.154Z[ recovery-image] May 08 21:22:31.313 INFO O| May 08 21:22:31.313 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-05-08T21:22:32.170Z[ recovery-image] May 08 21:22:31.331 INFO O| May 08 21:22:31.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48412025-05-08T21:22:32.173Z[ recovery-image] May 08 21:22:31.333 INFO O| May 08 21:22:31.333 INFO STEP 137 (remove_files) COMPLETE
48422025-05-08T21:22:32.173Z[ recovery-image] May 08 21:22:31.333 INFO O| May 08 21:22:31.333 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-05-08T21:22:32.192Z[ recovery-image] May 08 21:22:31.353 INFO O| May 08 21:22:31.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48442025-05-08T21:22:32.195Z[ recovery-image] May 08 21:22:31.353 INFO O| May 08 21:22:31.353 INFO STEP 138 (remove_files) COMPLETE
48452025-05-08T21:22:32.195Z[ recovery-image] May 08 21:22:31.353 INFO O| May 08 21:22:31.353 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-05-08T21:22:32.211Z[ recovery-image] May 08 21:22:31.372 INFO O| May 08 21:22:31.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48472025-05-08T21:22:32.214Z[ recovery-image] May 08 21:22:31.372 INFO O| May 08 21:22:31.372 INFO STEP 139 (remove_files) COMPLETE
48482025-05-08T21:22:32.214Z[ recovery-image] May 08 21:22:31.372 INFO O| May 08 21:22:31.372 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-05-08T21:22:32.230Z[ recovery-image] May 08 21:22:31.391 INFO O| May 08 21:22:31.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48502025-05-08T21:22:32.233Z[ recovery-image] May 08 21:22:31.391 INFO O| May 08 21:22:31.391 INFO STEP 140 (remove_files) COMPLETE
48512025-05-08T21:22:32.233Z[ recovery-image] May 08 21:22:31.391 INFO O| May 08 21:22:31.391 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-05-08T21:22:32.251Z[ recovery-image] May 08 21:22:31.412 INFO O| May 08 21:22:31.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48532025-05-08T21:22:32.254Z[ recovery-image] May 08 21:22:31.412 INFO O| May 08 21:22:31.412 INFO STEP 141 (remove_files) COMPLETE
48542025-05-08T21:22:32.254Z[ recovery-image] May 08 21:22:31.413 INFO O| May 08 21:22:31.412 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-05-08T21:22:32.273Z[ recovery-image] May 08 21:22:31.435 INFO O| May 08 21:22:31.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48562025-05-08T21:22:32.277Z[ recovery-image] May 08 21:22:31.435 INFO O| May 08 21:22:31.435 INFO STEP 142 (remove_files) COMPLETE
48572025-05-08T21:22:32.277Z[ recovery-image] May 08 21:22:31.435 INFO O| May 08 21:22:31.435 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-05-08T21:22:32.389Z[ recovery-image] May 08 21:22:31.550 INFO O| May 08 21:22:31.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48592025-05-08T21:22:32.393Z[ recovery-image] May 08 21:22:31.550 INFO O| May 08 21:22:31.550 INFO STEP 143 (remove_files) COMPLETE
48602025-05-08T21:22:32.393Z[ recovery-image] May 08 21:22:31.551 INFO O| May 08 21:22:31.551 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-05-08T21:22:32.403Z[ host-image] May 08 21:22:31.565 INFO O| May 08 21:22:31.565 INFO O| Planning: Evaluating mediators ... Done
48622025-05-08T21:22:32.407Z[ host-image] May 08 21:22:31.566 INFO O| May 08 21:22:31.566 INFO O| Planning: Planning completed in 6.52 seconds
48632025-05-08T21:22:32.410Z[ host-image] May 08 21:22:31.568 INFO O| May 08 21:22:31.568 INFO O| Packages to install: 1
48642025-05-08T21:22:32.413Z[ recovery-image] May 08 21:22:31.572 INFO O| May 08 21:22:31.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48652025-05-08T21:22:32.413Z[ recovery-image] May 08 21:22:31.573 INFO O| May 08 21:22:31.573 INFO STEP 144 (remove_files) COMPLETE
48662025-05-08T21:22:32.413Z[ recovery-image] May 08 21:22:31.573 INFO O| May 08 21:22:31.573 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-05-08T21:22:32.432Z[ host-image] May 08 21:22:31.592 INFO O| May 08 21:22:31.592 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
48682025-05-08T21:22:32.435Z[ recovery-image] May 08 21:22:31.594 INFO O| May 08 21:22:31.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48692025-05-08T21:22:32.435Z[ recovery-image] May 08 21:22:31.595 INFO O| May 08 21:22:31.594 INFO STEP 145 (remove_files) COMPLETE
48702025-05-08T21:22:32.435Z[ recovery-image] May 08 21:22:31.595 INFO O| May 08 21:22:31.595 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-05-08T21:22:32.456Z[ recovery-image] May 08 21:22:31.617 INFO O| May 08 21:22:31.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48722025-05-08T21:22:32.459Z[ recovery-image] May 08 21:22:31.617 INFO O| May 08 21:22:31.617 INFO STEP 146 (remove_files) COMPLETE
48732025-05-08T21:22:32.459Z[ recovery-image] May 08 21:22:31.617 INFO O| May 08 21:22:31.617 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-05-08T21:22:32.479Z[ recovery-image] May 08 21:22:31.640 INFO O| May 08 21:22:31.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48752025-05-08T21:22:32.482Z[ recovery-image] May 08 21:22:31.640 INFO O| May 08 21:22:31.640 INFO STEP 147 (remove_files) COMPLETE
48762025-05-08T21:22:32.482Z[ recovery-image] May 08 21:22:31.640 INFO O| May 08 21:22:31.640 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-05-08T21:22:32.518Z[ recovery-image] May 08 21:22:31.679 INFO O| May 08 21:22:31.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48782025-05-08T21:22:32.522Z[ recovery-image] May 08 21:22:31.679 INFO O| May 08 21:22:31.679 INFO STEP 148 (remove_files) COMPLETE
48792025-05-08T21:22:32.522Z[ recovery-image] May 08 21:22:31.680 INFO O| May 08 21:22:31.680 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-05-08T21:22:32.554Z[ recovery-image] May 08 21:22:31.715 INFO O| May 08 21:22:31.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48812025-05-08T21:22:32.554Z[ recovery-image] May 08 21:22:31.715 INFO O| May 08 21:22:31.715 INFO STEP 149 (remove_files) COMPLETE
48822025-05-08T21:22:32.557Z[ recovery-image] May 08 21:22:31.715 INFO O| May 08 21:22:31.715 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-05-08T21:22:32.575Z[ recovery-image] May 08 21:22:31.737 INFO O| May 08 21:22:31.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48842025-05-08T21:22:32.576Z[ recovery-image] May 08 21:22:31.737 INFO O| May 08 21:22:31.737 INFO STEP 150 (remove_files) COMPLETE
48852025-05-08T21:22:32.579Z[ recovery-image] May 08 21:22:31.737 INFO O| May 08 21:22:31.737 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-05-08T21:22:32.597Z[ recovery-image] May 08 21:22:31.758 INFO O| May 08 21:22:31.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48872025-05-08T21:22:32.600Z[ recovery-image] May 08 21:22:31.758 INFO O| May 08 21:22:31.758 INFO STEP 151 (remove_files) COMPLETE
48882025-05-08T21:22:32.600Z[ recovery-image] May 08 21:22:31.758 INFO O| May 08 21:22:31.758 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-05-08T21:22:32.617Z[ recovery-image] May 08 21:22:31.778 INFO O| May 08 21:22:31.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48902025-05-08T21:22:32.617Z[ recovery-image] May 08 21:22:31.778 INFO O| May 08 21:22:31.778 INFO STEP 152 (remove_files) COMPLETE
48912025-05-08T21:22:32.617Z[ recovery-image] May 08 21:22:31.778 INFO O| May 08 21:22:31.778 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-05-08T21:22:32.637Z[ recovery-image] May 08 21:22:31.796 INFO O| May 08 21:22:31.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48932025-05-08T21:22:32.637Z[ recovery-image] May 08 21:22:31.797 INFO O| May 08 21:22:31.797 INFO STEP 153 (remove_files) COMPLETE
48942025-05-08T21:22:32.640Z[ recovery-image] May 08 21:22:31.797 INFO O| May 08 21:22:31.797 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-05-08T21:22:32.655Z[ recovery-image] May 08 21:22:31.814 INFO O| May 08 21:22:31.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48962025-05-08T21:22:32.655Z[ recovery-image] May 08 21:22:31.814 INFO O| May 08 21:22:31.814 INFO STEP 154 (remove_files) COMPLETE
48972025-05-08T21:22:32.655Z[ recovery-image] May 08 21:22:31.814 INFO O| May 08 21:22:31.814 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-05-08T21:22:32.670Z[ recovery-image] May 08 21:22:31.832 INFO O| May 08 21:22:31.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48992025-05-08T21:22:32.674Z[ recovery-image] May 08 21:22:31.832 INFO O| May 08 21:22:31.832 INFO STEP 155 (remove_files) COMPLETE
49002025-05-08T21:22:32.674Z[ recovery-image] May 08 21:22:31.832 INFO O| May 08 21:22:31.832 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-05-08T21:22:32.688Z[ recovery-image] May 08 21:22:31.849 INFO O| May 08 21:22:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49022025-05-08T21:22:32.688Z[ recovery-image] May 08 21:22:31.850 INFO O| May 08 21:22:31.850 INFO STEP 156 (remove_files) COMPLETE
49032025-05-08T21:22:32.691Z[ recovery-image] May 08 21:22:31.850 INFO O| May 08 21:22:31.850 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-05-08T21:22:32.709Z[ recovery-image] May 08 21:22:31.870 INFO O| May 08 21:22:31.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49052025-05-08T21:22:32.709Z[ recovery-image] May 08 21:22:31.870 INFO O| May 08 21:22:31.870 INFO STEP 157 (remove_files) COMPLETE
49062025-05-08T21:22:32.713Z[ recovery-image] May 08 21:22:31.870 INFO O| May 08 21:22:31.870 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-05-08T21:22:32.735Z[ recovery-image] May 08 21:22:31.896 INFO O| May 08 21:22:31.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49082025-05-08T21:22:32.735Z[ recovery-image] May 08 21:22:31.896 INFO O| May 08 21:22:31.896 INFO STEP 158 (remove_files) COMPLETE
49092025-05-08T21:22:32.735Z[ recovery-image] May 08 21:22:31.896 INFO O| May 08 21:22:31.896 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-05-08T21:22:32.761Z[ recovery-image] May 08 21:22:31.922 INFO O| May 08 21:22:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49112025-05-08T21:22:32.764Z[ recovery-image] May 08 21:22:31.923 INFO O| May 08 21:22:31.923 INFO STEP 159 (remove_files) COMPLETE
49122025-05-08T21:22:32.764Z[ recovery-image] May 08 21:22:31.923 INFO O| May 08 21:22:31.923 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-05-08T21:22:32.788Z[ recovery-image] May 08 21:22:31.949 INFO O| May 08 21:22:31.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49142025-05-08T21:22:32.788Z[ recovery-image] May 08 21:22:31.949 INFO O| May 08 21:22:31.949 INFO STEP 160 (remove_files) COMPLETE
49152025-05-08T21:22:32.792Z[ recovery-image] May 08 21:22:31.950 INFO O| May 08 21:22:31.949 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-05-08T21:22:32.814Z[ recovery-image] May 08 21:22:31.975 INFO O| May 08 21:22:31.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49172025-05-08T21:22:32.814Z[ recovery-image] May 08 21:22:31.975 INFO O| May 08 21:22:31.975 INFO STEP 161 (remove_files) COMPLETE
49182025-05-08T21:22:32.817Z[ recovery-image] May 08 21:22:31.975 INFO O| May 08 21:22:31.975 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-05-08T21:22:32.839Z[ recovery-image] May 08 21:22:32.000 INFO O| May 08 21:22:31.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49202025-05-08T21:22:32.839Z[ recovery-image] May 08 21:22:32.000 INFO O| May 08 21:22:32.000 INFO STEP 162 (remove_files) COMPLETE
49212025-05-08T21:22:32.842Z[ recovery-image] May 08 21:22:32.000 INFO O| May 08 21:22:32.000 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-05-08T21:22:32.932Z[ recovery-image] May 08 21:22:32.093 INFO O| May 08 21:22:32.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49232025-05-08T21:22:32.932Z[ recovery-image] May 08 21:22:32.093 INFO O| May 08 21:22:32.093 INFO STEP 163 (remove_files) COMPLETE
49242025-05-08T21:22:32.935Z[ recovery-image] May 08 21:22:32.093 INFO O| May 08 21:22:32.093 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-05-08T21:22:32.960Z[ recovery-image] May 08 21:22:32.121 INFO O| May 08 21:22:32.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49262025-05-08T21:22:32.963Z[ recovery-image] May 08 21:22:32.122 INFO O| May 08 21:22:32.122 INFO STEP 164 (remove_files) COMPLETE
49272025-05-08T21:22:32.963Z[ recovery-image] May 08 21:22:32.122 INFO O| May 08 21:22:32.122 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-05-08T21:22:32.985Z[ recovery-image] May 08 21:22:32.146 INFO O| May 08 21:22:32.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49292025-05-08T21:22:32.985Z[ recovery-image] May 08 21:22:32.146 INFO O| May 08 21:22:32.146 INFO STEP 165 (remove_files) COMPLETE
49302025-05-08T21:22:32.985Z[ recovery-image] May 08 21:22:32.146 INFO O| May 08 21:22:32.146 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-05-08T21:22:33.004Z[ recovery-image] May 08 21:22:32.165 INFO O| May 08 21:22:32.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49322025-05-08T21:22:33.004Z[ recovery-image] May 08 21:22:32.165 INFO O| May 08 21:22:32.165 INFO STEP 166 (remove_files) COMPLETE
49332025-05-08T21:22:33.007Z[ recovery-image] May 08 21:22:32.165 INFO O| May 08 21:22:32.165 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-05-08T21:22:33.035Z[ recovery-image] May 08 21:22:32.196 INFO O| May 08 21:22:32.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49352025-05-08T21:22:33.035Z[ recovery-image] May 08 21:22:32.196 INFO O| May 08 21:22:32.196 INFO STEP 167 (remove_files) COMPLETE
49362025-05-08T21:22:33.038Z[ recovery-image] May 08 21:22:32.196 INFO O| May 08 21:22:32.196 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-05-08T21:22:33.136Z[ recovery-image] May 08 21:22:32.297 INFO O| May 08 21:22:32.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49382025-05-08T21:22:33.136Z[ recovery-image] May 08 21:22:32.297 INFO O| May 08 21:22:32.297 INFO STEP 168 (remove_files) COMPLETE
49392025-05-08T21:22:33.139Z[ recovery-image] May 08 21:22:32.297 INFO O| May 08 21:22:32.297 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-05-08T21:22:33.158Z[ recovery-image] May 08 21:22:32.317 INFO O| May 08 21:22:32.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49412025-05-08T21:22:33.165Z[ recovery-image] May 08 21:22:32.317 INFO O| May 08 21:22:32.317 INFO STEP 169 (remove_files) COMPLETE
49422025-05-08T21:22:33.165Z[ recovery-image] May 08 21:22:32.317 INFO O| May 08 21:22:32.317 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-05-08T21:22:33.186Z[ host-image] May 08 21:22:32.347 INFO O| May 08 21:22:32.347 INFO O| Download: Completed 17.23 MB in 0.76 seconds (22.8M/s)
49442025-05-08T21:22:33.213Z[ recovery-image] May 08 21:22:32.374 INFO O| May 08 21:22:32.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49452025-05-08T21:22:33.216Z[ recovery-image] May 08 21:22:32.374 INFO O| May 08 21:22:32.374 INFO STEP 170 (remove_files) COMPLETE
49462025-05-08T21:22:33.216Z[ recovery-image] May 08 21:22:32.375 INFO O| May 08 21:22:32.374 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-05-08T21:22:33.246Z[ host-image] May 08 21:22:32.407 INFO O| May 08 21:22:32.407 INFO O| Actions: 1/22 actions (Installing new actions)
49482025-05-08T21:22:33.258Z[ recovery-image] May 08 21:22:32.419 INFO O| May 08 21:22:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49492025-05-08T21:22:33.279Z[ recovery-image] May 08 21:22:32.440 INFO O| May 08 21:22:32.440 INFO STEP 171 (remove_files) COMPLETE
49502025-05-08T21:22:33.279Z[ recovery-image] May 08 21:22:32.440 INFO O| May 08 21:22:32.440 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-05-08T21:22:33.328Z[ recovery-image] May 08 21:22:32.489 INFO O| May 08 21:22:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49522025-05-08T21:22:33.328Z[ recovery-image] May 08 21:22:32.489 INFO O| May 08 21:22:32.489 INFO STEP 172 (remove_files) COMPLETE
49532025-05-08T21:22:33.328Z[ recovery-image] May 08 21:22:32.489 INFO O| May 08 21:22:32.489 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-05-08T21:22:33.391Z[ recovery-image] May 08 21:22:32.552 INFO O| May 08 21:22:32.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49552025-05-08T21:22:33.391Z[ recovery-image] May 08 21:22:32.552 INFO O| May 08 21:22:32.552 INFO STEP 173 (remove_files) COMPLETE
49562025-05-08T21:22:33.391Z[ recovery-image] May 08 21:22:32.552 INFO O| May 08 21:22:32.552 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-05-08T21:22:33.413Z[ recovery-image] May 08 21:22:32.574 INFO O| May 08 21:22:32.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49582025-05-08T21:22:33.413Z[ recovery-image] May 08 21:22:32.574 INFO O| May 08 21:22:32.574 INFO STEP 174 (remove_files) COMPLETE
49592025-05-08T21:22:33.413Z[ recovery-image] May 08 21:22:32.574 INFO O| May 08 21:22:32.574 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-05-08T21:22:33.437Z[ recovery-image] May 08 21:22:32.597 INFO O| May 08 21:22:32.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49612025-05-08T21:22:33.437Z[ recovery-image] May 08 21:22:32.597 INFO O| May 08 21:22:32.597 INFO STEP 175 (remove_files) COMPLETE
49622025-05-08T21:22:33.440Z[ recovery-image] May 08 21:22:32.597 INFO O| May 08 21:22:32.597 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-05-08T21:22:33.464Z[ recovery-image] May 08 21:22:32.625 INFO O| May 08 21:22:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49642025-05-08T21:22:33.464Z[ recovery-image] May 08 21:22:32.625 INFO O| May 08 21:22:32.625 INFO STEP 176 (remove_files) COMPLETE
49652025-05-08T21:22:33.464Z[ recovery-image] May 08 21:22:32.625 INFO O| May 08 21:22:32.625 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-05-08T21:22:33.486Z[ recovery-image] May 08 21:22:32.647 INFO O| May 08 21:22:32.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49672025-05-08T21:22:33.486Z[ recovery-image] May 08 21:22:32.647 INFO O| May 08 21:22:32.647 INFO STEP 177 (remove_files) COMPLETE
49682025-05-08T21:22:33.486Z[ recovery-image] May 08 21:22:32.647 INFO O| May 08 21:22:32.647 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-05-08T21:22:33.506Z[ recovery-image] May 08 21:22:32.667 INFO O| May 08 21:22:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49702025-05-08T21:22:33.506Z[ recovery-image] May 08 21:22:32.667 INFO O| May 08 21:22:32.667 INFO STEP 178 (remove_files) COMPLETE
49712025-05-08T21:22:33.509Z[ recovery-image] May 08 21:22:32.667 INFO O| May 08 21:22:32.667 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-05-08T21:22:33.524Z[ recovery-image] May 08 21:22:32.685 INFO O| May 08 21:22:32.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49732025-05-08T21:22:33.524Z[ recovery-image] May 08 21:22:32.685 INFO O| May 08 21:22:32.685 INFO STEP 179 (remove_files) COMPLETE
49742025-05-08T21:22:33.524Z[ recovery-image] May 08 21:22:32.685 INFO O| May 08 21:22:32.685 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-05-08T21:22:33.541Z[ recovery-image] May 08 21:22:32.702 INFO O| May 08 21:22:32.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49762025-05-08T21:22:33.541Z[ recovery-image] May 08 21:22:32.702 INFO O| May 08 21:22:32.702 INFO STEP 180 (remove_files) COMPLETE
49772025-05-08T21:22:33.545Z[ recovery-image] May 08 21:22:32.702 INFO O| May 08 21:22:32.702 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-05-08T21:22:33.558Z[ recovery-image] May 08 21:22:32.719 INFO O| May 08 21:22:32.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49792025-05-08T21:22:33.561Z[ recovery-image] May 08 21:22:32.719 INFO O| May 08 21:22:32.719 INFO STEP 181 (remove_files) COMPLETE
49802025-05-08T21:22:33.561Z[ recovery-image] May 08 21:22:32.719 INFO O| May 08 21:22:32.719 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-05-08T21:22:33.578Z[ recovery-image] May 08 21:22:32.739 INFO O| May 08 21:22:32.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49822025-05-08T21:22:33.582Z[ recovery-image] May 08 21:22:32.739 INFO O| May 08 21:22:32.739 INFO STEP 182 (remove_files) COMPLETE
49832025-05-08T21:22:33.582Z[ recovery-image] May 08 21:22:32.739 INFO O| May 08 21:22:32.739 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-05-08T21:22:33.597Z[ recovery-image] May 08 21:22:32.758 INFO O| May 08 21:22:32.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49852025-05-08T21:22:33.600Z[ recovery-image] May 08 21:22:32.758 INFO O| May 08 21:22:32.758 INFO STEP 183 (remove_files) COMPLETE
49862025-05-08T21:22:33.600Z[ recovery-image] May 08 21:22:32.758 INFO O| May 08 21:22:32.758 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-05-08T21:22:33.617Z[ recovery-image] May 08 21:22:32.778 INFO O| May 08 21:22:32.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49882025-05-08T21:22:33.617Z[ recovery-image] May 08 21:22:32.778 INFO O| May 08 21:22:32.778 INFO STEP 184 (remove_files) COMPLETE
49892025-05-08T21:22:33.617Z[ recovery-image] May 08 21:22:32.778 INFO O| May 08 21:22:32.778 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-05-08T21:22:33.636Z[ recovery-image] May 08 21:22:32.797 INFO O| May 08 21:22:32.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49912025-05-08T21:22:33.636Z[ recovery-image] May 08 21:22:32.798 INFO O| May 08 21:22:32.798 INFO STEP 185 (remove_files) COMPLETE
49922025-05-08T21:22:33.639Z[ recovery-image] May 08 21:22:32.798 INFO O| May 08 21:22:32.798 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-05-08T21:22:33.656Z[ recovery-image] May 08 21:22:32.816 INFO O| May 08 21:22:32.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49942025-05-08T21:22:33.656Z[ recovery-image] May 08 21:22:32.816 INFO O| May 08 21:22:32.816 INFO STEP 186 (remove_files) COMPLETE
49952025-05-08T21:22:33.656Z[ recovery-image] May 08 21:22:32.816 INFO O| May 08 21:22:32.816 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-05-08T21:22:33.769Z[ recovery-image] May 08 21:22:32.930 INFO O| May 08 21:22:32.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49972025-05-08T21:22:33.769Z[ recovery-image] May 08 21:22:32.930 INFO O| May 08 21:22:32.930 INFO STEP 187 (remove_files) COMPLETE
49982025-05-08T21:22:33.769Z[ recovery-image] May 08 21:22:32.930 INFO O| May 08 21:22:32.930 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-05-08T21:22:33.787Z[ recovery-image] May 08 21:22:32.948 INFO O| May 08 21:22:32.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50002025-05-08T21:22:33.790Z[ recovery-image] May 08 21:22:32.948 INFO O| May 08 21:22:32.948 INFO STEP 188 (remove_files) COMPLETE
50012025-05-08T21:22:33.790Z[ recovery-image] May 08 21:22:32.948 INFO O| May 08 21:22:32.948 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-05-08T21:22:33.804Z[ recovery-image] May 08 21:22:32.965 INFO O| May 08 21:22:32.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50032025-05-08T21:22:33.804Z[ recovery-image] May 08 21:22:32.965 INFO O| May 08 21:22:32.965 INFO STEP 189 (remove_files) COMPLETE
50042025-05-08T21:22:33.804Z[ recovery-image] May 08 21:22:32.965 INFO O| May 08 21:22:32.965 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-05-08T21:22:33.820Z[ recovery-image] May 08 21:22:32.981 INFO O| May 08 21:22:32.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50062025-05-08T21:22:33.820Z[ recovery-image] May 08 21:22:32.981 INFO O| May 08 21:22:32.981 INFO STEP 190 (remove_files) COMPLETE
50072025-05-08T21:22:33.820Z[ recovery-image] May 08 21:22:32.981 INFO O| May 08 21:22:32.981 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-05-08T21:22:33.838Z[ recovery-image] May 08 21:22:32.999 INFO O| May 08 21:22:32.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50092025-05-08T21:22:33.838Z[ recovery-image] May 08 21:22:32.999 INFO O| May 08 21:22:32.999 INFO STEP 191 (remove_files) COMPLETE
50102025-05-08T21:22:33.841Z[ recovery-image] May 08 21:22:32.999 INFO O| May 08 21:22:32.999 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-05-08T21:22:33.934Z[ recovery-image] May 08 21:22:33.095 INFO O| May 08 21:22:33.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50122025-05-08T21:22:33.934Z[ recovery-image] May 08 21:22:33.095 INFO O| May 08 21:22:33.095 INFO STEP 192 (remove_files) COMPLETE
50132025-05-08T21:22:33.934Z[ recovery-image] May 08 21:22:33.095 INFO O| May 08 21:22:33.095 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-05-08T21:22:33.937Z[ host-image] May 08 21:22:33.098 INFO O| May 08 21:22:33.098 INFO O| Actions: Completed 22 actions in 0.69 seconds.
50152025-05-08T21:22:33.953Z[ recovery-image] May 08 21:22:33.113 INFO O| May 08 21:22:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50162025-05-08T21:22:33.953Z[ recovery-image] May 08 21:22:33.113 INFO O| May 08 21:22:33.113 INFO STEP 193 (remove_files) COMPLETE
50172025-05-08T21:22:33.956Z[ recovery-image] May 08 21:22:33.113 INFO O| May 08 21:22:33.113 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-05-08T21:22:33.971Z[ recovery-image] May 08 21:22:33.131 INFO O| May 08 21:22:33.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50192025-05-08T21:22:33.971Z[ recovery-image] May 08 21:22:33.131 INFO O| May 08 21:22:33.131 INFO STEP 194 (remove_files) COMPLETE
50202025-05-08T21:22:33.974Z[ recovery-image] May 08 21:22:33.131 INFO O| May 08 21:22:33.131 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-05-08T21:22:34.004Z[ recovery-image] May 08 21:22:33.165 INFO O| May 08 21:22:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50222025-05-08T21:22:34.004Z[ recovery-image] May 08 21:22:33.165 INFO O| May 08 21:22:33.165 INFO STEP 195 (remove_files) COMPLETE
50232025-05-08T21:22:34.004Z[ recovery-image] May 08 21:22:33.165 INFO O| May 08 21:22:33.165 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-05-08T21:22:34.058Z[ recovery-image] May 08 21:22:33.219 INFO O| May 08 21:22:33.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50252025-05-08T21:22:34.061Z[ recovery-image] May 08 21:22:33.219 INFO O| May 08 21:22:33.219 INFO STEP 196 (remove_files) COMPLETE
50262025-05-08T21:22:34.062Z[ recovery-image] May 08 21:22:33.220 INFO O| May 08 21:22:33.220 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-05-08T21:22:34.080Z[ recovery-image] May 08 21:22:33.241 INFO O| May 08 21:22:33.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50282025-05-08T21:22:34.083Z[ recovery-image] May 08 21:22:33.241 INFO O| May 08 21:22:33.241 INFO STEP 197 (remove_files) COMPLETE
50292025-05-08T21:22:34.083Z[ recovery-image] May 08 21:22:33.241 INFO O| May 08 21:22:33.241 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-05-08T21:22:34.099Z[ recovery-image] May 08 21:22:33.261 INFO O| May 08 21:22:33.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50312025-05-08T21:22:34.114Z[ recovery-image] May 08 21:22:33.275 INFO O| May 08 21:22:33.275 INFO STEP 198 (remove_files) COMPLETE
50322025-05-08T21:22:34.114Z[ recovery-image] May 08 21:22:33.275 INFO O| May 08 21:22:33.275 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-05-08T21:22:34.135Z[ recovery-image] May 08 21:22:33.296 INFO O| May 08 21:22:33.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50342025-05-08T21:22:34.138Z[ recovery-image] May 08 21:22:33.296 INFO O| May 08 21:22:33.296 INFO STEP 199 (remove_files) COMPLETE
50352025-05-08T21:22:34.138Z[ recovery-image] May 08 21:22:33.296 INFO O| May 08 21:22:33.296 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-05-08T21:22:34.155Z[ recovery-image] May 08 21:22:33.316 INFO O| May 08 21:22:33.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50372025-05-08T21:22:34.158Z[ recovery-image] May 08 21:22:33.316 INFO O| May 08 21:22:33.316 INFO STEP 200 (remove_files) COMPLETE
50382025-05-08T21:22:34.158Z[ recovery-image] May 08 21:22:33.316 INFO O| May 08 21:22:33.316 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-05-08T21:22:34.175Z[ recovery-image] May 08 21:22:33.336 INFO O| May 08 21:22:33.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50402025-05-08T21:22:34.178Z[ recovery-image] May 08 21:22:33.337 INFO O| May 08 21:22:33.337 INFO STEP 201 (remove_files) COMPLETE
50412025-05-08T21:22:34.178Z[ recovery-image] May 08 21:22:33.337 INFO O| May 08 21:22:33.337 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-05-08T21:22:34.197Z[ recovery-image] May 08 21:22:33.357 INFO O| May 08 21:22:33.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50432025-05-08T21:22:34.202Z[ recovery-image] May 08 21:22:33.357 INFO O| May 08 21:22:33.357 INFO STEP 202 (remove_files) COMPLETE
50442025-05-08T21:22:34.202Z[ recovery-image] May 08 21:22:33.358 INFO O| May 08 21:22:33.358 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-05-08T21:22:34.216Z[ recovery-image] May 08 21:22:33.377 INFO O| May 08 21:22:33.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50462025-05-08T21:22:34.220Z[ recovery-image] May 08 21:22:33.377 INFO O| May 08 21:22:33.377 INFO STEP 203 (remove_files) COMPLETE
50472025-05-08T21:22:34.220Z[ recovery-image] May 08 21:22:33.377 INFO O| May 08 21:22:33.377 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-05-08T21:22:34.237Z[ recovery-image] May 08 21:22:33.398 INFO O| May 08 21:22:33.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50492025-05-08T21:22:34.240Z[ recovery-image] May 08 21:22:33.398 INFO O| May 08 21:22:33.398 INFO STEP 204 (remove_files) COMPLETE
50502025-05-08T21:22:34.240Z[ recovery-image] May 08 21:22:33.398 INFO O| May 08 21:22:33.398 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-05-08T21:22:34.257Z[ recovery-image] May 08 21:22:33.418 INFO O| May 08 21:22:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50522025-05-08T21:22:34.260Z[ recovery-image] May 08 21:22:33.418 INFO O| May 08 21:22:33.418 INFO STEP 205 (remove_files) COMPLETE
50532025-05-08T21:22:34.260Z[ recovery-image] May 08 21:22:33.418 INFO O| May 08 21:22:33.418 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-05-08T21:22:34.277Z[ recovery-image] May 08 21:22:33.438 INFO O| May 08 21:22:33.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50552025-05-08T21:22:34.280Z[ recovery-image] May 08 21:22:33.438 INFO O| May 08 21:22:33.438 INFO STEP 206 (remove_files) COMPLETE
50562025-05-08T21:22:34.280Z[ recovery-image] May 08 21:22:33.438 INFO O| May 08 21:22:33.438 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-05-08T21:22:34.297Z[ recovery-image] May 08 21:22:33.458 INFO O| May 08 21:22:33.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50582025-05-08T21:22:34.300Z[ recovery-image] May 08 21:22:33.458 INFO O| May 08 21:22:33.458 INFO STEP 207 (remove_files) COMPLETE
50592025-05-08T21:22:34.300Z[ recovery-image] May 08 21:22:33.459 INFO O| May 08 21:22:33.459 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-05-08T21:22:34.317Z[ recovery-image] May 08 21:22:33.478 INFO O| May 08 21:22:33.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50612025-05-08T21:22:34.320Z[ recovery-image] May 08 21:22:33.478 INFO O| May 08 21:22:33.478 INFO STEP 208 (remove_files) COMPLETE
50622025-05-08T21:22:34.320Z[ recovery-image] May 08 21:22:33.478 INFO O| May 08 21:22:33.478 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-05-08T21:22:34.337Z[ recovery-image] May 08 21:22:33.498 INFO O| May 08 21:22:33.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50642025-05-08T21:22:34.340Z[ recovery-image] May 08 21:22:33.498 INFO O| May 08 21:22:33.498 INFO STEP 209 (remove_files) COMPLETE
50652025-05-08T21:22:34.340Z[ recovery-image] May 08 21:22:33.498 INFO O| May 08 21:22:33.498 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-05-08T21:22:34.358Z[ recovery-image] May 08 21:22:33.519 INFO O| May 08 21:22:33.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50672025-05-08T21:22:34.361Z[ recovery-image] May 08 21:22:33.519 INFO O| May 08 21:22:33.519 INFO STEP 210 (remove_files) COMPLETE
50682025-05-08T21:22:34.361Z[ recovery-image] May 08 21:22:33.519 INFO O| May 08 21:22:33.519 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-05-08T21:22:34.377Z[ recovery-image] May 08 21:22:33.538 INFO O| May 08 21:22:33.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50702025-05-08T21:22:34.380Z[ recovery-image] May 08 21:22:33.538 INFO O| May 08 21:22:33.538 INFO STEP 211 (remove_files) COMPLETE
50712025-05-08T21:22:34.380Z[ recovery-image] May 08 21:22:33.538 INFO O| May 08 21:22:33.538 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-05-08T21:22:34.399Z[ recovery-image] May 08 21:22:33.560 INFO O| May 08 21:22:33.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50732025-05-08T21:22:34.402Z[ recovery-image] May 08 21:22:33.560 INFO O| May 08 21:22:33.560 INFO STEP 212 (remove_files) COMPLETE
50742025-05-08T21:22:34.402Z[ recovery-image] May 08 21:22:33.560 INFO O| May 08 21:22:33.560 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-05-08T21:22:34.446Z[ recovery-image] May 08 21:22:33.607 INFO O| May 08 21:22:33.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50762025-05-08T21:22:34.446Z[ recovery-image] May 08 21:22:33.607 INFO O| May 08 21:22:33.607 INFO STEP 213 (remove_files) COMPLETE
50772025-05-08T21:22:34.446Z[ recovery-image] May 08 21:22:33.607 INFO O| May 08 21:22:33.607 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-05-08T21:22:34.468Z[ recovery-image] May 08 21:22:33.627 INFO O| May 08 21:22:33.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50792025-05-08T21:22:34.468Z[ recovery-image] May 08 21:22:33.627 INFO O| May 08 21:22:33.627 INFO STEP 214 (remove_files) COMPLETE
50802025-05-08T21:22:34.472Z[ recovery-image] May 08 21:22:33.627 INFO O| May 08 21:22:33.627 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-05-08T21:22:34.486Z[ recovery-image] May 08 21:22:33.646 INFO O| May 08 21:22:33.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50822025-05-08T21:22:34.486Z[ recovery-image] May 08 21:22:33.646 INFO O| May 08 21:22:33.646 INFO STEP 215 (remove_files) COMPLETE
50832025-05-08T21:22:34.486Z[ recovery-image] May 08 21:22:33.646 INFO O| May 08 21:22:33.646 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-05-08T21:22:34.498Z[ host-image] May 08 21:22:33.653 INFO O| May 08 21:22:33.653 INFO O| Done
50852025-05-08T21:22:34.498Z[ host-image] May 08 21:22:33.653 INFO O| May 08 21:22:33.653 INFO O| Done
50862025-05-08T21:22:34.506Z[ recovery-image] May 08 21:22:33.667 INFO O| May 08 21:22:33.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50872025-05-08T21:22:34.506Z[ recovery-image] May 08 21:22:33.667 INFO O| May 08 21:22:33.667 INFO STEP 216 (remove_files) COMPLETE
50882025-05-08T21:22:34.510Z[ recovery-image] May 08 21:22:33.667 INFO O| May 08 21:22:33.667 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-05-08T21:22:34.528Z[ recovery-image] May 08 21:22:33.686 INFO O| May 08 21:22:33.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50902025-05-08T21:22:34.528Z[ recovery-image] May 08 21:22:33.686 INFO O| May 08 21:22:33.686 INFO STEP 217 (remove_files) COMPLETE
50912025-05-08T21:22:34.528Z[ recovery-image] May 08 21:22:33.686 INFO O| May 08 21:22:33.686 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-05-08T21:22:34.561Z[ recovery-image] May 08 21:22:33.722 INFO O| May 08 21:22:33.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50932025-05-08T21:22:34.590Z[ recovery-image] May 08 21:22:33.751 INFO O| May 08 21:22:33.751 INFO STEP 218 (remove_files) COMPLETE
50942025-05-08T21:22:34.590Z[ recovery-image] May 08 21:22:33.751 INFO O| May 08 21:22:33.751 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-05-08T21:22:34.611Z[ recovery-image] May 08 21:22:33.772 INFO O| May 08 21:22:33.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50962025-05-08T21:22:34.615Z[ recovery-image] May 08 21:22:33.773 INFO O| May 08 21:22:33.773 INFO STEP 219 (remove_files) COMPLETE
50972025-05-08T21:22:34.615Z[ recovery-image] May 08 21:22:33.773 INFO O| May 08 21:22:33.773 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-05-08T21:22:34.633Z[ recovery-image] May 08 21:22:33.793 INFO O| May 08 21:22:33.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50992025-05-08T21:22:34.633Z[ recovery-image] May 08 21:22:33.793 INFO O| May 08 21:22:33.793 INFO STEP 220 (remove_files) COMPLETE
51002025-05-08T21:22:34.634Z[ recovery-image] May 08 21:22:33.793 INFO O| May 08 21:22:33.793 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-05-08T21:22:34.654Z[ recovery-image] May 08 21:22:33.814 INFO O| May 08 21:22:33.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51022025-05-08T21:22:34.654Z[ recovery-image] May 08 21:22:33.814 INFO O| May 08 21:22:33.814 INFO STEP 221 (remove_files) COMPLETE
51032025-05-08T21:22:34.657Z[ recovery-image] May 08 21:22:33.814 INFO O| May 08 21:22:33.814 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-05-08T21:22:34.672Z[ recovery-image] May 08 21:22:33.833 INFO O| May 08 21:22:33.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51052025-05-08T21:22:34.672Z[ recovery-image] May 08 21:22:33.833 INFO O| May 08 21:22:33.833 INFO STEP 222 (remove_files) COMPLETE
51062025-05-08T21:22:34.672Z[ recovery-image] May 08 21:22:33.833 INFO O| May 08 21:22:33.833 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-05-08T21:22:34.702Z[ recovery-image] May 08 21:22:33.863 INFO O| May 08 21:22:33.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51082025-05-08T21:22:34.702Z[ recovery-image] May 08 21:22:33.863 INFO O| May 08 21:22:33.863 INFO STEP 223 (remove_files) COMPLETE
51092025-05-08T21:22:34.702Z[ recovery-image] May 08 21:22:33.863 INFO O| May 08 21:22:33.863 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-05-08T21:22:34.722Z[ recovery-image] May 08 21:22:33.883 INFO O| May 08 21:22:33.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51112025-05-08T21:22:34.722Z[ recovery-image] May 08 21:22:33.883 INFO O| May 08 21:22:33.883 INFO STEP 224 (remove_files) COMPLETE
51122025-05-08T21:22:34.722Z[ recovery-image] May 08 21:22:33.883 INFO O| May 08 21:22:33.883 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-05-08T21:22:34.742Z[ recovery-image] May 08 21:22:33.903 INFO O| May 08 21:22:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51142025-05-08T21:22:34.742Z[ recovery-image] May 08 21:22:33.903 INFO O| May 08 21:22:33.903 INFO STEP 225 (remove_files) COMPLETE
51152025-05-08T21:22:34.742Z[ recovery-image] May 08 21:22:33.903 INFO O| May 08 21:22:33.903 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-05-08T21:22:34.762Z[ recovery-image] May 08 21:22:33.923 INFO O| May 08 21:22:33.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51172025-05-08T21:22:34.762Z[ recovery-image] May 08 21:22:33.923 INFO O| May 08 21:22:33.923 INFO STEP 226 (remove_files) COMPLETE
51182025-05-08T21:22:34.766Z[ recovery-image] May 08 21:22:33.924 INFO O| May 08 21:22:33.923 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-05-08T21:22:34.852Z[ recovery-image] May 08 21:22:34.012 INFO O| May 08 21:22:34.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51202025-05-08T21:22:34.852Z[ recovery-image] May 08 21:22:34.013 INFO O| May 08 21:22:34.013 INFO STEP 227 (remove_files) COMPLETE
51212025-05-08T21:22:34.852Z[ recovery-image] May 08 21:22:34.013 INFO O| May 08 21:22:34.013 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-05-08T21:22:34.916Z[ recovery-image] May 08 21:22:34.077 INFO O| May 08 21:22:34.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51232025-05-08T21:22:34.916Z[ recovery-image] May 08 21:22:34.077 INFO O| May 08 21:22:34.077 INFO STEP 228 (remove_files) COMPLETE
51242025-05-08T21:22:34.916Z[ recovery-image] May 08 21:22:34.077 INFO O| May 08 21:22:34.077 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-05-08T21:22:34.975Z[ recovery-image] May 08 21:22:34.136 INFO O| May 08 21:22:34.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51262025-05-08T21:22:34.975Z[ recovery-image] May 08 21:22:34.136 INFO O| May 08 21:22:34.136 INFO STEP 229 (remove_files) COMPLETE
51272025-05-08T21:22:34.975Z[ recovery-image] May 08 21:22:34.136 INFO O| May 08 21:22:34.136 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-05-08T21:22:34.994Z[ recovery-image] May 08 21:22:34.155 INFO O| May 08 21:22:34.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51292025-05-08T21:22:34.994Z[ recovery-image] May 08 21:22:34.155 INFO O| May 08 21:22:34.155 INFO STEP 230 (remove_files) COMPLETE
51302025-05-08T21:22:34.994Z[ recovery-image] May 08 21:22:34.155 INFO O| May 08 21:22:34.155 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-05-08T21:22:35.030Z[ recovery-image] May 08 21:22:34.191 INFO O| May 08 21:22:34.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51322025-05-08T21:22:35.033Z[ recovery-image] May 08 21:22:34.191 INFO O| May 08 21:22:34.191 INFO STEP 231 (remove_files) COMPLETE
51332025-05-08T21:22:35.033Z[ recovery-image] May 08 21:22:34.191 INFO O| May 08 21:22:34.191 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-05-08T21:22:35.077Z[ recovery-image] May 08 21:22:34.237 INFO O| May 08 21:22:34.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51352025-05-08T21:22:35.082Z[ recovery-image] May 08 21:22:34.237 INFO O| May 08 21:22:34.237 INFO STEP 232 (remove_files) COMPLETE
51362025-05-08T21:22:35.082Z[ recovery-image] May 08 21:22:34.237 INFO O| May 08 21:22:34.237 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-05-08T21:22:35.098Z[ recovery-image] May 08 21:22:34.259 INFO O| May 08 21:22:34.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51382025-05-08T21:22:35.102Z[ recovery-image] May 08 21:22:34.259 INFO O| May 08 21:22:34.259 INFO STEP 233 (remove_files) COMPLETE
51392025-05-08T21:22:35.102Z[ recovery-image] May 08 21:22:34.260 INFO O| May 08 21:22:34.259 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-05-08T21:22:35.119Z[ recovery-image] May 08 21:22:34.280 INFO O| May 08 21:22:34.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51412025-05-08T21:22:35.122Z[ recovery-image] May 08 21:22:34.280 INFO O| May 08 21:22:34.280 INFO STEP 234 (remove_files) COMPLETE
51422025-05-08T21:22:35.122Z[ recovery-image] May 08 21:22:34.280 INFO O| May 08 21:22:34.280 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-05-08T21:22:35.138Z[ recovery-image] May 08 21:22:34.299 INFO O| May 08 21:22:34.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51442025-05-08T21:22:35.141Z[ recovery-image] May 08 21:22:34.299 INFO O| May 08 21:22:34.299 INFO STEP 235 (remove_files) COMPLETE
51452025-05-08T21:22:35.141Z[ recovery-image] May 08 21:22:34.300 INFO O| May 08 21:22:34.300 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-05-08T21:22:35.158Z[ recovery-image] May 08 21:22:34.319 INFO O| May 08 21:22:34.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51472025-05-08T21:22:35.161Z[ recovery-image] May 08 21:22:34.319 INFO O| May 08 21:22:34.319 INFO STEP 236 (remove_files) COMPLETE
51482025-05-08T21:22:35.161Z[ recovery-image] May 08 21:22:34.319 INFO O| May 08 21:22:34.319 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-05-08T21:22:35.192Z[ recovery-image] May 08 21:22:34.352 INFO O| May 08 21:22:34.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51502025-05-08T21:22:35.192Z[ recovery-image] May 08 21:22:34.352 INFO O| May 08 21:22:34.352 INFO STEP 237 (remove_files) COMPLETE
51512025-05-08T21:22:35.192Z[ recovery-image] May 08 21:22:34.352 INFO O| May 08 21:22:34.352 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-05-08T21:22:35.224Z[ recovery-image] May 08 21:22:34.385 INFO O| May 08 21:22:34.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51532025-05-08T21:22:35.224Z[ recovery-image] May 08 21:22:34.385 INFO O| May 08 21:22:34.385 INFO STEP 238 (remove_files) COMPLETE
51542025-05-08T21:22:35.227Z[ recovery-image] May 08 21:22:34.385 INFO O| May 08 21:22:34.385 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-05-08T21:22:35.243Z[ recovery-image] May 08 21:22:34.404 INFO O| May 08 21:22:34.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51562025-05-08T21:22:35.243Z[ recovery-image] May 08 21:22:34.404 INFO O| May 08 21:22:34.404 INFO STEP 239 (remove_files) COMPLETE
51572025-05-08T21:22:35.243Z[ recovery-image] May 08 21:22:34.404 INFO O| May 08 21:22:34.404 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-05-08T21:22:35.299Z[ recovery-image] May 08 21:22:34.460 INFO O| May 08 21:22:34.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51592025-05-08T21:22:35.299Z[ recovery-image] May 08 21:22:34.460 INFO O| May 08 21:22:34.460 INFO STEP 240 (remove_files) COMPLETE
51602025-05-08T21:22:35.299Z[ recovery-image] May 08 21:22:34.460 INFO O| May 08 21:22:34.460 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-05-08T21:22:35.406Z[ recovery-image] May 08 21:22:34.567 INFO O| May 08 21:22:34.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51622025-05-08T21:22:35.407Z[ recovery-image] May 08 21:22:34.567 INFO O| May 08 21:22:34.567 INFO STEP 241 (remove_files) COMPLETE
51632025-05-08T21:22:35.407Z[ recovery-image] May 08 21:22:34.567 INFO O| May 08 21:22:34.567 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-05-08T21:22:35.464Z[ recovery-image] May 08 21:22:34.625 INFO O| May 08 21:22:34.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51652025-05-08T21:22:35.464Z[ recovery-image] May 08 21:22:34.625 INFO O| May 08 21:22:34.625 INFO STEP 242 (remove_files) COMPLETE
51662025-05-08T21:22:35.468Z[ recovery-image] May 08 21:22:34.625 INFO O| May 08 21:22:34.625 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-05-08T21:22:35.485Z[ recovery-image] May 08 21:22:34.646 INFO O| May 08 21:22:34.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51682025-05-08T21:22:35.485Z[ recovery-image] May 08 21:22:34.646 INFO O| May 08 21:22:34.646 INFO STEP 243 (remove_files) COMPLETE
51692025-05-08T21:22:35.488Z[ recovery-image] May 08 21:22:34.646 INFO O| May 08 21:22:34.646 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-05-08T21:22:35.518Z[ recovery-image] May 08 21:22:34.679 INFO O| May 08 21:22:34.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51712025-05-08T21:22:35.518Z[ recovery-image] May 08 21:22:34.679 INFO O| May 08 21:22:34.679 INFO STEP 244 (remove_files) COMPLETE
51722025-05-08T21:22:35.518Z[ recovery-image] May 08 21:22:34.679 INFO O| May 08 21:22:34.679 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-05-08T21:22:35.540Z[ recovery-image] May 08 21:22:34.700 INFO O| May 08 21:22:34.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51742025-05-08T21:22:35.540Z[ recovery-image] May 08 21:22:34.700 INFO O| May 08 21:22:34.700 INFO STEP 245 (remove_files) COMPLETE
51752025-05-08T21:22:35.544Z[ recovery-image] May 08 21:22:34.700 INFO O| May 08 21:22:34.700 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-05-08T21:22:35.576Z[ recovery-image] May 08 21:22:34.737 INFO O| May 08 21:22:34.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51772025-05-08T21:22:35.579Z[ recovery-image] May 08 21:22:34.737 INFO O| May 08 21:22:34.737 INFO STEP 246 (remove_files) COMPLETE
51782025-05-08T21:22:35.579Z[ recovery-image] May 08 21:22:34.737 INFO O| May 08 21:22:34.737 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-05-08T21:22:35.630Z[ recovery-image] May 08 21:22:34.791 INFO O| May 08 21:22:34.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51802025-05-08T21:22:35.634Z[ recovery-image] May 08 21:22:34.791 INFO O| May 08 21:22:34.791 INFO STEP 247 (remove_files) COMPLETE
51812025-05-08T21:22:35.634Z[ recovery-image] May 08 21:22:34.792 INFO O| May 08 21:22:34.791 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-05-08T21:22:35.649Z[ recovery-image] May 08 21:22:34.810 INFO O| May 08 21:22:34.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51832025-05-08T21:22:35.652Z[ recovery-image] May 08 21:22:34.810 INFO O| May 08 21:22:34.810 INFO STEP 248 (remove_files) COMPLETE
51842025-05-08T21:22:35.652Z[ recovery-image] May 08 21:22:34.810 INFO O| May 08 21:22:34.810 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-05-08T21:22:35.667Z[ recovery-image] May 08 21:22:34.828 INFO O| May 08 21:22:34.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51862025-05-08T21:22:35.672Z[ recovery-image] May 08 21:22:34.828 INFO O| May 08 21:22:34.828 INFO STEP 249 (remove_files) COMPLETE
51872025-05-08T21:22:35.672Z[ recovery-image] May 08 21:22:34.828 INFO O| May 08 21:22:34.828 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-05-08T21:22:35.685Z[ recovery-image] May 08 21:22:34.846 INFO O| May 08 21:22:34.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51892025-05-08T21:22:35.685Z[ recovery-image] May 08 21:22:34.846 INFO O| May 08 21:22:34.846 INFO STEP 250 (remove_files) COMPLETE
51902025-05-08T21:22:35.685Z[ recovery-image] May 08 21:22:34.846 INFO O| May 08 21:22:34.846 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-05-08T21:22:35.720Z[ recovery-image] May 08 21:22:34.880 INFO O| May 08 21:22:34.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51922025-05-08T21:22:35.720Z[ recovery-image] May 08 21:22:34.880 INFO O| May 08 21:22:34.880 INFO STEP 251 (remove_files) COMPLETE
51932025-05-08T21:22:35.724Z[ recovery-image] May 08 21:22:34.880 INFO O| May 08 21:22:34.880 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-05-08T21:22:35.741Z[ recovery-image] May 08 21:22:34.902 INFO O| May 08 21:22:34.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51952025-05-08T21:22:35.744Z[ recovery-image] May 08 21:22:34.902 INFO O| May 08 21:22:34.902 INFO STEP 252 (remove_files) COMPLETE
51962025-05-08T21:22:35.744Z[ recovery-image] May 08 21:22:34.902 INFO O| May 08 21:22:34.902 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-05-08T21:22:35.777Z[ recovery-image] May 08 21:22:34.937 INFO O| May 08 21:22:34.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51982025-05-08T21:22:35.777Z[ recovery-image] May 08 21:22:34.937 INFO O| May 08 21:22:34.937 INFO STEP 253 (remove_files) COMPLETE
51992025-05-08T21:22:35.777Z[ recovery-image] May 08 21:22:34.937 INFO O| May 08 21:22:34.937 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-05-08T21:22:35.835Z[ recovery-image] May 08 21:22:34.995 INFO O| May 08 21:22:34.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52012025-05-08T21:22:35.835Z[ recovery-image] May 08 21:22:34.995 INFO O| May 08 21:22:34.995 INFO STEP 254 (remove_files) COMPLETE
52022025-05-08T21:22:35.835Z[ recovery-image] May 08 21:22:34.995 INFO O| May 08 21:22:34.995 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-05-08T21:22:35.896Z[ recovery-image] May 08 21:22:35.057 INFO O| May 08 21:22:35.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52042025-05-08T21:22:35.896Z[ recovery-image] May 08 21:22:35.057 INFO O| May 08 21:22:35.057 INFO STEP 255 (remove_files) COMPLETE
52052025-05-08T21:22:35.896Z[ recovery-image] May 08 21:22:35.057 INFO O| May 08 21:22:35.057 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-05-08T21:22:35.919Z[ recovery-image] May 08 21:22:35.079 INFO O| May 08 21:22:35.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52072025-05-08T21:22:35.920Z[ recovery-image] May 08 21:22:35.079 INFO O| May 08 21:22:35.079 INFO STEP 256 (remove_files) COMPLETE
52082025-05-08T21:22:35.920Z[ recovery-image] May 08 21:22:35.079 INFO O| May 08 21:22:35.079 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-05-08T21:22:35.947Z[ recovery-image] May 08 21:22:35.108 INFO O| May 08 21:22:35.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52102025-05-08T21:22:35.947Z[ recovery-image] May 08 21:22:35.108 INFO O| May 08 21:22:35.108 INFO STEP 257 (remove_files) COMPLETE
52112025-05-08T21:22:35.948Z[ recovery-image] May 08 21:22:35.108 INFO O| May 08 21:22:35.108 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-05-08T21:22:35.979Z[ recovery-image] May 08 21:22:35.139 INFO O| May 08 21:22:35.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52132025-05-08T21:22:35.979Z[ recovery-image] May 08 21:22:35.139 INFO O| May 08 21:22:35.139 INFO STEP 258 (remove_files) COMPLETE
52142025-05-08T21:22:35.979Z[ recovery-image] May 08 21:22:35.139 INFO O| May 08 21:22:35.139 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-05-08T21:22:35.997Z[ recovery-image] May 08 21:22:35.157 INFO O| May 08 21:22:35.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52162025-05-08T21:22:35.997Z[ recovery-image] May 08 21:22:35.157 INFO O| May 08 21:22:35.156 INFO STEP 259 (remove_files) COMPLETE
52172025-05-08T21:22:35.997Z[ recovery-image] May 08 21:22:35.157 INFO O| May 08 21:22:35.157 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-05-08T21:22:36.024Z[ recovery-image] May 08 21:22:35.185 INFO O| May 08 21:22:35.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52192025-05-08T21:22:36.027Z[ recovery-image] May 08 21:22:35.186 INFO O| May 08 21:22:35.185 INFO STEP 260 (remove_files) COMPLETE
52202025-05-08T21:22:36.027Z[ recovery-image] May 08 21:22:35.186 INFO O| May 08 21:22:35.185 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-05-08T21:22:36.086Z[ recovery-image] May 08 21:22:35.243 INFO O| May 08 21:22:35.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52222025-05-08T21:22:36.089Z[ recovery-image] May 08 21:22:35.244 INFO O| May 08 21:22:35.243 INFO STEP 261 (remove_files) COMPLETE
52232025-05-08T21:22:36.089Z[ recovery-image] May 08 21:22:35.244 INFO O| May 08 21:22:35.244 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-05-08T21:22:36.117Z[ recovery-image] May 08 21:22:35.278 INFO O| May 08 21:22:35.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52252025-05-08T21:22:36.121Z[ recovery-image] May 08 21:22:35.279 INFO O| May 08 21:22:35.278 INFO STEP 262 (remove_files) COMPLETE
52262025-05-08T21:22:36.121Z[ recovery-image] May 08 21:22:35.279 INFO O| May 08 21:22:35.279 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-05-08T21:22:36.138Z[ recovery-image] May 08 21:22:35.299 INFO O| May 08 21:22:35.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52282025-05-08T21:22:36.141Z[ recovery-image] May 08 21:22:35.299 INFO O| May 08 21:22:35.299 INFO STEP 263 (remove_files) COMPLETE
52292025-05-08T21:22:36.141Z[ recovery-image] May 08 21:22:35.299 INFO O| May 08 21:22:35.299 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-05-08T21:22:36.160Z[ recovery-image] May 08 21:22:35.321 INFO O| May 08 21:22:35.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52312025-05-08T21:22:36.163Z[ recovery-image] May 08 21:22:35.321 INFO O| May 08 21:22:35.321 INFO STEP 264 (remove_files) COMPLETE
52322025-05-08T21:22:36.163Z[ recovery-image] May 08 21:22:35.321 INFO O| May 08 21:22:35.321 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-05-08T21:22:36.167Z[ host-image] May 08 21:22:35.325 INFO O| May 08 21:22:35.325 INFO O| Done
52342025-05-08T21:22:36.182Z[ recovery-image] May 08 21:22:35.342 INFO O| May 08 21:22:35.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52352025-05-08T21:22:36.182Z[ recovery-image] May 08 21:22:35.342 INFO O| May 08 21:22:35.342 INFO STEP 265 (remove_files) COMPLETE
52362025-05-08T21:22:36.182Z[ recovery-image] May 08 21:22:35.342 INFO O| May 08 21:22:35.342 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-05-08T21:22:36.202Z[ recovery-image] May 08 21:22:35.362 INFO O| May 08 21:22:35.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52382025-05-08T21:22:36.202Z[ recovery-image] May 08 21:22:35.362 INFO O| May 08 21:22:35.362 INFO STEP 266 (remove_files) COMPLETE
52392025-05-08T21:22:36.202Z[ recovery-image] May 08 21:22:35.362 INFO O| May 08 21:22:35.362 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-05-08T21:22:36.222Z[ recovery-image] May 08 21:22:35.382 INFO O| May 08 21:22:35.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52412025-05-08T21:22:36.222Z[ recovery-image] May 08 21:22:35.382 INFO O| May 08 21:22:35.382 INFO STEP 267 (remove_files) COMPLETE
52422025-05-08T21:22:36.222Z[ recovery-image] May 08 21:22:35.382 INFO O| May 08 21:22:35.382 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-05-08T21:22:36.242Z[ recovery-image] May 08 21:22:35.402 INFO O| May 08 21:22:35.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52442025-05-08T21:22:36.242Z[ recovery-image] May 08 21:22:35.402 INFO O| May 08 21:22:35.402 INFO STEP 268 (remove_files) COMPLETE
52452025-05-08T21:22:36.242Z[ recovery-image] May 08 21:22:35.402 INFO O| May 08 21:22:35.402 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-05-08T21:22:36.268Z[ recovery-image] May 08 21:22:35.428 INFO O| May 08 21:22:35.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52472025-05-08T21:22:36.268Z[ recovery-image] May 08 21:22:35.428 INFO O| May 08 21:22:35.428 INFO STEP 269 (remove_files) COMPLETE
52482025-05-08T21:22:36.268Z[ recovery-image] May 08 21:22:35.428 INFO O| May 08 21:22:35.428 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-05-08T21:22:36.346Z[ recovery-image] May 08 21:22:35.506 INFO O| May 08 21:22:35.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52502025-05-08T21:22:36.346Z[ recovery-image] May 08 21:22:35.506 INFO O| May 08 21:22:35.506 INFO STEP 270 (remove_files) COMPLETE
52512025-05-08T21:22:36.346Z[ recovery-image] May 08 21:22:35.506 INFO O| May 08 21:22:35.506 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-05-08T21:22:36.397Z[ recovery-image] May 08 21:22:35.558 INFO O| May 08 21:22:35.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52532025-05-08T21:22:36.400Z[ recovery-image] May 08 21:22:35.558 INFO O| May 08 21:22:35.558 INFO STEP 271 (remove_files) COMPLETE
52542025-05-08T21:22:36.400Z[ recovery-image] May 08 21:22:35.558 INFO O| May 08 21:22:35.558 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-05-08T21:22:36.430Z[ recovery-image] May 08 21:22:35.589 INFO O| May 08 21:22:35.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52562025-05-08T21:22:36.430Z[ recovery-image] May 08 21:22:35.589 INFO O| May 08 21:22:35.589 INFO STEP 272 (remove_files) COMPLETE
52572025-05-08T21:22:36.430Z[ recovery-image] May 08 21:22:35.589 INFO O| May 08 21:22:35.589 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-05-08T21:22:36.470Z[ recovery-image] May 08 21:22:35.630 INFO O| May 08 21:22:35.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52592025-05-08T21:22:36.470Z[ recovery-image] May 08 21:22:35.630 INFO O| May 08 21:22:35.630 INFO STEP 273 (remove_files) COMPLETE
52602025-05-08T21:22:36.470Z[ recovery-image] May 08 21:22:35.630 INFO O| May 08 21:22:35.630 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-05-08T21:22:36.545Z[ recovery-image] May 08 21:22:35.706 INFO O| May 08 21:22:35.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52622025-05-08T21:22:36.545Z[ recovery-image] May 08 21:22:35.706 INFO O| May 08 21:22:35.706 INFO STEP 274 (remove_files) COMPLETE
52632025-05-08T21:22:36.545Z[ recovery-image] May 08 21:22:35.706 INFO O| May 08 21:22:35.706 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-05-08T21:22:36.566Z[ recovery-image] May 08 21:22:35.726 INFO O| May 08 21:22:35.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52652025-05-08T21:22:36.566Z[ recovery-image] May 08 21:22:35.727 INFO O| May 08 21:22:35.727 INFO STEP 275 (remove_files) COMPLETE
52662025-05-08T21:22:36.566Z[ recovery-image] May 08 21:22:35.727 INFO O| May 08 21:22:35.727 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-05-08T21:22:36.677Z[ recovery-image] May 08 21:22:35.838 INFO O| May 08 21:22:35.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52682025-05-08T21:22:36.677Z[ recovery-image] May 08 21:22:35.838 INFO O| May 08 21:22:35.838 INFO STEP 276 (remove_files) COMPLETE
52692025-05-08T21:22:36.677Z[ recovery-image] May 08 21:22:35.838 INFO O| May 08 21:22:35.838 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-05-08T21:22:36.696Z[ recovery-image] May 08 21:22:35.856 INFO O| May 08 21:22:35.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52712025-05-08T21:22:36.696Z[ recovery-image] May 08 21:22:35.857 INFO O| May 08 21:22:35.856 INFO STEP 277 (remove_files) COMPLETE
52722025-05-08T21:22:36.696Z[ recovery-image] May 08 21:22:35.857 INFO O| May 08 21:22:35.856 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-05-08T21:22:36.734Z[ recovery-image] May 08 21:22:35.895 INFO O| May 08 21:22:35.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52742025-05-08T21:22:36.734Z[ recovery-image] May 08 21:22:35.895 INFO O| May 08 21:22:35.895 INFO STEP 278 (remove_files) COMPLETE
52752025-05-08T21:22:36.734Z[ recovery-image] May 08 21:22:35.895 INFO O| May 08 21:22:35.895 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-05-08T21:22:36.760Z[ recovery-image] May 08 21:22:35.920 INFO O| May 08 21:22:35.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52772025-05-08T21:22:36.760Z[ recovery-image] May 08 21:22:35.920 INFO O| May 08 21:22:35.920 INFO STEP 279 (remove_files) COMPLETE
52782025-05-08T21:22:36.760Z[ recovery-image] May 08 21:22:35.920 INFO O| May 08 21:22:35.920 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-05-08T21:22:36.781Z[ recovery-image] May 08 21:22:35.942 INFO O| May 08 21:22:35.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52802025-05-08T21:22:36.781Z[ recovery-image] May 08 21:22:35.942 INFO O| May 08 21:22:35.942 INFO STEP 280 (remove_files) COMPLETE
52812025-05-08T21:22:36.784Z[ recovery-image] May 08 21:22:35.942 INFO O| May 08 21:22:35.942 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-05-08T21:22:36.804Z[ recovery-image] May 08 21:22:35.962 INFO O| May 08 21:22:35.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52832025-05-08T21:22:36.804Z[ recovery-image] May 08 21:22:35.962 INFO O| May 08 21:22:35.962 INFO STEP 281 (remove_files) COMPLETE
52842025-05-08T21:22:36.810Z[ recovery-image] May 08 21:22:35.962 INFO O| May 08 21:22:35.962 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-05-08T21:22:36.820Z[ recovery-image] May 08 21:22:35.980 INFO O| May 08 21:22:35.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52862025-05-08T21:22:36.820Z[ recovery-image] May 08 21:22:35.981 INFO O| May 08 21:22:35.981 INFO STEP 282 (remove_files) COMPLETE
52872025-05-08T21:22:36.820Z[ recovery-image] May 08 21:22:35.981 INFO O| May 08 21:22:35.981 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-05-08T21:22:36.893Z[ recovery-image] May 08 21:22:36.054 INFO O| May 08 21:22:36.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52892025-05-08T21:22:36.896Z[ recovery-image] May 08 21:22:36.054 INFO O| May 08 21:22:36.054 INFO STEP 283 (remove_files) COMPLETE
52902025-05-08T21:22:36.896Z[ recovery-image] May 08 21:22:36.054 INFO O| May 08 21:22:36.054 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-05-08T21:22:36.914Z[ recovery-image] May 08 21:22:36.075 INFO O| May 08 21:22:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52922025-05-08T21:22:36.917Z[ recovery-image] May 08 21:22:36.075 INFO O| May 08 21:22:36.075 INFO STEP 284 (remove_files) COMPLETE
52932025-05-08T21:22:36.917Z[ recovery-image] May 08 21:22:36.075 INFO O| May 08 21:22:36.075 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-05-08T21:22:36.935Z[ recovery-image] May 08 21:22:36.096 INFO O| May 08 21:22:36.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52952025-05-08T21:22:36.939Z[ recovery-image] May 08 21:22:36.096 INFO O| May 08 21:22:36.096 INFO STEP 285 (remove_files) COMPLETE
52962025-05-08T21:22:36.939Z[ recovery-image] May 08 21:22:36.096 INFO O| May 08 21:22:36.096 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-05-08T21:22:36.954Z[ recovery-image] May 08 21:22:36.114 INFO O| May 08 21:22:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52982025-05-08T21:22:36.959Z[ recovery-image] May 08 21:22:36.115 INFO O| May 08 21:22:36.115 INFO STEP 286 (remove_files) COMPLETE
52992025-05-08T21:22:36.959Z[ recovery-image] May 08 21:22:36.115 INFO O| May 08 21:22:36.115 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-05-08T21:22:36.974Z[ recovery-image] May 08 21:22:36.133 INFO O| May 08 21:22:36.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53012025-05-08T21:22:36.974Z[ recovery-image] May 08 21:22:36.134 INFO O| May 08 21:22:36.133 INFO STEP 287 (remove_files) COMPLETE
53022025-05-08T21:22:36.974Z[ recovery-image] May 08 21:22:36.134 INFO O| May 08 21:22:36.134 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-05-08T21:22:36.996Z[ recovery-image] May 08 21:22:36.157 INFO O| May 08 21:22:36.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53042025-05-08T21:22:36.996Z[ recovery-image] May 08 21:22:36.157 INFO O| May 08 21:22:36.157 INFO STEP 288 (remove_files) COMPLETE
53052025-05-08T21:22:37.000Z[ recovery-image] May 08 21:22:36.157 INFO O| May 08 21:22:36.157 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-05-08T21:22:37.030Z[ recovery-image] May 08 21:22:36.191 INFO O| May 08 21:22:36.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53072025-05-08T21:22:37.034Z[ recovery-image] May 08 21:22:36.191 INFO O| May 08 21:22:36.191 INFO STEP 289 (remove_files) COMPLETE
53082025-05-08T21:22:37.034Z[ recovery-image] May 08 21:22:36.191 INFO O| May 08 21:22:36.191 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-05-08T21:22:37.091Z[ recovery-image] May 08 21:22:36.252 INFO O| May 08 21:22:36.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53102025-05-08T21:22:37.094Z[ recovery-image] May 08 21:22:36.252 INFO O| May 08 21:22:36.252 INFO STEP 290 (remove_files) COMPLETE
53112025-05-08T21:22:37.094Z[ recovery-image] May 08 21:22:36.252 INFO O| May 08 21:22:36.252 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-05-08T21:22:37.151Z[ recovery-image] May 08 21:22:36.312 INFO O| May 08 21:22:36.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53132025-05-08T21:22:37.154Z[ recovery-image] May 08 21:22:36.312 INFO O| May 08 21:22:36.312 INFO STEP 291 (remove_files) COMPLETE
53142025-05-08T21:22:37.154Z[ recovery-image] May 08 21:22:36.312 INFO O| May 08 21:22:36.312 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-05-08T21:22:37.176Z[ recovery-image] May 08 21:22:36.337 INFO O| May 08 21:22:36.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53162025-05-08T21:22:37.176Z[ recovery-image] May 08 21:22:36.337 INFO O| May 08 21:22:36.337 INFO STEP 292 (remove_files) COMPLETE
53172025-05-08T21:22:37.176Z[ recovery-image] May 08 21:22:36.337 INFO O| May 08 21:22:36.337 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-05-08T21:22:37.216Z[ recovery-image] May 08 21:22:36.376 INFO O| May 08 21:22:36.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53192025-05-08T21:22:37.216Z[ recovery-image] May 08 21:22:36.377 INFO O| May 08 21:22:36.377 INFO STEP 293 (remove_files) COMPLETE
53202025-05-08T21:22:37.216Z[ recovery-image] May 08 21:22:36.377 INFO O| May 08 21:22:36.377 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-05-08T21:22:37.238Z[ recovery-image] May 08 21:22:36.398 INFO O| May 08 21:22:36.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53222025-05-08T21:22:37.238Z[ recovery-image] May 08 21:22:36.398 INFO O| May 08 21:22:36.398 INFO STEP 294 (remove_files) COMPLETE
53232025-05-08T21:22:37.238Z[ recovery-image] May 08 21:22:36.398 INFO O| May 08 21:22:36.398 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-05-08T21:22:37.259Z[ recovery-image] May 08 21:22:36.419 INFO O| May 08 21:22:36.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53252025-05-08T21:22:37.259Z[ recovery-image] May 08 21:22:36.419 INFO O| May 08 21:22:36.419 INFO STEP 295 (remove_files) COMPLETE
53262025-05-08T21:22:37.259Z[ recovery-image] May 08 21:22:36.419 INFO O| May 08 21:22:36.419 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-05-08T21:22:37.286Z[ recovery-image] May 08 21:22:36.447 INFO O| May 08 21:22:36.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53282025-05-08T21:22:37.286Z[ recovery-image] May 08 21:22:36.447 INFO O| May 08 21:22:36.447 INFO STEP 296 (remove_files) COMPLETE
53292025-05-08T21:22:37.290Z[ recovery-image] May 08 21:22:36.447 INFO O| May 08 21:22:36.447 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-05-08T21:22:37.312Z[ recovery-image] May 08 21:22:36.472 INFO O| May 08 21:22:36.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53312025-05-08T21:22:37.317Z[ recovery-image] May 08 21:22:36.472 INFO O| May 08 21:22:36.472 INFO STEP 297 (remove_files) COMPLETE
53322025-05-08T21:22:37.317Z[ recovery-image] May 08 21:22:36.472 INFO O| May 08 21:22:36.472 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-05-08T21:22:37.346Z[ recovery-image] May 08 21:22:36.507 INFO O| May 08 21:22:36.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53342025-05-08T21:22:37.346Z[ recovery-image] May 08 21:22:36.507 INFO O| May 08 21:22:36.507 INFO STEP 298 (remove_files) COMPLETE
53352025-05-08T21:22:37.350Z[ recovery-image] May 08 21:22:36.507 INFO O| May 08 21:22:36.507 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-05-08T21:22:37.380Z[ recovery-image] May 08 21:22:36.541 INFO O| May 08 21:22:36.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53372025-05-08T21:22:37.380Z[ recovery-image] May 08 21:22:36.541 INFO O| May 08 21:22:36.541 INFO STEP 299 (remove_files) COMPLETE
53382025-05-08T21:22:37.383Z[ recovery-image] May 08 21:22:36.541 INFO O| May 08 21:22:36.541 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-05-08T21:22:37.438Z[ recovery-image] May 08 21:22:36.598 INFO O| May 08 21:22:36.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53402025-05-08T21:22:37.441Z[ recovery-image] May 08 21:22:36.599 INFO O| May 08 21:22:36.599 INFO STEP 300 (remove_files) COMPLETE
53412025-05-08T21:22:37.441Z[ recovery-image] May 08 21:22:36.599 INFO O| May 08 21:22:36.599 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-05-08T21:22:37.481Z[ recovery-image] May 08 21:22:36.642 INFO O| May 08 21:22:36.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53432025-05-08T21:22:37.481Z[ recovery-image] May 08 21:22:36.642 INFO O| May 08 21:22:36.642 INFO STEP 301 (remove_files) COMPLETE
53442025-05-08T21:22:37.481Z[ recovery-image] May 08 21:22:36.642 INFO O| May 08 21:22:36.642 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-05-08T21:22:37.502Z[ recovery-image] May 08 21:22:36.663 INFO O| May 08 21:22:36.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53462025-05-08T21:22:37.502Z[ recovery-image] May 08 21:22:36.663 INFO O| May 08 21:22:36.663 INFO STEP 302 (remove_files) COMPLETE
53472025-05-08T21:22:37.502Z[ recovery-image] May 08 21:22:36.663 INFO O| May 08 21:22:36.663 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-05-08T21:22:37.559Z[ recovery-image] May 08 21:22:36.720 INFO O| May 08 21:22:36.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53492025-05-08T21:22:37.560Z[ recovery-image] May 08 21:22:36.720 INFO O| May 08 21:22:36.720 INFO STEP 303 (remove_files) COMPLETE
53502025-05-08T21:22:37.560Z[ recovery-image] May 08 21:22:36.720 INFO O| May 08 21:22:36.720 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-05-08T21:22:37.581Z[ recovery-image] May 08 21:22:36.742 INFO O| May 08 21:22:36.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53522025-05-08T21:22:37.581Z[ recovery-image] May 08 21:22:36.742 INFO O| May 08 21:22:36.742 INFO STEP 304 (remove_files) COMPLETE
53532025-05-08T21:22:37.581Z[ recovery-image] May 08 21:22:36.742 INFO O| May 08 21:22:36.742 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-05-08T21:22:37.619Z[ recovery-image] May 08 21:22:36.780 INFO O| May 08 21:22:36.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53552025-05-08T21:22:37.622Z[ recovery-image] May 08 21:22:36.780 INFO O| May 08 21:22:36.780 INFO STEP 305 (remove_files) COMPLETE
53562025-05-08T21:22:37.622Z[ recovery-image] May 08 21:22:36.780 INFO O| May 08 21:22:36.780 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-05-08T21:22:37.658Z[ recovery-image] May 08 21:22:36.819 INFO O| May 08 21:22:36.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53582025-05-08T21:22:37.658Z[ recovery-image] May 08 21:22:36.819 INFO O| May 08 21:22:36.819 INFO STEP 306 (remove_files) COMPLETE
53592025-05-08T21:22:37.658Z[ recovery-image] May 08 21:22:36.819 INFO O| May 08 21:22:36.819 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-05-08T21:22:37.680Z[ recovery-image] May 08 21:22:36.841 INFO O| May 08 21:22:36.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53612025-05-08T21:22:37.680Z[ recovery-image] May 08 21:22:36.841 INFO O| May 08 21:22:36.841 INFO STEP 307 (remove_files) COMPLETE
53622025-05-08T21:22:37.680Z[ recovery-image] May 08 21:22:36.841 INFO O| May 08 21:22:36.841 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-05-08T21:22:37.704Z[ recovery-image] May 08 21:22:36.864 INFO O| May 08 21:22:36.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53642025-05-08T21:22:37.704Z[ recovery-image] May 08 21:22:36.864 INFO O| May 08 21:22:36.864 INFO STEP 308 (remove_files) COMPLETE
53652025-05-08T21:22:37.704Z[ recovery-image] May 08 21:22:36.864 INFO O| May 08 21:22:36.864 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-05-08T21:22:37.725Z[ recovery-image] May 08 21:22:36.885 INFO O| May 08 21:22:36.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53672025-05-08T21:22:37.725Z[ recovery-image] May 08 21:22:36.885 INFO O| May 08 21:22:36.885 INFO STEP 309 (remove_files) COMPLETE
53682025-05-08T21:22:37.725Z[ recovery-image] May 08 21:22:36.885 INFO O| May 08 21:22:36.885 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-05-08T21:22:37.762Z[ recovery-image] May 08 21:22:36.922 INFO O| May 08 21:22:36.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53702025-05-08T21:22:37.762Z[ recovery-image] May 08 21:22:36.922 INFO O| May 08 21:22:36.922 INFO STEP 310 (remove_files) COMPLETE
53712025-05-08T21:22:37.765Z[ recovery-image] May 08 21:22:36.922 INFO O| May 08 21:22:36.922 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-05-08T21:22:37.780Z[ recovery-image] May 08 21:22:36.941 INFO O| May 08 21:22:36.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53732025-05-08T21:22:37.783Z[ recovery-image] May 08 21:22:36.941 INFO O| May 08 21:22:36.941 INFO STEP 311 (remove_files) COMPLETE
53742025-05-08T21:22:37.783Z[ recovery-image] May 08 21:22:36.941 INFO O| May 08 21:22:36.941 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-05-08T21:22:37.814Z[ recovery-image] May 08 21:22:36.974 INFO O| May 08 21:22:36.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53762025-05-08T21:22:37.819Z[ recovery-image] May 08 21:22:36.974 INFO O| May 08 21:22:36.974 INFO STEP 312 (remove_files) COMPLETE
53772025-05-08T21:22:37.819Z[ recovery-image] May 08 21:22:36.974 INFO O| May 08 21:22:36.974 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-05-08T21:22:37.836Z[ recovery-image] May 08 21:22:36.996 INFO O| May 08 21:22:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53792025-05-08T21:22:37.836Z[ recovery-image] May 08 21:22:36.996 INFO O| May 08 21:22:36.996 INFO STEP 313 (remove_files) COMPLETE
53802025-05-08T21:22:37.843Z[ recovery-image] May 08 21:22:36.997 INFO O| May 08 21:22:36.996 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-05-08T21:22:37.874Z[ recovery-image] May 08 21:22:37.034 INFO O| May 08 21:22:37.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53822025-05-08T21:22:37.874Z[ recovery-image] May 08 21:22:37.034 INFO O| May 08 21:22:37.034 INFO STEP 314 (remove_files) COMPLETE
53832025-05-08T21:22:37.874Z[ recovery-image] May 08 21:22:37.034 INFO O| May 08 21:22:37.034 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-05-08T21:22:37.910Z[ recovery-image] May 08 21:22:37.070 INFO O| May 08 21:22:37.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53852025-05-08T21:22:37.910Z[ recovery-image] May 08 21:22:37.070 INFO O| May 08 21:22:37.070 INFO STEP 315 (remove_files) COMPLETE
53862025-05-08T21:22:37.910Z[ recovery-image] May 08 21:22:37.070 INFO O| May 08 21:22:37.070 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-05-08T21:22:37.951Z[ recovery-image] May 08 21:22:37.112 INFO O| May 08 21:22:37.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53882025-05-08T21:22:37.955Z[ recovery-image] May 08 21:22:37.112 INFO O| May 08 21:22:37.112 INFO STEP 316 (remove_files) COMPLETE
53892025-05-08T21:22:37.955Z[ recovery-image] May 08 21:22:37.112 INFO O| May 08 21:22:37.112 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-05-08T21:22:37.988Z[ recovery-image] May 08 21:22:37.149 INFO O| May 08 21:22:37.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53912025-05-08T21:22:37.992Z[ recovery-image] May 08 21:22:37.149 INFO O| May 08 21:22:37.149 INFO STEP 317 (remove_files) COMPLETE
53922025-05-08T21:22:37.992Z[ recovery-image] May 08 21:22:37.149 INFO O| May 08 21:22:37.149 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-05-08T21:22:38.009Z[ recovery-image] May 08 21:22:37.169 INFO O| May 08 21:22:37.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53942025-05-08T21:22:38.009Z[ recovery-image] May 08 21:22:37.169 INFO O| May 08 21:22:37.169 INFO STEP 318 (remove_files) COMPLETE
53952025-05-08T21:22:38.012Z[ recovery-image] May 08 21:22:37.169 INFO O| May 08 21:22:37.169 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-05-08T21:22:38.053Z[ recovery-image] May 08 21:22:37.213 INFO O| May 08 21:22:37.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53972025-05-08T21:22:38.056Z[ recovery-image] May 08 21:22:37.214 INFO O| May 08 21:22:37.213 INFO STEP 319 (remove_files) COMPLETE
53982025-05-08T21:22:38.056Z[ recovery-image] May 08 21:22:37.214 INFO O| May 08 21:22:37.214 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-05-08T21:22:38.111Z[ recovery-image] May 08 21:22:37.271 INFO O| May 08 21:22:37.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54002025-05-08T21:22:38.114Z[ recovery-image] May 08 21:22:37.272 INFO O| May 08 21:22:37.272 INFO STEP 320 (remove_files) COMPLETE
54012025-05-08T21:22:38.114Z[ recovery-image] May 08 21:22:37.272 INFO O| May 08 21:22:37.272 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-05-08T21:22:38.137Z[ recovery-image] May 08 21:22:37.297 INFO O| May 08 21:22:37.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54032025-05-08T21:22:38.140Z[ recovery-image] May 08 21:22:37.297 INFO O| May 08 21:22:37.297 INFO STEP 321 (remove_files) COMPLETE
54042025-05-08T21:22:38.140Z[ recovery-image] May 08 21:22:37.297 INFO O| May 08 21:22:37.297 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-05-08T21:22:38.156Z[ recovery-image] May 08 21:22:37.317 INFO O| May 08 21:22:37.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54062025-05-08T21:22:38.156Z[ recovery-image] May 08 21:22:37.317 INFO O| May 08 21:22:37.317 INFO STEP 322 (remove_files) COMPLETE
54072025-05-08T21:22:38.156Z[ recovery-image] May 08 21:22:37.317 INFO O| May 08 21:22:37.317 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-05-08T21:22:38.214Z[ recovery-image] May 08 21:22:37.374 INFO O| May 08 21:22:37.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54092025-05-08T21:22:38.214Z[ recovery-image] May 08 21:22:37.375 INFO O| May 08 21:22:37.375 INFO STEP 323 (remove_files) COMPLETE
54102025-05-08T21:22:38.214Z[ recovery-image] May 08 21:22:37.375 INFO O| May 08 21:22:37.375 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-05-08T21:22:38.235Z[ recovery-image] May 08 21:22:37.395 INFO O| May 08 21:22:37.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54122025-05-08T21:22:38.235Z[ recovery-image] May 08 21:22:37.395 INFO O| May 08 21:22:37.395 INFO STEP 324 (remove_files) COMPLETE
54132025-05-08T21:22:38.235Z[ recovery-image] May 08 21:22:37.395 INFO O| May 08 21:22:37.395 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-05-08T21:22:38.272Z[ recovery-image] May 08 21:22:37.433 INFO O| May 08 21:22:37.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54152025-05-08T21:22:38.272Z[ recovery-image] May 08 21:22:37.433 INFO O| May 08 21:22:37.433 INFO STEP 325 (remove_files) COMPLETE
54162025-05-08T21:22:38.272Z[ recovery-image] May 08 21:22:37.433 INFO O| May 08 21:22:37.433 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-05-08T21:22:38.315Z[ recovery-image] May 08 21:22:37.476 INFO O| May 08 21:22:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54182025-05-08T21:22:38.315Z[ recovery-image] May 08 21:22:37.476 INFO O| May 08 21:22:37.476 INFO STEP 326 (remove_files) COMPLETE
54192025-05-08T21:22:38.315Z[ recovery-image] May 08 21:22:37.476 INFO O| May 08 21:22:37.476 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-05-08T21:22:38.336Z[ recovery-image] May 08 21:22:37.496 INFO O| May 08 21:22:37.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54212025-05-08T21:22:38.336Z[ recovery-image] May 08 21:22:37.496 INFO O| May 08 21:22:37.496 INFO STEP 327 (remove_files) COMPLETE
54222025-05-08T21:22:38.339Z[ recovery-image] May 08 21:22:37.496 INFO O| May 08 21:22:37.496 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-05-08T21:22:38.358Z[ recovery-image] May 08 21:22:37.519 INFO O| May 08 21:22:37.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54242025-05-08T21:22:38.358Z[ recovery-image] May 08 21:22:37.519 INFO O| May 08 21:22:37.519 INFO STEP 328 (remove_files) COMPLETE
54252025-05-08T21:22:38.358Z[ recovery-image] May 08 21:22:37.519 INFO O| May 08 21:22:37.519 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-05-08T21:22:38.395Z[ recovery-image] May 08 21:22:37.555 INFO O| May 08 21:22:37.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54272025-05-08T21:22:38.395Z[ recovery-image] May 08 21:22:37.555 INFO O| May 08 21:22:37.555 INFO STEP 329 (remove_files) COMPLETE
54282025-05-08T21:22:38.396Z[ recovery-image] May 08 21:22:37.555 INFO O| May 08 21:22:37.555 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-05-08T21:22:38.430Z[ recovery-image] May 08 21:22:37.590 INFO O| May 08 21:22:37.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54302025-05-08T21:22:38.454Z[ recovery-image] May 08 21:22:37.614 INFO O| May 08 21:22:37.614 INFO STEP 330 (remove_files) COMPLETE
54312025-05-08T21:22:38.454Z[ recovery-image] May 08 21:22:37.614 INFO O| May 08 21:22:37.614 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-05-08T21:22:38.504Z[ recovery-image] May 08 21:22:37.652 INFO O| May 08 21:22:37.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54332025-05-08T21:22:38.513Z[ recovery-image] May 08 21:22:37.674 INFO O| May 08 21:22:37.674 INFO STEP 331 (remove_files) COMPLETE
54342025-05-08T21:22:38.513Z[ recovery-image] May 08 21:22:37.674 INFO O| May 08 21:22:37.674 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-05-08T21:22:38.551Z[ recovery-image] May 08 21:22:37.711 INFO O| May 08 21:22:37.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54362025-05-08T21:22:38.551Z[ recovery-image] May 08 21:22:37.711 INFO O| May 08 21:22:37.711 INFO STEP 332 (remove_files) COMPLETE
54372025-05-08T21:22:38.551Z[ recovery-image] May 08 21:22:37.711 INFO O| May 08 21:22:37.711 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-05-08T21:22:38.574Z[ recovery-image] May 08 21:22:37.734 INFO O| May 08 21:22:37.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54392025-05-08T21:22:38.574Z[ recovery-image] May 08 21:22:37.734 INFO O| May 08 21:22:37.734 INFO STEP 333 (remove_files) COMPLETE
54402025-05-08T21:22:38.577Z[ recovery-image] May 08 21:22:37.734 INFO O| May 08 21:22:37.734 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-05-08T21:22:38.596Z[ recovery-image] May 08 21:22:37.756 INFO O| May 08 21:22:37.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54422025-05-08T21:22:38.596Z[ recovery-image] May 08 21:22:37.756 INFO O| May 08 21:22:37.756 INFO STEP 334 (remove_files) COMPLETE
54432025-05-08T21:22:38.596Z[ recovery-image] May 08 21:22:37.756 INFO O| May 08 21:22:37.756 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-05-08T21:22:38.631Z[ recovery-image] May 08 21:22:37.792 INFO O| May 08 21:22:37.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54452025-05-08T21:22:38.631Z[ recovery-image] May 08 21:22:37.792 INFO O| May 08 21:22:37.792 INFO STEP 335 (remove_files) COMPLETE
54462025-05-08T21:22:38.635Z[ recovery-image] May 08 21:22:37.792 INFO O| May 08 21:22:37.792 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-05-08T21:22:38.689Z[ recovery-image] May 08 21:22:37.850 INFO O| May 08 21:22:37.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54482025-05-08T21:22:38.693Z[ recovery-image] May 08 21:22:37.850 INFO O| May 08 21:22:37.850 INFO STEP 336 (remove_files) COMPLETE
54492025-05-08T21:22:38.693Z[ recovery-image] May 08 21:22:37.850 INFO O| May 08 21:22:37.850 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-05-08T21:22:38.711Z[ recovery-image] May 08 21:22:37.872 INFO O| May 08 21:22:37.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54512025-05-08T21:22:38.711Z[ recovery-image] May 08 21:22:37.872 INFO O| May 08 21:22:37.872 INFO STEP 337 (remove_files) COMPLETE
54522025-05-08T21:22:38.711Z[ recovery-image] May 08 21:22:37.872 INFO O| May 08 21:22:37.872 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-05-08T21:22:38.734Z[ recovery-image] May 08 21:22:37.895 INFO O| May 08 21:22:37.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54542025-05-08T21:22:38.734Z[ recovery-image] May 08 21:22:37.895 INFO O| May 08 21:22:37.895 INFO STEP 338 (remove_files) COMPLETE
54552025-05-08T21:22:38.734Z[ recovery-image] May 08 21:22:37.895 INFO O| May 08 21:22:37.895 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-05-08T21:22:38.754Z[ recovery-image] May 08 21:22:37.915 INFO O| May 08 21:22:37.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54572025-05-08T21:22:38.754Z[ recovery-image] May 08 21:22:37.915 INFO O| May 08 21:22:37.915 INFO STEP 339 (remove_files) COMPLETE
54582025-05-08T21:22:38.754Z[ recovery-image] May 08 21:22:37.915 INFO O| May 08 21:22:37.915 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-05-08T21:22:38.774Z[ recovery-image] May 08 21:22:37.935 INFO O| May 08 21:22:37.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54602025-05-08T21:22:38.774Z[ recovery-image] May 08 21:22:37.935 INFO O| May 08 21:22:37.935 INFO STEP 340 (remove_files) COMPLETE
54612025-05-08T21:22:38.774Z[ recovery-image] May 08 21:22:37.935 INFO O| May 08 21:22:37.935 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-05-08T21:22:38.796Z[ recovery-image] May 08 21:22:37.957 INFO O| May 08 21:22:37.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54632025-05-08T21:22:38.797Z[ recovery-image] May 08 21:22:37.957 INFO O| May 08 21:22:37.957 INFO STEP 341 (remove_files) COMPLETE
54642025-05-08T21:22:38.800Z[ recovery-image] May 08 21:22:37.957 INFO O| May 08 21:22:37.957 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-05-08T21:22:38.819Z[ recovery-image] May 08 21:22:37.979 INFO O| May 08 21:22:37.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54662025-05-08T21:22:38.819Z[ recovery-image] May 08 21:22:37.979 INFO O| May 08 21:22:37.979 INFO STEP 342 (remove_files) COMPLETE
54672025-05-08T21:22:38.819Z[ recovery-image] May 08 21:22:37.979 INFO O| May 08 21:22:37.979 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-05-08T21:22:38.840Z[ recovery-image] May 08 21:22:38.001 INFO O| May 08 21:22:38.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54692025-05-08T21:22:38.850Z[ recovery-image] May 08 21:22:38.011 INFO O| May 08 21:22:38.011 INFO STEP 343 (remove_files) COMPLETE
54702025-05-08T21:22:38.850Z[ recovery-image] May 08 21:22:38.011 INFO O| May 08 21:22:38.011 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-05-08T21:22:38.948Z[ recovery-image] May 08 21:22:38.108 INFO O| May 08 21:22:38.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54722025-05-08T21:22:38.948Z[ recovery-image] May 08 21:22:38.108 INFO O| May 08 21:22:38.108 INFO STEP 344 (remove_files) COMPLETE
54732025-05-08T21:22:38.951Z[ recovery-image] May 08 21:22:38.108 INFO O| May 08 21:22:38.108 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-05-08T21:22:38.969Z[ recovery-image] May 08 21:22:38.129 INFO O| May 08 21:22:38.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54752025-05-08T21:22:38.969Z[ recovery-image] May 08 21:22:38.129 INFO O| May 08 21:22:38.129 INFO STEP 345 (remove_files) COMPLETE
54762025-05-08T21:22:38.969Z[ recovery-image] May 08 21:22:38.129 INFO O| May 08 21:22:38.129 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-05-08T21:22:38.994Z[ recovery-image] May 08 21:22:38.153 INFO O| May 08 21:22:38.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54782025-05-08T21:22:38.994Z[ recovery-image] May 08 21:22:38.153 INFO O| May 08 21:22:38.153 INFO STEP 346 (remove_files) COMPLETE
54792025-05-08T21:22:38.994Z[ recovery-image] May 08 21:22:38.153 INFO O| May 08 21:22:38.153 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-05-08T21:22:39.037Z[ recovery-image] May 08 21:22:38.197 INFO O| May 08 21:22:38.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54812025-05-08T21:22:39.056Z[ recovery-image] May 08 21:22:38.217 INFO O| May 08 21:22:38.217 INFO STEP 347 (remove_files) COMPLETE
54822025-05-08T21:22:39.056Z[ recovery-image] May 08 21:22:38.217 INFO O| May 08 21:22:38.217 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-05-08T21:22:39.079Z[ recovery-image] May 08 21:22:38.239 INFO O| May 08 21:22:38.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54842025-05-08T21:22:39.079Z[ recovery-image] May 08 21:22:38.239 INFO O| May 08 21:22:38.239 INFO STEP 348 (remove_files) COMPLETE
54852025-05-08T21:22:39.079Z[ recovery-image] May 08 21:22:38.239 INFO O| May 08 21:22:38.239 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-05-08T21:22:39.099Z[ recovery-image] May 08 21:22:38.259 INFO O| May 08 21:22:38.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54872025-05-08T21:22:39.099Z[ recovery-image] May 08 21:22:38.259 INFO O| May 08 21:22:38.259 INFO STEP 349 (remove_files) COMPLETE
54882025-05-08T21:22:39.099Z[ recovery-image] May 08 21:22:38.259 INFO O| May 08 21:22:38.259 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-05-08T21:22:39.134Z[ host-image] May 08 21:22:38.295 INFO O| May 08 21:22:38.295 INFO O| Done
54902025-05-08T21:22:39.179Z[ recovery-image] May 08 21:22:38.338 INFO O| May 08 21:22:38.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54912025-05-08T21:22:39.179Z[ recovery-image] May 08 21:22:38.339 INFO O| May 08 21:22:38.338 INFO STEP 350 (remove_files) COMPLETE
54922025-05-08T21:22:39.179Z[ recovery-image] May 08 21:22:38.339 INFO O| May 08 21:22:38.339 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-05-08T21:22:39.201Z[ recovery-image] May 08 21:22:38.362 INFO O| May 08 21:22:38.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54942025-05-08T21:22:39.201Z[ recovery-image] May 08 21:22:38.362 INFO O| May 08 21:22:38.362 INFO STEP 351 (remove_files) COMPLETE
54952025-05-08T21:22:39.201Z[ recovery-image] May 08 21:22:38.362 INFO O| May 08 21:22:38.362 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-05-08T21:22:39.219Z[ host-image] May 08 21:22:38.380 INFO O| May 08 21:22:38.380 INFO O| Done
54972025-05-08T21:22:39.219Z[ host-image] May 08 21:22:38.380 INFO O| May 08 21:22:38.380 INFO O| Done
54982025-05-08T21:22:39.239Z[ host-image] May 08 21:22:38.399 INFO O| May 08 21:22:38.399 INFO O| Done
54992025-05-08T21:22:39.244Z[ recovery-image] May 08 21:22:38.405 INFO O| May 08 21:22:38.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55002025-05-08T21:22:39.266Z[ recovery-image] May 08 21:22:38.427 INFO O| May 08 21:22:38.427 INFO STEP 352 (remove_files) COMPLETE
55012025-05-08T21:22:39.266Z[ recovery-image] May 08 21:22:38.427 INFO O| May 08 21:22:38.427 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-05-08T21:22:39.291Z[ recovery-image] May 08 21:22:38.451 INFO O| May 08 21:22:38.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55032025-05-08T21:22:39.294Z[ recovery-image] May 08 21:22:38.451 INFO O| May 08 21:22:38.451 INFO STEP 353 (remove_files) COMPLETE
55042025-05-08T21:22:39.294Z[ recovery-image] May 08 21:22:38.451 INFO O| May 08 21:22:38.451 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-05-08T21:22:39.312Z[ recovery-image] May 08 21:22:38.472 INFO O| May 08 21:22:38.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55062025-05-08T21:22:39.315Z[ recovery-image] May 08 21:22:38.473 INFO O| May 08 21:22:38.472 INFO STEP 354 (remove_files) COMPLETE
55072025-05-08T21:22:39.315Z[ recovery-image] May 08 21:22:38.473 INFO O| May 08 21:22:38.473 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-05-08T21:22:39.347Z[ recovery-image] May 08 21:22:38.508 INFO O| May 08 21:22:38.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55092025-05-08T21:22:39.348Z[ recovery-image] May 08 21:22:38.508 INFO O| May 08 21:22:38.508 INFO STEP 355 (remove_files) COMPLETE
55102025-05-08T21:22:39.348Z[ recovery-image] May 08 21:22:38.508 INFO O| May 08 21:22:38.508 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-05-08T21:22:39.367Z[ recovery-image] May 08 21:22:38.528 INFO O| May 08 21:22:38.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55122025-05-08T21:22:39.367Z[ recovery-image] May 08 21:22:38.528 INFO O| May 08 21:22:38.528 INFO STEP 356 (remove_files) COMPLETE
55132025-05-08T21:22:39.367Z[ recovery-image] May 08 21:22:38.528 INFO O| May 08 21:22:38.528 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-05-08T21:22:39.403Z[ recovery-image] May 08 21:22:38.563 INFO O| May 08 21:22:38.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55152025-05-08T21:22:39.403Z[ recovery-image] May 08 21:22:38.564 INFO O| May 08 21:22:38.564 INFO STEP 357 (remove_files) COMPLETE
55162025-05-08T21:22:39.407Z[ recovery-image] May 08 21:22:38.564 INFO O| May 08 21:22:38.564 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-05-08T21:22:39.446Z[ recovery-image] May 08 21:22:38.607 INFO O| May 08 21:22:38.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55182025-05-08T21:22:39.447Z[ recovery-image] May 08 21:22:38.607 INFO O| May 08 21:22:38.607 INFO STEP 358 (remove_files) COMPLETE
55192025-05-08T21:22:39.447Z[ recovery-image] May 08 21:22:38.607 INFO O| May 08 21:22:38.607 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-05-08T21:22:39.489Z[ recovery-image] May 08 21:22:38.648 INFO O| May 08 21:22:38.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55212025-05-08T21:22:39.492Z[ recovery-image] May 08 21:22:38.648 INFO O| May 08 21:22:38.648 INFO STEP 359 (remove_files) COMPLETE
55222025-05-08T21:22:39.492Z[ recovery-image] May 08 21:22:38.648 INFO O| May 08 21:22:38.648 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-05-08T21:22:39.524Z[ recovery-image] May 08 21:22:38.684 INFO O| May 08 21:22:38.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55242025-05-08T21:22:39.527Z[ recovery-image] May 08 21:22:38.685 INFO O| May 08 21:22:38.685 INFO STEP 360 (remove_files) COMPLETE
55252025-05-08T21:22:39.528Z[ recovery-image] May 08 21:22:38.685 INFO O| May 08 21:22:38.685 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO STEP 14 (pkg_install) COMPLETE
55272025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55282025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO skip step because feature "mfg" is not enabled
55292025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55302025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO skip step because feature "compliance" is not enabled
55312025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55322025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO skip step because feature "stress" is not enabled
55332025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55342025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO skip step because feature "nfs" is not enabled
55352025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
55362025-05-08T21:22:39.531Z[ host-image] May 08 21:22:38.690 INFO O| May 08 21:22:38.690 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
55372025-05-08T21:22:39.572Z[ recovery-image] May 08 21:22:38.732 INFO O| May 08 21:22:38.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55382025-05-08T21:22:39.576Z[ recovery-image] May 08 21:22:38.733 INFO O| May 08 21:22:38.733 INFO STEP 361 (remove_files) COMPLETE
55392025-05-08T21:22:39.576Z[ recovery-image] May 08 21:22:38.733 INFO O| May 08 21:22:38.733 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-05-08T21:22:39.594Z[ recovery-image] May 08 21:22:38.754 INFO O| May 08 21:22:38.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55412025-05-08T21:22:39.597Z[ recovery-image] May 08 21:22:38.754 INFO O| May 08 21:22:38.754 INFO STEP 362 (remove_files) COMPLETE
55422025-05-08T21:22:39.597Z[ recovery-image] May 08 21:22:38.754 INFO O| May 08 21:22:38.754 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-05-08T21:22:39.615Z[ recovery-image] May 08 21:22:38.775 INFO O| May 08 21:22:38.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55442025-05-08T21:22:39.615Z[ recovery-image] May 08 21:22:38.776 INFO O| May 08 21:22:38.776 INFO STEP 363 (remove_files) COMPLETE
55452025-05-08T21:22:39.615Z[ recovery-image] May 08 21:22:38.776 INFO O| May 08 21:22:38.776 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-05-08T21:22:39.639Z[ recovery-image] May 08 21:22:38.799 INFO O| May 08 21:22:38.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55472025-05-08T21:22:39.639Z[ recovery-image] May 08 21:22:38.799 INFO O| May 08 21:22:38.799 INFO STEP 364 (remove_files) COMPLETE
55482025-05-08T21:22:39.639Z[ recovery-image] May 08 21:22:38.799 INFO O| May 08 21:22:38.799 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-05-08T21:22:39.645Z[ host-image] May 08 21:22:38.806 INFO O| May 08 21:22:38.806 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
55502025-05-08T21:22:39.666Z[ recovery-image] May 08 21:22:38.826 INFO O| May 08 21:22:38.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55512025-05-08T21:22:39.666Z[ recovery-image] May 08 21:22:38.826 INFO O| May 08 21:22:38.826 INFO STEP 365 (remove_files) COMPLETE
55522025-05-08T21:22:39.666Z[ recovery-image] May 08 21:22:38.826 INFO O| May 08 21:22:38.826 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-05-08T21:22:39.768Z[ recovery-image] May 08 21:22:38.929 INFO O| May 08 21:22:38.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55542025-05-08T21:22:39.772Z[ recovery-image] May 08 21:22:38.932 INFO O| May 08 21:22:38.932 INFO STEP 366 (remove_files) COMPLETE
55552025-05-08T21:22:39.772Z[ recovery-image] May 08 21:22:38.932 INFO O| May 08 21:22:38.932 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-05-08T21:22:39.772Z[ host-image] May 08 21:22:38.932 INFO O| May 08 21:22:38.932 INFO completed processing gimlet/ramdisk-01-os
55572025-05-08T21:22:39.777Z[ host-image] May 08 21:22:38.935 INFO omicron1 baseline generation...
55582025-05-08T21:22:39.777Z[ host-image] May 08 21:22:38.935 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
55592025-05-08T21:22:39.816Z[ recovery-image] May 08 21:22:38.976 INFO O| May 08 21:22:38.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55602025-05-08T21:22:39.816Z[ recovery-image] May 08 21:22:38.976 INFO O| May 08 21:22:38.976 INFO STEP 367 (remove_files) COMPLETE
55612025-05-08T21:22:39.816Z[ recovery-image] May 08 21:22:38.976 INFO O| May 08 21:22:38.976 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-05-08T21:22:39.853Z[ recovery-image] May 08 21:22:39.013 INFO O| May 08 21:22:39.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55632025-05-08T21:22:39.857Z[ recovery-image] May 08 21:22:39.013 INFO O| May 08 21:22:39.013 INFO STEP 368 (remove_files) COMPLETE
55642025-05-08T21:22:39.857Z[ recovery-image] May 08 21:22:39.013 INFO O| May 08 21:22:39.013 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-05-08T21:22:39.916Z[ recovery-image] May 08 21:22:39.077 INFO O| May 08 21:22:39.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55662025-05-08T21:22:39.916Z[ recovery-image] May 08 21:22:39.077 INFO O| May 08 21:22:39.077 INFO STEP 369 (remove_files) COMPLETE
55672025-05-08T21:22:39.916Z[ recovery-image] May 08 21:22:39.077 INFO O| May 08 21:22:39.077 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-05-08T21:22:39.981Z[ recovery-image] May 08 21:22:39.141 INFO O| May 08 21:22:39.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55692025-05-08T21:22:39.981Z[ recovery-image] May 08 21:22:39.141 INFO O| May 08 21:22:39.141 INFO STEP 370 (remove_files) COMPLETE
55702025-05-08T21:22:39.981Z[ recovery-image] May 08 21:22:39.141 INFO O| May 08 21:22:39.141 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-05-08T21:22:40.001Z[ recovery-image] May 08 21:22:39.161 INFO O| May 08 21:22:39.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55722025-05-08T21:22:40.001Z[ recovery-image] May 08 21:22:39.161 INFO O| May 08 21:22:39.161 INFO STEP 371 (remove_files) COMPLETE
55732025-05-08T21:22:40.001Z[ recovery-image] May 08 21:22:39.161 INFO O| May 08 21:22:39.161 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-05-08T21:22:40.049Z[ recovery-image] May 08 21:22:39.210 INFO O| May 08 21:22:39.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55752025-05-08T21:22:40.049Z[ recovery-image] May 08 21:22:39.210 INFO O| May 08 21:22:39.210 INFO STEP 372 (remove_files) COMPLETE
55762025-05-08T21:22:40.049Z[ recovery-image] May 08 21:22:39.210 INFO O| May 08 21:22:39.210 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-05-08T21:22:40.071Z[ recovery-image] May 08 21:22:39.232 INFO O| May 08 21:22:39.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55782025-05-08T21:22:40.096Z[ recovery-image] May 08 21:22:39.255 INFO O| May 08 21:22:39.255 INFO STEP 373 (remove_files) COMPLETE
55792025-05-08T21:22:40.097Z[ recovery-image] May 08 21:22:39.255 INFO O| May 08 21:22:39.255 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-05-08T21:22:40.116Z[ recovery-image] May 08 21:22:39.277 INFO O| May 08 21:22:39.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55812025-05-08T21:22:40.116Z[ recovery-image] May 08 21:22:39.277 INFO O| May 08 21:22:39.277 INFO STEP 374 (remove_files) COMPLETE
55822025-05-08T21:22:40.120Z[ recovery-image] May 08 21:22:39.277 INFO O| May 08 21:22:39.277 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-05-08T21:22:40.138Z[ recovery-image] May 08 21:22:39.299 INFO O| May 08 21:22:39.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55842025-05-08T21:22:40.142Z[ recovery-image] May 08 21:22:39.299 INFO O| May 08 21:22:39.299 INFO STEP 375 (remove_files) COMPLETE
55852025-05-08T21:22:40.142Z[ recovery-image] May 08 21:22:39.299 INFO O| May 08 21:22:39.299 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-05-08T21:22:40.167Z[ recovery-image] May 08 21:22:39.327 INFO O| May 08 21:22:39.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55872025-05-08T21:22:40.167Z[ recovery-image] May 08 21:22:39.327 INFO O| May 08 21:22:39.327 INFO STEP 376 (remove_files) COMPLETE
55882025-05-08T21:22:40.167Z[ recovery-image] May 08 21:22:39.327 INFO O| May 08 21:22:39.327 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-05-08T21:22:40.191Z[ recovery-image] May 08 21:22:39.351 INFO O| May 08 21:22:39.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55902025-05-08T21:22:40.191Z[ recovery-image] May 08 21:22:39.351 INFO O| May 08 21:22:39.351 INFO STEP 377 (remove_files) COMPLETE
55912025-05-08T21:22:40.191Z[ recovery-image] May 08 21:22:39.351 INFO O| May 08 21:22:39.351 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-05-08T21:22:40.219Z[ recovery-image] May 08 21:22:39.379 INFO O| May 08 21:22:39.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55932025-05-08T21:22:40.219Z[ recovery-image] May 08 21:22:39.379 INFO O| May 08 21:22:39.379 INFO STEP 378 (remove_files) COMPLETE
55942025-05-08T21:22:40.219Z[ recovery-image] May 08 21:22:39.379 INFO O| May 08 21:22:39.379 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-05-08T21:22:40.273Z[ recovery-image] May 08 21:22:39.433 INFO O| May 08 21:22:39.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55962025-05-08T21:22:40.273Z[ recovery-image] May 08 21:22:39.433 INFO O| May 08 21:22:39.433 INFO STEP 379 (remove_files) COMPLETE
55972025-05-08T21:22:40.273Z[ recovery-image] May 08 21:22:39.433 INFO O| May 08 21:22:39.433 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-05-08T21:22:40.319Z[ recovery-image] May 08 21:22:39.479 INFO O| May 08 21:22:39.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55992025-05-08T21:22:40.320Z[ recovery-image] May 08 21:22:39.480 INFO O| May 08 21:22:39.480 INFO STEP 380 (remove_files) COMPLETE
56002025-05-08T21:22:40.323Z[ recovery-image] May 08 21:22:39.480 INFO O| May 08 21:22:39.480 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-05-08T21:22:40.337Z[ recovery-image] May 08 21:22:39.498 INFO O| May 08 21:22:39.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56022025-05-08T21:22:40.338Z[ recovery-image] May 08 21:22:39.498 INFO O| May 08 21:22:39.498 INFO STEP 381 (remove_files) COMPLETE
56032025-05-08T21:22:40.338Z[ recovery-image] May 08 21:22:39.498 INFO O| May 08 21:22:39.498 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-05-08T21:22:40.370Z[ recovery-image] May 08 21:22:39.530 INFO O| May 08 21:22:39.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56052025-05-08T21:22:40.370Z[ recovery-image] May 08 21:22:39.530 INFO O| May 08 21:22:39.530 INFO STEP 382 (remove_files) COMPLETE
56062025-05-08T21:22:40.373Z[ recovery-image] May 08 21:22:39.531 INFO O| May 08 21:22:39.530 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-05-08T21:22:40.395Z[ recovery-image] May 08 21:22:39.555 INFO O| May 08 21:22:39.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56082025-05-08T21:22:40.395Z[ recovery-image] May 08 21:22:39.555 INFO O| May 08 21:22:39.555 INFO STEP 383 (remove_files) COMPLETE
56092025-05-08T21:22:40.395Z[ recovery-image] May 08 21:22:39.555 INFO O| May 08 21:22:39.555 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-05-08T21:22:40.419Z[ recovery-image] May 08 21:22:39.579 INFO O| May 08 21:22:39.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56112025-05-08T21:22:40.419Z[ recovery-image] May 08 21:22:39.579 INFO O| May 08 21:22:39.579 INFO STEP 384 (remove_files) COMPLETE
56122025-05-08T21:22:40.419Z[ recovery-image] May 08 21:22:39.579 INFO O| May 08 21:22:39.579 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-05-08T21:22:40.457Z[ recovery-image] May 08 21:22:39.617 INFO O| May 08 21:22:39.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56142025-05-08T21:22:40.457Z[ recovery-image] May 08 21:22:39.618 INFO O| May 08 21:22:39.618 INFO STEP 385 (remove_files) COMPLETE
56152025-05-08T21:22:40.457Z[ recovery-image] May 08 21:22:39.618 INFO O| May 08 21:22:39.618 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-05-08T21:22:40.480Z[ recovery-image] May 08 21:22:39.640 INFO O| May 08 21:22:39.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56172025-05-08T21:22:40.480Z[ recovery-image] May 08 21:22:39.640 INFO O| May 08 21:22:39.640 INFO STEP 386 (remove_files) COMPLETE
56182025-05-08T21:22:40.483Z[ recovery-image] May 08 21:22:39.640 INFO O| May 08 21:22:39.640 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-05-08T21:22:40.518Z[ recovery-image] May 08 21:22:39.678 INFO O| May 08 21:22:39.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56202025-05-08T21:22:40.518Z[ recovery-image] May 08 21:22:39.678 INFO O| May 08 21:22:39.678 INFO STEP 387 (remove_files) COMPLETE
56212025-05-08T21:22:40.518Z[ recovery-image] May 08 21:22:39.678 INFO O| May 08 21:22:39.678 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-05-08T21:22:40.535Z[ host-image] May 08 21:22:39.695 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23373:20250502T145952Z
56232025-05-08T21:22:40.659Z[ recovery-image] May 08 21:22:39.819 INFO O| May 08 21:22:39.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56242025-05-08T21:22:40.662Z[ recovery-image] May 08 21:22:39.819 INFO O| May 08 21:22:39.819 INFO STEP 388 (remove_files) COMPLETE
56252025-05-08T21:22:40.662Z[ recovery-image] May 08 21:22:39.819 INFO O| May 08 21:22:39.819 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-05-08T21:22:40.683Z[ recovery-image] May 08 21:22:39.843 INFO O| May 08 21:22:39.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56272025-05-08T21:22:40.683Z[ recovery-image] May 08 21:22:39.843 INFO O| May 08 21:22:39.843 INFO STEP 389 (remove_files) COMPLETE
56282025-05-08T21:22:40.686Z[ recovery-image] May 08 21:22:39.844 INFO O| May 08 21:22:39.843 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-05-08T21:22:40.707Z[ recovery-image] May 08 21:22:39.867 INFO O| May 08 21:22:39.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56302025-05-08T21:22:40.710Z[ recovery-image] May 08 21:22:39.868 INFO O| May 08 21:22:39.868 INFO STEP 390 (remove_files) COMPLETE
56312025-05-08T21:22:40.710Z[ recovery-image] May 08 21:22:39.868 INFO O| May 08 21:22:39.868 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-05-08T21:22:40.760Z[ recovery-image] May 08 21:22:39.921 INFO O| May 08 21:22:39.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56332025-05-08T21:22:40.760Z[ recovery-image] May 08 21:22:39.921 INFO O| May 08 21:22:39.921 INFO STEP 391 (remove_files) COMPLETE
56342025-05-08T21:22:40.764Z[ recovery-image] May 08 21:22:39.921 INFO O| May 08 21:22:39.921 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-05-08T21:22:40.784Z[ recovery-image] May 08 21:22:39.944 INFO O| May 08 21:22:39.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56362025-05-08T21:22:40.784Z[ recovery-image] May 08 21:22:39.944 INFO O| May 08 21:22:39.944 INFO STEP 392 (remove_files) COMPLETE
56372025-05-08T21:22:40.787Z[ recovery-image] May 08 21:22:39.944 INFO O| May 08 21:22:39.944 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-05-08T21:22:40.808Z[ recovery-image] May 08 21:22:39.969 INFO O| May 08 21:22:39.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56392025-05-08T21:22:40.811Z[ recovery-image] May 08 21:22:39.969 INFO O| May 08 21:22:39.969 INFO STEP 393 (remove_files) COMPLETE
56402025-05-08T21:22:40.811Z[ recovery-image] May 08 21:22:39.969 INFO O| May 08 21:22:39.969 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-05-08T21:22:40.830Z[ recovery-image] May 08 21:22:39.990 INFO O| May 08 21:22:39.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56422025-05-08T21:22:40.833Z[ recovery-image] May 08 21:22:39.991 INFO O| May 08 21:22:39.991 INFO STEP 394 (remove_files) COMPLETE
56432025-05-08T21:22:40.833Z[ recovery-image] May 08 21:22:39.991 INFO O| May 08 21:22:39.991 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-05-08T21:22:40.898Z[ recovery-image] May 08 21:22:40.058 INFO O| May 08 21:22:40.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56452025-05-08T21:22:40.898Z[ recovery-image] May 08 21:22:40.058 INFO O| May 08 21:22:40.058 INFO STEP 395 (remove_files) COMPLETE
56462025-05-08T21:22:40.901Z[ recovery-image] May 08 21:22:40.058 INFO O| May 08 21:22:40.058 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-05-08T21:22:40.955Z[ recovery-image] May 08 21:22:40.115 INFO O| May 08 21:22:40.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56482025-05-08T21:22:40.955Z[ recovery-image] May 08 21:22:40.116 INFO O| May 08 21:22:40.115 INFO STEP 396 (remove_files) COMPLETE
56492025-05-08T21:22:40.959Z[ recovery-image] May 08 21:22:40.116 INFO O| May 08 21:22:40.116 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-05-08T21:22:40.978Z[ recovery-image] May 08 21:22:40.138 INFO O| May 08 21:22:40.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56512025-05-08T21:22:40.978Z[ recovery-image] May 08 21:22:40.138 INFO O| May 08 21:22:40.138 INFO STEP 397 (remove_files) COMPLETE
56522025-05-08T21:22:40.978Z[ recovery-image] May 08 21:22:40.138 INFO O| May 08 21:22:40.138 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-05-08T21:22:40.998Z[ recovery-image] May 08 21:22:40.158 INFO O| May 08 21:22:40.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56542025-05-08T21:22:40.998Z[ recovery-image] May 08 21:22:40.158 INFO O| May 08 21:22:40.158 INFO STEP 398 (remove_files) COMPLETE
56552025-05-08T21:22:41.013Z[ recovery-image] May 08 21:22:40.158 INFO O| May 08 21:22:40.158 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-05-08T21:22:41.026Z[ recovery-image] May 08 21:22:40.186 INFO O| May 08 21:22:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56572025-05-08T21:22:41.026Z[ recovery-image] May 08 21:22:40.186 INFO O| May 08 21:22:40.186 INFO STEP 399 (remove_files) COMPLETE
56582025-05-08T21:22:41.030Z[ recovery-image] May 08 21:22:40.186 INFO O| May 08 21:22:40.186 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-05-08T21:22:41.049Z[ recovery-image] May 08 21:22:40.209 INFO O| May 08 21:22:40.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56602025-05-08T21:22:41.052Z[ recovery-image] May 08 21:22:40.209 INFO O| May 08 21:22:40.209 INFO STEP 400 (remove_files) COMPLETE
56612025-05-08T21:22:41.052Z[ recovery-image] May 08 21:22:40.209 INFO O| May 08 21:22:40.209 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-05-08T21:22:41.074Z[ recovery-image] May 08 21:22:40.235 INFO O| May 08 21:22:40.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56632025-05-08T21:22:41.074Z[ recovery-image] May 08 21:22:40.235 INFO O| May 08 21:22:40.235 INFO STEP 401 (remove_files) COMPLETE
56642025-05-08T21:22:41.074Z[ recovery-image] May 08 21:22:40.235 INFO O| May 08 21:22:40.235 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-05-08T21:22:41.096Z[ recovery-image] May 08 21:22:40.256 INFO O| May 08 21:22:40.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56662025-05-08T21:22:41.096Z[ recovery-image] May 08 21:22:40.257 INFO O| May 08 21:22:40.256 INFO STEP 402 (remove_files) COMPLETE
56672025-05-08T21:22:41.096Z[ recovery-image] May 08 21:22:40.257 INFO O| May 08 21:22:40.256 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-05-08T21:22:41.129Z[ recovery-image] May 08 21:22:40.289 INFO O| May 08 21:22:40.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56692025-05-08T21:22:41.129Z[ recovery-image] May 08 21:22:40.289 INFO O| May 08 21:22:40.289 INFO STEP 403 (remove_files) COMPLETE
56702025-05-08T21:22:41.129Z[ recovery-image] May 08 21:22:40.289 INFO O| May 08 21:22:40.289 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-05-08T21:22:41.151Z[ recovery-image] May 08 21:22:40.312 INFO O| May 08 21:22:40.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56722025-05-08T21:22:41.151Z[ recovery-image] May 08 21:22:40.312 INFO O| May 08 21:22:40.312 INFO STEP 404 (remove_files) COMPLETE
56732025-05-08T21:22:41.151Z[ recovery-image] May 08 21:22:40.312 INFO O| May 08 21:22:40.312 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-05-08T21:22:41.174Z[ recovery-image] May 08 21:22:40.333 INFO O| May 08 21:22:40.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56752025-05-08T21:22:41.174Z[ recovery-image] May 08 21:22:40.333 INFO O| May 08 21:22:40.333 INFO STEP 405 (remove_files) COMPLETE
56762025-05-08T21:22:41.177Z[ recovery-image] May 08 21:22:40.333 INFO O| May 08 21:22:40.333 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-05-08T21:22:41.208Z[ recovery-image] May 08 21:22:40.368 INFO O| May 08 21:22:40.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56782025-05-08T21:22:41.212Z[ recovery-image] May 08 21:22:40.368 INFO O| May 08 21:22:40.368 INFO STEP 406 (remove_files) COMPLETE
56792025-05-08T21:22:41.212Z[ recovery-image] May 08 21:22:40.369 INFO O| May 08 21:22:40.368 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-05-08T21:22:41.245Z[ recovery-image] May 08 21:22:40.406 INFO O| May 08 21:22:40.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56812025-05-08T21:22:41.245Z[ recovery-image] May 08 21:22:40.406 INFO O| May 08 21:22:40.406 INFO STEP 407 (remove_files) COMPLETE
56822025-05-08T21:22:41.245Z[ recovery-image] May 08 21:22:40.406 INFO O| May 08 21:22:40.406 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-05-08T21:22:41.279Z[ recovery-image] May 08 21:22:40.440 INFO O| May 08 21:22:40.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56842025-05-08T21:22:41.280Z[ recovery-image] May 08 21:22:40.440 INFO O| May 08 21:22:40.440 INFO STEP 408 (remove_files) COMPLETE
56852025-05-08T21:22:41.280Z[ recovery-image] May 08 21:22:40.440 INFO O| May 08 21:22:40.440 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-05-08T21:22:41.303Z[ recovery-image] May 08 21:22:40.463 INFO O| May 08 21:22:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56872025-05-08T21:22:41.306Z[ recovery-image] May 08 21:22:40.463 INFO O| May 08 21:22:40.463 INFO STEP 409 (remove_files) COMPLETE
56882025-05-08T21:22:41.306Z[ recovery-image] May 08 21:22:40.464 INFO O| May 08 21:22:40.463 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-05-08T21:22:41.326Z[ recovery-image] May 08 21:22:40.486 INFO O| May 08 21:22:40.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56902025-05-08T21:22:41.329Z[ recovery-image] May 08 21:22:40.486 INFO O| May 08 21:22:40.486 INFO STEP 410 (remove_files) COMPLETE
56912025-05-08T21:22:41.329Z[ recovery-image] May 08 21:22:40.486 INFO O| May 08 21:22:40.486 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-05-08T21:22:41.346Z[ recovery-image] May 08 21:22:40.507 INFO O| May 08 21:22:40.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56932025-05-08T21:22:41.349Z[ recovery-image] May 08 21:22:40.507 INFO O| May 08 21:22:40.507 INFO STEP 411 (remove_files) COMPLETE
56942025-05-08T21:22:41.349Z[ recovery-image] May 08 21:22:40.507 INFO O| May 08 21:22:40.507 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-05-08T21:22:41.366Z[ recovery-image] May 08 21:22:40.527 INFO O| May 08 21:22:40.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56962025-05-08T21:22:41.366Z[ recovery-image] May 08 21:22:40.527 INFO O| May 08 21:22:40.527 INFO STEP 412 (remove_files) COMPLETE
56972025-05-08T21:22:41.366Z[ recovery-image] May 08 21:22:40.527 INFO O| May 08 21:22:40.527 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-05-08T21:22:41.386Z[ recovery-image] May 08 21:22:40.545 INFO O| May 08 21:22:40.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56992025-05-08T21:22:41.386Z[ recovery-image] May 08 21:22:40.546 INFO O| May 08 21:22:40.545 INFO STEP 413 (remove_files) COMPLETE
57002025-05-08T21:22:41.386Z[ recovery-image] May 08 21:22:40.546 INFO O| May 08 21:22:40.546 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-05-08T21:22:41.412Z[ recovery-image] May 08 21:22:40.566 INFO O| May 08 21:22:40.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57022025-05-08T21:22:41.412Z[ recovery-image] May 08 21:22:40.566 INFO O| May 08 21:22:40.566 INFO STEP 414 (remove_files) COMPLETE
57032025-05-08T21:22:41.415Z[ recovery-image] May 08 21:22:40.566 INFO O| May 08 21:22:40.566 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-05-08T21:22:41.423Z[ recovery-image] May 08 21:22:40.583 INFO O| May 08 21:22:40.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57052025-05-08T21:22:41.423Z[ recovery-image] May 08 21:22:40.583 INFO O| May 08 21:22:40.583 INFO STEP 415 (remove_files) COMPLETE
57062025-05-08T21:22:41.426Z[ recovery-image] May 08 21:22:40.583 INFO O| May 08 21:22:40.583 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-05-08T21:22:41.440Z[ recovery-image] May 08 21:22:40.600 INFO O| May 08 21:22:40.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57082025-05-08T21:22:41.440Z[ recovery-image] May 08 21:22:40.601 INFO O| May 08 21:22:40.601 INFO STEP 416 (remove_files) COMPLETE
57092025-05-08T21:22:41.440Z[ recovery-image] May 08 21:22:40.601 INFO O| May 08 21:22:40.601 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-05-08T21:22:41.459Z[ recovery-image] May 08 21:22:40.617 INFO O| May 08 21:22:40.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57112025-05-08T21:22:41.459Z[ recovery-image] May 08 21:22:40.617 INFO O| May 08 21:22:40.617 INFO STEP 417 (remove_files) COMPLETE
57122025-05-08T21:22:41.459Z[ recovery-image] May 08 21:22:40.617 INFO O| May 08 21:22:40.617 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-05-08T21:22:41.474Z[ recovery-image] May 08 21:22:40.634 INFO O| May 08 21:22:40.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57142025-05-08T21:22:41.474Z[ recovery-image] May 08 21:22:40.634 INFO O| May 08 21:22:40.634 INFO STEP 418 (remove_files) COMPLETE
57152025-05-08T21:22:41.477Z[ recovery-image] May 08 21:22:40.635 INFO O| May 08 21:22:40.634 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-05-08T21:22:41.491Z[ recovery-image] May 08 21:22:40.651 INFO O| May 08 21:22:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57172025-05-08T21:22:41.491Z[ recovery-image] May 08 21:22:40.651 INFO O| May 08 21:22:40.651 INFO STEP 419 (remove_files) COMPLETE
57182025-05-08T21:22:41.494Z[ recovery-image] May 08 21:22:40.651 INFO O| May 08 21:22:40.651 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-05-08T21:22:41.512Z[ recovery-image] May 08 21:22:40.672 INFO O| May 08 21:22:40.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57202025-05-08T21:22:41.512Z[ recovery-image] May 08 21:22:40.672 INFO O| May 08 21:22:40.672 INFO STEP 420 (remove_files) COMPLETE
57212025-05-08T21:22:41.515Z[ recovery-image] May 08 21:22:40.672 INFO O| May 08 21:22:40.672 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-05-08T21:22:41.544Z[ recovery-image] May 08 21:22:40.705 INFO O| May 08 21:22:40.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57232025-05-08T21:22:41.545Z[ recovery-image] May 08 21:22:40.705 INFO O| May 08 21:22:40.705 INFO STEP 421 (remove_files) COMPLETE
57242025-05-08T21:22:41.545Z[ recovery-image] May 08 21:22:40.705 INFO O| May 08 21:22:40.705 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-05-08T21:22:41.572Z[ recovery-image] May 08 21:22:40.732 INFO O| May 08 21:22:40.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57262025-05-08T21:22:41.572Z[ recovery-image] May 08 21:22:40.732 INFO O| May 08 21:22:40.732 INFO STEP 422 (remove_files) COMPLETE
57272025-05-08T21:22:41.572Z[ recovery-image] May 08 21:22:40.732 INFO O| May 08 21:22:40.732 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-05-08T21:22:41.613Z[ recovery-image] May 08 21:22:40.773 INFO O| May 08 21:22:40.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57292025-05-08T21:22:41.616Z[ recovery-image] May 08 21:22:40.773 INFO O| May 08 21:22:40.773 INFO STEP 423 (remove_files) COMPLETE
57302025-05-08T21:22:41.616Z[ recovery-image] May 08 21:22:40.773 INFO O| May 08 21:22:40.773 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-05-08T21:22:41.634Z[ recovery-image] May 08 21:22:40.794 INFO O| May 08 21:22:40.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57322025-05-08T21:22:41.637Z[ recovery-image] May 08 21:22:40.794 INFO O| May 08 21:22:40.794 INFO STEP 424 (remove_files) COMPLETE
57332025-05-08T21:22:41.637Z[ recovery-image] May 08 21:22:40.795 INFO O| May 08 21:22:40.794 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-05-08T21:22:41.653Z[ recovery-image] May 08 21:22:40.813 INFO O| May 08 21:22:40.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57352025-05-08T21:22:41.656Z[ recovery-image] May 08 21:22:40.814 INFO O| May 08 21:22:40.813 INFO STEP 425 (remove_files) COMPLETE
57362025-05-08T21:22:41.656Z[ recovery-image] May 08 21:22:40.814 INFO O| May 08 21:22:40.814 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-05-08T21:22:41.671Z[ recovery-image] May 08 21:22:40.831 INFO O| May 08 21:22:40.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57382025-05-08T21:22:41.675Z[ recovery-image] May 08 21:22:40.832 INFO O| May 08 21:22:40.832 INFO STEP 426 (remove_files) COMPLETE
57392025-05-08T21:22:41.675Z[ recovery-image] May 08 21:22:40.832 INFO O| May 08 21:22:40.832 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-05-08T21:22:41.714Z[ recovery-image] May 08 21:22:40.874 INFO O| May 08 21:22:40.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57412025-05-08T21:22:41.717Z[ recovery-image] May 08 21:22:40.874 INFO O| May 08 21:22:40.874 INFO STEP 427 (remove_files) COMPLETE
57422025-05-08T21:22:41.717Z[ recovery-image] May 08 21:22:40.874 INFO O| May 08 21:22:40.874 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-05-08T21:22:41.752Z[ recovery-image] May 08 21:22:40.912 INFO O| May 08 21:22:40.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57442025-05-08T21:22:41.752Z[ recovery-image] May 08 21:22:40.912 INFO O| May 08 21:22:40.912 INFO STEP 428 (remove_files) COMPLETE
57452025-05-08T21:22:41.752Z[ recovery-image] May 08 21:22:40.912 INFO O| May 08 21:22:40.912 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-05-08T21:22:41.788Z[ recovery-image] May 08 21:22:40.949 INFO O| May 08 21:22:40.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57472025-05-08T21:22:41.789Z[ recovery-image] May 08 21:22:40.949 INFO O| May 08 21:22:40.949 INFO STEP 429 (remove_files) COMPLETE
57482025-05-08T21:22:41.792Z[ recovery-image] May 08 21:22:40.949 INFO O| May 08 21:22:40.949 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-05-08T21:22:41.808Z[ recovery-image] May 08 21:22:40.968 INFO O| May 08 21:22:40.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57502025-05-08T21:22:41.808Z[ recovery-image] May 08 21:22:40.968 INFO O| May 08 21:22:40.968 INFO STEP 430 (remove_files) COMPLETE
57512025-05-08T21:22:41.808Z[ recovery-image] May 08 21:22:40.968 INFO O| May 08 21:22:40.968 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-05-08T21:22:41.839Z[ recovery-image] May 08 21:22:40.999 INFO O| May 08 21:22:40.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57532025-05-08T21:22:41.839Z[ recovery-image] May 08 21:22:40.999 INFO O| May 08 21:22:40.999 INFO STEP 431 (remove_files) COMPLETE
57542025-05-08T21:22:41.845Z[ recovery-image] May 08 21:22:40.999 INFO O| May 08 21:22:40.999 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-05-08T21:22:41.857Z[ recovery-image] May 08 21:22:41.018 INFO O| May 08 21:22:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57562025-05-08T21:22:41.861Z[ recovery-image] May 08 21:22:41.018 INFO O| May 08 21:22:41.018 INFO STEP 432 (remove_files) COMPLETE
57572025-05-08T21:22:41.861Z[ recovery-image] May 08 21:22:41.018 INFO O| May 08 21:22:41.018 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-05-08T21:22:41.876Z[ recovery-image] May 08 21:22:41.036 INFO O| May 08 21:22:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57592025-05-08T21:22:41.879Z[ recovery-image] May 08 21:22:41.036 INFO O| May 08 21:22:41.036 INFO STEP 433 (remove_files) COMPLETE
57602025-05-08T21:22:41.879Z[ recovery-image] May 08 21:22:41.036 INFO O| May 08 21:22:41.036 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-05-08T21:22:41.897Z[ recovery-image] May 08 21:22:41.057 INFO O| May 08 21:22:41.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57622025-05-08T21:22:41.900Z[ recovery-image] May 08 21:22:41.057 INFO O| May 08 21:22:41.057 INFO STEP 434 (remove_files) COMPLETE
57632025-05-08T21:22:41.900Z[ recovery-image] May 08 21:22:41.057 INFO O| May 08 21:22:41.057 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-05-08T21:22:41.938Z[ recovery-image] May 08 21:22:41.098 INFO O| May 08 21:22:41.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57652025-05-08T21:22:41.938Z[ recovery-image] May 08 21:22:41.098 INFO O| May 08 21:22:41.098 INFO STEP 435 (remove_files) COMPLETE
57662025-05-08T21:22:41.938Z[ recovery-image] May 08 21:22:41.098 INFO O| May 08 21:22:41.098 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-05-08T21:22:41.985Z[ recovery-image] May 08 21:22:41.145 INFO O| May 08 21:22:41.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57682025-05-08T21:22:41.985Z[ recovery-image] May 08 21:22:41.146 INFO O| May 08 21:22:41.146 INFO STEP 436 (remove_files) COMPLETE
57692025-05-08T21:22:41.985Z[ recovery-image] May 08 21:22:41.146 INFO O| May 08 21:22:41.146 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-05-08T21:22:42.004Z[ recovery-image] May 08 21:22:41.164 INFO O| May 08 21:22:41.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57712025-05-08T21:22:42.004Z[ recovery-image] May 08 21:22:41.164 INFO O| May 08 21:22:41.164 INFO STEP 437 (remove_files) COMPLETE
57722025-05-08T21:22:42.004Z[ recovery-image] May 08 21:22:41.164 INFO O| May 08 21:22:41.164 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-05-08T21:22:42.036Z[ recovery-image] May 08 21:22:41.196 INFO O| May 08 21:22:41.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57742025-05-08T21:22:42.056Z[ recovery-image] May 08 21:22:41.216 INFO O| May 08 21:22:41.216 INFO STEP 438 (remove_files) COMPLETE
57752025-05-08T21:22:42.056Z[ recovery-image] May 08 21:22:41.216 INFO O| May 08 21:22:41.216 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-05-08T21:22:42.078Z[ recovery-image] May 08 21:22:41.239 INFO O| May 08 21:22:41.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57772025-05-08T21:22:42.079Z[ recovery-image] May 08 21:22:41.239 INFO O| May 08 21:22:41.239 INFO STEP 439 (remove_files) COMPLETE
57782025-05-08T21:22:42.079Z[ recovery-image] May 08 21:22:41.239 INFO O| May 08 21:22:41.239 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-05-08T21:22:42.108Z[ recovery-image] May 08 21:22:41.268 INFO O| May 08 21:22:41.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57802025-05-08T21:22:42.111Z[ recovery-image] May 08 21:22:41.268 INFO O| May 08 21:22:41.260 INFO STEP 440 (remove_files) COMPLETE
57812025-05-08T21:22:42.111Z[ recovery-image] May 08 21:22:41.268 INFO O| May 08 21:22:41.260 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-05-08T21:22:42.160Z[ recovery-image] May 08 21:22:41.320 INFO O| May 08 21:22:41.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57832025-05-08T21:22:42.160Z[ recovery-image] May 08 21:22:41.320 INFO O| May 08 21:22:41.320 INFO STEP 441 (remove_files) COMPLETE
57842025-05-08T21:22:42.160Z[ recovery-image] May 08 21:22:41.320 INFO O| May 08 21:22:41.320 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-05-08T21:22:42.183Z[ recovery-image] May 08 21:22:41.341 INFO O| May 08 21:22:41.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57862025-05-08T21:22:42.183Z[ recovery-image] May 08 21:22:41.341 INFO O| May 08 21:22:41.341 INFO STEP 442 (remove_files) COMPLETE
57872025-05-08T21:22:42.183Z[ recovery-image] May 08 21:22:41.341 INFO O| May 08 21:22:41.341 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-05-08T21:22:42.201Z[ recovery-image] May 08 21:22:41.362 INFO O| May 08 21:22:41.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57892025-05-08T21:22:42.202Z[ recovery-image] May 08 21:22:41.362 INFO O| May 08 21:22:41.362 INFO STEP 443 (remove_files) COMPLETE
57902025-05-08T21:22:42.202Z[ recovery-image] May 08 21:22:41.362 INFO O| May 08 21:22:41.362 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-05-08T21:22:42.286Z[ recovery-image] May 08 21:22:41.446 INFO O| May 08 21:22:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57922025-05-08T21:22:42.286Z[ recovery-image] May 08 21:22:41.446 INFO O| May 08 21:22:41.446 INFO STEP 444 (remove_files) COMPLETE
57932025-05-08T21:22:42.289Z[ recovery-image] May 08 21:22:41.446 INFO O| May 08 21:22:41.446 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-05-08T21:22:42.307Z[ recovery-image] May 08 21:22:41.467 INFO O| May 08 21:22:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57952025-05-08T21:22:42.307Z[ recovery-image] May 08 21:22:41.467 INFO O| May 08 21:22:41.467 INFO STEP 445 (remove_files) COMPLETE
57962025-05-08T21:22:42.307Z[ recovery-image] May 08 21:22:41.467 INFO O| May 08 21:22:41.467 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-05-08T21:22:42.341Z[ recovery-image] May 08 21:22:41.501 INFO O| May 08 21:22:41.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57982025-05-08T21:22:42.341Z[ recovery-image] May 08 21:22:41.501 INFO O| May 08 21:22:41.501 INFO STEP 446 (remove_files) COMPLETE
57992025-05-08T21:22:42.341Z[ recovery-image] May 08 21:22:41.501 INFO O| May 08 21:22:41.501 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-05-08T21:22:42.401Z[ recovery-image] May 08 21:22:41.561 INFO O| May 08 21:22:41.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58012025-05-08T21:22:42.401Z[ recovery-image] May 08 21:22:41.561 INFO O| May 08 21:22:41.561 INFO STEP 447 (remove_files) COMPLETE
58022025-05-08T21:22:42.401Z[ recovery-image] May 08 21:22:41.561 INFO O| May 08 21:22:41.561 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-05-08T21:22:42.461Z[ recovery-image] May 08 21:22:41.621 INFO O| May 08 21:22:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58042025-05-08T21:22:42.461Z[ recovery-image] May 08 21:22:41.621 INFO O| May 08 21:22:41.621 INFO STEP 448 (remove_files) COMPLETE
58052025-05-08T21:22:42.465Z[ recovery-image] May 08 21:22:41.621 INFO O| May 08 21:22:41.621 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-05-08T21:22:42.503Z[ recovery-image] May 08 21:22:41.664 INFO O| May 08 21:22:41.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58072025-05-08T21:22:42.507Z[ recovery-image] May 08 21:22:41.664 INFO O| May 08 21:22:41.664 INFO STEP 449 (remove_files) COMPLETE
58082025-05-08T21:22:42.507Z[ recovery-image] May 08 21:22:41.664 INFO O| May 08 21:22:41.664 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-05-08T21:22:42.526Z[ recovery-image] May 08 21:22:41.686 INFO O| May 08 21:22:41.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58102025-05-08T21:22:42.529Z[ recovery-image] May 08 21:22:41.686 INFO O| May 08 21:22:41.686 INFO STEP 450 (remove_files) COMPLETE
58112025-05-08T21:22:42.529Z[ recovery-image] May 08 21:22:41.686 INFO O| May 08 21:22:41.686 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-05-08T21:22:42.568Z[ recovery-image] May 08 21:22:41.728 INFO O| May 08 21:22:41.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58132025-05-08T21:22:42.571Z[ recovery-image] May 08 21:22:41.728 INFO O| May 08 21:22:41.728 INFO STEP 451 (remove_files) COMPLETE
58142025-05-08T21:22:42.571Z[ recovery-image] May 08 21:22:41.729 INFO O| May 08 21:22:41.728 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-05-08T21:22:42.593Z[ recovery-image] May 08 21:22:41.753 INFO O| May 08 21:22:41.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58162025-05-08T21:22:42.596Z[ recovery-image] May 08 21:22:41.754 INFO O| May 08 21:22:41.753 INFO STEP 452 (remove_files) COMPLETE
58172025-05-08T21:22:42.596Z[ recovery-image] May 08 21:22:41.754 INFO O| May 08 21:22:41.754 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-05-08T21:22:42.616Z[ recovery-image] May 08 21:22:41.776 INFO O| May 08 21:22:41.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58192025-05-08T21:22:42.616Z[ recovery-image] May 08 21:22:41.776 INFO O| May 08 21:22:41.776 INFO STEP 453 (remove_files) COMPLETE
58202025-05-08T21:22:42.616Z[ recovery-image] May 08 21:22:41.776 INFO O| May 08 21:22:41.776 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-05-08T21:22:42.639Z[ recovery-image] May 08 21:22:41.797 INFO O| May 08 21:22:41.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58222025-05-08T21:22:42.639Z[ recovery-image] May 08 21:22:41.797 INFO O| May 08 21:22:41.797 INFO STEP 454 (remove_files) COMPLETE
58232025-05-08T21:22:42.639Z[ recovery-image] May 08 21:22:41.797 INFO O| May 08 21:22:41.797 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-05-08T21:22:42.657Z[ recovery-image] May 08 21:22:41.818 INFO O| May 08 21:22:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58252025-05-08T21:22:42.661Z[ recovery-image] May 08 21:22:41.818 INFO O| May 08 21:22:41.818 INFO STEP 455 (remove_files) COMPLETE
58262025-05-08T21:22:42.661Z[ recovery-image] May 08 21:22:41.818 INFO O| May 08 21:22:41.818 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-05-08T21:22:42.706Z[ recovery-image] May 08 21:22:41.866 INFO O| May 08 21:22:41.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58282025-05-08T21:22:42.709Z[ recovery-image] May 08 21:22:41.866 INFO O| May 08 21:22:41.866 INFO STEP 456 (remove_files) COMPLETE
58292025-05-08T21:22:42.709Z[ recovery-image] May 08 21:22:41.866 INFO O| May 08 21:22:41.866 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-05-08T21:22:42.745Z[ recovery-image] May 08 21:22:41.906 INFO O| May 08 21:22:41.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58312025-05-08T21:22:42.746Z[ recovery-image] May 08 21:22:41.906 INFO O| May 08 21:22:41.906 INFO STEP 457 (remove_files) COMPLETE
58322025-05-08T21:22:42.746Z[ recovery-image] May 08 21:22:41.906 INFO O| May 08 21:22:41.906 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-05-08T21:22:42.780Z[ recovery-image] May 08 21:22:41.930 INFO O| May 08 21:22:41.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58342025-05-08T21:22:42.780Z[ recovery-image] May 08 21:22:41.930 INFO O| May 08 21:22:41.930 INFO STEP 458 (remove_files) COMPLETE
58352025-05-08T21:22:42.783Z[ recovery-image] May 08 21:22:41.930 INFO O| May 08 21:22:41.930 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-05-08T21:22:42.791Z[ recovery-image] May 08 21:22:41.951 INFO O| May 08 21:22:41.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58372025-05-08T21:22:42.794Z[ recovery-image] May 08 21:22:41.952 INFO O| May 08 21:22:41.952 INFO STEP 459 (remove_files) COMPLETE
58382025-05-08T21:22:42.794Z[ recovery-image] May 08 21:22:41.952 INFO O| May 08 21:22:41.952 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-05-08T21:22:42.810Z[ recovery-image] May 08 21:22:41.970 INFO O| May 08 21:22:41.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58402025-05-08T21:22:42.810Z[ recovery-image] May 08 21:22:41.971 INFO O| May 08 21:22:41.970 INFO STEP 460 (remove_files) COMPLETE
58412025-05-08T21:22:42.813Z[ recovery-image] May 08 21:22:41.971 INFO O| May 08 21:22:41.970 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-05-08T21:22:42.828Z[ recovery-image] May 08 21:22:41.988 INFO O| May 08 21:22:41.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58432025-05-08T21:22:42.828Z[ recovery-image] May 08 21:22:41.988 INFO O| May 08 21:22:41.988 INFO STEP 461 (remove_files) COMPLETE
58442025-05-08T21:22:42.828Z[ recovery-image] May 08 21:22:41.988 INFO O| May 08 21:22:41.988 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-05-08T21:22:42.851Z[ recovery-image] May 08 21:22:42.012 INFO O| May 08 21:22:42.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58462025-05-08T21:22:42.854Z[ recovery-image] May 08 21:22:42.012 INFO O| May 08 21:22:42.012 INFO STEP 462 (remove_files) COMPLETE
58472025-05-08T21:22:42.855Z[ recovery-image] May 08 21:22:42.012 INFO O| May 08 21:22:42.012 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-05-08T21:22:42.876Z[ recovery-image] May 08 21:22:42.036 INFO O| May 08 21:22:42.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58492025-05-08T21:22:42.876Z[ recovery-image] May 08 21:22:42.036 INFO O| May 08 21:22:42.036 INFO STEP 463 (remove_files) COMPLETE
58502025-05-08T21:22:42.876Z[ recovery-image] May 08 21:22:42.036 INFO O| May 08 21:22:42.036 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-05-08T21:22:42.894Z[ recovery-image] May 08 21:22:42.055 INFO O| May 08 21:22:42.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58522025-05-08T21:22:42.894Z[ recovery-image] May 08 21:22:42.055 INFO O| May 08 21:22:42.055 INFO STEP 464 (remove_files) COMPLETE
58532025-05-08T21:22:42.894Z[ recovery-image] May 08 21:22:42.055 INFO O| May 08 21:22:42.055 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-05-08T21:22:42.912Z[ recovery-image] May 08 21:22:42.072 INFO O| May 08 21:22:42.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58552025-05-08T21:22:42.912Z[ recovery-image] May 08 21:22:42.072 INFO O| May 08 21:22:42.072 INFO STEP 465 (remove_files) COMPLETE
58562025-05-08T21:22:42.912Z[ recovery-image] May 08 21:22:42.072 INFO O| May 08 21:22:42.072 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-05-08T21:22:42.933Z[ recovery-image] May 08 21:22:42.093 INFO O| May 08 21:22:42.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58582025-05-08T21:22:42.933Z[ recovery-image] May 08 21:22:42.093 INFO O| May 08 21:22:42.093 INFO STEP 466 (remove_files) COMPLETE
58592025-05-08T21:22:42.936Z[ recovery-image] May 08 21:22:42.093 INFO O| May 08 21:22:42.093 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-05-08T21:22:42.976Z[ recovery-image] May 08 21:22:42.137 INFO O| May 08 21:22:42.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58612025-05-08T21:22:42.976Z[ recovery-image] May 08 21:22:42.137 INFO O| May 08 21:22:42.137 INFO STEP 467 (remove_files) COMPLETE
58622025-05-08T21:22:42.980Z[ recovery-image] May 08 21:22:42.137 INFO O| May 08 21:22:42.137 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-05-08T21:22:42.995Z[ recovery-image] May 08 21:22:42.155 INFO O| May 08 21:22:42.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58642025-05-08T21:22:42.995Z[ recovery-image] May 08 21:22:42.155 INFO O| May 08 21:22:42.155 INFO STEP 468 (remove_files) COMPLETE
58652025-05-08T21:22:42.995Z[ recovery-image] May 08 21:22:42.155 INFO O| May 08 21:22:42.155 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-05-08T21:22:43.026Z[ recovery-image] May 08 21:22:42.186 INFO O| May 08 21:22:42.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58672025-05-08T21:22:43.026Z[ recovery-image] May 08 21:22:42.186 INFO O| May 08 21:22:42.186 INFO STEP 469 (remove_files) COMPLETE
58682025-05-08T21:22:43.029Z[ recovery-image] May 08 21:22:42.186 INFO O| May 08 21:22:42.186 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-05-08T21:22:43.088Z[ recovery-image] May 08 21:22:42.248 INFO O| May 08 21:22:42.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58702025-05-08T21:22:43.088Z[ recovery-image] May 08 21:22:42.248 INFO O| May 08 21:22:42.248 INFO STEP 470 (remove_files) COMPLETE
58712025-05-08T21:22:43.092Z[ recovery-image] May 08 21:22:42.248 INFO O| May 08 21:22:42.248 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-05-08T21:22:43.122Z[ recovery-image] May 08 21:22:42.281 INFO O| May 08 21:22:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58732025-05-08T21:22:43.122Z[ recovery-image] May 08 21:22:42.281 INFO O| May 08 21:22:42.281 INFO STEP 471 (remove_files) COMPLETE
58742025-05-08T21:22:43.122Z[ recovery-image] May 08 21:22:42.281 INFO O| May 08 21:22:42.281 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-05-08T21:22:43.180Z[ recovery-image] May 08 21:22:42.340 INFO O| May 08 21:22:42.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58762025-05-08T21:22:43.180Z[ recovery-image] May 08 21:22:42.340 INFO O| May 08 21:22:42.340 INFO STEP 472 (remove_files) COMPLETE
58772025-05-08T21:22:43.180Z[ recovery-image] May 08 21:22:42.340 INFO O| May 08 21:22:42.340 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-05-08T21:22:43.220Z[ recovery-image] May 08 21:22:42.379 INFO O| May 08 21:22:42.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58792025-05-08T21:22:43.220Z[ recovery-image] May 08 21:22:42.379 INFO O| May 08 21:22:42.379 INFO STEP 473 (remove_files) COMPLETE
58802025-05-08T21:22:43.220Z[ recovery-image] May 08 21:22:42.379 INFO O| May 08 21:22:42.379 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-05-08T21:22:43.276Z[ recovery-image] May 08 21:22:42.436 INFO O| May 08 21:22:42.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58822025-05-08T21:22:43.276Z[ recovery-image] May 08 21:22:42.436 INFO O| May 08 21:22:42.436 INFO STEP 474 (remove_files) COMPLETE
58832025-05-08T21:22:43.280Z[ recovery-image] May 08 21:22:42.437 INFO O| May 08 21:22:42.436 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-05-08T21:22:43.322Z[ recovery-image] May 08 21:22:42.482 INFO O| May 08 21:22:42.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58852025-05-08T21:22:43.322Z[ recovery-image] May 08 21:22:42.482 INFO O| May 08 21:22:42.482 INFO STEP 475 (remove_files) COMPLETE
58862025-05-08T21:22:43.322Z[ recovery-image] May 08 21:22:42.482 INFO O| May 08 21:22:42.482 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-05-08T21:22:43.366Z[ recovery-image] May 08 21:22:42.526 INFO O| May 08 21:22:42.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58882025-05-08T21:22:43.366Z[ recovery-image] May 08 21:22:42.526 INFO O| May 08 21:22:42.526 INFO STEP 476 (remove_files) COMPLETE
58892025-05-08T21:22:43.366Z[ recovery-image] May 08 21:22:42.526 INFO O| May 08 21:22:42.526 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-05-08T21:22:43.385Z[ recovery-image] May 08 21:22:42.545 INFO O| May 08 21:22:42.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58912025-05-08T21:22:43.385Z[ recovery-image] May 08 21:22:42.545 INFO O| May 08 21:22:42.545 INFO STEP 477 (remove_files) COMPLETE
58922025-05-08T21:22:43.385Z[ recovery-image] May 08 21:22:42.545 INFO O| May 08 21:22:42.545 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-05-08T21:22:43.407Z[ recovery-image] May 08 21:22:42.567 INFO O| May 08 21:22:42.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58942025-05-08T21:22:43.425Z[ recovery-image] May 08 21:22:42.585 INFO O| May 08 21:22:42.585 INFO STEP 478 (remove_files) COMPLETE
58952025-05-08T21:22:43.425Z[ recovery-image] May 08 21:22:42.585 INFO O| May 08 21:22:42.585 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-05-08T21:22:43.452Z[ recovery-image] May 08 21:22:42.606 INFO O| May 08 21:22:42.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58972025-05-08T21:22:43.452Z[ recovery-image] May 08 21:22:42.607 INFO O| May 08 21:22:42.607 INFO STEP 479 (remove_files) COMPLETE
58982025-05-08T21:22:43.455Z[ recovery-image] May 08 21:22:42.607 INFO O| May 08 21:22:42.607 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-05-08T21:22:43.464Z[ recovery-image] May 08 21:22:42.624 INFO O| May 08 21:22:42.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59002025-05-08T21:22:43.468Z[ recovery-image] May 08 21:22:42.625 INFO O| May 08 21:22:42.625 INFO STEP 480 (remove_files) COMPLETE
59012025-05-08T21:22:43.468Z[ recovery-image] May 08 21:22:42.625 INFO O| May 08 21:22:42.625 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-05-08T21:22:43.483Z[ recovery-image] May 08 21:22:42.642 INFO O| May 08 21:22:42.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59032025-05-08T21:22:43.486Z[ recovery-image] May 08 21:22:42.643 INFO O| May 08 21:22:42.643 INFO STEP 481 (remove_files) COMPLETE
59042025-05-08T21:22:43.486Z[ recovery-image] May 08 21:22:42.643 INFO O| May 08 21:22:42.643 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-05-08T21:22:43.566Z[ recovery-image] May 08 21:22:42.726 INFO O| May 08 21:22:42.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59062025-05-08T21:22:43.569Z[ recovery-image] May 08 21:22:42.726 INFO O| May 08 21:22:42.726 INFO STEP 482 (remove_files) COMPLETE
59072025-05-08T21:22:43.569Z[ recovery-image] May 08 21:22:42.726 INFO O| May 08 21:22:42.726 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-05-08T21:22:43.586Z[ recovery-image] May 08 21:22:42.746 INFO O| May 08 21:22:42.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59092025-05-08T21:22:43.586Z[ recovery-image] May 08 21:22:42.746 INFO O| May 08 21:22:42.746 INFO STEP 483 (remove_files) COMPLETE
59102025-05-08T21:22:43.586Z[ recovery-image] May 08 21:22:42.746 INFO O| May 08 21:22:42.746 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-05-08T21:22:43.612Z[ recovery-image] May 08 21:22:42.772 INFO O| May 08 21:22:42.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59122025-05-08T21:22:43.615Z[ recovery-image] May 08 21:22:42.772 INFO O| May 08 21:22:42.772 INFO STEP 484 (remove_files) COMPLETE
59132025-05-08T21:22:43.615Z[ recovery-image] May 08 21:22:42.772 INFO O| May 08 21:22:42.772 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-05-08T21:22:43.631Z[ recovery-image] May 08 21:22:42.791 INFO O| May 08 21:22:42.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59152025-05-08T21:22:43.653Z[ recovery-image] May 08 21:22:42.813 INFO O| May 08 21:22:42.813 INFO STEP 485 (remove_files) COMPLETE
59162025-05-08T21:22:43.654Z[ recovery-image] May 08 21:22:42.813 INFO O| May 08 21:22:42.813 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-05-08T21:22:43.724Z[ recovery-image] May 08 21:22:42.884 INFO O| May 08 21:22:42.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59182025-05-08T21:22:43.724Z[ recovery-image] May 08 21:22:42.884 INFO O| May 08 21:22:42.884 INFO STEP 486 (remove_files) COMPLETE
59192025-05-08T21:22:43.724Z[ recovery-image] May 08 21:22:42.884 INFO O| May 08 21:22:42.884 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-05-08T21:22:43.746Z[ recovery-image] May 08 21:22:42.906 INFO O| May 08 21:22:42.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59212025-05-08T21:22:43.746Z[ recovery-image] May 08 21:22:42.906 INFO O| May 08 21:22:42.906 INFO STEP 487 (remove_files) COMPLETE
59222025-05-08T21:22:43.746Z[ recovery-image] May 08 21:22:42.906 INFO O| May 08 21:22:42.906 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-05-08T21:22:43.769Z[ recovery-image] May 08 21:22:42.929 INFO O| May 08 21:22:42.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59242025-05-08T21:22:43.769Z[ recovery-image] May 08 21:22:42.929 INFO O| May 08 21:22:42.929 INFO STEP 488 (remove_files) COMPLETE
59252025-05-08T21:22:43.769Z[ recovery-image] May 08 21:22:42.929 INFO O| May 08 21:22:42.929 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-05-08T21:22:43.793Z[ recovery-image] May 08 21:22:42.953 INFO O| May 08 21:22:42.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59272025-05-08T21:22:43.793Z[ recovery-image] May 08 21:22:42.953 INFO O| May 08 21:22:42.953 INFO STEP 489 (remove_files) COMPLETE
59282025-05-08T21:22:43.797Z[ recovery-image] May 08 21:22:42.953 INFO O| May 08 21:22:42.953 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-05-08T21:22:43.819Z[ recovery-image] May 08 21:22:42.979 INFO O| May 08 21:22:42.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59302025-05-08T21:22:43.819Z[ recovery-image] May 08 21:22:42.980 INFO O| May 08 21:22:42.980 INFO STEP 490 (remove_files) COMPLETE
59312025-05-08T21:22:43.822Z[ recovery-image] May 08 21:22:42.980 INFO O| May 08 21:22:42.980 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-05-08T21:22:43.856Z[ recovery-image] May 08 21:22:43.016 INFO O| May 08 21:22:43.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59332025-05-08T21:22:43.856Z[ recovery-image] May 08 21:22:43.016 INFO O| May 08 21:22:43.016 INFO STEP 491 (remove_files) COMPLETE
59342025-05-08T21:22:43.856Z[ recovery-image] May 08 21:22:43.016 INFO O| May 08 21:22:43.016 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-05-08T21:22:43.879Z[ recovery-image] May 08 21:22:43.039 INFO O| May 08 21:22:43.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59362025-05-08T21:22:43.879Z[ recovery-image] May 08 21:22:43.040 INFO O| May 08 21:22:43.040 INFO STEP 492 (remove_files) COMPLETE
59372025-05-08T21:22:43.883Z[ recovery-image] May 08 21:22:43.040 INFO O| May 08 21:22:43.040 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-05-08T21:22:43.902Z[ recovery-image] May 08 21:22:43.062 INFO O| May 08 21:22:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59392025-05-08T21:22:43.920Z[ recovery-image] May 08 21:22:43.079 INFO O| May 08 21:22:43.079 INFO STEP 493 (remove_files) COMPLETE
59402025-05-08T21:22:43.920Z[ recovery-image] May 08 21:22:43.079 INFO O| May 08 21:22:43.079 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-05-08T21:22:43.986Z[ recovery-image] May 08 21:22:43.146 INFO O| May 08 21:22:43.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59422025-05-08T21:22:43.986Z[ recovery-image] May 08 21:22:43.146 INFO O| May 08 21:22:43.146 INFO STEP 494 (remove_files) COMPLETE
59432025-05-08T21:22:43.986Z[ recovery-image] May 08 21:22:43.146 INFO O| May 08 21:22:43.146 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-05-08T21:22:44.004Z[ recovery-image] May 08 21:22:43.164 INFO O| May 08 21:22:43.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59452025-05-08T21:22:44.007Z[ recovery-image] May 08 21:22:43.164 INFO O| May 08 21:22:43.164 INFO STEP 495 (remove_files) COMPLETE
59462025-05-08T21:22:44.008Z[ recovery-image] May 08 21:22:43.164 INFO O| May 08 21:22:43.164 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-05-08T21:22:44.051Z[ recovery-image] May 08 21:22:43.210 INFO O| May 08 21:22:43.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59482025-05-08T21:22:44.051Z[ recovery-image] May 08 21:22:43.210 INFO O| May 08 21:22:43.210 INFO STEP 496 (remove_files) COMPLETE
59492025-05-08T21:22:44.055Z[ recovery-image] May 08 21:22:43.210 INFO O| May 08 21:22:43.210 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-05-08T21:22:44.074Z[ recovery-image] May 08 21:22:43.234 INFO O| May 08 21:22:43.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59512025-05-08T21:22:44.074Z[ recovery-image] May 08 21:22:43.234 INFO O| May 08 21:22:43.234 INFO STEP 497 (remove_files) COMPLETE
59522025-05-08T21:22:44.074Z[ recovery-image] May 08 21:22:43.234 INFO O| May 08 21:22:43.234 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-05-08T21:22:44.192Z[ recovery-image] May 08 21:22:43.333 INFO O| May 08 21:22:43.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59542025-05-08T21:22:44.192Z[ recovery-image] May 08 21:22:43.333 INFO O| May 08 21:22:43.333 INFO STEP 498 (remove_files) COMPLETE
59552025-05-08T21:22:44.193Z[ recovery-image] May 08 21:22:43.333 INFO O| May 08 21:22:43.333 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-05-08T21:22:44.196Z[ recovery-image] May 08 21:22:43.353 INFO O| May 08 21:22:43.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59572025-05-08T21:22:44.196Z[ recovery-image] May 08 21:22:43.354 INFO O| May 08 21:22:43.354 INFO STEP 499 (remove_files) COMPLETE
59582025-05-08T21:22:44.196Z[ recovery-image] May 08 21:22:43.354 INFO O| May 08 21:22:43.354 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-05-08T21:22:44.211Z[ recovery-image] May 08 21:22:43.371 INFO O| May 08 21:22:43.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59602025-05-08T21:22:44.214Z[ recovery-image] May 08 21:22:43.371 INFO O| May 08 21:22:43.371 INFO STEP 500 (remove_files) COMPLETE
59612025-05-08T21:22:44.214Z[ recovery-image] May 08 21:22:43.371 INFO O| May 08 21:22:43.371 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-05-08T21:22:44.241Z[ recovery-image] May 08 21:22:43.401 INFO O| May 08 21:22:43.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59632025-05-08T21:22:44.245Z[ recovery-image] May 08 21:22:43.402 INFO O| May 08 21:22:43.401 INFO STEP 501 (remove_files) COMPLETE
59642025-05-08T21:22:44.245Z[ recovery-image] May 08 21:22:43.402 INFO O| May 08 21:22:43.402 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-05-08T21:22:44.261Z[ recovery-image] May 08 21:22:43.421 INFO O| May 08 21:22:43.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59662025-05-08T21:22:44.264Z[ recovery-image] May 08 21:22:43.422 INFO O| May 08 21:22:43.421 INFO STEP 502 (remove_files) COMPLETE
59672025-05-08T21:22:44.264Z[ recovery-image] May 08 21:22:43.422 INFO O| May 08 21:22:43.422 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-05-08T21:22:44.282Z[ recovery-image] May 08 21:22:43.441 INFO O| May 08 21:22:43.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59692025-05-08T21:22:44.282Z[ recovery-image] May 08 21:22:43.442 INFO O| May 08 21:22:43.441 INFO STEP 503 (remove_files) COMPLETE
59702025-05-08T21:22:44.282Z[ recovery-image] May 08 21:22:43.442 INFO O| May 08 21:22:43.442 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-05-08T21:22:44.301Z[ recovery-image] May 08 21:22:43.460 INFO O| May 08 21:22:43.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59722025-05-08T21:22:44.301Z[ recovery-image] May 08 21:22:43.461 INFO O| May 08 21:22:43.460 INFO STEP 504 (remove_files) COMPLETE
59732025-05-08T21:22:44.301Z[ recovery-image] May 08 21:22:43.461 INFO O| May 08 21:22:43.460 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-05-08T21:22:44.337Z[ recovery-image] May 08 21:22:43.496 INFO O| May 08 21:22:43.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59752025-05-08T21:22:44.337Z[ recovery-image] May 08 21:22:43.496 INFO O| May 08 21:22:43.496 INFO STEP 505 (remove_files) COMPLETE
59762025-05-08T21:22:44.337Z[ recovery-image] May 08 21:22:43.496 INFO O| May 08 21:22:43.496 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-05-08T21:22:44.379Z[ recovery-image] May 08 21:22:43.539 INFO O| May 08 21:22:43.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59782025-05-08T21:22:44.382Z[ recovery-image] May 08 21:22:43.539 INFO O| May 08 21:22:43.539 INFO STEP 506 (remove_files) COMPLETE
59792025-05-08T21:22:44.382Z[ recovery-image] May 08 21:22:43.539 INFO O| May 08 21:22:43.539 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-05-08T21:22:44.399Z[ recovery-image] May 08 21:22:43.559 INFO O| May 08 21:22:43.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59812025-05-08T21:22:44.400Z[ recovery-image] May 08 21:22:43.560 INFO O| May 08 21:22:43.560 INFO STEP 507 (remove_files) COMPLETE
59822025-05-08T21:22:44.400Z[ recovery-image] May 08 21:22:43.560 INFO O| May 08 21:22:43.560 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-05-08T21:22:44.433Z[ recovery-image] May 08 21:22:43.593 INFO O| May 08 21:22:43.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59842025-05-08T21:22:44.433Z[ recovery-image] May 08 21:22:43.593 INFO O| May 08 21:22:43.593 INFO STEP 508 (remove_files) COMPLETE
59852025-05-08T21:22:44.433Z[ recovery-image] May 08 21:22:43.593 INFO O| May 08 21:22:43.593 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-05-08T21:22:44.453Z[ recovery-image] May 08 21:22:43.613 INFO O| May 08 21:22:43.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59872025-05-08T21:22:44.453Z[ recovery-image] May 08 21:22:43.613 INFO O| May 08 21:22:43.613 INFO STEP 509 (remove_files) COMPLETE
59882025-05-08T21:22:44.453Z[ recovery-image] May 08 21:22:43.613 INFO O| May 08 21:22:43.613 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-05-08T21:22:44.486Z[ recovery-image] May 08 21:22:43.646 INFO O| May 08 21:22:43.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59902025-05-08T21:22:44.490Z[ recovery-image] May 08 21:22:43.646 INFO O| May 08 21:22:43.646 INFO STEP 510 (remove_files) COMPLETE
59912025-05-08T21:22:44.491Z[ recovery-image] May 08 21:22:43.646 INFO O| May 08 21:22:43.646 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-05-08T21:22:44.506Z[ recovery-image] May 08 21:22:43.665 INFO O| May 08 21:22:43.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59932025-05-08T21:22:44.506Z[ recovery-image] May 08 21:22:43.666 INFO O| May 08 21:22:43.666 INFO STEP 511 (remove_files) COMPLETE
59942025-05-08T21:22:44.506Z[ recovery-image] May 08 21:22:43.666 INFO O| May 08 21:22:43.666 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-05-08T21:22:44.525Z[ recovery-image] May 08 21:22:43.685 INFO O| May 08 21:22:43.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59962025-05-08T21:22:44.525Z[ recovery-image] May 08 21:22:43.685 INFO O| May 08 21:22:43.685 INFO STEP 512 (remove_files) COMPLETE
59972025-05-08T21:22:44.528Z[ recovery-image] May 08 21:22:43.685 INFO O| May 08 21:22:43.685 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-05-08T21:22:44.560Z[ recovery-image] May 08 21:22:43.720 INFO O| May 08 21:22:43.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59992025-05-08T21:22:44.564Z[ recovery-image] May 08 21:22:43.720 INFO O| May 08 21:22:43.720 INFO STEP 513 (remove_files) COMPLETE
60002025-05-08T21:22:44.564Z[ recovery-image] May 08 21:22:43.720 INFO O| May 08 21:22:43.720 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-05-08T21:22:44.604Z[ recovery-image] May 08 21:22:43.764 INFO O| May 08 21:22:43.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60022025-05-08T21:22:44.607Z[ recovery-image] May 08 21:22:43.764 INFO O| May 08 21:22:43.764 INFO STEP 514 (remove_files) COMPLETE
60032025-05-08T21:22:44.607Z[ recovery-image] May 08 21:22:43.764 INFO O| May 08 21:22:43.764 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-05-08T21:22:44.625Z[ recovery-image] May 08 21:22:43.785 INFO O| May 08 21:22:43.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60052025-05-08T21:22:44.625Z[ recovery-image] May 08 21:22:43.785 INFO O| May 08 21:22:43.785 INFO STEP 515 (remove_files) COMPLETE
60062025-05-08T21:22:44.629Z[ recovery-image] May 08 21:22:43.785 INFO O| May 08 21:22:43.785 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-05-08T21:22:44.645Z[ recovery-image] May 08 21:22:43.805 INFO O| May 08 21:22:43.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60082025-05-08T21:22:44.645Z[ recovery-image] May 08 21:22:43.805 INFO O| May 08 21:22:43.805 INFO STEP 516 (remove_files) COMPLETE
60092025-05-08T21:22:44.645Z[ recovery-image] May 08 21:22:43.805 INFO O| May 08 21:22:43.805 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-05-08T21:22:44.664Z[ recovery-image] May 08 21:22:43.824 INFO O| May 08 21:22:43.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60112025-05-08T21:22:44.664Z[ recovery-image] May 08 21:22:43.824 INFO O| May 08 21:22:43.824 INFO STEP 517 (remove_files) COMPLETE
60122025-05-08T21:22:44.664Z[ recovery-image] May 08 21:22:43.824 INFO O| May 08 21:22:43.824 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-05-08T21:22:44.736Z[ recovery-image] May 08 21:22:43.896 INFO O| May 08 21:22:43.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60142025-05-08T21:22:44.739Z[ recovery-image] May 08 21:22:43.896 INFO O| May 08 21:22:43.896 INFO STEP 518 (remove_files) COMPLETE
60152025-05-08T21:22:44.739Z[ recovery-image] May 08 21:22:43.896 INFO O| May 08 21:22:43.896 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-05-08T21:22:44.777Z[ recovery-image] May 08 21:22:43.936 INFO O| May 08 21:22:43.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60172025-05-08T21:22:44.781Z[ recovery-image] May 08 21:22:43.936 INFO O| May 08 21:22:43.936 INFO STEP 519 (remove_files) COMPLETE
60182025-05-08T21:22:44.781Z[ recovery-image] May 08 21:22:43.936 INFO O| May 08 21:22:43.936 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-05-08T21:22:44.811Z[ recovery-image] May 08 21:22:43.971 INFO O| May 08 21:22:43.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60202025-05-08T21:22:44.814Z[ recovery-image] May 08 21:22:43.971 INFO O| May 08 21:22:43.971 INFO STEP 520 (remove_files) COMPLETE
60212025-05-08T21:22:44.815Z[ recovery-image] May 08 21:22:43.971 INFO O| May 08 21:22:43.971 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-05-08T21:22:44.834Z[ recovery-image] May 08 21:22:43.994 INFO O| May 08 21:22:43.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60232025-05-08T21:22:44.837Z[ recovery-image] May 08 21:22:43.994 INFO O| May 08 21:22:43.994 INFO STEP 521 (remove_files) COMPLETE
60242025-05-08T21:22:44.838Z[ recovery-image] May 08 21:22:43.994 INFO O| May 08 21:22:43.994 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-05-08T21:22:44.874Z[ recovery-image] May 08 21:22:44.020 INFO O| May 08 21:22:44.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60262025-05-08T21:22:44.886Z[ recovery-image] May 08 21:22:44.046 INFO O| May 08 21:22:44.046 INFO STEP 522 (remove_files) COMPLETE
60272025-05-08T21:22:44.886Z[ recovery-image] May 08 21:22:44.046 INFO O| May 08 21:22:44.046 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-05-08T21:22:44.923Z[ recovery-image] May 08 21:22:44.083 INFO O| May 08 21:22:44.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60292025-05-08T21:22:44.926Z[ recovery-image] May 08 21:22:44.083 INFO O| May 08 21:22:44.083 INFO STEP 523 (remove_files) COMPLETE
60302025-05-08T21:22:44.926Z[ recovery-image] May 08 21:22:44.083 INFO O| May 08 21:22:44.083 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-05-08T21:22:44.943Z[ recovery-image] May 08 21:22:44.103 INFO O| May 08 21:22:44.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60322025-05-08T21:22:44.946Z[ recovery-image] May 08 21:22:44.103 INFO O| May 08 21:22:44.103 INFO STEP 524 (remove_files) COMPLETE
60332025-05-08T21:22:44.946Z[ recovery-image] May 08 21:22:44.103 INFO O| May 08 21:22:44.103 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-05-08T21:22:44.962Z[ recovery-image] May 08 21:22:44.122 INFO O| May 08 21:22:44.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60352025-05-08T21:22:44.962Z[ recovery-image] May 08 21:22:44.122 INFO O| May 08 21:22:44.122 INFO STEP 525 (remove_files) COMPLETE
60362025-05-08T21:22:44.965Z[ recovery-image] May 08 21:22:44.122 INFO O| May 08 21:22:44.122 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-05-08T21:22:44.987Z[ recovery-image] May 08 21:22:44.147 INFO O| May 08 21:22:44.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60382025-05-08T21:22:44.988Z[ recovery-image] May 08 21:22:44.148 INFO O| May 08 21:22:44.147 INFO STEP 526 (remove_files) COMPLETE
60392025-05-08T21:22:44.988Z[ recovery-image] May 08 21:22:44.148 INFO O| May 08 21:22:44.147 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-05-08T21:22:45.035Z[ recovery-image] May 08 21:22:44.195 INFO O| May 08 21:22:44.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60412025-05-08T21:22:45.035Z[ recovery-image] May 08 21:22:44.195 INFO O| May 08 21:22:44.195 INFO STEP 527 (remove_files) COMPLETE
60422025-05-08T21:22:45.039Z[ recovery-image] May 08 21:22:44.195 INFO O| May 08 21:22:44.195 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-05-08T21:22:45.074Z[ recovery-image] May 08 21:22:44.234 INFO O| May 08 21:22:44.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60442025-05-08T21:22:45.100Z[ recovery-image] May 08 21:22:44.259 INFO O| May 08 21:22:44.259 INFO STEP 528 (remove_files) COMPLETE
60452025-05-08T21:22:45.100Z[ recovery-image] May 08 21:22:44.259 INFO O| May 08 21:22:44.259 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-05-08T21:22:45.137Z[ recovery-image] May 08 21:22:44.297 INFO O| May 08 21:22:44.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60472025-05-08T21:22:45.161Z[ recovery-image] May 08 21:22:44.321 INFO O| May 08 21:22:44.321 INFO STEP 529 (remove_files) COMPLETE
60482025-05-08T21:22:45.161Z[ recovery-image] May 08 21:22:44.321 INFO O| May 08 21:22:44.321 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-05-08T21:22:45.216Z[ recovery-image] May 08 21:22:44.376 INFO O| May 08 21:22:44.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60502025-05-08T21:22:45.216Z[ recovery-image] May 08 21:22:44.376 INFO O| May 08 21:22:44.376 INFO STEP 530 (remove_files) COMPLETE
60512025-05-08T21:22:45.220Z[ recovery-image] May 08 21:22:44.377 INFO O| May 08 21:22:44.376 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-05-08T21:22:45.237Z[ recovery-image] May 08 21:22:44.397 INFO O| May 08 21:22:44.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60532025-05-08T21:22:45.237Z[ recovery-image] May 08 21:22:44.397 INFO O| May 08 21:22:44.397 INFO STEP 531 (remove_files) COMPLETE
60542025-05-08T21:22:45.240Z[ recovery-image] May 08 21:22:44.397 INFO O| May 08 21:22:44.397 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-05-08T21:22:45.257Z[ recovery-image] May 08 21:22:44.417 INFO O| May 08 21:22:44.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60562025-05-08T21:22:45.257Z[ recovery-image] May 08 21:22:44.417 INFO O| May 08 21:22:44.417 INFO STEP 532 (remove_files) COMPLETE
60572025-05-08T21:22:45.257Z[ recovery-image] May 08 21:22:44.417 INFO O| May 08 21:22:44.417 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-05-08T21:22:45.339Z[ recovery-image] May 08 21:22:44.498 INFO O| May 08 21:22:44.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60592025-05-08T21:22:45.339Z[ recovery-image] May 08 21:22:44.498 INFO O| May 08 21:22:44.498 INFO STEP 533 (remove_files) COMPLETE
60602025-05-08T21:22:45.339Z[ recovery-image] May 08 21:22:44.498 INFO O| May 08 21:22:44.498 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-05-08T21:22:45.359Z[ recovery-image] May 08 21:22:44.519 INFO O| May 08 21:22:44.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60622025-05-08T21:22:45.359Z[ recovery-image] May 08 21:22:44.519 INFO O| May 08 21:22:44.519 INFO STEP 534 (remove_files) COMPLETE
60632025-05-08T21:22:45.359Z[ recovery-image] May 08 21:22:44.519 INFO O| May 08 21:22:44.519 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-05-08T21:22:45.378Z[ recovery-image] May 08 21:22:44.538 INFO O| May 08 21:22:44.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60652025-05-08T21:22:45.378Z[ recovery-image] May 08 21:22:44.538 INFO O| May 08 21:22:44.538 INFO STEP 535 (remove_files) COMPLETE
60662025-05-08T21:22:45.378Z[ recovery-image] May 08 21:22:44.538 INFO O| May 08 21:22:44.538 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-05-08T21:22:45.396Z[ recovery-image] May 08 21:22:44.556 INFO O| May 08 21:22:44.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60682025-05-08T21:22:45.396Z[ recovery-image] May 08 21:22:44.556 INFO O| May 08 21:22:44.556 INFO STEP 536 (remove_files) COMPLETE
60692025-05-08T21:22:45.400Z[ recovery-image] May 08 21:22:44.557 INFO O| May 08 21:22:44.556 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-05-08T21:22:45.419Z[ recovery-image] May 08 21:22:44.579 INFO O| May 08 21:22:44.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60712025-05-08T21:22:45.419Z[ recovery-image] May 08 21:22:44.579 INFO O| May 08 21:22:44.579 INFO STEP 537 (remove_files) COMPLETE
60722025-05-08T21:22:45.422Z[ recovery-image] May 08 21:22:44.579 INFO O| May 08 21:22:44.579 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-05-08T21:22:45.440Z[ recovery-image] May 08 21:22:44.600 INFO O| May 08 21:22:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60742025-05-08T21:22:45.440Z[ recovery-image] May 08 21:22:44.600 INFO O| May 08 21:22:44.600 INFO STEP 538 (remove_files) COMPLETE
60752025-05-08T21:22:45.440Z[ recovery-image] May 08 21:22:44.600 INFO O| May 08 21:22:44.600 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-05-08T21:22:45.559Z[ recovery-image] May 08 21:22:44.719 INFO O| May 08 21:22:44.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60772025-05-08T21:22:45.563Z[ recovery-image] May 08 21:22:44.719 INFO O| May 08 21:22:44.719 INFO STEP 539 (remove_files) COMPLETE
60782025-05-08T21:22:45.563Z[ recovery-image] May 08 21:22:44.719 INFO O| May 08 21:22:44.719 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-05-08T21:22:45.622Z[ recovery-image] May 08 21:22:44.782 INFO O| May 08 21:22:44.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60802025-05-08T21:22:45.626Z[ recovery-image] May 08 21:22:44.782 INFO O| May 08 21:22:44.782 INFO STEP 540 (remove_files) COMPLETE
60812025-05-08T21:22:45.626Z[ recovery-image] May 08 21:22:44.782 INFO O| May 08 21:22:44.782 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-05-08T21:22:45.794Z[ recovery-image] May 08 21:22:44.954 INFO O| May 08 21:22:44.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60832025-05-08T21:22:45.794Z[ recovery-image] May 08 21:22:44.954 INFO O| May 08 21:22:44.954 INFO STEP 541 (remove_files) COMPLETE
60842025-05-08T21:22:45.794Z[ recovery-image] May 08 21:22:44.954 INFO O| May 08 21:22:44.954 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-05-08T21:22:45.826Z[ recovery-image] May 08 21:22:44.986 INFO O| May 08 21:22:44.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60862025-05-08T21:22:45.826Z[ recovery-image] May 08 21:22:44.986 INFO O| May 08 21:22:44.986 INFO STEP 542 (remove_files) COMPLETE
60872025-05-08T21:22:45.826Z[ recovery-image] May 08 21:22:44.986 INFO O| May 08 21:22:44.986 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-05-08T21:22:45.923Z[ recovery-image] May 08 21:22:45.082 INFO O| May 08 21:22:45.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60892025-05-08T21:22:45.923Z[ recovery-image] May 08 21:22:45.082 INFO O| May 08 21:22:45.082 INFO STEP 543 (remove_files) COMPLETE
60902025-05-08T21:22:45.923Z[ recovery-image] May 08 21:22:45.082 INFO O| May 08 21:22:45.082 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-05-08T21:22:45.941Z[ recovery-image] May 08 21:22:45.101 INFO O| May 08 21:22:45.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60922025-05-08T21:22:45.941Z[ recovery-image] May 08 21:22:45.101 INFO O| May 08 21:22:45.101 INFO STEP 544 (remove_files) COMPLETE
60932025-05-08T21:22:45.945Z[ recovery-image] May 08 21:22:45.101 INFO O| May 08 21:22:45.101 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-05-08T21:22:45.985Z[ recovery-image] May 08 21:22:45.145 INFO O| May 08 21:22:45.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60952025-05-08T21:22:45.985Z[ recovery-image] May 08 21:22:45.145 INFO O| May 08 21:22:45.145 INFO STEP 545 (remove_files) COMPLETE
60962025-05-08T21:22:45.988Z[ recovery-image] May 08 21:22:45.145 INFO O| May 08 21:22:45.145 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-05-08T21:22:46.005Z[ recovery-image] May 08 21:22:45.164 INFO O| May 08 21:22:45.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60982025-05-08T21:22:46.005Z[ recovery-image] May 08 21:22:45.164 INFO O| May 08 21:22:45.164 INFO STEP 546 (remove_files) COMPLETE
60992025-05-08T21:22:46.008Z[ recovery-image] May 08 21:22:45.164 INFO O| May 08 21:22:45.164 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-05-08T21:22:46.038Z[ recovery-image] May 08 21:22:45.198 INFO O| May 08 21:22:45.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61012025-05-08T21:22:46.038Z[ recovery-image] May 08 21:22:45.198 INFO O| May 08 21:22:45.198 INFO STEP 547 (remove_files) COMPLETE
61022025-05-08T21:22:46.038Z[ recovery-image] May 08 21:22:45.198 INFO O| May 08 21:22:45.198 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-05-08T21:22:46.060Z[ recovery-image] May 08 21:22:45.220 INFO O| May 08 21:22:45.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61042025-05-08T21:22:46.060Z[ recovery-image] May 08 21:22:45.220 INFO O| May 08 21:22:45.220 INFO STEP 548 (remove_files) COMPLETE
61052025-05-08T21:22:46.061Z[ recovery-image] May 08 21:22:45.220 INFO O| May 08 21:22:45.220 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-05-08T21:22:46.081Z[ recovery-image] May 08 21:22:45.241 INFO O| May 08 21:22:45.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61072025-05-08T21:22:46.081Z[ recovery-image] May 08 21:22:45.241 INFO O| May 08 21:22:45.241 INFO STEP 549 (remove_files) COMPLETE
61082025-05-08T21:22:46.081Z[ recovery-image] May 08 21:22:45.241 INFO O| May 08 21:22:45.241 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-05-08T21:22:46.132Z[ recovery-image] May 08 21:22:45.292 INFO O| May 08 21:22:45.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61102025-05-08T21:22:46.132Z[ recovery-image] May 08 21:22:45.292 INFO O| May 08 21:22:45.292 INFO STEP 550 (remove_files) COMPLETE
61112025-05-08T21:22:46.132Z[ recovery-image] May 08 21:22:45.292 INFO O| May 08 21:22:45.292 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-05-08T21:22:46.156Z[ recovery-image] May 08 21:22:45.316 INFO O| May 08 21:22:45.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61132025-05-08T21:22:46.156Z[ recovery-image] May 08 21:22:45.316 INFO O| May 08 21:22:45.316 INFO STEP 551 (remove_files) COMPLETE
61142025-05-08T21:22:46.156Z[ recovery-image] May 08 21:22:45.316 INFO O| May 08 21:22:45.316 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-05-08T21:22:46.216Z[ recovery-image] May 08 21:22:45.375 INFO O| May 08 21:22:45.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61162025-05-08T21:22:46.216Z[ recovery-image] May 08 21:22:45.375 INFO O| May 08 21:22:45.375 INFO STEP 552 (remove_files) COMPLETE
61172025-05-08T21:22:46.219Z[ recovery-image] May 08 21:22:45.376 INFO O| May 08 21:22:45.375 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-05-08T21:22:46.237Z[ recovery-image] May 08 21:22:45.396 INFO O| May 08 21:22:45.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61192025-05-08T21:22:46.237Z[ recovery-image] May 08 21:22:45.396 INFO O| May 08 21:22:45.396 INFO STEP 553 (remove_files) COMPLETE
61202025-05-08T21:22:46.237Z[ recovery-image] May 08 21:22:45.396 INFO O| May 08 21:22:45.396 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-05-08T21:22:46.258Z[ recovery-image] May 08 21:22:45.417 INFO O| May 08 21:22:45.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61222025-05-08T21:22:46.258Z[ recovery-image] May 08 21:22:45.418 INFO O| May 08 21:22:45.418 INFO STEP 554 (remove_files) COMPLETE
61232025-05-08T21:22:46.258Z[ recovery-image] May 08 21:22:45.418 INFO O| May 08 21:22:45.418 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-05-08T21:22:46.306Z[ recovery-image] May 08 21:22:45.466 INFO O| May 08 21:22:45.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61252025-05-08T21:22:46.306Z[ recovery-image] May 08 21:22:45.466 INFO O| May 08 21:22:45.466 INFO STEP 555 (remove_files) COMPLETE
61262025-05-08T21:22:46.306Z[ recovery-image] May 08 21:22:45.466 INFO O| May 08 21:22:45.466 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-05-08T21:22:46.364Z[ recovery-image] May 08 21:22:45.523 INFO O| May 08 21:22:45.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61282025-05-08T21:22:46.364Z[ recovery-image] May 08 21:22:45.523 INFO O| May 08 21:22:45.523 INFO STEP 556 (remove_files) COMPLETE
61292025-05-08T21:22:46.368Z[ recovery-image] May 08 21:22:45.523 INFO O| May 08 21:22:45.523 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-05-08T21:22:46.442Z[ recovery-image] May 08 21:22:45.601 INFO O| May 08 21:22:45.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61312025-05-08T21:22:46.445Z[ recovery-image] May 08 21:22:45.601 INFO O| May 08 21:22:45.601 INFO STEP 557 (remove_files) COMPLETE
61322025-05-08T21:22:46.445Z[ recovery-image] May 08 21:22:45.601 INFO O| May 08 21:22:45.601 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-05-08T21:22:46.464Z[ recovery-image] May 08 21:22:45.624 INFO O| May 08 21:22:45.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61342025-05-08T21:22:46.464Z[ recovery-image] May 08 21:22:45.624 INFO O| May 08 21:22:45.624 INFO STEP 558 (remove_files) COMPLETE
61352025-05-08T21:22:46.469Z[ recovery-image] May 08 21:22:45.624 INFO O| May 08 21:22:45.624 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-05-08T21:22:46.487Z[ recovery-image] May 08 21:22:45.647 INFO O| May 08 21:22:45.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61372025-05-08T21:22:46.488Z[ recovery-image] May 08 21:22:45.647 INFO O| May 08 21:22:45.647 INFO STEP 559 (remove_files) COMPLETE
61382025-05-08T21:22:46.488Z[ recovery-image] May 08 21:22:45.647 INFO O| May 08 21:22:45.647 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-05-08T21:22:46.512Z[ recovery-image] May 08 21:22:45.671 INFO O| May 08 21:22:45.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61402025-05-08T21:22:46.512Z[ recovery-image] May 08 21:22:45.671 INFO O| May 08 21:22:45.671 INFO STEP 560 (remove_files) COMPLETE
61412025-05-08T21:22:46.512Z[ recovery-image] May 08 21:22:45.671 INFO O| May 08 21:22:45.671 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-05-08T21:22:46.535Z[ recovery-image] May 08 21:22:45.695 INFO O| May 08 21:22:45.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61432025-05-08T21:22:46.536Z[ recovery-image] May 08 21:22:45.695 INFO O| May 08 21:22:45.695 INFO STEP 561 (remove_files) COMPLETE
61442025-05-08T21:22:46.536Z[ recovery-image] May 08 21:22:45.695 INFO O| May 08 21:22:45.695 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-05-08T21:22:46.558Z[ recovery-image] May 08 21:22:45.717 INFO O| May 08 21:22:45.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61462025-05-08T21:22:46.558Z[ recovery-image] May 08 21:22:45.717 INFO O| May 08 21:22:45.717 INFO STEP 562 (remove_files) COMPLETE
61472025-05-08T21:22:46.558Z[ recovery-image] May 08 21:22:45.718 INFO O| May 08 21:22:45.717 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-05-08T21:22:46.586Z[ recovery-image] May 08 21:22:45.745 INFO O| May 08 21:22:45.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61492025-05-08T21:22:46.586Z[ recovery-image] May 08 21:22:45.745 INFO O| May 08 21:22:45.745 INFO STEP 563 (remove_files) COMPLETE
61502025-05-08T21:22:46.589Z[ recovery-image] May 08 21:22:45.745 INFO O| May 08 21:22:45.745 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-05-08T21:22:46.646Z[ recovery-image] May 08 21:22:45.805 INFO O| May 08 21:22:45.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61522025-05-08T21:22:46.646Z[ recovery-image] May 08 21:22:45.805 INFO O| May 08 21:22:45.805 INFO STEP 564 (remove_files) COMPLETE
61532025-05-08T21:22:46.646Z[ recovery-image] May 08 21:22:45.805 INFO O| May 08 21:22:45.805 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-05-08T21:22:46.667Z[ recovery-image] May 08 21:22:45.826 INFO O| May 08 21:22:45.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61552025-05-08T21:22:46.670Z[ recovery-image] May 08 21:22:45.827 INFO O| May 08 21:22:45.827 INFO STEP 565 (remove_files) COMPLETE
61562025-05-08T21:22:46.670Z[ recovery-image] May 08 21:22:45.827 INFO O| May 08 21:22:45.827 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-05-08T21:22:46.690Z[ recovery-image] May 08 21:22:45.850 INFO O| May 08 21:22:45.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61582025-05-08T21:22:46.690Z[ recovery-image] May 08 21:22:45.850 INFO O| May 08 21:22:45.850 INFO STEP 566 (remove_files) COMPLETE
61592025-05-08T21:22:46.694Z[ recovery-image] May 08 21:22:45.850 INFO O| May 08 21:22:45.850 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-05-08T21:22:46.726Z[ recovery-image] May 08 21:22:45.886 INFO O| May 08 21:22:45.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61612025-05-08T21:22:46.726Z[ recovery-image] May 08 21:22:45.886 INFO O| May 08 21:22:45.886 INFO STEP 567 (remove_files) COMPLETE
61622025-05-08T21:22:46.729Z[ recovery-image] May 08 21:22:45.886 INFO O| May 08 21:22:45.886 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-05-08T21:22:46.747Z[ recovery-image] May 08 21:22:45.907 INFO O| May 08 21:22:45.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61642025-05-08T21:22:46.747Z[ recovery-image] May 08 21:22:45.907 INFO O| May 08 21:22:45.907 INFO STEP 568 (remove_files) COMPLETE
61652025-05-08T21:22:46.747Z[ recovery-image] May 08 21:22:45.907 INFO O| May 08 21:22:45.907 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-05-08T21:22:46.801Z[ recovery-image] May 08 21:22:45.961 INFO O| May 08 21:22:45.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61672025-05-08T21:22:46.801Z[ recovery-image] May 08 21:22:45.961 INFO O| May 08 21:22:45.961 INFO STEP 569 (remove_files) COMPLETE
61682025-05-08T21:22:46.801Z[ recovery-image] May 08 21:22:45.961 INFO O| May 08 21:22:45.961 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-05-08T21:22:46.822Z[ recovery-image] May 08 21:22:45.981 INFO O| May 08 21:22:45.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61702025-05-08T21:22:46.822Z[ recovery-image] May 08 21:22:45.981 INFO O| May 08 21:22:45.981 INFO STEP 570 (remove_files) COMPLETE
61712025-05-08T21:22:46.822Z[ recovery-image] May 08 21:22:45.981 INFO O| May 08 21:22:45.981 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-05-08T21:22:46.864Z[ recovery-image] May 08 21:22:46.023 INFO O| May 08 21:22:46.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61732025-05-08T21:22:46.864Z[ recovery-image] May 08 21:22:46.023 INFO O| May 08 21:22:46.023 INFO STEP 571 (remove_files) COMPLETE
61742025-05-08T21:22:46.864Z[ recovery-image] May 08 21:22:46.023 INFO O| May 08 21:22:46.023 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-05-08T21:22:46.884Z[ recovery-image] May 08 21:22:46.043 INFO O| May 08 21:22:46.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61762025-05-08T21:22:46.884Z[ recovery-image] May 08 21:22:46.043 INFO O| May 08 21:22:46.043 INFO STEP 572 (remove_files) COMPLETE
61772025-05-08T21:22:46.884Z[ recovery-image] May 08 21:22:46.043 INFO O| May 08 21:22:46.043 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-05-08T21:22:46.904Z[ recovery-image] May 08 21:22:46.063 INFO O| May 08 21:22:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61792025-05-08T21:22:46.904Z[ recovery-image] May 08 21:22:46.063 INFO O| May 08 21:22:46.063 INFO STEP 573 (remove_files) COMPLETE
61802025-05-08T21:22:46.904Z[ recovery-image] May 08 21:22:46.063 INFO O| May 08 21:22:46.063 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-05-08T21:22:46.937Z[ recovery-image] May 08 21:22:46.097 INFO O| May 08 21:22:46.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61822025-05-08T21:22:46.941Z[ recovery-image] May 08 21:22:46.097 INFO O| May 08 21:22:46.097 INFO STEP 574 (remove_files) COMPLETE
61832025-05-08T21:22:46.941Z[ recovery-image] May 08 21:22:46.097 INFO O| May 08 21:22:46.097 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-05-08T21:22:46.958Z[ recovery-image] May 08 21:22:46.117 INFO O| May 08 21:22:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61852025-05-08T21:22:46.963Z[ recovery-image] May 08 21:22:46.117 INFO O| May 08 21:22:46.117 INFO STEP 575 (remove_files) COMPLETE
61862025-05-08T21:22:46.963Z[ recovery-image] May 08 21:22:46.117 INFO O| May 08 21:22:46.117 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-05-08T21:22:47.042Z[ recovery-image] May 08 21:22:46.201 INFO O| May 08 21:22:46.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61882025-05-08T21:22:47.045Z[ recovery-image] May 08 21:22:46.201 INFO O| May 08 21:22:46.201 INFO STEP 576 (remove_files) COMPLETE
61892025-05-08T21:22:47.045Z[ recovery-image] May 08 21:22:46.202 INFO O| May 08 21:22:46.202 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-05-08T21:22:47.062Z[ recovery-image] May 08 21:22:46.222 INFO O| May 08 21:22:46.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61912025-05-08T21:22:47.065Z[ recovery-image] May 08 21:22:46.222 INFO O| May 08 21:22:46.222 INFO STEP 577 (remove_files) COMPLETE
61922025-05-08T21:22:47.065Z[ recovery-image] May 08 21:22:46.222 INFO O| May 08 21:22:46.222 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-05-08T21:22:47.084Z[ recovery-image] May 08 21:22:46.244 INFO O| May 08 21:22:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61942025-05-08T21:22:47.093Z[ recovery-image] May 08 21:22:46.253 INFO O| May 08 21:22:46.253 INFO STEP 578 (remove_files) COMPLETE
61952025-05-08T21:22:47.096Z[ recovery-image] May 08 21:22:46.253 INFO O| May 08 21:22:46.253 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-05-08T21:22:47.115Z[ recovery-image] May 08 21:22:46.275 INFO O| May 08 21:22:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61972025-05-08T21:22:47.119Z[ recovery-image] May 08 21:22:46.275 INFO O| May 08 21:22:46.275 INFO STEP 579 (remove_files) COMPLETE
61982025-05-08T21:22:47.119Z[ recovery-image] May 08 21:22:46.275 INFO O| May 08 21:22:46.275 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-05-08T21:22:47.137Z[ recovery-image] May 08 21:22:46.296 INFO O| May 08 21:22:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62002025-05-08T21:22:47.140Z[ recovery-image] May 08 21:22:46.297 INFO O| May 08 21:22:46.297 INFO STEP 580 (remove_files) COMPLETE
62012025-05-08T21:22:47.140Z[ recovery-image] May 08 21:22:46.297 INFO O| May 08 21:22:46.297 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-05-08T21:22:47.158Z[ recovery-image] May 08 21:22:46.318 INFO O| May 08 21:22:46.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62032025-05-08T21:22:47.158Z[ recovery-image] May 08 21:22:46.318 INFO O| May 08 21:22:46.318 INFO STEP 581 (remove_files) COMPLETE
62042025-05-08T21:22:47.158Z[ recovery-image] May 08 21:22:46.318 INFO O| May 08 21:22:46.318 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-05-08T21:22:47.177Z[ recovery-image] May 08 21:22:46.337 INFO O| May 08 21:22:46.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62062025-05-08T21:22:47.198Z[ recovery-image] May 08 21:22:46.358 INFO O| May 08 21:22:46.358 INFO STEP 582 (remove_files) COMPLETE
62072025-05-08T21:22:47.201Z[ recovery-image] May 08 21:22:46.358 INFO O| May 08 21:22:46.358 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-05-08T21:22:47.233Z[ recovery-image] May 08 21:22:46.392 INFO O| May 08 21:22:46.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62092025-05-08T21:22:47.233Z[ recovery-image] May 08 21:22:46.392 INFO O| May 08 21:22:46.392 INFO STEP 583 (remove_files) COMPLETE
62102025-05-08T21:22:47.236Z[ recovery-image] May 08 21:22:46.393 INFO O| May 08 21:22:46.392 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-05-08T21:22:47.272Z[ recovery-image] May 08 21:22:46.431 INFO O| May 08 21:22:46.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62122025-05-08T21:22:47.272Z[ recovery-image] May 08 21:22:46.431 INFO O| May 08 21:22:46.431 INFO STEP 584 (remove_files) COMPLETE
62132025-05-08T21:22:47.272Z[ recovery-image] May 08 21:22:46.431 INFO O| May 08 21:22:46.431 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-05-08T21:22:47.312Z[ recovery-image] May 08 21:22:46.472 INFO O| May 08 21:22:46.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62152025-05-08T21:22:47.312Z[ recovery-image] May 08 21:22:46.472 INFO O| May 08 21:22:46.472 INFO STEP 585 (remove_files) COMPLETE
62162025-05-08T21:22:47.312Z[ recovery-image] May 08 21:22:46.472 INFO O| May 08 21:22:46.472 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-05-08T21:22:47.331Z[ recovery-image] May 08 21:22:46.491 INFO O| May 08 21:22:46.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62182025-05-08T21:22:47.331Z[ recovery-image] May 08 21:22:46.491 INFO O| May 08 21:22:46.491 INFO STEP 586 (remove_files) COMPLETE
62192025-05-08T21:22:47.331Z[ recovery-image] May 08 21:22:46.491 INFO O| May 08 21:22:46.491 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-05-08T21:22:47.373Z[ recovery-image] May 08 21:22:46.533 INFO O| May 08 21:22:46.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62212025-05-08T21:22:47.373Z[ recovery-image] May 08 21:22:46.533 INFO O| May 08 21:22:46.533 INFO STEP 587 (remove_files) COMPLETE
62222025-05-08T21:22:47.373Z[ recovery-image] May 08 21:22:46.533 INFO O| May 08 21:22:46.533 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-05-08T21:22:47.393Z[ recovery-image] May 08 21:22:46.553 INFO O| May 08 21:22:46.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62242025-05-08T21:22:47.393Z[ recovery-image] May 08 21:22:46.553 INFO O| May 08 21:22:46.553 INFO STEP 588 (remove_files) COMPLETE
62252025-05-08T21:22:47.393Z[ recovery-image] May 08 21:22:46.553 INFO O| May 08 21:22:46.553 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-05-08T21:22:47.437Z[ recovery-image] May 08 21:22:46.596 INFO O| May 08 21:22:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62272025-05-08T21:22:47.437Z[ recovery-image] May 08 21:22:46.596 INFO O| May 08 21:22:46.596 INFO STEP 589 (remove_files) COMPLETE
62282025-05-08T21:22:47.437Z[ recovery-image] May 08 21:22:46.596 INFO O| May 08 21:22:46.596 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-05-08T21:22:47.455Z[ recovery-image] May 08 21:22:46.615 INFO O| May 08 21:22:46.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62302025-05-08T21:22:47.455Z[ recovery-image] May 08 21:22:46.615 INFO O| May 08 21:22:46.615 INFO STEP 590 (remove_files) COMPLETE
62312025-05-08T21:22:47.455Z[ recovery-image] May 08 21:22:46.615 INFO O| May 08 21:22:46.615 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-05-08T21:22:47.475Z[ recovery-image] May 08 21:22:46.633 INFO O| May 08 21:22:46.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62332025-05-08T21:22:47.475Z[ recovery-image] May 08 21:22:46.633 INFO O| May 08 21:22:46.633 INFO STEP 591 (remove_files) COMPLETE
62342025-05-08T21:22:47.482Z[ recovery-image] May 08 21:22:46.634 INFO O| May 08 21:22:46.633 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-05-08T21:22:47.528Z[ recovery-image] May 08 21:22:46.686 INFO O| May 08 21:22:46.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62362025-05-08T21:22:47.531Z[ recovery-image] May 08 21:22:46.686 INFO O| May 08 21:22:46.686 INFO STEP 592 (remove_files) COMPLETE
62372025-05-08T21:22:47.531Z[ recovery-image] May 08 21:22:46.686 INFO O| May 08 21:22:46.686 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-05-08T21:22:47.576Z[ recovery-image] May 08 21:22:46.736 INFO O| May 08 21:22:46.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62392025-05-08T21:22:47.576Z[ recovery-image] May 08 21:22:46.736 INFO O| May 08 21:22:46.736 INFO STEP 593 (remove_files) COMPLETE
62402025-05-08T21:22:47.580Z[ recovery-image] May 08 21:22:46.736 INFO O| May 08 21:22:46.736 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-05-08T21:22:47.599Z[ recovery-image] May 08 21:22:46.758 INFO O| May 08 21:22:46.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62422025-05-08T21:22:47.602Z[ recovery-image] May 08 21:22:46.759 INFO O| May 08 21:22:46.758 INFO STEP 594 (remove_files) COMPLETE
62432025-05-08T21:22:47.602Z[ recovery-image] May 08 21:22:46.759 INFO O| May 08 21:22:46.759 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-05-08T21:22:47.618Z[ recovery-image] May 08 21:22:46.778 INFO O| May 08 21:22:46.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62452025-05-08T21:22:47.621Z[ recovery-image] May 08 21:22:46.778 INFO O| May 08 21:22:46.778 INFO STEP 595 (remove_files) COMPLETE
62462025-05-08T21:22:47.621Z[ recovery-image] May 08 21:22:46.778 INFO O| May 08 21:22:46.778 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-05-08T21:22:47.666Z[ recovery-image] May 08 21:22:46.825 INFO O| May 08 21:22:46.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62482025-05-08T21:22:47.669Z[ recovery-image] May 08 21:22:46.826 INFO O| May 08 21:22:46.826 INFO STEP 596 (remove_files) COMPLETE
62492025-05-08T21:22:47.669Z[ recovery-image] May 08 21:22:46.826 INFO O| May 08 21:22:46.826 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-05-08T21:22:47.684Z[ recovery-image] May 08 21:22:46.843 INFO O| May 08 21:22:46.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62512025-05-08T21:22:47.684Z[ recovery-image] May 08 21:22:46.843 INFO O| May 08 21:22:46.843 INFO STEP 597 (remove_files) COMPLETE
62522025-05-08T21:22:47.687Z[ recovery-image] May 08 21:22:46.844 INFO O| May 08 21:22:46.844 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-05-08T21:22:47.703Z[ recovery-image] May 08 21:22:46.862 INFO O| May 08 21:22:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62542025-05-08T21:22:47.703Z[ recovery-image] May 08 21:22:46.862 INFO O| May 08 21:22:46.862 INFO STEP 598 (remove_files) COMPLETE
62552025-05-08T21:22:47.703Z[ recovery-image] May 08 21:22:46.862 INFO O| May 08 21:22:46.862 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-05-08T21:22:47.723Z[ recovery-image] May 08 21:22:46.883 INFO O| May 08 21:22:46.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62572025-05-08T21:22:47.723Z[ recovery-image] May 08 21:22:46.883 INFO O| May 08 21:22:46.883 INFO STEP 599 (remove_files) COMPLETE
62582025-05-08T21:22:47.723Z[ recovery-image] May 08 21:22:46.883 INFO O| May 08 21:22:46.883 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-05-08T21:22:47.745Z[ recovery-image] May 08 21:22:46.904 INFO O| May 08 21:22:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62602025-05-08T21:22:47.745Z[ recovery-image] May 08 21:22:46.905 INFO O| May 08 21:22:46.904 INFO STEP 600 (remove_files) COMPLETE
62612025-05-08T21:22:47.745Z[ recovery-image] May 08 21:22:46.905 INFO O| May 08 21:22:46.905 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-05-08T21:22:47.766Z[ recovery-image] May 08 21:22:46.925 INFO O| May 08 21:22:46.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62632025-05-08T21:22:47.766Z[ recovery-image] May 08 21:22:46.925 INFO O| May 08 21:22:46.925 INFO STEP 601 (remove_files) COMPLETE
62642025-05-08T21:22:47.766Z[ recovery-image] May 08 21:22:46.925 INFO O| May 08 21:22:46.925 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-05-08T21:22:47.786Z[ recovery-image] May 08 21:22:46.946 INFO O| May 08 21:22:46.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62662025-05-08T21:22:47.786Z[ recovery-image] May 08 21:22:46.946 INFO O| May 08 21:22:46.946 INFO STEP 602 (remove_files) COMPLETE
62672025-05-08T21:22:47.789Z[ recovery-image] May 08 21:22:46.946 INFO O| May 08 21:22:46.946 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-05-08T21:22:47.817Z[ recovery-image] May 08 21:22:46.976 INFO O| May 08 21:22:46.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62692025-05-08T21:22:47.821Z[ recovery-image] May 08 21:22:46.977 INFO O| May 08 21:22:46.976 INFO STEP 603 (remove_files) COMPLETE
62702025-05-08T21:22:47.821Z[ recovery-image] May 08 21:22:46.977 INFO O| May 08 21:22:46.977 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-05-08T21:22:47.844Z[ recovery-image] May 08 21:22:47.003 INFO O| May 08 21:22:47.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62722025-05-08T21:22:47.844Z[ recovery-image] May 08 21:22:47.003 INFO O| May 08 21:22:47.003 INFO STEP 604 (remove_files) COMPLETE
62732025-05-08T21:22:47.844Z[ recovery-image] May 08 21:22:47.003 INFO O| May 08 21:22:47.003 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-05-08T21:22:47.879Z[ recovery-image] May 08 21:22:47.039 INFO O| May 08 21:22:47.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62752025-05-08T21:22:47.879Z[ recovery-image] May 08 21:22:47.039 INFO O| May 08 21:22:47.039 INFO STEP 605 (remove_files) COMPLETE
62762025-05-08T21:22:47.882Z[ recovery-image] May 08 21:22:47.039 INFO O| May 08 21:22:47.039 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-05-08T21:22:47.938Z[ recovery-image] May 08 21:22:47.098 INFO O| May 08 21:22:47.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62782025-05-08T21:22:47.939Z[ recovery-image] May 08 21:22:47.098 INFO O| May 08 21:22:47.098 INFO STEP 606 (remove_files) COMPLETE
62792025-05-08T21:22:47.942Z[ recovery-image] May 08 21:22:47.098 INFO O| May 08 21:22:47.098 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-05-08T21:22:47.999Z[ recovery-image] May 08 21:22:47.158 INFO O| May 08 21:22:47.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62812025-05-08T21:22:47.999Z[ recovery-image] May 08 21:22:47.158 INFO O| May 08 21:22:47.158 INFO STEP 607 (remove_files) COMPLETE
62822025-05-08T21:22:48.003Z[ recovery-image] May 08 21:22:47.158 INFO O| May 08 21:22:47.158 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-05-08T21:22:48.018Z[ recovery-image] May 08 21:22:47.178 INFO O| May 08 21:22:47.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62842025-05-08T21:22:48.018Z[ recovery-image] May 08 21:22:47.178 INFO O| May 08 21:22:47.178 INFO STEP 608 (remove_files) COMPLETE
62852025-05-08T21:22:48.018Z[ recovery-image] May 08 21:22:47.178 INFO O| May 08 21:22:47.178 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-05-08T21:22:48.051Z[ recovery-image] May 08 21:22:47.210 INFO O| May 08 21:22:47.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62872025-05-08T21:22:48.051Z[ recovery-image] May 08 21:22:47.210 INFO O| May 08 21:22:47.210 INFO STEP 609 (remove_files) COMPLETE
62882025-05-08T21:22:48.051Z[ recovery-image] May 08 21:22:47.210 INFO O| May 08 21:22:47.210 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-05-08T21:22:48.152Z[ recovery-image] May 08 21:22:47.281 INFO O| May 08 21:22:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62902025-05-08T21:22:48.156Z[ recovery-image] May 08 21:22:47.281 INFO O| May 08 21:22:47.281 INFO STEP 610 (remove_files) COMPLETE
62912025-05-08T21:22:48.156Z[ recovery-image] May 08 21:22:47.281 INFO O| May 08 21:22:47.281 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-05-08T21:22:48.156Z[ recovery-image] May 08 21:22:47.302 INFO O| May 08 21:22:47.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62932025-05-08T21:22:48.156Z[ recovery-image] May 08 21:22:47.302 INFO O| May 08 21:22:47.302 INFO STEP 611 (remove_files) COMPLETE
62942025-05-08T21:22:48.156Z[ recovery-image] May 08 21:22:47.302 INFO O| May 08 21:22:47.302 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-05-08T21:22:48.172Z[ recovery-image] May 08 21:22:47.331 INFO O| May 08 21:22:47.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62962025-05-08T21:22:48.172Z[ recovery-image] May 08 21:22:47.331 INFO O| May 08 21:22:47.331 INFO STEP 612 (remove_files) COMPLETE
62972025-05-08T21:22:48.172Z[ recovery-image] May 08 21:22:47.331 INFO O| May 08 21:22:47.331 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-05-08T21:22:48.193Z[ recovery-image] May 08 21:22:47.352 INFO O| May 08 21:22:47.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62992025-05-08T21:22:48.196Z[ recovery-image] May 08 21:22:47.353 INFO O| May 08 21:22:47.353 INFO STEP 613 (remove_files) COMPLETE
63002025-05-08T21:22:48.196Z[ recovery-image] May 08 21:22:47.353 INFO O| May 08 21:22:47.353 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-05-08T21:22:48.221Z[ recovery-image] May 08 21:22:47.369 INFO O| May 08 21:22:47.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63022025-05-08T21:22:48.221Z[ recovery-image] May 08 21:22:47.369 INFO O| May 08 21:22:47.369 INFO STEP 614 (remove_files) COMPLETE
63032025-05-08T21:22:48.224Z[ recovery-image] May 08 21:22:47.369 INFO O| May 08 21:22:47.369 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-05-08T21:22:48.248Z[ recovery-image] May 08 21:22:47.407 INFO O| May 08 21:22:47.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63052025-05-08T21:22:48.251Z[ recovery-image] May 08 21:22:47.407 INFO O| May 08 21:22:47.407 INFO STEP 615 (remove_files) COMPLETE
63062025-05-08T21:22:48.251Z[ recovery-image] May 08 21:22:47.407 INFO O| May 08 21:22:47.407 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-05-08T21:22:48.281Z[ recovery-image] May 08 21:22:47.440 INFO O| May 08 21:22:47.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63082025-05-08T21:22:48.281Z[ recovery-image] May 08 21:22:47.440 INFO O| May 08 21:22:47.440 INFO STEP 616 (remove_files) COMPLETE
63092025-05-08T21:22:48.284Z[ recovery-image] May 08 21:22:47.440 INFO O| May 08 21:22:47.440 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-05-08T21:22:48.333Z[ recovery-image] May 08 21:22:47.491 INFO O| May 08 21:22:47.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63112025-05-08T21:22:48.333Z[ recovery-image] May 08 21:22:47.491 INFO O| May 08 21:22:47.491 INFO STEP 617 (remove_files) COMPLETE
63122025-05-08T21:22:48.333Z[ recovery-image] May 08 21:22:47.491 INFO O| May 08 21:22:47.491 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-05-08T21:22:48.352Z[ recovery-image] May 08 21:22:47.511 INFO O| May 08 21:22:47.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63142025-05-08T21:22:48.352Z[ recovery-image] May 08 21:22:47.511 INFO O| May 08 21:22:47.511 INFO STEP 618 (remove_files) COMPLETE
63152025-05-08T21:22:48.352Z[ recovery-image] May 08 21:22:47.511 INFO O| May 08 21:22:47.511 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-05-08T21:22:48.375Z[ recovery-image] May 08 21:22:47.535 INFO O| May 08 21:22:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63172025-05-08T21:22:48.379Z[ recovery-image] May 08 21:22:47.535 INFO O| May 08 21:22:47.535 INFO STEP 619 (remove_files) COMPLETE
63182025-05-08T21:22:48.379Z[ recovery-image] May 08 21:22:47.535 INFO O| May 08 21:22:47.535 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-05-08T21:22:48.473Z[ recovery-image] May 08 21:22:47.624 INFO O| May 08 21:22:47.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63202025-05-08T21:22:48.476Z[ recovery-image] May 08 21:22:47.624 INFO O| May 08 21:22:47.624 INFO STEP 620 (remove_files) COMPLETE
63212025-05-08T21:22:48.476Z[ recovery-image] May 08 21:22:47.624 INFO O| May 08 21:22:47.624 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-05-08T21:22:48.531Z[ recovery-image] May 08 21:22:47.691 INFO O| May 08 21:22:47.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63232025-05-08T21:22:48.534Z[ recovery-image] May 08 21:22:47.691 INFO O| May 08 21:22:47.691 INFO STEP 621 (remove_files) COMPLETE
63242025-05-08T21:22:48.534Z[ recovery-image] May 08 21:22:47.691 INFO O| May 08 21:22:47.691 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-05-08T21:22:48.682Z[ recovery-image] May 08 21:22:47.842 INFO O| May 08 21:22:47.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63262025-05-08T21:22:48.682Z[ recovery-image] May 08 21:22:47.842 INFO O| May 08 21:22:47.842 INFO STEP 622 (remove_files) COMPLETE
63272025-05-08T21:22:48.686Z[ recovery-image] May 08 21:22:47.842 INFO O| May 08 21:22:47.842 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-05-08T21:22:48.701Z[ recovery-image] May 08 21:22:47.861 INFO O| May 08 21:22:47.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63292025-05-08T21:22:48.701Z[ recovery-image] May 08 21:22:47.861 INFO O| May 08 21:22:47.861 INFO STEP 623 (remove_files) COMPLETE
63302025-05-08T21:22:48.701Z[ recovery-image] May 08 21:22:47.861 INFO O| May 08 21:22:47.861 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-05-08T21:22:48.731Z[ recovery-image] May 08 21:22:47.890 INFO O| May 08 21:22:47.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63322025-05-08T21:22:48.731Z[ recovery-image] May 08 21:22:47.891 INFO O| May 08 21:22:47.890 INFO STEP 624 (remove_files) COMPLETE
63332025-05-08T21:22:48.731Z[ recovery-image] May 08 21:22:47.891 INFO O| May 08 21:22:47.891 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-05-08T21:22:48.750Z[ recovery-image] May 08 21:22:47.909 INFO O| May 08 21:22:47.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63352025-05-08T21:22:48.750Z[ recovery-image] May 08 21:22:47.909 INFO O| May 08 21:22:47.909 INFO STEP 625 (remove_files) COMPLETE
63362025-05-08T21:22:48.750Z[ recovery-image] May 08 21:22:47.909 INFO O| May 08 21:22:47.909 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-05-08T21:22:48.767Z[ recovery-image] May 08 21:22:47.927 INFO O| May 08 21:22:47.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63382025-05-08T21:22:48.767Z[ recovery-image] May 08 21:22:47.927 INFO O| May 08 21:22:47.927 INFO STEP 626 (remove_files) COMPLETE
63392025-05-08T21:22:48.767Z[ recovery-image] May 08 21:22:47.927 INFO O| May 08 21:22:47.927 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-05-08T21:22:48.786Z[ recovery-image] May 08 21:22:47.945 INFO O| May 08 21:22:47.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63412025-05-08T21:22:48.786Z[ recovery-image] May 08 21:22:47.946 INFO O| May 08 21:22:47.945 INFO STEP 627 (remove_files) COMPLETE
63422025-05-08T21:22:48.786Z[ recovery-image] May 08 21:22:47.946 INFO O| May 08 21:22:47.946 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-05-08T21:22:48.811Z[ recovery-image] May 08 21:22:47.971 INFO O| May 08 21:22:47.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63442025-05-08T21:22:48.812Z[ recovery-image] May 08 21:22:47.971 INFO O| May 08 21:22:47.971 INFO STEP 628 (remove_files) COMPLETE
63452025-05-08T21:22:48.812Z[ recovery-image] May 08 21:22:47.971 INFO O| May 08 21:22:47.971 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-05-08T21:22:48.833Z[ recovery-image] May 08 21:22:47.992 INFO O| May 08 21:22:47.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63472025-05-08T21:22:48.833Z[ recovery-image] May 08 21:22:47.992 INFO O| May 08 21:22:47.992 INFO STEP 629 (remove_files) COMPLETE
63482025-05-08T21:22:48.833Z[ recovery-image] May 08 21:22:47.992 INFO O| May 08 21:22:47.992 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-05-08T21:22:48.854Z[ recovery-image] May 08 21:22:48.014 INFO O| May 08 21:22:48.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63502025-05-08T21:22:48.854Z[ recovery-image] May 08 21:22:48.014 INFO O| May 08 21:22:48.014 INFO STEP 630 (remove_files) COMPLETE
63512025-05-08T21:22:48.854Z[ recovery-image] May 08 21:22:48.014 INFO O| May 08 21:22:48.014 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-05-08T21:22:48.891Z[ recovery-image] May 08 21:22:48.051 INFO O| May 08 21:22:48.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63532025-05-08T21:22:48.894Z[ recovery-image] May 08 21:22:48.051 INFO O| May 08 21:22:48.051 INFO STEP 631 (remove_files) COMPLETE
63542025-05-08T21:22:48.894Z[ recovery-image] May 08 21:22:48.051 INFO O| May 08 21:22:48.051 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-05-08T21:22:48.913Z[ recovery-image] May 08 21:22:48.072 INFO O| May 08 21:22:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63562025-05-08T21:22:48.916Z[ recovery-image] May 08 21:22:48.073 INFO O| May 08 21:22:48.073 INFO STEP 632 (remove_files) COMPLETE
63572025-05-08T21:22:48.916Z[ recovery-image] May 08 21:22:48.073 INFO O| May 08 21:22:48.073 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-05-08T21:22:48.935Z[ recovery-image] May 08 21:22:48.095 INFO O| May 08 21:22:48.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63592025-05-08T21:22:48.938Z[ recovery-image] May 08 21:22:48.095 INFO O| May 08 21:22:48.095 INFO STEP 633 (remove_files) COMPLETE
63602025-05-08T21:22:48.938Z[ recovery-image] May 08 21:22:48.095 INFO O| May 08 21:22:48.095 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-05-08T21:22:48.956Z[ recovery-image] May 08 21:22:48.116 INFO O| May 08 21:22:48.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63622025-05-08T21:22:48.960Z[ recovery-image] May 08 21:22:48.116 INFO O| May 08 21:22:48.116 INFO STEP 634 (remove_files) COMPLETE
63632025-05-08T21:22:48.960Z[ recovery-image] May 08 21:22:48.116 INFO O| May 08 21:22:48.116 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-05-08T21:22:48.982Z[ recovery-image] May 08 21:22:48.141 INFO O| May 08 21:22:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63652025-05-08T21:22:48.982Z[ recovery-image] May 08 21:22:48.141 INFO O| May 08 21:22:48.141 INFO STEP 635 (remove_files) COMPLETE
63662025-05-08T21:22:48.985Z[ recovery-image] May 08 21:22:48.141 INFO O| May 08 21:22:48.141 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-05-08T21:22:49.001Z[ recovery-image] May 08 21:22:48.161 INFO O| May 08 21:22:48.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63682025-05-08T21:22:49.001Z[ recovery-image] May 08 21:22:48.161 INFO O| May 08 21:22:48.161 INFO STEP 636 (remove_files) COMPLETE
63692025-05-08T21:22:49.001Z[ recovery-image] May 08 21:22:48.161 INFO O| May 08 21:22:48.161 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-05-08T21:22:49.024Z[ recovery-image] May 08 21:22:48.184 INFO O| May 08 21:22:48.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63712025-05-08T21:22:49.027Z[ recovery-image] May 08 21:22:48.184 INFO O| May 08 21:22:48.184 INFO STEP 637 (remove_files) COMPLETE
63722025-05-08T21:22:49.027Z[ recovery-image] May 08 21:22:48.184 INFO O| May 08 21:22:48.184 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-05-08T21:22:49.042Z[ recovery-image] May 08 21:22:48.202 INFO O| May 08 21:22:48.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63742025-05-08T21:22:49.066Z[ recovery-image] May 08 21:22:48.226 INFO O| May 08 21:22:48.226 INFO STEP 638 (remove_files) COMPLETE
63752025-05-08T21:22:49.066Z[ recovery-image] May 08 21:22:48.226 INFO O| May 08 21:22:48.226 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-05-08T21:22:49.087Z[ recovery-image] May 08 21:22:48.246 INFO O| May 08 21:22:48.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63772025-05-08T21:22:49.090Z[ recovery-image] May 08 21:22:48.246 INFO O| May 08 21:22:48.246 INFO STEP 639 (remove_files) COMPLETE
63782025-05-08T21:22:49.090Z[ recovery-image] May 08 21:22:48.246 INFO O| May 08 21:22:48.246 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-05-08T21:22:49.116Z[ recovery-image] May 08 21:22:48.275 INFO O| May 08 21:22:48.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63802025-05-08T21:22:49.116Z[ recovery-image] May 08 21:22:48.275 INFO O| May 08 21:22:48.275 INFO STEP 640 (remove_files) COMPLETE
63812025-05-08T21:22:49.119Z[ recovery-image] May 08 21:22:48.275 INFO O| May 08 21:22:48.275 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-05-08T21:22:49.154Z[ recovery-image] May 08 21:22:48.314 INFO O| May 08 21:22:48.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63832025-05-08T21:22:49.154Z[ recovery-image] May 08 21:22:48.314 INFO O| May 08 21:22:48.314 INFO STEP 641 (remove_files) COMPLETE
63842025-05-08T21:22:49.158Z[ recovery-image] May 08 21:22:48.314 INFO O| May 08 21:22:48.314 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-05-08T21:22:49.171Z[ recovery-image] May 08 21:22:48.330 INFO O| May 08 21:22:48.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63862025-05-08T21:22:49.171Z[ recovery-image] May 08 21:22:48.330 INFO O| May 08 21:22:48.330 INFO STEP 642 (remove_files) COMPLETE
63872025-05-08T21:22:49.174Z[ recovery-image] May 08 21:22:48.331 INFO O| May 08 21:22:48.330 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-05-08T21:22:49.189Z[ recovery-image] May 08 21:22:48.348 INFO O| May 08 21:22:48.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63892025-05-08T21:22:49.189Z[ recovery-image] May 08 21:22:48.348 INFO O| May 08 21:22:48.348 INFO STEP 643 (remove_files) COMPLETE
63902025-05-08T21:22:49.189Z[ recovery-image] May 08 21:22:48.348 INFO O| May 08 21:22:48.348 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-05-08T21:22:49.207Z[ recovery-image] May 08 21:22:48.367 INFO O| May 08 21:22:48.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63922025-05-08T21:22:49.207Z[ recovery-image] May 08 21:22:48.367 INFO O| May 08 21:22:48.367 INFO STEP 644 (remove_files) COMPLETE
63932025-05-08T21:22:49.207Z[ recovery-image] May 08 21:22:48.367 INFO O| May 08 21:22:48.367 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-05-08T21:22:49.230Z[ recovery-image] May 08 21:22:48.389 INFO O| May 08 21:22:48.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63952025-05-08T21:22:49.230Z[ recovery-image] May 08 21:22:48.389 INFO O| May 08 21:22:48.389 INFO STEP 645 (remove_files) COMPLETE
63962025-05-08T21:22:49.230Z[ recovery-image] May 08 21:22:48.389 INFO O| May 08 21:22:48.389 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-05-08T21:22:49.271Z[ recovery-image] May 08 21:22:48.423 INFO O| May 08 21:22:48.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63982025-05-08T21:22:49.274Z[ recovery-image] May 08 21:22:48.423 INFO O| May 08 21:22:48.423 INFO STEP 646 (remove_files) COMPLETE
63992025-05-08T21:22:49.274Z[ recovery-image] May 08 21:22:48.423 INFO O| May 08 21:22:48.423 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-05-08T21:22:49.307Z[ recovery-image] May 08 21:22:48.465 INFO O| May 08 21:22:48.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64012025-05-08T21:22:49.307Z[ recovery-image] May 08 21:22:48.465 INFO O| May 08 21:22:48.465 INFO STEP 647 (remove_files) COMPLETE
64022025-05-08T21:22:49.311Z[ recovery-image] May 08 21:22:48.465 INFO O| May 08 21:22:48.465 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-05-08T21:22:49.327Z[ recovery-image] May 08 21:22:48.487 INFO O| May 08 21:22:48.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64042025-05-08T21:22:49.327Z[ recovery-image] May 08 21:22:48.487 INFO O| May 08 21:22:48.487 INFO STEP 648 (remove_files) COMPLETE
64052025-05-08T21:22:49.330Z[ recovery-image] May 08 21:22:48.487 INFO O| May 08 21:22:48.487 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-05-08T21:22:49.363Z[ recovery-image] May 08 21:22:48.522 INFO O| May 08 21:22:48.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64072025-05-08T21:22:49.363Z[ recovery-image] May 08 21:22:48.522 INFO O| May 08 21:22:48.522 INFO STEP 649 (remove_files) COMPLETE
64082025-05-08T21:22:49.363Z[ recovery-image] May 08 21:22:48.522 INFO O| May 08 21:22:48.522 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-05-08T21:22:49.383Z[ recovery-image] May 08 21:22:48.542 INFO O| May 08 21:22:48.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64102025-05-08T21:22:49.383Z[ recovery-image] May 08 21:22:48.542 INFO O| May 08 21:22:48.542 INFO STEP 650 (remove_files) COMPLETE
64112025-05-08T21:22:49.386Z[ recovery-image] May 08 21:22:48.542 INFO O| May 08 21:22:48.542 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-05-08T21:22:49.408Z[ recovery-image] May 08 21:22:48.568 INFO O| May 08 21:22:48.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64132025-05-08T21:22:49.409Z[ recovery-image] May 08 21:22:48.568 INFO O| May 08 21:22:48.568 INFO STEP 651 (remove_files) COMPLETE
64142025-05-08T21:22:49.409Z[ recovery-image] May 08 21:22:48.568 INFO O| May 08 21:22:48.568 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-05-08T21:22:49.432Z[ recovery-image] May 08 21:22:48.592 INFO O| May 08 21:22:48.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64162025-05-08T21:22:49.432Z[ recovery-image] May 08 21:22:48.592 INFO O| May 08 21:22:48.592 INFO STEP 652 (remove_files) COMPLETE
64172025-05-08T21:22:49.436Z[ recovery-image] May 08 21:22:48.592 INFO O| May 08 21:22:48.592 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-05-08T21:22:49.469Z[ recovery-image] May 08 21:22:48.628 INFO O| May 08 21:22:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64192025-05-08T21:22:49.472Z[ recovery-image] May 08 21:22:48.628 INFO O| May 08 21:22:48.628 INFO STEP 653 (remove_files) COMPLETE
64202025-05-08T21:22:49.473Z[ recovery-image] May 08 21:22:48.628 INFO O| May 08 21:22:48.628 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-05-08T21:22:49.493Z[ recovery-image] May 08 21:22:48.652 INFO O| May 08 21:22:48.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64222025-05-08T21:22:49.496Z[ recovery-image] May 08 21:22:48.652 INFO O| May 08 21:22:48.652 INFO STEP 654 (remove_files) COMPLETE
64232025-05-08T21:22:49.496Z[ recovery-image] May 08 21:22:48.652 INFO O| May 08 21:22:48.652 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-05-08T21:22:49.513Z[ recovery-image] May 08 21:22:48.672 INFO O| May 08 21:22:48.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64252025-05-08T21:22:49.513Z[ recovery-image] May 08 21:22:48.673 INFO O| May 08 21:22:48.673 INFO STEP 655 (remove_files) COMPLETE
64262025-05-08T21:22:49.516Z[ recovery-image] May 08 21:22:48.673 INFO O| May 08 21:22:48.673 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-05-08T21:22:49.550Z[ recovery-image] May 08 21:22:48.708 INFO O| May 08 21:22:48.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64282025-05-08T21:22:49.553Z[ recovery-image] May 08 21:22:48.708 INFO O| May 08 21:22:48.708 INFO STEP 656 (remove_files) COMPLETE
64292025-05-08T21:22:49.553Z[ recovery-image] May 08 21:22:48.709 INFO O| May 08 21:22:48.709 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-05-08T21:22:49.578Z[ recovery-image] May 08 21:22:48.733 INFO O| May 08 21:22:48.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64312025-05-08T21:22:49.578Z[ recovery-image] May 08 21:22:48.733 INFO O| May 08 21:22:48.733 INFO STEP 657 (remove_files) COMPLETE
64322025-05-08T21:22:49.592Z[ recovery-image] May 08 21:22:48.733 INFO O| May 08 21:22:48.733 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-05-08T21:22:49.599Z[ recovery-image] May 08 21:22:48.757 INFO O| May 08 21:22:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64342025-05-08T21:22:49.603Z[ recovery-image] May 08 21:22:48.758 INFO O| May 08 21:22:48.758 INFO STEP 658 (remove_files) COMPLETE
64352025-05-08T21:22:49.603Z[ recovery-image] May 08 21:22:48.758 INFO O| May 08 21:22:48.758 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-05-08T21:22:49.643Z[ recovery-image] May 08 21:22:48.794 INFO O| May 08 21:22:48.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64372025-05-08T21:22:49.643Z[ recovery-image] May 08 21:22:48.794 INFO O| May 08 21:22:48.794 INFO STEP 659 (remove_files) COMPLETE
64382025-05-08T21:22:49.652Z[ recovery-image] May 08 21:22:48.794 INFO O| May 08 21:22:48.794 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-05-08T21:22:49.679Z[ recovery-image] May 08 21:22:48.836 INFO O| May 08 21:22:48.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64402025-05-08T21:22:49.679Z[ recovery-image] May 08 21:22:48.837 INFO O| May 08 21:22:48.836 INFO STEP 660 (remove_files) COMPLETE
64412025-05-08T21:22:49.679Z[ recovery-image] May 08 21:22:48.837 INFO O| May 08 21:22:48.836 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-05-08T21:22:49.710Z[ recovery-image] May 08 21:22:48.869 INFO O| May 08 21:22:48.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64432025-05-08T21:22:49.711Z[ recovery-image] May 08 21:22:48.869 INFO O| May 08 21:22:48.869 INFO STEP 661 (remove_files) COMPLETE
64442025-05-08T21:22:49.711Z[ recovery-image] May 08 21:22:48.869 INFO O| May 08 21:22:48.869 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-05-08T21:22:49.796Z[ recovery-image] May 08 21:22:48.954 INFO O| May 08 21:22:48.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64462025-05-08T21:22:49.796Z[ recovery-image] May 08 21:22:48.954 INFO O| May 08 21:22:48.933 INFO STEP 662 (remove_files) COMPLETE
64472025-05-08T21:22:49.800Z[ recovery-image] May 08 21:22:48.954 INFO O| May 08 21:22:48.933 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-05-08T21:22:49.852Z[ recovery-image] May 08 21:22:49.011 INFO O| May 08 21:22:49.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64492025-05-08T21:22:49.853Z[ recovery-image] May 08 21:22:49.011 INFO O| May 08 21:22:49.011 INFO STEP 663 (remove_files) COMPLETE
64502025-05-08T21:22:49.853Z[ recovery-image] May 08 21:22:49.012 INFO O| May 08 21:22:49.011 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-05-08T21:22:49.873Z[ recovery-image] May 08 21:22:49.032 INFO O| May 08 21:22:49.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64522025-05-08T21:22:49.873Z[ recovery-image] May 08 21:22:49.032 INFO O| May 08 21:22:49.032 INFO STEP 664 (remove_files) COMPLETE
64532025-05-08T21:22:49.873Z[ recovery-image] May 08 21:22:49.032 INFO O| May 08 21:22:49.032 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-05-08T21:22:49.893Z[ recovery-image] May 08 21:22:49.053 INFO O| May 08 21:22:49.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64552025-05-08T21:22:49.893Z[ recovery-image] May 08 21:22:49.053 INFO O| May 08 21:22:49.053 INFO STEP 665 (remove_files) COMPLETE
64562025-05-08T21:22:49.897Z[ recovery-image] May 08 21:22:49.053 INFO O| May 08 21:22:49.053 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-05-08T21:22:49.915Z[ recovery-image] May 08 21:22:49.075 INFO O| May 08 21:22:49.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64582025-05-08T21:22:49.915Z[ recovery-image] May 08 21:22:49.075 INFO O| May 08 21:22:49.075 INFO STEP 666 (remove_files) COMPLETE
64592025-05-08T21:22:49.915Z[ recovery-image] May 08 21:22:49.075 INFO O| May 08 21:22:49.075 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-05-08T21:22:49.956Z[ recovery-image] May 08 21:22:49.115 INFO O| May 08 21:22:49.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64612025-05-08T21:22:49.956Z[ recovery-image] May 08 21:22:49.115 INFO O| May 08 21:22:49.115 INFO STEP 667 (remove_files) COMPLETE
64622025-05-08T21:22:49.956Z[ recovery-image] May 08 21:22:49.115 INFO O| May 08 21:22:49.115 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-05-08T21:22:49.989Z[ recovery-image] May 08 21:22:49.148 INFO O| May 08 21:22:49.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64642025-05-08T21:22:49.993Z[ recovery-image] May 08 21:22:49.149 INFO O| May 08 21:22:49.149 INFO STEP 668 (remove_files) COMPLETE
64652025-05-08T21:22:49.993Z[ recovery-image] May 08 21:22:49.149 INFO O| May 08 21:22:49.149 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-05-08T21:22:50.010Z[ recovery-image] May 08 21:22:49.169 INFO O| May 08 21:22:49.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64672025-05-08T21:22:50.010Z[ recovery-image] May 08 21:22:49.169 INFO O| May 08 21:22:49.169 INFO STEP 669 (remove_files) COMPLETE
64682025-05-08T21:22:50.010Z[ recovery-image] May 08 21:22:49.169 INFO O| May 08 21:22:49.169 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-05-08T21:22:50.049Z[ recovery-image] May 08 21:22:49.208 INFO O| May 08 21:22:49.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64702025-05-08T21:22:50.049Z[ recovery-image] May 08 21:22:49.208 INFO O| May 08 21:22:49.208 INFO STEP 670 (remove_files) COMPLETE
64712025-05-08T21:22:50.049Z[ recovery-image] May 08 21:22:49.208 INFO O| May 08 21:22:49.208 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-05-08T21:22:50.069Z[ recovery-image] May 08 21:22:49.228 INFO O| May 08 21:22:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64732025-05-08T21:22:50.090Z[ recovery-image] May 08 21:22:49.248 INFO O| May 08 21:22:49.248 INFO STEP 671 (remove_files) COMPLETE
64742025-05-08T21:22:50.090Z[ recovery-image] May 08 21:22:49.248 INFO O| May 08 21:22:49.248 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-05-08T21:22:50.146Z[ recovery-image] May 08 21:22:49.305 INFO O| May 08 21:22:49.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64762025-05-08T21:22:50.146Z[ recovery-image] May 08 21:22:49.305 INFO O| May 08 21:22:49.305 INFO STEP 672 (remove_files) COMPLETE
64772025-05-08T21:22:50.146Z[ recovery-image] May 08 21:22:49.305 INFO O| May 08 21:22:49.305 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-05-08T21:22:50.209Z[ recovery-image] May 08 21:22:49.367 INFO O| May 08 21:22:49.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64792025-05-08T21:22:50.209Z[ recovery-image] May 08 21:22:49.367 INFO O| May 08 21:22:49.367 INFO STEP 673 (remove_files) COMPLETE
64802025-05-08T21:22:50.209Z[ recovery-image] May 08 21:22:49.367 INFO O| May 08 21:22:49.367 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-05-08T21:22:50.230Z[ recovery-image] May 08 21:22:49.388 INFO O| May 08 21:22:49.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64822025-05-08T21:22:50.251Z[ recovery-image] May 08 21:22:49.410 INFO O| May 08 21:22:49.410 INFO STEP 674 (remove_files) COMPLETE
64832025-05-08T21:22:50.251Z[ recovery-image] May 08 21:22:49.410 INFO O| May 08 21:22:49.410 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-05-08T21:22:50.291Z[ recovery-image] May 08 21:22:49.449 INFO O| May 08 21:22:49.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64852025-05-08T21:22:50.291Z[ recovery-image] May 08 21:22:49.449 INFO O| May 08 21:22:49.449 INFO STEP 675 (remove_files) COMPLETE
64862025-05-08T21:22:50.291Z[ recovery-image] May 08 21:22:49.449 INFO O| May 08 21:22:49.449 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-05-08T21:22:50.311Z[ recovery-image] May 08 21:22:49.470 INFO O| May 08 21:22:49.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64882025-05-08T21:22:50.311Z[ recovery-image] May 08 21:22:49.470 INFO O| May 08 21:22:49.470 INFO STEP 676 (remove_files) COMPLETE
64892025-05-08T21:22:50.311Z[ recovery-image] May 08 21:22:49.470 INFO O| May 08 21:22:49.470 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-05-08T21:22:50.332Z[ recovery-image] May 08 21:22:49.491 INFO O| May 08 21:22:49.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64912025-05-08T21:22:50.332Z[ recovery-image] May 08 21:22:49.491 INFO O| May 08 21:22:49.491 INFO STEP 677 (remove_files) COMPLETE
64922025-05-08T21:22:50.332Z[ recovery-image] May 08 21:22:49.491 INFO O| May 08 21:22:49.491 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-05-08T21:22:50.351Z[ recovery-image] May 08 21:22:49.509 INFO O| May 08 21:22:49.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64942025-05-08T21:22:50.351Z[ recovery-image] May 08 21:22:49.509 INFO O| May 08 21:22:49.509 INFO STEP 678 (remove_files) COMPLETE
64952025-05-08T21:22:50.351Z[ recovery-image] May 08 21:22:49.509 INFO O| May 08 21:22:49.509 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-05-08T21:22:50.381Z[ recovery-image] May 08 21:22:49.541 INFO O| May 08 21:22:49.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64972025-05-08T21:22:50.381Z[ recovery-image] May 08 21:22:49.541 INFO O| May 08 21:22:49.541 INFO STEP 679 (remove_files) COMPLETE
64982025-05-08T21:22:50.381Z[ recovery-image] May 08 21:22:49.541 INFO O| May 08 21:22:49.541 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-05-08T21:22:50.402Z[ recovery-image] May 08 21:22:49.562 INFO O| May 08 21:22:49.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65002025-05-08T21:22:50.402Z[ recovery-image] May 08 21:22:49.562 INFO O| May 08 21:22:49.562 INFO STEP 680 (remove_files) COMPLETE
65012025-05-08T21:22:50.406Z[ recovery-image] May 08 21:22:49.562 INFO O| May 08 21:22:49.562 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-05-08T21:22:50.451Z[ recovery-image] May 08 21:22:49.601 INFO O| May 08 21:22:49.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65032025-05-08T21:22:50.451Z[ recovery-image] May 08 21:22:49.601 INFO O| May 08 21:22:49.601 INFO STEP 681 (remove_files) COMPLETE
65042025-05-08T21:22:50.451Z[ recovery-image] May 08 21:22:49.601 INFO O| May 08 21:22:49.601 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-05-08T21:22:50.462Z[ recovery-image] May 08 21:22:49.621 INFO O| May 08 21:22:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65062025-05-08T21:22:50.462Z[ recovery-image] May 08 21:22:49.621 INFO O| May 08 21:22:49.621 INFO STEP 682 (remove_files) COMPLETE
65072025-05-08T21:22:50.466Z[ recovery-image] May 08 21:22:49.621 INFO O| May 08 21:22:49.621 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-05-08T21:22:50.498Z[ recovery-image] May 08 21:22:49.655 INFO O| May 08 21:22:49.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65092025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.655 INFO O| May 08 21:22:49.655 INFO STEP 683 (remove_files) COMPLETE
65102025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.655 INFO O| May 08 21:22:49.655 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.675 INFO O| May 08 21:22:49.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65122025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.676 INFO O| May 08 21:22:49.676 INFO STEP 684 (remove_files) COMPLETE
65132025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.676 INFO O| May 08 21:22:49.676 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.696 INFO O| May 08 21:22:49.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65152025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.696 INFO O| May 08 21:22:49.696 INFO STEP 685 (remove_files) COMPLETE
65162025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.696 INFO O| May 08 21:22:49.696 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.721 INFO O| May 08 21:22:49.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65182025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.721 INFO O| May 08 21:22:49.721 INFO STEP 686 (remove_files) COMPLETE
65192025-05-08T21:22:50.574Z[ recovery-image] May 08 21:22:49.721 INFO O| May 08 21:22:49.721 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-05-08T21:22:50.581Z[ recovery-image] May 08 21:22:49.740 INFO O| May 08 21:22:49.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65212025-05-08T21:22:50.581Z[ recovery-image] May 08 21:22:49.740 INFO O| May 08 21:22:49.740 INFO STEP 687 (remove_files) COMPLETE
65222025-05-08T21:22:50.581Z[ recovery-image] May 08 21:22:49.740 INFO O| May 08 21:22:49.740 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-05-08T21:22:50.613Z[ recovery-image] May 08 21:22:49.771 INFO O| May 08 21:22:49.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65242025-05-08T21:22:50.613Z[ recovery-image] May 08 21:22:49.771 INFO O| May 08 21:22:49.771 INFO STEP 688 (remove_files) COMPLETE
65252025-05-08T21:22:50.613Z[ recovery-image] May 08 21:22:49.771 INFO O| May 08 21:22:49.771 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-05-08T21:22:50.645Z[ recovery-image] May 08 21:22:49.804 INFO O| May 08 21:22:49.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65272025-05-08T21:22:50.645Z[ recovery-image] May 08 21:22:49.805 INFO O| May 08 21:22:49.804 INFO STEP 689 (remove_files) COMPLETE
65282025-05-08T21:22:50.649Z[ recovery-image] May 08 21:22:49.805 INFO O| May 08 21:22:49.805 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-05-08T21:22:50.664Z[ recovery-image] May 08 21:22:49.823 INFO O| May 08 21:22:49.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65302025-05-08T21:22:50.741Z[ recovery-image] May 08 21:22:49.900 INFO O| May 08 21:22:49.900 INFO STEP 690 (remove_files) COMPLETE
65312025-05-08T21:22:50.741Z[ recovery-image] May 08 21:22:49.900 INFO O| May 08 21:22:49.900 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-05-08T21:22:50.838Z[ recovery-image] May 08 21:22:49.997 INFO O| May 08 21:22:49.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65332025-05-08T21:22:50.841Z[ recovery-image] May 08 21:22:49.997 INFO O| May 08 21:22:49.997 INFO STEP 691 (remove_files) COMPLETE
65342025-05-08T21:22:50.841Z[ recovery-image] May 08 21:22:49.997 INFO O| May 08 21:22:49.997 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-05-08T21:22:50.857Z[ recovery-image] May 08 21:22:50.016 INFO O| May 08 21:22:50.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65362025-05-08T21:22:50.857Z[ recovery-image] May 08 21:22:50.016 INFO O| May 08 21:22:50.016 INFO STEP 692 (remove_files) COMPLETE
65372025-05-08T21:22:50.857Z[ recovery-image] May 08 21:22:50.016 INFO O| May 08 21:22:50.016 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-05-08T21:22:50.891Z[ recovery-image] May 08 21:22:50.050 INFO O| May 08 21:22:50.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65392025-05-08T21:22:50.891Z[ recovery-image] May 08 21:22:50.050 INFO O| May 08 21:22:50.050 INFO STEP 693 (remove_files) COMPLETE
65402025-05-08T21:22:50.891Z[ recovery-image] May 08 21:22:50.050 INFO O| May 08 21:22:50.050 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-05-08T21:22:50.922Z[ recovery-image] May 08 21:22:50.081 INFO O| May 08 21:22:50.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65422025-05-08T21:22:50.942Z[ recovery-image] May 08 21:22:50.101 INFO O| May 08 21:22:50.101 INFO STEP 694 (remove_files) COMPLETE
65432025-05-08T21:22:50.942Z[ recovery-image] May 08 21:22:50.101 INFO O| May 08 21:22:50.101 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-05-08T21:22:50.979Z[ recovery-image] May 08 21:22:50.139 INFO O| May 08 21:22:50.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65452025-05-08T21:22:50.979Z[ recovery-image] May 08 21:22:50.139 INFO O| May 08 21:22:50.139 INFO STEP 695 (remove_files) COMPLETE
65462025-05-08T21:22:50.979Z[ recovery-image] May 08 21:22:50.139 INFO O| May 08 21:22:50.139 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-05-08T21:22:51.007Z[ recovery-image] May 08 21:22:50.166 INFO O| May 08 21:22:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65482025-05-08T21:22:51.007Z[ recovery-image] May 08 21:22:50.166 INFO O| May 08 21:22:50.166 INFO STEP 696 (remove_files) COMPLETE
65492025-05-08T21:22:51.011Z[ recovery-image] May 08 21:22:50.166 INFO O| May 08 21:22:50.166 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-05-08T21:22:51.056Z[ recovery-image] May 08 21:22:50.215 INFO O| May 08 21:22:50.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65512025-05-08T21:22:51.059Z[ recovery-image] May 08 21:22:50.215 INFO O| May 08 21:22:50.215 INFO STEP 697 (remove_files) COMPLETE
65522025-05-08T21:22:51.059Z[ recovery-image] May 08 21:22:50.215 INFO O| May 08 21:22:50.215 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-05-08T21:22:51.076Z[ recovery-image] May 08 21:22:50.236 INFO O| May 08 21:22:50.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65542025-05-08T21:22:51.080Z[ recovery-image] May 08 21:22:50.236 INFO O| May 08 21:22:50.236 INFO STEP 698 (remove_files) COMPLETE
65552025-05-08T21:22:51.080Z[ recovery-image] May 08 21:22:50.236 INFO O| May 08 21:22:50.236 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-05-08T21:22:51.095Z[ recovery-image] May 08 21:22:50.254 INFO O| May 08 21:22:50.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65572025-05-08T21:22:51.099Z[ recovery-image] May 08 21:22:50.254 INFO O| May 08 21:22:50.254 INFO STEP 699 (remove_files) COMPLETE
65582025-05-08T21:22:51.099Z[ recovery-image] May 08 21:22:50.255 INFO O| May 08 21:22:50.254 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-05-08T21:22:51.150Z[ recovery-image] May 08 21:22:50.309 INFO O| May 08 21:22:50.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65602025-05-08T21:22:51.150Z[ recovery-image] May 08 21:22:50.309 INFO O| May 08 21:22:50.309 INFO STEP 700 (remove_files) COMPLETE
65612025-05-08T21:22:51.150Z[ recovery-image] May 08 21:22:50.309 INFO O| May 08 21:22:50.309 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-05-08T21:22:51.211Z[ recovery-image] May 08 21:22:50.370 INFO O| May 08 21:22:50.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65632025-05-08T21:22:51.214Z[ recovery-image] May 08 21:22:50.370 INFO O| May 08 21:22:50.370 INFO STEP 701 (remove_files) COMPLETE
65642025-05-08T21:22:51.214Z[ recovery-image] May 08 21:22:50.370 INFO O| May 08 21:22:50.370 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-05-08T21:22:51.233Z[ recovery-image] May 08 21:22:50.392 INFO O| May 08 21:22:50.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65662025-05-08T21:22:51.236Z[ recovery-image] May 08 21:22:50.392 INFO O| May 08 21:22:50.392 INFO STEP 702 (remove_files) COMPLETE
65672025-05-08T21:22:51.236Z[ recovery-image] May 08 21:22:50.392 INFO O| May 08 21:22:50.392 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-05-08T21:22:51.274Z[ recovery-image] May 08 21:22:50.433 INFO O| May 08 21:22:50.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65692025-05-08T21:22:51.274Z[ recovery-image] May 08 21:22:50.433 INFO O| May 08 21:22:50.433 INFO STEP 703 (remove_files) COMPLETE
65702025-05-08T21:22:51.277Z[ recovery-image] May 08 21:22:50.433 INFO O| May 08 21:22:50.433 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-05-08T21:22:51.298Z[ recovery-image] May 08 21:22:50.457 INFO O| May 08 21:22:50.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65722025-05-08T21:22:51.298Z[ recovery-image] May 08 21:22:50.457 INFO O| May 08 21:22:50.457 INFO STEP 704 (remove_files) COMPLETE
65732025-05-08T21:22:51.302Z[ recovery-image] May 08 21:22:50.457 INFO O| May 08 21:22:50.457 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-05-08T21:22:51.320Z[ recovery-image] May 08 21:22:50.479 INFO O| May 08 21:22:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65752025-05-08T21:22:51.320Z[ recovery-image] May 08 21:22:50.479 INFO O| May 08 21:22:50.479 INFO STEP 705 (remove_files) COMPLETE
65762025-05-08T21:22:51.323Z[ recovery-image] May 08 21:22:50.479 INFO O| May 08 21:22:50.479 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-05-08T21:22:51.342Z[ recovery-image] May 08 21:22:50.501 INFO O| May 08 21:22:50.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65782025-05-08T21:22:51.363Z[ recovery-image] May 08 21:22:50.521 INFO O| May 08 21:22:50.521 INFO STEP 706 (remove_files) COMPLETE
65792025-05-08T21:22:51.363Z[ recovery-image] May 08 21:22:50.521 INFO O| May 08 21:22:50.521 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-05-08T21:22:51.401Z[ recovery-image] May 08 21:22:50.560 INFO O| May 08 21:22:50.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65812025-05-08T21:22:51.401Z[ recovery-image] May 08 21:22:50.560 INFO O| May 08 21:22:50.560 INFO STEP 707 (remove_files) COMPLETE
65822025-05-08T21:22:51.401Z[ recovery-image] May 08 21:22:50.560 INFO O| May 08 21:22:50.560 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-05-08T21:22:51.462Z[ recovery-image] May 08 21:22:50.621 INFO O| May 08 21:22:50.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65842025-05-08T21:22:51.465Z[ recovery-image] May 08 21:22:50.621 INFO O| May 08 21:22:50.621 INFO STEP 708 (remove_files) COMPLETE
65852025-05-08T21:22:51.465Z[ recovery-image] May 08 21:22:50.621 INFO O| May 08 21:22:50.621 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-05-08T21:22:51.483Z[ recovery-image] May 08 21:22:50.643 INFO O| May 08 21:22:50.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65872025-05-08T21:22:51.488Z[ recovery-image] May 08 21:22:50.643 INFO O| May 08 21:22:50.643 INFO STEP 709 (remove_files) COMPLETE
65882025-05-08T21:22:51.488Z[ recovery-image] May 08 21:22:50.643 INFO O| May 08 21:22:50.643 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-05-08T21:22:51.506Z[ recovery-image] May 08 21:22:50.666 INFO O| May 08 21:22:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65902025-05-08T21:22:51.510Z[ recovery-image] May 08 21:22:50.666 INFO O| May 08 21:22:50.666 INFO STEP 710 (remove_files) COMPLETE
65912025-05-08T21:22:51.510Z[ recovery-image] May 08 21:22:50.666 INFO O| May 08 21:22:50.666 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-05-08T21:22:51.546Z[ recovery-image] May 08 21:22:50.705 INFO O| May 08 21:22:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65932025-05-08T21:22:51.546Z[ recovery-image] May 08 21:22:50.705 INFO O| May 08 21:22:50.705 INFO STEP 711 (remove_files) COMPLETE
65942025-05-08T21:22:51.546Z[ recovery-image] May 08 21:22:50.705 INFO O| May 08 21:22:50.705 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-05-08T21:22:51.564Z[ recovery-image] May 08 21:22:50.724 INFO O| May 08 21:22:50.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65962025-05-08T21:22:51.564Z[ recovery-image] May 08 21:22:50.724 INFO O| May 08 21:22:50.724 INFO STEP 712 (remove_files) COMPLETE
65972025-05-08T21:22:51.568Z[ recovery-image] May 08 21:22:50.724 INFO O| May 08 21:22:50.724 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-05-08T21:22:51.584Z[ recovery-image] May 08 21:22:50.743 INFO O| May 08 21:22:50.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65992025-05-08T21:22:51.584Z[ recovery-image] May 08 21:22:50.743 INFO O| May 08 21:22:50.743 INFO STEP 713 (remove_files) COMPLETE
66002025-05-08T21:22:51.584Z[ recovery-image] May 08 21:22:50.743 INFO O| May 08 21:22:50.743 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-05-08T21:22:51.615Z[ recovery-image] May 08 21:22:50.774 INFO O| May 08 21:22:50.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66022025-05-08T21:22:51.615Z[ recovery-image] May 08 21:22:50.774 INFO O| May 08 21:22:50.774 INFO STEP 714 (remove_files) COMPLETE
66032025-05-08T21:22:51.620Z[ recovery-image] May 08 21:22:50.774 INFO O| May 08 21:22:50.774 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-05-08T21:22:51.649Z[ recovery-image] May 08 21:22:50.809 INFO O| May 08 21:22:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66052025-05-08T21:22:51.653Z[ recovery-image] May 08 21:22:50.809 INFO O| May 08 21:22:50.809 INFO STEP 715 (remove_files) COMPLETE
66062025-05-08T21:22:51.653Z[ recovery-image] May 08 21:22:50.809 INFO O| May 08 21:22:50.809 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-05-08T21:22:51.700Z[ recovery-image] May 08 21:22:50.859 INFO O| May 08 21:22:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66082025-05-08T21:22:51.700Z[ recovery-image] May 08 21:22:50.859 INFO O| May 08 21:22:50.859 INFO STEP 716 (remove_files) COMPLETE
66092025-05-08T21:22:51.700Z[ recovery-image] May 08 21:22:50.859 INFO O| May 08 21:22:50.859 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-05-08T21:22:51.733Z[ recovery-image] May 08 21:22:50.892 INFO O| May 08 21:22:50.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66112025-05-08T21:22:51.733Z[ recovery-image] May 08 21:22:50.892 INFO O| May 08 21:22:50.892 INFO STEP 717 (remove_files) COMPLETE
66122025-05-08T21:22:51.733Z[ recovery-image] May 08 21:22:50.892 INFO O| May 08 21:22:50.892 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-05-08T21:22:51.773Z[ recovery-image] May 08 21:22:50.932 INFO O| May 08 21:22:50.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66142025-05-08T21:22:51.773Z[ recovery-image] May 08 21:22:50.932 INFO O| May 08 21:22:50.932 INFO STEP 718 (remove_files) COMPLETE
66152025-05-08T21:22:51.776Z[ recovery-image] May 08 21:22:50.932 INFO O| May 08 21:22:50.932 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-05-08T21:22:51.836Z[ recovery-image] May 08 21:22:50.995 INFO O| May 08 21:22:50.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66172025-05-08T21:22:51.859Z[ recovery-image] May 08 21:22:51.018 INFO O| May 08 21:22:51.018 INFO STEP 719 (remove_files) COMPLETE
66182025-05-08T21:22:51.859Z[ recovery-image] May 08 21:22:51.018 INFO O| May 08 21:22:51.018 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-05-08T21:22:51.881Z[ recovery-image] May 08 21:22:51.040 INFO O| May 08 21:22:51.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66202025-05-08T21:22:51.885Z[ recovery-image] May 08 21:22:51.041 INFO O| May 08 21:22:51.041 INFO STEP 720 (remove_files) COMPLETE
66212025-05-08T21:22:51.885Z[ recovery-image] May 08 21:22:51.041 INFO O| May 08 21:22:51.041 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-05-08T21:22:51.924Z[ recovery-image] May 08 21:22:51.084 INFO O| May 08 21:22:51.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66232025-05-08T21:22:51.924Z[ recovery-image] May 08 21:22:51.084 INFO O| May 08 21:22:51.084 INFO STEP 721 (remove_files) COMPLETE
66242025-05-08T21:22:51.928Z[ recovery-image] May 08 21:22:51.084 INFO O| May 08 21:22:51.084 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-05-08T21:22:51.961Z[ recovery-image] May 08 21:22:51.121 INFO O| May 08 21:22:51.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66262025-05-08T21:22:51.962Z[ recovery-image] May 08 21:22:51.121 INFO O| May 08 21:22:51.110 INFO STEP 722 (remove_files) COMPLETE
66272025-05-08T21:22:51.962Z[ recovery-image] May 08 21:22:51.121 INFO O| May 08 21:22:51.110 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-05-08T21:22:51.972Z[ recovery-image] May 08 21:22:51.131 INFO O| May 08 21:22:51.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66292025-05-08T21:22:51.976Z[ recovery-image] May 08 21:22:51.131 INFO O| May 08 21:22:51.131 INFO STEP 723 (remove_files) COMPLETE
66302025-05-08T21:22:51.976Z[ recovery-image] May 08 21:22:51.131 INFO O| May 08 21:22:51.131 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-05-08T21:22:52.003Z[ recovery-image] May 08 21:22:51.162 INFO O| May 08 21:22:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66322025-05-08T21:22:52.003Z[ recovery-image] May 08 21:22:51.162 INFO O| May 08 21:22:51.162 INFO STEP 724 (remove_files) COMPLETE
66332025-05-08T21:22:52.003Z[ recovery-image] May 08 21:22:51.162 INFO O| May 08 21:22:51.162 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-05-08T21:22:52.028Z[ recovery-image] May 08 21:22:51.187 INFO O| May 08 21:22:51.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66352025-05-08T21:22:52.031Z[ recovery-image] May 08 21:22:51.187 INFO O| May 08 21:22:51.187 INFO STEP 725 (remove_files) COMPLETE
66362025-05-08T21:22:52.031Z[ recovery-image] May 08 21:22:51.187 INFO O| May 08 21:22:51.187 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-05-08T21:22:52.067Z[ recovery-image] May 08 21:22:51.226 INFO O| May 08 21:22:51.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66382025-05-08T21:22:52.067Z[ recovery-image] May 08 21:22:51.226 INFO O| May 08 21:22:51.226 INFO STEP 726 (remove_files) COMPLETE
66392025-05-08T21:22:52.067Z[ recovery-image] May 08 21:22:51.226 INFO O| May 08 21:22:51.226 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-05-08T21:22:52.086Z[ recovery-image] May 08 21:22:51.245 INFO O| May 08 21:22:51.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66412025-05-08T21:22:52.086Z[ recovery-image] May 08 21:22:51.245 INFO O| May 08 21:22:51.245 INFO STEP 727 (remove_files) COMPLETE
66422025-05-08T21:22:52.086Z[ recovery-image] May 08 21:22:51.245 INFO O| May 08 21:22:51.245 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-05-08T21:22:52.107Z[ recovery-image] May 08 21:22:51.266 INFO O| May 08 21:22:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66442025-05-08T21:22:52.107Z[ recovery-image] May 08 21:22:51.266 INFO O| May 08 21:22:51.266 INFO STEP 728 (remove_files) COMPLETE
66452025-05-08T21:22:52.107Z[ recovery-image] May 08 21:22:51.266 INFO O| May 08 21:22:51.266 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-05-08T21:22:52.127Z[ recovery-image] May 08 21:22:51.286 INFO O| May 08 21:22:51.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66472025-05-08T21:22:52.127Z[ recovery-image] May 08 21:22:51.286 INFO O| May 08 21:22:51.286 INFO STEP 729 (remove_files) COMPLETE
66482025-05-08T21:22:52.127Z[ recovery-image] May 08 21:22:51.286 INFO O| May 08 21:22:51.286 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-05-08T21:22:52.149Z[ recovery-image] May 08 21:22:51.307 INFO O| May 08 21:22:51.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66502025-05-08T21:22:52.149Z[ recovery-image] May 08 21:22:51.307 INFO O| May 08 21:22:51.307 INFO STEP 730 (remove_files) COMPLETE
66512025-05-08T21:22:52.149Z[ recovery-image] May 08 21:22:51.307 INFO O| May 08 21:22:51.307 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-05-08T21:22:52.190Z[ recovery-image] May 08 21:22:51.349 INFO O| May 08 21:22:51.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66532025-05-08T21:22:52.194Z[ recovery-image] May 08 21:22:51.350 INFO O| May 08 21:22:51.350 INFO STEP 731 (remove_files) COMPLETE
66542025-05-08T21:22:52.194Z[ recovery-image] May 08 21:22:51.350 INFO O| May 08 21:22:51.350 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-05-08T21:22:52.213Z[ recovery-image] May 08 21:22:51.372 INFO O| May 08 21:22:51.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66562025-05-08T21:22:52.217Z[ recovery-image] May 08 21:22:51.373 INFO O| May 08 21:22:51.373 INFO STEP 732 (remove_files) COMPLETE
66572025-05-08T21:22:52.217Z[ recovery-image] May 08 21:22:51.373 INFO O| May 08 21:22:51.373 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-05-08T21:22:52.234Z[ recovery-image] May 08 21:22:51.393 INFO O| May 08 21:22:51.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66592025-05-08T21:22:52.234Z[ recovery-image] May 08 21:22:51.393 INFO O| May 08 21:22:51.393 INFO STEP 733 (remove_files) COMPLETE
66602025-05-08T21:22:52.237Z[ recovery-image] May 08 21:22:51.393 INFO O| May 08 21:22:51.393 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-05-08T21:22:52.268Z[ recovery-image] May 08 21:22:51.428 INFO O| May 08 21:22:51.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66622025-05-08T21:22:52.268Z[ recovery-image] May 08 21:22:51.428 INFO O| May 08 21:22:51.428 INFO STEP 734 (remove_files) COMPLETE
66632025-05-08T21:22:52.268Z[ recovery-image] May 08 21:22:51.428 INFO O| May 08 21:22:51.428 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-05-08T21:22:52.295Z[ recovery-image] May 08 21:22:51.454 INFO O| May 08 21:22:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66652025-05-08T21:22:52.298Z[ recovery-image] May 08 21:22:51.454 INFO O| May 08 21:22:51.454 INFO STEP 735 (remove_files) COMPLETE
66662025-05-08T21:22:52.298Z[ recovery-image] May 08 21:22:51.455 INFO O| May 08 21:22:51.455 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-05-08T21:22:52.317Z[ recovery-image] May 08 21:22:51.476 INFO O| May 08 21:22:51.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66682025-05-08T21:22:52.325Z[ recovery-image] May 08 21:22:51.476 INFO O| May 08 21:22:51.476 INFO STEP 736 (remove_files) COMPLETE
66692025-05-08T21:22:52.325Z[ recovery-image] May 08 21:22:51.476 INFO O| May 08 21:22:51.476 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-05-08T21:22:52.337Z[ recovery-image] May 08 21:22:51.496 INFO O| May 08 21:22:51.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66712025-05-08T21:22:52.337Z[ recovery-image] May 08 21:22:51.496 INFO O| May 08 21:22:51.496 INFO STEP 737 (remove_files) COMPLETE
66722025-05-08T21:22:52.340Z[ recovery-image] May 08 21:22:51.496 INFO O| May 08 21:22:51.496 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-05-08T21:22:52.368Z[ recovery-image] May 08 21:22:51.526 INFO O| May 08 21:22:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66742025-05-08T21:22:52.368Z[ recovery-image] May 08 21:22:51.526 INFO O| May 08 21:22:51.526 INFO STEP 738 (remove_files) COMPLETE
66752025-05-08T21:22:52.368Z[ recovery-image] May 08 21:22:51.526 INFO O| May 08 21:22:51.526 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-05-08T21:22:52.514Z[ recovery-image] May 08 21:22:51.673 INFO O| May 08 21:22:51.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66772025-05-08T21:22:52.514Z[ recovery-image] May 08 21:22:51.673 INFO O| May 08 21:22:51.673 INFO STEP 739 (remove_files) COMPLETE
66782025-05-08T21:22:52.514Z[ recovery-image] May 08 21:22:51.673 INFO O| May 08 21:22:51.673 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-05-08T21:22:52.536Z[ recovery-image] May 08 21:22:51.694 INFO O| May 08 21:22:51.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66802025-05-08T21:22:52.536Z[ recovery-image] May 08 21:22:51.694 INFO O| May 08 21:22:51.694 INFO STEP 740 (remove_files) COMPLETE
66812025-05-08T21:22:52.539Z[ recovery-image] May 08 21:22:51.695 INFO O| May 08 21:22:51.694 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-05-08T21:22:52.570Z[ recovery-image] May 08 21:22:51.728 INFO O| May 08 21:22:51.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66832025-05-08T21:22:52.570Z[ recovery-image] May 08 21:22:51.728 INFO O| May 08 21:22:51.728 INFO STEP 741 (remove_files) COMPLETE
66842025-05-08T21:22:52.570Z[ recovery-image] May 08 21:22:51.729 INFO O| May 08 21:22:51.728 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-05-08T21:22:52.592Z[ recovery-image] May 08 21:22:51.750 INFO O| May 08 21:22:51.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66862025-05-08T21:22:52.592Z[ recovery-image] May 08 21:22:51.750 INFO O| May 08 21:22:51.750 INFO STEP 742 (remove_files) COMPLETE
66872025-05-08T21:22:52.592Z[ recovery-image] May 08 21:22:51.750 INFO O| May 08 21:22:51.750 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-05-08T21:22:52.614Z[ recovery-image] May 08 21:22:51.771 INFO O| May 08 21:22:51.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66892025-05-08T21:22:52.614Z[ recovery-image] May 08 21:22:51.772 INFO O| May 08 21:22:51.771 INFO STEP 743 (remove_files) COMPLETE
66902025-05-08T21:22:52.618Z[ recovery-image] May 08 21:22:51.772 INFO O| May 08 21:22:51.772 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-05-08T21:22:52.634Z[ recovery-image] May 08 21:22:51.793 INFO O| May 08 21:22:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66922025-05-08T21:22:52.634Z[ recovery-image] May 08 21:22:51.794 INFO O| May 08 21:22:51.794 INFO STEP 744 (remove_files) COMPLETE
66932025-05-08T21:22:52.634Z[ recovery-image] May 08 21:22:51.794 INFO O| May 08 21:22:51.794 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-05-08T21:22:52.657Z[ recovery-image] May 08 21:22:51.816 INFO O| May 08 21:22:51.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66952025-05-08T21:22:52.657Z[ recovery-image] May 08 21:22:51.817 INFO O| May 08 21:22:51.817 INFO STEP 745 (remove_files) COMPLETE
66962025-05-08T21:22:52.657Z[ recovery-image] May 08 21:22:51.817 INFO O| May 08 21:22:51.817 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-05-08T21:22:52.680Z[ recovery-image] May 08 21:22:51.839 INFO O| May 08 21:22:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66982025-05-08T21:22:52.680Z[ recovery-image] May 08 21:22:51.839 INFO O| May 08 21:22:51.839 INFO STEP 746 (remove_files) COMPLETE
66992025-05-08T21:22:52.680Z[ recovery-image] May 08 21:22:51.839 INFO O| May 08 21:22:51.839 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-05-08T21:22:52.704Z[ recovery-image] May 08 21:22:51.860 INFO O| May 08 21:22:51.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67012025-05-08T21:22:52.704Z[ recovery-image] May 08 21:22:51.860 INFO O| May 08 21:22:51.860 INFO STEP 747 (remove_files) COMPLETE
67022025-05-08T21:22:52.705Z[ recovery-image] May 08 21:22:51.860 INFO O| May 08 21:22:51.860 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-05-08T21:22:52.765Z[ recovery-image] May 08 21:22:51.924 INFO O| May 08 21:22:51.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67042025-05-08T21:22:52.765Z[ recovery-image] May 08 21:22:51.924 INFO O| May 08 21:22:51.924 INFO STEP 748 (remove_files) COMPLETE
67052025-05-08T21:22:52.769Z[ recovery-image] May 08 21:22:51.924 INFO O| May 08 21:22:51.924 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-05-08T21:22:52.788Z[ recovery-image] May 08 21:22:51.947 INFO O| May 08 21:22:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67072025-05-08T21:22:52.788Z[ recovery-image] May 08 21:22:51.947 INFO O| May 08 21:22:51.947 INFO STEP 749 (remove_files) COMPLETE
67082025-05-08T21:22:52.788Z[ recovery-image] May 08 21:22:51.947 INFO O| May 08 21:22:51.947 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-05-08T21:22:52.809Z[ recovery-image] May 08 21:22:51.968 INFO O| May 08 21:22:51.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67102025-05-08T21:22:52.863Z[ recovery-image] May 08 21:22:51.990 INFO O| May 08 21:22:51.990 INFO STEP 750 (remove_files) COMPLETE
67112025-05-08T21:22:52.863Z[ recovery-image] May 08 21:22:51.990 INFO O| May 08 21:22:51.990 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-05-08T21:22:52.881Z[ recovery-image] May 08 21:22:52.039 INFO O| May 08 21:22:52.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67132025-05-08T21:22:52.881Z[ recovery-image] May 08 21:22:52.039 INFO O| May 08 21:22:52.039 INFO STEP 751 (remove_files) COMPLETE
67142025-05-08T21:22:52.889Z[ recovery-image] May 08 21:22:52.039 INFO O| May 08 21:22:52.039 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-05-08T21:22:52.912Z[ recovery-image] May 08 21:22:52.070 INFO O| May 08 21:22:52.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67162025-05-08T21:22:52.936Z[ recovery-image] May 08 21:22:52.095 INFO O| May 08 21:22:52.095 INFO STEP 752 (remove_files) COMPLETE
67172025-05-08T21:22:52.936Z[ recovery-image] May 08 21:22:52.095 INFO O| May 08 21:22:52.095 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-05-08T21:22:52.957Z[ recovery-image] May 08 21:22:52.116 INFO O| May 08 21:22:52.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67192025-05-08T21:22:52.962Z[ recovery-image] May 08 21:22:52.116 INFO O| May 08 21:22:52.116 INFO STEP 753 (remove_files) COMPLETE
67202025-05-08T21:22:52.962Z[ recovery-image] May 08 21:22:52.116 INFO O| May 08 21:22:52.116 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-05-08T21:22:52.979Z[ recovery-image] May 08 21:22:52.137 INFO O| May 08 21:22:52.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67222025-05-08T21:22:52.979Z[ recovery-image] May 08 21:22:52.137 INFO O| May 08 21:22:52.137 INFO STEP 754 (remove_files) COMPLETE
67232025-05-08T21:22:52.979Z[ recovery-image] May 08 21:22:52.137 INFO O| May 08 21:22:52.137 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-05-08T21:22:53.008Z[ recovery-image] May 08 21:22:52.164 INFO O| May 08 21:22:52.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67252025-05-08T21:22:53.008Z[ recovery-image] May 08 21:22:52.165 INFO O| May 08 21:22:52.165 INFO STEP 755 (remove_files) COMPLETE
67262025-05-08T21:22:53.015Z[ recovery-image] May 08 21:22:52.165 INFO O| May 08 21:22:52.165 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-05-08T21:22:53.062Z[ recovery-image] May 08 21:22:52.218 INFO O| May 08 21:22:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67282025-05-08T21:22:53.062Z[ recovery-image] May 08 21:22:52.218 INFO O| May 08 21:22:52.218 INFO STEP 756 (remove_files) COMPLETE
67292025-05-08T21:22:53.062Z[ recovery-image] May 08 21:22:52.218 INFO O| May 08 21:22:52.218 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-05-08T21:22:53.080Z[ recovery-image] May 08 21:22:52.239 INFO O| May 08 21:22:52.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67312025-05-08T21:22:53.080Z[ recovery-image] May 08 21:22:52.240 INFO O| May 08 21:22:52.240 INFO STEP 757 (remove_files) COMPLETE
67322025-05-08T21:22:53.089Z[ recovery-image] May 08 21:22:52.240 INFO O| May 08 21:22:52.240 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-05-08T21:22:53.123Z[ recovery-image] May 08 21:22:52.277 INFO O| May 08 21:22:52.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67342025-05-08T21:22:53.123Z[ recovery-image] May 08 21:22:52.277 INFO O| May 08 21:22:52.277 INFO STEP 758 (remove_files) COMPLETE
67352025-05-08T21:22:53.138Z[ recovery-image] May 08 21:22:52.277 INFO O| May 08 21:22:52.277 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-05-08T21:22:53.156Z[ recovery-image] May 08 21:22:52.314 INFO O| May 08 21:22:52.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67372025-05-08T21:22:53.156Z[ recovery-image] May 08 21:22:52.314 INFO O| May 08 21:22:52.314 INFO STEP 759 (remove_files) COMPLETE
67382025-05-08T21:22:53.156Z[ recovery-image] May 08 21:22:52.314 INFO O| May 08 21:22:52.314 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-05-08T21:22:53.179Z[ recovery-image] May 08 21:22:52.336 INFO O| May 08 21:22:52.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67402025-05-08T21:22:53.179Z[ recovery-image] May 08 21:22:52.336 INFO O| May 08 21:22:52.336 INFO STEP 760 (remove_files) COMPLETE
67412025-05-08T21:22:53.195Z[ recovery-image] May 08 21:22:52.336 INFO O| May 08 21:22:52.336 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-05-08T21:22:53.198Z[ recovery-image] May 08 21:22:52.357 INFO O| May 08 21:22:52.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67432025-05-08T21:22:53.199Z[ recovery-image] May 08 21:22:52.357 INFO O| May 08 21:22:52.357 INFO STEP 761 (remove_files) COMPLETE
67442025-05-08T21:22:53.199Z[ recovery-image] May 08 21:22:52.357 INFO O| May 08 21:22:52.357 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-05-08T21:22:53.219Z[ recovery-image] May 08 21:22:52.378 INFO O| May 08 21:22:52.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67462025-05-08T21:22:53.219Z[ recovery-image] May 08 21:22:52.378 INFO O| May 08 21:22:52.378 INFO STEP 762 (remove_files) COMPLETE
67472025-05-08T21:22:53.219Z[ recovery-image] May 08 21:22:52.378 INFO O| May 08 21:22:52.378 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-05-08T21:22:53.305Z[ recovery-image] May 08 21:22:52.416 INFO O| May 08 21:22:52.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67492025-05-08T21:22:53.308Z[ recovery-image] May 08 21:22:52.416 INFO O| May 08 21:22:52.416 INFO STEP 763 (remove_files) COMPLETE
67502025-05-08T21:22:53.308Z[ recovery-image] May 08 21:22:52.416 INFO O| May 08 21:22:52.416 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-05-08T21:22:53.315Z[ recovery-image] May 08 21:22:52.474 INFO O| May 08 21:22:52.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67522025-05-08T21:22:53.315Z[ recovery-image] May 08 21:22:52.475 INFO O| May 08 21:22:52.475 INFO STEP 764 (remove_files) COMPLETE
67532025-05-08T21:22:53.318Z[ recovery-image] May 08 21:22:52.475 INFO O| May 08 21:22:52.475 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-05-08T21:22:53.337Z[ recovery-image] May 08 21:22:52.494 INFO O| May 08 21:22:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67552025-05-08T21:22:53.337Z[ recovery-image] May 08 21:22:52.494 INFO O| May 08 21:22:52.494 INFO STEP 765 (remove_files) COMPLETE
67562025-05-08T21:22:53.337Z[ recovery-image] May 08 21:22:52.494 INFO O| May 08 21:22:52.494 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-05-08T21:22:53.374Z[ recovery-image] May 08 21:22:52.527 INFO O| May 08 21:22:52.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67582025-05-08T21:22:53.374Z[ recovery-image] May 08 21:22:52.527 INFO O| May 08 21:22:52.527 INFO STEP 766 (remove_files) COMPLETE
67592025-05-08T21:22:53.374Z[ recovery-image] May 08 21:22:52.527 INFO O| May 08 21:22:52.527 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-05-08T21:22:53.390Z[ recovery-image] May 08 21:22:52.548 INFO O| May 08 21:22:52.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67612025-05-08T21:22:53.390Z[ recovery-image] May 08 21:22:52.549 INFO O| May 08 21:22:52.548 INFO STEP 767 (remove_files) COMPLETE
67622025-05-08T21:22:53.390Z[ recovery-image] May 08 21:22:52.549 INFO O| May 08 21:22:52.549 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-05-08T21:22:53.416Z[ recovery-image] May 08 21:22:52.572 INFO O| May 08 21:22:52.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67642025-05-08T21:22:53.416Z[ recovery-image] May 08 21:22:52.572 INFO O| May 08 21:22:52.572 INFO STEP 768 (remove_files) COMPLETE
67652025-05-08T21:22:53.416Z[ recovery-image] May 08 21:22:52.572 INFO O| May 08 21:22:52.572 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-05-08T21:22:53.470Z[ recovery-image] May 08 21:22:52.629 INFO O| May 08 21:22:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67672025-05-08T21:22:53.470Z[ recovery-image] May 08 21:22:52.629 INFO O| May 08 21:22:52.629 INFO STEP 769 (remove_files) COMPLETE
67682025-05-08T21:22:53.470Z[ recovery-image] May 08 21:22:52.629 INFO O| May 08 21:22:52.629 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-05-08T21:22:53.493Z[ recovery-image] May 08 21:22:52.652 INFO O| May 08 21:22:52.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67702025-05-08T21:22:53.493Z[ recovery-image] May 08 21:22:52.652 INFO O| May 08 21:22:52.652 INFO STEP 770 (remove_files) COMPLETE
67712025-05-08T21:22:53.496Z[ recovery-image] May 08 21:22:52.652 INFO O| May 08 21:22:52.652 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-05-08T21:22:53.513Z[ recovery-image] May 08 21:22:52.671 INFO O| May 08 21:22:52.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67732025-05-08T21:22:53.513Z[ recovery-image] May 08 21:22:52.671 INFO O| May 08 21:22:52.671 INFO STEP 771 (remove_files) COMPLETE
67742025-05-08T21:22:53.513Z[ recovery-image] May 08 21:22:52.671 INFO O| May 08 21:22:52.671 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-05-08T21:22:53.531Z[ recovery-image] May 08 21:22:52.690 INFO O| May 08 21:22:52.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67762025-05-08T21:22:53.531Z[ recovery-image] May 08 21:22:52.690 INFO O| May 08 21:22:52.690 INFO STEP 772 (remove_files) COMPLETE
67772025-05-08T21:22:53.533Z[ recovery-image] May 08 21:22:52.690 INFO O| May 08 21:22:52.690 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-05-08T21:22:53.553Z[ recovery-image] May 08 21:22:52.712 INFO O| May 08 21:22:52.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67792025-05-08T21:22:53.553Z[ recovery-image] May 08 21:22:52.712 INFO O| May 08 21:22:52.712 INFO STEP 773 (remove_files) COMPLETE
67802025-05-08T21:22:53.553Z[ recovery-image] May 08 21:22:52.712 INFO O| May 08 21:22:52.712 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-05-08T21:22:53.573Z[ recovery-image] May 08 21:22:52.732 INFO O| May 08 21:22:52.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67822025-05-08T21:22:53.573Z[ recovery-image] May 08 21:22:52.732 INFO O| May 08 21:22:52.732 INFO STEP 774 (remove_files) COMPLETE
67832025-05-08T21:22:53.573Z[ recovery-image] May 08 21:22:52.732 INFO O| May 08 21:22:52.732 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-05-08T21:22:53.592Z[ recovery-image] May 08 21:22:52.751 INFO O| May 08 21:22:52.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67852025-05-08T21:22:53.592Z[ recovery-image] May 08 21:22:52.751 INFO O| May 08 21:22:52.751 INFO STEP 775 (remove_files) COMPLETE
67862025-05-08T21:22:53.592Z[ recovery-image] May 08 21:22:52.751 INFO O| May 08 21:22:52.751 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-05-08T21:22:53.611Z[ recovery-image] May 08 21:22:52.770 INFO O| May 08 21:22:52.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67882025-05-08T21:22:53.615Z[ recovery-image] May 08 21:22:52.770 INFO O| May 08 21:22:52.770 INFO STEP 776 (remove_files) COMPLETE
67892025-05-08T21:22:53.615Z[ recovery-image] May 08 21:22:52.771 INFO O| May 08 21:22:52.770 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-05-08T21:22:53.632Z[ recovery-image] May 08 21:22:52.790 INFO O| May 08 21:22:52.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67912025-05-08T21:22:53.632Z[ recovery-image] May 08 21:22:52.790 INFO O| May 08 21:22:52.790 INFO STEP 777 (remove_files) COMPLETE
67922025-05-08T21:22:53.632Z[ recovery-image] May 08 21:22:52.790 INFO O| May 08 21:22:52.790 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-05-08T21:22:53.651Z[ recovery-image] May 08 21:22:52.809 INFO O| May 08 21:22:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67942025-05-08T21:22:53.651Z[ recovery-image] May 08 21:22:52.809 INFO O| May 08 21:22:52.809 INFO STEP 778 (remove_files) COMPLETE
67952025-05-08T21:22:53.651Z[ recovery-image] May 08 21:22:52.809 INFO O| May 08 21:22:52.809 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-05-08T21:22:53.686Z[ recovery-image] May 08 21:22:52.843 INFO O| May 08 21:22:52.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67972025-05-08T21:22:53.686Z[ recovery-image] May 08 21:22:52.843 INFO O| May 08 21:22:52.843 INFO STEP 779 (remove_files) COMPLETE
67982025-05-08T21:22:53.686Z[ recovery-image] May 08 21:22:52.843 INFO O| May 08 21:22:52.843 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-05-08T21:22:53.705Z[ recovery-image] May 08 21:22:52.863 INFO O| May 08 21:22:52.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68002025-05-08T21:22:53.705Z[ recovery-image] May 08 21:22:52.863 INFO O| May 08 21:22:52.863 INFO STEP 780 (remove_files) COMPLETE
68012025-05-08T21:22:53.705Z[ recovery-image] May 08 21:22:52.863 INFO O| May 08 21:22:52.863 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-05-08T21:22:53.725Z[ recovery-image] May 08 21:22:52.884 INFO O| May 08 21:22:52.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68032025-05-08T21:22:53.725Z[ recovery-image] May 08 21:22:52.884 INFO O| May 08 21:22:52.884 INFO STEP 781 (remove_files) COMPLETE
68042025-05-08T21:22:53.725Z[ recovery-image] May 08 21:22:52.884 INFO O| May 08 21:22:52.884 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-05-08T21:22:53.768Z[ recovery-image] May 08 21:22:52.927 INFO O| May 08 21:22:52.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68062025-05-08T21:22:53.771Z[ recovery-image] May 08 21:22:52.927 INFO O| May 08 21:22:52.927 INFO STEP 782 (remove_files) COMPLETE
68072025-05-08T21:22:53.772Z[ recovery-image] May 08 21:22:52.927 INFO O| May 08 21:22:52.927 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-05-08T21:22:53.791Z[ recovery-image] May 08 21:22:52.950 INFO O| May 08 21:22:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68092025-05-08T21:22:53.794Z[ recovery-image] May 08 21:22:52.950 INFO O| May 08 21:22:52.950 INFO STEP 783 (remove_files) COMPLETE
68102025-05-08T21:22:53.794Z[ recovery-image] May 08 21:22:52.950 INFO O| May 08 21:22:52.950 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-05-08T21:22:53.811Z[ recovery-image] May 08 21:22:52.970 INFO O| May 08 21:22:52.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68122025-05-08T21:22:53.815Z[ recovery-image] May 08 21:22:52.971 INFO O| May 08 21:22:52.971 INFO STEP 784 (remove_files) COMPLETE
68132025-05-08T21:22:53.815Z[ recovery-image] May 08 21:22:52.971 INFO O| May 08 21:22:52.971 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-05-08T21:22:53.850Z[ recovery-image] May 08 21:22:53.009 INFO O| May 08 21:22:53.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68152025-05-08T21:22:53.853Z[ recovery-image] May 08 21:22:53.009 INFO O| May 08 21:22:53.009 INFO STEP 785 (remove_files) COMPLETE
68162025-05-08T21:22:53.853Z[ recovery-image] May 08 21:22:53.009 INFO O| May 08 21:22:53.009 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-05-08T21:22:53.874Z[ recovery-image] May 08 21:22:53.033 INFO O| May 08 21:22:53.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68182025-05-08T21:22:53.874Z[ recovery-image] May 08 21:22:53.033 INFO O| May 08 21:22:53.033 INFO STEP 786 (remove_files) COMPLETE
68192025-05-08T21:22:53.877Z[ recovery-image] May 08 21:22:53.033 INFO O| May 08 21:22:53.033 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-05-08T21:22:53.895Z[ recovery-image] May 08 21:22:53.054 INFO O| May 08 21:22:53.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68212025-05-08T21:22:53.895Z[ recovery-image] May 08 21:22:53.054 INFO O| May 08 21:22:53.054 INFO STEP 787 (remove_files) COMPLETE
68222025-05-08T21:22:53.898Z[ recovery-image] May 08 21:22:53.055 INFO O| May 08 21:22:53.054 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-05-08T21:22:53.967Z[ recovery-image] May 08 21:22:53.126 INFO O| May 08 21:22:53.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68242025-05-08T21:22:53.971Z[ recovery-image] May 08 21:22:53.126 INFO O| May 08 21:22:53.126 INFO STEP 788 (remove_files) COMPLETE
68252025-05-08T21:22:53.971Z[ recovery-image] May 08 21:22:53.126 INFO O| May 08 21:22:53.126 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-05-08T21:22:53.995Z[ recovery-image] May 08 21:22:53.154 INFO O| May 08 21:22:53.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68272025-05-08T21:22:53.995Z[ recovery-image] May 08 21:22:53.154 INFO O| May 08 21:22:53.154 INFO STEP 789 (remove_files) COMPLETE
68282025-05-08T21:22:53.995Z[ recovery-image] May 08 21:22:53.154 INFO O| May 08 21:22:53.154 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-05-08T21:22:54.032Z[ recovery-image] May 08 21:22:53.191 INFO O| May 08 21:22:53.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68302025-05-08T21:22:54.032Z[ recovery-image] May 08 21:22:53.191 INFO O| May 08 21:22:53.191 INFO STEP 790 (remove_files) COMPLETE
68312025-05-08T21:22:54.032Z[ recovery-image] May 08 21:22:53.191 INFO O| May 08 21:22:53.191 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-05-08T21:22:54.141Z[ recovery-image] May 08 21:22:53.300 INFO O| May 08 21:22:53.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68332025-05-08T21:22:54.141Z[ recovery-image] May 08 21:22:53.300 INFO O| May 08 21:22:53.300 INFO STEP 791 (remove_files) COMPLETE
68342025-05-08T21:22:54.141Z[ recovery-image] May 08 21:22:53.300 INFO O| May 08 21:22:53.300 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-05-08T21:22:54.204Z[ recovery-image] May 08 21:22:53.363 INFO O| May 08 21:22:53.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68362025-05-08T21:22:54.204Z[ recovery-image] May 08 21:22:53.363 INFO O| May 08 21:22:53.363 INFO STEP 792 (remove_files) COMPLETE
68372025-05-08T21:22:54.204Z[ recovery-image] May 08 21:22:53.363 INFO O| May 08 21:22:53.363 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-05-08T21:22:54.250Z[ recovery-image] May 08 21:22:53.408 INFO O| May 08 21:22:53.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68392025-05-08T21:22:54.250Z[ recovery-image] May 08 21:22:53.408 INFO O| May 08 21:22:53.408 INFO STEP 793 (remove_files) COMPLETE
68402025-05-08T21:22:54.250Z[ recovery-image] May 08 21:22:53.408 INFO O| May 08 21:22:53.408 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-05-08T21:22:54.284Z[ recovery-image] May 08 21:22:53.443 INFO O| May 08 21:22:53.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68422025-05-08T21:22:54.288Z[ recovery-image] May 08 21:22:53.443 INFO O| May 08 21:22:53.443 INFO STEP 794 (remove_files) COMPLETE
68432025-05-08T21:22:54.288Z[ recovery-image] May 08 21:22:53.443 INFO O| May 08 21:22:53.443 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-05-08T21:22:54.302Z[ recovery-image] May 08 21:22:53.461 INFO O| May 08 21:22:53.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68452025-05-08T21:22:54.305Z[ recovery-image] May 08 21:22:53.461 INFO O| May 08 21:22:53.461 INFO STEP 795 (remove_files) COMPLETE
68462025-05-08T21:22:54.305Z[ recovery-image] May 08 21:22:53.461 INFO O| May 08 21:22:53.461 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-05-08T21:22:54.321Z[ recovery-image] May 08 21:22:53.480 INFO O| May 08 21:22:53.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68482025-05-08T21:22:54.324Z[ recovery-image] May 08 21:22:53.480 INFO O| May 08 21:22:53.480 INFO STEP 796 (remove_files) COMPLETE
68492025-05-08T21:22:54.324Z[ recovery-image] May 08 21:22:53.480 INFO O| May 08 21:22:53.480 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-05-08T21:22:54.340Z[ recovery-image] May 08 21:22:53.499 INFO O| May 08 21:22:53.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68512025-05-08T21:22:54.340Z[ recovery-image] May 08 21:22:53.499 INFO O| May 08 21:22:53.499 INFO STEP 797 (remove_files) COMPLETE
68522025-05-08T21:22:54.340Z[ recovery-image] May 08 21:22:53.499 INFO O| May 08 21:22:53.499 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-05-08T21:22:54.399Z[ recovery-image] May 08 21:22:53.558 INFO O| May 08 21:22:53.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68542025-05-08T21:22:54.399Z[ recovery-image] May 08 21:22:53.558 INFO O| May 08 21:22:53.558 INFO STEP 798 (remove_files) COMPLETE
68552025-05-08T21:22:54.399Z[ recovery-image] May 08 21:22:53.558 INFO O| May 08 21:22:53.558 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-05-08T21:22:54.423Z[ recovery-image] May 08 21:22:53.582 INFO O| May 08 21:22:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68572025-05-08T21:22:54.423Z[ recovery-image] May 08 21:22:53.582 INFO O| May 08 21:22:53.582 INFO STEP 799 (remove_files) COMPLETE
68582025-05-08T21:22:54.426Z[ recovery-image] May 08 21:22:53.582 INFO O| May 08 21:22:53.582 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-05-08T21:22:54.442Z[ recovery-image] May 08 21:22:53.601 INFO O| May 08 21:22:53.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68602025-05-08T21:22:54.442Z[ recovery-image] May 08 21:22:53.601 INFO O| May 08 21:22:53.601 INFO STEP 800 (remove_files) COMPLETE
68612025-05-08T21:22:54.442Z[ recovery-image] May 08 21:22:53.601 INFO O| May 08 21:22:53.601 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-05-08T21:22:54.459Z[ recovery-image] May 08 21:22:53.618 INFO O| May 08 21:22:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68632025-05-08T21:22:54.459Z[ recovery-image] May 08 21:22:53.618 INFO O| May 08 21:22:53.618 INFO STEP 801 (remove_files) COMPLETE
68642025-05-08T21:22:54.462Z[ recovery-image] May 08 21:22:53.618 INFO O| May 08 21:22:53.618 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-05-08T21:22:54.478Z[ recovery-image] May 08 21:22:53.636 INFO O| May 08 21:22:53.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68662025-05-08T21:22:54.478Z[ recovery-image] May 08 21:22:53.636 INFO O| May 08 21:22:53.636 INFO STEP 802 (remove_files) COMPLETE
68672025-05-08T21:22:54.478Z[ recovery-image] May 08 21:22:53.636 INFO O| May 08 21:22:53.636 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-05-08T21:22:54.521Z[ recovery-image] May 08 21:22:53.679 INFO O| May 08 21:22:53.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68692025-05-08T21:22:54.521Z[ recovery-image] May 08 21:22:53.679 INFO O| May 08 21:22:53.679 INFO STEP 803 (remove_files) COMPLETE
68702025-05-08T21:22:54.524Z[ recovery-image] May 08 21:22:53.679 INFO O| May 08 21:22:53.679 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-05-08T21:22:54.590Z[ recovery-image] May 08 21:22:53.748 INFO O| May 08 21:22:53.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68722025-05-08T21:22:54.593Z[ recovery-image] May 08 21:22:53.749 INFO O| May 08 21:22:53.748 INFO STEP 804 (remove_files) COMPLETE
68732025-05-08T21:22:54.593Z[ recovery-image] May 08 21:22:53.749 INFO O| May 08 21:22:53.749 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-05-08T21:22:54.664Z[ recovery-image] May 08 21:22:53.823 INFO O| May 08 21:22:53.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68752025-05-08T21:22:54.664Z[ recovery-image] May 08 21:22:53.823 INFO O| May 08 21:22:53.823 INFO STEP 805 (remove_files) COMPLETE
68762025-05-08T21:22:54.667Z[ recovery-image] May 08 21:22:53.823 INFO O| May 08 21:22:53.823 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-05-08T21:22:54.687Z[ recovery-image] May 08 21:22:53.846 INFO O| May 08 21:22:53.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68782025-05-08T21:22:54.699Z[ recovery-image] May 08 21:22:53.858 INFO O| May 08 21:22:53.858 INFO STEP 806 (remove_files) COMPLETE
68792025-05-08T21:22:54.699Z[ recovery-image] May 08 21:22:53.858 INFO O| May 08 21:22:53.858 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-05-08T21:22:54.746Z[ recovery-image] May 08 21:22:53.905 INFO O| May 08 21:22:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68812025-05-08T21:22:54.746Z[ recovery-image] May 08 21:22:53.905 INFO O| May 08 21:22:53.905 INFO STEP 807 (remove_files) COMPLETE
68822025-05-08T21:22:54.746Z[ recovery-image] May 08 21:22:53.905 INFO O| May 08 21:22:53.905 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-05-08T21:22:54.871Z[ recovery-image] May 08 21:22:54.029 INFO O| May 08 21:22:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68842025-05-08T21:22:54.871Z[ recovery-image] May 08 21:22:54.029 INFO O| May 08 21:22:54.029 INFO STEP 808 (remove_files) COMPLETE
68852025-05-08T21:22:54.871Z[ recovery-image] May 08 21:22:54.029 INFO O| May 08 21:22:54.029 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-05-08T21:22:54.904Z[ recovery-image] May 08 21:22:54.062 INFO O| May 08 21:22:54.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68872025-05-08T21:22:54.904Z[ recovery-image] May 08 21:22:54.063 INFO O| May 08 21:22:54.063 INFO STEP 809 (remove_files) COMPLETE
68882025-05-08T21:22:54.904Z[ recovery-image] May 08 21:22:54.063 INFO O| May 08 21:22:54.063 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-05-08T21:22:54.942Z[ recovery-image] May 08 21:22:54.101 INFO O| May 08 21:22:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68902025-05-08T21:22:54.942Z[ recovery-image] May 08 21:22:54.101 INFO O| May 08 21:22:54.101 INFO STEP 810 (remove_files) COMPLETE
68912025-05-08T21:22:54.942Z[ recovery-image] May 08 21:22:54.101 INFO O| May 08 21:22:54.101 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-05-08T21:22:54.964Z[ recovery-image] May 08 21:22:54.123 INFO O| May 08 21:22:54.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68932025-05-08T21:22:54.964Z[ recovery-image] May 08 21:22:54.123 INFO O| May 08 21:22:54.123 INFO STEP 811 (remove_files) COMPLETE
68942025-05-08T21:22:54.964Z[ recovery-image] May 08 21:22:54.123 INFO O| May 08 21:22:54.123 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-05-08T21:22:54.998Z[ recovery-image] May 08 21:22:54.157 INFO O| May 08 21:22:54.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68962025-05-08T21:22:54.998Z[ recovery-image] May 08 21:22:54.157 INFO O| May 08 21:22:54.157 INFO STEP 812 (remove_files) COMPLETE
68972025-05-08T21:22:55.002Z[ recovery-image] May 08 21:22:54.157 INFO O| May 08 21:22:54.157 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-05-08T21:22:55.033Z[ recovery-image] May 08 21:22:54.192 INFO O| May 08 21:22:54.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68992025-05-08T21:22:55.033Z[ recovery-image] May 08 21:22:54.192 INFO O| May 08 21:22:54.192 INFO STEP 813 (remove_files) COMPLETE
69002025-05-08T21:22:55.037Z[ recovery-image] May 08 21:22:54.192 INFO O| May 08 21:22:54.192 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-05-08T21:22:55.061Z[ recovery-image] May 08 21:22:54.219 INFO O| May 08 21:22:54.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69022025-05-08T21:22:55.065Z[ recovery-image] May 08 21:22:54.220 INFO O| May 08 21:22:54.220 INFO STEP 814 (remove_files) COMPLETE
69032025-05-08T21:22:55.065Z[ recovery-image] May 08 21:22:54.220 INFO O| May 08 21:22:54.220 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-05-08T21:22:55.083Z[ recovery-image] May 08 21:22:54.241 INFO O| May 08 21:22:54.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69052025-05-08T21:22:55.086Z[ recovery-image] May 08 21:22:54.242 INFO O| May 08 21:22:54.242 INFO STEP 815 (remove_files) COMPLETE
69062025-05-08T21:22:55.086Z[ recovery-image] May 08 21:22:54.242 INFO O| May 08 21:22:54.242 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-05-08T21:22:55.104Z[ recovery-image] May 08 21:22:54.263 INFO O| May 08 21:22:54.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69082025-05-08T21:22:55.108Z[ recovery-image] May 08 21:22:54.263 INFO O| May 08 21:22:54.263 INFO STEP 816 (remove_files) COMPLETE
69092025-05-08T21:22:55.108Z[ recovery-image] May 08 21:22:54.263 INFO O| May 08 21:22:54.263 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-05-08T21:22:55.126Z[ recovery-image] May 08 21:22:54.284 INFO O| May 08 21:22:54.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69112025-05-08T21:22:55.129Z[ recovery-image] May 08 21:22:54.285 INFO O| May 08 21:22:54.285 INFO STEP 817 (remove_files) COMPLETE
69122025-05-08T21:22:55.129Z[ recovery-image] May 08 21:22:54.285 INFO O| May 08 21:22:54.285 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-05-08T21:22:55.147Z[ recovery-image] May 08 21:22:54.306 INFO O| May 08 21:22:54.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69142025-05-08T21:22:55.150Z[ recovery-image] May 08 21:22:54.306 INFO O| May 08 21:22:54.306 INFO STEP 818 (remove_files) COMPLETE
69152025-05-08T21:22:55.150Z[ recovery-image] May 08 21:22:54.306 INFO O| May 08 21:22:54.306 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-05-08T21:22:55.169Z[ recovery-image] May 08 21:22:54.328 INFO O| May 08 21:22:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69172025-05-08T21:22:55.172Z[ recovery-image] May 08 21:22:54.328 INFO O| May 08 21:22:54.328 INFO STEP 819 (remove_files) COMPLETE
69182025-05-08T21:22:55.172Z[ recovery-image] May 08 21:22:54.328 INFO O| May 08 21:22:54.328 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-05-08T21:22:55.191Z[ recovery-image] May 08 21:22:54.349 INFO O| May 08 21:22:54.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69202025-05-08T21:22:55.194Z[ recovery-image] May 08 21:22:54.349 INFO O| May 08 21:22:54.349 INFO STEP 820 (remove_files) COMPLETE
69212025-05-08T21:22:55.194Z[ recovery-image] May 08 21:22:54.349 INFO O| May 08 21:22:54.349 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-05-08T21:22:55.222Z[ recovery-image] May 08 21:22:54.381 INFO O| May 08 21:22:54.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69232025-05-08T21:22:55.222Z[ recovery-image] May 08 21:22:54.382 INFO O| May 08 21:22:54.381 INFO STEP 821 (remove_files) COMPLETE
69242025-05-08T21:22:55.225Z[ recovery-image] May 08 21:22:54.382 INFO O| May 08 21:22:54.381 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-05-08T21:22:55.242Z[ recovery-image] May 08 21:22:54.401 INFO O| May 08 21:22:54.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69262025-05-08T21:22:55.242Z[ recovery-image] May 08 21:22:54.401 INFO O| May 08 21:22:54.401 INFO STEP 822 (remove_files) COMPLETE
69272025-05-08T21:22:55.242Z[ recovery-image] May 08 21:22:54.401 INFO O| May 08 21:22:54.401 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-05-08T21:22:55.262Z[ recovery-image] May 08 21:22:54.421 INFO O| May 08 21:22:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69292025-05-08T21:22:55.265Z[ recovery-image] May 08 21:22:54.421 INFO O| May 08 21:22:54.421 INFO STEP 823 (remove_files) COMPLETE
69302025-05-08T21:22:55.265Z[ recovery-image] May 08 21:22:54.421 INFO O| May 08 21:22:54.421 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-05-08T21:22:55.299Z[ recovery-image] May 08 21:22:54.458 INFO O| May 08 21:22:54.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69322025-05-08T21:22:55.299Z[ recovery-image] May 08 21:22:54.458 INFO O| May 08 21:22:54.458 INFO STEP 824 (remove_files) COMPLETE
69332025-05-08T21:22:55.302Z[ recovery-image] May 08 21:22:54.458 INFO O| May 08 21:22:54.458 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-05-08T21:22:55.346Z[ recovery-image] May 08 21:22:54.505 INFO O| May 08 21:22:54.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69352025-05-08T21:22:55.346Z[ recovery-image] May 08 21:22:54.505 INFO O| May 08 21:22:54.505 INFO STEP 825 (remove_files) COMPLETE
69362025-05-08T21:22:55.346Z[ recovery-image] May 08 21:22:54.505 INFO O| May 08 21:22:54.505 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-05-08T21:22:55.413Z[ recovery-image] May 08 21:22:54.572 INFO O| May 08 21:22:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69382025-05-08T21:22:55.413Z[ recovery-image] May 08 21:22:54.572 INFO O| May 08 21:22:54.572 INFO STEP 826 (remove_files) COMPLETE
69392025-05-08T21:22:55.413Z[ recovery-image] May 08 21:22:54.572 INFO O| May 08 21:22:54.572 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-05-08T21:22:55.487Z[ recovery-image] May 08 21:22:54.645 INFO O| May 08 21:22:54.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69412025-05-08T21:22:55.490Z[ recovery-image] May 08 21:22:54.645 INFO O| May 08 21:22:54.645 INFO STEP 827 (remove_files) COMPLETE
69422025-05-08T21:22:55.490Z[ recovery-image] May 08 21:22:54.646 INFO O| May 08 21:22:54.645 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-05-08T21:22:55.584Z[ recovery-image] May 08 21:22:54.743 INFO O| May 08 21:22:54.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69442025-05-08T21:22:55.588Z[ recovery-image] May 08 21:22:54.743 INFO O| May 08 21:22:54.743 INFO STEP 828 (remove_files) COMPLETE
69452025-05-08T21:22:55.588Z[ recovery-image] May 08 21:22:54.743 INFO O| May 08 21:22:54.743 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-05-08T21:22:55.608Z[ recovery-image] May 08 21:22:54.767 INFO O| May 08 21:22:54.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69472025-05-08T21:22:55.608Z[ recovery-image] May 08 21:22:54.767 INFO O| May 08 21:22:54.767 INFO STEP 829 (remove_files) COMPLETE
69482025-05-08T21:22:55.608Z[ recovery-image] May 08 21:22:54.767 INFO O| May 08 21:22:54.767 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-05-08T21:22:55.631Z[ recovery-image] May 08 21:22:54.790 INFO O| May 08 21:22:54.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69502025-05-08T21:22:55.631Z[ recovery-image] May 08 21:22:54.790 INFO O| May 08 21:22:54.790 INFO STEP 830 (remove_files) COMPLETE
69512025-05-08T21:22:55.634Z[ recovery-image] May 08 21:22:54.790 INFO O| May 08 21:22:54.790 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-05-08T21:22:55.654Z[ recovery-image] May 08 21:22:54.813 INFO O| May 08 21:22:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69532025-05-08T21:22:55.654Z[ recovery-image] May 08 21:22:54.813 INFO O| May 08 21:22:54.813 INFO STEP 831 (remove_files) COMPLETE
69542025-05-08T21:22:55.657Z[ recovery-image] May 08 21:22:54.813 INFO O| May 08 21:22:54.813 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-05-08T21:22:55.677Z[ recovery-image] May 08 21:22:54.835 INFO O| May 08 21:22:54.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69562025-05-08T21:22:55.677Z[ recovery-image] May 08 21:22:54.835 INFO O| May 08 21:22:54.835 INFO STEP 832 (remove_files) COMPLETE
69572025-05-08T21:22:55.677Z[ recovery-image] May 08 21:22:54.835 INFO O| May 08 21:22:54.835 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-05-08T21:22:55.698Z[ recovery-image] May 08 21:22:54.857 INFO O| May 08 21:22:54.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69592025-05-08T21:22:55.698Z[ recovery-image] May 08 21:22:54.857 INFO O| May 08 21:22:54.857 INFO STEP 833 (remove_files) COMPLETE
69602025-05-08T21:22:55.698Z[ recovery-image] May 08 21:22:54.857 INFO O| May 08 21:22:54.857 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-05-08T21:22:55.732Z[ recovery-image] May 08 21:22:54.890 INFO O| May 08 21:22:54.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69622025-05-08T21:22:55.735Z[ recovery-image] May 08 21:22:54.891 INFO O| May 08 21:22:54.891 INFO STEP 834 (remove_files) COMPLETE
69632025-05-08T21:22:55.735Z[ recovery-image] May 08 21:22:54.891 INFO O| May 08 21:22:54.891 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-05-08T21:22:55.753Z[ recovery-image] May 08 21:22:54.911 INFO O| May 08 21:22:54.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69652025-05-08T21:22:55.753Z[ recovery-image] May 08 21:22:54.911 INFO O| May 08 21:22:54.911 INFO STEP 835 (remove_files) COMPLETE
69662025-05-08T21:22:55.757Z[ recovery-image] May 08 21:22:54.912 INFO O| May 08 21:22:54.911 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-05-08T21:22:55.800Z[ recovery-image] May 08 21:22:54.958 INFO O| May 08 21:22:54.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69682025-05-08T21:22:55.800Z[ recovery-image] May 08 21:22:54.959 INFO O| May 08 21:22:54.959 INFO STEP 836 (remove_files) COMPLETE
69692025-05-08T21:22:55.803Z[ recovery-image] May 08 21:22:54.959 INFO O| May 08 21:22:54.959 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-05-08T21:22:55.823Z[ recovery-image] May 08 21:22:54.982 INFO O| May 08 21:22:54.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69712025-05-08T21:22:55.823Z[ recovery-image] May 08 21:22:54.982 INFO O| May 08 21:22:54.982 INFO STEP 837 (remove_files) COMPLETE
69722025-05-08T21:22:55.823Z[ recovery-image] May 08 21:22:54.982 INFO O| May 08 21:22:54.982 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-05-08T21:22:55.858Z[ recovery-image] May 08 21:22:55.017 INFO O| May 08 21:22:55.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69742025-05-08T21:22:55.862Z[ recovery-image] May 08 21:22:55.017 INFO O| May 08 21:22:55.017 INFO STEP 838 (remove_files) COMPLETE
69752025-05-08T21:22:55.862Z[ recovery-image] May 08 21:22:55.017 INFO O| May 08 21:22:55.017 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-05-08T21:22:55.882Z[ recovery-image] May 08 21:22:55.041 INFO O| May 08 21:22:55.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69772025-05-08T21:22:55.882Z[ recovery-image] May 08 21:22:55.041 INFO O| May 08 21:22:55.041 INFO STEP 839 (remove_files) COMPLETE
69782025-05-08T21:22:55.886Z[ recovery-image] May 08 21:22:55.041 INFO O| May 08 21:22:55.041 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-05-08T21:22:55.904Z[ recovery-image] May 08 21:22:55.063 INFO O| May 08 21:22:55.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69802025-05-08T21:22:55.905Z[ recovery-image] May 08 21:22:55.063 INFO O| May 08 21:22:55.063 INFO STEP 840 (remove_files) COMPLETE
69812025-05-08T21:22:55.908Z[ recovery-image] May 08 21:22:55.063 INFO O| May 08 21:22:55.063 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-05-08T21:22:55.945Z[ recovery-image] May 08 21:22:55.104 INFO O| May 08 21:22:55.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69832025-05-08T21:22:55.945Z[ recovery-image] May 08 21:22:55.104 INFO O| May 08 21:22:55.104 INFO STEP 841 (remove_files) COMPLETE
69842025-05-08T21:22:55.949Z[ recovery-image] May 08 21:22:55.104 INFO O| May 08 21:22:55.104 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-05-08T21:22:56.014Z[ recovery-image] May 08 21:22:55.172 INFO O| May 08 21:22:55.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69862025-05-08T21:22:56.018Z[ recovery-image] May 08 21:22:55.173 INFO O| May 08 21:22:55.172 INFO STEP 842 (remove_files) COMPLETE
69872025-05-08T21:22:56.018Z[ recovery-image] May 08 21:22:55.173 INFO O| May 08 21:22:55.173 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-05-08T21:22:56.035Z[ recovery-image] May 08 21:22:55.194 INFO O| May 08 21:22:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69892025-05-08T21:22:56.039Z[ recovery-image] May 08 21:22:55.194 INFO O| May 08 21:22:55.194 INFO STEP 843 (remove_files) COMPLETE
69902025-05-08T21:22:56.039Z[ recovery-image] May 08 21:22:55.195 INFO O| May 08 21:22:55.195 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-05-08T21:22:56.055Z[ recovery-image] May 08 21:22:55.213 INFO O| May 08 21:22:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69922025-05-08T21:22:56.058Z[ recovery-image] May 08 21:22:55.214 INFO O| May 08 21:22:55.214 INFO STEP 844 (remove_files) COMPLETE
69932025-05-08T21:22:56.058Z[ recovery-image] May 08 21:22:55.214 INFO O| May 08 21:22:55.214 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-05-08T21:22:56.075Z[ recovery-image] May 08 21:22:55.232 INFO O| May 08 21:22:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69952025-05-08T21:22:56.079Z[ recovery-image] May 08 21:22:55.232 INFO O| May 08 21:22:55.232 INFO STEP 845 (remove_files) COMPLETE
69962025-05-08T21:22:56.079Z[ recovery-image] May 08 21:22:55.232 INFO O| May 08 21:22:55.232 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-05-08T21:22:56.093Z[ recovery-image] May 08 21:22:55.251 INFO O| May 08 21:22:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69982025-05-08T21:22:56.096Z[ recovery-image] May 08 21:22:55.251 INFO O| May 08 21:22:55.251 INFO STEP 846 (remove_files) COMPLETE
69992025-05-08T21:22:56.096Z[ recovery-image] May 08 21:22:55.251 INFO O| May 08 21:22:55.251 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-05-08T21:22:56.154Z[ recovery-image] May 08 21:22:55.313 INFO O| May 08 21:22:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70012025-05-08T21:22:56.158Z[ recovery-image] May 08 21:22:55.313 INFO O| May 08 21:22:55.313 INFO STEP 847 (remove_files) COMPLETE
70022025-05-08T21:22:56.158Z[ recovery-image] May 08 21:22:55.313 INFO O| May 08 21:22:55.313 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-05-08T21:22:56.192Z[ recovery-image] May 08 21:22:55.351 INFO O| May 08 21:22:55.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70042025-05-08T21:22:56.196Z[ recovery-image] May 08 21:22:55.352 INFO O| May 08 21:22:55.351 INFO STEP 848 (remove_files) COMPLETE
70052025-05-08T21:22:56.196Z[ recovery-image] May 08 21:22:55.352 INFO O| May 08 21:22:55.352 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-05-08T21:22:56.212Z[ recovery-image] May 08 21:22:55.371 INFO O| May 08 21:22:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70072025-05-08T21:22:56.215Z[ recovery-image] May 08 21:22:55.371 INFO O| May 08 21:22:55.371 INFO STEP 849 (remove_files) COMPLETE
70082025-05-08T21:22:56.215Z[ recovery-image] May 08 21:22:55.371 INFO O| May 08 21:22:55.371 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-05-08T21:22:56.229Z[ recovery-image] May 08 21:22:55.388 INFO O| May 08 21:22:55.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70102025-05-08T21:22:56.229Z[ recovery-image] May 08 21:22:55.388 INFO O| May 08 21:22:55.388 INFO STEP 850 (remove_files) COMPLETE
70112025-05-08T21:22:56.233Z[ recovery-image] May 08 21:22:55.389 INFO O| May 08 21:22:55.389 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-05-08T21:22:56.247Z[ recovery-image] May 08 21:22:55.406 INFO O| May 08 21:22:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70132025-05-08T21:22:56.247Z[ recovery-image] May 08 21:22:55.406 INFO O| May 08 21:22:55.406 INFO STEP 851 (remove_files) COMPLETE
70142025-05-08T21:22:56.250Z[ recovery-image] May 08 21:22:55.406 INFO O| May 08 21:22:55.406 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-05-08T21:22:56.265Z[ recovery-image] May 08 21:22:55.424 INFO O| May 08 21:22:55.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70162025-05-08T21:22:56.265Z[ recovery-image] May 08 21:22:55.424 INFO O| May 08 21:22:55.424 INFO STEP 852 (remove_files) COMPLETE
70172025-05-08T21:22:56.268Z[ recovery-image] May 08 21:22:55.424 INFO O| May 08 21:22:55.424 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-05-08T21:22:56.286Z[ recovery-image] May 08 21:22:55.445 INFO O| May 08 21:22:55.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70192025-05-08T21:22:56.289Z[ recovery-image] May 08 21:22:55.445 INFO O| May 08 21:22:55.445 INFO STEP 853 (remove_files) COMPLETE
70202025-05-08T21:22:56.289Z[ recovery-image] May 08 21:22:55.445 INFO O| May 08 21:22:55.445 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-05-08T21:22:56.322Z[ recovery-image] May 08 21:22:55.481 INFO O| May 08 21:22:55.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70222025-05-08T21:22:56.322Z[ recovery-image] May 08 21:22:55.481 INFO O| May 08 21:22:55.481 INFO STEP 854 (remove_files) COMPLETE
70232025-05-08T21:22:56.322Z[ recovery-image] May 08 21:22:55.481 INFO O| May 08 21:22:55.481 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-05-08T21:22:56.345Z[ recovery-image] May 08 21:22:55.504 INFO O| May 08 21:22:55.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70252025-05-08T21:22:56.348Z[ recovery-image] May 08 21:22:55.504 INFO O| May 08 21:22:55.504 INFO STEP 855 (remove_files) COMPLETE
70262025-05-08T21:22:56.348Z[ recovery-image] May 08 21:22:55.504 INFO O| May 08 21:22:55.504 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-05-08T21:22:56.381Z[ recovery-image] May 08 21:22:55.539 INFO O| May 08 21:22:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70282025-05-08T21:22:56.381Z[ recovery-image] May 08 21:22:55.539 INFO O| May 08 21:22:55.539 INFO STEP 856 (remove_files) COMPLETE
70292025-05-08T21:22:56.381Z[ recovery-image] May 08 21:22:55.539 INFO O| May 08 21:22:55.539 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-05-08T21:22:56.398Z[ recovery-image] May 08 21:22:55.556 INFO O| May 08 21:22:55.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70312025-05-08T21:22:56.398Z[ recovery-image] May 08 21:22:55.557 INFO O| May 08 21:22:55.556 INFO STEP 857 (remove_files) COMPLETE
70322025-05-08T21:22:56.398Z[ recovery-image] May 08 21:22:55.557 INFO O| May 08 21:22:55.556 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-05-08T21:22:56.414Z[ recovery-image] May 08 21:22:55.572 INFO O| May 08 21:22:55.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70342025-05-08T21:22:56.414Z[ recovery-image] May 08 21:22:55.573 INFO O| May 08 21:22:55.573 INFO STEP 858 (remove_files) COMPLETE
70352025-05-08T21:22:56.414Z[ recovery-image] May 08 21:22:55.573 INFO O| May 08 21:22:55.573 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-05-08T21:22:56.430Z[ recovery-image] May 08 21:22:55.589 INFO O| May 08 21:22:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70372025-05-08T21:22:56.430Z[ recovery-image] May 08 21:22:55.589 INFO O| May 08 21:22:55.589 INFO STEP 859 (remove_files) COMPLETE
70382025-05-08T21:22:56.430Z[ recovery-image] May 08 21:22:55.589 INFO O| May 08 21:22:55.589 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-05-08T21:22:56.447Z[ recovery-image] May 08 21:22:55.605 INFO O| May 08 21:22:55.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70402025-05-08T21:22:56.447Z[ recovery-image] May 08 21:22:55.605 INFO O| May 08 21:22:55.605 INFO STEP 860 (remove_files) COMPLETE
70412025-05-08T21:22:56.447Z[ recovery-image] May 08 21:22:55.605 INFO O| May 08 21:22:55.605 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-05-08T21:22:56.464Z[ recovery-image] May 08 21:22:55.622 INFO O| May 08 21:22:55.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70432025-05-08T21:22:56.464Z[ recovery-image] May 08 21:22:55.622 INFO O| May 08 21:22:55.622 INFO STEP 861 (remove_files) COMPLETE
70442025-05-08T21:22:56.464Z[ recovery-image] May 08 21:22:55.622 INFO O| May 08 21:22:55.622 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-05-08T21:22:56.556Z[ recovery-image] May 08 21:22:55.714 INFO O| May 08 21:22:55.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70462025-05-08T21:22:56.556Z[ recovery-image] May 08 21:22:55.714 INFO O| May 08 21:22:55.714 INFO STEP 862 (remove_files) COMPLETE
70472025-05-08T21:22:56.556Z[ recovery-image] May 08 21:22:55.714 INFO O| May 08 21:22:55.714 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-05-08T21:22:56.576Z[ recovery-image] May 08 21:22:55.734 INFO O| May 08 21:22:55.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70492025-05-08T21:22:56.576Z[ recovery-image] May 08 21:22:55.734 INFO O| May 08 21:22:55.734 INFO STEP 863 (remove_files) COMPLETE
70502025-05-08T21:22:56.576Z[ recovery-image] May 08 21:22:55.734 INFO O| May 08 21:22:55.734 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-05-08T21:22:56.608Z[ recovery-image] May 08 21:22:55.766 INFO O| May 08 21:22:55.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70522025-05-08T21:22:56.608Z[ recovery-image] May 08 21:22:55.767 INFO O| May 08 21:22:55.766 INFO STEP 864 (remove_files) COMPLETE
70532025-05-08T21:22:56.611Z[ recovery-image] May 08 21:22:55.767 INFO O| May 08 21:22:55.766 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-05-08T21:22:56.670Z[ recovery-image] May 08 21:22:55.829 INFO O| May 08 21:22:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70552025-05-08T21:22:56.674Z[ recovery-image] May 08 21:22:55.829 INFO O| May 08 21:22:55.829 INFO STEP 865 (remove_files) COMPLETE
70562025-05-08T21:22:56.674Z[ recovery-image] May 08 21:22:55.829 INFO O| May 08 21:22:55.829 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-05-08T21:22:56.690Z[ recovery-image] May 08 21:22:55.848 INFO O| May 08 21:22:55.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70582025-05-08T21:22:56.690Z[ recovery-image] May 08 21:22:55.848 INFO O| May 08 21:22:55.848 INFO STEP 866 (remove_files) COMPLETE
70592025-05-08T21:22:56.690Z[ recovery-image] May 08 21:22:55.848 INFO O| May 08 21:22:55.848 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-05-08T21:22:56.708Z[ recovery-image] May 08 21:22:55.867 INFO O| May 08 21:22:55.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70612025-05-08T21:22:56.708Z[ recovery-image] May 08 21:22:55.867 INFO O| May 08 21:22:55.867 INFO STEP 867 (remove_files) COMPLETE
70622025-05-08T21:22:56.711Z[ recovery-image] May 08 21:22:55.867 INFO O| May 08 21:22:55.867 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-05-08T21:22:56.727Z[ recovery-image] May 08 21:22:55.885 INFO O| May 08 21:22:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70642025-05-08T21:22:56.727Z[ recovery-image] May 08 21:22:55.886 INFO O| May 08 21:22:55.886 INFO STEP 868 (remove_files) COMPLETE
70652025-05-08T21:22:56.730Z[ recovery-image] May 08 21:22:55.886 INFO O| May 08 21:22:55.886 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-05-08T21:22:56.747Z[ recovery-image] May 08 21:22:55.906 INFO O| May 08 21:22:55.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70672025-05-08T21:22:56.747Z[ recovery-image] May 08 21:22:55.906 INFO O| May 08 21:22:55.906 INFO STEP 869 (remove_files) COMPLETE
70682025-05-08T21:22:56.747Z[ recovery-image] May 08 21:22:55.906 INFO O| May 08 21:22:55.906 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-05-08T21:22:56.771Z[ recovery-image] May 08 21:22:55.930 INFO O| May 08 21:22:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70702025-05-08T21:22:56.771Z[ recovery-image] May 08 21:22:55.930 INFO O| May 08 21:22:55.930 INFO STEP 870 (remove_files) COMPLETE
70712025-05-08T21:22:56.771Z[ recovery-image] May 08 21:22:55.930 INFO O| May 08 21:22:55.930 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-05-08T21:22:56.793Z[ recovery-image] May 08 21:22:55.951 INFO O| May 08 21:22:55.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70732025-05-08T21:22:56.793Z[ recovery-image] May 08 21:22:55.952 INFO O| May 08 21:22:55.952 INFO STEP 871 (remove_files) COMPLETE
70742025-05-08T21:22:56.793Z[ recovery-image] May 08 21:22:55.952 INFO O| May 08 21:22:55.952 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-05-08T21:22:56.831Z[ recovery-image] May 08 21:22:55.990 INFO O| May 08 21:22:55.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70762025-05-08T21:22:56.834Z[ recovery-image] May 08 21:22:55.990 INFO O| May 08 21:22:55.990 INFO STEP 872 (remove_files) COMPLETE
70772025-05-08T21:22:56.834Z[ recovery-image] May 08 21:22:55.990 INFO O| May 08 21:22:55.990 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-05-08T21:22:56.863Z[ recovery-image] May 08 21:22:56.021 INFO O| May 08 21:22:56.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70792025-05-08T21:22:56.866Z[ recovery-image] May 08 21:22:56.021 INFO O| May 08 21:22:56.021 INFO STEP 873 (remove_files) COMPLETE
70802025-05-08T21:22:56.866Z[ recovery-image] May 08 21:22:56.022 INFO O| May 08 21:22:56.021 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-05-08T21:22:56.885Z[ recovery-image] May 08 21:22:56.044 INFO O| May 08 21:22:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70822025-05-08T21:22:56.888Z[ recovery-image] May 08 21:22:56.044 INFO O| May 08 21:22:56.044 INFO STEP 874 (remove_files) COMPLETE
70832025-05-08T21:22:56.888Z[ recovery-image] May 08 21:22:56.044 INFO O| May 08 21:22:56.044 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-05-08T21:22:56.905Z[ recovery-image] May 08 21:22:56.064 INFO O| May 08 21:22:56.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70852025-05-08T21:22:56.905Z[ recovery-image] May 08 21:22:56.064 INFO O| May 08 21:22:56.064 INFO STEP 875 (remove_files) COMPLETE
70862025-05-08T21:22:56.909Z[ recovery-image] May 08 21:22:56.065 INFO O| May 08 21:22:56.064 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-05-08T21:22:56.945Z[ recovery-image] May 08 21:22:56.104 INFO O| May 08 21:22:56.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70882025-05-08T21:22:56.945Z[ recovery-image] May 08 21:22:56.104 INFO O| May 08 21:22:56.104 INFO STEP 876 (remove_files) COMPLETE
70892025-05-08T21:22:56.945Z[ recovery-image] May 08 21:22:56.104 INFO O| May 08 21:22:56.104 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-05-08T21:22:56.967Z[ recovery-image] May 08 21:22:56.125 INFO O| May 08 21:22:56.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70912025-05-08T21:22:56.967Z[ recovery-image] May 08 21:22:56.125 INFO O| May 08 21:22:56.125 INFO STEP 877 (remove_files) COMPLETE
70922025-05-08T21:22:56.967Z[ recovery-image] May 08 21:22:56.125 INFO O| May 08 21:22:56.125 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-05-08T21:22:56.997Z[ recovery-image] May 08 21:22:56.156 INFO O| May 08 21:22:56.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70942025-05-08T21:22:56.997Z[ recovery-image] May 08 21:22:56.156 INFO O| May 08 21:22:56.156 INFO STEP 878 (remove_files) COMPLETE
70952025-05-08T21:22:57.001Z[ recovery-image] May 08 21:22:56.156 INFO O| May 08 21:22:56.156 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-05-08T21:22:57.017Z[ recovery-image] May 08 21:22:56.175 INFO O| May 08 21:22:56.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70972025-05-08T21:22:57.017Z[ recovery-image] May 08 21:22:56.175 INFO O| May 08 21:22:56.175 INFO STEP 879 (remove_files) COMPLETE
70982025-05-08T21:22:57.017Z[ recovery-image] May 08 21:22:56.175 INFO O| May 08 21:22:56.175 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-05-08T21:22:57.064Z[ recovery-image] May 08 21:22:56.223 INFO O| May 08 21:22:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71002025-05-08T21:22:57.068Z[ recovery-image] May 08 21:22:56.223 INFO O| May 08 21:22:56.223 INFO STEP 880 (remove_files) COMPLETE
71012025-05-08T21:22:57.068Z[ recovery-image] May 08 21:22:56.223 INFO O| May 08 21:22:56.223 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-05-08T21:22:57.084Z[ recovery-image] May 08 21:22:56.243 INFO O| May 08 21:22:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71032025-05-08T21:22:57.088Z[ recovery-image] May 08 21:22:56.243 INFO O| May 08 21:22:56.243 INFO STEP 881 (remove_files) COMPLETE
71042025-05-08T21:22:57.088Z[ recovery-image] May 08 21:22:56.243 INFO O| May 08 21:22:56.243 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-05-08T21:22:57.104Z[ recovery-image] May 08 21:22:56.263 INFO O| May 08 21:22:56.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71062025-05-08T21:22:57.104Z[ recovery-image] May 08 21:22:56.263 INFO O| May 08 21:22:56.263 INFO STEP 882 (remove_files) COMPLETE
71072025-05-08T21:22:57.108Z[ recovery-image] May 08 21:22:56.263 INFO O| May 08 21:22:56.263 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-05-08T21:22:57.137Z[ recovery-image] May 08 21:22:56.295 INFO O| May 08 21:22:56.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71092025-05-08T21:22:57.137Z[ recovery-image] May 08 21:22:56.295 INFO O| May 08 21:22:56.295 INFO STEP 883 (remove_files) COMPLETE
71102025-05-08T21:22:57.137Z[ recovery-image] May 08 21:22:56.295 INFO O| May 08 21:22:56.295 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-05-08T21:22:57.194Z[ recovery-image] May 08 21:22:56.353 INFO O| May 08 21:22:56.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71122025-05-08T21:22:57.194Z[ recovery-image] May 08 21:22:56.353 INFO O| May 08 21:22:56.353 INFO STEP 884 (remove_files) COMPLETE
71132025-05-08T21:22:57.198Z[ recovery-image] May 08 21:22:56.353 INFO O| May 08 21:22:56.353 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-05-08T21:22:57.255Z[ recovery-image] May 08 21:22:56.414 INFO O| May 08 21:22:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71152025-05-08T21:22:57.256Z[ recovery-image] May 08 21:22:56.414 INFO O| May 08 21:22:56.414 INFO STEP 885 (remove_files) COMPLETE
71162025-05-08T21:22:57.256Z[ recovery-image] May 08 21:22:56.414 INFO O| May 08 21:22:56.414 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-05-08T21:22:57.297Z[ recovery-image] May 08 21:22:56.456 INFO O| May 08 21:22:56.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71182025-05-08T21:22:57.301Z[ recovery-image] May 08 21:22:56.456 INFO O| May 08 21:22:56.456 INFO STEP 886 (remove_files) COMPLETE
71192025-05-08T21:22:57.301Z[ recovery-image] May 08 21:22:56.456 INFO O| May 08 21:22:56.456 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-05-08T21:22:57.337Z[ recovery-image] May 08 21:22:56.496 INFO O| May 08 21:22:56.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71212025-05-08T21:22:57.337Z[ recovery-image] May 08 21:22:56.496 INFO O| May 08 21:22:56.496 INFO STEP 887 (remove_files) COMPLETE
71222025-05-08T21:22:57.337Z[ recovery-image] May 08 21:22:56.496 INFO O| May 08 21:22:56.496 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-05-08T21:22:57.356Z[ recovery-image] May 08 21:22:56.514 INFO O| May 08 21:22:56.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71242025-05-08T21:22:57.356Z[ recovery-image] May 08 21:22:56.514 INFO O| May 08 21:22:56.514 INFO STEP 888 (remove_files) COMPLETE
71252025-05-08T21:22:57.356Z[ recovery-image] May 08 21:22:56.514 INFO O| May 08 21:22:56.514 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-05-08T21:22:57.375Z[ recovery-image] May 08 21:22:56.533 INFO O| May 08 21:22:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71272025-05-08T21:22:57.375Z[ recovery-image] May 08 21:22:56.533 INFO O| May 08 21:22:56.533 INFO STEP 889 (remove_files) COMPLETE
71282025-05-08T21:22:57.375Z[ recovery-image] May 08 21:22:56.533 INFO O| May 08 21:22:56.533 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-05-08T21:22:57.393Z[ recovery-image] May 08 21:22:56.551 INFO O| May 08 21:22:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71302025-05-08T21:22:57.393Z[ recovery-image] May 08 21:22:56.551 INFO O| May 08 21:22:56.551 INFO STEP 890 (remove_files) COMPLETE
71312025-05-08T21:22:57.393Z[ recovery-image] May 08 21:22:56.551 INFO O| May 08 21:22:56.551 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-05-08T21:22:57.412Z[ recovery-image] May 08 21:22:56.570 INFO O| May 08 21:22:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71332025-05-08T21:22:57.412Z[ recovery-image] May 08 21:22:56.570 INFO O| May 08 21:22:56.570 INFO STEP 891 (remove_files) COMPLETE
71342025-05-08T21:22:57.412Z[ recovery-image] May 08 21:22:56.570 INFO O| May 08 21:22:56.570 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-05-08T21:22:57.430Z[ recovery-image] May 08 21:22:56.589 INFO O| May 08 21:22:56.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71362025-05-08T21:22:57.430Z[ recovery-image] May 08 21:22:56.589 INFO O| May 08 21:22:56.589 INFO STEP 892 (remove_files) COMPLETE
71372025-05-08T21:22:57.430Z[ recovery-image] May 08 21:22:56.589 INFO O| May 08 21:22:56.589 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-05-08T21:22:57.450Z[ recovery-image] May 08 21:22:56.608 INFO O| May 08 21:22:56.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71392025-05-08T21:22:57.450Z[ recovery-image] May 08 21:22:56.609 INFO O| May 08 21:22:56.608 INFO STEP 893 (remove_files) COMPLETE
71402025-05-08T21:22:57.450Z[ recovery-image] May 08 21:22:56.609 INFO O| May 08 21:22:56.608 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-05-08T21:22:57.511Z[ recovery-image] May 08 21:22:56.670 INFO O| May 08 21:22:56.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71422025-05-08T21:22:57.515Z[ recovery-image] May 08 21:22:56.670 INFO O| May 08 21:22:56.670 INFO STEP 894 (remove_files) COMPLETE
71432025-05-08T21:22:57.515Z[ recovery-image] May 08 21:22:56.670 INFO O| May 08 21:22:56.670 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-05-08T21:22:57.549Z[ recovery-image] May 08 21:22:56.708 INFO O| May 08 21:22:56.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71452025-05-08T21:22:57.549Z[ recovery-image] May 08 21:22:56.708 INFO O| May 08 21:22:56.708 INFO STEP 895 (remove_files) COMPLETE
71462025-05-08T21:22:57.549Z[ recovery-image] May 08 21:22:56.708 INFO O| May 08 21:22:56.708 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-05-08T21:22:57.568Z[ recovery-image] May 08 21:22:56.727 INFO O| May 08 21:22:56.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71482025-05-08T21:22:57.568Z[ recovery-image] May 08 21:22:56.727 INFO O| May 08 21:22:56.727 INFO STEP 896 (remove_files) COMPLETE
71492025-05-08T21:22:57.568Z[ recovery-image] May 08 21:22:56.727 INFO O| May 08 21:22:56.727 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-05-08T21:22:57.588Z[ recovery-image] May 08 21:22:56.746 INFO O| May 08 21:22:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71512025-05-08T21:22:57.588Z[ recovery-image] May 08 21:22:56.746 INFO O| May 08 21:22:56.746 INFO STEP 897 (remove_files) COMPLETE
71522025-05-08T21:22:57.588Z[ recovery-image] May 08 21:22:56.746 INFO O| May 08 21:22:56.746 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-05-08T21:22:57.609Z[ recovery-image] May 08 21:22:56.767 INFO O| May 08 21:22:56.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71542025-05-08T21:22:57.609Z[ recovery-image] May 08 21:22:56.767 INFO O| May 08 21:22:56.767 INFO STEP 898 (remove_files) COMPLETE
71552025-05-08T21:22:57.609Z[ recovery-image] May 08 21:22:56.767 INFO O| May 08 21:22:56.767 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-05-08T21:22:57.630Z[ recovery-image] May 08 21:22:56.788 INFO O| May 08 21:22:56.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71572025-05-08T21:22:57.630Z[ recovery-image] May 08 21:22:56.788 INFO O| May 08 21:22:56.788 INFO STEP 899 (remove_files) COMPLETE
71582025-05-08T21:22:57.630Z[ recovery-image] May 08 21:22:56.788 INFO O| May 08 21:22:56.788 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-05-08T21:22:57.652Z[ recovery-image] May 08 21:22:56.810 INFO O| May 08 21:22:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71602025-05-08T21:22:57.652Z[ recovery-image] May 08 21:22:56.811 INFO O| May 08 21:22:56.810 INFO STEP 900 (remove_files) COMPLETE
71612025-05-08T21:22:57.655Z[ recovery-image] May 08 21:22:56.811 INFO O| May 08 21:22:56.811 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-05-08T21:22:57.693Z[ recovery-image] May 08 21:22:56.852 INFO O| May 08 21:22:56.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71632025-05-08T21:22:57.696Z[ recovery-image] May 08 21:22:56.852 INFO O| May 08 21:22:56.852 INFO STEP 901 (remove_files) COMPLETE
71642025-05-08T21:22:57.697Z[ recovery-image] May 08 21:22:56.852 INFO O| May 08 21:22:56.852 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-05-08T21:22:57.714Z[ recovery-image] May 08 21:22:56.873 INFO O| May 08 21:22:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71662025-05-08T21:22:57.717Z[ recovery-image] May 08 21:22:56.873 INFO O| May 08 21:22:56.873 INFO STEP 902 (remove_files) COMPLETE
71672025-05-08T21:22:57.717Z[ recovery-image] May 08 21:22:56.873 INFO O| May 08 21:22:56.873 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-05-08T21:22:57.735Z[ recovery-image] May 08 21:22:56.894 INFO O| May 08 21:22:56.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71692025-05-08T21:22:57.738Z[ recovery-image] May 08 21:22:56.894 INFO O| May 08 21:22:56.894 INFO STEP 903 (remove_files) COMPLETE
71702025-05-08T21:22:57.738Z[ recovery-image] May 08 21:22:56.894 INFO O| May 08 21:22:56.894 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-05-08T21:22:57.755Z[ recovery-image] May 08 21:22:56.914 INFO O| May 08 21:22:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71722025-05-08T21:22:57.758Z[ recovery-image] May 08 21:22:56.914 INFO O| May 08 21:22:56.914 INFO STEP 904 (remove_files) COMPLETE
71732025-05-08T21:22:57.758Z[ recovery-image] May 08 21:22:56.914 INFO O| May 08 21:22:56.914 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-05-08T21:22:57.777Z[ recovery-image] May 08 21:22:56.935 INFO O| May 08 21:22:56.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71752025-05-08T21:22:57.777Z[ recovery-image] May 08 21:22:56.936 INFO O| May 08 21:22:56.936 INFO STEP 905 (remove_files) COMPLETE
71762025-05-08T21:22:57.777Z[ recovery-image] May 08 21:22:56.936 INFO O| May 08 21:22:56.936 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-05-08T21:22:57.798Z[ recovery-image] May 08 21:22:56.956 INFO O| May 08 21:22:56.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71782025-05-08T21:22:57.798Z[ recovery-image] May 08 21:22:56.957 INFO O| May 08 21:22:56.957 INFO STEP 906 (remove_files) COMPLETE
71792025-05-08T21:22:57.798Z[ recovery-image] May 08 21:22:56.957 INFO O| May 08 21:22:56.957 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-05-08T21:22:57.819Z[ recovery-image] May 08 21:22:56.978 INFO O| May 08 21:22:56.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71812025-05-08T21:22:57.820Z[ recovery-image] May 08 21:22:56.978 INFO O| May 08 21:22:56.978 INFO STEP 907 (remove_files) COMPLETE
71822025-05-08T21:22:57.823Z[ recovery-image] May 08 21:22:56.978 INFO O| May 08 21:22:56.978 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-05-08T21:22:57.857Z[ recovery-image] May 08 21:22:57.015 INFO O| May 08 21:22:57.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71842025-05-08T21:22:57.860Z[ recovery-image] May 08 21:22:57.016 INFO O| May 08 21:22:57.016 INFO STEP 908 (remove_files) COMPLETE
71852025-05-08T21:22:57.860Z[ recovery-image] May 08 21:22:57.016 INFO O| May 08 21:22:57.016 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-05-08T21:22:57.878Z[ recovery-image] May 08 21:22:57.036 INFO O| May 08 21:22:57.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71872025-05-08T21:22:57.889Z[ recovery-image] May 08 21:22:57.037 INFO O| May 08 21:22:57.037 INFO STEP 909 (remove_files) COMPLETE
71882025-05-08T21:22:57.890Z[ recovery-image] May 08 21:22:57.037 INFO O| May 08 21:22:57.037 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-05-08T21:22:57.899Z[ recovery-image] May 08 21:22:57.057 INFO O| May 08 21:22:57.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71902025-05-08T21:22:57.899Z[ recovery-image] May 08 21:22:57.057 INFO O| May 08 21:22:57.057 INFO STEP 910 (remove_files) COMPLETE
71912025-05-08T21:22:57.903Z[ recovery-image] May 08 21:22:57.057 INFO O| May 08 21:22:57.057 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-05-08T21:22:57.919Z[ recovery-image] May 08 21:22:57.077 INFO O| May 08 21:22:57.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71932025-05-08T21:22:57.919Z[ recovery-image] May 08 21:22:57.077 INFO O| May 08 21:22:57.077 INFO STEP 911 (remove_files) COMPLETE
71942025-05-08T21:22:57.923Z[ recovery-image] May 08 21:22:57.077 INFO O| May 08 21:22:57.077 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-05-08T21:22:57.948Z[ recovery-image] May 08 21:22:57.106 INFO O| May 08 21:22:57.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71962025-05-08T21:22:57.948Z[ recovery-image] May 08 21:22:57.106 INFO O| May 08 21:22:57.106 INFO STEP 912 (remove_files) COMPLETE
71972025-05-08T21:22:57.948Z[ recovery-image] May 08 21:22:57.106 INFO O| May 08 21:22:57.106 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-05-08T21:22:57.968Z[ recovery-image] May 08 21:22:57.126 INFO O| May 08 21:22:57.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71992025-05-08T21:22:57.968Z[ recovery-image] May 08 21:22:57.126 INFO O| May 08 21:22:57.126 INFO STEP 913 (remove_files) COMPLETE
72002025-05-08T21:22:57.968Z[ recovery-image] May 08 21:22:57.126 INFO O| May 08 21:22:57.126 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-05-08T21:22:58.002Z[ recovery-image] May 08 21:22:57.159 INFO O| May 08 21:22:57.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72022025-05-08T21:22:58.002Z[ recovery-image] May 08 21:22:57.159 INFO O| May 08 21:22:57.159 INFO STEP 914 (remove_files) COMPLETE
72032025-05-08T21:22:58.005Z[ recovery-image] May 08 21:22:57.159 INFO O| May 08 21:22:57.159 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-05-08T21:22:58.033Z[ recovery-image] May 08 21:22:57.192 INFO O| May 08 21:22:57.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72052025-05-08T21:22:58.033Z[ recovery-image] May 08 21:22:57.192 INFO O| May 08 21:22:57.192 INFO STEP 915 (remove_files) COMPLETE
72062025-05-08T21:22:58.033Z[ recovery-image] May 08 21:22:57.192 INFO O| May 08 21:22:57.192 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-05-08T21:22:58.079Z[ recovery-image] May 08 21:22:57.238 INFO O| May 08 21:22:57.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72082025-05-08T21:22:58.079Z[ recovery-image] May 08 21:22:57.238 INFO O| May 08 21:22:57.238 INFO STEP 916 (remove_files) COMPLETE
72092025-05-08T21:22:58.079Z[ recovery-image] May 08 21:22:57.238 INFO O| May 08 21:22:57.238 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-05-08T21:22:58.102Z[ recovery-image] May 08 21:22:57.260 INFO O| May 08 21:22:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72112025-05-08T21:22:58.105Z[ recovery-image] May 08 21:22:57.260 INFO O| May 08 21:22:57.260 INFO STEP 917 (remove_files) COMPLETE
72122025-05-08T21:22:58.105Z[ recovery-image] May 08 21:22:57.260 INFO O| May 08 21:22:57.260 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-05-08T21:22:58.142Z[ recovery-image] May 08 21:22:57.300 INFO O| May 08 21:22:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72142025-05-08T21:22:58.142Z[ recovery-image] May 08 21:22:57.300 INFO O| May 08 21:22:57.300 INFO STEP 918 (remove_files) COMPLETE
72152025-05-08T21:22:58.142Z[ recovery-image] May 08 21:22:57.300 INFO O| May 08 21:22:57.300 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-05-08T21:22:58.163Z[ recovery-image] May 08 21:22:57.321 INFO O| May 08 21:22:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72172025-05-08T21:22:58.163Z[ recovery-image] May 08 21:22:57.321 INFO O| May 08 21:22:57.321 INFO STEP 919 (remove_files) COMPLETE
72182025-05-08T21:22:58.167Z[ recovery-image] May 08 21:22:57.321 INFO O| May 08 21:22:57.321 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-05-08T21:22:58.184Z[ recovery-image] May 08 21:22:57.343 INFO O| May 08 21:22:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72202025-05-08T21:22:58.187Z[ recovery-image] May 08 21:22:57.343 INFO O| May 08 21:22:57.343 INFO STEP 920 (remove_files) COMPLETE
72212025-05-08T21:22:58.187Z[ recovery-image] May 08 21:22:57.343 INFO O| May 08 21:22:57.343 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-05-08T21:22:58.206Z[ recovery-image] May 08 21:22:57.363 INFO O| May 08 21:22:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72232025-05-08T21:22:58.206Z[ recovery-image] May 08 21:22:57.364 INFO O| May 08 21:22:57.364 INFO STEP 921 (remove_files) COMPLETE
72242025-05-08T21:22:58.206Z[ recovery-image] May 08 21:22:57.364 INFO O| May 08 21:22:57.364 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-05-08T21:22:58.225Z[ recovery-image] May 08 21:22:57.383 INFO O| May 08 21:22:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72262025-05-08T21:22:58.225Z[ recovery-image] May 08 21:22:57.383 INFO O| May 08 21:22:57.383 INFO STEP 922 (remove_files) COMPLETE
72272025-05-08T21:22:58.225Z[ recovery-image] May 08 21:22:57.383 INFO O| May 08 21:22:57.383 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-05-08T21:22:58.245Z[ recovery-image] May 08 21:22:57.404 INFO O| May 08 21:22:57.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72292025-05-08T21:22:58.245Z[ recovery-image] May 08 21:22:57.404 INFO O| May 08 21:22:57.404 INFO STEP 923 (remove_files) COMPLETE
72302025-05-08T21:22:58.249Z[ recovery-image] May 08 21:22:57.404 INFO O| May 08 21:22:57.404 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-05-08T21:22:58.271Z[ recovery-image] May 08 21:22:57.430 INFO O| May 08 21:22:57.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72322025-05-08T21:22:58.271Z[ recovery-image] May 08 21:22:57.430 INFO O| May 08 21:22:57.430 INFO STEP 924 (remove_files) COMPLETE
72332025-05-08T21:22:58.271Z[ recovery-image] May 08 21:22:57.430 INFO O| May 08 21:22:57.430 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-05-08T21:22:58.315Z[ recovery-image] May 08 21:22:57.473 INFO O| May 08 21:22:57.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72352025-05-08T21:22:58.315Z[ recovery-image] May 08 21:22:57.473 INFO O| May 08 21:22:57.473 INFO STEP 925 (remove_files) COMPLETE
72362025-05-08T21:22:58.315Z[ recovery-image] May 08 21:22:57.473 INFO O| May 08 21:22:57.473 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-05-08T21:22:58.354Z[ recovery-image] May 08 21:22:57.512 INFO O| May 08 21:22:57.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72382025-05-08T21:22:58.354Z[ recovery-image] May 08 21:22:57.512 INFO O| May 08 21:22:57.512 INFO STEP 926 (remove_files) COMPLETE
72392025-05-08T21:22:58.358Z[ recovery-image] May 08 21:22:57.512 INFO O| May 08 21:22:57.512 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-05-08T21:22:58.411Z[ recovery-image] May 08 21:22:57.560 INFO O| May 08 21:22:57.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72412025-05-08T21:22:58.411Z[ recovery-image] May 08 21:22:57.560 INFO O| May 08 21:22:57.560 INFO STEP 927 (remove_files) COMPLETE
72422025-05-08T21:22:58.411Z[ recovery-image] May 08 21:22:57.560 INFO O| May 08 21:22:57.560 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-05-08T21:22:58.422Z[ recovery-image] May 08 21:22:57.580 INFO O| May 08 21:22:57.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72442025-05-08T21:22:58.422Z[ recovery-image] May 08 21:22:57.580 INFO O| May 08 21:22:57.580 INFO STEP 928 (remove_files) COMPLETE
72452025-05-08T21:22:58.422Z[ recovery-image] May 08 21:22:57.580 INFO O| May 08 21:22:57.580 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-05-08T21:22:58.441Z[ recovery-image] May 08 21:22:57.599 INFO O| May 08 21:22:57.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72472025-05-08T21:22:58.441Z[ recovery-image] May 08 21:22:57.599 INFO O| May 08 21:22:57.599 INFO STEP 929 (remove_files) COMPLETE
72482025-05-08T21:22:58.444Z[ recovery-image] May 08 21:22:57.599 INFO O| May 08 21:22:57.599 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-05-08T21:22:58.459Z[ recovery-image] May 08 21:22:57.618 INFO O| May 08 21:22:57.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72502025-05-08T21:22:58.459Z[ recovery-image] May 08 21:22:57.618 INFO O| May 08 21:22:57.618 INFO STEP 930 (remove_files) COMPLETE
72512025-05-08T21:22:58.462Z[ recovery-image] May 08 21:22:57.618 INFO O| May 08 21:22:57.618 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-05-08T21:22:58.478Z[ recovery-image] May 08 21:22:57.637 INFO O| May 08 21:22:57.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72532025-05-08T21:22:58.478Z[ recovery-image] May 08 21:22:57.637 INFO O| May 08 21:22:57.637 INFO STEP 931 (remove_files) COMPLETE
72542025-05-08T21:22:58.482Z[ recovery-image] May 08 21:22:57.637 INFO O| May 08 21:22:57.637 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-05-08T21:22:58.497Z[ recovery-image] May 08 21:22:57.656 INFO O| May 08 21:22:57.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72562025-05-08T21:22:58.497Z[ recovery-image] May 08 21:22:57.656 INFO O| May 08 21:22:57.656 INFO STEP 932 (remove_files) COMPLETE
72572025-05-08T21:22:58.501Z[ recovery-image] May 08 21:22:57.656 INFO O| May 08 21:22:57.656 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-05-08T21:22:58.517Z[ recovery-image] May 08 21:22:57.675 INFO O| May 08 21:22:57.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72592025-05-08T21:22:58.517Z[ recovery-image] May 08 21:22:57.675 INFO O| May 08 21:22:57.675 INFO STEP 933 (remove_files) COMPLETE
72602025-05-08T21:22:58.517Z[ recovery-image] May 08 21:22:57.675 INFO O| May 08 21:22:57.675 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-05-08T21:22:58.575Z[ recovery-image] May 08 21:22:57.734 INFO O| May 08 21:22:57.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72622025-05-08T21:22:58.593Z[ recovery-image] May 08 21:22:57.751 INFO O| May 08 21:22:57.751 INFO STEP 934 (remove_files) COMPLETE
72632025-05-08T21:22:58.593Z[ recovery-image] May 08 21:22:57.751 INFO O| May 08 21:22:57.751 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-05-08T21:22:58.628Z[ recovery-image] May 08 21:22:57.787 INFO O| May 08 21:22:57.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72652025-05-08T21:22:58.628Z[ recovery-image] May 08 21:22:57.787 INFO O| May 08 21:22:57.787 INFO STEP 935 (remove_files) COMPLETE
72662025-05-08T21:22:58.631Z[ recovery-image] May 08 21:22:57.787 INFO O| May 08 21:22:57.787 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-05-08T21:22:58.655Z[ recovery-image] May 08 21:22:57.814 INFO O| May 08 21:22:57.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72682025-05-08T21:22:58.658Z[ recovery-image] May 08 21:22:57.817 INFO O| May 08 21:22:57.817 INFO STEP 936 (remove_files) COMPLETE
72692025-05-08T21:22:58.658Z[ recovery-image] May 08 21:22:57.817 INFO O| May 08 21:22:57.817 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-05-08T21:22:58.677Z[ recovery-image] May 08 21:22:57.836 INFO O| May 08 21:22:57.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72712025-05-08T21:22:58.681Z[ recovery-image] May 08 21:22:57.836 INFO O| May 08 21:22:57.836 INFO STEP 937 (remove_files) COMPLETE
72722025-05-08T21:22:58.681Z[ recovery-image] May 08 21:22:57.836 INFO O| May 08 21:22:57.836 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-05-08T21:22:58.697Z[ recovery-image] May 08 21:22:57.855 INFO O| May 08 21:22:57.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72742025-05-08T21:22:58.700Z[ recovery-image] May 08 21:22:57.856 INFO O| May 08 21:22:57.855 INFO STEP 938 (remove_files) COMPLETE
72752025-05-08T21:22:58.700Z[ recovery-image] May 08 21:22:57.856 INFO O| May 08 21:22:57.856 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-05-08T21:22:58.715Z[ recovery-image] May 08 21:22:57.873 INFO O| May 08 21:22:57.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72772025-05-08T21:22:58.718Z[ recovery-image] May 08 21:22:57.874 INFO O| May 08 21:22:57.873 INFO STEP 939 (remove_files) COMPLETE
72782025-05-08T21:22:58.718Z[ recovery-image] May 08 21:22:57.874 INFO O| May 08 21:22:57.873 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-05-08T21:22:58.734Z[ recovery-image] May 08 21:22:57.893 INFO O| May 08 21:22:57.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72802025-05-08T21:22:58.738Z[ recovery-image] May 08 21:22:57.893 INFO O| May 08 21:22:57.893 INFO STEP 940 (remove_files) COMPLETE
72812025-05-08T21:22:58.738Z[ recovery-image] May 08 21:22:57.893 INFO O| May 08 21:22:57.893 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-05-08T21:22:58.754Z[ recovery-image] May 08 21:22:57.913 INFO O| May 08 21:22:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72832025-05-08T21:22:58.757Z[ recovery-image] May 08 21:22:57.913 INFO O| May 08 21:22:57.913 INFO STEP 941 (remove_files) COMPLETE
72842025-05-08T21:22:58.757Z[ recovery-image] May 08 21:22:57.913 INFO O| May 08 21:22:57.913 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-05-08T21:22:58.774Z[ recovery-image] May 08 21:22:57.933 INFO O| May 08 21:22:57.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72862025-05-08T21:22:58.777Z[ recovery-image] May 08 21:22:57.933 INFO O| May 08 21:22:57.933 INFO STEP 942 (remove_files) COMPLETE
72872025-05-08T21:22:58.777Z[ recovery-image] May 08 21:22:57.933 INFO O| May 08 21:22:57.933 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-05-08T21:22:58.798Z[ recovery-image] May 08 21:22:57.957 INFO O| May 08 21:22:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72892025-05-08T21:22:58.799Z[ recovery-image] May 08 21:22:57.957 INFO O| May 08 21:22:57.957 INFO STEP 943 (remove_files) COMPLETE
72902025-05-08T21:22:58.799Z[ recovery-image] May 08 21:22:57.957 INFO O| May 08 21:22:57.957 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-05-08T21:22:58.819Z[ recovery-image] May 08 21:22:57.977 INFO O| May 08 21:22:57.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72922025-05-08T21:22:58.819Z[ recovery-image] May 08 21:22:57.977 INFO O| May 08 21:22:57.977 INFO STEP 944 (remove_files) COMPLETE
72932025-05-08T21:22:58.819Z[ recovery-image] May 08 21:22:57.977 INFO O| May 08 21:22:57.977 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-05-08T21:22:58.839Z[ recovery-image] May 08 21:22:57.997 INFO O| May 08 21:22:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72952025-05-08T21:22:58.839Z[ recovery-image] May 08 21:22:57.997 INFO O| May 08 21:22:57.997 INFO STEP 945 (remove_files) COMPLETE
72962025-05-08T21:22:58.839Z[ recovery-image] May 08 21:22:57.997 INFO O| May 08 21:22:57.997 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-05-08T21:22:58.875Z[ recovery-image] May 08 21:22:58.034 INFO O| May 08 21:22:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72982025-05-08T21:22:58.875Z[ recovery-image] May 08 21:22:58.034 INFO O| May 08 21:22:58.034 INFO STEP 946 (remove_files) COMPLETE
72992025-05-08T21:22:58.875Z[ recovery-image] May 08 21:22:58.034 INFO O| May 08 21:22:58.034 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-05-08T21:22:58.914Z[ recovery-image] May 08 21:22:58.072 INFO O| May 08 21:22:58.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73012025-05-08T21:22:58.914Z[ recovery-image] May 08 21:22:58.072 INFO O| May 08 21:22:58.072 INFO STEP 947 (remove_files) COMPLETE
73022025-05-08T21:22:58.914Z[ recovery-image] May 08 21:22:58.072 INFO O| May 08 21:22:58.072 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-05-08T21:22:58.977Z[ recovery-image] May 08 21:22:58.135 INFO O| May 08 21:22:58.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73042025-05-08T21:22:58.977Z[ recovery-image] May 08 21:22:58.135 INFO O| May 08 21:22:58.135 INFO STEP 948 (remove_files) COMPLETE
73052025-05-08T21:22:58.977Z[ recovery-image] May 08 21:22:58.135 INFO O| May 08 21:22:58.135 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-05-08T21:22:58.995Z[ recovery-image] May 08 21:22:58.154 INFO O| May 08 21:22:58.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73072025-05-08T21:22:58.999Z[ recovery-image] May 08 21:22:58.154 INFO O| May 08 21:22:58.154 INFO STEP 949 (remove_files) COMPLETE
73082025-05-08T21:22:58.999Z[ recovery-image] May 08 21:22:58.154 INFO O| May 08 21:22:58.154 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-05-08T21:22:59.027Z[ recovery-image] May 08 21:22:58.185 INFO O| May 08 21:22:58.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73102025-05-08T21:22:59.027Z[ recovery-image] May 08 21:22:58.185 INFO O| May 08 21:22:58.185 INFO STEP 950 (remove_files) COMPLETE
73112025-05-08T21:22:59.027Z[ recovery-image] May 08 21:22:58.185 INFO O| May 08 21:22:58.185 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-05-08T21:22:59.127Z[ recovery-image] May 08 21:22:58.286 INFO O| May 08 21:22:58.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73132025-05-08T21:22:59.131Z[ recovery-image] May 08 21:22:58.286 INFO O| May 08 21:22:58.286 INFO STEP 951 (remove_files) COMPLETE
73142025-05-08T21:22:59.131Z[ recovery-image] May 08 21:22:58.286 INFO O| May 08 21:22:58.286 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-05-08T21:22:59.151Z[ recovery-image] May 08 21:22:58.309 INFO O| May 08 21:22:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73162025-05-08T21:22:59.154Z[ recovery-image] May 08 21:22:58.309 INFO O| May 08 21:22:58.309 INFO STEP 952 (remove_files) COMPLETE
73172025-05-08T21:22:59.154Z[ recovery-image] May 08 21:22:58.309 INFO O| May 08 21:22:58.309 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-05-08T21:22:59.232Z[ recovery-image] May 08 21:22:58.390 INFO O| May 08 21:22:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73192025-05-08T21:22:59.235Z[ recovery-image] May 08 21:22:58.390 INFO O| May 08 21:22:58.390 INFO STEP 953 (remove_files) COMPLETE
73202025-05-08T21:22:59.235Z[ recovery-image] May 08 21:22:58.391 INFO O| May 08 21:22:58.391 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-05-08T21:22:59.253Z[ recovery-image] May 08 21:22:58.412 INFO O| May 08 21:22:58.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73222025-05-08T21:22:59.256Z[ recovery-image] May 08 21:22:58.412 INFO O| May 08 21:22:58.412 INFO STEP 954 (remove_files) COMPLETE
73232025-05-08T21:22:59.256Z[ recovery-image] May 08 21:22:58.412 INFO O| May 08 21:22:58.412 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-05-08T21:22:59.272Z[ recovery-image] May 08 21:22:58.431 INFO O| May 08 21:22:58.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73252025-05-08T21:22:59.276Z[ recovery-image] May 08 21:22:58.431 INFO O| May 08 21:22:58.431 INFO STEP 955 (remove_files) COMPLETE
73262025-05-08T21:22:59.276Z[ recovery-image] May 08 21:22:58.431 INFO O| May 08 21:22:58.431 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-05-08T21:22:59.309Z[ recovery-image] May 08 21:22:58.467 INFO O| May 08 21:22:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73282025-05-08T21:22:59.312Z[ recovery-image] May 08 21:22:58.467 INFO O| May 08 21:22:58.467 INFO STEP 956 (remove_files) COMPLETE
73292025-05-08T21:22:59.312Z[ recovery-image] May 08 21:22:58.468 INFO O| May 08 21:22:58.467 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-05-08T21:22:59.410Z[ recovery-image] May 08 21:22:58.569 INFO O| May 08 21:22:58.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73312025-05-08T21:22:59.410Z[ recovery-image] May 08 21:22:58.569 INFO O| May 08 21:22:58.569 INFO STEP 957 (remove_files) COMPLETE
73322025-05-08T21:22:59.410Z[ recovery-image] May 08 21:22:58.569 INFO O| May 08 21:22:58.569 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-05-08T21:22:59.467Z[ recovery-image] May 08 21:22:58.626 INFO O| May 08 21:22:58.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73342025-05-08T21:22:59.467Z[ recovery-image] May 08 21:22:58.626 INFO O| May 08 21:22:58.626 INFO STEP 958 (remove_files) COMPLETE
73352025-05-08T21:22:59.470Z[ recovery-image] May 08 21:22:58.626 INFO O| May 08 21:22:58.626 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-05-08T21:22:59.485Z[ recovery-image] May 08 21:22:58.643 INFO O| May 08 21:22:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73372025-05-08T21:22:59.488Z[ recovery-image] May 08 21:22:58.644 INFO O| May 08 21:22:58.644 INFO STEP 959 (remove_files) COMPLETE
73382025-05-08T21:22:59.488Z[ recovery-image] May 08 21:22:58.644 INFO O| May 08 21:22:58.644 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-05-08T21:22:59.502Z[ recovery-image] May 08 21:22:58.661 INFO O| May 08 21:22:58.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73402025-05-08T21:22:59.502Z[ recovery-image] May 08 21:22:58.661 INFO O| May 08 21:22:58.661 INFO STEP 960 (remove_files) COMPLETE
73412025-05-08T21:22:59.506Z[ recovery-image] May 08 21:22:58.661 INFO O| May 08 21:22:58.661 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-05-08T21:22:59.520Z[ recovery-image] May 08 21:22:58.678 INFO O| May 08 21:22:58.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73432025-05-08T21:22:59.520Z[ recovery-image] May 08 21:22:58.678 INFO O| May 08 21:22:58.678 INFO STEP 961 (remove_files) COMPLETE
73442025-05-08T21:22:59.520Z[ recovery-image] May 08 21:22:58.678 INFO O| May 08 21:22:58.678 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-05-08T21:22:59.540Z[ recovery-image] May 08 21:22:58.697 INFO O| May 08 21:22:58.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73462025-05-08T21:22:59.543Z[ recovery-image] May 08 21:22:58.697 INFO O| May 08 21:22:58.697 INFO STEP 962 (remove_files) COMPLETE
73472025-05-08T21:22:59.543Z[ recovery-image] May 08 21:22:58.697 INFO O| May 08 21:22:58.697 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-05-08T21:22:59.557Z[ recovery-image] May 08 21:22:58.715 INFO O| May 08 21:22:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73492025-05-08T21:22:59.557Z[ recovery-image] May 08 21:22:58.715 INFO O| May 08 21:22:58.715 INFO STEP 963 (remove_files) COMPLETE
73502025-05-08T21:22:59.557Z[ recovery-image] May 08 21:22:58.715 INFO O| May 08 21:22:58.715 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-05-08T21:22:59.581Z[ recovery-image] May 08 21:22:58.739 INFO O| May 08 21:22:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73522025-05-08T21:22:59.584Z[ recovery-image] May 08 21:22:58.739 INFO O| May 08 21:22:58.739 INFO STEP 964 (remove_files) COMPLETE
73532025-05-08T21:22:59.584Z[ recovery-image] May 08 21:22:58.739 INFO O| May 08 21:22:58.739 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-05-08T21:22:59.600Z[ recovery-image] May 08 21:22:58.759 INFO O| May 08 21:22:58.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73552025-05-08T21:22:59.600Z[ recovery-image] May 08 21:22:58.759 INFO O| May 08 21:22:58.759 INFO STEP 965 (remove_files) COMPLETE
73562025-05-08T21:22:59.604Z[ recovery-image] May 08 21:22:58.759 INFO O| May 08 21:22:58.759 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-05-08T21:22:59.630Z[ recovery-image] May 08 21:22:58.788 INFO O| May 08 21:22:58.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73582025-05-08T21:22:59.630Z[ recovery-image] May 08 21:22:58.788 INFO O| May 08 21:22:58.788 INFO STEP 966 (remove_files) COMPLETE
73592025-05-08T21:22:59.633Z[ recovery-image] May 08 21:22:58.788 INFO O| May 08 21:22:58.788 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-05-08T21:22:59.687Z[ recovery-image] May 08 21:22:58.845 INFO O| May 08 21:22:58.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73612025-05-08T21:22:59.687Z[ recovery-image] May 08 21:22:58.845 INFO O| May 08 21:22:58.845 INFO STEP 967 (remove_files) COMPLETE
73622025-05-08T21:22:59.687Z[ recovery-image] May 08 21:22:58.845 INFO O| May 08 21:22:58.845 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-05-08T21:22:59.711Z[ recovery-image] May 08 21:22:58.869 INFO O| May 08 21:22:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73642025-05-08T21:22:59.714Z[ recovery-image] May 08 21:22:58.869 INFO O| May 08 21:22:58.869 INFO STEP 968 (remove_files) COMPLETE
73652025-05-08T21:22:59.714Z[ recovery-image] May 08 21:22:58.869 INFO O| May 08 21:22:58.869 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-05-08T21:22:59.733Z[ recovery-image] May 08 21:22:58.892 INFO O| May 08 21:22:58.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73672025-05-08T21:22:59.733Z[ recovery-image] May 08 21:22:58.892 INFO O| May 08 21:22:58.892 INFO STEP 969 (remove_files) COMPLETE
73682025-05-08T21:22:59.736Z[ recovery-image] May 08 21:22:58.892 INFO O| May 08 21:22:58.892 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-05-08T21:22:59.754Z[ recovery-image] May 08 21:22:58.913 INFO O| May 08 21:22:58.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73702025-05-08T21:22:59.754Z[ recovery-image] May 08 21:22:58.913 INFO O| May 08 21:22:58.913 INFO STEP 970 (remove_files) COMPLETE
73712025-05-08T21:22:59.757Z[ recovery-image] May 08 21:22:58.913 INFO O| May 08 21:22:58.913 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-05-08T21:22:59.794Z[ recovery-image] May 08 21:22:58.953 INFO O| May 08 21:22:58.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73732025-05-08T21:22:59.794Z[ recovery-image] May 08 21:22:58.953 INFO O| May 08 21:22:58.953 INFO STEP 971 (remove_files) COMPLETE
73742025-05-08T21:22:59.798Z[ recovery-image] May 08 21:22:58.953 INFO O| May 08 21:22:58.953 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-05-08T21:22:59.817Z[ recovery-image] May 08 21:22:58.976 INFO O| May 08 21:22:58.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73762025-05-08T21:22:59.817Z[ recovery-image] May 08 21:22:58.976 INFO O| May 08 21:22:58.976 INFO STEP 972 (remove_files) COMPLETE
73772025-05-08T21:22:59.821Z[ recovery-image] May 08 21:22:58.976 INFO O| May 08 21:22:58.976 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-05-08T21:22:59.838Z[ recovery-image] May 08 21:22:58.996 INFO O| May 08 21:22:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73792025-05-08T21:22:59.838Z[ recovery-image] May 08 21:22:58.996 INFO O| May 08 21:22:58.996 INFO STEP 973 (remove_files) COMPLETE
73802025-05-08T21:22:59.838Z[ recovery-image] May 08 21:22:58.996 INFO O| May 08 21:22:58.996 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-05-08T21:22:59.859Z[ recovery-image] May 08 21:22:59.016 INFO O| May 08 21:22:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73822025-05-08T21:22:59.859Z[ recovery-image] May 08 21:22:59.016 INFO O| May 08 21:22:59.016 INFO STEP 974 (remove_files) COMPLETE
73832025-05-08T21:22:59.862Z[ recovery-image] May 08 21:22:59.016 INFO O| May 08 21:22:59.016 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-05-08T21:22:59.877Z[ recovery-image] May 08 21:22:59.036 INFO O| May 08 21:22:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73852025-05-08T21:22:59.880Z[ recovery-image] May 08 21:22:59.036 INFO O| May 08 21:22:59.036 INFO STEP 975 (remove_files) COMPLETE
73862025-05-08T21:22:59.880Z[ recovery-image] May 08 21:22:59.036 INFO O| May 08 21:22:59.036 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-05-08T21:22:59.897Z[ recovery-image] May 08 21:22:59.055 INFO O| May 08 21:22:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73882025-05-08T21:22:59.897Z[ recovery-image] May 08 21:22:59.055 INFO O| May 08 21:22:59.055 INFO STEP 976 (remove_files) COMPLETE
73892025-05-08T21:22:59.900Z[ recovery-image] May 08 21:22:59.055 INFO O| May 08 21:22:59.055 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-05-08T21:22:59.916Z[ recovery-image] May 08 21:22:59.074 INFO O| May 08 21:22:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73912025-05-08T21:22:59.916Z[ recovery-image] May 08 21:22:59.074 INFO O| May 08 21:22:59.074 INFO STEP 977 (remove_files) COMPLETE
73922025-05-08T21:22:59.919Z[ recovery-image] May 08 21:22:59.075 INFO O| May 08 21:22:59.074 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-05-08T21:22:59.940Z[ recovery-image] May 08 21:22:59.098 INFO O| May 08 21:22:59.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73942025-05-08T21:22:59.940Z[ recovery-image] May 08 21:22:59.098 INFO O| May 08 21:22:59.098 INFO STEP 978 (remove_files) COMPLETE
73952025-05-08T21:22:59.940Z[ recovery-image] May 08 21:22:59.099 INFO O| May 08 21:22:59.098 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-05-08T21:22:59.979Z[ recovery-image] May 08 21:22:59.138 INFO O| May 08 21:22:59.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73972025-05-08T21:22:59.982Z[ recovery-image] May 08 21:22:59.138 INFO O| May 08 21:22:59.138 INFO STEP 979 (remove_files) COMPLETE
73982025-05-08T21:22:59.982Z[ recovery-image] May 08 21:22:59.138 INFO O| May 08 21:22:59.138 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-05-08T21:23:00.001Z[ recovery-image] May 08 21:22:59.158 INFO O| May 08 21:22:59.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74002025-05-08T21:23:00.004Z[ recovery-image] May 08 21:22:59.159 INFO O| May 08 21:22:59.159 INFO STEP 980 (remove_files) COMPLETE
74012025-05-08T21:23:00.004Z[ recovery-image] May 08 21:22:59.159 INFO O| May 08 21:22:59.159 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-05-08T21:23:00.031Z[ recovery-image] May 08 21:22:59.189 INFO O| May 08 21:22:59.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74032025-05-08T21:23:00.031Z[ recovery-image] May 08 21:22:59.189 INFO O| May 08 21:22:59.189 INFO STEP 981 (remove_files) COMPLETE
74042025-05-08T21:23:00.031Z[ recovery-image] May 08 21:22:59.189 INFO O| May 08 21:22:59.189 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-05-08T21:23:00.063Z[ recovery-image] May 08 21:22:59.222 INFO O| May 08 21:22:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74062025-05-08T21:23:00.067Z[ recovery-image] May 08 21:22:59.222 INFO O| May 08 21:22:59.222 INFO STEP 982 (remove_files) COMPLETE
74072025-05-08T21:23:00.067Z[ recovery-image] May 08 21:22:59.222 INFO O| May 08 21:22:59.222 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-05-08T21:23:00.100Z[ recovery-image] May 08 21:22:59.259 INFO O| May 08 21:22:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74092025-05-08T21:23:00.100Z[ recovery-image] May 08 21:22:59.259 INFO O| May 08 21:22:59.259 INFO STEP 983 (remove_files) COMPLETE
74102025-05-08T21:23:00.104Z[ recovery-image] May 08 21:22:59.259 INFO O| May 08 21:22:59.259 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-05-08T21:23:00.120Z[ recovery-image] May 08 21:22:59.278 INFO O| May 08 21:22:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74122025-05-08T21:23:00.120Z[ recovery-image] May 08 21:22:59.278 INFO O| May 08 21:22:59.278 INFO STEP 984 (remove_files) COMPLETE
74132025-05-08T21:23:00.120Z[ recovery-image] May 08 21:22:59.278 INFO O| May 08 21:22:59.278 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-05-08T21:23:00.189Z[ recovery-image] May 08 21:22:59.348 INFO O| May 08 21:22:59.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74152025-05-08T21:23:00.189Z[ recovery-image] May 08 21:22:59.348 INFO O| May 08 21:22:59.348 INFO STEP 985 (remove_files) COMPLETE
74162025-05-08T21:23:00.189Z[ recovery-image] May 08 21:22:59.348 INFO O| May 08 21:22:59.348 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-05-08T21:23:00.224Z[ recovery-image] May 08 21:22:59.383 INFO O| May 08 21:22:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74182025-05-08T21:23:00.228Z[ recovery-image] May 08 21:22:59.383 INFO O| May 08 21:22:59.383 INFO STEP 986 (remove_files) COMPLETE
74192025-05-08T21:23:00.228Z[ recovery-image] May 08 21:22:59.383 INFO O| May 08 21:22:59.383 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-05-08T21:23:00.243Z[ recovery-image] May 08 21:22:59.402 INFO O| May 08 21:22:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74212025-05-08T21:23:00.243Z[ recovery-image] May 08 21:22:59.402 INFO O| May 08 21:22:59.402 INFO STEP 987 (remove_files) COMPLETE
74222025-05-08T21:23:00.243Z[ recovery-image] May 08 21:22:59.402 INFO O| May 08 21:22:59.402 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-05-08T21:23:00.261Z[ recovery-image] May 08 21:22:59.420 INFO O| May 08 21:22:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74242025-05-08T21:23:00.305Z[ recovery-image] May 08 21:22:59.463 INFO O| May 08 21:22:59.463 INFO STEP 988 (remove_files) COMPLETE
74252025-05-08T21:23:00.305Z[ recovery-image] May 08 21:22:59.463 INFO O| May 08 21:22:59.463 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-05-08T21:23:00.339Z[ recovery-image] May 08 21:22:59.496 INFO O| May 08 21:22:59.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74272025-05-08T21:23:00.339Z[ recovery-image] May 08 21:22:59.497 INFO O| May 08 21:22:59.497 INFO STEP 989 (remove_files) COMPLETE
74282025-05-08T21:23:00.339Z[ recovery-image] May 08 21:22:59.497 INFO O| May 08 21:22:59.497 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-05-08T21:23:00.372Z[ recovery-image] May 08 21:22:59.531 INFO O| May 08 21:22:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74302025-05-08T21:23:00.376Z[ recovery-image] May 08 21:22:59.531 INFO O| May 08 21:22:59.531 INFO STEP 990 (remove_files) COMPLETE
74312025-05-08T21:23:00.376Z[ recovery-image] May 08 21:22:59.531 INFO O| May 08 21:22:59.531 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-05-08T21:23:00.393Z[ recovery-image] May 08 21:22:59.552 INFO O| May 08 21:22:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74332025-05-08T21:23:00.397Z[ recovery-image] May 08 21:22:59.552 INFO O| May 08 21:22:59.552 INFO STEP 991 (remove_files) COMPLETE
74342025-05-08T21:23:00.397Z[ recovery-image] May 08 21:22:59.552 INFO O| May 08 21:22:59.552 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-05-08T21:23:00.430Z[ recovery-image] May 08 21:22:59.588 INFO O| May 08 21:22:59.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74362025-05-08T21:23:00.430Z[ recovery-image] May 08 21:22:59.588 INFO O| May 08 21:22:59.588 INFO STEP 992 (remove_files) COMPLETE
74372025-05-08T21:23:00.433Z[ recovery-image] May 08 21:22:59.588 INFO O| May 08 21:22:59.588 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-05-08T21:23:00.448Z[ recovery-image] May 08 21:22:59.607 INFO O| May 08 21:22:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74392025-05-08T21:23:00.452Z[ recovery-image] May 08 21:22:59.607 INFO O| May 08 21:22:59.607 INFO STEP 993 (remove_files) COMPLETE
74402025-05-08T21:23:00.452Z[ recovery-image] May 08 21:22:59.607 INFO O| May 08 21:22:59.607 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-05-08T21:23:00.483Z[ recovery-image] May 08 21:22:59.626 INFO O| May 08 21:22:59.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74422025-05-08T21:23:00.483Z[ recovery-image] May 08 21:22:59.626 INFO O| May 08 21:22:59.626 INFO STEP 994 (remove_files) COMPLETE
74432025-05-08T21:23:00.486Z[ recovery-image] May 08 21:22:59.626 INFO O| May 08 21:22:59.626 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-05-08T21:23:00.496Z[ recovery-image] May 08 21:22:59.654 INFO O| May 08 21:22:59.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74452025-05-08T21:23:00.496Z[ recovery-image] May 08 21:22:59.654 INFO O| May 08 21:22:59.654 INFO STEP 995 (remove_files) COMPLETE
74462025-05-08T21:23:00.499Z[ recovery-image] May 08 21:22:59.654 INFO O| May 08 21:22:59.654 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-05-08T21:23:00.538Z[ recovery-image] May 08 21:22:59.696 INFO O| May 08 21:22:59.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74482025-05-08T21:23:00.538Z[ recovery-image] May 08 21:22:59.696 INFO O| May 08 21:22:59.696 INFO STEP 996 (remove_files) COMPLETE
74492025-05-08T21:23:00.541Z[ recovery-image] May 08 21:22:59.696 INFO O| May 08 21:22:59.696 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-05-08T21:23:00.641Z[ recovery-image] May 08 21:22:59.799 INFO O| May 08 21:22:59.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74512025-05-08T21:23:00.641Z[ recovery-image] May 08 21:22:59.799 INFO O| May 08 21:22:59.799 INFO STEP 997 (remove_files) COMPLETE
74522025-05-08T21:23:00.645Z[ recovery-image] May 08 21:22:59.800 INFO O| May 08 21:22:59.799 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-05-08T21:23:00.666Z[ recovery-image] May 08 21:22:59.824 INFO O| May 08 21:22:59.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74542025-05-08T21:23:00.666Z[ recovery-image] May 08 21:22:59.824 INFO O| May 08 21:22:59.824 INFO STEP 998 (remove_files) COMPLETE
74552025-05-08T21:23:00.666Z[ recovery-image] May 08 21:22:59.824 INFO O| May 08 21:22:59.824 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-05-08T21:23:00.687Z[ recovery-image] May 08 21:22:59.846 INFO O| May 08 21:22:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74572025-05-08T21:23:00.688Z[ recovery-image] May 08 21:22:59.846 INFO O| May 08 21:22:59.846 INFO STEP 999 (remove_files) COMPLETE
74582025-05-08T21:23:00.691Z[ recovery-image] May 08 21:22:59.846 INFO O| May 08 21:22:59.846 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-05-08T21:23:00.761Z[ recovery-image] May 08 21:22:59.919 INFO O| May 08 21:22:59.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74602025-05-08T21:23:00.762Z[ recovery-image] May 08 21:22:59.919 INFO O| May 08 21:22:59.898 INFO STEP 1000 (remove_files) COMPLETE
74612025-05-08T21:23:00.762Z[ recovery-image] May 08 21:22:59.919 INFO O| May 08 21:22:59.898 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-05-08T21:23:00.836Z[ recovery-image] May 08 21:22:59.994 INFO O| May 08 21:22:59.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74632025-05-08T21:23:00.839Z[ recovery-image] May 08 21:22:59.994 INFO O| May 08 21:22:59.994 INFO STEP 1001 (remove_files) COMPLETE
74642025-05-08T21:23:00.839Z[ recovery-image] May 08 21:22:59.994 INFO O| May 08 21:22:59.994 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-05-08T21:23:00.858Z[ recovery-image] May 08 21:23:00.015 INFO O| May 08 21:23:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74662025-05-08T21:23:00.858Z[ recovery-image] May 08 21:23:00.015 INFO O| May 08 21:23:00.015 INFO STEP 1002 (remove_files) COMPLETE
74672025-05-08T21:23:00.858Z[ recovery-image] May 08 21:23:00.015 INFO O| May 08 21:23:00.015 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-05-08T21:23:00.875Z[ recovery-image] May 08 21:23:00.032 INFO O| May 08 21:23:00.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74692025-05-08T21:23:00.875Z[ recovery-image] May 08 21:23:00.032 INFO O| May 08 21:23:00.032 INFO STEP 1003 (remove_files) COMPLETE
74702025-05-08T21:23:00.875Z[ recovery-image] May 08 21:23:00.032 INFO O| May 08 21:23:00.032 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-05-08T21:23:00.893Z[ recovery-image] May 08 21:23:00.051 INFO O| May 08 21:23:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74722025-05-08T21:23:00.893Z[ recovery-image] May 08 21:23:00.051 INFO O| May 08 21:23:00.051 INFO STEP 1004 (remove_files) COMPLETE
74732025-05-08T21:23:00.897Z[ recovery-image] May 08 21:23:00.051 INFO O| May 08 21:23:00.051 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-05-08T21:23:00.950Z[ recovery-image] May 08 21:23:00.108 INFO O| May 08 21:23:00.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74752025-05-08T21:23:00.950Z[ recovery-image] May 08 21:23:00.108 INFO O| May 08 21:23:00.108 INFO STEP 1005 (remove_files) COMPLETE
74762025-05-08T21:23:00.950Z[ recovery-image] May 08 21:23:00.108 INFO O| May 08 21:23:00.108 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-05-08T21:23:00.987Z[ recovery-image] May 08 21:23:00.145 INFO O| May 08 21:23:00.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74782025-05-08T21:23:00.987Z[ recovery-image] May 08 21:23:00.145 INFO O| May 08 21:23:00.145 INFO STEP 1006 (remove_files) COMPLETE
74792025-05-08T21:23:00.987Z[ recovery-image] May 08 21:23:00.145 INFO O| May 08 21:23:00.145 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-05-08T21:23:01.007Z[ recovery-image] May 08 21:23:00.166 INFO O| May 08 21:23:00.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74812025-05-08T21:23:01.008Z[ recovery-image] May 08 21:23:00.166 INFO O| May 08 21:23:00.166 INFO STEP 1007 (remove_files) COMPLETE
74822025-05-08T21:23:01.008Z[ recovery-image] May 08 21:23:00.166 INFO O| May 08 21:23:00.166 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-05-08T21:23:01.044Z[ recovery-image] May 08 21:23:00.202 INFO O| May 08 21:23:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74842025-05-08T21:23:01.044Z[ recovery-image] May 08 21:23:00.202 INFO O| May 08 21:23:00.202 INFO STEP 1008 (remove_files) COMPLETE
74852025-05-08T21:23:01.044Z[ recovery-image] May 08 21:23:00.202 INFO O| May 08 21:23:00.202 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-05-08T21:23:01.084Z[ recovery-image] May 08 21:23:00.242 INFO O| May 08 21:23:00.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74872025-05-08T21:23:01.084Z[ recovery-image] May 08 21:23:00.242 INFO O| May 08 21:23:00.242 INFO STEP 1009 (remove_files) COMPLETE
74882025-05-08T21:23:01.084Z[ recovery-image] May 08 21:23:00.242 INFO O| May 08 21:23:00.242 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-05-08T21:23:01.106Z[ recovery-image] May 08 21:23:00.265 INFO O| May 08 21:23:00.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74902025-05-08T21:23:01.106Z[ recovery-image] May 08 21:23:00.265 INFO O| May 08 21:23:00.265 INFO STEP 1010 (remove_files) COMPLETE
74912025-05-08T21:23:01.110Z[ recovery-image] May 08 21:23:00.265 INFO O| May 08 21:23:00.265 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-05-08T21:23:01.139Z[ recovery-image] May 08 21:23:00.297 INFO O| May 08 21:23:00.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74932025-05-08T21:23:01.139Z[ recovery-image] May 08 21:23:00.297 INFO O| May 08 21:23:00.297 INFO STEP 1011 (remove_files) COMPLETE
74942025-05-08T21:23:01.142Z[ recovery-image] May 08 21:23:00.297 INFO O| May 08 21:23:00.297 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-05-08T21:23:01.203Z[ recovery-image] May 08 21:23:00.342 INFO O| May 08 21:23:00.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74962025-05-08T21:23:01.203Z[ recovery-image] May 08 21:23:00.343 INFO O| May 08 21:23:00.343 INFO STEP 1012 (remove_files) COMPLETE
74972025-05-08T21:23:01.203Z[ recovery-image] May 08 21:23:00.343 INFO O| May 08 21:23:00.343 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-05-08T21:23:01.295Z[ recovery-image] May 08 21:23:00.453 INFO O| May 08 21:23:00.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74992025-05-08T21:23:01.295Z[ recovery-image] May 08 21:23:00.453 INFO O| May 08 21:23:00.453 INFO STEP 1013 (remove_files) COMPLETE
75002025-05-08T21:23:01.295Z[ recovery-image] May 08 21:23:00.453 INFO O| May 08 21:23:00.453 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-05-08T21:23:01.330Z[ recovery-image] May 08 21:23:00.488 INFO O| May 08 21:23:00.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75022025-05-08T21:23:01.330Z[ recovery-image] May 08 21:23:00.488 INFO O| May 08 21:23:00.488 INFO STEP 1014 (remove_files) COMPLETE
75032025-05-08T21:23:01.330Z[ recovery-image] May 08 21:23:00.488 INFO O| May 08 21:23:00.488 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-05-08T21:23:01.369Z[ recovery-image] May 08 21:23:00.526 INFO O| May 08 21:23:00.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75052025-05-08T21:23:01.369Z[ recovery-image] May 08 21:23:00.526 INFO O| May 08 21:23:00.526 INFO STEP 1015 (remove_files) COMPLETE
75062025-05-08T21:23:01.369Z[ recovery-image] May 08 21:23:00.526 INFO O| May 08 21:23:00.526 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-05-08T21:23:01.430Z[ recovery-image] May 08 21:23:00.589 INFO O| May 08 21:23:00.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75082025-05-08T21:23:01.430Z[ recovery-image] May 08 21:23:00.589 INFO O| May 08 21:23:00.589 INFO STEP 1016 (remove_files) COMPLETE
75092025-05-08T21:23:01.430Z[ recovery-image] May 08 21:23:00.589 INFO O| May 08 21:23:00.589 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-05-08T21:23:01.450Z[ recovery-image] May 08 21:23:00.608 INFO O| May 08 21:23:00.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75112025-05-08T21:23:01.450Z[ recovery-image] May 08 21:23:00.608 INFO O| May 08 21:23:00.608 INFO STEP 1017 (remove_files) COMPLETE
75122025-05-08T21:23:01.453Z[ recovery-image] May 08 21:23:00.608 INFO O| May 08 21:23:00.608 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-05-08T21:23:01.478Z[ recovery-image] May 08 21:23:00.635 INFO O| May 08 21:23:00.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75142025-05-08T21:23:01.478Z[ recovery-image] May 08 21:23:00.635 INFO O| May 08 21:23:00.635 INFO STEP 1018 (remove_files) COMPLETE
75152025-05-08T21:23:01.478Z[ recovery-image] May 08 21:23:00.635 INFO O| May 08 21:23:00.635 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-05-08T21:23:01.508Z[ recovery-image] May 08 21:23:00.666 INFO O| May 08 21:23:00.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75172025-05-08T21:23:01.508Z[ recovery-image] May 08 21:23:00.666 INFO O| May 08 21:23:00.666 INFO STEP 1019 (remove_files) COMPLETE
75182025-05-08T21:23:01.508Z[ recovery-image] May 08 21:23:00.666 INFO O| May 08 21:23:00.666 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-05-08T21:23:01.542Z[ recovery-image] May 08 21:23:00.701 INFO O| May 08 21:23:00.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75202025-05-08T21:23:01.542Z[ recovery-image] May 08 21:23:00.701 INFO O| May 08 21:23:00.701 INFO STEP 1020 (remove_files) COMPLETE
75212025-05-08T21:23:01.542Z[ recovery-image] May 08 21:23:00.701 INFO O| May 08 21:23:00.701 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-05-08T21:23:01.562Z[ recovery-image] May 08 21:23:00.721 INFO O| May 08 21:23:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75232025-05-08T21:23:01.563Z[ recovery-image] May 08 21:23:00.721 INFO O| May 08 21:23:00.721 INFO STEP 1021 (remove_files) COMPLETE
75242025-05-08T21:23:01.563Z[ recovery-image] May 08 21:23:00.721 INFO O| May 08 21:23:00.721 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-05-08T21:23:01.597Z[ recovery-image] May 08 21:23:00.755 INFO O| May 08 21:23:00.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75262025-05-08T21:23:01.607Z[ recovery-image] May 08 21:23:00.765 INFO O| May 08 21:23:00.765 INFO STEP 1022 (remove_files) COMPLETE
75272025-05-08T21:23:01.607Z[ recovery-image] May 08 21:23:00.765 INFO O| May 08 21:23:00.765 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-05-08T21:23:01.663Z[ recovery-image] May 08 21:23:00.821 INFO O| May 08 21:23:00.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75292025-05-08T21:23:01.663Z[ recovery-image] May 08 21:23:00.821 INFO O| May 08 21:23:00.821 INFO STEP 1023 (remove_files) COMPLETE
75302025-05-08T21:23:01.666Z[ recovery-image] May 08 21:23:00.821 INFO O| May 08 21:23:00.821 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-05-08T21:23:01.694Z[ recovery-image] May 08 21:23:00.852 INFO O| May 08 21:23:00.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75322025-05-08T21:23:01.694Z[ recovery-image] May 08 21:23:00.852 INFO O| May 08 21:23:00.852 INFO STEP 1024 (remove_files) COMPLETE
75332025-05-08T21:23:01.697Z[ recovery-image] May 08 21:23:00.853 INFO O| May 08 21:23:00.852 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-05-08T21:23:01.713Z[ recovery-image] May 08 21:23:00.872 INFO O| May 08 21:23:00.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75352025-05-08T21:23:01.718Z[ recovery-image] May 08 21:23:00.872 INFO O| May 08 21:23:00.872 INFO STEP 1025 (remove_files) COMPLETE
75362025-05-08T21:23:01.718Z[ recovery-image] May 08 21:23:00.872 INFO O| May 08 21:23:00.872 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-05-08T21:23:01.733Z[ recovery-image] May 08 21:23:00.891 INFO O| May 08 21:23:00.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75382025-05-08T21:23:01.736Z[ recovery-image] May 08 21:23:00.892 INFO O| May 08 21:23:00.892 INFO STEP 1026 (remove_files) COMPLETE
75392025-05-08T21:23:01.736Z[ recovery-image] May 08 21:23:00.892 INFO O| May 08 21:23:00.892 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-05-08T21:23:01.753Z[ recovery-image] May 08 21:23:00.912 INFO O| May 08 21:23:00.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75412025-05-08T21:23:01.757Z[ recovery-image] May 08 21:23:00.912 INFO O| May 08 21:23:00.912 INFO STEP 1027 (remove_files) COMPLETE
75422025-05-08T21:23:01.757Z[ recovery-image] May 08 21:23:00.912 INFO O| May 08 21:23:00.912 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-05-08T21:23:01.773Z[ recovery-image] May 08 21:23:00.931 INFO O| May 08 21:23:00.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75442025-05-08T21:23:01.777Z[ recovery-image] May 08 21:23:00.932 INFO O| May 08 21:23:00.932 INFO STEP 1028 (remove_files) COMPLETE
75452025-05-08T21:23:01.777Z[ recovery-image] May 08 21:23:00.932 INFO O| May 08 21:23:00.932 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-05-08T21:23:01.792Z[ recovery-image] May 08 21:23:00.950 INFO O| May 08 21:23:00.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75472025-05-08T21:23:01.796Z[ recovery-image] May 08 21:23:00.951 INFO O| May 08 21:23:00.951 INFO STEP 1029 (remove_files) COMPLETE
75482025-05-08T21:23:01.796Z[ recovery-image] May 08 21:23:00.951 INFO O| May 08 21:23:00.951 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-05-08T21:23:01.822Z[ recovery-image] May 08 21:23:00.971 INFO O| May 08 21:23:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75502025-05-08T21:23:01.822Z[ recovery-image] May 08 21:23:00.971 INFO O| May 08 21:23:00.971 INFO STEP 1030 (remove_files) COMPLETE
75512025-05-08T21:23:01.822Z[ recovery-image] May 08 21:23:00.971 INFO O| May 08 21:23:00.971 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-05-08T21:23:01.848Z[ recovery-image] May 08 21:23:01.005 INFO O| May 08 21:23:01.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75532025-05-08T21:23:01.848Z[ recovery-image] May 08 21:23:01.005 INFO O| May 08 21:23:01.005 INFO STEP 1031 (remove_files) COMPLETE
75542025-05-08T21:23:01.852Z[ recovery-image] May 08 21:23:01.005 INFO O| May 08 21:23:01.005 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-05-08T21:23:01.869Z[ recovery-image] May 08 21:23:01.026 INFO O| May 08 21:23:01.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75562025-05-08T21:23:01.869Z[ recovery-image] May 08 21:23:01.026 INFO O| May 08 21:23:01.026 INFO STEP 1032 (remove_files) COMPLETE
75572025-05-08T21:23:01.869Z[ recovery-image] May 08 21:23:01.026 INFO O| May 08 21:23:01.026 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-05-08T21:23:01.887Z[ recovery-image] May 08 21:23:01.045 INFO O| May 08 21:23:01.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75592025-05-08T21:23:01.887Z[ recovery-image] May 08 21:23:01.045 INFO O| May 08 21:23:01.045 INFO STEP 1033 (remove_files) COMPLETE
75602025-05-08T21:23:01.887Z[ recovery-image] May 08 21:23:01.045 INFO O| May 08 21:23:01.045 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-05-08T21:23:01.907Z[ recovery-image] May 08 21:23:01.065 INFO O| May 08 21:23:01.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75622025-05-08T21:23:01.907Z[ recovery-image] May 08 21:23:01.065 INFO O| May 08 21:23:01.065 INFO STEP 1034 (remove_files) COMPLETE
75632025-05-08T21:23:01.911Z[ recovery-image] May 08 21:23:01.065 INFO O| May 08 21:23:01.065 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-05-08T21:23:01.925Z[ recovery-image] May 08 21:23:01.083 INFO O| May 08 21:23:01.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75652025-05-08T21:23:01.926Z[ recovery-image] May 08 21:23:01.083 INFO O| May 08 21:23:01.083 INFO STEP 1035 (remove_files) COMPLETE
75662025-05-08T21:23:01.926Z[ recovery-image] May 08 21:23:01.083 INFO O| May 08 21:23:01.083 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-05-08T21:23:01.943Z[ recovery-image] May 08 21:23:01.101 INFO O| May 08 21:23:01.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75682025-05-08T21:23:01.943Z[ recovery-image] May 08 21:23:01.102 INFO O| May 08 21:23:01.101 INFO STEP 1036 (remove_files) COMPLETE
75692025-05-08T21:23:01.943Z[ recovery-image] May 08 21:23:01.102 INFO O| May 08 21:23:01.102 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-05-08T21:23:01.962Z[ recovery-image] May 08 21:23:01.120 INFO O| May 08 21:23:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75712025-05-08T21:23:01.962Z[ recovery-image] May 08 21:23:01.120 INFO O| May 08 21:23:01.120 INFO STEP 1037 (remove_files) COMPLETE
75722025-05-08T21:23:01.967Z[ recovery-image] May 08 21:23:01.120 INFO O| May 08 21:23:01.120 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-05-08T21:23:01.984Z[ recovery-image] May 08 21:23:01.142 INFO O| May 08 21:23:01.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75742025-05-08T21:23:01.984Z[ recovery-image] May 08 21:23:01.142 INFO O| May 08 21:23:01.142 INFO STEP 1038 (remove_files) COMPLETE
75752025-05-08T21:23:01.984Z[ recovery-image] May 08 21:23:01.142 INFO O| May 08 21:23:01.142 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-05-08T21:23:02.294Z[ recovery-image] May 08 21:23:01.173 INFO O| May 08 21:23:01.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75772025-05-08T21:23:02.294Z[ recovery-image] May 08 21:23:01.173 INFO O| May 08 21:23:01.173 INFO STEP 1039 (remove_files) COMPLETE
75782025-05-08T21:23:02.294Z[ recovery-image] May 08 21:23:01.173 INFO O| May 08 21:23:01.173 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.232 INFO O| May 08 21:23:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75802025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.232 INFO O| May 08 21:23:01.232 INFO STEP 1040 (remove_files) COMPLETE
75812025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.233 INFO O| May 08 21:23:01.232 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.251 INFO O| May 08 21:23:01.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75832025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.251 INFO O| May 08 21:23:01.251 INFO STEP 1041 (remove_files) COMPLETE
75842025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.251 INFO O| May 08 21:23:01.251 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.267 INFO O| May 08 21:23:01.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75862025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.267 INFO O| May 08 21:23:01.267 INFO STEP 1042 (remove_files) COMPLETE
75872025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.267 INFO O| May 08 21:23:01.267 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.283 INFO O| May 08 21:23:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75892025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.283 INFO O| May 08 21:23:01.283 INFO STEP 1043 (remove_files) COMPLETE
75902025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.283 INFO O| May 08 21:23:01.283 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.298 INFO O| May 08 21:23:01.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75922025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.298 INFO O| May 08 21:23:01.298 INFO STEP 1044 (remove_files) COMPLETE
75932025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.298 INFO O| May 08 21:23:01.298 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.315 INFO O| May 08 21:23:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75952025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.315 INFO O| May 08 21:23:01.315 INFO STEP 1045 (remove_files) COMPLETE
75962025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.315 INFO O| May 08 21:23:01.315 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-05-08T21:23:02.304Z[ recovery-image] May 08 21:23:01.352 INFO O| May 08 21:23:01.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75982025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.353 INFO O| May 08 21:23:01.352 INFO STEP 1046 (remove_files) COMPLETE
75992025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.353 INFO O| May 08 21:23:01.353 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.369 INFO O| May 08 21:23:01.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76012025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.369 INFO O| May 08 21:23:01.369 INFO STEP 1047 (remove_files) COMPLETE
76022025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.369 INFO O| May 08 21:23:01.369 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.386 INFO O| May 08 21:23:01.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76042025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.386 INFO O| May 08 21:23:01.386 INFO STEP 1048 (remove_files) COMPLETE
76052025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.386 INFO O| May 08 21:23:01.386 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.403 INFO O| May 08 21:23:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76072025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.403 INFO O| May 08 21:23:01.403 INFO STEP 1049 (remove_files) COMPLETE
76082025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.403 INFO O| May 08 21:23:01.403 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.422 INFO O| May 08 21:23:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76102025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.422 INFO O| May 08 21:23:01.422 INFO STEP 1050 (remove_files) COMPLETE
76112025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.422 INFO O| May 08 21:23:01.422 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-05-08T21:23:02.305Z[ recovery-image] May 08 21:23:01.449 INFO O| May 08 21:23:01.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76132025-05-08T21:23:02.308Z[ recovery-image] May 08 21:23:01.466 INFO O| May 08 21:23:01.466 INFO STEP 1051 (remove_files) COMPLETE
76142025-05-08T21:23:02.308Z[ recovery-image] May 08 21:23:01.466 INFO O| May 08 21:23:01.466 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-05-08T21:23:02.327Z[ recovery-image] May 08 21:23:01.486 INFO O| May 08 21:23:01.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76162025-05-08T21:23:02.330Z[ recovery-image] May 08 21:23:01.486 INFO O| May 08 21:23:01.486 INFO STEP 1052 (remove_files) COMPLETE
76172025-05-08T21:23:02.331Z[ recovery-image] May 08 21:23:01.486 INFO O| May 08 21:23:01.486 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-05-08T21:23:02.352Z[ recovery-image] May 08 21:23:01.510 INFO O| May 08 21:23:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76192025-05-08T21:23:02.352Z[ recovery-image] May 08 21:23:01.510 INFO O| May 08 21:23:01.510 INFO STEP 1053 (remove_files) COMPLETE
76202025-05-08T21:23:02.352Z[ recovery-image] May 08 21:23:01.510 INFO O| May 08 21:23:01.510 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-05-08T21:23:02.372Z[ recovery-image] May 08 21:23:01.530 INFO O| May 08 21:23:01.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76222025-05-08T21:23:02.372Z[ recovery-image] May 08 21:23:01.530 INFO O| May 08 21:23:01.530 INFO STEP 1054 (remove_files) COMPLETE
76232025-05-08T21:23:02.375Z[ recovery-image] May 08 21:23:01.530 INFO O| May 08 21:23:01.530 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-05-08T21:23:02.390Z[ recovery-image] May 08 21:23:01.548 INFO O| May 08 21:23:01.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76252025-05-08T21:23:02.390Z[ recovery-image] May 08 21:23:01.549 INFO O| May 08 21:23:01.549 INFO STEP 1055 (remove_files) COMPLETE
76262025-05-08T21:23:02.390Z[ recovery-image] May 08 21:23:01.549 INFO O| May 08 21:23:01.549 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-05-08T21:23:03.415Z[ recovery-image] May 08 21:23:01.567 INFO O| May 08 21:23:01.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76282025-05-08T21:23:03.415Z[ recovery-image] May 08 21:23:01.567 INFO O| May 08 21:23:01.567 INFO STEP 1056 (remove_files) COMPLETE
76292025-05-08T21:23:03.415Z[ recovery-image] May 08 21:23:01.567 INFO O| May 08 21:23:01.567 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.596 INFO O| May 08 21:23:01.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76312025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.596 INFO O| May 08 21:23:01.596 INFO STEP 1057 (remove_files) COMPLETE
76322025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.596 INFO O| May 08 21:23:01.596 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.614 INFO O| May 08 21:23:01.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76342025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.614 INFO O| May 08 21:23:01.614 INFO STEP 1058 (remove_files) COMPLETE
76352025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.615 INFO O| May 08 21:23:01.614 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.632 INFO O| May 08 21:23:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76372025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.632 INFO O| May 08 21:23:01.632 INFO STEP 1059 (remove_files) COMPLETE
76382025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.632 INFO O| May 08 21:23:01.632 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.713 INFO O| May 08 21:23:01.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76402025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.713 INFO O| May 08 21:23:01.713 INFO STEP 1060 (remove_files) COMPLETE
76412025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.713 INFO O| May 08 21:23:01.713 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.732 INFO O| May 08 21:23:01.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76432025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.733 INFO O| May 08 21:23:01.732 INFO STEP 1061 (remove_files) COMPLETE
76442025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.733 INFO O| May 08 21:23:01.733 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.752 INFO O| May 08 21:23:01.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76462025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.752 INFO O| May 08 21:23:01.752 INFO STEP 1062 (remove_files) COMPLETE
76472025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.752 INFO O| May 08 21:23:01.752 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.790 INFO O| May 08 21:23:01.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76492025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.790 INFO O| May 08 21:23:01.790 INFO STEP 1063 (remove_files) COMPLETE
76502025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.790 INFO O| May 08 21:23:01.790 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.876 INFO O| May 08 21:23:01.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76522025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.876 INFO O| May 08 21:23:01.876 INFO STEP 1064 (remove_files) COMPLETE
76532025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.876 INFO O| May 08 21:23:01.876 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.893 INFO O| May 08 21:23:01.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76552025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.893 INFO O| May 08 21:23:01.893 INFO STEP 1065 (remove_files) COMPLETE
76562025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.893 INFO O| May 08 21:23:01.893 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.910 INFO O| May 08 21:23:01.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76582025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.911 INFO O| May 08 21:23:01.910 INFO STEP 1066 (remove_files) COMPLETE
76592025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.911 INFO O| May 08 21:23:01.911 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.928 INFO O| May 08 21:23:01.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76612025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.928 INFO O| May 08 21:23:01.928 INFO STEP 1067 (remove_files) COMPLETE
76622025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.928 INFO O| May 08 21:23:01.928 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-05-08T21:23:03.421Z[ recovery-image] May 08 21:23:01.951 INFO O| May 08 21:23:01.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76642025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:01.951 INFO O| May 08 21:23:01.951 INFO STEP 1068 (remove_files) COMPLETE
76652025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:01.951 INFO O| May 08 21:23:01.951 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:01.986 INFO O| May 08 21:23:01.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76672025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:01.986 INFO O| May 08 21:23:01.986 INFO STEP 1069 (remove_files) COMPLETE
76682025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:01.986 INFO O| May 08 21:23:01.986 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.010 INFO O| May 08 21:23:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76702025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.010 INFO O| May 08 21:23:02.010 INFO STEP 1070 (remove_files) COMPLETE
76712025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.010 INFO O| May 08 21:23:02.010 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.040 INFO O| May 08 21:23:02.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76732025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.040 INFO O| May 08 21:23:02.040 INFO STEP 1071 (remove_files) COMPLETE
76742025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.040 INFO O| May 08 21:23:02.040 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.061 INFO O| May 08 21:23:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76762025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.061 INFO O| May 08 21:23:02.061 INFO STEP 1072 (remove_files) COMPLETE
76772025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.061 INFO O| May 08 21:23:02.061 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.085 INFO O| May 08 21:23:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76792025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.085 INFO O| May 08 21:23:02.085 INFO STEP 1073 (remove_files) COMPLETE
76802025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.086 INFO O| May 08 21:23:02.085 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.105 INFO O| May 08 21:23:02.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76822025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.106 INFO O| May 08 21:23:02.106 INFO STEP 1074 (remove_files) COMPLETE
76832025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.106 INFO O| May 08 21:23:02.106 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.126 INFO O| May 08 21:23:02.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76852025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.126 INFO O| May 08 21:23:02.126 INFO STEP 1075 (remove_files) COMPLETE
76862025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.126 INFO O| May 08 21:23:02.126 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.149 INFO O| May 08 21:23:02.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76882025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.149 INFO O| May 08 21:23:02.149 INFO STEP 1076 (remove_files) COMPLETE
76892025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.149 INFO O| May 08 21:23:02.149 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.186 INFO O| May 08 21:23:02.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76912025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.186 INFO O| May 08 21:23:02.186 INFO STEP 1077 (remove_files) COMPLETE
76922025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.186 INFO O| May 08 21:23:02.186 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.257 INFO O| May 08 21:23:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76942025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.257 INFO O| May 08 21:23:02.257 INFO STEP 1078 (remove_files) COMPLETE
76952025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.257 INFO O| May 08 21:23:02.257 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.279 INFO O| May 08 21:23:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76972025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.280 INFO O| May 08 21:23:02.280 INFO STEP 1079 (remove_files) COMPLETE
76982025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.280 INFO O| May 08 21:23:02.280 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.299 INFO O| May 08 21:23:02.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77002025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.300 INFO O| May 08 21:23:02.300 INFO STEP 1080 (remove_files) COMPLETE
77012025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.300 INFO O| May 08 21:23:02.300 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-05-08T21:23:03.422Z[ recovery-image] May 08 21:23:02.335 INFO O| May 08 21:23:02.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77032025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.335 INFO O| May 08 21:23:02.335 INFO STEP 1081 (remove_files) COMPLETE
77042025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.335 INFO O| May 08 21:23:02.335 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.356 INFO O| May 08 21:23:02.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77062025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.356 INFO O| May 08 21:23:02.356 INFO STEP 1082 (remove_files) COMPLETE
77072025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.356 INFO O| May 08 21:23:02.356 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.380 INFO O| May 08 21:23:02.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77092025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.380 INFO O| May 08 21:23:02.380 INFO STEP 1083 (remove_files) COMPLETE
77102025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.380 INFO O| May 08 21:23:02.380 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.400 INFO O| May 08 21:23:02.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77122025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.401 INFO O| May 08 21:23:02.401 INFO STEP 1084 (remove_files) COMPLETE
77132025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.401 INFO O| May 08 21:23:02.401 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.427 INFO O| May 08 21:23:02.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77152025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.427 INFO O| May 08 21:23:02.427 INFO STEP 1085 (remove_files) COMPLETE
77162025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.428 INFO O| May 08 21:23:02.427 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.449 INFO O| May 08 21:23:02.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77182025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.450 INFO O| May 08 21:23:02.450 INFO STEP 1086 (remove_files) COMPLETE
77192025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.450 INFO O| May 08 21:23:02.450 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.470 INFO O| May 08 21:23:02.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77212025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.471 INFO O| May 08 21:23:02.471 INFO STEP 1087 (remove_files) COMPLETE
77222025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.471 INFO O| May 08 21:23:02.471 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.498 INFO O| May 08 21:23:02.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77242025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.498 INFO O| May 08 21:23:02.489 INFO STEP 1088 (remove_files) COMPLETE
77252025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.498 INFO O| May 08 21:23:02.489 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.508 INFO O| May 08 21:23:02.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77272025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.508 INFO O| May 08 21:23:02.508 INFO STEP 1089 (remove_files) COMPLETE
77282025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.508 INFO O| May 08 21:23:02.508 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-05-08T21:23:03.423Z[ recovery-image] May 08 21:23:02.547 INFO O| May 08 21:23:02.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77302025-05-08T21:23:03.428Z[ recovery-image] May 08 21:23:02.547 INFO O| May 08 21:23:02.547 INFO STEP 1090 (remove_files) COMPLETE
77312025-05-08T21:23:03.428Z[ recovery-image] May 08 21:23:02.547 INFO O| May 08 21:23:02.547 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-05-08T21:23:03.437Z[ recovery-image] May 08 21:23:02.594 INFO O| May 08 21:23:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77332025-05-08T21:23:03.437Z[ recovery-image] May 08 21:23:02.595 INFO O| May 08 21:23:02.594 INFO STEP 1091 (remove_files) COMPLETE
77342025-05-08T21:23:03.437Z[ recovery-image] May 08 21:23:02.595 INFO O| May 08 21:23:02.595 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-05-08T21:23:03.477Z[ recovery-image] May 08 21:23:02.635 INFO O| May 08 21:23:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77362025-05-08T21:23:03.478Z[ recovery-image] May 08 21:23:02.635 INFO O| May 08 21:23:02.635 INFO STEP 1092 (remove_files) COMPLETE
77372025-05-08T21:23:03.497Z[ recovery-image] May 08 21:23:02.635 INFO O| May 08 21:23:02.635 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-05-08T21:23:03.560Z[ recovery-image] May 08 21:23:02.704 INFO O| May 08 21:23:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77392025-05-08T21:23:03.560Z[ recovery-image] May 08 21:23:02.704 INFO O| May 08 21:23:02.695 INFO STEP 1093 (remove_files) COMPLETE
77402025-05-08T21:23:03.560Z[ recovery-image] May 08 21:23:02.704 INFO O| May 08 21:23:02.695 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-05-08T21:23:03.565Z[ recovery-image] May 08 21:23:02.715 INFO O| May 08 21:23:02.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77422025-05-08T21:23:03.565Z[ recovery-image] May 08 21:23:02.715 INFO O| May 08 21:23:02.715 INFO STEP 1094 (remove_files) COMPLETE
77432025-05-08T21:23:03.565Z[ recovery-image] May 08 21:23:02.715 INFO O| May 08 21:23:02.715 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-05-08T21:23:03.578Z[ recovery-image] May 08 21:23:02.736 INFO O| May 08 21:23:02.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77452025-05-08T21:23:03.578Z[ recovery-image] May 08 21:23:02.736 INFO O| May 08 21:23:02.736 INFO STEP 1095 (remove_files) COMPLETE
77462025-05-08T21:23:03.578Z[ recovery-image] May 08 21:23:02.736 INFO O| May 08 21:23:02.736 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-05-08T21:23:03.647Z[ recovery-image] May 08 21:23:02.803 INFO O| May 08 21:23:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77482025-05-08T21:23:03.647Z[ recovery-image] May 08 21:23:02.804 INFO O| May 08 21:23:02.804 INFO STEP 1096 (remove_files) COMPLETE
77492025-05-08T21:23:03.647Z[ recovery-image] May 08 21:23:02.804 INFO O| May 08 21:23:02.804 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-05-08T21:23:03.690Z[ recovery-image] May 08 21:23:02.847 INFO O| May 08 21:23:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77512025-05-08T21:23:03.690Z[ recovery-image] May 08 21:23:02.847 INFO O| May 08 21:23:02.847 INFO STEP 1097 (remove_files) COMPLETE
77522025-05-08T21:23:03.690Z[ recovery-image] May 08 21:23:02.847 INFO O| May 08 21:23:02.847 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-05-08T21:23:03.744Z[ recovery-image] May 08 21:23:02.902 INFO O| May 08 21:23:02.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77542025-05-08T21:23:03.744Z[ recovery-image] May 08 21:23:02.902 INFO O| May 08 21:23:02.902 INFO STEP 1098 (remove_files) COMPLETE
77552025-05-08T21:23:03.748Z[ recovery-image] May 08 21:23:02.902 INFO O| May 08 21:23:02.902 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-05-08T21:23:03.803Z[ recovery-image] May 08 21:23:02.960 INFO O| May 08 21:23:02.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77572025-05-08T21:23:03.803Z[ recovery-image] May 08 21:23:02.960 INFO O| May 08 21:23:02.960 INFO STEP 1099 (remove_files) COMPLETE
77582025-05-08T21:23:03.807Z[ recovery-image] May 08 21:23:02.960 INFO O| May 08 21:23:02.960 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-05-08T21:23:03.821Z[ recovery-image] May 08 21:23:02.979 INFO O| May 08 21:23:02.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77602025-05-08T21:23:03.821Z[ recovery-image] May 08 21:23:02.979 INFO O| May 08 21:23:02.979 INFO STEP 1100 (remove_files) COMPLETE
77612025-05-08T21:23:03.825Z[ recovery-image] May 08 21:23:02.979 INFO O| May 08 21:23:02.979 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-05-08T21:23:03.840Z[ recovery-image] May 08 21:23:02.997 INFO O| May 08 21:23:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77632025-05-08T21:23:03.843Z[ recovery-image] May 08 21:23:02.997 INFO O| May 08 21:23:02.997 INFO STEP 1101 (remove_files) COMPLETE
77642025-05-08T21:23:03.843Z[ recovery-image] May 08 21:23:02.997 INFO O| May 08 21:23:02.997 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-05-08T21:23:03.884Z[ recovery-image] May 08 21:23:03.031 INFO O| May 08 21:23:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77662025-05-08T21:23:03.884Z[ recovery-image] May 08 21:23:03.032 INFO O| May 08 21:23:03.032 INFO STEP 1102 (remove_files) COMPLETE
77672025-05-08T21:23:03.885Z[ recovery-image] May 08 21:23:03.032 INFO O| May 08 21:23:03.032 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-05-08T21:23:03.892Z[ recovery-image] May 08 21:23:03.050 INFO O| May 08 21:23:03.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77692025-05-08T21:23:03.892Z[ recovery-image] May 08 21:23:03.050 INFO O| May 08 21:23:03.050 INFO STEP 1103 (remove_files) COMPLETE
77702025-05-08T21:23:03.892Z[ recovery-image] May 08 21:23:03.050 INFO O| May 08 21:23:03.050 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-05-08T21:23:03.913Z[ recovery-image] May 08 21:23:03.071 INFO O| May 08 21:23:03.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77722025-05-08T21:23:03.913Z[ recovery-image] May 08 21:23:03.071 INFO O| May 08 21:23:03.071 INFO STEP 1104 (remove_files) COMPLETE
77732025-05-08T21:23:03.917Z[ recovery-image] May 08 21:23:03.071 INFO O| May 08 21:23:03.071 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-05-08T21:23:03.934Z[ recovery-image] May 08 21:23:03.091 INFO O| May 08 21:23:03.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77752025-05-08T21:23:03.934Z[ recovery-image] May 08 21:23:03.091 INFO O| May 08 21:23:03.091 INFO STEP 1105 (remove_files) COMPLETE
77762025-05-08T21:23:03.934Z[ recovery-image] May 08 21:23:03.091 INFO O| May 08 21:23:03.091 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-05-08T21:23:03.955Z[ recovery-image] May 08 21:23:03.112 INFO O| May 08 21:23:03.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77782025-05-08T21:23:03.955Z[ recovery-image] May 08 21:23:03.112 INFO O| May 08 21:23:03.112 INFO STEP 1106 (remove_files) COMPLETE
77792025-05-08T21:23:03.956Z[ recovery-image] May 08 21:23:03.112 INFO O| May 08 21:23:03.112 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-05-08T21:23:03.975Z[ recovery-image] May 08 21:23:03.132 INFO O| May 08 21:23:03.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77812025-05-08T21:23:03.975Z[ recovery-image] May 08 21:23:03.132 INFO O| May 08 21:23:03.132 INFO STEP 1107 (remove_files) COMPLETE
77822025-05-08T21:23:03.975Z[ recovery-image] May 08 21:23:03.132 INFO O| May 08 21:23:03.132 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-05-08T21:23:04.005Z[ recovery-image] May 08 21:23:03.163 INFO O| May 08 21:23:03.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77842025-05-08T21:23:04.005Z[ recovery-image] May 08 21:23:03.163 INFO O| May 08 21:23:03.163 INFO STEP 1108 (remove_files) COMPLETE
77852025-05-08T21:23:04.005Z[ recovery-image] May 08 21:23:03.163 INFO O| May 08 21:23:03.163 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-05-08T21:23:04.050Z[ recovery-image] May 08 21:23:03.208 INFO O| May 08 21:23:03.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77872025-05-08T21:23:04.054Z[ recovery-image] May 08 21:23:03.208 INFO O| May 08 21:23:03.208 INFO STEP 1109 (remove_files) COMPLETE
77882025-05-08T21:23:04.054Z[ recovery-image] May 08 21:23:03.208 INFO O| May 08 21:23:03.208 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-05-08T21:23:04.072Z[ recovery-image] May 08 21:23:03.230 INFO O| May 08 21:23:03.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77902025-05-08T21:23:04.072Z[ recovery-image] May 08 21:23:03.230 INFO O| May 08 21:23:03.230 INFO STEP 1110 (remove_files) COMPLETE
77912025-05-08T21:23:04.072Z[ recovery-image] May 08 21:23:03.230 INFO O| May 08 21:23:03.230 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-05-08T21:23:04.134Z[ recovery-image] May 08 21:23:03.291 INFO O| May 08 21:23:03.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77932025-05-08T21:23:04.159Z[ recovery-image] May 08 21:23:03.316 INFO O| May 08 21:23:03.316 INFO STEP 1111 (remove_files) COMPLETE
77942025-05-08T21:23:04.159Z[ recovery-image] May 08 21:23:03.316 INFO O| May 08 21:23:03.316 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-05-08T21:23:04.194Z[ recovery-image] May 08 21:23:03.352 INFO O| May 08 21:23:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77962025-05-08T21:23:04.194Z[ recovery-image] May 08 21:23:03.352 INFO O| May 08 21:23:03.352 INFO STEP 1112 (remove_files) COMPLETE
77972025-05-08T21:23:04.194Z[ recovery-image] May 08 21:23:03.352 INFO O| May 08 21:23:03.352 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-05-08T21:23:04.214Z[ recovery-image] May 08 21:23:03.372 INFO O| May 08 21:23:03.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77992025-05-08T21:23:04.214Z[ recovery-image] May 08 21:23:03.372 INFO O| May 08 21:23:03.372 INFO STEP 1113 (remove_files) COMPLETE
78002025-05-08T21:23:04.214Z[ recovery-image] May 08 21:23:03.372 INFO O| May 08 21:23:03.372 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-05-08T21:23:04.234Z[ recovery-image] May 08 21:23:03.391 INFO O| May 08 21:23:03.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78022025-05-08T21:23:04.234Z[ recovery-image] May 08 21:23:03.391 INFO O| May 08 21:23:03.391 INFO STEP 1114 (remove_files) COMPLETE
78032025-05-08T21:23:04.234Z[ recovery-image] May 08 21:23:03.392 INFO O| May 08 21:23:03.391 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-05-08T21:23:04.264Z[ recovery-image] May 08 21:23:03.421 INFO O| May 08 21:23:03.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78052025-05-08T21:23:04.267Z[ recovery-image] May 08 21:23:03.421 INFO O| May 08 21:23:03.421 INFO STEP 1115 (remove_files) COMPLETE
78062025-05-08T21:23:04.267Z[ recovery-image] May 08 21:23:03.421 INFO O| May 08 21:23:03.421 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-05-08T21:23:04.282Z[ recovery-image] May 08 21:23:03.440 INFO O| May 08 21:23:03.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78082025-05-08T21:23:04.282Z[ recovery-image] May 08 21:23:03.440 INFO O| May 08 21:23:03.440 INFO STEP 1116 (remove_files) COMPLETE
78092025-05-08T21:23:04.282Z[ recovery-image] May 08 21:23:03.440 INFO O| May 08 21:23:03.440 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-05-08T21:23:04.303Z[ recovery-image] May 08 21:23:03.458 INFO O| May 08 21:23:03.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78112025-05-08T21:23:04.303Z[ recovery-image] May 08 21:23:03.458 INFO O| May 08 21:23:03.458 INFO STEP 1117 (remove_files) COMPLETE
78122025-05-08T21:23:04.307Z[ recovery-image] May 08 21:23:03.458 INFO O| May 08 21:23:03.458 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-05-08T21:23:04.320Z[ recovery-image] May 08 21:23:03.478 INFO O| May 08 21:23:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78142025-05-08T21:23:04.320Z[ recovery-image] May 08 21:23:03.478 INFO O| May 08 21:23:03.478 INFO STEP 1118 (remove_files) COMPLETE
78152025-05-08T21:23:04.320Z[ recovery-image] May 08 21:23:03.478 INFO O| May 08 21:23:03.478 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-05-08T21:23:04.338Z[ recovery-image] May 08 21:23:03.495 INFO O| May 08 21:23:03.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78172025-05-08T21:23:04.338Z[ recovery-image] May 08 21:23:03.495 INFO O| May 08 21:23:03.495 INFO STEP 1119 (remove_files) COMPLETE
78182025-05-08T21:23:04.338Z[ recovery-image] May 08 21:23:03.495 INFO O| May 08 21:23:03.495 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-05-08T21:23:04.356Z[ recovery-image] May 08 21:23:03.513 INFO O| May 08 21:23:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78202025-05-08T21:23:04.356Z[ recovery-image] May 08 21:23:03.513 INFO O| May 08 21:23:03.513 INFO STEP 1120 (remove_files) COMPLETE
78212025-05-08T21:23:04.356Z[ recovery-image] May 08 21:23:03.514 INFO O| May 08 21:23:03.513 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-05-08T21:23:04.392Z[ recovery-image] May 08 21:23:03.550 INFO O| May 08 21:23:03.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78232025-05-08T21:23:04.393Z[ recovery-image] May 08 21:23:03.550 INFO O| May 08 21:23:03.550 INFO STEP 1121 (remove_files) COMPLETE
78242025-05-08T21:23:04.393Z[ recovery-image] May 08 21:23:03.550 INFO O| May 08 21:23:03.550 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-05-08T21:23:04.446Z[ recovery-image] May 08 21:23:03.604 INFO O| May 08 21:23:03.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78262025-05-08T21:23:04.446Z[ recovery-image] May 08 21:23:03.604 INFO O| May 08 21:23:03.604 INFO STEP 1122 (remove_files) COMPLETE
78272025-05-08T21:23:04.446Z[ recovery-image] May 08 21:23:03.604 INFO O| May 08 21:23:03.604 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-05-08T21:23:04.467Z[ recovery-image] May 08 21:23:03.625 INFO O| May 08 21:23:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78292025-05-08T21:23:04.467Z[ recovery-image] May 08 21:23:03.625 INFO O| May 08 21:23:03.625 INFO STEP 1123 (remove_files) COMPLETE
78302025-05-08T21:23:04.471Z[ recovery-image] May 08 21:23:03.625 INFO O| May 08 21:23:03.625 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-05-08T21:23:04.488Z[ recovery-image] May 08 21:23:03.645 INFO O| May 08 21:23:03.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78322025-05-08T21:23:04.488Z[ recovery-image] May 08 21:23:03.645 INFO O| May 08 21:23:03.645 INFO STEP 1124 (remove_files) COMPLETE
78332025-05-08T21:23:04.491Z[ recovery-image] May 08 21:23:03.645 INFO O| May 08 21:23:03.645 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-05-08T21:23:04.525Z[ recovery-image] May 08 21:23:03.683 INFO O| May 08 21:23:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78352025-05-08T21:23:04.525Z[ recovery-image] May 08 21:23:03.683 INFO O| May 08 21:23:03.683 INFO STEP 1125 (remove_files) COMPLETE
78362025-05-08T21:23:04.530Z[ recovery-image] May 08 21:23:03.683 INFO O| May 08 21:23:03.683 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-05-08T21:23:04.584Z[ recovery-image] May 08 21:23:03.741 INFO O| May 08 21:23:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78382025-05-08T21:23:04.584Z[ recovery-image] May 08 21:23:03.741 INFO O| May 08 21:23:03.741 INFO STEP 1126 (remove_files) COMPLETE
78392025-05-08T21:23:04.584Z[ recovery-image] May 08 21:23:03.741 INFO O| May 08 21:23:03.741 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-05-08T21:23:04.599Z[ recovery-image] May 08 21:23:03.757 INFO O| May 08 21:23:03.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78412025-05-08T21:23:04.599Z[ recovery-image] May 08 21:23:03.757 INFO O| May 08 21:23:03.757 INFO STEP 1127 (remove_files) COMPLETE
78422025-05-08T21:23:04.599Z[ recovery-image] May 08 21:23:03.757 INFO O| May 08 21:23:03.757 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-05-08T21:23:04.615Z[ recovery-image] May 08 21:23:03.772 INFO O| May 08 21:23:03.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78442025-05-08T21:23:04.615Z[ recovery-image] May 08 21:23:03.772 INFO O| May 08 21:23:03.772 INFO STEP 1128 (remove_files) COMPLETE
78452025-05-08T21:23:04.618Z[ recovery-image] May 08 21:23:03.772 INFO O| May 08 21:23:03.772 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-05-08T21:23:04.654Z[ recovery-image] May 08 21:23:03.812 INFO O| May 08 21:23:03.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78472025-05-08T21:23:04.654Z[ recovery-image] May 08 21:23:03.812 INFO O| May 08 21:23:03.812 INFO STEP 1129 (remove_files) COMPLETE
78482025-05-08T21:23:04.655Z[ recovery-image] May 08 21:23:03.812 INFO O| May 08 21:23:03.812 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-05-08T21:23:04.678Z[ recovery-image] May 08 21:23:03.832 INFO O| May 08 21:23:03.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78502025-05-08T21:23:04.678Z[ recovery-image] May 08 21:23:03.832 INFO O| May 08 21:23:03.832 INFO STEP 1130 (remove_files) COMPLETE
78512025-05-08T21:23:04.678Z[ recovery-image] May 08 21:23:03.832 INFO O| May 08 21:23:03.832 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-05-08T21:23:04.738Z[ recovery-image] May 08 21:23:03.896 INFO O| May 08 21:23:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78532025-05-08T21:23:04.739Z[ recovery-image] May 08 21:23:03.896 INFO O| May 08 21:23:03.896 INFO STEP 1131 (remove_files) COMPLETE
78542025-05-08T21:23:04.742Z[ recovery-image] May 08 21:23:03.896 INFO O| May 08 21:23:03.896 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-05-08T21:23:04.856Z[ recovery-image] May 08 21:23:04.014 INFO O| May 08 21:23:04.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78562025-05-08T21:23:04.856Z[ recovery-image] May 08 21:23:04.014 INFO O| May 08 21:23:04.014 INFO STEP 1132 (remove_files) COMPLETE
78572025-05-08T21:23:04.860Z[ recovery-image] May 08 21:23:04.014 INFO O| May 08 21:23:04.014 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-05-08T21:23:04.875Z[ recovery-image] May 08 21:23:04.032 INFO O| May 08 21:23:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78592025-05-08T21:23:04.875Z[ recovery-image] May 08 21:23:04.032 INFO O| May 08 21:23:04.032 INFO STEP 1133 (remove_files) COMPLETE
78602025-05-08T21:23:04.875Z[ recovery-image] May 08 21:23:04.032 INFO O| May 08 21:23:04.032 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-05-08T21:23:04.894Z[ recovery-image] May 08 21:23:04.052 INFO O| May 08 21:23:04.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78622025-05-08T21:23:04.894Z[ recovery-image] May 08 21:23:04.052 INFO O| May 08 21:23:04.052 INFO STEP 1134 (remove_files) COMPLETE
78632025-05-08T21:23:04.894Z[ recovery-image] May 08 21:23:04.052 INFO O| May 08 21:23:04.052 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-05-08T21:23:04.932Z[ recovery-image] May 08 21:23:04.089 INFO O| May 08 21:23:04.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78652025-05-08T21:23:04.932Z[ recovery-image] May 08 21:23:04.089 INFO O| May 08 21:23:04.089 INFO STEP 1135 (remove_files) COMPLETE
78662025-05-08T21:23:04.932Z[ recovery-image] May 08 21:23:04.089 INFO O| May 08 21:23:04.089 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-05-08T21:23:04.959Z[ recovery-image] May 08 21:23:04.117 INFO O| May 08 21:23:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78682025-05-08T21:23:04.963Z[ recovery-image] May 08 21:23:04.117 INFO O| May 08 21:23:04.117 INFO STEP 1136 (remove_files) COMPLETE
78692025-05-08T21:23:04.963Z[ recovery-image] May 08 21:23:04.118 INFO O| May 08 21:23:04.117 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-05-08T21:23:04.993Z[ recovery-image] May 08 21:23:04.151 INFO O| May 08 21:23:04.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78712025-05-08T21:23:04.993Z[ recovery-image] May 08 21:23:04.151 INFO O| May 08 21:23:04.151 INFO STEP 1137 (remove_files) COMPLETE
78722025-05-08T21:23:04.993Z[ recovery-image] May 08 21:23:04.151 INFO O| May 08 21:23:04.151 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-05-08T21:23:05.017Z[ recovery-image] May 08 21:23:04.174 INFO O| May 08 21:23:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78742025-05-08T21:23:05.023Z[ recovery-image] May 08 21:23:04.174 INFO O| May 08 21:23:04.174 INFO STEP 1138 (remove_files) COMPLETE
78752025-05-08T21:23:05.023Z[ recovery-image] May 08 21:23:04.175 INFO O| May 08 21:23:04.175 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-05-08T21:23:05.050Z[ recovery-image] May 08 21:23:04.208 INFO O| May 08 21:23:04.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78772025-05-08T21:23:05.054Z[ recovery-image] May 08 21:23:04.208 INFO O| May 08 21:23:04.208 INFO STEP 1139 (remove_files) COMPLETE
78782025-05-08T21:23:05.054Z[ recovery-image] May 08 21:23:04.208 INFO O| May 08 21:23:04.208 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-05-08T21:23:05.076Z[ recovery-image] May 08 21:23:04.234 INFO O| May 08 21:23:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78802025-05-08T21:23:05.079Z[ recovery-image] May 08 21:23:04.234 INFO O| May 08 21:23:04.234 INFO STEP 1140 (remove_files) COMPLETE
78812025-05-08T21:23:05.079Z[ recovery-image] May 08 21:23:04.235 INFO O| May 08 21:23:04.234 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-05-08T21:23:05.100Z[ recovery-image] May 08 21:23:04.257 INFO O| May 08 21:23:04.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78832025-05-08T21:23:05.100Z[ recovery-image] May 08 21:23:04.257 INFO O| May 08 21:23:04.257 INFO STEP 1141 (remove_files) COMPLETE
78842025-05-08T21:23:05.103Z[ recovery-image] May 08 21:23:04.257 INFO O| May 08 21:23:04.257 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-05-08T21:23:05.121Z[ recovery-image] May 08 21:23:04.279 INFO O| May 08 21:23:04.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78862025-05-08T21:23:05.122Z[ recovery-image] May 08 21:23:04.279 INFO O| May 08 21:23:04.279 INFO STEP 1142 (remove_files) COMPLETE
78872025-05-08T21:23:05.122Z[ recovery-image] May 08 21:23:04.279 INFO O| May 08 21:23:04.279 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-05-08T21:23:05.156Z[ recovery-image] May 08 21:23:04.314 INFO O| May 08 21:23:04.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78892025-05-08T21:23:05.156Z[ recovery-image] May 08 21:23:04.314 INFO O| May 08 21:23:04.314 INFO STEP 1143 (remove_files) COMPLETE
78902025-05-08T21:23:05.160Z[ recovery-image] May 08 21:23:04.314 INFO O| May 08 21:23:04.314 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-05-08T21:23:05.211Z[ recovery-image] May 08 21:23:04.369 INFO O| May 08 21:23:04.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78922025-05-08T21:23:05.211Z[ recovery-image] May 08 21:23:04.369 INFO O| May 08 21:23:04.369 INFO STEP 1144 (remove_files) COMPLETE
78932025-05-08T21:23:05.216Z[ recovery-image] May 08 21:23:04.369 INFO O| May 08 21:23:04.369 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-05-08T21:23:05.262Z[ recovery-image] May 08 21:23:04.420 INFO O| May 08 21:23:04.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78952025-05-08T21:23:05.262Z[ recovery-image] May 08 21:23:04.420 INFO O| May 08 21:23:04.420 INFO STEP 1145 (remove_files) COMPLETE
78962025-05-08T21:23:05.262Z[ recovery-image] May 08 21:23:04.420 INFO O| May 08 21:23:04.420 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-05-08T21:23:05.323Z[ recovery-image] May 08 21:23:04.481 INFO O| May 08 21:23:04.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78982025-05-08T21:23:05.323Z[ recovery-image] May 08 21:23:04.481 INFO O| May 08 21:23:04.481 INFO STEP 1146 (remove_files) COMPLETE
78992025-05-08T21:23:05.323Z[ recovery-image] May 08 21:23:04.481 INFO O| May 08 21:23:04.481 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-05-08T21:23:05.345Z[ recovery-image] May 08 21:23:04.503 INFO O| May 08 21:23:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79012025-05-08T21:23:05.346Z[ recovery-image] May 08 21:23:04.503 INFO O| May 08 21:23:04.503 INFO STEP 1147 (remove_files) COMPLETE
79022025-05-08T21:23:05.349Z[ recovery-image] May 08 21:23:04.503 INFO O| May 08 21:23:04.503 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-05-08T21:23:05.380Z[ recovery-image] May 08 21:23:04.536 INFO O| May 08 21:23:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79042025-05-08T21:23:05.380Z[ recovery-image] May 08 21:23:04.536 INFO O| May 08 21:23:04.536 INFO STEP 1148 (remove_files) COMPLETE
79052025-05-08T21:23:05.380Z[ recovery-image] May 08 21:23:04.536 INFO O| May 08 21:23:04.536 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-05-08T21:23:05.401Z[ recovery-image] May 08 21:23:04.559 INFO O| May 08 21:23:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79072025-05-08T21:23:05.401Z[ recovery-image] May 08 21:23:04.559 INFO O| May 08 21:23:04.559 INFO STEP 1149 (remove_files) COMPLETE
79082025-05-08T21:23:05.401Z[ recovery-image] May 08 21:23:04.559 INFO O| May 08 21:23:04.559 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-05-08T21:23:05.422Z[ recovery-image] May 08 21:23:04.580 INFO O| May 08 21:23:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79102025-05-08T21:23:05.422Z[ recovery-image] May 08 21:23:04.580 INFO O| May 08 21:23:04.580 INFO STEP 1150 (remove_files) COMPLETE
79112025-05-08T21:23:05.423Z[ recovery-image] May 08 21:23:04.580 INFO O| May 08 21:23:04.580 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-05-08T21:23:05.471Z[ recovery-image] May 08 21:23:04.618 INFO O| May 08 21:23:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79132025-05-08T21:23:05.471Z[ recovery-image] May 08 21:23:04.618 INFO O| May 08 21:23:04.618 INFO STEP 1151 (remove_files) COMPLETE
79142025-05-08T21:23:05.474Z[ recovery-image] May 08 21:23:04.618 INFO O| May 08 21:23:04.618 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-05-08T21:23:05.562Z[ recovery-image] May 08 21:23:04.720 INFO O| May 08 21:23:04.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79162025-05-08T21:23:05.562Z[ recovery-image] May 08 21:23:04.720 INFO O| May 08 21:23:04.720 INFO STEP 1152 (remove_files) COMPLETE
79172025-05-08T21:23:05.565Z[ recovery-image] May 08 21:23:04.720 INFO O| May 08 21:23:04.720 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-05-08T21:23:05.629Z[ recovery-image] May 08 21:23:04.787 INFO O| May 08 21:23:04.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79192025-05-08T21:23:05.629Z[ recovery-image] May 08 21:23:04.787 INFO O| May 08 21:23:04.787 INFO STEP 1153 (remove_files) COMPLETE
79202025-05-08T21:23:05.632Z[ recovery-image] May 08 21:23:04.787 INFO O| May 08 21:23:04.787 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-05-08T21:23:05.653Z[ recovery-image] May 08 21:23:04.811 INFO O| May 08 21:23:04.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79222025-05-08T21:23:05.653Z[ recovery-image] May 08 21:23:04.811 INFO O| May 08 21:23:04.811 INFO STEP 1154 (remove_files) COMPLETE
79232025-05-08T21:23:05.656Z[ recovery-image] May 08 21:23:04.811 INFO O| May 08 21:23:04.811 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-05-08T21:23:05.693Z[ recovery-image] May 08 21:23:04.851 INFO O| May 08 21:23:04.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79252025-05-08T21:23:05.696Z[ recovery-image] May 08 21:23:04.851 INFO O| May 08 21:23:04.851 INFO STEP 1155 (remove_files) COMPLETE
79262025-05-08T21:23:05.696Z[ recovery-image] May 08 21:23:04.851 INFO O| May 08 21:23:04.851 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-05-08T21:23:05.719Z[ recovery-image] May 08 21:23:04.877 INFO O| May 08 21:23:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79282025-05-08T21:23:05.723Z[ recovery-image] May 08 21:23:04.877 INFO O| May 08 21:23:04.877 INFO STEP 1156 (remove_files) COMPLETE
79292025-05-08T21:23:05.723Z[ recovery-image] May 08 21:23:04.877 INFO O| May 08 21:23:04.877 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302025-05-08T21:23:05.752Z[ recovery-image] May 08 21:23:04.909 INFO O| May 08 21:23:04.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79312025-05-08T21:23:05.752Z[ recovery-image] May 08 21:23:04.910 INFO O| May 08 21:23:04.910 INFO STEP 1157 (remove_files) COMPLETE
79322025-05-08T21:23:05.755Z[ recovery-image] May 08 21:23:04.910 INFO O| May 08 21:23:04.910 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332025-05-08T21:23:05.777Z[ recovery-image] May 08 21:23:04.935 INFO O| May 08 21:23:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79342025-05-08T21:23:05.777Z[ recovery-image] May 08 21:23:04.935 INFO O| May 08 21:23:04.935 INFO STEP 1158 (remove_files) COMPLETE
79352025-05-08T21:23:05.777Z[ recovery-image] May 08 21:23:04.935 INFO O| May 08 21:23:04.935 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362025-05-08T21:23:05.819Z[ recovery-image] May 08 21:23:04.976 INFO O| May 08 21:23:04.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79372025-05-08T21:23:05.822Z[ recovery-image] May 08 21:23:04.977 INFO O| May 08 21:23:04.977 INFO STEP 1159 (remove_files) COMPLETE
79382025-05-08T21:23:05.822Z[ recovery-image] May 08 21:23:04.977 INFO O| May 08 21:23:04.977 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392025-05-08T21:23:05.849Z[ recovery-image] May 08 21:23:05.006 INFO O| May 08 21:23:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79402025-05-08T21:23:05.852Z[ recovery-image] May 08 21:23:05.007 INFO O| May 08 21:23:05.007 INFO STEP 1160 (remove_files) COMPLETE
79412025-05-08T21:23:05.852Z[ recovery-image] May 08 21:23:05.007 INFO O| May 08 21:23:05.007 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422025-05-08T21:23:05.876Z[ recovery-image] May 08 21:23:05.033 INFO O| May 08 21:23:05.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79432025-05-08T21:23:05.876Z[ recovery-image] May 08 21:23:05.034 INFO O| May 08 21:23:05.034 INFO STEP 1161 (remove_files) COMPLETE
79442025-05-08T21:23:05.876Z[ recovery-image] May 08 21:23:05.034 INFO O| May 08 21:23:05.034 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452025-05-08T21:23:05.910Z[ recovery-image] May 08 21:23:05.067 INFO O| May 08 21:23:05.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79462025-05-08T21:23:05.910Z[ recovery-image] May 08 21:23:05.067 INFO O| May 08 21:23:05.067 INFO STEP 1162 (remove_files) COMPLETE
79472025-05-08T21:23:05.910Z[ recovery-image] May 08 21:23:05.067 INFO O| May 08 21:23:05.067 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482025-05-08T21:23:05.935Z[ recovery-image] May 08 21:23:05.093 INFO O| May 08 21:23:05.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79492025-05-08T21:23:05.935Z[ recovery-image] May 08 21:23:05.093 INFO O| May 08 21:23:05.093 INFO STEP 1163 (remove_files) COMPLETE
79502025-05-08T21:23:05.936Z[ recovery-image] May 08 21:23:05.093 INFO O| May 08 21:23:05.093 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512025-05-08T21:23:05.961Z[ recovery-image] May 08 21:23:05.119 INFO O| May 08 21:23:05.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79522025-05-08T21:23:05.961Z[ recovery-image] May 08 21:23:05.119 INFO O| May 08 21:23:05.119 INFO STEP 1164 (remove_files) COMPLETE
79532025-05-08T21:23:05.961Z[ recovery-image] May 08 21:23:05.119 INFO O| May 08 21:23:05.119 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542025-05-08T21:23:05.992Z[ recovery-image] May 08 21:23:05.150 INFO O| May 08 21:23:05.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79552025-05-08T21:23:05.992Z[ recovery-image] May 08 21:23:05.150 INFO O| May 08 21:23:05.150 INFO STEP 1165 (remove_files) COMPLETE
79562025-05-08T21:23:05.992Z[ recovery-image] May 08 21:23:05.150 INFO O| May 08 21:23:05.150 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79572025-05-08T21:23:06.060Z[ recovery-image] May 08 21:23:05.217 INFO O| May 08 21:23:05.217 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79582025-05-08T21:23:06.063Z[ recovery-image] May 08 21:23:05.218 INFO O| May 08 21:23:05.218 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79592025-05-08T21:23:08.092Z[ recovery-image] May 08 21:23:07.249 INFO O| May 08 21:23:07.249 INFO STEP 1166 (pack_tar) COMPLETE
79602025-05-08T21:23:08.092Z[ recovery-image] May 08 21:23:07.249 INFO O| May 08 21:23:07.249 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79612025-05-08T21:23:08.095Z[ recovery-image] May 08 21:23:07.249 INFO O| May 08 21:23:07.249 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79622025-05-08T21:23:08.476Z[ recovery-image] May 08 21:23:07.633 INFO O| May 08 21:23:07.633 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79632025-05-08T21:23:08.597Z[ recovery-image] May 08 21:23:07.755 INFO O| May 08 21:23:07.754 INFO completed processing gimlet/ramdisk-03-recovery-trim
79642025-05-08T21:23:08.607Z[ recovery-image] May 08 21:23:07.765 INFO image builder template: zfs-recovery...
79652025-05-08T21:23:08.607Z[ recovery-image] May 08 21:23:07.765 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/.tmpXwhXpH/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
79662025-05-08T21:23:08.679Z[ recovery-image] May 08 21:23:07.836 INFO O| May 08 21:23:07.836 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79672025-05-08T21:23:08.701Z[ recovery-image] May 08 21:23:07.858 INFO O| May 08 21:23:07.858 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79682025-05-08T21:23:08.822Z[ recovery-image] May 08 21:23:07.979 INFO O| May 08 21:23:07.979 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79692025-05-08T21:23:08.911Z[ recovery-image] May 08 21:23:08.068 INFO O| May 08 21:23:08.068 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79702025-05-08T21:23:08.915Z[ recovery-image] May 08 21:23:08.069 INFO O| May 08 21:23:08.069 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79712025-05-08T21:23:08.923Z[ recovery-image] May 08 21:23:08.080 INFO O| May 08 21:23:08.080 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79722025-05-08T21:23:09.027Z[ recovery-image] May 08 21:23:08.183 INFO O| May 08 21:23:08.183 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79732025-05-08T21:23:09.100Z[ recovery-image] May 08 21:23:08.257 INFO O| May 08 21:23:08.257 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79742025-05-08T21:23:09.120Z[ recovery-image] May 08 21:23:08.278 INFO O| May 08 21:23:08.278 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79752025-05-08T21:23:09.130Z[ recovery-image] May 08 21:23:08.288 INFO O| May 08 21:23:08.288 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79762025-05-08T21:23:09.144Z[ recovery-image] May 08 21:23:08.302 INFO O| May 08 21:23:08.302 INFO no lofi found
79772025-05-08T21:23:09.144Z[ recovery-image] May 08 21:23:08.302 INFO O| May 08 21:23:08.302 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79782025-05-08T21:23:09.147Z[ recovery-image] May 08 21:23:08.302 INFO O| May 08 21:23:08.302 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79792025-05-08T21:23:11.847Z[ recovery-image] May 08 21:23:11.004 INFO O| May 08 21:23:11.004 INFO lofi device = /dev/dsk/c2t1d0p0
79802025-05-08T21:23:11.847Z[ recovery-image] May 08 21:23:11.004 INFO O| May 08 21:23:11.004 INFO pool device = /dev/dsk/c2t1d0p0
79812025-05-08T21:23:11.850Z[ recovery-image] May 08 21:23:11.004 INFO O| May 08 21:23:11.004 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"]
79822025-05-08T21:23:12.198Z[ recovery-image] May 08 21:23:11.355 INFO O| May 08 21:23:11.355 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79832025-05-08T21:23:12.198Z[ recovery-image] May 08 21:23:11.355 INFO O| May 08 21:23:11.355 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79842025-05-08T21:23:12.243Z[ recovery-image] May 08 21:23:11.400 INFO O| May 08 21:23:11.400 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79852025-05-08T21:23:12.725Z[ recovery-image] May 08 21:23:11.882 INFO O| May 08 21:23:11.881 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79862025-05-08T21:23:12.796Z[ recovery-image] May 08 21:23:11.953 INFO O| May 08 21:23:11.953 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79872025-05-08T21:23:12.826Z[ recovery-image] May 08 21:23:11.983 INFO O| May 08 21:23:11.983 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79882025-05-08T21:23:12.854Z[ recovery-image] May 08 21:23:12.011 INFO O| May 08 21:23:12.011 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79892025-05-08T21:23:12.957Z[ recovery-image] May 08 21:23:12.114 INFO O| May 08 21:23:12.114 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79902025-05-08T21:23:12.960Z[ recovery-image] May 08 21:23:12.114 INFO O| May 08 21:23:12.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79912025-05-08T21:23:12.961Z[ recovery-image] May 08 21:23:12.115 INFO O| May 08 21:23:12.115 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79922025-05-08T21:23:12.985Z[ recovery-image] May 08 21:23:12.142 INFO O| May 08 21:23:12.141 INFO boot environment UUID: d288bfcf-e5d0-4b2b-8c6b-fe62ab2b45b9
79932025-05-08T21:23:12.985Z[ recovery-image] May 08 21:23:12.142 INFO O| May 08 21:23:12.141 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d288bfcf-e5d0-4b2b-8c6b-fe62ab2b45b9
79942025-05-08T21:23:13.012Z[ recovery-image] May 08 21:23:12.168 INFO O| May 08 21:23:12.168 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79952025-05-08T21:23:13.034Z[ recovery-image] May 08 21:23:12.191 INFO O| May 08 21:23:12.190 INFO STEP 0 (create_be) COMPLETE
79962025-05-08T21:23:13.034Z[ recovery-image] May 08 21:23:12.191 INFO O| May 08 21:23:12.190 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79972025-05-08T21:23:13.104Z[ recovery-image] May 08 21:23:12.261 INFO O| May 08 21:23:12.261 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"]
79982025-05-08T21:23:20.224Z[ recovery-image] May 08 21:23:19.381 INFO O| May 08 21:23:19.381 INFO STEP 1 (unpack_tar) COMPLETE
79992025-05-08T21:23:20.224Z[ recovery-image] May 08 21:23:19.381 INFO O| May 08 21:23:19.381 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80002025-05-08T21:23:20.245Z[ recovery-image] May 08 21:23:19.402 INFO O| May 08 21:23:19.401 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80012025-05-08T21:23:22.293Z[ recovery-image] May 08 21:23:21.449 INFO O| May 08 21:23:21.448 INFO STEP 2 (devfsadm) COMPLETE
80022025-05-08T21:23:22.295Z[ recovery-image] May 08 21:23:21.449 INFO O| May 08 21:23:21.449 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80032025-05-08T21:23:22.313Z[ recovery-image] May 08 21:23:21.469 INFO O| May 08 21:23:21.469 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80042025-05-08T21:23:22.318Z[ recovery-image] May 08 21:23:21.470 INFO O| May 08 21:23:21.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80052025-05-08T21:23:22.318Z[ recovery-image] May 08 21:23:21.470 INFO O| May 08 21:23:21.470 INFO STEP 3 (ensure_dir) COMPLETE
80062025-05-08T21:23:22.318Z[ recovery-image] May 08 21:23:21.470 INFO O| May 08 21:23:21.470 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80072025-05-08T21:23:22.333Z[ recovery-image] May 08 21:23:21.489 INFO O| May 08 21:23:21.489 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80082025-05-08T21:23:22.333Z[ recovery-image] May 08 21:23:21.489 INFO O| May 08 21:23:21.489 INFO STEP 4 (ensure_dir) COMPLETE
80092025-05-08T21:23:22.336Z[ recovery-image] May 08 21:23:21.489 INFO O| May 08 21:23:21.489 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80102025-05-08T21:23:22.361Z[ recovery-image] May 08 21:23:21.517 INFO O| May 08 21:23:21.517 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80112025-05-08T21:23:22.365Z[ recovery-image] May 08 21:23:21.517 INFO O| May 08 21:23:21.517 INFO STEP 5 (ensure_dir) COMPLETE
80122025-05-08T21:23:22.365Z[ recovery-image] May 08 21:23:21.517 INFO O| May 08 21:23:21.517 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80132025-05-08T21:23:22.417Z[ recovery-image] May 08 21:23:21.573 INFO O| May 08 21:23:21.573 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80142025-05-08T21:23:22.417Z[ recovery-image] May 08 21:23:21.573 INFO O| May 08 21:23:21.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80152025-05-08T21:23:22.421Z[ recovery-image] May 08 21:23:21.573 INFO O| May 08 21:23:21.573 INFO STEP 6 (ensure_dir) COMPLETE
80162025-05-08T21:23:22.421Z[ recovery-image] May 08 21:23:21.573 INFO O| May 08 21:23:21.573 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80172025-05-08T21:23:22.436Z[ recovery-image] May 08 21:23:21.592 INFO O| May 08 21:23:21.592 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80182025-05-08T21:23:22.436Z[ recovery-image] May 08 21:23:21.592 INFO O| May 08 21:23:21.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80192025-05-08T21:23:22.436Z[ recovery-image] May 08 21:23:21.592 INFO O| May 08 21:23:21.592 INFO STEP 7 (ensure_dir) COMPLETE
80202025-05-08T21:23:22.439Z[ recovery-image] May 08 21:23:21.592 INFO O| May 08 21:23:21.592 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80212025-05-08T21:23:22.455Z[ recovery-image] May 08 21:23:21.611 INFO O| May 08 21:23:21.611 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80222025-05-08T21:23:22.458Z[ recovery-image] May 08 21:23:21.611 INFO O| May 08 21:23:21.611 INFO STEP 8 (remove_files) COMPLETE
80232025-05-08T21:23:22.458Z[ recovery-image] May 08 21:23:21.611 INFO O| May 08 21:23:21.611 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80242025-05-08T21:23:22.475Z[ recovery-image] May 08 21:23:21.631 INFO O| May 08 21:23:21.631 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80252025-05-08T21:23:22.478Z[ recovery-image] May 08 21:23:21.632 INFO O| May 08 21:23:21.632 INFO STEP 9 (remove_files) COMPLETE
80262025-05-08T21:23:22.478Z[ recovery-image] May 08 21:23:21.632 INFO O| May 08 21:23:21.632 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272025-05-08T21:23:22.515Z[ recovery-image] May 08 21:23:21.671 INFO O| May 08 21:23:21.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80282025-05-08T21:23:22.518Z[ recovery-image] May 08 21:23:21.672 INFO O| May 08 21:23:21.672 INFO STEP 10 (remove_files) COMPLETE
80292025-05-08T21:23:22.518Z[ recovery-image] May 08 21:23:21.672 INFO O| May 08 21:23:21.672 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80302025-05-08T21:23:22.534Z[ recovery-image] May 08 21:23:21.690 INFO O| May 08 21:23:21.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80312025-05-08T21:23:22.537Z[ recovery-image] May 08 21:23:21.690 INFO O| May 08 21:23:21.690 INFO STEP 11 (remove_files) COMPLETE
80322025-05-08T21:23:22.537Z[ recovery-image] May 08 21:23:21.690 INFO O| May 08 21:23:21.690 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80332025-05-08T21:23:22.551Z[ recovery-image] May 08 21:23:21.708 INFO O| May 08 21:23:21.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80342025-05-08T21:23:22.555Z[ recovery-image] May 08 21:23:21.708 INFO O| May 08 21:23:21.708 INFO STEP 12 (remove_files) COMPLETE
80352025-05-08T21:23:22.555Z[ recovery-image] May 08 21:23:21.708 INFO O| May 08 21:23:21.708 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362025-05-08T21:23:22.578Z[ recovery-image] May 08 21:23:21.734 INFO O| May 08 21:23:21.734 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80372025-05-08T21:23:22.578Z[ recovery-image] May 08 21:23:21.734 INFO O| May 08 21:23:21.734 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80382025-05-08T21:23:22.581Z[ recovery-image] May 08 21:23:21.734 INFO O| May 08 21:23:21.734 INFO STEP 13 (ensure_dir) COMPLETE
80392025-05-08T21:23:22.581Z[ recovery-image] May 08 21:23:21.734 INFO O| May 08 21:23:21.734 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80402025-05-08T21:23:22.595Z[ recovery-image] May 08 21:23:21.751 INFO O| May 08 21:23:21.751 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80412025-05-08T21:23:22.595Z[ recovery-image] May 08 21:23:21.752 INFO O| May 08 21:23:21.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80422025-05-08T21:23:22.599Z[ recovery-image] May 08 21:23:21.752 INFO O| May 08 21:23:21.752 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80432025-05-08T21:23:22.599Z[ recovery-image] May 08 21:23:21.752 INFO O| May 08 21:23:21.752 INFO STEP 14 (ensure_dir) COMPLETE
80442025-05-08T21:23:22.599Z[ recovery-image] May 08 21:23:21.752 INFO O| May 08 21:23:21.752 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452025-05-08T21:23:22.613Z[ recovery-image] May 08 21:23:21.769 INFO O| May 08 21:23:21.769 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80462025-05-08T21:23:22.613Z[ recovery-image] May 08 21:23:21.769 INFO O| May 08 21:23:21.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80472025-05-08T21:23:22.613Z[ recovery-image] May 08 21:23:21.769 INFO O| May 08 21:23:21.769 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80482025-05-08T21:23:22.616Z[ recovery-image] May 08 21:23:21.769 INFO O| May 08 21:23:21.769 INFO STEP 15 (ensure_dir) COMPLETE
80492025-05-08T21:23:22.616Z[ recovery-image] May 08 21:23:21.769 INFO O| May 08 21:23:21.769 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502025-05-08T21:23:22.633Z[ recovery-image] May 08 21:23:21.789 INFO O| May 08 21:23:21.789 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80512025-05-08T21:23:22.633Z[ recovery-image] May 08 21:23:21.789 INFO O| May 08 21:23:21.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80522025-05-08T21:23:22.633Z[ recovery-image] May 08 21:23:21.789 INFO O| May 08 21:23:21.789 INFO STEP 16 (ensure_dir) COMPLETE
80532025-05-08T21:23:22.637Z[ recovery-image] May 08 21:23:21.789 INFO O| May 08 21:23:21.789 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542025-05-08T21:23:22.676Z[ recovery-image] May 08 21:23:21.832 INFO O| May 08 21:23:21.832 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80552025-05-08T21:23:22.676Z[ recovery-image] May 08 21:23:21.832 INFO O| May 08 21:23:21.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80562025-05-08T21:23:22.676Z[ recovery-image] May 08 21:23:21.833 INFO O| May 08 21:23:21.832 INFO STEP 17 (ensure_dir) COMPLETE
80572025-05-08T21:23:22.680Z[ recovery-image] May 08 21:23:21.833 INFO O| May 08 21:23:21.832 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80582025-05-08T21:23:22.704Z[ recovery-image] May 08 21:23:21.859 INFO O| May 08 21:23:21.859 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80592025-05-08T21:23:22.704Z[ recovery-image] May 08 21:23:21.859 INFO O| May 08 21:23:21.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80602025-05-08T21:23:22.704Z[ recovery-image] May 08 21:23:21.859 INFO O| May 08 21:23:21.859 INFO ok!
80612025-05-08T21:23:22.704Z[ recovery-image] May 08 21:23:21.859 INFO O| May 08 21:23:21.859 INFO STEP 18 (ensure_symlink) COMPLETE
80622025-05-08T21:23:22.704Z[ recovery-image] May 08 21:23:21.859 INFO O| May 08 21:23:21.859 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80632025-05-08T21:23:22.730Z[ recovery-image] May 08 21:23:21.886 INFO O| May 08 21:23:21.886 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80642025-05-08T21:23:22.730Z[ recovery-image] May 08 21:23:21.886 INFO O| May 08 21:23:21.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80652025-05-08T21:23:22.734Z[ recovery-image] May 08 21:23:21.886 INFO O| May 08 21:23:21.886 INFO ok!
80662025-05-08T21:23:22.734Z[ recovery-image] May 08 21:23:21.886 INFO O| May 08 21:23:21.886 INFO STEP 19 (ensure_file) COMPLETE
80672025-05-08T21:23:22.734Z[ recovery-image] May 08 21:23:21.886 INFO O| May 08 21:23:21.886 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80682025-05-08T21:23:22.762Z[ recovery-image] May 08 21:23:21.918 INFO O| May 08 21:23:21.918 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80692025-05-08T21:23:22.762Z[ recovery-image] May 08 21:23:21.918 INFO O| May 08 21:23:21.918 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80702025-05-08T21:23:22.765Z[ recovery-image] May 08 21:23:21.918 INFO O| May 08 21:23:21.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80712025-05-08T21:23:22.765Z[ recovery-image] May 08 21:23:21.919 INFO O| May 08 21:23:21.918 INFO ok!
80722025-05-08T21:23:22.765Z[ recovery-image] May 08 21:23:21.919 INFO O| May 08 21:23:21.918 INFO STEP 20 (ensure_symlink) COMPLETE
80732025-05-08T21:23:22.765Z[ recovery-image] May 08 21:23:21.919 INFO O| May 08 21:23:21.918 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80742025-05-08T21:23:22.783Z[ recovery-image] May 08 21:23:21.940 INFO O| May 08 21:23:21.940 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80752025-05-08T21:23:22.784Z[ recovery-image] May 08 21:23:21.940 INFO O| May 08 21:23:21.940 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80762025-05-08T21:23:22.784Z[ recovery-image] May 08 21:23:21.940 INFO O| May 08 21:23:21.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80772025-05-08T21:23:22.787Z[ recovery-image] May 08 21:23:21.940 INFO O| May 08 21:23:21.940 INFO ok!
80782025-05-08T21:23:22.787Z[ recovery-image] May 08 21:23:21.940 INFO O| May 08 21:23:21.940 INFO STEP 21 (ensure_symlink) COMPLETE
80792025-05-08T21:23:22.787Z[ recovery-image] May 08 21:23:21.940 INFO O| May 08 21:23:21.940 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80802025-05-08T21:23:22.804Z[ recovery-image] May 08 21:23:21.960 INFO O| May 08 21:23:21.960 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80812025-05-08T21:23:22.804Z[ recovery-image] May 08 21:23:21.960 INFO O| May 08 21:23:21.960 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80822025-05-08T21:23:22.804Z[ recovery-image] May 08 21:23:21.960 INFO O| May 08 21:23:21.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80832025-05-08T21:23:22.807Z[ recovery-image] May 08 21:23:21.960 INFO O| May 08 21:23:21.960 INFO ok!
80842025-05-08T21:23:22.807Z[ recovery-image] May 08 21:23:21.960 INFO O| May 08 21:23:21.960 INFO STEP 22 (ensure_symlink) COMPLETE
80852025-05-08T21:23:22.807Z[ recovery-image] May 08 21:23:21.960 INFO O| May 08 21:23:21.960 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80862025-05-08T21:23:22.839Z[ recovery-image] May 08 21:23:21.995 INFO O| May 08 21:23:21.995 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80872025-05-08T21:23:22.839Z[ recovery-image] May 08 21:23:21.995 INFO O| May 08 21:23:21.995 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80882025-05-08T21:23:22.839Z[ recovery-image] May 08 21:23:21.995 INFO O| May 08 21:23:21.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80892025-05-08T21:23:22.839Z[ recovery-image] May 08 21:23:21.995 INFO O| May 08 21:23:21.995 INFO ok!
80902025-05-08T21:23:22.842Z[ recovery-image] May 08 21:23:21.995 INFO O| May 08 21:23:21.995 INFO STEP 23 (ensure_symlink) COMPLETE
80912025-05-08T21:23:22.842Z[ recovery-image] May 08 21:23:21.995 INFO O| May 08 21:23:21.995 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80922025-05-08T21:23:22.873Z[ recovery-image] May 08 21:23:22.029 INFO O| May 08 21:23:22.029 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80932025-05-08T21:23:22.876Z[ recovery-image] May 08 21:23:22.029 INFO O| May 08 21:23:22.029 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 ...
80942025-05-08T21:23:22.876Z[ recovery-image] May 08 21:23:22.029 INFO O| May 08 21:23:22.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80952025-05-08T21:23:22.876Z[ recovery-image] May 08 21:23:22.029 INFO O| May 08 21:23:22.029 INFO ok!
80962025-05-08T21:23:22.876Z[ recovery-image] May 08 21:23:22.029 INFO O| May 08 21:23:22.029 INFO STEP 24 (ensure_file) COMPLETE
80972025-05-08T21:23:22.876Z[ recovery-image] May 08 21:23:22.029 INFO O| May 08 21:23:22.029 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80982025-05-08T21:23:22.912Z[ recovery-image] May 08 21:23:22.068 INFO O| May 08 21:23:22.068 INFO updating shadow file
80992025-05-08T21:23:22.915Z[ recovery-image] May 08 21:23:22.068 INFO O| May 08 21:23:22.068 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81002025-05-08T21:23:22.915Z[ recovery-image] May 08 21:23:22.068 INFO O| May 08 21:23:22.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81012025-05-08T21:23:22.915Z[ recovery-image] May 08 21:23:22.068 INFO O| May 08 21:23:22.068 INFO STEP 25 (shadow) COMPLETE
81022025-05-08T21:23:22.915Z[ recovery-image] May 08 21:23:22.068 INFO O| May 08 21:23:22.068 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81032025-05-08T21:23:22.930Z[ recovery-image] May 08 21:23:22.086 INFO O| May 08 21:23:22.086 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81042025-05-08T21:23:22.930Z[ recovery-image] May 08 21:23:22.086 INFO O| May 08 21:23:22.086 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81052025-05-08T21:23:22.930Z[ recovery-image] May 08 21:23:22.086 INFO O| May 08 21:23:22.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81062025-05-08T21:23:22.933Z[ recovery-image] May 08 21:23:22.086 INFO O| May 08 21:23:22.086 INFO ok!
81072025-05-08T21:23:22.933Z[ recovery-image] May 08 21:23:22.086 INFO O| May 08 21:23:22.086 INFO STEP 26 (ensure_file) COMPLETE
81082025-05-08T21:23:22.933Z[ recovery-image] May 08 21:23:22.086 INFO O| May 08 21:23:22.086 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81092025-05-08T21:23:22.963Z[ recovery-image] May 08 21:23:22.119 INFO O| May 08 21:23:22.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81102025-05-08T21:23:22.963Z[ recovery-image] May 08 21:23:22.119 INFO O| May 08 21:23:22.119 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81112025-05-08T21:23:22.963Z[ recovery-image] May 08 21:23:22.119 INFO O| May 08 21:23:22.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81122025-05-08T21:23:22.966Z[ recovery-image] May 08 21:23:22.119 INFO O| May 08 21:23:22.119 INFO ok!
81132025-05-08T21:23:22.966Z[ recovery-image] May 08 21:23:22.119 INFO O| May 08 21:23:22.119 INFO STEP 27 (ensure_file) COMPLETE
81142025-05-08T21:23:22.966Z[ recovery-image] May 08 21:23:22.119 INFO O| May 08 21:23:22.119 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81152025-05-08T21:23:22.997Z[ recovery-image] May 08 21:23:22.153 INFO O| May 08 21:23:22.152 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81162025-05-08T21:23:22.997Z[ recovery-image] May 08 21:23:22.153 INFO O| May 08 21:23:22.153 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81172025-05-08T21:23:23.006Z[ recovery-image] May 08 21:23:22.153 INFO O| May 08 21:23:22.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81182025-05-08T21:23:23.006Z[ recovery-image] May 08 21:23:22.153 INFO O| May 08 21:23:22.153 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81192025-05-08T21:23:23.006Z[ recovery-image] May 08 21:23:22.153 INFO O| May 08 21:23:22.153 INFO ok!
81202025-05-08T21:23:23.006Z[ recovery-image] May 08 21:23:22.153 INFO O| May 08 21:23:22.153 INFO STEP 28 (ensure_file) COMPLETE
81212025-05-08T21:23:23.006Z[ recovery-image] May 08 21:23:22.153 INFO O| May 08 21:23:22.153 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81222025-05-08T21:23:23.026Z[ recovery-image] May 08 21:23:22.182 INFO O| May 08 21:23:22.182 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81232025-05-08T21:23:23.026Z[ recovery-image] May 08 21:23:22.182 INFO O| May 08 21:23:22.182 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81242025-05-08T21:23:23.026Z[ recovery-image] May 08 21:23:22.182 INFO O| May 08 21:23:22.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81252025-05-08T21:23:23.026Z[ recovery-image] May 08 21:23:22.182 INFO O| May 08 21:23:22.182 INFO ok!
81262025-05-08T21:23:23.030Z[ recovery-image] May 08 21:23:22.182 INFO O| May 08 21:23:22.182 INFO STEP 29 (ensure_file) COMPLETE
81272025-05-08T21:23:23.030Z[ recovery-image] May 08 21:23:22.182 INFO O| May 08 21:23:22.182 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81282025-05-08T21:23:23.065Z[ recovery-image] May 08 21:23:22.221 INFO O| May 08 21:23:22.221 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81292025-05-08T21:23:23.065Z[ recovery-image] May 08 21:23:22.221 INFO O| May 08 21:23:22.221 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81302025-05-08T21:23:23.069Z[ recovery-image] May 08 21:23:22.222 INFO O| May 08 21:23:22.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81312025-05-08T21:23:23.069Z[ recovery-image] May 08 21:23:22.222 INFO O| May 08 21:23:22.222 INFO ok!
81322025-05-08T21:23:23.069Z[ recovery-image] May 08 21:23:22.222 INFO O| May 08 21:23:22.222 INFO STEP 30 (ensure_file) COMPLETE
81332025-05-08T21:23:23.069Z[ recovery-image] May 08 21:23:22.222 INFO O| May 08 21:23:22.222 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81342025-05-08T21:23:23.121Z[ recovery-image] May 08 21:23:22.277 INFO O| May 08 21:23:22.277 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81352025-05-08T21:23:23.121Z[ recovery-image] May 08 21:23:22.277 INFO O| May 08 21:23:22.277 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81362025-05-08T21:23:23.126Z[ recovery-image] May 08 21:23:22.277 INFO O| May 08 21:23:22.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81372025-05-08T21:23:23.126Z[ recovery-image] May 08 21:23:22.277 INFO O| May 08 21:23:22.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81382025-05-08T21:23:23.126Z[ recovery-image] May 08 21:23:22.277 INFO O| May 08 21:23:22.277 INFO ok!
81392025-05-08T21:23:23.126Z[ recovery-image] May 08 21:23:22.277 INFO O| May 08 21:23:22.277 INFO STEP 31 (ensure_file) COMPLETE
81402025-05-08T21:23:23.126Z[ recovery-image] May 08 21:23:22.277 INFO O| May 08 21:23:22.277 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81412025-05-08T21:23:23.221Z[ recovery-image] May 08 21:23:22.377 INFO O| May 08 21:23:22.377 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81422025-05-08T21:23:23.221Z[ recovery-image] May 08 21:23:22.377 INFO O| May 08 21:23:22.377 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81432025-05-08T21:23:23.224Z[ recovery-image] May 08 21:23:22.377 INFO O| May 08 21:23:22.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81442025-05-08T21:23:23.224Z[ recovery-image] May 08 21:23:22.377 INFO O| May 08 21:23:22.377 INFO ok!
81452025-05-08T21:23:23.224Z[ recovery-image] May 08 21:23:22.377 INFO O| May 08 21:23:22.377 INFO STEP 32 (ensure_file) COMPLETE
81462025-05-08T21:23:23.224Z[ recovery-image] May 08 21:23:22.377 INFO O| May 08 21:23:22.377 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81472025-05-08T21:23:23.262Z[ recovery-image] May 08 21:23:22.418 INFO O| May 08 21:23:22.418 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81482025-05-08T21:23:23.262Z[ recovery-image] May 08 21:23:22.418 INFO O| May 08 21:23:22.418 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81492025-05-08T21:23:23.262Z[ recovery-image] May 08 21:23:22.418 INFO O| May 08 21:23:22.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81502025-05-08T21:23:23.262Z[ recovery-image] May 08 21:23:22.418 INFO O| May 08 21:23:22.418 INFO ok!
81512025-05-08T21:23:23.262Z[ recovery-image] May 08 21:23:22.418 INFO O| May 08 21:23:22.418 INFO STEP 33 (ensure_file) COMPLETE
81522025-05-08T21:23:23.265Z[ recovery-image] May 08 21:23:22.418 INFO O| May 08 21:23:22.418 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81532025-05-08T21:23:23.301Z[ recovery-image] May 08 21:23:22.457 INFO O| May 08 21:23:22.457 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81542025-05-08T21:23:23.301Z[ recovery-image] May 08 21:23:22.457 INFO O| May 08 21:23:22.457 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81552025-05-08T21:23:23.313Z[ recovery-image] May 08 21:23:22.469 INFO O| May 08 21:23:22.469 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81562025-05-08T21:23:23.313Z[ recovery-image] May 08 21:23:22.469 INFO O| May 08 21:23:22.469 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81572025-05-08T21:23:23.313Z[ recovery-image] May 08 21:23:22.469 INFO O| May 08 21:23:22.469 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81582025-05-08T21:23:23.316Z[ recovery-image] May 08 21:23:22.469 INFO O| May 08 21:23:22.469 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81592025-05-08T21:23:23.316Z[ recovery-image] May 08 21:23:22.469 INFO O| May 08 21:23:22.469 INFO ok!
81602025-05-08T21:23:23.316Z[ recovery-image] May 08 21:23:22.469 INFO O| May 08 21:23:22.469 INFO STEP 34 (ensure_file) COMPLETE
81612025-05-08T21:23:23.316Z[ recovery-image] May 08 21:23:22.469 INFO O| May 08 21:23:22.469 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81622025-05-08T21:23:23.348Z[ recovery-image] May 08 21:23:22.504 INFO O| May 08 21:23:22.504 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81632025-05-08T21:23:23.348Z[ recovery-image] May 08 21:23:22.504 INFO O| May 08 21:23:22.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81642025-05-08T21:23:23.351Z[ recovery-image] May 08 21:23:22.504 INFO O| May 08 21:23:22.504 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81652025-05-08T21:23:23.351Z[ recovery-image] May 08 21:23:22.504 INFO O| May 08 21:23:22.504 INFO STEP 35 (ensure_dir) COMPLETE
81662025-05-08T21:23:23.351Z[ recovery-image] May 08 21:23:22.504 INFO O| May 08 21:23:22.504 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81672025-05-08T21:23:23.485Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 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
81682025-05-08T21:23:23.485Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 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 ...
81692025-05-08T21:23:23.489Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 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
81702025-05-08T21:23:23.489Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 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
81712025-05-08T21:23:23.489Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 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
81722025-05-08T21:23:23.489Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 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
81732025-05-08T21:23:23.489Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 INFO ok!
81742025-05-08T21:23:23.489Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 INFO STEP 36 (ensure_file) COMPLETE
81752025-05-08T21:23:23.489Z[ recovery-image] May 08 21:23:22.641 INFO O| May 08 21:23:22.641 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81762025-05-08T21:23:23.539Z[ recovery-image] May 08 21:23:22.693 INFO O| May 08 21:23:22.693 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81772025-05-08T21:23:23.539Z[ recovery-image] May 08 21:23:22.694 INFO O| May 08 21:23:22.693 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 ...
81782025-05-08T21:23:23.539Z[ recovery-image] May 08 21:23:22.694 INFO O| May 08 21:23:22.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81792025-05-08T21:23:23.539Z[ recovery-image] May 08 21:23:22.694 INFO O| May 08 21:23:22.694 INFO ok!
81802025-05-08T21:23:23.539Z[ recovery-image] May 08 21:23:22.694 INFO O| May 08 21:23:22.694 INFO STEP 37 (ensure_symlink) COMPLETE
81812025-05-08T21:23:23.539Z[ recovery-image] May 08 21:23:22.694 INFO O| May 08 21:23:22.694 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81822025-05-08T21:23:23.604Z[ recovery-image] May 08 21:23:22.760 INFO O| May 08 21:23:22.760 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81832025-05-08T21:23:23.604Z[ recovery-image] May 08 21:23:22.760 INFO O| May 08 21:23:22.760 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81842025-05-08T21:23:23.621Z[ recovery-image] May 08 21:23:22.777 INFO O| May 08 21:23:22.777 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81852025-05-08T21:23:23.624Z[ recovery-image] May 08 21:23:22.777 INFO O| May 08 21:23:22.777 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81862025-05-08T21:23:23.624Z[ recovery-image] May 08 21:23:22.777 INFO O| May 08 21:23:22.777 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81872025-05-08T21:23:23.624Z[ recovery-image] May 08 21:23:22.777 INFO O| May 08 21:23:22.777 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81882025-05-08T21:23:23.624Z[ recovery-image] May 08 21:23:22.777 INFO O| May 08 21:23:22.777 INFO ok!
81892025-05-08T21:23:23.624Z[ recovery-image] May 08 21:23:22.777 INFO O| May 08 21:23:22.777 INFO STEP 38 (ensure_file) COMPLETE
81902025-05-08T21:23:23.624Z[ recovery-image] May 08 21:23:22.777 INFO O| May 08 21:23:22.777 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81912025-05-08T21:23:23.653Z[ recovery-image] May 08 21:23:22.809 INFO O| May 08 21:23:22.809 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81922025-05-08T21:23:23.653Z[ recovery-image] May 08 21:23:22.809 INFO O| May 08 21:23:22.809 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 ...
81932025-05-08T21:23:23.666Z[ recovery-image] May 08 21:23:22.822 INFO O| May 08 21:23:22.822 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
81942025-05-08T21:23:23.666Z[ recovery-image] May 08 21:23:22.822 INFO O| May 08 21:23:22.822 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81952025-05-08T21:23:23.669Z[ recovery-image] May 08 21:23:22.822 INFO O| May 08 21:23:22.822 INFO ok!
81962025-05-08T21:23:23.669Z[ recovery-image] May 08 21:23:22.822 INFO O| May 08 21:23:22.822 INFO STEP 39 (ensure_file) COMPLETE
81972025-05-08T21:23:23.669Z[ recovery-image] May 08 21:23:22.822 INFO O| May 08 21:23:22.822 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81982025-05-08T21:23:23.698Z[ recovery-image] May 08 21:23:22.854 INFO O| May 08 21:23:22.854 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81992025-05-08T21:23:23.698Z[ recovery-image] May 08 21:23:22.854 INFO O| May 08 21:23:22.854 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82002025-05-08T21:23:23.708Z[ recovery-image] May 08 21:23:22.864 INFO O| May 08 21:23:22.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82012025-05-08T21:23:23.708Z[ recovery-image] May 08 21:23:22.864 INFO O| May 08 21:23:22.864 INFO ok!
82022025-05-08T21:23:23.711Z[ recovery-image] May 08 21:23:22.864 INFO O| May 08 21:23:22.864 INFO STEP 40 (ensure_file) COMPLETE
82032025-05-08T21:23:23.711Z[ recovery-image] May 08 21:23:22.864 INFO O| May 08 21:23:22.864 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82042025-05-08T21:23:23.734Z[ recovery-image] May 08 21:23:22.890 INFO O| May 08 21:23:22.890 INFO updating shadow file
82052025-05-08T21:23:23.737Z[ recovery-image] May 08 21:23:22.890 INFO O| May 08 21:23:22.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82062025-05-08T21:23:23.737Z[ recovery-image] May 08 21:23:22.890 INFO O| May 08 21:23:22.890 INFO STEP 41 (shadow) COMPLETE
82072025-05-08T21:23:23.737Z[ recovery-image] May 08 21:23:22.890 INFO O| May 08 21:23:22.890 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82082025-05-08T21:23:23.762Z[ recovery-image] May 08 21:23:22.918 INFO O| May 08 21:23:22.917 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82092025-05-08T21:23:23.762Z[ recovery-image] May 08 21:23:22.918 INFO O| May 08 21:23:22.918 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82102025-05-08T21:23:23.765Z[ recovery-image] May 08 21:23:22.918 INFO O| May 08 21:23:22.918 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82112025-05-08T21:23:23.765Z[ recovery-image] May 08 21:23:22.918 INFO O| May 08 21:23:22.918 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82122025-05-08T21:23:23.765Z[ recovery-image] May 08 21:23:22.918 INFO O| May 08 21:23:22.918 INFO ok!
82132025-05-08T21:23:23.765Z[ recovery-image] May 08 21:23:22.918 INFO O| May 08 21:23:22.918 INFO STEP 42 (ensure_file) COMPLETE
82142025-05-08T21:23:23.765Z[ recovery-image] May 08 21:23:22.918 INFO O| May 08 21:23:22.918 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82152025-05-08T21:23:23.797Z[ recovery-image] May 08 21:23:22.953 INFO O| May 08 21:23:22.953 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82162025-05-08T21:23:23.797Z[ recovery-image] May 08 21:23:22.953 INFO O| May 08 21:23:22.953 INFO STEP 43 (ensure_dir) COMPLETE
82172025-05-08T21:23:23.800Z[ recovery-image] May 08 21:23:22.953 INFO O| May 08 21:23:22.953 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82182025-05-08T21:23:23.834Z[ recovery-image] May 08 21:23:22.990 INFO O| May 08 21:23:22.990 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82192025-05-08T21:23:23.834Z[ recovery-image] May 08 21:23:22.990 INFO O| May 08 21:23:22.990 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82202025-05-08T21:23:23.838Z[ recovery-image] May 08 21:23:22.990 INFO O| May 08 21:23:22.990 INFO STEP 44 (ensure_dir) COMPLETE
82212025-05-08T21:23:23.838Z[ recovery-image] May 08 21:23:22.990 INFO O| May 08 21:23:22.990 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82222025-05-08T21:23:23.890Z[ recovery-image] May 08 21:23:23.046 INFO O| May 08 21:23:23.046 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82232025-05-08T21:23:23.890Z[ recovery-image] May 08 21:23:23.046 INFO O| May 08 21:23:23.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82242025-05-08T21:23:23.893Z[ recovery-image] May 08 21:23:23.046 INFO O| May 08 21:23:23.046 INFO STEP 45 (ensure_dir) COMPLETE
82252025-05-08T21:23:23.893Z[ recovery-image] May 08 21:23:23.046 INFO O| May 08 21:23:23.046 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82262025-05-08T21:23:23.915Z[ recovery-image] May 08 21:23:23.071 INFO O| May 08 21:23:23.071 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82272025-05-08T21:23:23.915Z[ recovery-image] May 08 21:23:23.071 INFO O| May 08 21:23:23.071 INFO copying /tmp/.tmpXwhXpH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82282025-05-08T21:23:24.019Z[ recovery-image] May 08 21:23:23.175 INFO O| May 08 21:23:23.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82292025-05-08T21:23:24.019Z[ recovery-image] May 08 21:23:23.175 INFO O| May 08 21:23:23.174 INFO ok!
82302025-05-08T21:23:24.022Z[ recovery-image] May 08 21:23:23.175 INFO O| May 08 21:23:23.175 INFO STEP 46 (ensure_file) COMPLETE
82312025-05-08T21:23:24.022Z[ recovery-image] May 08 21:23:23.175 INFO O| May 08 21:23:23.175 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82322025-05-08T21:23:24.040Z[ recovery-image] May 08 21:23:23.196 INFO O| May 08 21:23:23.196 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82332025-05-08T21:23:24.040Z[ recovery-image] May 08 21:23:23.196 INFO O| May 08 21:23:23.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82342025-05-08T21:23:24.040Z[ recovery-image] May 08 21:23:23.196 INFO O| May 08 21:23:23.196 INFO STEP 47 (ensure_dir) COMPLETE
82352025-05-08T21:23:24.044Z[ recovery-image] May 08 21:23:23.196 INFO O| May 08 21:23:23.196 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82362025-05-08T21:23:24.111Z[ recovery-image] May 08 21:23:23.265 INFO O| May 08 21:23:23.265 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82372025-05-08T21:23:24.111Z[ recovery-image] May 08 21:23:23.265 INFO O| May 08 21:23:23.265 INFO copying /tmp/.tmpXwhXpH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82382025-05-08T21:23:24.111Z[ recovery-image] May 08 21:23:23.265 INFO O| May 08 21:23:23.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82392025-05-08T21:23:24.114Z[ recovery-image] May 08 21:23:23.265 INFO O| May 08 21:23:23.265 INFO ok!
82402025-05-08T21:23:24.114Z[ recovery-image] May 08 21:23:23.265 INFO O| May 08 21:23:23.265 INFO STEP 48 (ensure_file) COMPLETE
82412025-05-08T21:23:24.114Z[ recovery-image] May 08 21:23:23.265 INFO O| May 08 21:23:23.265 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82422025-05-08T21:23:24.127Z[ recovery-image] May 08 21:23:23.283 INFO O| May 08 21:23:23.283 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82432025-05-08T21:23:24.127Z[ recovery-image] May 08 21:23:23.283 INFO O| May 08 21:23:23.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82442025-05-08T21:23:24.127Z[ recovery-image] May 08 21:23:23.283 INFO O| May 08 21:23:23.283 INFO STEP 49 (ensure_dir) COMPLETE
82452025-05-08T21:23:24.130Z[ recovery-image] May 08 21:23:23.283 INFO O| May 08 21:23:23.283 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82462025-05-08T21:23:24.144Z[ recovery-image] May 08 21:23:23.300 INFO O| May 08 21:23:23.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82472025-05-08T21:23:24.144Z[ recovery-image] May 08 21:23:23.300 INFO O| May 08 21:23:23.300 INFO copying /tmp/.tmpXwhXpH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82482025-05-08T21:23:26.084Z[ recovery-image] May 08 21:23:25.240 INFO O| May 08 21:23:25.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82492025-05-08T21:23:26.084Z[ recovery-image] May 08 21:23:25.240 INFO O| May 08 21:23:25.240 INFO ok!
82502025-05-08T21:23:26.084Z[ recovery-image] May 08 21:23:25.240 INFO O| May 08 21:23:25.240 INFO STEP 50 (ensure_file) COMPLETE
82512025-05-08T21:23:26.088Z[ recovery-image] May 08 21:23:25.240 INFO O| May 08 21:23:25.240 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82522025-05-08T21:23:26.104Z[ recovery-image] May 08 21:23:25.260 INFO O| May 08 21:23:25.260 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82532025-05-08T21:23:26.104Z[ recovery-image] May 08 21:23:25.260 INFO O| May 08 21:23:25.260 INFO copying /tmp/.tmpXwhXpH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82542025-05-08T21:23:28.070Z[ recovery-image] May 08 21:23:27.226 INFO O| May 08 21:23:27.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82552025-05-08T21:23:28.070Z[ recovery-image] May 08 21:23:27.226 INFO O| May 08 21:23:27.225 INFO ok!
82562025-05-08T21:23:28.073Z[ recovery-image] May 08 21:23:27.226 INFO O| May 08 21:23:27.226 INFO STEP 51 (ensure_file) COMPLETE
82572025-05-08T21:23:28.073Z[ recovery-image] May 08 21:23:27.226 INFO O| May 08 21:23:27.226 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82582025-05-08T21:23:28.092Z[ recovery-image] May 08 21:23:27.247 INFO O| May 08 21:23:27.247 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82592025-05-08T21:23:28.092Z[ recovery-image] May 08 21:23:27.248 INFO O| May 08 21:23:27.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82602025-05-08T21:23:28.092Z[ recovery-image] May 08 21:23:27.248 INFO O| May 08 21:23:27.248 INFO STEP 52 (ensure_dir) COMPLETE
82612025-05-08T21:23:28.092Z[ recovery-image] May 08 21:23:27.248 INFO O| May 08 21:23:27.248 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622025-05-08T21:23:28.127Z[ recovery-image] May 08 21:23:27.282 INFO O| May 08 21:23:27.282 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82632025-05-08T21:23:28.127Z[ recovery-image] May 08 21:23:27.283 INFO O| May 08 21:23:27.282 INFO copying /tmp/.tmpXwhXpH/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 ...
82642025-05-08T21:23:28.127Z[ recovery-image] May 08 21:23:27.283 INFO O| May 08 21:23:27.283 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
82652025-05-08T21:23:28.131Z[ recovery-image] May 08 21:23:27.283 INFO O| May 08 21:23:27.283 INFO ok!
82662025-05-08T21:23:28.131Z[ recovery-image] May 08 21:23:27.283 INFO O| May 08 21:23:27.283 INFO STEP 53 (ensure_file) COMPLETE
82672025-05-08T21:23:28.131Z[ recovery-image] May 08 21:23:27.283 INFO O| May 08 21:23:27.283 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682025-05-08T21:23:28.147Z[ recovery-image] May 08 21:23:27.302 INFO O| May 08 21:23:27.302 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82692025-05-08T21:23:28.147Z[ recovery-image] May 08 21:23:27.302 INFO O| May 08 21:23:27.302 INFO copying /tmp/.tmpXwhXpH/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 ...
82702025-05-08T21:23:28.147Z[ recovery-image] May 08 21:23:27.302 INFO O| May 08 21:23:27.302 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
82712025-05-08T21:23:28.147Z[ recovery-image] May 08 21:23:27.302 INFO O| May 08 21:23:27.302 INFO ok!
82722025-05-08T21:23:28.150Z[ recovery-image] May 08 21:23:27.302 INFO O| May 08 21:23:27.302 INFO STEP 54 (ensure_file) COMPLETE
82732025-05-08T21:23:28.150Z[ recovery-image] May 08 21:23:27.302 INFO O| May 08 21:23:27.302 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742025-05-08T21:23:28.179Z[ recovery-image] May 08 21:23:27.334 INFO O| May 08 21:23:27.334 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82752025-05-08T21:23:28.179Z[ recovery-image] May 08 21:23:27.335 INFO O| May 08 21:23:27.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82762025-05-08T21:23:28.183Z[ recovery-image] May 08 21:23:27.335 INFO O| May 08 21:23:27.335 INFO STEP 55 (ensure_dir) COMPLETE
82772025-05-08T21:23:28.183Z[ recovery-image] May 08 21:23:27.335 INFO O| May 08 21:23:27.335 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782025-05-08T21:23:28.200Z[ recovery-image] May 08 21:23:27.354 INFO O| May 08 21:23:27.354 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82792025-05-08T21:23:28.200Z[ recovery-image] May 08 21:23:27.354 INFO O| May 08 21:23:27.354 INFO copying /tmp/.tmpXwhXpH/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 ...
82802025-05-08T21:23:28.200Z[ recovery-image] May 08 21:23:27.354 INFO O| May 08 21:23:27.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82812025-05-08T21:23:28.200Z[ recovery-image] May 08 21:23:27.354 INFO O| May 08 21:23:27.354 INFO ok!
82822025-05-08T21:23:28.200Z[ recovery-image] May 08 21:23:27.354 INFO O| May 08 21:23:27.354 INFO STEP 56 (ensure_file) COMPLETE
82832025-05-08T21:23:28.200Z[ recovery-image] May 08 21:23:27.354 INFO O| May 08 21:23:27.354 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842025-05-08T21:23:28.244Z[ recovery-image] May 08 21:23:27.400 INFO O| May 08 21:23:27.400 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82852025-05-08T21:23:28.244Z[ recovery-image] May 08 21:23:27.400 INFO O| May 08 21:23:27.400 INFO copying /tmp/.tmpXwhXpH/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 ...
82862025-05-08T21:23:28.244Z[ recovery-image] May 08 21:23:27.400 INFO O| May 08 21:23:27.400 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
82872025-05-08T21:23:28.247Z[ recovery-image] May 08 21:23:27.400 INFO O| May 08 21:23:27.400 INFO ok!
82882025-05-08T21:23:28.247Z[ recovery-image] May 08 21:23:27.400 INFO O| May 08 21:23:27.400 INFO STEP 57 (ensure_file) COMPLETE
82892025-05-08T21:23:28.247Z[ recovery-image] May 08 21:23:27.400 INFO O| May 08 21:23:27.400 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82902025-05-08T21:23:28.266Z[ recovery-image] May 08 21:23:27.422 INFO O| May 08 21:23:27.422 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82912025-05-08T21:23:28.266Z[ recovery-image] May 08 21:23:27.422 INFO O| May 08 21:23:27.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82922025-05-08T21:23:28.266Z[ recovery-image] May 08 21:23:27.422 INFO O| May 08 21:23:27.422 INFO STEP 58 (ensure_dir) COMPLETE
82932025-05-08T21:23:28.270Z[ recovery-image] May 08 21:23:27.422 INFO O| May 08 21:23:27.422 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942025-05-08T21:23:28.323Z[ recovery-image] May 08 21:23:27.479 INFO O| May 08 21:23:27.479 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82952025-05-08T21:23:28.323Z[ recovery-image] May 08 21:23:27.479 INFO O| May 08 21:23:27.479 INFO copying /tmp/.tmpXwhXpH/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 ...
82962025-05-08T21:23:28.327Z[ recovery-image] May 08 21:23:27.479 INFO O| May 08 21:23:27.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82972025-05-08T21:23:28.327Z[ recovery-image] May 08 21:23:27.479 INFO O| May 08 21:23:27.479 INFO ok!
82982025-05-08T21:23:28.327Z[ recovery-image] May 08 21:23:27.479 INFO O| May 08 21:23:27.479 INFO STEP 59 (ensure_file) COMPLETE
82992025-05-08T21:23:28.327Z[ recovery-image] May 08 21:23:27.479 INFO O| May 08 21:23:27.479 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002025-05-08T21:23:28.359Z[ recovery-image] May 08 21:23:27.515 INFO O| May 08 21:23:27.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83012025-05-08T21:23:28.359Z[ recovery-image] May 08 21:23:27.515 INFO O| May 08 21:23:27.515 INFO copying /tmp/.tmpXwhXpH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83022025-05-08T21:23:28.359Z[ recovery-image] May 08 21:23:27.515 INFO O| May 08 21:23:27.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83032025-05-08T21:23:28.362Z[ recovery-image] May 08 21:23:27.515 INFO O| May 08 21:23:27.515 INFO ok!
83042025-05-08T21:23:28.363Z[ recovery-image] May 08 21:23:27.515 INFO O| May 08 21:23:27.515 INFO STEP 60 (ensure_file) COMPLETE
83052025-05-08T21:23:28.363Z[ recovery-image] May 08 21:23:27.515 INFO O| May 08 21:23:27.515 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83062025-05-08T21:23:28.392Z[ recovery-image] May 08 21:23:27.547 INFO O| May 08 21:23:27.547 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83072025-05-08T21:23:28.392Z[ recovery-image] May 08 21:23:27.547 INFO O| May 08 21:23:27.547 INFO STEP 61 (ensure_dir) COMPLETE
83082025-05-08T21:23:28.392Z[ recovery-image] May 08 21:23:27.547 INFO O| May 08 21:23:27.547 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092025-05-08T21:23:28.426Z[ recovery-image] May 08 21:23:27.581 INFO O| May 08 21:23:27.581 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83102025-05-08T21:23:28.426Z[ recovery-image] May 08 21:23:27.581 INFO O| May 08 21:23:27.581 INFO STEP 62 (ensure_dir) COMPLETE
83112025-05-08T21:23:28.426Z[ recovery-image] May 08 21:23:27.581 INFO O| May 08 21:23:27.581 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122025-05-08T21:23:28.449Z[ recovery-image] May 08 21:23:27.604 INFO O| May 08 21:23:27.604 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83132025-05-08T21:23:28.449Z[ recovery-image] May 08 21:23:27.604 INFO O| May 08 21:23:27.604 INFO STEP 63 (ensure_dir) COMPLETE
83142025-05-08T21:23:28.449Z[ recovery-image] May 08 21:23:27.604 INFO O| May 08 21:23:27.604 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152025-05-08T21:23:28.489Z[ recovery-image] May 08 21:23:27.644 INFO O| May 08 21:23:27.644 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83162025-05-08T21:23:28.489Z[ recovery-image] May 08 21:23:27.644 INFO O| May 08 21:23:27.644 INFO STEP 64 (ensure_dir) COMPLETE
83172025-05-08T21:23:28.489Z[ recovery-image] May 08 21:23:27.644 INFO O| May 08 21:23:27.644 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83182025-05-08T21:23:28.514Z[ recovery-image] May 08 21:23:27.669 INFO O| May 08 21:23:27.669 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83192025-05-08T21:23:28.514Z[ recovery-image] May 08 21:23:27.669 INFO O| May 08 21:23:27.669 INFO copying /tmp/.tmpXwhXpH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83202025-05-08T21:23:28.514Z[ recovery-image] May 08 21:23:27.669 INFO O| May 08 21:23:27.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83212025-05-08T21:23:28.514Z[ recovery-image] May 08 21:23:27.669 INFO O| May 08 21:23:27.669 INFO ok!
83222025-05-08T21:23:28.517Z[ recovery-image] May 08 21:23:27.669 INFO O| May 08 21:23:27.669 INFO STEP 65 (ensure_file) COMPLETE
83232025-05-08T21:23:28.517Z[ recovery-image] May 08 21:23:27.669 INFO O| May 08 21:23:27.669 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83242025-05-08T21:23:28.536Z[ recovery-image] May 08 21:23:27.691 INFO O| May 08 21:23:27.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83252025-05-08T21:23:28.539Z[ recovery-image] May 08 21:23:27.692 INFO O| May 08 21:23:27.692 INFO STEP 66 (remove_files) COMPLETE
83262025-05-08T21:23:28.539Z[ recovery-image] May 08 21:23:27.692 INFO O| May 08 21:23:27.692 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83272025-05-08T21:23:28.611Z[ recovery-image] May 08 21:23:27.767 INFO O| May 08 21:23:27.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83282025-05-08T21:23:28.615Z[ recovery-image] May 08 21:23:27.767 INFO O| May 08 21:23:27.767 INFO STEP 67 (remove_files) COMPLETE
83292025-05-08T21:23:28.615Z[ recovery-image] May 08 21:23:27.767 INFO O| May 08 21:23:27.767 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83302025-05-08T21:23:28.632Z[ recovery-image] May 08 21:23:27.787 INFO O| May 08 21:23:27.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83312025-05-08T21:23:28.635Z[ recovery-image] May 08 21:23:27.787 INFO O| May 08 21:23:27.787 INFO STEP 68 (remove_files) COMPLETE
83322025-05-08T21:23:28.636Z[ recovery-image] May 08 21:23:27.788 INFO O| May 08 21:23:27.787 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83332025-05-08T21:23:28.654Z[ recovery-image] May 08 21:23:27.809 INFO O| May 08 21:23:27.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83342025-05-08T21:23:28.657Z[ recovery-image] May 08 21:23:27.809 INFO O| May 08 21:23:27.809 INFO STEP 69 (remove_files) COMPLETE
83352025-05-08T21:23:28.657Z[ recovery-image] May 08 21:23:27.809 INFO O| May 08 21:23:27.809 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83362025-05-08T21:23:28.695Z[ recovery-image] May 08 21:23:27.850 INFO O| May 08 21:23:27.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83372025-05-08T21:23:28.698Z[ recovery-image] May 08 21:23:27.850 INFO O| May 08 21:23:27.850 INFO STEP 70 (remove_files) COMPLETE
83382025-05-08T21:23:28.698Z[ recovery-image] May 08 21:23:27.851 INFO O| May 08 21:23:27.850 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83392025-05-08T21:23:28.716Z[ recovery-image] May 08 21:23:27.872 INFO O| May 08 21:23:27.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83402025-05-08T21:23:28.720Z[ recovery-image] May 08 21:23:27.872 INFO O| May 08 21:23:27.872 INFO STEP 71 (remove_files) COMPLETE
83412025-05-08T21:23:28.720Z[ recovery-image] May 08 21:23:27.872 INFO O| May 08 21:23:27.872 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83422025-05-08T21:23:28.761Z[ recovery-image] May 08 21:23:27.916 INFO O| May 08 21:23:27.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83432025-05-08T21:23:28.765Z[ recovery-image] May 08 21:23:27.916 INFO O| May 08 21:23:27.916 INFO STEP 72 (remove_files) COMPLETE
83442025-05-08T21:23:28.765Z[ recovery-image] May 08 21:23:27.917 INFO O| May 08 21:23:27.916 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83452025-05-08T21:23:28.799Z[ recovery-image] May 08 21:23:27.955 INFO O| May 08 21:23:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83462025-05-08T21:23:28.800Z[ recovery-image] May 08 21:23:27.955 INFO O| May 08 21:23:27.955 INFO STEP 73 (remove_files) COMPLETE
83472025-05-08T21:23:28.803Z[ recovery-image] May 08 21:23:27.955 INFO O| May 08 21:23:27.955 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83482025-05-08T21:23:28.833Z[ recovery-image] May 08 21:23:27.988 INFO O| May 08 21:23:27.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83492025-05-08T21:23:28.833Z[ recovery-image] May 08 21:23:27.988 INFO O| May 08 21:23:27.988 INFO STEP 74 (remove_files) COMPLETE
83502025-05-08T21:23:28.837Z[ recovery-image] May 08 21:23:27.988 INFO O| May 08 21:23:27.988 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83512025-05-08T21:23:28.856Z[ recovery-image] May 08 21:23:28.012 INFO O| May 08 21:23:28.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83522025-05-08T21:23:28.860Z[ recovery-image] May 08 21:23:28.012 INFO O| May 08 21:23:28.012 INFO STEP 75 (remove_files) COMPLETE
83532025-05-08T21:23:28.860Z[ recovery-image] May 08 21:23:28.012 INFO O| May 08 21:23:28.012 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83542025-05-08T21:23:28.877Z[ recovery-image] May 08 21:23:28.033 INFO O| May 08 21:23:28.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83552025-05-08T21:23:28.881Z[ recovery-image] May 08 21:23:28.033 INFO O| May 08 21:23:28.033 INFO STEP 76 (remove_files) COMPLETE
83562025-05-08T21:23:28.881Z[ recovery-image] May 08 21:23:28.033 INFO O| May 08 21:23:28.033 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83572025-05-08T21:23:28.899Z[ recovery-image] May 08 21:23:28.055 INFO O| May 08 21:23:28.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83582025-05-08T21:23:28.903Z[ recovery-image] May 08 21:23:28.055 INFO O| May 08 21:23:28.055 INFO STEP 77 (remove_files) COMPLETE
83592025-05-08T21:23:28.903Z[ recovery-image] May 08 21:23:28.055 INFO O| May 08 21:23:28.055 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83602025-05-08T21:23:28.937Z[ recovery-image] May 08 21:23:28.093 INFO O| May 08 21:23:28.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83612025-05-08T21:23:28.937Z[ recovery-image] May 08 21:23:28.093 INFO O| May 08 21:23:28.093 INFO STEP 78 (remove_files) COMPLETE
83622025-05-08T21:23:28.937Z[ recovery-image] May 08 21:23:28.093 INFO O| May 08 21:23:28.093 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83632025-05-08T21:23:28.966Z[ recovery-image] May 08 21:23:28.122 INFO O| May 08 21:23:28.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83642025-05-08T21:23:28.966Z[ recovery-image] May 08 21:23:28.122 INFO O| May 08 21:23:28.122 INFO STEP 79 (remove_files) COMPLETE
83652025-05-08T21:23:28.966Z[ recovery-image] May 08 21:23:28.122 INFO O| May 08 21:23:28.122 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662025-05-08T21:23:28.987Z[ recovery-image] May 08 21:23:28.142 INFO O| May 08 21:23:28.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83672025-05-08T21:23:28.988Z[ recovery-image] May 08 21:23:28.142 INFO O| May 08 21:23:28.142 INFO STEP 80 (remove_files) COMPLETE
83682025-05-08T21:23:28.988Z[ recovery-image] May 08 21:23:28.142 INFO O| May 08 21:23:28.142 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692025-05-08T21:23:29.009Z[ recovery-image] May 08 21:23:28.165 INFO O| May 08 21:23:28.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83702025-05-08T21:23:29.013Z[ recovery-image] May 08 21:23:28.165 INFO O| May 08 21:23:28.165 INFO STEP 81 (remove_files) COMPLETE
83712025-05-08T21:23:29.013Z[ recovery-image] May 08 21:23:28.165 INFO O| May 08 21:23:28.165 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722025-05-08T21:23:29.048Z[ recovery-image] May 08 21:23:28.204 INFO O| May 08 21:23:28.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83732025-05-08T21:23:29.049Z[ recovery-image] May 08 21:23:28.204 INFO O| May 08 21:23:28.204 INFO STEP 82 (remove_files) COMPLETE
83742025-05-08T21:23:29.049Z[ recovery-image] May 08 21:23:28.204 INFO O| May 08 21:23:28.204 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752025-05-08T21:23:29.069Z[ recovery-image] May 08 21:23:28.224 INFO O| May 08 21:23:28.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83762025-05-08T21:23:29.069Z[ recovery-image] May 08 21:23:28.224 INFO O| May 08 21:23:28.224 INFO STEP 83 (remove_files) COMPLETE
83772025-05-08T21:23:29.069Z[ recovery-image] May 08 21:23:28.224 INFO O| May 08 21:23:28.224 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782025-05-08T21:23:29.088Z[ recovery-image] May 08 21:23:28.244 INFO O| May 08 21:23:28.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83792025-05-08T21:23:29.088Z[ recovery-image] May 08 21:23:28.244 INFO O| May 08 21:23:28.244 INFO STEP 84 (remove_files) COMPLETE
83802025-05-08T21:23:29.088Z[ recovery-image] May 08 21:23:28.244 INFO O| May 08 21:23:28.244 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812025-05-08T21:23:29.107Z[ recovery-image] May 08 21:23:28.263 INFO O| May 08 21:23:28.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83822025-05-08T21:23:29.107Z[ recovery-image] May 08 21:23:28.263 INFO O| May 08 21:23:28.263 INFO STEP 85 (remove_files) COMPLETE
83832025-05-08T21:23:29.111Z[ recovery-image] May 08 21:23:28.263 INFO O| May 08 21:23:28.263 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842025-05-08T21:23:29.130Z[ recovery-image] May 08 21:23:28.285 INFO O| May 08 21:23:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83852025-05-08T21:23:29.130Z[ recovery-image] May 08 21:23:28.285 INFO O| May 08 21:23:28.285 INFO STEP 86 (remove_files) COMPLETE
83862025-05-08T21:23:29.133Z[ recovery-image] May 08 21:23:28.286 INFO O| May 08 21:23:28.286 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872025-05-08T21:23:29.153Z[ recovery-image] May 08 21:23:28.308 INFO O| May 08 21:23:28.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83882025-05-08T21:23:29.153Z[ recovery-image] May 08 21:23:28.308 INFO O| May 08 21:23:28.308 INFO STEP 87 (remove_files) COMPLETE
83892025-05-08T21:23:29.156Z[ recovery-image] May 08 21:23:28.308 INFO O| May 08 21:23:28.308 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902025-05-08T21:23:29.188Z[ recovery-image] May 08 21:23:28.344 INFO O| May 08 21:23:28.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83912025-05-08T21:23:29.189Z[ recovery-image] May 08 21:23:28.344 INFO O| May 08 21:23:28.344 INFO STEP 88 (remove_files) COMPLETE
83922025-05-08T21:23:29.189Z[ recovery-image] May 08 21:23:28.344 INFO O| May 08 21:23:28.344 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932025-05-08T21:23:29.211Z[ recovery-image] May 08 21:23:28.367 INFO O| May 08 21:23:28.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83942025-05-08T21:23:29.211Z[ recovery-image] May 08 21:23:28.367 INFO O| May 08 21:23:28.367 INFO STEP 89 (remove_files) COMPLETE
83952025-05-08T21:23:29.211Z[ recovery-image] May 08 21:23:28.367 INFO O| May 08 21:23:28.367 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962025-05-08T21:23:29.248Z[ recovery-image] May 08 21:23:28.403 INFO O| May 08 21:23:28.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83972025-05-08T21:23:29.251Z[ recovery-image] May 08 21:23:28.403 INFO O| May 08 21:23:28.403 INFO STEP 90 (remove_files) COMPLETE
83982025-05-08T21:23:29.251Z[ recovery-image] May 08 21:23:28.403 INFO O| May 08 21:23:28.403 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992025-05-08T21:23:29.285Z[ recovery-image] May 08 21:23:28.440 INFO O| May 08 21:23:28.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84002025-05-08T21:23:29.285Z[ recovery-image] May 08 21:23:28.441 INFO O| May 08 21:23:28.440 INFO STEP 91 (remove_files) COMPLETE
84012025-05-08T21:23:29.289Z[ recovery-image] May 08 21:23:28.441 INFO O| May 08 21:23:28.441 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84022025-05-08T21:23:29.328Z[ recovery-image] May 08 21:23:28.483 INFO O| May 08 21:23:28.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84032025-05-08T21:23:29.328Z[ recovery-image] May 08 21:23:28.483 INFO O| May 08 21:23:28.483 INFO STEP 92 (remove_files) COMPLETE
84042025-05-08T21:23:29.328Z[ recovery-image] May 08 21:23:28.483 INFO O| May 08 21:23:28.483 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84052025-05-08T21:23:29.352Z[ recovery-image] May 08 21:23:28.508 INFO O| May 08 21:23:28.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84062025-05-08T21:23:29.353Z[ recovery-image] May 08 21:23:28.508 INFO O| May 08 21:23:28.508 INFO STEP 93 (remove_files) COMPLETE
84072025-05-08T21:23:29.353Z[ recovery-image] May 08 21:23:28.508 INFO O| May 08 21:23:28.508 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84082025-05-08T21:23:29.396Z[ recovery-image] May 08 21:23:28.551 INFO O| May 08 21:23:28.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84092025-05-08T21:23:29.396Z[ recovery-image] May 08 21:23:28.551 INFO O| May 08 21:23:28.551 INFO STEP 94 (remove_files) COMPLETE
84102025-05-08T21:23:29.396Z[ recovery-image] May 08 21:23:28.551 INFO O| May 08 21:23:28.551 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84112025-05-08T21:23:29.446Z[ recovery-image] May 08 21:23:28.601 INFO O| May 08 21:23:28.601 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84122025-05-08T21:23:29.450Z[ recovery-image] May 08 21:23:28.602 INFO O| May 08 21:23:28.601 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"}
84132025-05-08T21:23:39.937Z[ recovery-image] May 08 21:23:39.092 INFO O| May 08 21:23:39.091 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
84142025-05-08T21:23:39.937Z[ recovery-image] May 08 21:23:39.092 INFO O| May 08 21:23:39.092 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84152025-05-08T21:23:39.969Z[ recovery-image] May 08 21:23:39.123 INFO O| May 08 21:23:39.123 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
84162025-05-08T21:23:40.299Z[ recovery-image] May 08 21:23:39.451 INFO O| May 08 21:23:39.451 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84172025-05-08T21:23:40.439Z[ recovery-image] May 08 21:23:39.593 INFO O| May 08 21:23:39.593 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84182025-05-08T21:23:40.642Z[ recovery-image] May 08 21:23:39.796 INFO O| May 08 21:23:39.796 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84192025-05-08T21:23:40.645Z[ recovery-image] May 08 21:23:39.796 INFO O| May 08 21:23:39.796 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 ...
84202025-05-08T21:23:40.645Z[ recovery-image] May 08 21:23:39.799 INFO O| May 08 21:23:39.799 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84212025-05-08T21:23:40.645Z[ recovery-image] May 08 21:23:39.799 INFO O| May 08 21:23:39.799 INFO ok!
84222025-05-08T21:23:40.645Z[ recovery-image] May 08 21:23:39.799 INFO O| May 08 21:23:39.799 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84232025-05-08T21:23:40.645Z[ recovery-image] May 08 21:23:39.799 INFO O| May 08 21:23:39.799 INFO STEP 95 (seed_smf) COMPLETE
84242025-05-08T21:23:40.645Z[ recovery-image] May 08 21:23:39.799 INFO O| May 08 21:23:39.799 INFO steps complete; finalising image!
84252025-05-08T21:23:40.646Z[ recovery-image] May 08 21:23:39.799 INFO O| May 08 21:23:39.799 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84262025-05-08T21:23:40.724Z[ recovery-image] May 08 21:23:39.878 INFO O| May 08 21:23:39.878 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu May 8 21:23:39 2025)
84272025-05-08T21:23:40.942Z[ recovery-image] May 08 21:23:40.096 INFO O| May 08 21:23:40.096 INFO trim TEMPORARY-gimlet-zfs-recovery: (26% trimmed, started at Thu May 8 21:23:39 2025)
84282025-05-08T21:23:41.152Z[ recovery-image] May 08 21:23:40.306 INFO O| May 08 21:23:40.306 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Thu May 8 21:23:39 2025)
84292025-05-08T21:23:41.363Z[ recovery-image] May 08 21:23:40.517 INFO O| May 08 21:23:40.517 INFO trim TEMPORARY-gimlet-zfs-recovery: (94% trimmed, started at Thu May 8 21:23:39 2025)
84302025-05-08T21:23:41.621Z[ recovery-image] May 08 21:23:40.775 INFO O| May 08 21:23:40.774 INFO temporary pool has 449M used, 1.31G avail, 1.00x compressratio
84312025-05-08T21:23:41.624Z[ recovery-image] May 08 21:23:40.775 INFO O| May 08 21:23:40.775 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84322025-05-08T21:23:42.200Z[ recovery-image] May 08 21:23:41.354 INFO O| May 08 21:23:41.354 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
84332025-05-08T21:23:42.201Z[ recovery-image] May 08 21:23:41.354 INFO O| May 08 21:23:41.354 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84342025-05-08T21:23:47.460Z[ recovery-image] May 08 21:23:46.613 INFO O| May 08 21:23:46.613 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84352025-05-08T21:23:47.460Z[ recovery-image] May 08 21:23:46.613 INFO O| May 08 21:23:46.613 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84362025-05-08T21:23:47.464Z[ recovery-image] May 08 21:23:46.613 INFO O| May 08 21:23:46.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84372025-05-08T21:23:47.464Z[ recovery-image] May 08 21:23:46.614 INFO O| May 08 21:23:46.613 INFO completed processing gimlet/zfs-recovery
84382025-05-08T21:23:47.464Z[ recovery-image] May 08 21:23:46.614 INFO O| May 08 21:23:46.613 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84392025-05-08T21:23:48.321Z[ recovery-image] May 08 21:23:47.475 INFO O| May 08 21:23:47.474 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84402025-05-08T21:23:48.432Z[ recovery-image] May 08 21:23:47.585 INFO BUILD STRING "heads/stlouis-0-g47b4405f94\n"
84412025-05-08T21:23:48.435Z[ recovery-image] May 08 21:23:47.586 INFO expanded image name: "recovery 61b4a92/${os_short_commit} 2025-05-08 20:48" -> "recovery 61b4a92/47b4405 2025-05-08 20:48"
84422025-05-08T21:23:48.435Z[ recovery-image] May 08 21:23:47.587 INFO output artefacts stored in: "/work/os-recovery"
84432025-05-08T21:23:48.435Z[ recovery-image] May 08 21:23:47.587 INFO collecting git info from project "amd-host-image-builder"...
84442025-05-08T21:23:48.553Z[ recovery-image] May 08 21:23:47.706 INFO collecting git info from project "pilot"...
84452025-05-08T21:23:48.621Z[ recovery-image] May 08 21:23:47.774 INFO collecting git info from project "image-builder"...
84462025-05-08T21:23:48.644Z[ recovery-image] May 08 21:23:47.798 INFO collecting git info from project "chelsio-t6-roms"...
84472025-05-08T21:23:48.691Z[ recovery-image] May 08 21:23:47.843 INFO collecting git info from project "phbl"...
84482025-05-08T21:23:48.706Z[ recovery-image] May 08 21:23:47.860 INFO collecting git info from project "bootserver"...
84492025-05-08T21:23:48.728Z[ recovery-image] May 08 21:23:47.881 INFO collecting git info from project "pinprick"...
84502025-05-08T21:23:48.754Z[ recovery-image] May 08 21:23:47.907 INFO collecting git info from project "amd-firmware"...
84512025-05-08T21:23:49.291Z[ recovery-image] May 08 21:23:48.444 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84522025-05-08T21:23:50.141Z[ recovery-image] May 08 21:23:49.295 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84532025-05-08T21:23:50.861Z[ recovery-image] May 08 21:23:50.014 INFO creating Oxide boot image...
84542025-05-08T21:23:50.861Z[ recovery-image] May 08 21:23:50.014 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 61b4a92/47b4405 2025-05-08 20:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84552025-05-08T21:24:26.422Z[ host-image] May 08 21:24:25.571 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23373:20250502T150025Z
84562025-05-08T21:24:26.422Z[ host-image] May 08 21:24:25.572 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23373:20250502T150025Z
84572025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.572 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84582025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.572 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84592025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.572 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84602025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.572 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84612025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.573 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84622025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.574 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84632025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.574 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84642025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.574 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84652025-05-08T21:24:26.425Z[ host-image] May 08 21:24:25.574 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23373:20250502T150026Z
84662025-05-08T21:24:26.429Z[ host-image] May 08 21:24:25.576 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23373:20250502T150026Z
84672025-05-08T21:24:26.429Z[ host-image] May 08 21:24:25.577 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23373:20250502T150027Z
84682025-05-08T21:24:26.429Z[ host-image] May 08 21:24:25.578 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23373:20250502T150027Z
84692025-05-08T21:24:26.429Z[ host-image] May 08 21:24:25.578 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84702025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.579 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23373:20250502T150027Z
84712025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.580 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23373:20250502T150027Z
84722025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.580 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23373:20250502T150027Z
84732025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.580 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23373:20250502T150027Z
84742025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.580 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23373:20250502T150028Z
84752025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.580 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23373:20250502T150028Z
84762025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.581 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23373:20250502T150028Z
84772025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.581 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23373:20250502T150029Z
84782025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.581 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23373:20250502T150030Z
84792025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.581 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23373:20250502T150030Z
84802025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23373:20250502T150031Z
84812025-05-08T21:24:26.432Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23373:20250502T150031Z
84822025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23373:20250502T150032Z
84832025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23373:20250502T150033Z
84842025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/network/opte@0.35.361:20250429T121234Z
84852025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23373:20250502T150034Z
84862025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23373:20250502T150037Z
84872025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.582 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23373:20250502T150037Z
84882025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.583 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23373:20250502T150038Z
84892025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.584 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23373:20250502T150039Z
84902025-05-08T21:24:26.436Z[ host-image] May 08 21:24:25.584 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23373:20250502T150040Z
84912025-05-08T21:24:26.447Z[ host-image] May 08 21:24:25.597 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
84922025-05-08T21:24:26.447Z[ host-image] May 08 21:24:25.597 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23373:20250502T150040Z
84932025-05-08T21:24:26.450Z[ host-image] May 08 21:24:25.597 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
84942025-05-08T21:24:26.451Z[ host-image] May 08 21:24:25.598 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
84952025-05-08T21:24:26.451Z[ host-image] May 08 21:24:25.598 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
84962025-05-08T21:24:26.451Z[ host-image] May 08 21:24:25.599 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23373:20250502T150040Z
84972025-05-08T21:24:26.451Z[ host-image] May 08 21:24:25.599 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
84982025-05-08T21:24:26.451Z[ host-image] May 08 21:24:25.599 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84992025-05-08T21:24:26.454Z[ host-image] May 08 21:24:25.601 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85002025-05-08T21:24:26.454Z[ host-image] May 08 21:24:25.601 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85012025-05-08T21:24:26.467Z[ host-image] May 08 21:24:25.617 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85022025-05-08T21:24:26.467Z[ host-image] May 08 21:24:25.617 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85032025-05-08T21:24:26.467Z[ host-image] May 08 21:24:25.617 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85042025-05-08T21:24:26.471Z[ host-image] May 08 21:24:25.618 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85052025-05-08T21:24:26.471Z[ host-image] May 08 21:24:25.619 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85062025-05-08T21:24:26.471Z[ host-image] May 08 21:24:25.619 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85072025-05-08T21:24:26.540Z[ host-image] May 08 21:24:25.689 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
85082025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.690 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85092025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.690 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85102025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.691 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23373:20250502T150042Z
85112025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.692 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23373:20250502T150047Z
85122025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.692 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85132025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.692 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23373:20250502T150048Z
85142025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.693 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
85152025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.693 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
85162025-05-08T21:24:26.543Z[ host-image] May 08 21:24:25.693 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
85172025-05-08T21:24:26.547Z[ host-image] May 08 21:24:25.693 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85182025-05-08T21:24:26.547Z[ host-image] May 08 21:24:25.693 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23373:20250502T150048Z
85192025-05-08T21:24:26.547Z[ host-image] May 08 21:24:25.693 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85202025-05-08T21:24:26.550Z[ host-image] May 08 21:24:25.700 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85212025-05-08T21:24:26.550Z[ host-image] May 08 21:24:25.700 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85222025-05-08T21:24:26.550Z[ host-image] May 08 21:24:25.700 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85232025-05-08T21:24:26.554Z[ host-image] May 08 21:24:25.701 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23373:20250502T150048Z
85242025-05-08T21:24:26.554Z[ host-image] May 08 21:24:25.701 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85252025-05-08T21:24:26.578Z[ host-image] May 08 21:24:25.728 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85262025-05-08T21:24:26.582Z[ host-image] May 08 21:24:25.728 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23373:20250502T150049Z
85272025-05-08T21:24:26.582Z[ host-image] May 08 21:24:25.731 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23373:20250502T150049Z
85282025-05-08T21:24:26.582Z[ host-image] May 08 21:24:25.731 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23373:20250502T150049Z
85292025-05-08T21:24:26.585Z[ host-image] May 08 21:24:25.732 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
85302025-05-08T21:24:26.585Z[ host-image] May 08 21:24:25.732 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23373:20250502T150051Z
85312025-05-08T21:24:26.585Z[ host-image] May 08 21:24:25.733 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23373:20250502T150051Z
85322025-05-08T21:24:26.585Z[ host-image] May 08 21:24:25.733 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23373:20250502T150051Z
85332025-05-08T21:24:26.585Z[ host-image] May 08 21:24:25.734 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23373:20250502T150051Z
85342025-05-08T21:24:26.589Z[ host-image] May 08 21:24:25.739 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85352025-05-08T21:24:26.592Z[ host-image] May 08 21:24:25.739 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23373:20250502T150052Z
85362025-05-08T21:24:26.592Z[ host-image] May 08 21:24:25.740 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23373:20250502T150053Z
85372025-05-08T21:24:26.592Z[ host-image] May 08 21:24:25.740 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85382025-05-08T21:24:26.592Z[ host-image] May 08 21:24:25.741 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23373:20250502T150053Z
85392025-05-08T21:24:26.592Z[ host-image] May 08 21:24:25.741 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23373:20250502T150053Z
85402025-05-08T21:24:26.592Z[ host-image] May 08 21:24:25.741 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23373:20250502T150053Z
85412025-05-08T21:24:26.595Z[ host-image] May 08 21:24:25.742 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23373:20250502T150053Z
85422025-05-08T21:24:26.605Z[ host-image] May 08 21:24:25.754 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23373:20250502T150054Z
85432025-05-08T21:24:26.605Z[ host-image] May 08 21:24:25.754 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85442025-05-08T21:24:26.608Z[ host-image] May 08 21:24:25.757 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23373:20250502T150054Z
85452025-05-08T21:24:26.611Z[ host-image] May 08 21:24:25.759 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23373:20250502T150054Z
85462025-05-08T21:24:26.611Z[ host-image] May 08 21:24:25.760 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23373:20250502T150054Z
85472025-05-08T21:24:26.611Z[ host-image] May 08 21:24:25.760 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23373:20250502T150054Z
85482025-05-08T21:24:26.614Z[ host-image] May 08 21:24:25.761 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23373:20250502T150054Z
85492025-05-08T21:24:26.614Z[ host-image] May 08 21:24:25.761 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23373:20250502T150055Z
85502025-05-08T21:24:26.627Z[ host-image] May 08 21:24:25.777 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23373:20250502T150056Z
85512025-05-08T21:24:26.630Z[ host-image] May 08 21:24:25.777 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23373:20250502T150055Z
85522025-05-08T21:24:26.631Z[ host-image] May 08 21:24:25.778 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23373:20250502T150055Z
85532025-05-08T21:24:26.631Z[ host-image] May 08 21:24:25.780 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23373:20250502T150056Z
85542025-05-08T21:24:26.631Z[ host-image] May 08 21:24:25.780 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23373:20250502T150056Z
85552025-05-08T21:24:26.688Z[ host-image] May 08 21:24:25.838 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23373:20250502T150059Z
85562025-05-08T21:24:26.688Z[ host-image] May 08 21:24:25.838 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23373:20250502T150056Z
85572025-05-08T21:24:26.691Z[ host-image] May 08 21:24:25.838 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23373:20250502T150056Z
85582025-05-08T21:24:26.691Z[ host-image] May 08 21:24:25.838 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85592025-05-08T21:24:26.691Z[ host-image] May 08 21:24:25.839 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85602025-05-08T21:24:26.733Z[ host-image] May 08 21:24:25.882 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23373:20250502T150056Z
85612025-05-08T21:24:26.736Z[ host-image] May 08 21:24:25.883 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85622025-05-08T21:24:26.736Z[ host-image] May 08 21:24:25.883 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23373:20250502T150057Z
85632025-05-08T21:24:26.736Z[ host-image] May 08 21:24:25.883 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23373:20250502T150057Z
85642025-05-08T21:24:26.736Z[ host-image] May 08 21:24:25.885 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23373:20250502T150057Z
85652025-05-08T21:24:26.736Z[ host-image] May 08 21:24:25.885 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85662025-05-08T21:24:26.739Z[ host-image] May 08 21:24:25.886 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85672025-05-08T21:24:26.739Z[ host-image] May 08 21:24:25.887 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23373:20250502T150058Z
85682025-05-08T21:24:26.739Z[ host-image] May 08 21:24:25.887 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23373:20250502T150058Z
85692025-05-08T21:24:26.739Z[ host-image] May 08 21:24:25.887 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23373:20250502T150058Z
85702025-05-08T21:24:26.739Z[ host-image] May 08 21:24:25.888 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23373:20250502T150058Z
85712025-05-08T21:24:26.739Z[ host-image] May 08 21:24:25.888 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23373:20250502T150059Z
85722025-05-08T21:24:26.739Z[ host-image] May 08 21:24:25.889 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23373:20250502T150059Z
85732025-05-08T21:24:26.743Z[ host-image] May 08 21:24:25.893 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85742025-05-08T21:24:26.746Z[ host-image] May 08 21:24:25.893 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23373:20250502T150100Z
85752025-05-08T21:24:26.746Z[ host-image] May 08 21:24:25.896 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23373:20250502T150100Z
85762025-05-08T21:24:26.746Z[ host-image] May 08 21:24:25.896 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250327-2.0.23373:20250502T150100Z
85772025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.896 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23373:20250502T150101Z
85782025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.897 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23373:20250502T150100Z
85792025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.897 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23373:20250502T150101Z
85802025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.897 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85812025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.897 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85822025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.898 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23373:20250502T150103Z
85832025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.899 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23373:20250502T150103Z
85842025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.899 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85852025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.899 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85862025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.899 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
85872025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.899 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
85882025-05-08T21:24:26.749Z[ host-image] May 08 21:24:25.899 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
85892025-05-08T21:24:26.753Z[ host-image] May 08 21:24:25.901 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
85902025-05-08T21:24:26.753Z[ host-image] May 08 21:24:25.902 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
85912025-05-08T21:24:26.756Z[ host-image] May 08 21:24:25.903 INFO O| tempdir @ "/tmp/.tmpZYcGwO/tmp"
85922025-05-08T21:24:26.756Z[ host-image] May 08 21:24:25.903 INFO O| image root @ "/tmp/.tmpZYcGwO/tmp/root"
85932025-05-08T21:24:26.756Z[ host-image] May 08 21:24:25.903 INFO O| creating image...
85942025-05-08T21:24:27.783Z[ host-image] May 08 21:24:26.932 INFO O| copying publishers...
85952025-05-08T21:24:55.250Z[ host-image] May 08 21:24:54.396 INFO O| adding properties...
85962025-05-08T21:24:57.397Z[ host-image] May 08 21:24:56.543 INFO O| installing packages...
85972025-05-08T21:25:04.102Z[ recovery-image] May 08 21:25:03.248 INFO O| ok, image written!
85982025-05-08T21:25:04.105Z[ recovery-image] May 08 21:25:03.248 INFO O| ok, boot_image_csum file written!
85992025-05-08T21:25:04.109Z[ recovery-image] May 08 21:25:03.255 INFO creating boot archive (CPIO)...
86002025-05-08T21:25:04.109Z[ recovery-image] May 08 21:25:03.256 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
86012025-05-08T21:25:04.128Z[ recovery-image] May 08 21:25:03.274 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86022025-05-08T21:25:04.135Z[ recovery-image] May 08 21:25:03.281 INFO E| + outfile=/work/os-recovery/cpio
86032025-05-08T21:25:04.135Z[ recovery-image] May 08 21:25:03.281 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86042025-05-08T21:25:04.140Z[ recovery-image] May 08 21:25:03.286 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86052025-05-08T21:25:04.143Z[ recovery-image] May 08 21:25:03.286 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86062025-05-08T21:25:04.196Z[ recovery-image] May 08 21:25:03.342 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86072025-05-08T21:25:04.199Z[ recovery-image] May 08 21:25:03.342 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86082025-05-08T21:25:04.208Z[ recovery-image] May 08 21:25:03.354 INFO creating compressed cpio/unix for nanobl-rs...
86092025-05-08T21:25:04.208Z[ recovery-image] May 08 21:25:03.354 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
86102025-05-08T21:25:04.657Z[ recovery-image] May 08 21:25:03.803 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86112025-05-08T21:25:11.453Z[ recovery-image] May 08 21:25:10.598 INFO creating reset image...
86122025-05-08T21:25:11.453Z[ recovery-image] May 08 21:25:10.598 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
86132025-05-08T21:25:31.414Z[ host-image] May 08 21:25:30.557 INFO O| seeding SMF database...
86142025-05-08T21:25:45.159Z[ host-image] May 08 21:25:44.300 INFO O| configuring SMF profile...
86152025-05-08T21:25:45.165Z[ host-image] May 08 21:25:44.301 INFO O| modifying shadow(5)...
86162025-05-08T21:25:45.165Z[ host-image] May 08 21:25:44.301 INFO O| loading user and group database...
86172025-05-08T21:25:45.165Z[ host-image] May 08 21:25:44.301 INFO O| assessing packaged files...
86182025-05-08T21:25:50.798Z[ host-image] May 08 21:25:49.938 INFO O| creating archive...
86192025-05-08T21:25:50.898Z[ host-image] May 08 21:25:50.038 INFO O| missing from packaging:
86202025-05-08T21:25:50.898Z[ host-image] May 08 21:25:50.038 INFO O| "etc/.pwd.lock"
86212025-05-08T21:25:50.898Z[ host-image] May 08 21:25:50.038 INFO O| "etc/bash"
86222025-05-08T21:25:50.906Z[ host-image] May 08 21:25:50.048 INFO O| "etc/svc/profile/generic.xml"
86232025-05-08T21:25:50.910Z[ host-image] May 08 21:25:50.048 INFO O| "etc/svc/profile/inetd_services.xml"
86242025-05-08T21:25:50.910Z[ host-image] May 08 21:25:50.048 INFO O| "etc/svc/profile/name_service.xml"
86252025-05-08T21:25:50.910Z[ host-image] May 08 21:25:50.048 INFO O| "etc/svc/profile/platform.xml"
86262025-05-08T21:25:50.910Z[ host-image] May 08 21:25:50.048 INFO O| "etc/svc/profile/platform_omicron1.xml"
86272025-05-08T21:25:50.910Z[ host-image] May 08 21:25:50.048 INFO O| "etc/svc/repository.db"
86282025-05-08T21:25:50.947Z[ host-image] May 08 21:25:50.088 INFO O| "opt/ooce/share"
86292025-05-08T21:25:50.947Z[ host-image] May 08 21:25:50.088 INFO O| "opt/ooce/share/man"
86302025-05-08T21:25:50.951Z[ host-image] May 08 21:25:50.088 INFO O| "opt/ooce/share/man/man1"
86312025-05-08T21:25:50.961Z[ host-image] May 08 21:25:50.102 INFO O| finishing archive...
86322025-05-08T21:25:55.822Z[ host-image] May 08 21:25:54.962 INFO O| creating gzonly manifest...
86332025-05-08T21:25:55.839Z[ host-image] May 08 21:25:54.973 INFO O| ok
86342025-05-08T21:25:56.006Z[ host-image] May 08 21:25:55.146 INFO image builder template: ramdisk-02-trim...
86352025-05-08T21:25:56.006Z[ host-image] May 08 21:25:55.146 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/.tmpXwhXpH/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
86362025-05-08T21:25:56.057Z[ host-image] May 08 21:25:55.197 INFO O| May 08 21:25:55.197 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86372025-05-08T21:25:56.084Z[ host-image] May 08 21:25:55.224 INFO O| May 08 21:25:55.224 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86382025-05-08T21:25:56.535Z[ host-image] May 08 21:25:55.674 INFO O| May 08 21:25:55.674 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86392025-05-08T21:25:56.635Z[ host-image] May 08 21:25:55.773 INFO O| May 08 21:25:55.773 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86402025-05-08T21:25:56.638Z[ host-image] May 08 21:25:55.774 INFO O| May 08 21:25:55.774 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86412025-05-08T21:25:56.676Z[ host-image] May 08 21:25:55.817 INFO O| May 08 21:25:55.817 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86422025-05-08T21:25:56.717Z[ host-image] May 08 21:25:55.858 INFO O| May 08 21:25:55.858 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86432025-05-08T21:25:56.768Z[ host-image] May 08 21:25:55.908 INFO O| May 08 21:25:55.908 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86442025-05-08T21:25:57.587Z[ host-image] May 08 21:25:56.727 INFO O| May 08 21:25:56.727 INFO rolled back to input snapshot; work may begin
86452025-05-08T21:25:57.587Z[ host-image] May 08 21:25:56.727 INFO O| May 08 21:25:56.727 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86462025-05-08T21:25:57.600Z[ host-image] May 08 21:25:56.738 INFO O| May 08 21:25:56.737 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472025-05-08T21:25:57.616Z[ host-image] May 08 21:25:56.756 INFO O| May 08 21:25:56.756 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86482025-05-08T21:25:58.019Z[ host-image] May 08 21:25:57.158 INFO O| May 08 21:25:57.158 INFO STEP 0 (remove_files) COMPLETE
86492025-05-08T21:25:58.019Z[ host-image] May 08 21:25:57.159 INFO O| May 08 21:25:57.158 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502025-05-08T21:25:58.057Z[ host-image] May 08 21:25:57.198 INFO O| May 08 21:25:57.198 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86512025-05-08T21:25:58.061Z[ host-image] May 08 21:25:57.201 INFO O| May 08 21:25:57.201 INFO STEP 1 (remove_files) COMPLETE
86522025-05-08T21:25:58.061Z[ host-image] May 08 21:25:57.201 INFO O| May 08 21:25:57.201 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532025-05-08T21:25:58.107Z[ host-image] May 08 21:25:57.247 INFO O| May 08 21:25:57.247 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86542025-05-08T21:25:58.128Z[ host-image] May 08 21:25:57.268 INFO O| May 08 21:25:57.268 INFO STEP 2 (remove_files) COMPLETE
86552025-05-08T21:25:58.128Z[ host-image] May 08 21:25:57.268 INFO O| May 08 21:25:57.268 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562025-05-08T21:25:58.171Z[ host-image] May 08 21:25:57.311 INFO O| May 08 21:25:57.311 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86572025-05-08T21:25:58.177Z[ host-image] May 08 21:25:57.314 INFO O| May 08 21:25:57.314 INFO STEP 3 (remove_files) COMPLETE
86582025-05-08T21:25:58.177Z[ host-image] May 08 21:25:57.315 INFO O| May 08 21:25:57.315 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592025-05-08T21:25:58.301Z[ host-image] May 08 21:25:57.441 INFO O| May 08 21:25:57.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86602025-05-08T21:25:58.307Z[ host-image] May 08 21:25:57.446 INFO O| May 08 21:25:57.446 INFO STEP 4 (remove_files) COMPLETE
86612025-05-08T21:25:58.307Z[ host-image] May 08 21:25:57.446 INFO O| May 08 21:25:57.446 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622025-05-08T21:25:58.325Z[ host-image] May 08 21:25:57.465 INFO O| May 08 21:25:57.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86632025-05-08T21:25:58.329Z[ host-image] May 08 21:25:57.468 INFO O| May 08 21:25:57.468 INFO STEP 5 (remove_files) COMPLETE
86642025-05-08T21:25:58.329Z[ host-image] May 08 21:25:57.468 INFO O| May 08 21:25:57.468 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652025-05-08T21:25:58.371Z[ host-image] May 08 21:25:57.511 INFO O| May 08 21:25:57.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86662025-05-08T21:25:58.388Z[ host-image] May 08 21:25:57.528 INFO O| May 08 21:25:57.528 INFO STEP 6 (remove_files) COMPLETE
86672025-05-08T21:25:58.388Z[ host-image] May 08 21:25:57.528 INFO O| May 08 21:25:57.528 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682025-05-08T21:25:58.422Z[ host-image] May 08 21:25:57.562 INFO O| May 08 21:25:57.562 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86692025-05-08T21:25:58.442Z[ host-image] May 08 21:25:57.582 INFO O| May 08 21:25:57.582 INFO STEP 7 (remove_files) COMPLETE
86702025-05-08T21:25:58.442Z[ host-image] May 08 21:25:57.582 INFO O| May 08 21:25:57.582 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712025-05-08T21:25:58.527Z[ host-image] May 08 21:25:57.644 INFO O| May 08 21:25:57.644 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86722025-05-08T21:25:58.632Z[ host-image] May 08 21:25:57.768 INFO O| May 08 21:25:57.768 INFO STEP 8 (remove_files) COMPLETE
86732025-05-08T21:25:58.633Z[ host-image] May 08 21:25:57.768 INFO O| May 08 21:25:57.768 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742025-05-08T21:25:58.663Z[ host-image] May 08 21:25:57.800 INFO O| May 08 21:25:57.800 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86752025-05-08T21:25:58.833Z[ host-image] May 08 21:25:57.973 INFO O| May 08 21:25:57.973 INFO STEP 9 (remove_files) COMPLETE
86762025-05-08T21:25:58.833Z[ host-image] May 08 21:25:57.973 INFO O| May 08 21:25:57.973 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772025-05-08T21:25:58.890Z[ host-image] May 08 21:25:58.029 INFO O| May 08 21:25:58.029 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86782025-05-08T21:25:58.896Z[ host-image] May 08 21:25:58.035 INFO O| May 08 21:25:58.035 INFO STEP 10 (remove_files) COMPLETE
86792025-05-08T21:25:58.896Z[ host-image] May 08 21:25:58.035 INFO O| May 08 21:25:58.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802025-05-08T21:25:58.915Z[ host-image] May 08 21:25:58.055 INFO O| May 08 21:25:58.055 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86812025-05-08T21:25:58.919Z[ host-image] May 08 21:25:58.057 INFO O| May 08 21:25:58.057 INFO STEP 11 (remove_files) COMPLETE
86822025-05-08T21:25:58.919Z[ host-image] May 08 21:25:58.057 INFO O| May 08 21:25:58.057 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832025-05-08T21:25:58.936Z[ host-image] May 08 21:25:58.075 INFO O| May 08 21:25:58.075 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86842025-05-08T21:25:58.939Z[ host-image] May 08 21:25:58.078 INFO O| May 08 21:25:58.078 INFO STEP 12 (remove_files) COMPLETE
86852025-05-08T21:25:58.939Z[ host-image] May 08 21:25:58.078 INFO O| May 08 21:25:58.078 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862025-05-08T21:25:59.567Z[ host-image] May 08 21:25:58.707 INFO O| May 08 21:25:58.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86872025-05-08T21:25:59.582Z[ host-image] May 08 21:25:58.722 INFO O| May 08 21:25:58.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86882025-05-08T21:25:59.589Z[ host-image] May 08 21:25:58.729 INFO O| May 08 21:25:58.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86892025-05-08T21:25:59.592Z[ host-image] May 08 21:25:58.731 INFO O| May 08 21:25:58.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86902025-05-08T21:25:59.758Z[ host-image] May 08 21:25:58.898 INFO O| May 08 21:25:58.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86912025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.898 INFO O| May 08 21:25:58.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86922025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.898 INFO O| May 08 21:25:58.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86932025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.898 INFO O| May 08 21:25:58.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86942025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.899 INFO O| May 08 21:25:58.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86952025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.899 INFO O| May 08 21:25:58.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86962025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.899 INFO O| May 08 21:25:58.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86972025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.899 INFO O| May 08 21:25:58.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86982025-05-08T21:25:59.763Z[ host-image] May 08 21:25:58.900 INFO O| May 08 21:25:58.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86992025-05-08T21:25:59.766Z[ host-image] May 08 21:25:58.900 INFO O| May 08 21:25:58.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87002025-05-08T21:25:59.766Z[ host-image] May 08 21:25:58.901 INFO O| May 08 21:25:58.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87012025-05-08T21:25:59.767Z[ host-image] May 08 21:25:58.901 INFO O| May 08 21:25:58.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87022025-05-08T21:25:59.767Z[ host-image] May 08 21:25:58.901 INFO O| May 08 21:25:58.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87032025-05-08T21:25:59.767Z[ host-image] May 08 21:25:58.902 INFO O| May 08 21:25:58.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87042025-05-08T21:25:59.767Z[ host-image] May 08 21:25:58.902 INFO O| May 08 21:25:58.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87052025-05-08T21:25:59.767Z[ host-image] May 08 21:25:58.902 INFO O| May 08 21:25:58.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87062025-05-08T21:25:59.767Z[ host-image] May 08 21:25:58.903 INFO O| May 08 21:25:58.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87072025-05-08T21:25:59.773Z[ host-image] May 08 21:25:58.914 INFO O| May 08 21:25:58.913 INFO STEP 13 (remove_files) COMPLETE
87082025-05-08T21:25:59.773Z[ host-image] May 08 21:25:58.914 INFO O| May 08 21:25:58.914 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092025-05-08T21:25:59.793Z[ host-image] May 08 21:25:58.932 INFO O| May 08 21:25:58.932 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87102025-05-08T21:25:59.797Z[ host-image] May 08 21:25:58.935 INFO O| May 08 21:25:58.935 INFO STEP 14 (remove_files) COMPLETE
87112025-05-08T21:25:59.797Z[ host-image] May 08 21:25:58.935 INFO O| May 08 21:25:58.935 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122025-05-08T21:25:59.812Z[ host-image] May 08 21:25:58.952 INFO O| May 08 21:25:58.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87132025-05-08T21:25:59.822Z[ host-image] May 08 21:25:58.962 INFO O| May 08 21:25:58.962 INFO STEP 15 (remove_files) COMPLETE
87142025-05-08T21:25:59.823Z[ host-image] May 08 21:25:58.962 INFO O| May 08 21:25:58.962 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152025-05-08T21:25:59.841Z[ host-image] May 08 21:25:58.979 INFO O| May 08 21:25:58.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87162025-05-08T21:25:59.844Z[ host-image] May 08 21:25:58.980 INFO O| May 08 21:25:58.980 INFO STEP 16 (remove_files) COMPLETE
87172025-05-08T21:25:59.844Z[ host-image] May 08 21:25:58.980 INFO O| May 08 21:25:58.980 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182025-05-08T21:25:59.857Z[ host-image] May 08 21:25:58.997 INFO O| May 08 21:25:58.997 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87192025-05-08T21:25:59.861Z[ host-image] May 08 21:25:58.999 INFO O| May 08 21:25:58.999 INFO STEP 17 (remove_files) COMPLETE
87202025-05-08T21:25:59.861Z[ host-image] May 08 21:25:58.999 INFO O| May 08 21:25:58.999 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212025-05-08T21:25:59.918Z[ host-image] May 08 21:25:59.058 INFO O| May 08 21:25:59.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87222025-05-08T21:25:59.921Z[ host-image] May 08 21:25:59.058 INFO O| May 08 21:25:59.058 INFO STEP 18 (remove_files) COMPLETE
87232025-05-08T21:25:59.921Z[ host-image] May 08 21:25:59.058 INFO O| May 08 21:25:59.058 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87242025-05-08T21:25:59.950Z[ host-image] May 08 21:25:59.090 INFO O| May 08 21:25:59.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87252025-05-08T21:25:59.950Z[ host-image] May 08 21:25:59.090 INFO O| May 08 21:25:59.090 INFO STEP 19 (remove_files) COMPLETE
87262025-05-08T21:25:59.955Z[ host-image] May 08 21:25:59.090 INFO O| May 08 21:25:59.090 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272025-05-08T21:26:00.004Z[ host-image] May 08 21:25:59.144 INFO O| May 08 21:25:59.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87282025-05-08T21:26:00.004Z[ host-image] May 08 21:25:59.144 INFO O| May 08 21:25:59.144 INFO STEP 20 (remove_files) COMPLETE
87292025-05-08T21:26:00.009Z[ host-image] May 08 21:25:59.145 INFO O| May 08 21:25:59.144 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302025-05-08T21:26:00.026Z[ host-image] May 08 21:25:59.164 INFO O| May 08 21:25:59.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87312025-05-08T21:26:00.026Z[ host-image] May 08 21:25:59.164 INFO O| May 08 21:25:59.164 INFO STEP 21 (remove_files) COMPLETE
87322025-05-08T21:26:00.030Z[ host-image] May 08 21:25:59.164 INFO O| May 08 21:25:59.164 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332025-05-08T21:26:00.067Z[ host-image] May 08 21:25:59.206 INFO O| May 08 21:25:59.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87342025-05-08T21:26:00.073Z[ host-image] May 08 21:25:59.206 INFO O| May 08 21:25:59.206 INFO STEP 22 (remove_files) COMPLETE
87352025-05-08T21:26:00.074Z[ host-image] May 08 21:25:59.207 INFO O| May 08 21:25:59.207 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362025-05-08T21:26:00.086Z[ host-image] May 08 21:25:59.226 INFO O| May 08 21:25:59.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87372025-05-08T21:26:00.092Z[ host-image] May 08 21:25:59.226 INFO O| May 08 21:25:59.226 INFO STEP 23 (remove_files) COMPLETE
87382025-05-08T21:26:00.093Z[ host-image] May 08 21:25:59.226 INFO O| May 08 21:25:59.226 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392025-05-08T21:26:00.121Z[ host-image] May 08 21:25:59.261 INFO O| May 08 21:25:59.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87402025-05-08T21:26:00.133Z[ host-image] May 08 21:25:59.261 INFO O| May 08 21:25:59.261 INFO STEP 24 (remove_files) COMPLETE
87412025-05-08T21:26:00.133Z[ host-image] May 08 21:25:59.262 INFO O| May 08 21:25:59.261 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422025-05-08T21:26:00.142Z[ host-image] May 08 21:25:59.281 INFO O| May 08 21:25:59.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87432025-05-08T21:26:00.142Z[ host-image] May 08 21:25:59.281 INFO O| May 08 21:25:59.281 INFO STEP 25 (remove_files) COMPLETE
87442025-05-08T21:26:00.146Z[ host-image] May 08 21:25:59.281 INFO O| May 08 21:25:59.281 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452025-05-08T21:26:00.161Z[ host-image] May 08 21:25:59.300 INFO O| May 08 21:25:59.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87462025-05-08T21:26:00.165Z[ host-image] May 08 21:25:59.301 INFO O| May 08 21:25:59.300 INFO STEP 26 (remove_files) COMPLETE
87472025-05-08T21:26:00.165Z[ host-image] May 08 21:25:59.301 INFO O| May 08 21:25:59.301 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482025-05-08T21:26:00.193Z[ host-image] May 08 21:25:59.332 INFO O| May 08 21:25:59.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87492025-05-08T21:26:00.197Z[ host-image] May 08 21:25:59.333 INFO O| May 08 21:25:59.333 INFO STEP 27 (remove_files) COMPLETE
87502025-05-08T21:26:00.197Z[ host-image] May 08 21:25:59.333 INFO O| May 08 21:25:59.333 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512025-05-08T21:26:00.213Z[ host-image] May 08 21:25:59.353 INFO O| May 08 21:25:59.353 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
87522025-05-08T21:26:00.213Z[ host-image] May 08 21:25:59.353 INFO O| May 08 21:25:59.353 INFO STEP 28 (remove_files) COMPLETE
87532025-05-08T21:26:00.213Z[ host-image] May 08 21:25:59.353 INFO O| May 08 21:25:59.353 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542025-05-08T21:26:00.235Z[ host-image] May 08 21:25:59.373 INFO O| May 08 21:25:59.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87552025-05-08T21:26:00.235Z[ host-image] May 08 21:25:59.373 INFO O| May 08 21:25:59.373 INFO STEP 29 (remove_files) COMPLETE
87562025-05-08T21:26:00.239Z[ host-image] May 08 21:25:59.373 INFO O| May 08 21:25:59.373 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572025-05-08T21:26:00.255Z[ host-image] May 08 21:25:59.395 INFO O| May 08 21:25:59.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87582025-05-08T21:26:00.255Z[ host-image] May 08 21:25:59.395 INFO O| May 08 21:25:59.395 INFO STEP 30 (remove_files) COMPLETE
87592025-05-08T21:26:00.255Z[ host-image] May 08 21:25:59.395 INFO O| May 08 21:25:59.395 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602025-05-08T21:26:00.275Z[ host-image] May 08 21:25:59.415 INFO O| May 08 21:25:59.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87612025-05-08T21:26:00.283Z[ host-image] May 08 21:25:59.415 INFO O| May 08 21:25:59.415 INFO STEP 31 (remove_files) COMPLETE
87622025-05-08T21:26:00.283Z[ host-image] May 08 21:25:59.415 INFO O| May 08 21:25:59.415 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632025-05-08T21:26:00.296Z[ host-image] May 08 21:25:59.436 INFO O| May 08 21:25:59.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87642025-05-08T21:26:00.296Z[ host-image] May 08 21:25:59.436 INFO O| May 08 21:25:59.436 INFO STEP 32 (remove_files) COMPLETE
87652025-05-08T21:26:00.299Z[ host-image] May 08 21:25:59.436 INFO O| May 08 21:25:59.436 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662025-05-08T21:26:00.317Z[ host-image] May 08 21:25:59.456 INFO O| May 08 21:25:59.456 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87672025-05-08T21:26:00.317Z[ host-image] May 08 21:25:59.456 INFO O| May 08 21:25:59.456 INFO STEP 33 (remove_files) COMPLETE
87682025-05-08T21:26:00.317Z[ host-image] May 08 21:25:59.456 INFO O| May 08 21:25:59.456 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692025-05-08T21:26:00.352Z[ host-image] May 08 21:25:59.492 INFO O| May 08 21:25:59.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87702025-05-08T21:26:00.352Z[ host-image] May 08 21:25:59.492 INFO O| May 08 21:25:59.492 INFO STEP 34 (remove_files) COMPLETE
87712025-05-08T21:26:00.352Z[ host-image] May 08 21:25:59.492 INFO O| May 08 21:25:59.492 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722025-05-08T21:26:00.396Z[ host-image] May 08 21:25:59.536 INFO O| May 08 21:25:59.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87732025-05-08T21:26:00.396Z[ host-image] May 08 21:25:59.536 INFO O| May 08 21:25:59.536 INFO STEP 35 (remove_files) COMPLETE
87742025-05-08T21:26:00.396Z[ host-image] May 08 21:25:59.536 INFO O| May 08 21:25:59.536 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752025-05-08T21:26:00.456Z[ host-image] May 08 21:25:59.595 INFO O| May 08 21:25:59.595 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87762025-05-08T21:26:00.456Z[ host-image] May 08 21:25:59.595 INFO O| May 08 21:25:59.595 INFO STEP 36 (remove_files) COMPLETE
87772025-05-08T21:26:00.460Z[ host-image] May 08 21:25:59.595 INFO O| May 08 21:25:59.595 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782025-05-08T21:26:00.475Z[ host-image] May 08 21:25:59.615 INFO O| May 08 21:25:59.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87792025-05-08T21:26:00.475Z[ host-image] May 08 21:25:59.616 INFO O| May 08 21:25:59.615 INFO STEP 37 (remove_files) COMPLETE
87802025-05-08T21:26:00.475Z[ host-image] May 08 21:25:59.616 INFO O| May 08 21:25:59.616 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812025-05-08T21:26:00.497Z[ host-image] May 08 21:25:59.637 INFO O| May 08 21:25:59.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87822025-05-08T21:26:00.497Z[ host-image] May 08 21:25:59.637 INFO O| May 08 21:25:59.637 INFO STEP 38 (remove_files) COMPLETE
87832025-05-08T21:26:00.497Z[ host-image] May 08 21:25:59.637 INFO O| May 08 21:25:59.637 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842025-05-08T21:26:00.517Z[ host-image] May 08 21:25:59.657 INFO O| May 08 21:25:59.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87852025-05-08T21:26:00.517Z[ host-image] May 08 21:25:59.657 INFO O| May 08 21:25:59.657 INFO STEP 39 (remove_files) COMPLETE
87862025-05-08T21:26:00.520Z[ host-image] May 08 21:25:59.657 INFO O| May 08 21:25:59.657 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872025-05-08T21:26:00.535Z[ host-image] May 08 21:25:59.675 INFO O| May 08 21:25:59.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87882025-05-08T21:26:00.535Z[ host-image] May 08 21:25:59.675 INFO O| May 08 21:25:59.675 INFO STEP 40 (remove_files) COMPLETE
87892025-05-08T21:26:00.539Z[ host-image] May 08 21:25:59.675 INFO O| May 08 21:25:59.675 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902025-05-08T21:26:00.556Z[ host-image] May 08 21:25:59.695 INFO O| May 08 21:25:59.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87912025-05-08T21:26:00.556Z[ host-image] May 08 21:25:59.695 INFO O| May 08 21:25:59.695 INFO STEP 41 (remove_files) COMPLETE
87922025-05-08T21:26:00.562Z[ host-image] May 08 21:25:59.695 INFO O| May 08 21:25:59.695 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932025-05-08T21:26:00.572Z[ host-image] May 08 21:25:59.713 INFO O| May 08 21:25:59.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87942025-05-08T21:26:00.575Z[ host-image] May 08 21:25:59.713 INFO O| May 08 21:25:59.713 INFO STEP 42 (remove_files) COMPLETE
87952025-05-08T21:26:00.575Z[ host-image] May 08 21:25:59.713 INFO O| May 08 21:25:59.713 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962025-05-08T21:26:00.592Z[ host-image] May 08 21:25:59.732 INFO O| May 08 21:25:59.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87972025-05-08T21:26:00.592Z[ host-image] May 08 21:25:59.732 INFO O| May 08 21:25:59.732 INFO STEP 43 (remove_files) COMPLETE
87982025-05-08T21:26:00.595Z[ host-image] May 08 21:25:59.732 INFO O| May 08 21:25:59.732 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992025-05-08T21:26:00.630Z[ host-image] May 08 21:25:59.770 INFO O| May 08 21:25:59.770 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88002025-05-08T21:26:00.633Z[ host-image] May 08 21:25:59.770 INFO O| May 08 21:25:59.770 INFO STEP 44 (remove_files) COMPLETE
88012025-05-08T21:26:00.633Z[ host-image] May 08 21:25:59.770 INFO O| May 08 21:25:59.770 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022025-05-08T21:26:00.651Z[ host-image] May 08 21:25:59.791 INFO O| May 08 21:25:59.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88032025-05-08T21:26:00.655Z[ host-image] May 08 21:25:59.791 INFO O| May 08 21:25:59.791 INFO STEP 45 (remove_files) COMPLETE
88042025-05-08T21:26:00.656Z[ host-image] May 08 21:25:59.791 INFO O| May 08 21:25:59.791 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052025-05-08T21:26:00.672Z[ host-image] May 08 21:25:59.811 INFO O| May 08 21:25:59.811 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88062025-05-08T21:26:00.676Z[ host-image] May 08 21:25:59.812 INFO O| May 08 21:25:59.812 INFO STEP 46 (remove_files) COMPLETE
88072025-05-08T21:26:00.676Z[ host-image] May 08 21:25:59.812 INFO O| May 08 21:25:59.812 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082025-05-08T21:26:00.691Z[ host-image] May 08 21:25:59.832 INFO O| May 08 21:25:59.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88092025-05-08T21:26:00.694Z[ host-image] May 08 21:25:59.832 INFO O| May 08 21:25:59.832 INFO STEP 47 (remove_files) COMPLETE
88102025-05-08T21:26:00.694Z[ host-image] May 08 21:25:59.832 INFO O| May 08 21:25:59.832 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112025-05-08T21:26:00.713Z[ host-image] May 08 21:25:59.853 INFO O| May 08 21:25:59.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88122025-05-08T21:26:00.716Z[ host-image] May 08 21:25:59.853 INFO O| May 08 21:25:59.853 INFO STEP 48 (remove_files) COMPLETE
88132025-05-08T21:26:00.716Z[ host-image] May 08 21:25:59.853 INFO O| May 08 21:25:59.853 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142025-05-08T21:26:00.746Z[ host-image] May 08 21:25:59.886 INFO O| May 08 21:25:59.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88152025-05-08T21:26:00.751Z[ host-image] May 08 21:25:59.887 INFO O| May 08 21:25:59.887 INFO STEP 49 (remove_files) COMPLETE
88162025-05-08T21:26:00.751Z[ host-image] May 08 21:25:59.887 INFO O| May 08 21:25:59.887 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172025-05-08T21:26:00.768Z[ host-image] May 08 21:25:59.907 INFO O| May 08 21:25:59.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88182025-05-08T21:26:00.768Z[ host-image] May 08 21:25:59.907 INFO O| May 08 21:25:59.907 INFO STEP 50 (remove_files) COMPLETE
88192025-05-08T21:26:00.768Z[ host-image] May 08 21:25:59.907 INFO O| May 08 21:25:59.907 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202025-05-08T21:26:00.795Z[ host-image] May 08 21:25:59.931 INFO O| May 08 21:25:59.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88212025-05-08T21:26:00.795Z[ host-image] May 08 21:25:59.931 INFO O| May 08 21:25:59.931 INFO STEP 51 (remove_files) COMPLETE
88222025-05-08T21:26:00.795Z[ host-image] May 08 21:25:59.931 INFO O| May 08 21:25:59.931 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232025-05-08T21:26:00.813Z[ host-image] May 08 21:25:59.952 INFO O| May 08 21:25:59.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88242025-05-08T21:26:00.813Z[ host-image] May 08 21:25:59.952 INFO O| May 08 21:25:59.952 INFO STEP 52 (remove_files) COMPLETE
88252025-05-08T21:26:00.813Z[ host-image] May 08 21:25:59.952 INFO O| May 08 21:25:59.952 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262025-05-08T21:26:00.865Z[ host-image] May 08 21:26:00.004 INFO O| May 08 21:26:00.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88272025-05-08T21:26:00.868Z[ host-image] May 08 21:26:00.004 INFO O| May 08 21:26:00.004 INFO STEP 53 (remove_files) COMPLETE
88282025-05-08T21:26:00.868Z[ host-image] May 08 21:26:00.004 INFO O| May 08 21:26:00.004 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292025-05-08T21:26:00.899Z[ host-image] May 08 21:26:00.039 INFO O| May 08 21:26:00.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88302025-05-08T21:26:00.900Z[ host-image] May 08 21:26:00.039 INFO O| May 08 21:26:00.039 INFO STEP 54 (remove_files) COMPLETE
88312025-05-08T21:26:00.906Z[ host-image] May 08 21:26:00.039 INFO O| May 08 21:26:00.039 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322025-05-08T21:26:00.972Z[ host-image] May 08 21:26:00.102 INFO O| May 08 21:26:00.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88332025-05-08T21:26:00.972Z[ host-image] May 08 21:26:00.102 INFO O| May 08 21:26:00.102 INFO STEP 55 (remove_files) COMPLETE
88342025-05-08T21:26:00.972Z[ host-image] May 08 21:26:00.102 INFO O| May 08 21:26:00.102 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352025-05-08T21:26:01.007Z[ host-image] May 08 21:26:00.146 INFO O| May 08 21:26:00.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88362025-05-08T21:26:01.007Z[ host-image] May 08 21:26:00.146 INFO O| May 08 21:26:00.146 INFO STEP 56 (remove_files) COMPLETE
88372025-05-08T21:26:01.007Z[ host-image] May 08 21:26:00.146 INFO O| May 08 21:26:00.146 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382025-05-08T21:26:01.024Z[ host-image] May 08 21:26:00.164 INFO O| May 08 21:26:00.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88392025-05-08T21:26:01.024Z[ host-image] May 08 21:26:00.164 INFO O| May 08 21:26:00.164 INFO STEP 57 (remove_files) COMPLETE
88402025-05-08T21:26:01.024Z[ host-image] May 08 21:26:00.164 INFO O| May 08 21:26:00.164 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412025-05-08T21:26:01.089Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.228 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88422025-05-08T21:26:01.089Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88432025-05-08T21:26:01.089Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88442025-05-08T21:26:01.093Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88452025-05-08T21:26:01.093Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88462025-05-08T21:26:01.093Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88472025-05-08T21:26:01.093Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO ok!
88482025-05-08T21:26:01.093Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO STEP 58 (ensure_file) COMPLETE
88492025-05-08T21:26:01.093Z[ host-image] May 08 21:26:00.229 INFO O| May 08 21:26:00.229 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502025-05-08T21:26:01.112Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88512025-05-08T21:26:01.112Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
88522025-05-08T21:26:01.118Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88532025-05-08T21:26:01.118Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88542025-05-08T21:26:01.118Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88552025-05-08T21:26:01.118Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88562025-05-08T21:26:01.118Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO ok!
88572025-05-08T21:26:01.118Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO STEP 59 (ensure_file) COMPLETE
88582025-05-08T21:26:01.118Z[ host-image] May 08 21:26:00.252 INFO O| May 08 21:26:00.252 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592025-05-08T21:26:01.134Z[ host-image] May 08 21:26:00.274 INFO O| May 08 21:26:00.273 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88602025-05-08T21:26:01.134Z[ host-image] May 08 21:26:00.274 INFO O| May 08 21:26:00.274 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88612025-05-08T21:26:01.134Z[ host-image] May 08 21:26:00.274 INFO O| May 08 21:26:00.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88622025-05-08T21:26:01.139Z[ host-image] May 08 21:26:00.274 INFO O| May 08 21:26:00.274 INFO ok!
88632025-05-08T21:26:01.139Z[ host-image] May 08 21:26:00.274 INFO O| May 08 21:26:00.274 INFO STEP 60 (ensure_file) COMPLETE
88642025-05-08T21:26:01.139Z[ host-image] May 08 21:26:00.274 INFO O| May 08 21:26:00.274 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652025-05-08T21:26:01.156Z[ host-image] May 08 21:26:00.296 INFO O| May 08 21:26:00.296 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88662025-05-08T21:26:01.156Z[ host-image] May 08 21:26:00.296 INFO O| May 08 21:26:00.296 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88672025-05-08T21:26:01.160Z[ host-image] May 08 21:26:00.296 INFO O| May 08 21:26:00.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88682025-05-08T21:26:01.160Z[ host-image] May 08 21:26:00.296 INFO O| May 08 21:26:00.296 INFO ok!
88692025-05-08T21:26:01.160Z[ host-image] May 08 21:26:00.297 INFO O| May 08 21:26:00.296 INFO STEP 61 (ensure_file) COMPLETE
88702025-05-08T21:26:01.160Z[ host-image] May 08 21:26:00.297 INFO O| May 08 21:26:00.297 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712025-05-08T21:26:01.191Z[ host-image] May 08 21:26:00.331 INFO O| May 08 21:26:00.331 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88722025-05-08T21:26:01.191Z[ host-image] May 08 21:26:00.331 INFO O| May 08 21:26:00.331 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88732025-05-08T21:26:01.196Z[ host-image] May 08 21:26:00.331 INFO O| May 08 21:26:00.331 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88742025-05-08T21:26:01.196Z[ host-image] May 08 21:26:00.331 INFO O| May 08 21:26:00.331 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88752025-05-08T21:26:01.196Z[ host-image] May 08 21:26:00.331 INFO O| May 08 21:26:00.331 INFO ok!
88762025-05-08T21:26:01.196Z[ host-image] May 08 21:26:00.331 INFO O| May 08 21:26:00.331 INFO STEP 62 (ensure_file) COMPLETE
88772025-05-08T21:26:01.196Z[ host-image] May 08 21:26:00.331 INFO O| May 08 21:26:00.331 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782025-05-08T21:26:01.211Z[ host-image] May 08 21:26:00.350 INFO O| May 08 21:26:00.350 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88792025-05-08T21:26:01.211Z[ host-image] May 08 21:26:00.350 INFO O| May 08 21:26:00.350 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88802025-05-08T21:26:01.214Z[ host-image] May 08 21:26:00.351 INFO O| May 08 21:26:00.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88812025-05-08T21:26:01.214Z[ host-image] May 08 21:26:00.351 INFO O| May 08 21:26:00.351 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88822025-05-08T21:26:01.214Z[ host-image] May 08 21:26:00.351 INFO O| May 08 21:26:00.351 INFO ok!
88832025-05-08T21:26:01.214Z[ host-image] May 08 21:26:00.351 INFO O| May 08 21:26:00.351 INFO STEP 63 (ensure_file) COMPLETE
88842025-05-08T21:26:01.214Z[ host-image] May 08 21:26:00.351 INFO O| May 08 21:26:00.351 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852025-05-08T21:26:01.251Z[ host-image] May 08 21:26:00.388 INFO O| May 08 21:26:00.388 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88862025-05-08T21:26:01.251Z[ host-image] May 08 21:26:00.388 INFO O| May 08 21:26:00.388 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88872025-05-08T21:26:01.251Z[ host-image] May 08 21:26:00.388 INFO O| May 08 21:26:00.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88882025-05-08T21:26:01.251Z[ host-image] May 08 21:26:00.388 INFO O| May 08 21:26:00.388 INFO ok!
88892025-05-08T21:26:01.257Z[ host-image] May 08 21:26:00.388 INFO O| May 08 21:26:00.388 INFO STEP 64 (assemble_files) COMPLETE
88902025-05-08T21:26:01.257Z[ host-image] May 08 21:26:00.388 INFO O| May 08 21:26:00.388 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912025-05-08T21:26:01.302Z[ host-image] May 08 21:26:00.441 INFO O| May 08 21:26:00.441 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88922025-05-08T21:26:01.303Z[ host-image] May 08 21:26:00.441 INFO O| May 08 21:26:00.441 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88932025-05-08T21:26:01.308Z[ host-image] May 08 21:26:00.441 INFO O| May 08 21:26:00.441 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88942025-05-08T21:26:01.308Z[ host-image] May 08 21:26:00.441 INFO O| May 08 21:26:00.441 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88952025-05-08T21:26:01.308Z[ host-image] May 08 21:26:00.441 INFO O| May 08 21:26:00.441 INFO ok!
88962025-05-08T21:26:01.308Z[ host-image] May 08 21:26:00.441 INFO O| May 08 21:26:00.441 INFO STEP 65 (ensure_file) COMPLETE
88972025-05-08T21:26:01.308Z[ host-image] May 08 21:26:00.441 INFO O| May 08 21:26:00.441 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982025-05-08T21:26:01.326Z[ host-image] May 08 21:26:00.459 INFO O| May 08 21:26:00.459 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88992025-05-08T21:26:01.326Z[ host-image] May 08 21:26:00.459 INFO O| May 08 21:26:00.459 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89002025-05-08T21:26:01.326Z[ host-image] May 08 21:26:00.459 INFO O| May 08 21:26:00.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89012025-05-08T21:26:01.333Z[ host-image] May 08 21:26:00.459 INFO O| May 08 21:26:00.459 INFO STEP 66 (ensure_dir) COMPLETE
89022025-05-08T21:26:01.334Z[ host-image] May 08 21:26:00.459 INFO O| May 08 21:26:00.459 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032025-05-08T21:26:01.348Z[ host-image] May 08 21:26:00.488 INFO O| May 08 21:26:00.488 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89042025-05-08T21:26:01.348Z[ host-image] May 08 21:26:00.488 INFO O| May 08 21:26:00.488 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 ...
89052025-05-08T21:26:01.359Z[ host-image] May 08 21:26:00.499 INFO O| May 08 21:26:00.499 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
89062025-05-08T21:26:01.359Z[ host-image] May 08 21:26:00.499 INFO O| May 08 21:26:00.499 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89072025-05-08T21:26:02.373Z[ host-image] May 08 21:26:00.499 INFO O| May 08 21:26:00.499 INFO ok!
89082025-05-08T21:26:02.373Z[ host-image] May 08 21:26:00.499 INFO O| May 08 21:26:00.499 INFO STEP 67 (ensure_file) COMPLETE
89092025-05-08T21:26:02.373Z[ host-image] May 08 21:26:00.499 INFO O| May 08 21:26:00.499 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.517 INFO O| May 08 21:26:00.516 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89112025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.517 INFO O| May 08 21:26:00.516 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 ...
89122025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.517 INFO O| May 08 21:26:00.517 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
89132025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.517 INFO O| May 08 21:26:00.517 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89142025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.517 INFO O| May 08 21:26:00.517 INFO ok!
89152025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.517 INFO O| May 08 21:26:00.517 INFO STEP 68 (ensure_file) COMPLETE
89162025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.517 INFO O| May 08 21:26:00.517 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.554 INFO O| May 08 21:26:00.553 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89182025-05-08T21:26:02.402Z[ host-image] May 08 21:26:00.554 INFO O| May 08 21:26:00.554 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89192025-05-08T21:26:06.522Z[ host-image] May 08 21:26:05.107 INFO O| May 08 21:26:05.107 INFO STEP 69 (pack_tar) COMPLETE
89202025-05-08T21:26:06.522Z[ host-image] May 08 21:26:05.107 INFO O| May 08 21:26:05.107 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89212025-05-08T21:26:06.554Z[ host-image] May 08 21:26:05.107 INFO O| May 08 21:26:05.107 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89222025-05-08T21:26:06.555Z[ host-image] May 08 21:26:05.674 INFO O| May 08 21:26:05.674 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89232025-05-08T21:26:06.676Z[ host-image] May 08 21:26:05.815 INFO O| May 08 21:26:05.815 INFO completed processing gimlet/ramdisk-02-trim
89242025-05-08T21:26:06.684Z[ host-image] May 08 21:26:05.818 INFO image builder template: zfs...
89252025-05-08T21:26:06.684Z[ host-image] May 08 21:26:05.818 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/.tmpXwhXpH/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
89262025-05-08T21:26:06.703Z[ host-image] May 08 21:26:05.842 INFO O| May 08 21:26:05.842 INFO skip include "stress" because feature "stress" is not enabled
89272025-05-08T21:26:06.770Z[ host-image] May 08 21:26:05.907 INFO O| May 08 21:26:05.907 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89282025-05-08T21:26:06.789Z[ host-image] May 08 21:26:05.928 INFO O| May 08 21:26:05.928 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89292025-05-08T21:26:06.907Z[ host-image] May 08 21:26:06.046 INFO O| May 08 21:26:06.046 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89302025-05-08T21:26:06.998Z[ host-image] May 08 21:26:06.137 INFO O| May 08 21:26:06.137 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89312025-05-08T21:26:06.998Z[ host-image] May 08 21:26:06.137 INFO O| May 08 21:26:06.137 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89322025-05-08T21:26:07.007Z[ host-image] May 08 21:26:06.145 INFO O| May 08 21:26:06.145 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89332025-05-08T21:26:07.133Z[ host-image] May 08 21:26:06.272 INFO O| May 08 21:26:06.272 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89342025-05-08T21:26:07.194Z[ host-image] May 08 21:26:06.333 INFO O| May 08 21:26:06.333 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89352025-05-08T21:26:07.223Z[ host-image] May 08 21:26:06.362 INFO O| May 08 21:26:06.362 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89362025-05-08T21:26:07.271Z[ host-image] May 08 21:26:06.410 INFO O| May 08 21:26:06.410 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89372025-05-08T21:26:07.277Z[ host-image] May 08 21:26:06.410 INFO O| May 08 21:26:06.410 INFO no lofi found
89382025-05-08T21:26:07.277Z[ host-image] May 08 21:26:06.410 INFO O| May 08 21:26:06.410 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89392025-05-08T21:26:07.277Z[ host-image] May 08 21:26:06.411 INFO O| May 08 21:26:06.410 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89402025-05-08T21:26:08.867Z[ host-image] May 08 21:26:08.003 INFO O| May 08 21:26:08.003 INFO lofi device = /dev/dsk/c2t1d0p0
89412025-05-08T21:26:08.868Z[ host-image] May 08 21:26:08.003 INFO O| May 08 21:26:08.003 INFO pool device = /dev/dsk/c2t1d0p0
89422025-05-08T21:26:08.880Z[ host-image] May 08 21:26:08.004 INFO O| May 08 21:26:08.003 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"]
89432025-05-08T21:26:09.180Z[ host-image] May 08 21:26:08.318 INFO O| May 08 21:26:08.318 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89442025-05-08T21:26:09.180Z[ host-image] May 08 21:26:08.318 INFO O| May 08 21:26:08.318 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89452025-05-08T21:26:09.210Z[ host-image] May 08 21:26:08.349 INFO O| May 08 21:26:08.349 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89462025-05-08T21:26:09.326Z[ host-image] May 08 21:26:08.465 INFO O| May 08 21:26:08.465 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89472025-05-08T21:26:09.397Z[ host-image] May 08 21:26:08.536 INFO O| May 08 21:26:08.536 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
89482025-05-08T21:26:09.422Z[ host-image] May 08 21:26:08.561 INFO O| May 08 21:26:08.561 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89492025-05-08T21:26:09.444Z[ host-image] May 08 21:26:08.583 INFO O| May 08 21:26:08.583 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89502025-05-08T21:26:09.528Z[ host-image] May 08 21:26:08.667 INFO O| May 08 21:26:08.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89512025-05-08T21:26:09.532Z[ host-image] May 08 21:26:08.667 INFO O| May 08 21:26:08.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89522025-05-08T21:26:09.532Z[ host-image] May 08 21:26:08.667 INFO O| May 08 21:26:08.667 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89532025-05-08T21:26:09.581Z[ host-image] May 08 21:26:08.708 INFO O| May 08 21:26:08.708 INFO boot environment UUID: 8892a43f-077c-435e-9c32-8313ec520d16
89542025-05-08T21:26:09.581Z[ host-image] May 08 21:26:08.708 INFO O| May 08 21:26:08.708 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8892a43f-077c-435e-9c32-8313ec520d16
89552025-05-08T21:26:09.606Z[ host-image] May 08 21:26:08.744 INFO O| May 08 21:26:08.744 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89562025-05-08T21:26:13.063Z[ host-image] May 08 21:26:08.817 INFO O| May 08 21:26:08.817 INFO STEP 0 (create_be) COMPLETE
89572025-05-08T21:26:13.063Z[ host-image] May 08 21:26:08.817 INFO O| May 08 21:26:08.817 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89582025-05-08T21:26:13.063Z[ host-image] May 08 21:26:08.857 INFO O| May 08 21:26:08.857 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89592025-05-08T21:26:13.063Z[ recovery-image] May 08 21:26:11.040 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')"
89602025-05-08T21:26:13.063Z[ recovery-image] May 08 21:26:11.040 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
89612025-05-08T21:26:13.063Z[ recovery-image] May 08 21:26:11.701 INFO E| Updating crates.io index
89622025-05-08T21:26:14.039Z[ recovery-image] May 08 21:26:12.357 INFO E| Downloading crates ...
89632025-05-08T21:26:14.058Z[ recovery-image] May 08 21:26:12.472 INFO E| Downloaded anstyle-parse v0.2.6
89642025-05-08T21:26:14.058Z[ recovery-image] May 08 21:26:12.477 INFO E| Downloaded anstream v0.6.18
89652025-05-08T21:26:14.058Z[ recovery-image] May 08 21:26:12.481 INFO E| Downloaded duct v0.13.7
89662025-05-08T21:26:14.058Z[ recovery-image] May 08 21:26:12.484 INFO E| Downloaded os_pipe v1.2.1
89672025-05-08T21:26:14.058Z[ recovery-image] May 08 21:26:12.607 INFO E| Downloaded clap v4.5.37
89682025-05-08T21:26:14.058Z[ recovery-image] May 08 21:26:12.607 INFO E| Downloaded shared_child v1.0.1
89692025-05-08T21:26:14.058Z[ recovery-image] May 08 21:26:12.607 INFO E| Downloaded anstyle-query v1.1.2
89702025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.607 INFO E| Downloaded colorchoice v1.0.3
89712025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.607 INFO E| Downloaded clap_builder v4.5.37
89722025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.607 INFO E| Downloaded syn v2.0.100
89732025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.849 INFO E| Compiling proc-macro2 v1.0.95
89742025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.849 INFO E| Compiling unicode-ident v1.0.18
89752025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.849 INFO E| Compiling libc v0.2.172
89762025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.850 INFO E| Compiling utf8parse v0.2.2
89772025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.850 INFO E| Compiling anstyle v1.0.10
89782025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.850 INFO E| Compiling colorchoice v1.0.3
89792025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.850 INFO E| Compiling is_terminal_polyfill v1.70.1
89802025-05-08T21:26:14.075Z[ recovery-image] May 08 21:26:12.850 INFO E| Compiling anstyle-query v1.1.2
89812025-05-08T21:26:14.580Z[ recovery-image] May 08 21:26:13.719 INFO E| Compiling anstyle-parse v0.2.6
89822025-05-08T21:26:14.622Z[ recovery-image] May 08 21:26:13.760 INFO E| Compiling clap_lex v0.7.4
89832025-05-08T21:26:14.654Z[ recovery-image] May 08 21:26:13.793 INFO E| Compiling strsim v0.11.1
89842025-05-08T21:26:14.744Z[ recovery-image] May 08 21:26:13.882 INFO E| Compiling heck v0.5.0
89852025-05-08T21:26:14.848Z[ recovery-image] May 08 21:26:13.987 INFO E| Compiling once_cell v1.21.3
89862025-05-08T21:26:15.092Z[ recovery-image] May 08 21:26:14.231 INFO E| Compiling anstream v0.6.18
89872025-05-08T21:26:16.045Z[ recovery-image] May 08 21:26:15.183 INFO E| Compiling clap_builder v4.5.37
89882025-05-08T21:26:17.276Z[ recovery-image] May 08 21:26:16.415 INFO E| Compiling os_pipe v1.2.1
89892025-05-08T21:26:17.276Z[ recovery-image] May 08 21:26:16.415 INFO E| Compiling shared_child v1.0.1
89902025-05-08T21:26:17.687Z[ recovery-image] May 08 21:26:16.825 INFO E| Compiling duct v0.13.7
89912025-05-08T21:26:18.451Z[ recovery-image] May 08 21:26:17.589 INFO E| Compiling quote v1.0.40
89922025-05-08T21:26:19.456Z[ recovery-image] May 08 21:26:18.595 INFO E| Compiling syn v2.0.100
89932025-05-08T21:26:36.575Z[ recovery-image] May 08 21:26:35.712 INFO E| Compiling clap_derive v4.5.32
89942025-05-08T21:26:37.087Z[ host-image] May 08 21:26:36.224 INFO O| May 08 21:26:36.224 INFO STEP 1 (unpack_tar) COMPLETE
89952025-05-08T21:26:37.087Z[ host-image] May 08 21:26:36.224 INFO O| May 08 21:26:36.224 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89962025-05-08T21:26:37.108Z[ host-image] May 08 21:26:36.244 INFO O| May 08 21:26:36.244 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89972025-05-08T21:26:37.395Z[ host-image] May 08 21:26:36.525 INFO O| May 08 21:26:36.524 INFO STEP 2 (devfsadm) COMPLETE
89982025-05-08T21:26:37.405Z[ host-image] May 08 21:26:36.525 INFO O| May 08 21:26:36.525 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89992025-05-08T21:26:37.412Z[ host-image] May 08 21:26:36.545 INFO O| May 08 21:26:36.545 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90002025-05-08T21:26:37.412Z[ host-image] May 08 21:26:36.545 INFO O| May 08 21:26:36.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90012025-05-08T21:26:37.412Z[ host-image] May 08 21:26:36.545 INFO O| May 08 21:26:36.545 INFO STEP 3 (ensure_dir) COMPLETE
90022025-05-08T21:26:37.417Z[ host-image] May 08 21:26:36.545 INFO O| May 08 21:26:36.545 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90032025-05-08T21:26:37.446Z[ host-image] May 08 21:26:36.581 INFO O| May 08 21:26:36.581 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90042025-05-08T21:26:37.449Z[ host-image] May 08 21:26:36.581 INFO O| May 08 21:26:36.581 INFO STEP 4 (ensure_dir) COMPLETE
90052025-05-08T21:26:37.449Z[ host-image] May 08 21:26:36.581 INFO O| May 08 21:26:36.581 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90062025-05-08T21:26:37.472Z[ host-image] May 08 21:26:36.607 INFO O| May 08 21:26:36.607 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90072025-05-08T21:26:37.472Z[ host-image] May 08 21:26:36.607 INFO O| May 08 21:26:36.607 INFO STEP 5 (ensure_dir) COMPLETE
90082025-05-08T21:26:37.477Z[ host-image] May 08 21:26:36.608 INFO O| May 08 21:26:36.607 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90092025-05-08T21:26:37.495Z[ host-image] May 08 21:26:36.628 INFO O| May 08 21:26:36.628 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90102025-05-08T21:26:37.500Z[ host-image] May 08 21:26:36.629 INFO O| May 08 21:26:36.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90112025-05-08T21:26:37.501Z[ host-image] May 08 21:26:36.629 INFO O| May 08 21:26:36.629 INFO STEP 6 (ensure_dir) COMPLETE
90122025-05-08T21:26:37.501Z[ host-image] May 08 21:26:36.629 INFO O| May 08 21:26:36.629 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90132025-05-08T21:26:37.513Z[ host-image] May 08 21:26:36.649 INFO O| May 08 21:26:36.649 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90142025-05-08T21:26:37.517Z[ host-image] May 08 21:26:36.649 INFO O| May 08 21:26:36.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90152025-05-08T21:26:37.517Z[ host-image] May 08 21:26:36.650 INFO O| May 08 21:26:36.649 INFO STEP 7 (ensure_dir) COMPLETE
90162025-05-08T21:26:37.517Z[ host-image] May 08 21:26:36.650 INFO O| May 08 21:26:36.650 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90172025-05-08T21:26:37.533Z[ host-image] May 08 21:26:36.669 INFO O| May 08 21:26:36.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90182025-05-08T21:26:37.537Z[ host-image] May 08 21:26:36.669 INFO O| May 08 21:26:36.669 INFO STEP 8 (remove_files) COMPLETE
90192025-05-08T21:26:37.537Z[ host-image] May 08 21:26:36.669 INFO O| May 08 21:26:36.669 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90202025-05-08T21:26:37.554Z[ host-image] May 08 21:26:36.690 INFO O| May 08 21:26:36.689 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90212025-05-08T21:26:37.558Z[ host-image] May 08 21:26:36.691 INFO O| May 08 21:26:36.691 INFO STEP 9 (remove_files) COMPLETE
90222025-05-08T21:26:37.558Z[ host-image] May 08 21:26:36.691 INFO O| May 08 21:26:36.691 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90232025-05-08T21:26:37.593Z[ host-image] May 08 21:26:36.728 INFO O| May 08 21:26:36.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90242025-05-08T21:26:37.596Z[ host-image] May 08 21:26:36.730 INFO O| May 08 21:26:36.730 INFO STEP 10 (remove_files) COMPLETE
90252025-05-08T21:26:37.597Z[ host-image] May 08 21:26:36.730 INFO O| May 08 21:26:36.730 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90262025-05-08T21:26:37.651Z[ host-image] May 08 21:26:36.787 INFO O| May 08 21:26:36.787 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90272025-05-08T21:26:37.651Z[ host-image] May 08 21:26:36.787 INFO O| May 08 21:26:36.787 INFO STEP 11 (remove_files) COMPLETE
90282025-05-08T21:26:37.651Z[ host-image] May 08 21:26:36.787 INFO O| May 08 21:26:36.787 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90292025-05-08T21:26:37.671Z[ host-image] May 08 21:26:36.806 INFO O| May 08 21:26:36.806 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90302025-05-08T21:26:37.671Z[ host-image] May 08 21:26:36.806 INFO O| May 08 21:26:36.806 INFO STEP 12 (remove_files) COMPLETE
90312025-05-08T21:26:37.671Z[ host-image] May 08 21:26:36.806 INFO O| May 08 21:26:36.806 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90322025-05-08T21:26:37.737Z[ host-image] May 08 21:26:36.860 INFO O| May 08 21:26:36.860 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90332025-05-08T21:26:37.737Z[ host-image] May 08 21:26:36.860 INFO O| May 08 21:26:36.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90342025-05-08T21:26:37.748Z[ host-image] May 08 21:26:36.860 INFO O| May 08 21:26:36.860 INFO STEP 13 (ensure_dir) COMPLETE
90352025-05-08T21:26:37.749Z[ host-image] May 08 21:26:36.860 INFO O| May 08 21:26:36.860 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90362025-05-08T21:26:37.772Z[ host-image] May 08 21:26:36.907 INFO O| May 08 21:26:36.907 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90372025-05-08T21:26:37.772Z[ host-image] May 08 21:26:36.907 INFO O| May 08 21:26:36.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90382025-05-08T21:26:37.776Z[ host-image] May 08 21:26:36.907 INFO O| May 08 21:26:36.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90392025-05-08T21:26:37.776Z[ host-image] May 08 21:26:36.907 INFO O| May 08 21:26:36.907 INFO STEP 14 (ensure_dir) COMPLETE
90402025-05-08T21:26:37.776Z[ host-image] May 08 21:26:36.908 INFO O| May 08 21:26:36.907 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90412025-05-08T21:26:37.845Z[ host-image] May 08 21:26:36.975 INFO O| May 08 21:26:36.975 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90422025-05-08T21:26:37.845Z[ host-image] May 08 21:26:36.975 INFO O| May 08 21:26:36.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90432025-05-08T21:26:37.849Z[ host-image] May 08 21:26:36.975 INFO O| May 08 21:26:36.975 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90442025-05-08T21:26:37.849Z[ host-image] May 08 21:26:36.975 INFO O| May 08 21:26:36.975 INFO STEP 15 (ensure_dir) COMPLETE
90452025-05-08T21:26:37.849Z[ host-image] May 08 21:26:36.975 INFO O| May 08 21:26:36.975 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90462025-05-08T21:26:37.875Z[ host-image] May 08 21:26:37.011 INFO O| May 08 21:26:37.011 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90472025-05-08T21:26:37.876Z[ host-image] May 08 21:26:37.011 INFO O| May 08 21:26:37.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90482025-05-08T21:26:37.876Z[ host-image] May 08 21:26:37.012 INFO O| May 08 21:26:37.011 INFO STEP 16 (ensure_dir) COMPLETE
90492025-05-08T21:26:37.879Z[ host-image] May 08 21:26:37.012 INFO O| May 08 21:26:37.011 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90502025-05-08T21:26:37.926Z[ host-image] May 08 21:26:37.060 INFO O| May 08 21:26:37.060 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90512025-05-08T21:26:37.926Z[ host-image] May 08 21:26:37.060 INFO O| May 08 21:26:37.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90522025-05-08T21:26:37.934Z[ host-image] May 08 21:26:37.060 INFO O| May 08 21:26:37.060 INFO STEP 17 (ensure_dir) COMPLETE
90532025-05-08T21:26:37.934Z[ host-image] May 08 21:26:37.060 INFO O| May 08 21:26:37.060 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90542025-05-08T21:26:37.945Z[ host-image] May 08 21:26:37.081 INFO O| May 08 21:26:37.081 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90552025-05-08T21:26:37.945Z[ host-image] May 08 21:26:37.081 INFO O| May 08 21:26:37.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90562025-05-08T21:26:37.945Z[ host-image] May 08 21:26:37.081 INFO O| May 08 21:26:37.081 INFO ok!
90572025-05-08T21:26:37.949Z[ host-image] May 08 21:26:37.081 INFO O| May 08 21:26:37.081 INFO STEP 18 (ensure_symlink) COMPLETE
90582025-05-08T21:26:37.949Z[ host-image] May 08 21:26:37.081 INFO O| May 08 21:26:37.081 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90592025-05-08T21:26:38.044Z[ host-image] May 08 21:26:37.179 INFO O| May 08 21:26:37.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90602025-05-08T21:26:38.044Z[ host-image] May 08 21:26:37.179 INFO O| May 08 21:26:37.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90612025-05-08T21:26:38.048Z[ host-image] May 08 21:26:37.179 INFO O| May 08 21:26:37.179 INFO ok!
90622025-05-08T21:26:38.048Z[ host-image] May 08 21:26:37.179 INFO O| May 08 21:26:37.179 INFO STEP 19 (ensure_file) COMPLETE
90632025-05-08T21:26:38.048Z[ host-image] May 08 21:26:37.179 INFO O| May 08 21:26:37.179 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90642025-05-08T21:26:38.067Z[ host-image] May 08 21:26:37.199 INFO O| May 08 21:26:37.199 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90652025-05-08T21:26:38.068Z[ host-image] May 08 21:26:37.199 INFO O| May 08 21:26:37.199 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90662025-05-08T21:26:38.074Z[ host-image] May 08 21:26:37.199 INFO O| May 08 21:26:37.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90672025-05-08T21:26:38.074Z[ host-image] May 08 21:26:37.199 INFO O| May 08 21:26:37.199 INFO ok!
90682025-05-08T21:26:38.074Z[ host-image] May 08 21:26:37.199 INFO O| May 08 21:26:37.199 INFO STEP 20 (ensure_symlink) COMPLETE
90692025-05-08T21:26:38.074Z[ host-image] May 08 21:26:37.199 INFO O| May 08 21:26:37.199 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90702025-05-08T21:26:38.104Z[ host-image] May 08 21:26:37.239 INFO O| May 08 21:26:37.239 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90712025-05-08T21:26:38.104Z[ host-image] May 08 21:26:37.239 INFO O| May 08 21:26:37.239 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90722025-05-08T21:26:38.104Z[ host-image] May 08 21:26:37.239 INFO O| May 08 21:26:37.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90732025-05-08T21:26:38.105Z[ host-image] May 08 21:26:37.239 INFO O| May 08 21:26:37.239 INFO ok!
90742025-05-08T21:26:38.105Z[ host-image] May 08 21:26:37.239 INFO O| May 08 21:26:37.239 INFO STEP 21 (ensure_symlink) COMPLETE
90752025-05-08T21:26:38.105Z[ host-image] May 08 21:26:37.239 INFO O| May 08 21:26:37.239 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90762025-05-08T21:26:38.142Z[ host-image] May 08 21:26:37.272 INFO O| May 08 21:26:37.272 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90772025-05-08T21:26:38.143Z[ host-image] May 08 21:26:37.272 INFO O| May 08 21:26:37.272 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90782025-05-08T21:26:38.153Z[ host-image] May 08 21:26:37.272 INFO O| May 08 21:26:37.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90792025-05-08T21:26:38.153Z[ host-image] May 08 21:26:37.272 INFO O| May 08 21:26:37.272 INFO ok!
90802025-05-08T21:26:38.153Z[ host-image] May 08 21:26:37.272 INFO O| May 08 21:26:37.272 INFO STEP 22 (ensure_symlink) COMPLETE
90812025-05-08T21:26:38.153Z[ host-image] May 08 21:26:37.272 INFO O| May 08 21:26:37.272 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90822025-05-08T21:26:38.161Z[ host-image] May 08 21:26:37.297 INFO O| May 08 21:26:37.297 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90832025-05-08T21:26:38.166Z[ host-image] May 08 21:26:37.297 INFO O| May 08 21:26:37.297 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90842025-05-08T21:26:38.166Z[ host-image] May 08 21:26:37.298 INFO O| May 08 21:26:37.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90852025-05-08T21:26:38.166Z[ host-image] May 08 21:26:37.298 INFO O| May 08 21:26:37.298 INFO ok!
90862025-05-08T21:26:38.166Z[ host-image] May 08 21:26:37.298 INFO O| May 08 21:26:37.298 INFO STEP 23 (ensure_symlink) COMPLETE
90872025-05-08T21:26:38.166Z[ host-image] May 08 21:26:37.298 INFO O| May 08 21:26:37.298 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90882025-05-08T21:26:38.191Z[ host-image] May 08 21:26:37.319 INFO O| May 08 21:26:37.319 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90892025-05-08T21:26:38.191Z[ host-image] May 08 21:26:37.319 INFO O| May 08 21:26:37.319 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90902025-05-08T21:26:38.196Z[ host-image] May 08 21:26:37.319 INFO O| May 08 21:26:37.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90912025-05-08T21:26:38.196Z[ host-image] May 08 21:26:37.319 INFO O| May 08 21:26:37.319 INFO ok!
90922025-05-08T21:26:38.196Z[ host-image] May 08 21:26:37.319 INFO O| May 08 21:26:37.319 INFO STEP 24 (ensure_file) COMPLETE
90932025-05-08T21:26:38.196Z[ host-image] May 08 21:26:37.319 INFO O| May 08 21:26:37.319 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90942025-05-08T21:26:38.205Z[ host-image] May 08 21:26:37.341 INFO O| May 08 21:26:37.341 INFO updating shadow file
90952025-05-08T21:26:38.208Z[ host-image] May 08 21:26:37.341 INFO O| May 08 21:26:37.341 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90962025-05-08T21:26:38.209Z[ host-image] May 08 21:26:37.341 INFO O| May 08 21:26:37.341 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90972025-05-08T21:26:38.209Z[ host-image] May 08 21:26:37.342 INFO O| May 08 21:26:37.342 INFO STEP 25 (shadow) COMPLETE
90982025-05-08T21:26:38.209Z[ host-image] May 08 21:26:37.342 INFO O| May 08 21:26:37.342 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90992025-05-08T21:26:38.228Z[ host-image] May 08 21:26:37.363 INFO O| May 08 21:26:37.362 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91002025-05-08T21:26:38.228Z[ host-image] May 08 21:26:37.363 INFO O| May 08 21:26:37.363 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91012025-05-08T21:26:38.233Z[ host-image] May 08 21:26:37.363 INFO O| May 08 21:26:37.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91022025-05-08T21:26:38.233Z[ host-image] May 08 21:26:37.363 INFO O| May 08 21:26:37.363 INFO ok!
91032025-05-08T21:26:38.233Z[ host-image] May 08 21:26:37.363 INFO O| May 08 21:26:37.363 INFO STEP 26 (ensure_file) COMPLETE
91042025-05-08T21:26:38.233Z[ host-image] May 08 21:26:37.363 INFO O| May 08 21:26:37.363 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91052025-05-08T21:26:38.259Z[ host-image] May 08 21:26:37.395 INFO O| May 08 21:26:37.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91062025-05-08T21:26:38.260Z[ host-image] May 08 21:26:37.395 INFO O| May 08 21:26:37.395 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91072025-05-08T21:26:38.260Z[ host-image] May 08 21:26:37.395 INFO O| May 08 21:26:37.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91082025-05-08T21:26:38.263Z[ host-image] May 08 21:26:37.395 INFO O| May 08 21:26:37.395 INFO ok!
91092025-05-08T21:26:38.263Z[ host-image] May 08 21:26:37.395 INFO O| May 08 21:26:37.395 INFO STEP 27 (ensure_file) COMPLETE
91102025-05-08T21:26:38.263Z[ host-image] May 08 21:26:37.395 INFO O| May 08 21:26:37.395 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91112025-05-08T21:26:38.329Z[ host-image] May 08 21:26:37.465 INFO O| May 08 21:26:37.465 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91122025-05-08T21:26:38.329Z[ host-image] May 08 21:26:37.465 INFO O| May 08 21:26:37.465 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91132025-05-08T21:26:38.332Z[ host-image] May 08 21:26:37.465 INFO O| May 08 21:26:37.465 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91142025-05-08T21:26:38.332Z[ host-image] May 08 21:26:37.466 INFO O| May 08 21:26:37.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91152025-05-08T21:26:38.332Z[ host-image] May 08 21:26:37.466 INFO O| May 08 21:26:37.466 INFO ok!
91162025-05-08T21:26:38.332Z[ host-image] May 08 21:26:37.466 INFO O| May 08 21:26:37.466 INFO STEP 28 (ensure_file) COMPLETE
91172025-05-08T21:26:38.332Z[ host-image] May 08 21:26:37.466 INFO O| May 08 21:26:37.466 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91182025-05-08T21:26:38.390Z[ host-image] May 08 21:26:37.526 INFO O| May 08 21:26:37.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91192025-05-08T21:26:38.390Z[ host-image] May 08 21:26:37.526 INFO O| May 08 21:26:37.526 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91202025-05-08T21:26:38.390Z[ host-image] May 08 21:26:37.526 INFO O| May 08 21:26:37.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91212025-05-08T21:26:38.394Z[ host-image] May 08 21:26:37.526 INFO O| May 08 21:26:37.526 INFO ok!
91222025-05-08T21:26:38.394Z[ host-image] May 08 21:26:37.526 INFO O| May 08 21:26:37.526 INFO STEP 29 (ensure_file) COMPLETE
91232025-05-08T21:26:38.394Z[ host-image] May 08 21:26:37.526 INFO O| May 08 21:26:37.526 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91242025-05-08T21:26:38.409Z[ host-image] May 08 21:26:37.546 INFO O| May 08 21:26:37.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91252025-05-08T21:26:38.409Z[ host-image] May 08 21:26:37.546 INFO O| May 08 21:26:37.546 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91262025-05-08T21:26:38.413Z[ host-image] May 08 21:26:37.546 INFO O| May 08 21:26:37.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91272025-05-08T21:26:38.413Z[ host-image] May 08 21:26:37.546 INFO O| May 08 21:26:37.546 INFO ok!
91282025-05-08T21:26:38.413Z[ host-image] May 08 21:26:37.546 INFO O| May 08 21:26:37.546 INFO STEP 30 (ensure_file) COMPLETE
91292025-05-08T21:26:38.413Z[ host-image] May 08 21:26:37.546 INFO O| May 08 21:26:37.546 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91302025-05-08T21:26:38.436Z[ host-image] May 08 21:26:37.565 INFO O| May 08 21:26:37.565 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91312025-05-08T21:26:38.436Z[ host-image] May 08 21:26:37.565 INFO O| May 08 21:26:37.565 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91322025-05-08T21:26:38.446Z[ host-image] May 08 21:26:37.565 INFO O| May 08 21:26:37.565 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91332025-05-08T21:26:38.447Z[ host-image] May 08 21:26:37.565 INFO O| May 08 21:26:37.565 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91342025-05-08T21:26:38.447Z[ host-image] May 08 21:26:37.566 INFO O| May 08 21:26:37.565 INFO ok!
91352025-05-08T21:26:38.447Z[ host-image] May 08 21:26:37.566 INFO O| May 08 21:26:37.566 INFO STEP 31 (ensure_file) COMPLETE
91362025-05-08T21:26:38.447Z[ host-image] May 08 21:26:37.566 INFO O| May 08 21:26:37.566 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91372025-05-08T21:26:38.455Z[ host-image] May 08 21:26:37.587 INFO O| May 08 21:26:37.587 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91382025-05-08T21:26:38.455Z[ host-image] May 08 21:26:37.587 INFO O| May 08 21:26:37.587 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91392025-05-08T21:26:38.455Z[ host-image] May 08 21:26:37.588 INFO O| May 08 21:26:37.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91402025-05-08T21:26:38.455Z[ host-image] May 08 21:26:37.588 INFO O| May 08 21:26:37.588 INFO ok!
91412025-05-08T21:26:38.456Z[ host-image] May 08 21:26:37.588 INFO O| May 08 21:26:37.588 INFO STEP 32 (ensure_file) COMPLETE
91422025-05-08T21:26:38.456Z[ host-image] May 08 21:26:37.588 INFO O| May 08 21:26:37.588 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91432025-05-08T21:26:38.484Z[ host-image] May 08 21:26:37.620 INFO O| May 08 21:26:37.620 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91442025-05-08T21:26:38.484Z[ host-image] May 08 21:26:37.621 INFO O| May 08 21:26:37.621 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91452025-05-08T21:26:38.489Z[ host-image] May 08 21:26:37.621 INFO O| May 08 21:26:37.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91462025-05-08T21:26:38.489Z[ host-image] May 08 21:26:37.621 INFO O| May 08 21:26:37.621 INFO ok!
91472025-05-08T21:26:38.489Z[ host-image] May 08 21:26:37.621 INFO O| May 08 21:26:37.621 INFO STEP 33 (ensure_file) COMPLETE
91482025-05-08T21:26:38.489Z[ host-image] May 08 21:26:37.621 INFO O| May 08 21:26:37.621 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91492025-05-08T21:26:38.555Z[ host-image] May 08 21:26:37.691 INFO O| May 08 21:26:37.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91502025-05-08T21:26:38.555Z[ host-image] May 08 21:26:37.691 INFO O| May 08 21:26:37.691 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91512025-05-08T21:26:38.560Z[ host-image] May 08 21:26:37.691 INFO O| May 08 21:26:37.691 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91522025-05-08T21:26:38.560Z[ host-image] May 08 21:26:37.691 INFO O| May 08 21:26:37.691 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91532025-05-08T21:26:38.560Z[ host-image] May 08 21:26:37.691 INFO O| May 08 21:26:37.691 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91542025-05-08T21:26:38.560Z[ host-image] May 08 21:26:37.692 INFO O| May 08 21:26:37.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91552025-05-08T21:26:38.560Z[ host-image] May 08 21:26:37.692 INFO O| May 08 21:26:37.692 INFO ok!
91562025-05-08T21:26:38.560Z[ host-image] May 08 21:26:37.692 INFO O| May 08 21:26:37.692 INFO STEP 34 (ensure_file) COMPLETE
91572025-05-08T21:26:38.560Z[ host-image] May 08 21:26:37.692 INFO O| May 08 21:26:37.692 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91582025-05-08T21:26:38.577Z[ host-image] May 08 21:26:37.712 INFO O| May 08 21:26:37.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91592025-05-08T21:26:38.580Z[ host-image] May 08 21:26:37.712 INFO O| May 08 21:26:37.712 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91602025-05-08T21:26:38.581Z[ host-image] May 08 21:26:37.712 INFO O| May 08 21:26:37.712 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91612025-05-08T21:26:38.581Z[ host-image] May 08 21:26:37.712 INFO O| May 08 21:26:37.712 INFO STEP 35 (ensure_dir) COMPLETE
91622025-05-08T21:26:38.581Z[ host-image] May 08 21:26:37.712 INFO O| May 08 21:26:37.712 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91632025-05-08T21:26:38.603Z[ host-image] May 08 21:26:37.732 INFO O| May 08 21:26:37.732 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
91642025-05-08T21:26:38.603Z[ host-image] May 08 21:26:37.732 INFO O| May 08 21:26:37.732 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 ...
91652025-05-08T21:26:38.612Z[ host-image] May 08 21:26:37.733 INFO O| May 08 21:26:37.733 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
91662025-05-08T21:26:38.612Z[ host-image] May 08 21:26:37.733 INFO O| May 08 21:26:37.733 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
91672025-05-08T21:26:38.612Z[ host-image] May 08 21:26:37.733 INFO O| May 08 21:26:37.733 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
91682025-05-08T21:26:38.612Z[ host-image] May 08 21:26:37.733 INFO O| May 08 21:26:37.733 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
91692025-05-08T21:26:38.612Z[ host-image] May 08 21:26:37.733 INFO O| May 08 21:26:37.733 INFO ok!
91702025-05-08T21:26:38.612Z[ host-image] May 08 21:26:37.733 INFO O| May 08 21:26:37.733 INFO STEP 36 (ensure_file) COMPLETE
91712025-05-08T21:26:38.612Z[ host-image] May 08 21:26:37.733 INFO O| May 08 21:26:37.733 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91722025-05-08T21:26:38.649Z[ host-image] May 08 21:26:37.785 INFO O| May 08 21:26:37.785 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91732025-05-08T21:26:38.654Z[ host-image] May 08 21:26:37.785 INFO O| May 08 21:26:37.785 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 ...
91742025-05-08T21:26:38.654Z[ host-image] May 08 21:26:37.785 INFO O| May 08 21:26:37.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91752025-05-08T21:26:38.654Z[ host-image] May 08 21:26:37.785 INFO O| May 08 21:26:37.785 INFO ok!
91762025-05-08T21:26:38.654Z[ host-image] May 08 21:26:37.785 INFO O| May 08 21:26:37.785 INFO STEP 37 (ensure_symlink) COMPLETE
91772025-05-08T21:26:38.654Z[ host-image] May 08 21:26:37.785 INFO O| May 08 21:26:37.785 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91782025-05-08T21:26:38.674Z[ host-image] May 08 21:26:37.809 INFO O| May 08 21:26:37.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91792025-05-08T21:26:38.674Z[ host-image] May 08 21:26:37.809 INFO O| May 08 21:26:37.809 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91802025-05-08T21:26:38.698Z[ host-image] May 08 21:26:37.834 INFO O| May 08 21:26:37.834 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91812025-05-08T21:26:38.698Z[ host-image] May 08 21:26:37.834 INFO O| May 08 21:26:37.834 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91822025-05-08T21:26:38.703Z[ host-image] May 08 21:26:37.834 INFO O| May 08 21:26:37.834 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91832025-05-08T21:26:38.703Z[ host-image] May 08 21:26:37.834 INFO O| May 08 21:26:37.834 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91842025-05-08T21:26:38.703Z[ host-image] May 08 21:26:37.834 INFO O| May 08 21:26:37.834 INFO ok!
91852025-05-08T21:26:38.703Z[ host-image] May 08 21:26:37.834 INFO O| May 08 21:26:37.834 INFO STEP 38 (ensure_file) COMPLETE
91862025-05-08T21:26:38.703Z[ host-image] May 08 21:26:37.834 INFO O| May 08 21:26:37.834 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91872025-05-08T21:26:38.722Z[ host-image] May 08 21:26:37.858 INFO O| May 08 21:26:37.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91882025-05-08T21:26:38.722Z[ host-image] May 08 21:26:37.858 INFO O| May 08 21:26:37.858 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 ...
91892025-05-08T21:26:38.742Z[ host-image] May 08 21:26:37.873 INFO O| May 08 21:26:37.873 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
91902025-05-08T21:26:38.742Z[ host-image] May 08 21:26:37.873 INFO O| May 08 21:26:37.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91912025-05-08T21:26:38.750Z[ host-image] May 08 21:26:37.873 INFO O| May 08 21:26:37.873 INFO ok!
91922025-05-08T21:26:38.750Z[ host-image] May 08 21:26:37.873 INFO O| May 08 21:26:37.873 INFO STEP 39 (ensure_file) COMPLETE
91932025-05-08T21:26:38.750Z[ host-image] May 08 21:26:37.873 INFO O| May 08 21:26:37.873 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91942025-05-08T21:26:38.782Z[ host-image] May 08 21:26:37.913 INFO O| May 08 21:26:37.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91952025-05-08T21:26:38.783Z[ host-image] May 08 21:26:37.913 INFO O| May 08 21:26:37.913 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91962025-05-08T21:26:38.790Z[ host-image] May 08 21:26:37.913 INFO O| May 08 21:26:37.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91972025-05-08T21:26:38.790Z[ host-image] May 08 21:26:37.913 INFO O| May 08 21:26:37.913 INFO ok!
91982025-05-08T21:26:38.790Z[ host-image] May 08 21:26:37.913 INFO O| May 08 21:26:37.913 INFO STEP 40 (ensure_file) COMPLETE
91992025-05-08T21:26:38.790Z[ host-image] May 08 21:26:37.913 INFO O| May 08 21:26:37.913 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92002025-05-08T21:26:38.820Z[ host-image] May 08 21:26:37.956 INFO O| May 08 21:26:37.956 INFO updating shadow file
92012025-05-08T21:26:38.824Z[ host-image] May 08 21:26:37.957 INFO O| May 08 21:26:37.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92022025-05-08T21:26:38.824Z[ host-image] May 08 21:26:37.957 INFO O| May 08 21:26:37.957 INFO STEP 41 (shadow) COMPLETE
92032025-05-08T21:26:38.824Z[ host-image] May 08 21:26:37.957 INFO O| May 08 21:26:37.957 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92042025-05-08T21:26:38.843Z[ host-image] May 08 21:26:37.979 INFO O| May 08 21:26:37.979 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92052025-05-08T21:26:38.844Z[ host-image] May 08 21:26:37.979 INFO O| May 08 21:26:37.979 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92062025-05-08T21:26:38.848Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92072025-05-08T21:26:38.848Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92082025-05-08T21:26:38.848Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO ok!
92092025-05-08T21:26:38.849Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO STEP 42 (ensure_file) COMPLETE
92102025-05-08T21:26:38.849Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92112025-05-08T21:26:38.849Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO skip step because feature "mfg" is not enabled
92122025-05-08T21:26:38.849Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92132025-05-08T21:26:38.849Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO skip step because feature "mfg" is not enabled
92142025-05-08T21:26:38.849Z[ host-image] May 08 21:26:37.980 INFO O| May 08 21:26:37.980 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92152025-05-08T21:26:38.986Z[ host-image] May 08 21:26:38.122 INFO O| May 08 21:26:38.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92162025-05-08T21:26:38.986Z[ host-image] May 08 21:26:38.122 INFO O| May 08 21:26:38.122 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92172025-05-08T21:26:39.934Z[ host-image] May 08 21:26:39.070 INFO O| May 08 21:26:39.070 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92182025-05-08T21:26:39.934Z[ host-image] May 08 21:26:39.070 INFO O| May 08 21:26:39.070 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92192025-05-08T21:26:39.938Z[ host-image] May 08 21:26:39.070 INFO O| May 08 21:26:39.070 INFO ok!
92202025-05-08T21:26:39.938Z[ host-image] May 08 21:26:39.070 INFO O| May 08 21:26:39.070 INFO STEP 45 (ensure_file) COMPLETE
92212025-05-08T21:26:39.938Z[ host-image] May 08 21:26:39.070 INFO O| May 08 21:26:39.070 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92222025-05-08T21:26:39.968Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92232025-05-08T21:26:39.968Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92242025-05-08T21:26:39.973Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92252025-05-08T21:26:39.973Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92262025-05-08T21:26:39.974Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92272025-05-08T21:26:39.974Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92282025-05-08T21:26:39.974Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO ok!
92292025-05-08T21:26:39.974Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO STEP 46 (ensure_file) COMPLETE
92302025-05-08T21:26:39.974Z[ host-image] May 08 21:26:39.098 INFO O| May 08 21:26:39.098 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92312025-05-08T21:26:40.012Z[ host-image] May 08 21:26:39.148 INFO O| May 08 21:26:39.147 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92322025-05-08T21:26:40.012Z[ host-image] May 08 21:26:39.148 INFO O| May 08 21:26:39.148 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 ...
92332025-05-08T21:26:40.016Z[ host-image] May 08 21:26:39.148 INFO O| May 08 21:26:39.148 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
92342025-05-08T21:26:40.016Z[ host-image] May 08 21:26:39.148 INFO O| May 08 21:26:39.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92352025-05-08T21:26:40.016Z[ host-image] May 08 21:26:39.148 INFO O| May 08 21:26:39.148 INFO ok!
92362025-05-08T21:26:40.016Z[ host-image] May 08 21:26:39.148 INFO O| May 08 21:26:39.148 INFO STEP 47 (ensure_file) COMPLETE
92372025-05-08T21:26:40.016Z[ host-image] May 08 21:26:39.148 INFO O| May 08 21:26:39.148 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92382025-05-08T21:26:40.033Z[ host-image] May 08 21:26:39.169 INFO O| May 08 21:26:39.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92392025-05-08T21:26:40.033Z[ host-image] May 08 21:26:39.169 INFO O| May 08 21:26:39.169 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92402025-05-08T21:26:40.037Z[ host-image] May 08 21:26:39.170 INFO O| May 08 21:26:39.170 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92412025-05-08T21:26:40.038Z[ host-image] May 08 21:26:39.170 INFO O| May 08 21:26:39.170 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92422025-05-08T21:26:40.038Z[ host-image] May 08 21:26:39.170 INFO O| May 08 21:26:39.170 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92432025-05-08T21:26:40.038Z[ host-image] May 08 21:26:39.170 INFO O| May 08 21:26:39.170 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92442025-05-08T21:26:40.038Z[ host-image] May 08 21:26:39.170 INFO O| May 08 21:26:39.170 INFO ok!
92452025-05-08T21:26:40.038Z[ host-image] May 08 21:26:39.170 INFO O| May 08 21:26:39.170 INFO STEP 48 (ensure_file) COMPLETE
92462025-05-08T21:26:40.038Z[ host-image] May 08 21:26:39.170 INFO O| May 08 21:26:39.170 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92472025-05-08T21:26:40.085Z[ host-image] May 08 21:26:39.220 INFO O| May 08 21:26:39.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92482025-05-08T21:26:40.085Z[ host-image] May 08 21:26:39.221 INFO O| May 08 21:26:39.221 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 ...
92492025-05-08T21:26:40.088Z[ host-image] May 08 21:26:39.222 INFO O| May 08 21:26:39.222 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
92502025-05-08T21:26:40.088Z[ host-image] May 08 21:26:39.222 INFO O| May 08 21:26:39.222 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92512025-05-08T21:26:40.088Z[ host-image] May 08 21:26:39.222 INFO O| May 08 21:26:39.222 INFO ok!
92522025-05-08T21:26:40.088Z[ host-image] May 08 21:26:39.222 INFO O| May 08 21:26:39.222 INFO STEP 49 (ensure_file) COMPLETE
92532025-05-08T21:26:40.088Z[ host-image] May 08 21:26:39.222 INFO O| May 08 21:26:39.222 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92542025-05-08T21:26:40.127Z[ host-image] May 08 21:26:39.264 INFO O| May 08 21:26:39.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92552025-05-08T21:26:40.128Z[ host-image] May 08 21:26:39.264 INFO O| May 08 21:26:39.263 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92562025-05-08T21:26:40.148Z[ host-image] May 08 21:26:39.284 INFO O| May 08 21:26:39.284 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92572025-05-08T21:26:40.151Z[ host-image] May 08 21:26:39.284 INFO O| May 08 21:26:39.284 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92582025-05-08T21:26:40.151Z[ host-image] May 08 21:26:39.284 INFO O| May 08 21:26:39.284 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92592025-05-08T21:26:40.151Z[ host-image] May 08 21:26:39.284 INFO O| May 08 21:26:39.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92602025-05-08T21:26:40.151Z[ host-image] May 08 21:26:39.284 INFO O| May 08 21:26:39.284 INFO ok!
92612025-05-08T21:26:40.151Z[ host-image] May 08 21:26:39.284 INFO O| May 08 21:26:39.284 INFO STEP 50 (ensure_file) COMPLETE
92622025-05-08T21:26:40.151Z[ host-image] May 08 21:26:39.285 INFO O| May 08 21:26:39.284 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92632025-05-08T21:26:40.173Z[ host-image] May 08 21:26:39.306 INFO O| May 08 21:26:39.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92642025-05-08T21:26:40.173Z[ host-image] May 08 21:26:39.306 INFO O| May 08 21:26:39.306 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 ...
92652025-05-08T21:26:40.182Z[ host-image] May 08 21:26:39.318 INFO O| May 08 21:26:39.318 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
92662025-05-08T21:26:40.182Z[ host-image] May 08 21:26:39.318 INFO O| May 08 21:26:39.318 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92672025-05-08T21:26:40.185Z[ host-image] May 08 21:26:39.318 INFO O| May 08 21:26:39.318 INFO ok!
92682025-05-08T21:26:40.185Z[ host-image] May 08 21:26:39.318 INFO O| May 08 21:26:39.318 INFO STEP 51 (ensure_file) COMPLETE
92692025-05-08T21:26:40.185Z[ host-image] May 08 21:26:39.318 INFO O| May 08 21:26:39.318 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92702025-05-08T21:26:40.229Z[ host-image] May 08 21:26:39.364 INFO O| May 08 21:26:39.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92712025-05-08T21:26:40.229Z[ host-image] May 08 21:26:39.365 INFO O| May 08 21:26:39.364 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 ...
92722025-05-08T21:26:40.253Z[ host-image] May 08 21:26:39.389 INFO O| May 08 21:26:39.389 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
92732025-05-08T21:26:40.254Z[ host-image] May 08 21:26:39.389 INFO O| May 08 21:26:39.389 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92742025-05-08T21:26:40.258Z[ host-image] May 08 21:26:39.389 INFO O| May 08 21:26:39.389 INFO ok!
92752025-05-08T21:26:40.258Z[ host-image] May 08 21:26:39.389 INFO O| May 08 21:26:39.389 INFO STEP 52 (ensure_file) COMPLETE
92762025-05-08T21:26:40.258Z[ host-image] May 08 21:26:39.389 INFO O| May 08 21:26:39.389 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92772025-05-08T21:26:40.276Z[ host-image] May 08 21:26:39.409 INFO O| May 08 21:26:39.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92782025-05-08T21:26:40.277Z[ host-image] May 08 21:26:39.409 INFO O| May 08 21:26:39.409 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 ...
92792025-05-08T21:26:40.288Z[ host-image] May 08 21:26:39.416 INFO O| May 08 21:26:39.416 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
92802025-05-08T21:26:40.289Z[ host-image] May 08 21:26:39.416 INFO O| May 08 21:26:39.416 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92812025-05-08T21:26:40.289Z[ host-image] May 08 21:26:39.416 INFO O| May 08 21:26:39.416 INFO ok!
92822025-05-08T21:26:40.289Z[ host-image] May 08 21:26:39.416 INFO O| May 08 21:26:39.416 INFO STEP 53 (ensure_file) COMPLETE
92832025-05-08T21:26:40.289Z[ host-image] May 08 21:26:39.416 INFO O| May 08 21:26:39.416 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842025-05-08T21:26:40.302Z[ host-image] May 08 21:26:39.438 INFO O| May 08 21:26:39.437 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92852025-05-08T21:26:40.302Z[ host-image] May 08 21:26:39.438 INFO O| May 08 21:26:39.438 INFO STEP 54 (ensure_dir) COMPLETE
92862025-05-08T21:26:40.302Z[ host-image] May 08 21:26:39.438 INFO O| May 08 21:26:39.438 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872025-05-08T21:26:40.333Z[ host-image] May 08 21:26:39.458 INFO O| May 08 21:26:39.458 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92882025-05-08T21:26:40.333Z[ host-image] May 08 21:26:39.458 INFO O| May 08 21:26:39.458 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92892025-05-08T21:26:40.346Z[ host-image] May 08 21:26:39.458 INFO O| May 08 21:26:39.458 INFO STEP 55 (ensure_dir) COMPLETE
92902025-05-08T21:26:40.346Z[ host-image] May 08 21:26:39.458 INFO O| May 08 21:26:39.458 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912025-05-08T21:26:40.346Z[ host-image] May 08 21:26:39.480 INFO O| May 08 21:26:39.480 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92922025-05-08T21:26:40.346Z[ host-image] May 08 21:26:39.480 INFO O| May 08 21:26:39.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92932025-05-08T21:26:40.346Z[ host-image] May 08 21:26:39.480 INFO O| May 08 21:26:39.480 INFO STEP 56 (ensure_dir) COMPLETE
92942025-05-08T21:26:40.346Z[ host-image] May 08 21:26:39.480 INFO O| May 08 21:26:39.480 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952025-05-08T21:26:40.367Z[ host-image] May 08 21:26:39.501 INFO O| May 08 21:26:39.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92962025-05-08T21:26:40.367Z[ host-image] May 08 21:26:39.501 INFO O| May 08 21:26:39.501 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92972025-05-08T21:26:41.903Z[ host-image] May 08 21:26:41.039 INFO O| May 08 21:26:41.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92982025-05-08T21:26:41.903Z[ host-image] May 08 21:26:41.039 INFO O| May 08 21:26:41.039 INFO ok!
92992025-05-08T21:26:41.906Z[ host-image] May 08 21:26:41.039 INFO O| May 08 21:26:41.039 INFO STEP 57 (ensure_file) COMPLETE
93002025-05-08T21:26:41.907Z[ host-image] May 08 21:26:41.039 INFO O| May 08 21:26:41.039 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012025-05-08T21:26:41.925Z[ host-image] May 08 21:26:41.061 INFO O| May 08 21:26:41.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93022025-05-08T21:26:41.925Z[ host-image] May 08 21:26:41.061 INFO O| May 08 21:26:41.061 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93032025-05-08T21:26:43.241Z[ host-image] May 08 21:26:42.376 INFO O| May 08 21:26:42.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93042025-05-08T21:26:43.241Z[ host-image] May 08 21:26:42.376 INFO O| May 08 21:26:42.376 INFO ok!
93052025-05-08T21:26:43.244Z[ host-image] May 08 21:26:42.376 INFO O| May 08 21:26:42.376 INFO STEP 58 (ensure_file) COMPLETE
93062025-05-08T21:26:43.244Z[ host-image] May 08 21:26:42.376 INFO O| May 08 21:26:42.376 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072025-05-08T21:26:43.259Z[ host-image] May 08 21:26:42.395 INFO O| May 08 21:26:42.395 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93082025-05-08T21:26:43.259Z[ host-image] May 08 21:26:42.395 INFO O| May 08 21:26:42.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93092025-05-08T21:26:43.262Z[ host-image] May 08 21:26:42.395 INFO O| May 08 21:26:42.395 INFO STEP 59 (ensure_dir) COMPLETE
93102025-05-08T21:26:43.262Z[ host-image] May 08 21:26:42.395 INFO O| May 08 21:26:42.395 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112025-05-08T21:26:43.299Z[ host-image] May 08 21:26:42.434 INFO O| May 08 21:26:42.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93122025-05-08T21:26:43.299Z[ host-image] May 08 21:26:42.435 INFO O| May 08 21:26:42.434 INFO copying /tmp/.tmpXwhXpH/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 ...
93132025-05-08T21:26:43.302Z[ host-image] May 08 21:26:42.435 INFO O| May 08 21:26:42.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93142025-05-08T21:26:43.302Z[ host-image] May 08 21:26:42.435 INFO O| May 08 21:26:42.435 INFO ok!
93152025-05-08T21:26:43.302Z[ host-image] May 08 21:26:42.435 INFO O| May 08 21:26:42.435 INFO STEP 60 (ensure_file) COMPLETE
93162025-05-08T21:26:43.302Z[ host-image] May 08 21:26:42.435 INFO O| May 08 21:26:42.435 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172025-05-08T21:26:43.322Z[ host-image] May 08 21:26:42.458 INFO O| May 08 21:26:42.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93182025-05-08T21:26:43.322Z[ host-image] May 08 21:26:42.458 INFO O| May 08 21:26:42.458 INFO copying /tmp/.tmpXwhXpH/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 ...
93192025-05-08T21:26:43.325Z[ host-image] May 08 21:26:42.458 INFO O| May 08 21:26:42.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93202025-05-08T21:26:43.325Z[ host-image] May 08 21:26:42.458 INFO O| May 08 21:26:42.458 INFO ok!
93212025-05-08T21:26:43.325Z[ host-image] May 08 21:26:42.458 INFO O| May 08 21:26:42.458 INFO STEP 61 (ensure_file) COMPLETE
93222025-05-08T21:26:43.325Z[ host-image] May 08 21:26:42.458 INFO O| May 08 21:26:42.458 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232025-05-08T21:26:43.361Z[ host-image] May 08 21:26:42.497 INFO O| May 08 21:26:42.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93242025-05-08T21:26:43.364Z[ host-image] May 08 21:26:42.497 INFO O| May 08 21:26:42.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93252025-05-08T21:26:43.364Z[ host-image] May 08 21:26:42.497 INFO O| May 08 21:26:42.497 INFO STEP 62 (ensure_dir) COMPLETE
93262025-05-08T21:26:43.364Z[ host-image] May 08 21:26:42.498 INFO O| May 08 21:26:42.497 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272025-05-08T21:26:43.420Z[ host-image] May 08 21:26:42.556 INFO O| May 08 21:26:42.556 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93282025-05-08T21:26:43.420Z[ host-image] May 08 21:26:42.556 INFO O| May 08 21:26:42.556 INFO copying /tmp/.tmpXwhXpH/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 ...
93292025-05-08T21:26:43.424Z[ host-image] May 08 21:26:42.556 INFO O| May 08 21:26:42.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93302025-05-08T21:26:43.424Z[ host-image] May 08 21:26:42.556 INFO O| May 08 21:26:42.556 INFO ok!
93312025-05-08T21:26:43.424Z[ host-image] May 08 21:26:42.556 INFO O| May 08 21:26:42.556 INFO STEP 63 (ensure_file) COMPLETE
93322025-05-08T21:26:43.424Z[ host-image] May 08 21:26:42.556 INFO O| May 08 21:26:42.556 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332025-05-08T21:26:43.486Z[ host-image] May 08 21:26:42.621 INFO O| May 08 21:26:42.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93342025-05-08T21:26:43.486Z[ host-image] May 08 21:26:42.622 INFO O| May 08 21:26:42.621 INFO copying /tmp/.tmpXwhXpH/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 ...
93352025-05-08T21:26:43.486Z[ host-image] May 08 21:26:42.622 INFO O| May 08 21:26:42.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93362025-05-08T21:26:43.490Z[ host-image] May 08 21:26:42.622 INFO O| May 08 21:26:42.622 INFO ok!
93372025-05-08T21:26:43.490Z[ host-image] May 08 21:26:42.622 INFO O| May 08 21:26:42.622 INFO STEP 64 (ensure_file) COMPLETE
93382025-05-08T21:26:43.490Z[ host-image] May 08 21:26:42.622 INFO O| May 08 21:26:42.622 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392025-05-08T21:26:43.518Z[ host-image] May 08 21:26:42.653 INFO O| May 08 21:26:42.653 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93402025-05-08T21:26:43.518Z[ host-image] May 08 21:26:42.654 INFO O| May 08 21:26:42.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93412025-05-08T21:26:43.518Z[ host-image] May 08 21:26:42.654 INFO O| May 08 21:26:42.654 INFO STEP 65 (ensure_dir) COMPLETE
93422025-05-08T21:26:43.521Z[ host-image] May 08 21:26:42.654 INFO O| May 08 21:26:42.654 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432025-05-08T21:26:43.540Z[ host-image] May 08 21:26:42.675 INFO O| May 08 21:26:42.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93442025-05-08T21:26:43.540Z[ host-image] May 08 21:26:42.675 INFO O| May 08 21:26:42.675 INFO copying /tmp/.tmpXwhXpH/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 ...
93452025-05-08T21:26:43.543Z[ host-image] May 08 21:26:42.676 INFO O| May 08 21:26:42.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93462025-05-08T21:26:43.543Z[ host-image] May 08 21:26:42.676 INFO O| May 08 21:26:42.676 INFO ok!
93472025-05-08T21:26:43.543Z[ host-image] May 08 21:26:42.676 INFO O| May 08 21:26:42.676 INFO STEP 66 (ensure_file) COMPLETE
93482025-05-08T21:26:43.543Z[ host-image] May 08 21:26:42.676 INFO O| May 08 21:26:42.676 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492025-05-08T21:26:43.560Z[ host-image] May 08 21:26:42.695 INFO O| May 08 21:26:42.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93502025-05-08T21:26:43.560Z[ host-image] May 08 21:26:42.695 INFO O| May 08 21:26:42.695 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93512025-05-08T21:26:43.560Z[ host-image] May 08 21:26:42.695 INFO O| May 08 21:26:42.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93522025-05-08T21:26:43.563Z[ host-image] May 08 21:26:42.695 INFO O| May 08 21:26:42.695 INFO ok!
93532025-05-08T21:26:43.563Z[ host-image] May 08 21:26:42.695 INFO O| May 08 21:26:42.695 INFO STEP 67 (ensure_file) COMPLETE
93542025-05-08T21:26:43.563Z[ host-image] May 08 21:26:42.695 INFO O| May 08 21:26:42.695 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552025-05-08T21:26:43.593Z[ host-image] May 08 21:26:42.728 INFO O| May 08 21:26:42.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93562025-05-08T21:26:43.596Z[ host-image] May 08 21:26:42.729 INFO O| May 08 21:26:42.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93572025-05-08T21:26:43.597Z[ host-image] May 08 21:26:42.729 INFO O| May 08 21:26:42.728 INFO STEP 68 (ensure_dir) COMPLETE
93582025-05-08T21:26:43.597Z[ host-image] May 08 21:26:42.729 INFO O| May 08 21:26:42.729 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592025-05-08T21:26:43.629Z[ host-image] May 08 21:26:42.765 INFO O| May 08 21:26:42.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93602025-05-08T21:26:43.629Z[ host-image] May 08 21:26:42.765 INFO O| May 08 21:26:42.765 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93612025-05-08T21:26:43.850Z[ recovery-image] May 08 21:26:42.981 INFO E| Compiling clap v4.5.37
93622025-05-08T21:26:44.020Z[ recovery-image] May 08 21:26:43.153 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
93632025-05-08T21:26:44.272Z[ host-image] May 08 21:26:43.408 INFO O| May 08 21:26:43.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93642025-05-08T21:26:44.272Z[ host-image] May 08 21:26:43.408 INFO O| May 08 21:26:43.408 INFO ok!
93652025-05-08T21:26:44.273Z[ host-image] May 08 21:26:43.408 INFO O| May 08 21:26:43.408 INFO STEP 69 (ensure_file) COMPLETE
93662025-05-08T21:26:44.277Z[ host-image] May 08 21:26:43.408 INFO O| May 08 21:26:43.408 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672025-05-08T21:26:44.292Z[ host-image] May 08 21:26:43.428 INFO O| May 08 21:26:43.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93682025-05-08T21:26:44.292Z[ host-image] May 08 21:26:43.428 INFO O| May 08 21:26:43.427 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93692025-05-08T21:26:47.290Z[ host-image] May 08 21:26:46.425 INFO O| May 08 21:26:46.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93702025-05-08T21:26:47.290Z[ host-image] May 08 21:26:46.425 INFO O| May 08 21:26:46.425 INFO ok!
93712025-05-08T21:26:47.290Z[ host-image] May 08 21:26:46.425 INFO O| May 08 21:26:46.425 INFO STEP 70 (ensure_file) COMPLETE
93722025-05-08T21:26:47.293Z[ host-image] May 08 21:26:46.425 INFO O| May 08 21:26:46.425 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732025-05-08T21:26:47.311Z[ host-image] May 08 21:26:46.446 INFO O| May 08 21:26:46.446 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93742025-05-08T21:26:47.311Z[ host-image] May 08 21:26:46.446 INFO O| May 08 21:26:46.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93752025-05-08T21:26:47.311Z[ host-image] May 08 21:26:46.446 INFO O| May 08 21:26:46.446 INFO STEP 71 (ensure_dir) COMPLETE
93762025-05-08T21:26:47.314Z[ host-image] May 08 21:26:46.446 INFO O| May 08 21:26:46.446 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772025-05-08T21:26:47.329Z[ host-image] May 08 21:26:46.464 INFO O| May 08 21:26:46.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93782025-05-08T21:26:47.329Z[ host-image] May 08 21:26:46.464 INFO O| May 08 21:26:46.464 INFO copying /tmp/.tmpXwhXpH/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 ...
93792025-05-08T21:26:47.329Z[ host-image] May 08 21:26:46.464 INFO O| May 08 21:26:46.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93802025-05-08T21:26:47.329Z[ host-image] May 08 21:26:46.464 INFO O| May 08 21:26:46.464 INFO ok!
93812025-05-08T21:26:47.332Z[ host-image] May 08 21:26:46.464 INFO O| May 08 21:26:46.464 INFO STEP 72 (ensure_file) COMPLETE
93822025-05-08T21:26:47.332Z[ host-image] May 08 21:26:46.464 INFO O| May 08 21:26:46.464 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832025-05-08T21:26:47.359Z[ host-image] May 08 21:26:46.494 INFO O| May 08 21:26:46.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93842025-05-08T21:26:47.359Z[ host-image] May 08 21:26:46.494 INFO O| May 08 21:26:46.494 INFO copying /tmp/.tmpXwhXpH/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 ...
93852025-05-08T21:26:47.359Z[ host-image] May 08 21:26:46.494 INFO O| May 08 21:26:46.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93862025-05-08T21:26:47.359Z[ host-image] May 08 21:26:46.494 INFO O| May 08 21:26:46.494 INFO ok!
93872025-05-08T21:26:47.359Z[ host-image] May 08 21:26:46.494 INFO O| May 08 21:26:46.494 INFO STEP 73 (ensure_file) COMPLETE
93882025-05-08T21:26:47.359Z[ host-image] May 08 21:26:46.494 INFO O| May 08 21:26:46.494 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892025-05-08T21:26:47.411Z[ host-image] May 08 21:26:46.547 INFO O| May 08 21:26:46.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93902025-05-08T21:26:47.411Z[ host-image] May 08 21:26:46.547 INFO O| May 08 21:26:46.547 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93912025-05-08T21:26:47.415Z[ host-image] May 08 21:26:46.547 INFO O| May 08 21:26:46.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93922025-05-08T21:26:47.415Z[ host-image] May 08 21:26:46.547 INFO O| May 08 21:26:46.547 INFO ok!
93932025-05-08T21:26:47.415Z[ host-image] May 08 21:26:46.547 INFO O| May 08 21:26:46.547 INFO STEP 74 (ensure_file) COMPLETE
93942025-05-08T21:26:47.415Z[ host-image] May 08 21:26:46.547 INFO O| May 08 21:26:46.547 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952025-05-08T21:26:47.458Z[ host-image] May 08 21:26:46.593 INFO O| May 08 21:26:46.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93962025-05-08T21:26:47.458Z[ host-image] May 08 21:26:46.593 INFO O| May 08 21:26:46.593 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93972025-05-08T21:26:47.461Z[ host-image] May 08 21:26:46.594 INFO O| May 08 21:26:46.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93982025-05-08T21:26:47.461Z[ host-image] May 08 21:26:46.594 INFO O| May 08 21:26:46.594 INFO ok!
93992025-05-08T21:26:47.461Z[ host-image] May 08 21:26:46.594 INFO O| May 08 21:26:46.594 INFO STEP 75 (ensure_file) COMPLETE
94002025-05-08T21:26:47.461Z[ host-image] May 08 21:26:46.594 INFO O| May 08 21:26:46.594 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012025-05-08T21:26:47.522Z[ host-image] May 08 21:26:46.657 INFO O| May 08 21:26:46.657 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94022025-05-08T21:26:47.525Z[ host-image] May 08 21:26:46.657 INFO O| May 08 21:26:46.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94032025-05-08T21:26:47.525Z[ host-image] May 08 21:26:46.657 INFO O| May 08 21:26:46.657 INFO STEP 76 (ensure_dir) COMPLETE
94042025-05-08T21:26:47.525Z[ host-image] May 08 21:26:46.657 INFO O| May 08 21:26:46.657 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052025-05-08T21:26:47.560Z[ host-image] May 08 21:26:46.695 INFO O| May 08 21:26:46.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94062025-05-08T21:26:47.560Z[ host-image] May 08 21:26:46.695 INFO O| May 08 21:26:46.695 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94072025-05-08T21:26:47.564Z[ host-image] May 08 21:26:46.700 INFO O| May 08 21:26:46.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94082025-05-08T21:26:47.565Z[ host-image] May 08 21:26:46.700 INFO O| May 08 21:26:46.700 INFO ok!
94092025-05-08T21:26:47.569Z[ host-image] May 08 21:26:46.700 INFO O| May 08 21:26:46.700 INFO STEP 77 (ensure_file) COMPLETE
94102025-05-08T21:26:47.569Z[ host-image] May 08 21:26:46.700 INFO O| May 08 21:26:46.700 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112025-05-08T21:26:47.627Z[ host-image] May 08 21:26:46.762 INFO O| May 08 21:26:46.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94122025-05-08T21:26:47.627Z[ host-image] May 08 21:26:46.762 INFO O| May 08 21:26:46.762 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94132025-05-08T21:26:47.627Z[ host-image] May 08 21:26:46.762 INFO O| May 08 21:26:46.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94142025-05-08T21:26:47.627Z[ host-image] May 08 21:26:46.762 INFO O| May 08 21:26:46.762 INFO ok!
94152025-05-08T21:26:47.627Z[ host-image] May 08 21:26:46.762 INFO O| May 08 21:26:46.762 INFO STEP 78 (ensure_file) COMPLETE
94162025-05-08T21:26:47.630Z[ host-image] May 08 21:26:46.762 INFO O| May 08 21:26:46.762 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172025-05-08T21:26:47.666Z[ host-image] May 08 21:26:46.801 INFO O| May 08 21:26:46.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94182025-05-08T21:26:47.669Z[ host-image] May 08 21:26:46.801 INFO O| May 08 21:26:46.801 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94192025-05-08T21:26:48.460Z[ recovery-image] May 08 21:26:47.595 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.37s
94202025-05-08T21:26:48.492Z[ recovery-image] May 08 21:26:47.627 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
94212025-05-08T21:26:48.849Z[ recovery-image] May 08 21:26:47.984 INFO E| Downloading crates ...
94222025-05-08T21:26:49.101Z[ recovery-image] May 08 21:26:48.237 INFO E| Downloaded cpio_reader v0.1.1
94232025-05-08T21:26:49.105Z[ recovery-image] May 08 21:26:48.240 INFO E| Downloaded bitstruct_derive v0.1.0
94242025-05-08T21:26:49.108Z[ recovery-image] May 08 21:26:48.241 INFO E| Downloaded seq-macro v0.3.6
94252025-05-08T21:26:49.112Z[ recovery-image] May 08 21:26:48.245 INFO E| Downloaded raw-cpuid v10.7.0
94262025-05-08T21:26:49.156Z[ recovery-image] May 08 21:26:48.291 INFO E| Downloaded bitstruct v0.1.1
94272025-05-08T21:26:49.159Z[ recovery-image] May 08 21:26:48.294 INFO E| Downloaded bit_field v0.10.2
94282025-05-08T21:26:49.286Z[ recovery-image] May 08 21:26:48.421 INFO E| Downloaded x86 v0.52.0
94292025-05-08T21:26:49.405Z[ recovery-image] May 08 21:26:48.540 INFO E| Updating crates.io index
94302025-05-08T21:26:49.659Z[ recovery-image] May 08 21:26:48.794 INFO E| Downloading crates ...
94312025-05-08T21:26:49.740Z[ host-image] May 08 21:26:48.875 INFO O| May 08 21:26:48.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94322025-05-08T21:26:49.740Z[ host-image] May 08 21:26:48.875 INFO O| May 08 21:26:48.875 INFO ok!
94332025-05-08T21:26:49.740Z[ host-image] May 08 21:26:48.875 INFO O| May 08 21:26:48.875 INFO STEP 79 (ensure_file) COMPLETE
94342025-05-08T21:26:49.740Z[ host-image] May 08 21:26:48.875 INFO O| May 08 21:26:48.875 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352025-05-08T21:26:49.796Z[ host-image] May 08 21:26:48.931 INFO O| May 08 21:26:48.931 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94362025-05-08T21:26:49.796Z[ host-image] May 08 21:26:48.931 INFO O| May 08 21:26:48.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94372025-05-08T21:26:49.796Z[ host-image] May 08 21:26:48.931 INFO O| May 08 21:26:48.931 INFO STEP 80 (ensure_dir) COMPLETE
94382025-05-08T21:26:49.799Z[ host-image] May 08 21:26:48.931 INFO O| May 08 21:26:48.931 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392025-05-08T21:26:49.844Z[ host-image] May 08 21:26:48.978 INFO O| May 08 21:26:48.978 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94402025-05-08T21:26:49.844Z[ host-image] May 08 21:26:48.978 INFO O| May 08 21:26:48.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94412025-05-08T21:26:49.848Z[ host-image] May 08 21:26:48.978 INFO O| May 08 21:26:48.978 INFO STEP 81 (ensure_dir) COMPLETE
94422025-05-08T21:26:49.848Z[ host-image] May 08 21:26:48.978 INFO O| May 08 21:26:48.978 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432025-05-08T21:26:49.880Z[ host-image] May 08 21:26:49.015 INFO O| May 08 21:26:49.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94442025-05-08T21:26:49.880Z[ host-image] May 08 21:26:49.015 INFO O| May 08 21:26:49.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94452025-05-08T21:26:49.880Z[ host-image] May 08 21:26:49.015 INFO O| May 08 21:26:49.015 INFO STEP 82 (ensure_dir) COMPLETE
94462025-05-08T21:26:49.880Z[ host-image] May 08 21:26:49.015 INFO O| May 08 21:26:49.015 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472025-05-08T21:26:49.960Z[ host-image] May 08 21:26:49.095 INFO O| May 08 21:26:49.095 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94482025-05-08T21:26:49.960Z[ host-image] May 08 21:26:49.095 INFO O| May 08 21:26:49.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94492025-05-08T21:26:49.960Z[ host-image] May 08 21:26:49.095 INFO O| May 08 21:26:49.095 INFO STEP 83 (ensure_dir) COMPLETE
94502025-05-08T21:26:49.963Z[ host-image] May 08 21:26:49.095 INFO O| May 08 21:26:49.095 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512025-05-08T21:26:49.966Z[ recovery-image] May 08 21:26:49.099 INFO E| Downloaded rustc-literal-escaper v0.0.2
94522025-05-08T21:26:49.970Z[ recovery-image] May 08 21:26:49.102 INFO E| Downloaded allocator-api2 v0.2.21
94532025-05-08T21:26:49.987Z[ host-image] May 08 21:26:49.122 INFO O| May 08 21:26:49.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94542025-05-08T21:26:49.987Z[ host-image] May 08 21:26:49.122 INFO O| May 08 21:26:49.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94552025-05-08T21:26:49.990Z[ recovery-image] May 08 21:26:49.123 INFO E| Downloaded compiler_builtins v0.1.155
94562025-05-08T21:26:49.990Z[ host-image] May 08 21:26:49.122 INFO O| May 08 21:26:49.122 INFO STEP 84 (ensure_dir) COMPLETE
94572025-05-08T21:26:49.990Z[ host-image] May 08 21:26:49.122 INFO O| May 08 21:26:49.122 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582025-05-08T21:26:50.010Z[ host-image] May 08 21:26:49.145 INFO O| May 08 21:26:49.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94592025-05-08T21:26:50.010Z[ host-image] May 08 21:26:49.145 INFO O| May 08 21:26:49.145 INFO copying /tmp/.tmpXwhXpH/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 ...
94602025-05-08T21:26:50.010Z[ host-image] May 08 21:26:49.145 INFO O| May 08 21:26:49.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94612025-05-08T21:26:50.014Z[ host-image] May 08 21:26:49.146 INFO O| May 08 21:26:49.145 INFO ok!
94622025-05-08T21:26:50.014Z[ host-image] May 08 21:26:49.146 INFO O| May 08 21:26:49.146 INFO STEP 85 (ensure_file) COMPLETE
94632025-05-08T21:26:50.014Z[ host-image] May 08 21:26:49.146 INFO O| May 08 21:26:49.146 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642025-05-08T21:26:50.050Z[ host-image] May 08 21:26:49.185 INFO O| May 08 21:26:49.185 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94652025-05-08T21:26:50.050Z[ host-image] May 08 21:26:49.185 INFO O| May 08 21:26:49.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94662025-05-08T21:26:50.050Z[ host-image] May 08 21:26:49.185 INFO O| May 08 21:26:49.185 INFO STEP 86 (ensure_dir) COMPLETE
94672025-05-08T21:26:50.054Z[ host-image] May 08 21:26:49.185 INFO O| May 08 21:26:49.185 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682025-05-08T21:26:50.078Z[ recovery-image] May 08 21:26:49.213 INFO E| Compiling compiler_builtins v0.1.155
94692025-05-08T21:26:50.078Z[ recovery-image] May 08 21:26:49.214 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)
94702025-05-08T21:26:50.079Z[ recovery-image] May 08 21:26:49.214 INFO E| Compiling proc-macro2 v1.0.95
94712025-05-08T21:26:50.079Z[ recovery-image] May 08 21:26:49.214 INFO E| Compiling unicode-ident v1.0.18
94722025-05-08T21:26:50.082Z[ recovery-image] May 08 21:26:49.214 INFO E| Compiling syn v1.0.109
94732025-05-08T21:26:50.082Z[ recovery-image] May 08 21:26:49.214 INFO E| Compiling x86 v0.52.0
94742025-05-08T21:26:50.082Z[ recovery-image] May 08 21:26:49.214 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94752025-05-08T21:26:50.082Z[ recovery-image] May 08 21:26:49.214 INFO E| Compiling seq-macro v0.3.6
94762025-05-08T21:26:50.101Z[ host-image] May 08 21:26:49.236 INFO O| May 08 21:26:49.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94772025-05-08T21:26:50.101Z[ host-image] May 08 21:26:49.236 INFO O| May 08 21:26:49.236 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94782025-05-08T21:26:50.101Z[ host-image] May 08 21:26:49.236 INFO O| May 08 21:26:49.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94792025-05-08T21:26:50.101Z[ host-image] May 08 21:26:49.236 INFO O| May 08 21:26:49.236 INFO ok!
94802025-05-08T21:26:50.104Z[ host-image] May 08 21:26:49.236 INFO O| May 08 21:26:49.236 INFO STEP 87 (ensure_file) COMPLETE
94812025-05-08T21:26:50.104Z[ host-image] May 08 21:26:49.236 INFO O| May 08 21:26:49.236 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822025-05-08T21:26:50.136Z[ host-image] May 08 21:26:49.271 INFO O| May 08 21:26:49.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94832025-05-08T21:26:50.136Z[ host-image] May 08 21:26:49.271 INFO O| May 08 21:26:49.271 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94842025-05-08T21:26:50.741Z[ host-image] May 08 21:26:49.876 INFO O| May 08 21:26:49.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94852025-05-08T21:26:50.741Z[ host-image] May 08 21:26:49.876 INFO O| May 08 21:26:49.876 INFO ok!
94862025-05-08T21:26:50.745Z[ host-image] May 08 21:26:49.876 INFO O| May 08 21:26:49.876 INFO STEP 88 (ensure_file) COMPLETE
94872025-05-08T21:26:50.745Z[ host-image] May 08 21:26:49.876 INFO O| May 08 21:26:49.876 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882025-05-08T21:26:50.862Z[ host-image] May 08 21:26:49.997 INFO O| May 08 21:26:49.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94892025-05-08T21:26:50.862Z[ host-image] May 08 21:26:49.997 INFO O| May 08 21:26:49.997 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94902025-05-08T21:26:51.591Z[ host-image] May 08 21:26:50.725 INFO O| May 08 21:26:50.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94912025-05-08T21:26:51.591Z[ host-image] May 08 21:26:50.725 INFO O| May 08 21:26:50.725 INFO ok!
94922025-05-08T21:26:51.594Z[ host-image] May 08 21:26:50.725 INFO O| May 08 21:26:50.725 INFO STEP 89 (ensure_file) COMPLETE
94932025-05-08T21:26:51.594Z[ host-image] May 08 21:26:50.726 INFO O| May 08 21:26:50.725 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942025-05-08T21:26:51.613Z[ host-image] May 08 21:26:50.748 INFO O| May 08 21:26:50.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94952025-05-08T21:26:51.613Z[ host-image] May 08 21:26:50.748 INFO O| May 08 21:26:50.748 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94962025-05-08T21:26:51.616Z[ host-image] May 08 21:26:50.748 INFO O| May 08 21:26:50.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94972025-05-08T21:26:51.616Z[ host-image] May 08 21:26:50.748 INFO O| May 08 21:26:50.748 INFO ok!
94982025-05-08T21:26:51.616Z[ host-image] May 08 21:26:50.748 INFO O| May 08 21:26:50.748 INFO STEP 90 (ensure_file) COMPLETE
94992025-05-08T21:26:51.616Z[ host-image] May 08 21:26:50.748 INFO O| May 08 21:26:50.748 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002025-05-08T21:26:51.635Z[ host-image] May 08 21:26:50.770 INFO O| May 08 21:26:50.770 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95012025-05-08T21:26:51.635Z[ host-image] May 08 21:26:50.770 INFO O| May 08 21:26:50.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95022025-05-08T21:26:51.635Z[ host-image] May 08 21:26:50.770 INFO O| May 08 21:26:50.770 INFO STEP 91 (ensure_dir) COMPLETE
95032025-05-08T21:26:51.638Z[ host-image] May 08 21:26:50.770 INFO O| May 08 21:26:50.770 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042025-05-08T21:26:51.689Z[ host-image] May 08 21:26:50.824 INFO O| May 08 21:26:50.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95052025-05-08T21:26:51.689Z[ host-image] May 08 21:26:50.824 INFO O| May 08 21:26:50.824 INFO copying /tmp/.tmpXwhXpH/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 ...
95062025-05-08T21:26:51.693Z[ host-image] May 08 21:26:50.825 INFO O| May 08 21:26:50.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95072025-05-08T21:26:51.693Z[ host-image] May 08 21:26:50.825 INFO O| May 08 21:26:50.825 INFO ok!
95082025-05-08T21:26:51.693Z[ host-image] May 08 21:26:50.825 INFO O| May 08 21:26:50.825 INFO STEP 92 (ensure_file) COMPLETE
95092025-05-08T21:26:51.693Z[ host-image] May 08 21:26:50.825 INFO O| May 08 21:26:50.825 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102025-05-08T21:26:51.784Z[ host-image] May 08 21:26:50.918 INFO O| May 08 21:26:50.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95112025-05-08T21:26:51.784Z[ host-image] May 08 21:26:50.918 INFO O| May 08 21:26:50.918 INFO copying /tmp/.tmpXwhXpH/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 ...
95122025-05-08T21:26:51.784Z[ host-image] May 08 21:26:50.918 INFO O| May 08 21:26:50.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95132025-05-08T21:26:51.784Z[ host-image] May 08 21:26:50.919 INFO O| May 08 21:26:50.918 INFO ok!
95142025-05-08T21:26:51.784Z[ host-image] May 08 21:26:50.919 INFO O| May 08 21:26:50.918 INFO STEP 93 (ensure_file) COMPLETE
95152025-05-08T21:26:51.784Z[ host-image] May 08 21:26:50.919 INFO O| May 08 21:26:50.918 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162025-05-08T21:26:51.910Z[ host-image] May 08 21:26:51.045 INFO O| May 08 21:26:51.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95172025-05-08T21:26:51.910Z[ host-image] May 08 21:26:51.045 INFO O| May 08 21:26:51.044 INFO copying /tmp/.tmpXwhXpH/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 ...
95182025-05-08T21:26:51.913Z[ host-image] May 08 21:26:51.045 INFO O| May 08 21:26:51.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95192025-05-08T21:26:51.913Z[ host-image] May 08 21:26:51.045 INFO O| May 08 21:26:51.045 INFO ok!
95202025-05-08T21:26:51.913Z[ host-image] May 08 21:26:51.045 INFO O| May 08 21:26:51.045 INFO STEP 94 (ensure_file) COMPLETE
95212025-05-08T21:26:51.913Z[ host-image] May 08 21:26:51.045 INFO O| May 08 21:26:51.045 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222025-05-08T21:26:52.000Z[ host-image] May 08 21:26:51.135 INFO O| May 08 21:26:51.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95232025-05-08T21:26:52.001Z[ host-image] May 08 21:26:51.135 INFO O| May 08 21:26:51.135 INFO copying /tmp/.tmpXwhXpH/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 ...
95242025-05-08T21:26:52.004Z[ host-image] May 08 21:26:51.135 INFO O| May 08 21:26:51.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95252025-05-08T21:26:52.004Z[ host-image] May 08 21:26:51.135 INFO O| May 08 21:26:51.135 INFO ok!
95262025-05-08T21:26:52.004Z[ host-image] May 08 21:26:51.135 INFO O| May 08 21:26:51.135 INFO STEP 95 (ensure_file) COMPLETE
95272025-05-08T21:26:52.004Z[ host-image] May 08 21:26:51.135 INFO O| May 08 21:26:51.135 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282025-05-08T21:26:52.029Z[ host-image] May 08 21:26:51.164 INFO O| May 08 21:26:51.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95292025-05-08T21:26:52.029Z[ host-image] May 08 21:26:51.164 INFO O| May 08 21:26:51.164 INFO copying /tmp/.tmpXwhXpH/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 ...
95302025-05-08T21:26:52.033Z[ host-image] May 08 21:26:51.164 INFO O| May 08 21:26:51.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95312025-05-08T21:26:52.033Z[ host-image] May 08 21:26:51.164 INFO O| May 08 21:26:51.164 INFO ok!
95322025-05-08T21:26:52.033Z[ host-image] May 08 21:26:51.164 INFO O| May 08 21:26:51.164 INFO STEP 96 (ensure_file) COMPLETE
95332025-05-08T21:26:52.033Z[ host-image] May 08 21:26:51.164 INFO O| May 08 21:26:51.164 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342025-05-08T21:26:52.076Z[ host-image] May 08 21:26:51.211 INFO O| May 08 21:26:51.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95352025-05-08T21:26:52.076Z[ host-image] May 08 21:26:51.211 INFO O| May 08 21:26:51.210 INFO copying /tmp/.tmpXwhXpH/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 ...
95362025-05-08T21:26:52.079Z[ host-image] May 08 21:26:51.211 INFO O| May 08 21:26:51.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95372025-05-08T21:26:52.079Z[ host-image] May 08 21:26:51.211 INFO O| May 08 21:26:51.211 INFO ok!
95382025-05-08T21:26:52.079Z[ host-image] May 08 21:26:51.211 INFO O| May 08 21:26:51.211 INFO STEP 97 (ensure_file) COMPLETE
95392025-05-08T21:26:52.079Z[ host-image] May 08 21:26:51.211 INFO O| May 08 21:26:51.211 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402025-05-08T21:26:52.189Z[ host-image] May 08 21:26:51.319 INFO O| May 08 21:26:51.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95412025-05-08T21:26:52.189Z[ host-image] May 08 21:26:51.319 INFO O| May 08 21:26:51.319 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95422025-05-08T21:26:52.189Z[ host-image] May 08 21:26:51.320 INFO O| May 08 21:26:51.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95432025-05-08T21:26:52.189Z[ host-image] May 08 21:26:51.320 INFO O| May 08 21:26:51.320 INFO ok!
95442025-05-08T21:26:52.189Z[ host-image] May 08 21:26:51.320 INFO O| May 08 21:26:51.320 INFO STEP 98 (ensure_file) COMPLETE
95452025-05-08T21:26:52.189Z[ host-image] May 08 21:26:51.320 INFO O| May 08 21:26:51.320 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462025-05-08T21:26:52.217Z[ host-image] May 08 21:26:51.353 INFO O| May 08 21:26:51.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95472025-05-08T21:26:52.218Z[ host-image] May 08 21:26:51.353 INFO O| May 08 21:26:51.352 INFO copying /tmp/.tmpXwhXpH/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 ...
95482025-05-08T21:26:52.218Z[ host-image] May 08 21:26:51.353 INFO O| May 08 21:26:51.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95492025-05-08T21:26:52.221Z[ host-image] May 08 21:26:51.353 INFO O| May 08 21:26:51.353 INFO ok!
95502025-05-08T21:26:52.221Z[ host-image] May 08 21:26:51.353 INFO O| May 08 21:26:51.353 INFO STEP 99 (ensure_file) COMPLETE
95512025-05-08T21:26:52.222Z[ host-image] May 08 21:26:51.353 INFO O| May 08 21:26:51.353 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522025-05-08T21:26:52.237Z[ host-image] May 08 21:26:51.372 INFO O| May 08 21:26:51.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95532025-05-08T21:26:52.237Z[ host-image] May 08 21:26:51.372 INFO O| May 08 21:26:51.372 INFO copying /tmp/.tmpXwhXpH/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 ...
95542025-05-08T21:26:52.240Z[ host-image] May 08 21:26:51.372 INFO O| May 08 21:26:51.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95552025-05-08T21:26:52.240Z[ host-image] May 08 21:26:51.372 INFO O| May 08 21:26:51.372 INFO ok!
95562025-05-08T21:26:52.240Z[ host-image] May 08 21:26:51.372 INFO O| May 08 21:26:51.372 INFO STEP 100 (ensure_file) COMPLETE
95572025-05-08T21:26:52.240Z[ host-image] May 08 21:26:51.373 INFO O| May 08 21:26:51.372 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582025-05-08T21:26:52.258Z[ host-image] May 08 21:26:51.393 INFO O| May 08 21:26:51.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95592025-05-08T21:26:52.258Z[ host-image] May 08 21:26:51.393 INFO O| May 08 21:26:51.393 INFO copying /tmp/.tmpXwhXpH/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 ...
95602025-05-08T21:26:52.261Z[ host-image] May 08 21:26:51.393 INFO O| May 08 21:26:51.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95612025-05-08T21:26:52.261Z[ host-image] May 08 21:26:51.393 INFO O| May 08 21:26:51.393 INFO ok!
95622025-05-08T21:26:52.261Z[ host-image] May 08 21:26:51.393 INFO O| May 08 21:26:51.393 INFO STEP 101 (ensure_file) COMPLETE
95632025-05-08T21:26:52.261Z[ host-image] May 08 21:26:51.393 INFO O| May 08 21:26:51.393 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642025-05-08T21:26:52.280Z[ host-image] May 08 21:26:51.413 INFO O| May 08 21:26:51.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95652025-05-08T21:26:52.280Z[ host-image] May 08 21:26:51.413 INFO O| May 08 21:26:51.413 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95662025-05-08T21:26:52.280Z[ host-image] May 08 21:26:51.414 INFO O| May 08 21:26:51.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95672025-05-08T21:26:52.283Z[ host-image] May 08 21:26:51.414 INFO O| May 08 21:26:51.414 INFO ok!
95682025-05-08T21:26:52.284Z[ host-image] May 08 21:26:51.414 INFO O| May 08 21:26:51.414 INFO STEP 102 (ensure_file) COMPLETE
95692025-05-08T21:26:52.284Z[ host-image] May 08 21:26:51.414 INFO O| May 08 21:26:51.414 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702025-05-08T21:26:52.297Z[ host-image] May 08 21:26:51.432 INFO O| May 08 21:26:51.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95712025-05-08T21:26:52.297Z[ host-image] May 08 21:26:51.432 INFO O| May 08 21:26:51.432 INFO copying /tmp/.tmpXwhXpH/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 ...
95722025-05-08T21:26:52.300Z[ host-image] May 08 21:26:51.432 INFO O| May 08 21:26:51.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95732025-05-08T21:26:52.300Z[ host-image] May 08 21:26:51.432 INFO O| May 08 21:26:51.432 INFO ok!
95742025-05-08T21:26:52.300Z[ host-image] May 08 21:26:51.432 INFO O| May 08 21:26:51.432 INFO STEP 103 (ensure_file) COMPLETE
95752025-05-08T21:26:52.300Z[ host-image] May 08 21:26:51.432 INFO O| May 08 21:26:51.432 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762025-05-08T21:26:52.315Z[ host-image] May 08 21:26:51.450 INFO O| May 08 21:26:51.450 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95772025-05-08T21:26:52.315Z[ host-image] May 08 21:26:51.450 INFO O| May 08 21:26:51.450 INFO copying /tmp/.tmpXwhXpH/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 ...
95782025-05-08T21:26:52.319Z[ host-image] May 08 21:26:51.451 INFO O| May 08 21:26:51.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95792025-05-08T21:26:52.319Z[ host-image] May 08 21:26:51.451 INFO O| May 08 21:26:51.451 INFO ok!
95802025-05-08T21:26:52.319Z[ host-image] May 08 21:26:51.451 INFO O| May 08 21:26:51.451 INFO STEP 104 (ensure_file) COMPLETE
95812025-05-08T21:26:52.319Z[ host-image] May 08 21:26:51.451 INFO O| May 08 21:26:51.451 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822025-05-08T21:26:52.336Z[ host-image] May 08 21:26:51.471 INFO O| May 08 21:26:51.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
95832025-05-08T21:26:52.337Z[ host-image] May 08 21:26:51.472 INFO O| May 08 21:26:51.471 INFO copying /tmp/.tmpXwhXpH/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 ...
95842025-05-08T21:26:52.337Z[ host-image] May 08 21:26:51.472 INFO O| May 08 21:26:51.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95852025-05-08T21:26:52.337Z[ host-image] May 08 21:26:51.472 INFO O| May 08 21:26:51.472 INFO ok!
95862025-05-08T21:26:52.340Z[ host-image] May 08 21:26:51.472 INFO O| May 08 21:26:51.472 INFO STEP 105 (ensure_file) COMPLETE
95872025-05-08T21:26:52.340Z[ host-image] May 08 21:26:51.472 INFO O| May 08 21:26:51.472 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882025-05-08T21:26:52.370Z[ host-image] May 08 21:26:51.504 INFO O| May 08 21:26:51.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95892025-05-08T21:26:52.370Z[ host-image] May 08 21:26:51.504 INFO O| May 08 21:26:51.504 INFO copying /tmp/.tmpXwhXpH/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 ...
95902025-05-08T21:26:52.371Z[ host-image] May 08 21:26:51.504 INFO O| May 08 21:26:51.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95912025-05-08T21:26:52.371Z[ host-image] May 08 21:26:51.504 INFO O| May 08 21:26:51.504 INFO ok!
95922025-05-08T21:26:52.371Z[ host-image] May 08 21:26:51.504 INFO O| May 08 21:26:51.504 INFO STEP 106 (ensure_file) COMPLETE
95932025-05-08T21:26:52.371Z[ host-image] May 08 21:26:51.504 INFO O| May 08 21:26:51.504 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942025-05-08T21:26:52.428Z[ host-image] May 08 21:26:51.563 INFO O| May 08 21:26:51.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
95952025-05-08T21:26:52.428Z[ host-image] May 08 21:26:51.563 INFO O| May 08 21:26:51.563 INFO copying /tmp/.tmpXwhXpH/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 ...
95962025-05-08T21:26:52.431Z[ host-image] May 08 21:26:51.563 INFO O| May 08 21:26:51.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
95972025-05-08T21:26:52.431Z[ host-image] May 08 21:26:51.563 INFO O| May 08 21:26:51.563 INFO ok!
95982025-05-08T21:26:52.431Z[ host-image] May 08 21:26:51.563 INFO O| May 08 21:26:51.563 INFO STEP 107 (ensure_file) COMPLETE
95992025-05-08T21:26:52.431Z[ host-image] May 08 21:26:51.563 INFO O| May 08 21:26:51.563 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002025-05-08T21:26:52.452Z[ host-image] May 08 21:26:51.586 INFO O| May 08 21:26:51.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96012025-05-08T21:26:52.452Z[ host-image] May 08 21:26:51.586 INFO O| May 08 21:26:51.586 INFO copying /tmp/.tmpXwhXpH/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 ...
96022025-05-08T21:26:52.452Z[ host-image] May 08 21:26:51.587 INFO O| May 08 21:26:51.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96032025-05-08T21:26:52.455Z[ host-image] May 08 21:26:51.587 INFO O| May 08 21:26:51.587 INFO ok!
96042025-05-08T21:26:52.455Z[ host-image] May 08 21:26:51.587 INFO O| May 08 21:26:51.587 INFO STEP 108 (ensure_file) COMPLETE
96052025-05-08T21:26:52.455Z[ host-image] May 08 21:26:51.587 INFO O| May 08 21:26:51.587 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062025-05-08T21:26:52.510Z[ host-image] May 08 21:26:51.644 INFO O| May 08 21:26:51.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96072025-05-08T21:26:52.513Z[ host-image] May 08 21:26:51.644 INFO O| May 08 21:26:51.644 INFO copying /tmp/.tmpXwhXpH/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 ...
96082025-05-08T21:26:52.513Z[ host-image] May 08 21:26:51.644 INFO O| May 08 21:26:51.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96092025-05-08T21:26:52.513Z[ host-image] May 08 21:26:51.644 INFO O| May 08 21:26:51.644 INFO ok!
96102025-05-08T21:26:52.513Z[ host-image] May 08 21:26:51.644 INFO O| May 08 21:26:51.644 INFO STEP 109 (ensure_file) COMPLETE
96112025-05-08T21:26:52.513Z[ host-image] May 08 21:26:51.644 INFO O| May 08 21:26:51.644 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122025-05-08T21:26:52.544Z[ host-image] May 08 21:26:51.679 INFO O| May 08 21:26:51.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96132025-05-08T21:26:52.545Z[ host-image] May 08 21:26:51.679 INFO O| May 08 21:26:51.679 INFO copying /tmp/.tmpXwhXpH/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 ...
96142025-05-08T21:26:52.548Z[ host-image] May 08 21:26:51.679 INFO O| May 08 21:26:51.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96152025-05-08T21:26:52.548Z[ host-image] May 08 21:26:51.679 INFO O| May 08 21:26:51.679 INFO ok!
96162025-05-08T21:26:52.548Z[ host-image] May 08 21:26:51.679 INFO O| May 08 21:26:51.679 INFO STEP 110 (ensure_file) COMPLETE
96172025-05-08T21:26:52.548Z[ host-image] May 08 21:26:51.679 INFO O| May 08 21:26:51.679 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182025-05-08T21:26:52.632Z[ host-image] May 08 21:26:51.767 INFO O| May 08 21:26:51.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96192025-05-08T21:26:52.632Z[ host-image] May 08 21:26:51.767 INFO O| May 08 21:26:51.767 INFO copying /tmp/.tmpXwhXpH/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 ...
96202025-05-08T21:26:52.635Z[ host-image] May 08 21:26:51.767 INFO O| May 08 21:26:51.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96212025-05-08T21:26:52.635Z[ host-image] May 08 21:26:51.767 INFO O| May 08 21:26:51.767 INFO ok!
96222025-05-08T21:26:52.635Z[ host-image] May 08 21:26:51.767 INFO O| May 08 21:26:51.767 INFO STEP 111 (ensure_file) COMPLETE
96232025-05-08T21:26:52.635Z[ host-image] May 08 21:26:51.767 INFO O| May 08 21:26:51.767 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242025-05-08T21:26:52.651Z[ host-image] May 08 21:26:51.786 INFO O| May 08 21:26:51.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96252025-05-08T21:26:52.652Z[ host-image] May 08 21:26:51.786 INFO O| May 08 21:26:51.786 INFO copying /tmp/.tmpXwhXpH/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 ...
96262025-05-08T21:26:52.655Z[ host-image] May 08 21:26:51.787 INFO O| May 08 21:26:51.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96272025-05-08T21:26:52.655Z[ host-image] May 08 21:26:51.787 INFO O| May 08 21:26:51.786 INFO ok!
96282025-05-08T21:26:52.655Z[ host-image] May 08 21:26:51.787 INFO O| May 08 21:26:51.786 INFO STEP 112 (ensure_file) COMPLETE
96292025-05-08T21:26:52.655Z[ host-image] May 08 21:26:51.787 INFO O| May 08 21:26:51.786 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302025-05-08T21:26:52.754Z[ host-image] May 08 21:26:51.889 INFO O| May 08 21:26:51.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96312025-05-08T21:26:52.754Z[ host-image] May 08 21:26:51.889 INFO O| May 08 21:26:51.889 INFO copying /tmp/.tmpXwhXpH/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 ...
96322025-05-08T21:26:52.755Z[ host-image] May 08 21:26:51.889 INFO O| May 08 21:26:51.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96332025-05-08T21:26:52.758Z[ host-image] May 08 21:26:51.889 INFO O| May 08 21:26:51.889 INFO ok!
96342025-05-08T21:26:52.758Z[ host-image] May 08 21:26:51.889 INFO O| May 08 21:26:51.889 INFO STEP 113 (ensure_file) COMPLETE
96352025-05-08T21:26:52.758Z[ host-image] May 08 21:26:51.889 INFO O| May 08 21:26:51.889 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362025-05-08T21:26:52.868Z[ host-image] May 08 21:26:52.003 INFO O| May 08 21:26:52.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96372025-05-08T21:26:52.868Z[ host-image] May 08 21:26:52.003 INFO O| May 08 21:26:52.003 INFO copying /tmp/.tmpXwhXpH/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 ...
96382025-05-08T21:26:52.872Z[ host-image] May 08 21:26:52.003 INFO O| May 08 21:26:52.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96392025-05-08T21:26:52.872Z[ host-image] May 08 21:26:52.003 INFO O| May 08 21:26:52.003 INFO ok!
96402025-05-08T21:26:52.872Z[ host-image] May 08 21:26:52.003 INFO O| May 08 21:26:52.003 INFO STEP 114 (ensure_file) COMPLETE
96412025-05-08T21:26:52.872Z[ host-image] May 08 21:26:52.003 INFO O| May 08 21:26:52.003 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-05-08T21:26:52.892Z[ host-image] May 08 21:26:52.027 INFO O| May 08 21:26:52.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96432025-05-08T21:26:52.893Z[ host-image] May 08 21:26:52.027 INFO O| May 08 21:26:52.027 INFO copying /tmp/.tmpXwhXpH/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 ...
96442025-05-08T21:26:52.896Z[ host-image] May 08 21:26:52.028 INFO O| May 08 21:26:52.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96452025-05-08T21:26:52.896Z[ host-image] May 08 21:26:52.028 INFO O| May 08 21:26:52.028 INFO ok!
96462025-05-08T21:26:52.896Z[ host-image] May 08 21:26:52.028 INFO O| May 08 21:26:52.028 INFO STEP 115 (ensure_file) COMPLETE
96472025-05-08T21:26:52.896Z[ host-image] May 08 21:26:52.028 INFO O| May 08 21:26:52.028 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482025-05-08T21:26:52.916Z[ host-image] May 08 21:26:52.051 INFO O| May 08 21:26:52.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96492025-05-08T21:26:52.916Z[ host-image] May 08 21:26:52.051 INFO O| May 08 21:26:52.051 INFO copying /tmp/.tmpXwhXpH/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 ...
96502025-05-08T21:26:52.920Z[ host-image] May 08 21:26:52.051 INFO O| May 08 21:26:52.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96512025-05-08T21:26:52.920Z[ host-image] May 08 21:26:52.051 INFO O| May 08 21:26:52.051 INFO ok!
96522025-05-08T21:26:52.920Z[ host-image] May 08 21:26:52.052 INFO O| May 08 21:26:52.051 INFO STEP 116 (ensure_file) COMPLETE
96532025-05-08T21:26:52.920Z[ host-image] May 08 21:26:52.052 INFO O| May 08 21:26:52.052 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542025-05-08T21:26:52.979Z[ host-image] May 08 21:26:52.114 INFO O| May 08 21:26:52.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96552025-05-08T21:26:52.979Z[ host-image] May 08 21:26:52.114 INFO O| May 08 21:26:52.114 INFO copying /tmp/.tmpXwhXpH/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 ...
96562025-05-08T21:26:52.983Z[ host-image] May 08 21:26:52.114 INFO O| May 08 21:26:52.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96572025-05-08T21:26:52.983Z[ host-image] May 08 21:26:52.114 INFO O| May 08 21:26:52.114 INFO ok!
96582025-05-08T21:26:52.983Z[ host-image] May 08 21:26:52.114 INFO O| May 08 21:26:52.114 INFO STEP 117 (ensure_file) COMPLETE
96592025-05-08T21:26:52.983Z[ host-image] May 08 21:26:52.114 INFO O| May 08 21:26:52.114 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602025-05-08T21:26:53.013Z[ host-image] May 08 21:26:52.148 INFO O| May 08 21:26:52.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96612025-05-08T21:26:53.013Z[ host-image] May 08 21:26:52.148 INFO O| May 08 21:26:52.147 INFO copying /tmp/.tmpXwhXpH/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 ...
96622025-05-08T21:26:53.016Z[ host-image] May 08 21:26:52.148 INFO O| May 08 21:26:52.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96632025-05-08T21:26:53.016Z[ host-image] May 08 21:26:52.148 INFO O| May 08 21:26:52.148 INFO ok!
96642025-05-08T21:26:53.016Z[ host-image] May 08 21:26:52.148 INFO O| May 08 21:26:52.148 INFO STEP 118 (ensure_file) COMPLETE
96652025-05-08T21:26:53.016Z[ host-image] May 08 21:26:52.148 INFO O| May 08 21:26:52.148 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662025-05-08T21:26:53.033Z[ host-image] May 08 21:26:52.167 INFO O| May 08 21:26:52.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96672025-05-08T21:26:53.033Z[ host-image] May 08 21:26:52.167 INFO O| May 08 21:26:52.167 INFO copying /tmp/.tmpXwhXpH/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 ...
96682025-05-08T21:26:53.033Z[ host-image] May 08 21:26:52.167 INFO O| May 08 21:26:52.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96692025-05-08T21:26:53.033Z[ host-image] May 08 21:26:52.167 INFO O| May 08 21:26:52.167 INFO ok!
96702025-05-08T21:26:53.033Z[ host-image] May 08 21:26:52.167 INFO O| May 08 21:26:52.167 INFO STEP 119 (ensure_file) COMPLETE
96712025-05-08T21:26:53.033Z[ host-image] May 08 21:26:52.167 INFO O| May 08 21:26:52.167 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722025-05-08T21:26:53.076Z[ host-image] May 08 21:26:52.210 INFO O| May 08 21:26:52.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96732025-05-08T21:26:53.076Z[ host-image] May 08 21:26:52.210 INFO O| May 08 21:26:52.210 INFO copying /tmp/.tmpXwhXpH/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 ...
96742025-05-08T21:26:53.079Z[ host-image] May 08 21:26:52.211 INFO O| May 08 21:26:52.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96752025-05-08T21:26:53.079Z[ host-image] May 08 21:26:52.211 INFO O| May 08 21:26:52.211 INFO ok!
96762025-05-08T21:26:53.079Z[ host-image] May 08 21:26:52.211 INFO O| May 08 21:26:52.211 INFO STEP 120 (ensure_file) COMPLETE
96772025-05-08T21:26:53.079Z[ host-image] May 08 21:26:52.211 INFO O| May 08 21:26:52.211 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782025-05-08T21:26:53.131Z[ host-image] May 08 21:26:52.265 INFO O| May 08 21:26:52.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96792025-05-08T21:26:53.131Z[ host-image] May 08 21:26:52.265 INFO O| May 08 21:26:52.265 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96802025-05-08T21:26:53.131Z[ host-image] May 08 21:26:52.265 INFO O| May 08 21:26:52.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96812025-05-08T21:26:53.131Z[ host-image] May 08 21:26:52.265 INFO O| May 08 21:26:52.265 INFO ok!
96822025-05-08T21:26:53.131Z[ host-image] May 08 21:26:52.265 INFO O| May 08 21:26:52.265 INFO STEP 121 (ensure_file) COMPLETE
96832025-05-08T21:26:53.131Z[ host-image] May 08 21:26:52.265 INFO O| May 08 21:26:52.265 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-05-08T21:26:53.154Z[ host-image] May 08 21:26:52.288 INFO O| May 08 21:26:52.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
96852025-05-08T21:26:53.155Z[ host-image] May 08 21:26:52.288 INFO O| May 08 21:26:52.288 INFO copying /tmp/.tmpXwhXpH/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 ...
96862025-05-08T21:26:53.155Z[ host-image] May 08 21:26:52.288 INFO O| May 08 21:26:52.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
96872025-05-08T21:26:53.155Z[ host-image] May 08 21:26:52.288 INFO O| May 08 21:26:52.288 INFO ok!
96882025-05-08T21:26:53.155Z[ host-image] May 08 21:26:52.288 INFO O| May 08 21:26:52.288 INFO STEP 122 (ensure_file) COMPLETE
96892025-05-08T21:26:53.155Z[ host-image] May 08 21:26:52.288 INFO O| May 08 21:26:52.288 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-05-08T21:26:53.199Z[ host-image] May 08 21:26:52.334 INFO O| May 08 21:26:52.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
96912025-05-08T21:26:53.199Z[ host-image] May 08 21:26:52.334 INFO O| May 08 21:26:52.334 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
96922025-05-08T21:26:53.199Z[ host-image] May 08 21:26:52.334 INFO O| May 08 21:26:52.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
96932025-05-08T21:26:53.202Z[ host-image] May 08 21:26:52.334 INFO O| May 08 21:26:52.334 INFO ok!
96942025-05-08T21:26:53.202Z[ host-image] May 08 21:26:52.334 INFO O| May 08 21:26:52.334 INFO STEP 123 (ensure_file) COMPLETE
96952025-05-08T21:26:53.202Z[ host-image] May 08 21:26:52.334 INFO O| May 08 21:26:52.334 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962025-05-08T21:26:53.264Z[ host-image] May 08 21:26:52.398 INFO O| May 08 21:26:52.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
96972025-05-08T21:26:53.264Z[ host-image] May 08 21:26:52.398 INFO O| May 08 21:26:52.398 INFO copying /tmp/.tmpXwhXpH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
96982025-05-08T21:26:54.346Z[ recovery-image] May 08 21:26:53.480 INFO E| Compiling quote v1.0.40
96992025-05-08T21:26:55.130Z[ recovery-image] May 08 21:26:54.263 INFO E| Compiling syn v2.0.100
97002025-05-08T21:27:04.168Z[ recovery-image] May 08 21:27:03.302 INFO E| Compiling scroll_derive v0.12.1
97012025-05-08T21:27:05.116Z[ host-image] May 08 21:27:04.250 INFO O| May 08 21:27:04.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97022025-05-08T21:27:05.116Z[ host-image] May 08 21:27:04.250 INFO O| May 08 21:27:04.250 INFO ok!
97032025-05-08T21:27:05.119Z[ host-image] May 08 21:27:04.250 INFO O| May 08 21:27:04.250 INFO STEP 124 (ensure_file) COMPLETE
97042025-05-08T21:27:05.120Z[ host-image] May 08 21:27:04.250 INFO O| May 08 21:27:04.250 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052025-05-08T21:27:05.138Z[ host-image] May 08 21:27:04.271 INFO O| May 08 21:27:04.271 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97062025-05-08T21:27:05.138Z[ host-image] May 08 21:27:04.271 INFO O| May 08 21:27:04.271 INFO STEP 125 (ensure_dir) COMPLETE
97072025-05-08T21:27:05.141Z[ host-image] May 08 21:27:04.271 INFO O| May 08 21:27:04.271 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082025-05-08T21:27:05.161Z[ host-image] May 08 21:27:04.294 INFO O| May 08 21:27:04.294 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97092025-05-08T21:27:05.161Z[ host-image] May 08 21:27:04.294 INFO O| May 08 21:27:04.294 INFO STEP 126 (ensure_dir) COMPLETE
97102025-05-08T21:27:05.164Z[ host-image] May 08 21:27:04.294 INFO O| May 08 21:27:04.294 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-05-08T21:27:05.206Z[ host-image] May 08 21:27:04.339 INFO O| May 08 21:27:04.339 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97122025-05-08T21:27:05.206Z[ host-image] May 08 21:27:04.339 INFO O| May 08 21:27:04.339 INFO STEP 127 (ensure_dir) COMPLETE
97132025-05-08T21:27:05.209Z[ host-image] May 08 21:27:04.339 INFO O| May 08 21:27:04.339 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142025-05-08T21:27:05.261Z[ host-image] May 08 21:27:04.395 INFO O| May 08 21:27:04.394 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97152025-05-08T21:27:05.261Z[ host-image] May 08 21:27:04.395 INFO O| May 08 21:27:04.395 INFO STEP 128 (ensure_dir) COMPLETE
97162025-05-08T21:27:05.264Z[ host-image] May 08 21:27:04.395 INFO O| May 08 21:27:04.395 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-05-08T21:27:05.284Z[ host-image] May 08 21:27:04.417 INFO O| May 08 21:27:04.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97182025-05-08T21:27:05.284Z[ host-image] May 08 21:27:04.417 INFO O| May 08 21:27:04.417 INFO copying /tmp/.tmpXwhXpH/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 ...
97192025-05-08T21:27:05.287Z[ host-image] May 08 21:27:04.418 INFO O| May 08 21:27:04.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97202025-05-08T21:27:05.287Z[ host-image] May 08 21:27:04.418 INFO O| May 08 21:27:04.417 INFO ok!
97212025-05-08T21:27:05.287Z[ host-image] May 08 21:27:04.418 INFO O| May 08 21:27:04.417 INFO STEP 129 (ensure_file) COMPLETE
97222025-05-08T21:27:05.287Z[ host-image] May 08 21:27:04.418 INFO O| May 08 21:27:04.417 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-05-08T21:27:05.308Z[ host-image] May 08 21:27:04.442 INFO O| May 08 21:27:04.442 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97242025-05-08T21:27:05.308Z[ host-image] May 08 21:27:04.442 INFO O| May 08 21:27:04.442 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97252025-05-08T21:27:05.308Z[ host-image] May 08 21:27:04.442 INFO O| May 08 21:27:04.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97262025-05-08T21:27:05.311Z[ host-image] May 08 21:27:04.442 INFO O| May 08 21:27:04.442 INFO STEP 130 (ensure_dir) COMPLETE
97272025-05-08T21:27:05.311Z[ host-image] May 08 21:27:04.442 INFO O| May 08 21:27:04.442 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282025-05-08T21:27:05.331Z[ host-image] May 08 21:27:04.465 INFO O| May 08 21:27:04.465 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97292025-05-08T21:27:05.331Z[ host-image] May 08 21:27:04.465 INFO O| May 08 21:27:04.465 INFO copying /tmp/.tmpXwhXpH/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97302025-05-08T21:27:05.331Z[ host-image] May 08 21:27:04.465 INFO O| May 08 21:27:04.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97312025-05-08T21:27:05.331Z[ host-image] May 08 21:27:04.465 INFO O| May 08 21:27:04.465 INFO ok!
97322025-05-08T21:27:05.334Z[ host-image] May 08 21:27:04.465 INFO O| May 08 21:27:04.465 INFO STEP 131 (ensure_file) COMPLETE
97332025-05-08T21:27:05.334Z[ host-image] May 08 21:27:04.465 INFO O| May 08 21:27:04.465 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97342025-05-08T21:27:05.353Z[ host-image] May 08 21:27:04.487 INFO O| May 08 21:27:04.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97352025-05-08T21:27:05.357Z[ host-image] May 08 21:27:04.487 INFO O| May 08 21:27:04.487 INFO STEP 132 (remove_files) COMPLETE
97362025-05-08T21:27:05.357Z[ host-image] May 08 21:27:04.487 INFO O| May 08 21:27:04.487 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97372025-05-08T21:27:05.393Z[ host-image] May 08 21:27:04.525 INFO O| May 08 21:27:04.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97382025-05-08T21:27:05.396Z[ host-image] May 08 21:27:04.525 INFO O| May 08 21:27:04.525 INFO STEP 133 (remove_files) COMPLETE
97392025-05-08T21:27:05.396Z[ host-image] May 08 21:27:04.525 INFO O| May 08 21:27:04.525 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97402025-05-08T21:27:05.469Z[ host-image] May 08 21:27:04.603 INFO O| May 08 21:27:04.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97412025-05-08T21:27:05.473Z[ host-image] May 08 21:27:04.603 INFO O| May 08 21:27:04.603 INFO STEP 134 (remove_files) COMPLETE
97422025-05-08T21:27:05.473Z[ host-image] May 08 21:27:04.603 INFO O| May 08 21:27:04.603 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97432025-05-08T21:27:05.494Z[ host-image] May 08 21:27:04.628 INFO O| May 08 21:27:04.628 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97442025-05-08T21:27:05.498Z[ host-image] May 08 21:27:04.628 INFO O| May 08 21:27:04.628 INFO STEP 135 (remove_files) COMPLETE
97452025-05-08T21:27:05.498Z[ host-image] May 08 21:27:04.628 INFO O| May 08 21:27:04.628 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97462025-05-08T21:27:05.588Z[ host-image] May 08 21:27:04.721 INFO O| May 08 21:27:04.721 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97472025-05-08T21:27:05.610Z[ host-image] May 08 21:27:04.742 INFO O| May 08 21:27:04.742 INFO STEP 136 (remove_files) COMPLETE
97482025-05-08T21:27:05.610Z[ host-image] May 08 21:27:04.742 INFO O| May 08 21:27:04.742 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97492025-05-08T21:27:05.755Z[ host-image] May 08 21:27:04.880 INFO O| May 08 21:27:04.880 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97502025-05-08T21:27:05.769Z[ host-image] May 08 21:27:04.881 INFO O| May 08 21:27:04.881 INFO STEP 137 (remove_files) COMPLETE
97512025-05-08T21:27:05.769Z[ host-image] May 08 21:27:04.881 INFO O| May 08 21:27:04.881 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97522025-05-08T21:27:05.852Z[ host-image] May 08 21:27:04.975 INFO O| May 08 21:27:04.975 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97532025-05-08T21:27:05.852Z[ host-image] May 08 21:27:04.975 INFO O| May 08 21:27:04.975 INFO STEP 138 (remove_files) COMPLETE
97542025-05-08T21:27:05.852Z[ host-image] May 08 21:27:04.975 INFO O| May 08 21:27:04.975 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97552025-05-08T21:27:05.971Z[ host-image] May 08 21:27:05.103 INFO O| May 08 21:27:05.103 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97562025-05-08T21:27:05.977Z[ host-image] May 08 21:27:05.103 INFO O| May 08 21:27:05.103 INFO STEP 139 (remove_files) COMPLETE
97572025-05-08T21:27:05.977Z[ host-image] May 08 21:27:05.104 INFO O| May 08 21:27:05.103 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97582025-05-08T21:27:06.001Z[ host-image] May 08 21:27:05.126 INFO O| May 08 21:27:05.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97592025-05-08T21:27:06.001Z[ host-image] May 08 21:27:05.126 INFO O| May 08 21:27:05.126 INFO STEP 140 (remove_files) COMPLETE
97602025-05-08T21:27:06.008Z[ host-image] May 08 21:27:05.126 INFO O| May 08 21:27:05.126 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612025-05-08T21:27:06.038Z[ host-image] May 08 21:27:05.161 INFO O| May 08 21:27:05.161 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97622025-05-08T21:27:06.038Z[ host-image] May 08 21:27:05.161 INFO O| May 08 21:27:05.161 INFO STEP 141 (remove_files) COMPLETE
97632025-05-08T21:27:06.038Z[ host-image] May 08 21:27:05.161 INFO O| May 08 21:27:05.161 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642025-05-08T21:27:06.056Z[ host-image] May 08 21:27:05.187 INFO O| May 08 21:27:05.187 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97652025-05-08T21:27:06.057Z[ host-image] May 08 21:27:05.187 INFO O| May 08 21:27:05.187 INFO STEP 142 (remove_files) COMPLETE
97662025-05-08T21:27:06.061Z[ host-image] May 08 21:27:05.187 INFO O| May 08 21:27:05.187 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672025-05-08T21:27:06.122Z[ host-image] May 08 21:27:05.255 INFO O| May 08 21:27:05.255 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97682025-05-08T21:27:06.122Z[ host-image] May 08 21:27:05.255 INFO O| May 08 21:27:05.255 INFO STEP 143 (remove_files) COMPLETE
97692025-05-08T21:27:06.122Z[ host-image] May 08 21:27:05.255 INFO O| May 08 21:27:05.255 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702025-05-08T21:27:06.181Z[ host-image] May 08 21:27:05.313 INFO O| May 08 21:27:05.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97712025-05-08T21:27:06.181Z[ host-image] May 08 21:27:05.313 INFO O| May 08 21:27:05.313 INFO STEP 144 (remove_files) COMPLETE
97722025-05-08T21:27:06.185Z[ host-image] May 08 21:27:05.313 INFO O| May 08 21:27:05.313 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732025-05-08T21:27:06.243Z[ host-image] May 08 21:27:05.377 INFO O| May 08 21:27:05.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97742025-05-08T21:27:06.243Z[ host-image] May 08 21:27:05.377 INFO O| May 08 21:27:05.377 INFO STEP 145 (remove_files) COMPLETE
97752025-05-08T21:27:06.243Z[ host-image] May 08 21:27:05.377 INFO O| May 08 21:27:05.377 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762025-05-08T21:27:06.302Z[ host-image] May 08 21:27:05.436 INFO O| May 08 21:27:05.435 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97772025-05-08T21:27:06.302Z[ host-image] May 08 21:27:05.436 INFO O| May 08 21:27:05.436 INFO STEP 146 (remove_files) COMPLETE
97782025-05-08T21:27:06.302Z[ host-image] May 08 21:27:05.436 INFO O| May 08 21:27:05.436 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792025-05-08T21:27:06.325Z[ host-image] May 08 21:27:05.459 INFO O| May 08 21:27:05.459 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97802025-05-08T21:27:06.325Z[ host-image] May 08 21:27:05.459 INFO O| May 08 21:27:05.459 INFO STEP 147 (remove_files) COMPLETE
97812025-05-08T21:27:06.329Z[ host-image] May 08 21:27:05.459 INFO O| May 08 21:27:05.459 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822025-05-08T21:27:06.353Z[ host-image] May 08 21:27:05.486 INFO O| May 08 21:27:05.486 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97832025-05-08T21:27:06.353Z[ host-image] May 08 21:27:05.486 INFO O| May 08 21:27:05.486 INFO STEP 148 (remove_files) COMPLETE
97842025-05-08T21:27:06.353Z[ host-image] May 08 21:27:05.486 INFO O| May 08 21:27:05.486 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852025-05-08T21:27:06.377Z[ host-image] May 08 21:27:05.510 INFO O| May 08 21:27:05.510 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
97862025-05-08T21:27:06.377Z[ host-image] May 08 21:27:05.510 INFO O| May 08 21:27:05.510 INFO STEP 149 (remove_files) COMPLETE
97872025-05-08T21:27:06.377Z[ host-image] May 08 21:27:05.510 INFO O| May 08 21:27:05.510 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882025-05-08T21:27:06.414Z[ host-image] May 08 21:27:05.547 INFO O| May 08 21:27:05.547 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
97892025-05-08T21:27:06.414Z[ host-image] May 08 21:27:05.548 INFO O| May 08 21:27:05.548 INFO STEP 150 (remove_files) COMPLETE
97902025-05-08T21:27:06.414Z[ host-image] May 08 21:27:05.548 INFO O| May 08 21:27:05.548 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912025-05-08T21:27:06.441Z[ host-image] May 08 21:27:05.574 INFO O| May 08 21:27:05.574 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
97922025-05-08T21:27:06.441Z[ host-image] May 08 21:27:05.574 INFO O| May 08 21:27:05.574 INFO STEP 151 (remove_files) COMPLETE
97932025-05-08T21:27:06.441Z[ host-image] May 08 21:27:05.574 INFO O| May 08 21:27:05.574 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942025-05-08T21:27:06.495Z[ host-image] May 08 21:27:05.629 INFO O| May 08 21:27:05.628 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97952025-05-08T21:27:06.495Z[ host-image] May 08 21:27:05.629 INFO O| May 08 21:27:05.629 INFO STEP 152 (remove_files) COMPLETE
97962025-05-08T21:27:06.495Z[ host-image] May 08 21:27:05.629 INFO O| May 08 21:27:05.629 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972025-05-08T21:27:06.521Z[ host-image] May 08 21:27:05.654 INFO O| May 08 21:27:05.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
97982025-05-08T21:27:06.524Z[ host-image] May 08 21:27:05.654 INFO O| May 08 21:27:05.654 INFO STEP 153 (remove_files) COMPLETE
97992025-05-08T21:27:06.524Z[ host-image] May 08 21:27:05.654 INFO O| May 08 21:27:05.654 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002025-05-08T21:27:06.640Z[ host-image] May 08 21:27:05.774 INFO O| May 08 21:27:05.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98012025-05-08T21:27:06.644Z[ host-image] May 08 21:27:05.774 INFO O| May 08 21:27:05.774 INFO STEP 154 (remove_files) COMPLETE
98022025-05-08T21:27:06.644Z[ host-image] May 08 21:27:05.774 INFO O| May 08 21:27:05.774 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032025-05-08T21:27:06.704Z[ host-image] May 08 21:27:05.838 INFO O| May 08 21:27:05.838 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98042025-05-08T21:27:06.708Z[ host-image] May 08 21:27:05.838 INFO O| May 08 21:27:05.838 INFO STEP 155 (remove_files) COMPLETE
98052025-05-08T21:27:06.708Z[ host-image] May 08 21:27:05.838 INFO O| May 08 21:27:05.838 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062025-05-08T21:27:06.731Z[ host-image] May 08 21:27:05.864 INFO O| May 08 21:27:05.864 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98072025-05-08T21:27:06.731Z[ host-image] May 08 21:27:05.865 INFO O| May 08 21:27:05.864 INFO STEP 156 (remove_files) COMPLETE
98082025-05-08T21:27:06.731Z[ host-image] May 08 21:27:05.865 INFO O| May 08 21:27:05.865 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092025-05-08T21:27:06.755Z[ host-image] May 08 21:27:05.888 INFO O| May 08 21:27:05.888 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98102025-05-08T21:27:06.759Z[ host-image] May 08 21:27:05.889 INFO O| May 08 21:27:05.889 INFO STEP 157 (remove_files) COMPLETE
98112025-05-08T21:27:06.759Z[ host-image] May 08 21:27:05.889 INFO O| May 08 21:27:05.889 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122025-05-08T21:27:06.795Z[ host-image] May 08 21:27:05.928 INFO O| May 08 21:27:05.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98132025-05-08T21:27:06.795Z[ host-image] May 08 21:27:05.928 INFO O| May 08 21:27:05.928 INFO STEP 158 (remove_files) COMPLETE
98142025-05-08T21:27:06.795Z[ host-image] May 08 21:27:05.928 INFO O| May 08 21:27:05.928 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152025-05-08T21:27:06.827Z[ host-image] May 08 21:27:05.960 INFO O| May 08 21:27:05.959 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98162025-05-08T21:27:06.827Z[ host-image] May 08 21:27:05.960 INFO O| May 08 21:27:05.960 INFO STEP 159 (remove_files) COMPLETE
98172025-05-08T21:27:06.830Z[ host-image] May 08 21:27:05.960 INFO O| May 08 21:27:05.960 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182025-05-08T21:27:06.859Z[ host-image] May 08 21:27:05.992 INFO O| May 08 21:27:05.992 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98192025-05-08T21:27:06.859Z[ host-image] May 08 21:27:05.992 INFO O| May 08 21:27:05.992 INFO STEP 160 (remove_files) COMPLETE
98202025-05-08T21:27:06.859Z[ host-image] May 08 21:27:05.992 INFO O| May 08 21:27:05.992 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98212025-05-08T21:27:06.909Z[ host-image] May 08 21:27:06.042 INFO O| May 08 21:27:06.042 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98222025-05-08T21:27:06.912Z[ host-image] May 08 21:27:06.042 INFO O| May 08 21:27:06.042 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
98232025-05-08T21:27:11.584Z[ recovery-image] May 08 21:27:10.717 INFO E| Compiling bitstruct_derive v0.1.0
98242025-05-08T21:27:23.598Z[ host-image] May 08 21:27:22.729 INFO O| May 08 21:27:22.729 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
98252025-05-08T21:27:23.598Z[ host-image] May 08 21:27:22.729 INFO O| May 08 21:27:22.729 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98262025-05-08T21:27:23.626Z[ host-image] May 08 21:27:22.757 INFO O| May 08 21:27:22.757 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98272025-05-08T21:27:23.897Z[ host-image] May 08 21:27:23.028 INFO O| May 08 21:27:23.028 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
98282025-05-08T21:27:24.050Z[ host-image] May 08 21:27:23.182 INFO O| May 08 21:27:23.182 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_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"}
98292025-05-08T21:27:24.239Z[ host-image] May 08 21:27:23.368 INFO O| May 08 21:27:23.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98302025-05-08T21:27:24.239Z[ host-image] May 08 21:27:23.368 INFO O| May 08 21:27:23.368 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98312025-05-08T21:27:24.243Z[ host-image] May 08 21:27:23.371 INFO O| May 08 21:27:23.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98322025-05-08T21:27:24.243Z[ host-image] May 08 21:27:23.371 INFO O| May 08 21:27:23.371 INFO ok!
98332025-05-08T21:27:24.243Z[ host-image] May 08 21:27:23.371 INFO O| May 08 21:27:23.371 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98342025-05-08T21:27:24.243Z[ host-image] May 08 21:27:23.371 INFO O| May 08 21:27:23.371 INFO STEP 161 (seed_smf) COMPLETE
98352025-05-08T21:27:24.243Z[ host-image] May 08 21:27:23.371 INFO O| May 08 21:27:23.371 INFO steps complete; finalising image!
98362025-05-08T21:27:24.243Z[ host-image] May 08 21:27:23.371 INFO O| May 08 21:27:23.371 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98372025-05-08T21:27:24.445Z[ host-image] May 08 21:27:23.576 INFO O| May 08 21:27:23.576 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu May 8 21:27:23 2025)
98382025-05-08T21:27:24.658Z[ host-image] May 08 21:27:23.790 INFO O| May 08 21:27:23.790 INFO trim TEMPORARY-gimlet-zfs: (46% trimmed, started at Thu May 8 21:27:23 2025)
98392025-05-08T21:27:24.885Z[ host-image] May 08 21:27:24.005 INFO O| May 08 21:27:24.004 INFO trim TEMPORARY-gimlet-zfs: (46% trimmed, started at Thu May 8 21:27:23 2025)
98402025-05-08T21:27:25.092Z[ host-image] May 08 21:27:24.216 INFO O| May 08 21:27:24.216 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Thu May 8 21:27:23 2025)
98412025-05-08T21:27:25.359Z[ host-image] May 08 21:27:24.464 INFO O| May 08 21:27:24.464 INFO temporary pool has 715M used, 117M avail, 1.87x compressratio
98422025-05-08T21:27:25.359Z[ host-image] May 08 21:27:24.464 INFO O| May 08 21:27:24.464 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98432025-05-08T21:27:26.283Z[ host-image] May 08 21:27:25.415 INFO O| May 08 21:27:25.415 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98442025-05-08T21:27:26.284Z[ host-image] May 08 21:27:25.415 INFO O| May 08 21:27:25.415 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98452025-05-08T21:27:28.362Z[ host-image] May 08 21:27:27.493 INFO O| May 08 21:27:27.493 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98462025-05-08T21:27:28.362Z[ host-image] May 08 21:27:27.494 INFO O| May 08 21:27:27.493 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98472025-05-08T21:27:28.366Z[ host-image] May 08 21:27:27.494 INFO O| May 08 21:27:27.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98482025-05-08T21:27:28.366Z[ host-image] May 08 21:27:27.494 INFO O| May 08 21:27:27.493 INFO completed processing gimlet/zfs
98492025-05-08T21:27:28.366Z[ host-image] May 08 21:27:27.494 INFO O| May 08 21:27:27.494 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98502025-05-08T21:27:37.275Z[ recovery-image] May 08 21:27:36.403 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)
98512025-05-08T21:27:37.510Z[ host-image] May 08 21:27:36.640 INFO O| May 08 21:27:36.640 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98522025-05-08T21:27:37.715Z[ host-image] May 08 21:27:36.845 INFO BUILD STRING "heads/stlouis-0-g47b4405f94\n"
98532025-05-08T21:27:37.715Z[ host-image] May 08 21:27:36.846 INFO expanded image name: "ci 61b4a92/${os_short_commit} 2025-05-08 20:48" -> "ci 61b4a92/47b4405 2025-05-08 20:48"
98542025-05-08T21:27:37.718Z[ host-image] May 08 21:27:36.846 INFO output artefacts stored in: "/work/os-host"
98552025-05-08T21:27:37.718Z[ host-image] May 08 21:27:36.846 INFO collecting git info from project "amd-host-image-builder"...
98562025-05-08T21:27:37.746Z[ host-image] May 08 21:27:36.863 INFO collecting git info from project "pilot"...
98572025-05-08T21:27:37.746Z[ host-image] May 08 21:27:36.874 INFO collecting git info from project "image-builder"...
98582025-05-08T21:27:37.753Z[ host-image] May 08 21:27:36.884 INFO collecting git info from project "chelsio-t6-roms"...
98592025-05-08T21:27:37.764Z[ host-image] May 08 21:27:36.894 INFO collecting git info from project "phbl"...
98602025-05-08T21:27:37.783Z[ host-image] May 08 21:27:36.913 INFO collecting git info from project "bootserver"...
98612025-05-08T21:27:37.824Z[ host-image] May 08 21:27:36.954 INFO collecting git info from project "pinprick"...
98622025-05-08T21:27:37.835Z[ host-image] May 08 21:27:36.965 INFO collecting git info from project "amd-firmware"...
98632025-05-08T21:27:37.884Z[ host-image] May 08 21:27:37.014 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98642025-05-08T21:27:41.007Z[ host-image] May 08 21:27:40.137 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98652025-05-08T21:27:41.822Z[ recovery-image] May 08 21:27:40.937 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)
98662025-05-08T21:27:41.825Z[ host-image] May 08 21:27:40.952 INFO creating Oxide boot image...
98672025-05-08T21:27:41.825Z[ host-image] May 08 21:27:40.952 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 61b4a92/47b4405 2025-05-08 20:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98682025-05-08T21:27:44.084Z[ host-image] May 08 21:27:43.214 INFO O| ok, image written!
98692025-05-08T21:27:44.084Z[ host-image] May 08 21:27:43.214 INFO O| ok, boot_image_csum file written!
98702025-05-08T21:27:44.089Z[ host-image] May 08 21:27:43.219 INFO creating boot archive (CPIO)...
98712025-05-08T21:27:44.089Z[ host-image] May 08 21:27:43.219 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
98722025-05-08T21:27:44.102Z[ host-image] May 08 21:27:43.231 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98732025-05-08T21:27:44.102Z[ host-image] May 08 21:27:43.232 INFO E| + outfile=/work/os-host/cpio
98742025-05-08T21:27:44.105Z[ host-image] May 08 21:27:43.232 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98752025-05-08T21:27:44.109Z[ host-image] May 08 21:27:43.235 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98762025-05-08T21:27:44.109Z[ host-image] May 08 21:27:43.236 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98772025-05-08T21:27:44.183Z[ host-image] May 08 21:27:43.312 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98782025-05-08T21:27:44.183Z[ host-image] May 08 21:27:43.313 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98792025-05-08T21:27:44.196Z[ host-image] May 08 21:27:43.326 INFO creating compressed cpio/unix for nanobl-rs...
98802025-05-08T21:27:44.199Z[ host-image] May 08 21:27:43.326 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
98812025-05-08T21:27:44.663Z[ host-image] May 08 21:27:43.792 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
98822025-05-08T21:27:49.796Z[ recovery-image] May 08 21:27:48.925 INFO E| Compiling bitflags v1.3.2
98832025-05-08T21:27:49.796Z[ recovery-image] May 08 21:27:48.925 INFO E| Compiling plain v0.2.3
98842025-05-08T21:27:49.799Z[ recovery-image] May 08 21:27:48.925 INFO E| Compiling bit_field v0.10.2
98852025-05-08T21:27:49.799Z[ recovery-image] May 08 21:27:48.925 INFO E| Compiling scroll v0.12.0
98862025-05-08T21:27:49.799Z[ recovery-image] May 08 21:27:48.925 INFO E| Compiling adler2 v2.0.0
98872025-05-08T21:27:49.799Z[ recovery-image] May 08 21:27:48.925 INFO E| Compiling log v0.4.27
98882025-05-08T21:27:49.799Z[ recovery-image] May 08 21:27:48.925 INFO E| Compiling static_assertions v1.1.0
98892025-05-08T21:27:49.938Z[ recovery-image] May 08 21:27:49.067 INFO E| Compiling raw-cpuid v10.7.0
98902025-05-08T21:27:49.945Z[ recovery-image] May 08 21:27:49.073 INFO E| Compiling cpio_reader v0.1.1
98912025-05-08T21:27:50.057Z[ recovery-image] May 08 21:27:49.186 INFO E| Compiling miniz_oxide v0.8.8
98922025-05-08T21:27:50.322Z[ recovery-image] May 08 21:27:49.451 INFO E| Compiling bitstruct v0.1.1
98932025-05-08T21:27:50.712Z[ recovery-image] May 08 21:27:49.841 INFO E| Compiling goblin v0.9.3
98942025-05-08T21:27:52.259Z[ host-image] May 08 21:27:51.388 INFO creating reset image...
98952025-05-08T21:27:52.259Z[ host-image] May 08 21:27:51.388 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
98962025-05-08T21:27:52.380Z[ host-image] May 08 21:27:51.508 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')"
98972025-05-08T21:27:52.380Z[ host-image] May 08 21:27:51.509 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
98982025-05-08T21:27:52.639Z[ host-image] May 08 21:27:51.768 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
98992025-05-08T21:27:52.661Z[ host-image] May 08 21:27:51.789 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99002025-05-08T21:27:53.270Z[ host-image] May 08 21:27:52.398 INFO E| Blocking waiting for file lock on build directory
99012025-05-08T21:28:01.877Z[ recovery-image] May 08 21:28:01.004 INFO E| Finished `release` profile [optimized] target(s) in 1m 13s
99022025-05-08T21:28:01.887Z[ host-image] May 08 21:28:01.015 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99032025-05-08T21:28:01.908Z[ recovery-image] May 08 21:28:01.036 INFO building host image...
99042025-05-08T21:28:01.911Z[ recovery-image] May 08 21:28:01.036 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")
99052025-05-08T21:28:02.797Z[ recovery-image] May 08 21:28:01.924 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
99062025-05-08T21:28:05.661Z[ recovery-image] May 08 21:28:04.150 INFO image complete! materials are in "/work/os-recovery"
99072025-05-08T21:28:05.682Z[ recovery-image]
99082025-05-08T21:28:05.682Z[ recovery-image] real 14:02.516365293
99092025-05-08T21:28:05.682ZMay 08 21:28:04.156 INFO [recovery-image] process exited with exit status: 0 (842.542029416s)
99102025-05-08T21:28:05.682Z[ recovery-image] user 8:47.654150596
99112025-05-08T21:28:05.683Z[ recovery-image] sys 1:14.653036139
99122025-05-08T21:28:05.683Z[ recovery-image] trap 0.614399002
99132025-05-08T21:28:05.683Z[ recovery-image] tflt 0.647751803
99142025-05-08T21:28:05.683Z[ recovery-image] dflt 2.412104988
99152025-05-08T21:28:05.683Z[ recovery-image] kflt 0.013860072
99162025-05-08T21:28:05.683Z[ recovery-image] lock 42:53.703654437
99172025-05-08T21:28:05.683Z[ recovery-image] slp 1:21:37.517429804
99182025-05-08T21:28:05.683Z[ recovery-image] lat 6:30.857356381
99192025-05-08T21:28:05.683Z[ recovery-image] stop 13.254006601
99202025-05-08T21:28:05.683Z[ host-image] May 08 21:28:04.452 INFO E| Finished `release` profile [optimized] target(s) in 12.62s
99212025-05-08T21:28:05.683Z[ host-image] May 08 21:28:04.472 INFO building host image...
99222025-05-08T21:28:05.683Z[ host-image] May 08 21:28:04.472 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")
99232025-05-08T21:28:06.591Z[ host-image] May 08 21:28:05.081 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99242025-05-08T21:29:10.513Z[ host-image] May 08 21:29:09.633 INFO image complete! materials are in "/work/os-host"
99252025-05-08T21:29:10.516Z[ host-image]
99262025-05-08T21:29:10.519Z[ host-image] real 15:47.952158387
99272025-05-08T21:29:10.519Z[ host-image] user 8:35.150770254
99282025-05-08T21:29:10.519Z[ host-image] sys 1:17.118938562
99292025-05-08T21:29:10.519Z[ host-image] trap 0.506976655
99302025-05-08T21:29:10.519Z[ host-image] tflt 0.140567280
99312025-05-08T21:29:10.519Z[ host-image] dflt 0.314444921
99322025-05-08T21:29:10.519Z[ host-image] kflt 0.145235180
99332025-05-08T21:29:10.519Z[ host-image] lock 1:01.500321400
99342025-05-08T21:29:10.519Z[ host-image] slp 1:24:19.357615960
99352025-05-08T21:29:10.519Z[ host-image] lat 3:51.120888215
99362025-05-08T21:29:10.520Z[ host-image] stop 1.395403869
99372025-05-08T21:29:10.520ZMay 08 21:29:09.638 INFO [host-image] process exited with exit status: 0 (947.973351484s)
99382025-05-08T21:29:10.520ZMay 08 21:29:09.639 INFO [tuf-repo] running task
99392025-05-08T21:29:35.362ZMay 08 21:29:34.479 INFO assembling repository in `/tmp/tufaceousQ0potp`, component: OmicronRepoAssembler
99402025-05-08T21:30:15.614ZMay 08 21:30:14.728 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99412025-05-08T21:30:16.001ZMay 08 21:30:15.114 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99422025-05-08T21:30:45.889ZMay 08 21:30:45.000 INFO [tuf-repo] task succeeded (95.361544118s)
99432025-05-08T21:32:30.025Z[verify-libraries] Finished `release` profile [optimized] target(s) in 18m 23s
99442025-05-08T21:32:30.558ZMay 08 21:32:29.659 INFO [verify-libraries] process exited with exit status: 0 (1108.586890767s)
99452025-05-08T21:32:30.558ZMay 08 21:32:29.659 INFO all jobs completed in 2625.624706239s
99462025-05-08T21:32:32.900Zprocess exited: duration 3223144 ms, exit code 0
 
99472025-05-08T21:32:32.916Zfound 33 output files
99482025-05-08T21:32:32.916Zuploading: /work/manifest.toml (13599 bytes)
99492025-05-08T21:32:33.931Zuploaded: /work/manifest.toml
99502025-05-08T21:32:33.931Zuploading: /work/repo.zip (2466683641 bytes)
99512025-05-08T21:33:22.963Zuploaded: /work/repo.zip
99522025-05-08T21:33:22.963Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99532025-05-08T21:33:23.980Zuploaded: /work/repo.zip.sha256.txt
99542025-05-08T21:33:23.982Zuploading: /work/helios-setup.log (62497 bytes)
99552025-05-08T21:33:24.995Zuploaded: /work/helios-setup.log
99562025-05-08T21:33:24.995Zuploading: /work/host-image.log (200645 bytes)
99572025-05-08T21:33:26.012Zuploaded: /work/host-image.log
99582025-05-08T21:33:26.015Zuploading: /work/host-package.log (27964 bytes)
99592025-05-08T21:33:27.025Zuploaded: /work/host-package.log
99602025-05-08T21:33:27.026Zuploading: /work/host-target.log (101 bytes)
99612025-05-08T21:33:28.038Zuploaded: /work/host-target.log
99622025-05-08T21:33:28.042Zuploading: /work/omicron-package.log (8594 bytes)
99632025-05-08T21:33:29.050Zuploaded: /work/omicron-package.log
99642025-05-08T21:33:29.053Zuploading: /work/recovery-image.log (578376 bytes)
99652025-05-08T21:33:30.073Zuploaded: /work/recovery-image.log
99662025-05-08T21:33:30.073Zuploading: /work/recovery-package.log (1685 bytes)
99672025-05-08T21:33:31.083Zuploaded: /work/recovery-package.log
99682025-05-08T21:33:31.086Zuploading: /work/recovery-target.log (57 bytes)
99692025-05-08T21:33:32.094Zuploaded: /work/recovery-target.log
99702025-05-08T21:33:32.094Zuploading: /work/stamp-clickhouse.log (117 bytes)
99712025-05-08T21:33:33.104Zuploaded: /work/stamp-clickhouse.log
99722025-05-08T21:33:33.107Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99732025-05-08T21:33:34.114Zuploaded: /work/stamp-clickhouse_keeper.log
99742025-05-08T21:33:34.118Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
99752025-05-08T21:33:35.125Zuploaded: /work/stamp-clickhouse_server.log
99762025-05-08T21:33:35.125Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99772025-05-08T21:33:36.134Zuploaded: /work/stamp-cockroachdb.log
99782025-05-08T21:33:36.138Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99792025-05-08T21:33:37.145Zuploaded: /work/stamp-crucible-dtrace.log
99802025-05-08T21:33:37.145Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99812025-05-08T21:33:38.155Zuploaded: /work/stamp-crucible-pantry-zone.log
99822025-05-08T21:33:38.158Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99832025-05-08T21:33:39.169Zuploaded: /work/stamp-crucible-zone.log
99842025-05-08T21:33:39.171Zuploading: /work/stamp-external-dns.log (119 bytes)
99852025-05-08T21:33:40.179Zuploaded: /work/stamp-external-dns.log
99862025-05-08T21:33:40.179Zuploading: /work/stamp-installinator.log (103 bytes)
99872025-05-08T21:33:41.189Zuploaded: /work/stamp-installinator.log
99882025-05-08T21:33:41.189Zuploading: /work/stamp-internal-dns.log (119 bytes)
99892025-05-08T21:33:42.200Zuploaded: /work/stamp-internal-dns.log
99902025-05-08T21:33:42.203Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99912025-05-08T21:33:43.212Zuploaded: /work/stamp-mg-ddm-gz.log
99922025-05-08T21:33:43.215Zuploading: /work/stamp-nexus.log (112 bytes)
99932025-05-08T21:33:44.221Zuploaded: /work/stamp-nexus.log
99942025-05-08T21:33:44.224Zuploading: /work/stamp-ntp.log (110 bytes)
99952025-05-08T21:33:45.231Zuploaded: /work/stamp-ntp.log
99962025-05-08T21:33:45.231Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99972025-05-08T21:33:46.241Zuploaded: /work/stamp-omicron-sled-agent.log
99982025-05-08T21:33:46.245Zuploading: /work/stamp-overlay.log (114 bytes)
99992025-05-08T21:33:47.251Zuploaded: /work/stamp-overlay.log
100002025-05-08T21:33:47.254Zuploading: /work/stamp-oximeter.log (115 bytes)
100012025-05-08T21:33:48.261Zuploaded: /work/stamp-oximeter.log
100022025-05-08T21:33:48.264Zuploading: /work/stamp-oxlog.log (109 bytes)
100032025-05-08T21:33:49.271Zuploaded: /work/stamp-oxlog.log
100042025-05-08T21:33:49.271Zuploading: /work/stamp-probe.log (112 bytes)
100052025-05-08T21:33:50.281Zuploaded: /work/stamp-probe.log
100062025-05-08T21:33:50.284Zuploading: /work/stamp-propolis-server.log (122 bytes)
100072025-05-08T21:33:51.293Zuploaded: /work/stamp-propolis-server.log
100082025-05-08T21:33:51.296Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100092025-05-08T21:33:52.306Zuploaded: /work/stamp-pumpkind-gz.log
100102025-05-08T21:33:52.306Zuploading: /work/stamp-switch-asic.log (118 bytes)
100112025-05-08T21:33:53.316Zuploaded: /work/stamp-switch-asic.log
100122025-05-08T21:33:53.319Zuploading: /work/verify-libraries.log (7073 bytes)
100132025-05-08T21:33:54.327Zuploaded: /work/verify-libraries.log